
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@media (min-width: 768px) and (max-width:991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 822px;
    }
}

@media (min-width: 575px) and (max-width:767px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 570px;
    }
}
body.modal-open{
    overflow: hidden;
    padding-right: 0 !important;
}
.custom-header {
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    display: flex;
    border-bottom: 2px solid #FF0000;
    align-items: center;
    justify-content: space-between;
}
.custom-header #dirImg{
    max-width: 318px;
    padding-right: 5px;
}
.custom-header #navToggle{
    background-color: #fff;
    border: none;
    font-size: 23px;
    border-radius: 3px;
    padding: 0px 8px;
}
.custom-header .welcome-text .greeting{
    margin-right: 277px;
    font-size: 36px;
}
@media screen and (min-width:768px) and (max-width:1093px) {
    .custom-header .welcome-text .greeting{
    margin-right: 150px;
    font-size: 25px;
}
.custom-header #dirImg{
    max-width: 225px;
    padding-right: 5px;
}
.custom-header #navToggle{
    background-color: #fff;
    border: none;
    font-size: 17px;
    border-radius: 3px;
    padding: 0 7px;
}
    .custom-menu {
        top: 66px !important;
    }
}


@media screen and (max-width:767px) {
    .custom-header{
        padding: 0px 10px 0px 0px;
    }
    .custom-header .welcome-text .greeting{
    display: none !important;
}
   .custom-header #dirImg{
    max-width: 318px;
}
.custom-header #navToggle{
    background-color: #fff;
    border: none;
    font-size: 23px;
    border-radius: 3px;
    padding: 0px 8px;
}
}


@media screen and (max-width:440px) {
    .custom-header {
        padding: 0px 8px 0px 0px!important;
    }
    .custom-header #dirImg{
    max-width: 190px;
    padding-right: 0;
}
.custom-header #navToggle{
    background-color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    padding: 0 7px;
}
    .custom-menu {
        top: 40px !important;
    }
    .user-info img {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50%;
    object-fit: cover;
}
}

.custom-radius {
    border-radius: 20px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.main {
    background-color: #f2f2f2;
     font-family: "Roboto", sans-serif;
}

.main-image {
     padding: 0 !important;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
/*    animation: changeBackground 15s infinite;*/
}
.custom-dashboard-width{
    max-width: 1920px !important;
}


.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info i {
    color: #d32f2f;
}

.dropdown-menu {
    min-width: 150px;
}

.logo {
    max-width: 200px;
}

@media screen and (max-width:575px) {
    .logo {
        max-width: 150px;
    }

    
}

.search-container {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 8px 40px 8px 12px;
    height: 49px;
    border: 2px solid #ccc;
    border-radius: 18px;
    outline: none;
    font-size: 16px;
    transition: 0.3s;
}

.search-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #555;
    cursor: pointer;
}

.weather-card {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(245, 210, 148, 1) 100%);
}
@media screen and (min-width:767) {
    .weather-card .weather-right{
    padding-right: 35px;
}
}
@media screen and (min-width:767) and (min-width:1300){
    .weather-card .weather-right{
    padding-right: 17px;
}
}

@media screen and (min-width:1300){
    .weather-card .weather-right{
    padding-right: 45px;
}
}

@media screen and (min-width:1300){
    .weather-card .weather-right{
    padding-right: 45px;
}
}
/*.card-header {
    background: rgb(17, 16, 16);
    background: linear-gradient(90deg, rgba(17, 16, 16, 1) 0%, rgba(186, 32, 32, 1) 100%);
    
}
.card-header h4{
    font-size: 28px;
    font-weight: 400;
}*/

.quick-link-list li {
    border: 1px solid #6C757D;
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 8px 12px;
    background-color: #fff;
}

.quick-link-list li a {
    color: #000;
}

.quick-link-list li a h5 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
}
.notification_card_wrapper {

    height: 313px;
    min-height: 299px;
    overflow-y: auto;

}


.search-links:hover a {
    color: blue !important;
}
.notification_card_wrapper h5{
    font-size: 28px;
    color:#000;
    font-weight:400 ;
}

.projects-container {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.projects-container h5{
    font-size: 28px;
    color: #000;
    font-weight: 400;
     display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-break: break-word;
      position: relative;
}
@media screen and (max-width:380px){
    .small-text{
        font-size: 13px !important;
    }
}
@media screen and (min-width:767px) and (max-width:990px){
    .projects-container h5,
    .quick-link-list-wrapper h5,
    .notification_card_wrapper h5{
        font-size: 24px !important;
    }
    .small-text{
        font-size: 12px !important;
    }
    .quick-link-list-wrapper{
        height: 300px !important;
    }
}
.project-card {
    background: white;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #6C757D;
    margin-bottom:12px ;
}


.small-text {
    font-size: 18px;
    color: gray;
}

.project-date {
    width: 50%;
}


.notification-card {
    background: white;
    border-radius: 10px;
    padding: 7px;
    border: 1px solid #6C757D;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}
.notification-card .icon-pad{
    padding-right: 30px;
}

.notification-card[aria-expanded="true"] .arrow-icon {
    display: none;
    transition: all 0.3s;
}
/* Custom Scrollbar Styling */
    .notification_card_wrapper::-webkit-scrollbar ,.project-card-wrapper::-webkit-scrollbar ,.quick-link-list-wrapper::-webkit-scrollbar {
      width: 3px;
    }

    .notification_card_wrapper::-webkit-scrollbar-track ,.project-card-wrapper::-webkit-scrollbar-track ,.quick-link-list-wrapper::-webkit-scrollbar-track {
      background: #f0f0f0;
    }

    .notification_card_wrapper::-webkit-scrollbar-thumb, .project-card-wrapper::-webkit-scrollbar-thumb , .quick-link-list-wrapper::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 4px;
    }

    .notification_card_wrapper::-webkit-scrollbar-thumb:hover ,.project-card-wrapper::-webkit-scrollbar-thumb:hover ,.quick-link-list-wrapper::-webkit-scrollbar-thumb:hover{
      background-color: #555;
    }

.arrow-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: gray;
    cursor: pointer;
}


.custom-menu .sidenav {
    width: 100%;
    background-color: black;
    text-align: center;
}



.sidenav .navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #343a40;
    padding: 10px;
    z-index: 1000;
}

.sidenav .nav-links {
    display: none;
    text-align: center;
    flex-direction: column;
    width: 100%;
    background: #000;
    padding: 10px;
    position: relative;
}

.sidenav .nav-links .nav-link {
    padding: 5px;
    border-radius: 5px;
}

.sidenav .nav-links .nav-link:hover {
    background-color: red;
    color: black;
}

.sidenav .nav-links.show {
    display: flex;
}

.sidenav .dropdown-menu,
.dropdown-submenu .dropdown-menu {
    position: relative;
    width: 100%;
    text-align: center;
    background: #5d5d5d;
    padding: 10px;
}

.sidenav .dropdown-submenu .dropdown-toggle.active {
    background-color: #777575 !important;
    color: #000 !important;
    border-radius: 5px;
    padding: 5px;
}

.sidenav .dropdown-menu .row {
    display: flex;
    flex-wrap: wrap;
}

.sidenav .dropdown-menu .col {
    flex: 1;
    padding: 10px;
}

.sidenav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.sidenav .dropdown-toggle.active::after {
    transform: rotate(180deg);
}

.sidenav .dropdown-toggle.active {
    background-color: red !important;
    color: #000 !important;
    border-radius: 5px;
    padding: 5px;
}

.sidenav .sidenav .dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    background-color: #777575 !important;
}

.quick-link-list-wrapper {
    height: 324px;
    overflow-y: auto;

}
.quick-link-list li:last-child{
    margin-bottom: 0px !important;
}


.project-card-wrapper {
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
}
@media screen  and (max-width:312px){
    .project-card-wrapper {
    max-height:583px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr ;
    gap: 0px 20px;
}
}
@media screen and (min-width:313px) and (max-width:380px){
    .project-card-wrapper {
    max-height:517px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr ;
    gap: 0px 20px;
}
}
@media screen and (min-width:381px) and (max-width:767px){
    .project-card-wrapper {
    max-height:558px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr ;
    gap: 0px 20px;
}
}


@media screen and (min-width:768px) and (max-width:787px){
    .project-card-wrapper{
        max-height:566px !important;
    }
}
@media screen and (min-width:788px) and (max-width:894px){
    .project-card-wrapper{
        max-height:537px !important;
    }
}
@media screen and (min-width:895px) and (max-width:990px){
    .project-card-wrapper{
        max-height:537px !important;
    }
}
@media screen and (min-width:991px) and (max-width:1280px){
    .project-card-wrapper{
        max-height:629px;
    }
    .notification-card .small-text{
    font-size: 17px;
}
}
@media screen and (min-width:1281px) and (max-width:1322px){
    .project-card-wrapper{
        max-height:629px;
    }
    
}
@media screen and (min-width:1322px) and (max-width:1600px){
    .project-card-wrapper{
        max-height:629px;
    }
}
@media screen and (min-width:1600px){
    .project-card-wrapper{
        max-height:563px;
    }
}





@media screen and (max-width:500px){
    .project-card-wrapper#warehouses_div{
        max-height: 404px !important;
    }
}
@media screen and (min-width:501px) and (max-width:767px){
    .project-card-wrapper#warehouses_div{
        height: 368px !important;
    }
        .notification_card_wrapper {

    height: 361px;
    min-height: 299px;
    overflow-y: auto;

}
}
@media screen and (min-width:768px) and (max-width:990px){
    .project-card-wrapper#warehouses_div{
        height: 368px !important;
    }
        .notification_card_wrapper {

    height: 361px;
    min-height: 299px;
    overflow-y: auto;

}
}
@media screen and (min-width:991px) and (max-width:1280px){
    .project-card-wrapper#warehouses_div{
        height: 405px !important;
    }
    .notification_card_wrapper {
    height: 439px;
    min-height: 299px;
    overflow-y: auto;
}
}
@media screen and (min-width:1281px) and (max-width:1299px){
    .project-card-wrapper#warehouses_div{
        height: 269px !important;
    }
    .notification_card_wrapper {
    height: 464px;
    min-height: 299px;
    overflow-y: auto;
}
}
@media screen and (min-width:1300px) and (max-width:1367px){
    .project-card-wrapper#warehouses_div{
        height: 400px;
    }
    .notification_card_wrapper {
    height: 460px;
    min-height: 299px;
    overflow-y: auto;
}
}
@media screen and (min-width:1368px) and (max-width:1419px){
    .project-card-wrapper#warehouses_div{
        height: 369px;
    }
       .notification_card_wrapper {
    height: 430px;
    min-height: 299px;
    overflow-y: auto;
}
}
@media screen and (min-width:1368px) and (max-width:1419px){
    .project-card-wrapper#warehouses_div{
        height: 369px;
    }
       .notification_card_wrapper {
    height: 430px;
    min-height: 299px;
    overflow-y: auto;
}
}
@media screen and (min-width:1420px) and (max-width:1436px){
    .project-card-wrapper#warehouses_div{
        height: 338px;
    }
       .notification_card_wrapper {
    height: 398px;
    min-height: 299px;
    overflow-y: auto;
}
}
@media screen and (min-width:1420px) and (max-width:1436px){
    .project-card-wrapper#warehouses_div{
        height: 338px;
    }
       .notification_card_wrapper {
    height: 398px;
    min-height: 299px;
    overflow-y: auto;
}
}
@media screen and (min-width:1422px) {
    .project-card-wrapper#warehouses_div{
        height:306px;
    }
    .notification_card_wrapper h5 {
    margin-bottom: 6px;
}
.notification_card_wrapper {
    height: 300px;
    min-height: 299px;
    overflow-y: auto;
}
}

/* login */

body.login-wrapper {
    background-image: url('../images/back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;


}

.login-wrapper .logo-wrapper .logo {
    width: 200px;
}

.login-container-wrapper {
    position: relative;
    height: calc(100vh - 40px);
}

.login-container {
    background: #ffffffbf;
    padding: 12px;
    width: 350px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
    .login-container {
        width: 280px;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

.sign-text {
    font-size: 30px;

}

.ltms-text {
    font-size: 50px;

}

.login-container label {
    font-size: 12px;
    margin-bottom: 4px !important;
}

.login-container input {
    font-size: 14px;
}

.login-container input,
.login-container .eye-icon-btn {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.password-container {
    position: relative;
}

.password-container .eye-icon-btn {
    background-color: #E9ECEF !important;
}

.password-container .eye-icon-btn:hover {
    color: #6C757D;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.login-container a {
    font-size: 12px;

}

.sign-in-btn,
.sign-in-btn:hover {
    padding: 10px 25px;
    font-size: 18px;
    background: #FF0000;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

a.register-btn,
a.register-btn {
    padding: 10px 25px;
    font-size: 18px;
    background: #000000 !important;
    color: #fff !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.register-part {
    border-top: 1px solid #CED4DA;
    padding-top: 20px;
}

.register-part p {
    font-size: 22px;
    color: #000;
}

/* modal */
.modal-header {
    background-color: black;
    color: white;
    text-align: center;
    border-bottom: 2px solid #FF0000;

}

.modal-dialog.project-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;

}

@media screen and (min-width:991px) {

    .modal-dialog.password-modal {
        max-width: 820px !important;
    }
}

@media screen and (min-width:767px) and (max-width:990px) {

    .modal-dialog.password-modal {
        max-width: 740px !important;
    }
}

.modal-content {
    color: #000;
}

.outside-close-btn {
    /* position: fixed; */
    top: 10px;
    right: 10px;
    background: none;
    color: #FF0000;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1059;
    display: none;
}

.modal .password-wrapper {
    position: relative;
}

.modal .password-wrapper input {
    width: 100%;
    padding-right: 40px;
}

.modal .toggle-password:hover {
    color: black;
}

.remove-btn {
    border: 1px solid #FF0000;
    color: #FF0000;
    transition: all 0.3s;
}

.remove-btn:hover {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    transition: all 0.3s;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.table td {
    padding: 5px 10px;
}




.sidenav1 {
    z-index: 2000;
    overflow-x: hidden;
    transition: 0.5s;
    position: relative;
    text-align: center;
}

.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #343a40;
    padding: 10px;
    z-index: 1000;
}

.nav-links {
    text-align: center;
    flex-direction: column;
    
    width: 100%;
    height: 0px;
    background: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.nav-links .nav-link {
    padding: 5px;
    border-radius: 0 !important;
}
.sidenav1 .nav-links .dropdown  .dropdown-menu{
    border-radius: 0 !important;
}
.nav-links .nav-link:hover {
    background-color: #B3151B;
    color: #000 !important;
}

.nav-links.show {
    display: flex;
    
    height:calc(100vh - 84.8px);
    overflow: auto;
    scrollbar-width: thin;
  scrollbar-color: #999 transparent;
    transition: all 0.3s;
}
.nav-links.show::-webkit-scrollbar {
  width: 8px; 
}
.nav-links.show::-webkit-scrollbar-track {
  background: transparent;
}
.nav-links.show::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}
@media screen and (min-width:768px) and (max-width:1093px){
    .nav-links.show {
    height:calc(100vh - 66.14px);
 
}
}
@media screen and (min-width:461px) and (max-width:767px){
    .nav-links.show {
    height:calc(100vh - 84.8px);
}
}
@media screen and (max-width:461px) {
    .nav-links.show {
    
    height:calc(100vh - 62px) !important;
}
}

.dropdown-menu {
    position: relative ;
    width: 100% !important;
    text-align: center !important;
    background: #343A40 !important;
}

.dropdown-submenu .dropdown-menu {
    position: relative;
    width: 100%;
    text-align: center;
    background: #6C757D;
    padding: 10px;
}

.dropdown-submenu .dropdown-toggle.active {
    background-color: #B3151B !important;
    color: #000 !important;
    padding: 5px;
}

.dropdown-menu .row {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-menu .col {
    flex: 1;
    padding: 10px;
}

/* Rotate Icon Effect */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown-toggle.active::after {
    transform: rotate(180deg);
    /* Rotate when active */
}

/* Change background when active */
.dropdown-toggle.active {
    background-color: #B3151B !important;
    color: #000 !important;
    border-radius: 5px;
    padding: 5px;
}

.dropdown-item {
    color: #ffffff !important;
}
.dropdown-item.option-different{
    background-color: #000000;
    color: #fff;
    padding: 5px;
}
.option-different.dropdown-item:focus,
.option-different.dropdown-item:active ,.option-different.dropdown-item:active {
    background-color: #000000 !important;
    color: #fff !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    background-color: #777575 !important;
}

.dropdown-menu-right {
    background-color: #ffffff !important;
}


.modal .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: gray;
}
.sidenav1 #navLinks .dropdown .dropdown-menu{
    opacity: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    display: block !important;
    transition: all 0.3s;
}
.sidenav1 #navLinks .dropdown .dropdown-menu.show{
    opacity: 1;
    padding: .5rem 0;
   
    height: auto !important;
    transition: all 0.3s;
}
.custom-menu {
    position: absolute;
    top: 85px;
    width: 100%;
    left: 0;
}
@media screen and (max-width:767px){
    .custom-menu {
    top: 65px;
}
}
.menu-toggle {
    font-size: 24px;
    background-color: #fff;
    color: #343a40;
    cursor: pointer;
}

.custom-menu .nav-link {
    color: white;
    font-weight: 700;
    padding: 15px;
    display: block;
    letter-spacing: -4%;
    line-height: 100%;
    font-size: 27px;
    text-decoration: none;
}
#custom_menu_close{
    width: 25.579998016357422;
height: 25.579998016357422;
font-size: 36px;
top: -5px;
right: 7px;
position: absolute;
color: #6C757D;
cursor: pointer;
}
#custom_menu_close:hover{
color: #f1f1f1;
}
.custom-menu .dropdown .dropdown-menu .dropdown-item{
    font-family: Roboto;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -4%;
    margin-top: 10px ;

}
.custom-menu a.btn[aria-expanded="true"] {
    background: rgb(190, 16, 16) !important;
}

.custom-menu a.btn {
    transition: 0.3s ease-in-out;

}

.custom-menu a.btn:hover,
.custom-menu a.btn.active {
    background: rgb(190, 16, 16) !important;
    color: #000 !important;
    transition: 0.3s ease-in-out;
    border-color: transparent !important;
}

.custom-menu .collapse .card {
    background: #444;
    text-align: center;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.custom-menu .collapse a.btn[aria-expanded="true"] {
    background: #858585 !important;
}

.custom-menu .collapse a.btn:hover,
.collapse a.btn.active {
    background: #858585 !important;
    transition: 0.3s ease-in-out;
    outline: none !important;
    border-color: transparent !important;
}

.text-danger {
    text-align: left;
}

.is-invalid {
    background-image: none !important;
}

.bootstrap-select .dropdown-menu {
    z-index: 1051;
    /* Same as Bootstrap modal or higher */
}

.select2-selection.select2-selection--multiple {
    height: 40px !important;
    padding: 6px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236c757d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 16px;
    padding-right: 2.5rem;
}



.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 6px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236c757d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 16px;
    padding-right: 2.5rem;

}

/* Ensure placeholder text is vertically centered */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    color: #888 !important;
    /* optional: light gray for placeholder look */
}

/* Proper position and size of the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: #fff !important;
    color: #000 !important;
    max-height: 200px !important;
    overflow-y: auto !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #007bff !important;
    color: white !important;
}

/* Fix search input */
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: #000 !important;
    background-color: #fff !important;
}

/* Ensure dropdown z-index is above modal/dialog */
.select2-container--open {
    z-index: 9999 !important;
}

.select2-selection__rendered {
    display: contents !important;
    padding: 6px 12px;
    font-size: 14px;
    color: #212529;
}

.select2-container--default.select2-container--multiple .select2-selection--multiple::after {
    content: "▼" !important;
    /* Yeh hai actual icon */
    position: absolute !important;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) !important;
    font-size: 12px !important;
    color: #999 !important;
    pointer-events: none !important;
}

.dash-multi-bg .carousel,
.dash-multi-bg .carousel-inner,
.dash-multi-bg .carousel-item {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      z-index: -1;
    }
 .dash-multi-bg .carousel-item {
      background-size: cover;
      background-position: center;
    }
.dash-multi-bg .content-wrapper {
      position: relative;
      padding:0 10px 10px 10px;
      justify-content: center;
    }
.dash-multi-bg .carousel-indicators,
    .dash-multi-bg .carousel-control-prev,
    .dash-multi-bg .carousel-control-next {
      display: none;
}
.dash-multi-bg .carousel:before{
    content: '';
    position: absolute;
    background-color: #ffffffbf;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.custom-header .dropdown .dropdown-menu.dropdown-menu-right{
    z-index: 9999;
}

@media screen and (max-width: 600px) {
  #passwordModal {
        width: 90%;
       
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
  }
}
.modal-dialog.password-modal{
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: auto !important;
}

.custom-greeting {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    color: black !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
#warehouses_div .project-card{
    max-height: 88px;
}


/* add new css*/
#header_div {
    background-color: #000000 !important;
    color: white !important;
    padding: 10px 20px !important;
    display: flex !important;
    border-bottom: 2px solid #FF0000 !important;
    align-items: center !important;
    justify-content: space-between !important;
}
#header_div #dirImg{
    max-width: 318px;
    padding-right: 5px;
}
#header_div #navToggle{
    background-color: #fff;
    border: none;
    font-size: 23px;
    border-radius: 3px;
    padding: 0px 8px;
}
#header_div .welcome-text .greeting{
    margin-right: 277px;
    font-size: 36px;
}
@media screen and (min-width:768px) and (max-width:1093px) {
   #header_div .welcome-text .greeting{
    margin-right: 150px;
    font-size: 25px;
}
#header_div #dirImg{
    max-width: 225px;
    padding-right: 5px;
}
#header_div #navToggle{
    background-color: #fff;
    border: none;
    font-size: 17px;
    border-radius: 3px;
    padding: 0 7px;
}
    .custom-menu {
        top: 66px !important;
    }
}


@media screen and (max-width:767px) {
    #header_div{
        padding: 0px 10px 0px 0px;
    }
    #header_div .welcome-text .greeting{
    display: none !important;
}
   #header_div #dirImg{
    max-width: 318px;
}
#header_div #navToggle{
    background-color: #fff;
    border: none;
    font-size: 23px;
    border-radius: 3px;
    padding: 0px 8px;
}
}


@media screen and (max-width:440px) {
    #header_div {
        padding: 0px 8px 0px 0px!important;
    }
    #header_div #dirImg{
    max-width: 190px;
    padding-right: 0;
}
#header_div #navToggle{
    background-color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    padding: 0 7px;
}
    .custom-menu {
        top: 40px !important;
    }
    .user-info img {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50%;
    object-fit: cover;
}
}

.custom-radius {
    border-radius: 20px;
    overflow: hidden;
    background-color: #f2f2f2;
}

#header_div .dropdown .dropdown-menu.dropdown-menu-right{
    z-index: 9999;
}

.bootstrap-select .dropdown-menu.show {
    background: #fff !important;
    max-height: 350px !important;
}

.bootstrap-select .dropdown-menu.inner {
    display: block !important;
    background-color: #fff !important;
    visibility: visible !important;
/*    max-height: 350px !important;*/

}

.bootstrap-select .dropdown-menu.inner li a.dropdown-item span {
    color: #212529 !important;
}

.bootstrap-select .dropdown-menu.inner li a.dropdown-item:hover {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}


.bootstrap-select .inner {
  overflow: visible !important;
  max-height: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  max-height: 300px !important; /* or 350px as you like */
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.bootstrap-select .inner[style*="overflow"] {
  overflow: visible !important;
  max-height: none !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: inherit !important;
} 

.shipment-card-body .form-select{
    padding:5px!important;   
 
}
 
.shipment-card-body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width:100%!important;
}
 
.shipment-card-body .dropdown-menu{
    width:auto!important;
}
 
.transport-information .dropdown-menu ul{
    margin:0!important;
}

#replicate-bid-modal .dropdown-menu {
    text-align: unset !important;
}