

.authentication-bg-pattern {
    background-image: url(../../assets/images/bg-pattern.png);
}
.authentication-bg {
    background-color: #323236;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
@media(max-width:576px){
    .custom_btn{
margin-top: 30px !important;
    }
}

.text-truncate {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-primary {
  color: #fff;
  background-color: #FF7043;
  border-color: #FF7043;
}

.btn-primary:hover {
  color: #fff;
  background-color: #E65F33; 
  border-color: #D8562E;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #E65F33; 
  border-color: #D8562E;
  box-shadow: 0 0 0 0.15rem rgba(255, 112, 67, 0.5); 
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #D8562E; 
  border-color: #C94F29;
}

/* NAVBAR CUSTOME */
.navbar-custom {
  background-color: #FF7043; /* Main Navbar Color */
  box-shadow: 0 0 25px 0 rgba(255, 112, 67, 0.35);
  padding: 0 0 0 10px;
  position: fixed;
  right: 0;
  left: 0;
  height: 70px;
  z-index: 1001;
}

/* Align menu items */
.navbar-custom .topnav-menu > li {
  float: right;
}

/* Navbar link styling */
.navbar-custom .topnav-menu .nav-link {
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.85);
  min-width: 32px;
  display: block;
  line-height: 70px;
  text-align: center;
  max-height: 70px;
  transition: all 0.3s ease;
}

.navbar-custom .topnav-menu .nav-link:hover,
.navbar-custom .topnav-menu .nav-link:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Dropdown active */
.navbar-custom .dropdown .nav-link.show {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Search section */
.navbar-custom .container-fluid {
  padding: 0;
}

.navbar-custom .app-search {
  height: 70px;
  display: table;
  max-width: 200px;
  margin-left: 20px;
}

.navbar-custom .app-search .app-search-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.navbar-custom .app-search .app-search-box input::placeholder {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .app-search .form-control {
  border: none;
  height: 38px;
  padding-right: 20px;
  padding-left: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border-radius: 0 30px 30px 0;
}

.navbar-custom .app-search .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 30px 0 0 30px;
  box-shadow: none !important;
}

.navbar-custom .app-search .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Menu button */
.navbar-custom .button-menu-mobile {
  border: none;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar-custom .button-menu-mobile:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-custom .button-menu-mobile.disable-btn {
  display: none;
}
.logo-lg img {
    object-fit: contain;
    width: 190px ;

}

  body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menuitem-active > a {
    color: #FF7043 !important; }
  body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menuitem-active .active {
    color: #FF7043 !important; }
    
#sidebar-menu .menuitem-active > a {
  color: #FF7043; }

#sidebar-menu .menuitem-active .active {
  color: #FF7043; }

  #sidebar-menu>ul>li>a:active, #sidebar-menu>ul>li>a:focus, #sidebar-menu>ul>li>a:hover {
    color: #FF7043;
    text-decoration: none;
}
.footer{
    background-color: #d5d7de;
    color: #3c4346;
}
.text-info{
    --bs-text-opacity: 1;
    color: #d5d7de !important;
}

.text-info-Orange {
    --bs-text-opacity: 1;
    color: #FF7043 !important;
}
.react-select__control {
  border-radius: 6px !important;
  min-height: 38px !important;
}
.react-select__menu {
  z-index: 9999 !important;
}
.swal2-modal .swal2-confirm {
    background-color: #FF7043 !important;
    color: #d5d7de;
    font-size: .875rem !important;
}
.btn-success {
    color: #fff;
    background-color: #FF7043;
    border-color: #FF7043;
}