
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');


:root {
    --primary-color: #E65100;
    --pane-padding: 5px 42px;
  }

body{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    background: rgba(241, 237, 232, 1);
    height: 100vh;
    overflow:unset !important;    
}
*{
    transition: all 0.3s;
}

.primary-text{
    color:var(--primary-color)
}
.form-control {
    font-size: 0.8rem;
}
a, a:hover{
color: unset;
transform: none;
}
.navbar{
    border-bottom: 1px solid #3332;
    padding:0;
}
.sticky-top {
    position: fixed !important;
    top: 0;
    z-index: 1020;
    width: 100% !important;
}
#exp-icn {
    position: fixed;
    z-index: 9999;
}
div#main {
    margin-top: 5rem !important;
}
.h-60 {
    height: 60px;
}

.header-btn {
    padding: 0 5px;
}

    .header-btn:hover {
        background-color: #eee;
    }

.nav .dropdown-menu.show {
    border-radius: 0;
}

.navmin {
    position: relative;
    top: 0;
    overflow: unset !important;
}

    .navmin .nav-text {
        display: block !important;
        background-color: var(--primary-color);
        color: #fff;
        z-index: 9999;
        border-radius: 0 5px 5px 0;
        padding: 5px;
        white-space: nowrap;
        transition: 0.3s;
    }
input{
    border-radius: 5px;
    border: 1px solid #9fa6b2;
    outline: none !important;
    box-shadow: none !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.825rem;
}
.form-control:focus {
    box-shadow: none;
    transition: all .1s linear;
    border-color: #e65100 !important;
    box-shadow: none !important;
}
.page-item.active .page-link {
    background-color: var(--primary-color);
}


.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input[type=checkbox]:checked:focus {
    background-color:  var(--primary-color);
}

.form-check-input[type=checkbox]:focus:after{
    background-color: unset;
}
.form-check-input:before{
    display: none;
}
input[type=text]:focus, .input-group>.form-control:focus {
    border-color: var(--primary-color) !important;
  }
.btn{
    box-shadow: none;
    text-transform: initial;
		position: relative;
		overflow: hidden;
        transition: all .5s;
        font-size: 1rem;
        border-width: 1px;
    
}

.btn-danger{
    background-color: rgba(255, 0, 0, 0.966);
}

.btn-outline-success:hover{
    background-color: green;
    color: #fff;
}
thead{
    background-color: #F2E1D1;
    font-weight: 600;
}
td, th{
    white-space: nowrap;
}
.form-check-input[type=checkbox]:checked:after{
    margin-left: -0.2rem;
    margin-top: -5px;


}

table>:not(caption)>*>* {
    padding: 0.3rem 0.4rem !important;
    font-size: 0.8rem;
}

tbody, td, tfoot, th, thead, tr {
    border: unset;
    border-color: #dfdfdf;
}
    .all-edit-hidden{
    display: none;
}
.table th {
    font-weight: 600;
}
/*.table-scroll div:nth-child(2) {
    max-height: 300px;
    height: 300px;
    overflow: auto;
}

#allocationTable_wrapper div:first-child {
    height: 30px;
}
#allocationTable_wrapper div:nth-child(3) {
    height: 50px;
}*/
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color:#cd4a03;
}
.btn-primary{
    background-color: var(--primary-color);
}

.btn-outline-secondary {
    color: #9fa6b2;
    border: 1px solid #9fa6b2;
}

.btn-outline-secondary:hover {
    color: #757575;
    border: 1px solid #757575;
}
.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-primary:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus {
    color:  var(--primary-color);
    background-color: transparent;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: var(--primary-color);
    background-color:var(--primary-color)1266f1;
    border-color: var(--primary-color);
}

.btn-br-bg-none{
    border: none;
    background-color: unset;

}

.btn-br-bg-none:hover{
   color: var(--primary-color);
}

.btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    color: #3a3a3a;
    background-color: transparent;
}

.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #000;
    background-color: #fff;
    border-color: #3a3a3a;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: var(--primary-color) #ffffff;   
}
  /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    } 
*::-webkit-scrollbar-track {
    background: #ffffff;  
} 
*::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
    border: 3px solid #ffffff;
} 
  /* ===== Scrollbar CSS end ===== */


/* login page start */
.nav-tabs .nav-link{
    font-size: 1rem;
    color: #fff;
}

.nav-tabs a{
    position: relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: unset !important;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: unset;
    padding: 20px 30px;
}
.nav-tabs .nav-link:hover{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: var(--primary-color);
}


/* left side nav end */




#navbarDropdownMenuLink i
{
    font-size: 20px;
    margin-top: 7px;
}

#navbarDropdownMenuLink  .badge-notification{
    margin-top: 0.3rem;
}


/* new card start */

.slide-btn {
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #3331;
    color: #fff;
    border-radius: 0 3px 3px 0;
    padding: 5px 5px;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    background-color: var(--primary-color);
    left: 56px;
    top: 10%;
}

.slide-btn:hover{
    background-color: #fff;
    color:var(--primary-color);
    /* border: 1px solid var(--primary-color); */
}
.sidenav {
    height: 100vh;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    background-color: var(--primary-color);
    overflow-x: hidden;
    transition: 0.3s;
    margin-top: 0;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  }
 /* .nLfTxt{
      display:none;
  }

  .closebtn{
    display:none;
    }*/
  #mySidenav a:hover{
      background-color: #f1ede8;
      color:var(--primary-color);
      transition: 0.3s;
      position: relative;
      /* border-top: 0.5px solid #e4501a91; */
  }
#mySidenav a.active {
    background-color: #f1ede8;
    color: var(--primary-color);
    transition: 0.3s;
    position: relative;
    /* border-top: 0.5px solid #e4501a91; */
}
  .active{
    background-color: #eee;
    color: var(--primary-color) !important;
    transition: 0.3s;
}

div#main {
    transition: all 0.5s;
    margin-left:200px;
}
.sidenav a {
    padding: 0px 8px 0px 12px;
    text-decoration: none;
    color: #fff;
    height: 55px;
    display: block;
    transition: 0.5s;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.slide-btn {
    display: none;
}
.breadcrumb{
    font-size:0.8rem;
}


.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav i {
    padding: 8px 0 8px 8px;
    min-width: 27px;
}

  .card-name{
      /* text-transform: uppercase; */
  }
  .sidenav .closebtn {
    position: relative;
    top: 0;
    right: 0px;
    float:right;
    /* font-size: 36px; */
    /* margin-left: 50px; */
  }
.closebtn {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    position: absolute;
    padding: 5px 10px;
    transition: .3s;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    z-index: 999;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    top: 10%;
    left: 200px;
}
.closebtn:hover{
    color: var(--primary-color);
    background-color: #fff;
    transition: .3s;
    /* border: 1px solid var(--primary-color); */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#v-tabs-home form, #v-tabs-profile-tab form{
    width: 400px;
}
#v-tabs-home, #v-tabs-profile {
    background-color: unset;
}
#mySidenav .active{
    border-bottom:0;
    /* width:80px; */
    height:40px;
    /* margin:30px; */
    position:relative;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}
#mySidenav .active:after,#mySidenav .active:before{
    content:'';
    height:30px;
    width: 10px;
    background-color: transparent;
    /* border:1px solid red; */
    position:absolute;
    bottom:-3px;
    border-top:0;
}
#mypridetab .nav-item.show .nav-link, #mypridetab .nav-link.active:before {
    /* border-radius: 0 0 15px 0px;
    content: "";
    background-color: #b23cfd;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0px 10px 0 #f93154;
    font-variant: diagonal-fractions; */
    display: none;
}

#mypridetab .nav-item.show .nav-link, #mypridetab .nav-link.active:after {
    /* border-radius: 0 0 0 15px;
    content: "";
    background-color: #b23cfd;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 90px;
    top: 8px;
    box-shadow: 0px 10px 0 #00ccff; */
    display: none;
}
.social-icons li{
    list-style: none;
    float: left;
    margin: 10px 20px;
    font-size: 2rem;
}
#mySidenav .active:after{
    border-left:0;
    -moz-border-radius:0 0 5px 0;
    -webkit-border-radius:0 0 5px 0;
    border-radius: 0 10px 0px 0;
    box-shadow: 0 -17px 0 #eeeeee;
    bottom:-30px;
    right: -1px;
}
#mySidenav .active:before{
    border-right:0;
    -moz-border-radius:0 0 0 5px;
    -webkit-border-radius:0 0 0 5px;
    border-radius: 0 0 0 5px;
    top:-30px;
}


#mySidenav a:hover::after {
    border-left:0;
    -moz-border-radius:0 0 5px 0;
    -webkit-border-radius:0 0 5px 0;
    border-radius: 0 10px 0px 0;
    box-shadow: 0 -17px 0 #eeeeee;
    bottom:-30px;
    right: -1px;
    position: absolute;
}

.dash-brd-card:hover .card-arrow{
    transition: all 1s;
    box-shadow: -7px 0px 0px #f8cba3;
}
.dash-brd-card:hover .fa-hover-hidden{
    display: none !important;
    transition: all 0.3s;
}
.fa-hover-show i {
    position: absolute;
    top: 35%;
    right: 15%;
    animation-name: arrowshow;
    animation-duration:0.5s;
    transition: all 0.3s;
    
}
.dash-brd-card:hover .fa-hover-show{
    display: block !important;
    transition: all 0.3s;
    
}

.card-arrow.fa-hover-hidden {
    position: absolute;
    right: 0;
    z-index: 2;
}
/* .fa-hover-show{
    display: none !important;
    transition: all 0.3s;
} */

.dash-brd-card a{
    height: 100%;
}

  @keyframes arrowshow{
    0%{
        transform: scale(1);
    }
    50%{
        transform: skew(2);
    }
    100%{
        transform: scale(1);
    }
}



/* dashboard card start */
.card-mthr{
    position: relative;
}


.dash-brd-card{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: row;
    height: 160px;
    align-items: center;
    background-image: url(../img/card-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    overflow: hidden;
}

.dash-brd-card .fa-ellipsis-v{
    position:absolute;
    top:10%;
}
.card-arrow{
    font-size: 2.5rem;
    background-color: var(--primary-color);
    display: inline-block;
    border-radius: 50% 5px 5px 50%;
    padding: 0.5rem 1rem;
    color: #fff;
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    
}
.dash-brd-card p {
    font-size: 1.2rem;
    font-weight: 600;
    color:#4f4f4f;
}


.dash-brd-card .dropdown-item {
    padding: 0.2rem 1rem;
    /* background-color: #f1ede8; */
}

.dash-brd-card .dropdown {
    position: absolute;
    top: 5%;
    left: 3%;
}
/* dashboard card end */


/* task management start */

.dropdown-lbl{
    margin-left: -10px !important;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.3rem;
    border-radius: 0 5px 5px 0;
}


/* #staticBackdrop{
    top:20% !important;
} */


.modal-header{
    color: var(--primary-color) !important;
}

.tskmng-search{
    display: none;
}

.tskmng-search-show{
    transition: width 300ms ease-in-out;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


.tskmng-search-btn{
    border-radius: 5px;
    border-radius: 3px !important;
}


.filter-card{
    display: none;
    position: absolute;
    top: 17%;
    right: 5%;
    position: absolute;
    z-index: 9999;
}

.filter-card .card{
    background-color: #f1ede8;
}


.mbl-bar-btn{
    display: none;
    padding: 0.2rem 0.5rem;
    margin: 0 0.3rem;
    border: 1px solid #3331;
}

.table-responsive.pt-3 {
    
}
.mbl-bar-btn:hover{
    color: #cd4a03;
}
@keyframes mbl-lft-nv{
    0%{
       opacity: 0;

    }
    100%{
        opacity: 1;
    }   
}
@media screen and (max-height: 450px) {
   
    .sidenav a {font-size: 18px;}
    
  }


  @media screen and (max-width: 1024px) {
    
    .sidenav{
        width: 200px;
        animation-name: mbl-lft-nv ; 
        animation-duration:0.5s;
        box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
        z-index: 5;
    }
    .slide-btn{
        display: none;
    }

    .mbl-bar-btn, .nLfTxt{
        display: block;
    }

    /* .mbl-bar-btn .fa-bars{
        display: none;
    } */

   .fa-compress-arrows-alt{
        display: none;
    }
   
  }

  @media screen and (max-width: 767px) {
    .card-fst-sec{
        display: unset !important;
    }
    .card-fst-sec div{
        margin-bottom: .5rem;
    }
    .card-fst-sec .float-end{
        float: unset !important;

    }
  }


  /* login page start */
  .login-bg-right {
    background-image: url(../img/login-right.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-color: #ffa900;
}


.form-login {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 30%;
  }

  #v-tabs-home-tab .active:after {
    border-left: 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 010 10px 0px 0;
    box-shadow: 0 -17px 0 #eeeeee;
    bottom: -30px;
    right: -1px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active:before {
    border-radius: 0 0 0 15px;
    content: "";
    background-color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom:56px;
    box-shadow: -5px 10px 0 #fff;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active:after {
    border-radius: 15px 0 0 0;
    content: "";
    background-color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 56px;
    box-shadow: -5px -10px 0 #ffffff;
  }

  #v-tabs-home-tab .active:after,
  #v-tabs-home-tab .active:before {
    content: '';
    height: 30px;
    width: 10px;
    background-color: var(--primary-color);
    /* border: 1px solid red; */
    position: absolute;
    bottom: -3px;
    border-top: 0;
  }

  .user-name-lgn>input[type=text],
  input[type=password] {
    width: 100%;
    border-bottom: 1px solid #9fa6b2;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: unset !important;
    border-radius: 0;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;
  }


.login-input {
    padding-left: 50px !important;
    width: 100%;
    border-bottom: 1px solid #9fa6b2;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: unset !important;
    border-radius: 0;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;
}

  input[type=text]:focus,
  input[type=password]:focus {
    border-color: var(--primary-color);
  }

  ::placeholder {
    margin-left: 40px;
  }

  a {
    color: #155b76;
  }

  .user-name-lgn,
  .user-name-psw {
    position: relative;
    width: 100%;
  }

  .user-name-lgn span {
    position: absolute;
    left: 2%;
    top: 18%;
    font-size: 1.3rem;
    color: #3338;
    padding: 0rem 0.5rem;
  }

.pass-key {
    position: absolute;
    left: 2%;
    top: 15%;
    font-size: 1.3rem;
    color: #3338;
    padding: 0rem 0.5rem;
}

.pass-eye {
    position: absolute;
    right: 2%;
    top: 15%;
    font-size: 1.3rem;
    color: #3338;
    padding: 0rem 0.5rem;
}

  .mbl-hidden {
    display: block;
  }

  .dsk-hidden {
    display: none;
  }

  @media only screen and (max-width: 768px) {
    .mbl-hidden {
      display: none;
    }

    .dsk-hidden {
      display: block;
    }

    body {
      overflow: unset;
    }

    #exp-icn{
        display: none;
    }
    .nav-tabs{
      background-color: antiquewhite;
    }
    .nav-tabs .nav-link {
    font-size: 1rem;
    color: #262626;
}
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: unset !important;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: unset;
    border-bottom: unset; 
}
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:before {
      border-radius: 0 0 0 15px;
    content: "";
    background-color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    left: unset;
    bottom: -1px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
    border-radius: 0 0 15px 0;
    content: "";
    background-color: transparent;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 5px;
    box-shadow: 0px 10px 0 #fff;
} 
    .form-login {
      top: 28%;
      width: 100%;
      left: unset;
    }

    h3 {
      color: #333;
    }

    .text-center.pt-3 h3 {
      color: #fff;
    }
  }

  @media only screen and (max-width:425px) {
    .card{
        margin-bottom: 1rem;
    }
  
  }
/* login page end */



/* mypride start */
#mybridetab {
    padding: 1.2rem;
    padding-bottom: 5px;
    padding-left: 1rem;
    border-bottom: 1px solid var(--primary-color);
}
.nav-link-mbride{
    padding: 0.5rem;
}

#mybridetab li a{
    padding: 0.5rem;
    background: unset;
    border: 1px solid #e4501a;
    border-radius: 5px 5px 0 0;
    margin: 0 3px 0 0;
    border-bottom: none;
    transition: 0.5s;
    background-color: var(--primary-color);
    color: #fff;
}
#mybridesubtab li a{
    padding: 0.5rem !important;
    /* border: 1px solid #e4501a; */
    border-radius: 5px 5px 0 0 !important;
    margin: 0 3px 0 0;
    border: none;
    transition: 0.5s;
    background-color: var(--secondary-color);
    color: rgb(73, 73, 73);
}
/* .nav-item-mbride a:hover{
    background-color: var(--primary-color) !important;
    color: #fff !important;
} */
#mybridetab .active {
    border: 1px solid var(--primary-color);
    background-color: #fff;
    border-bottom: 2px solid #fff;
    z-index: 9999;
}

#ex-with-icons-content .active {
    background-color: unset !important;
    /* border: 1px solid var(--primary-color); */
    border-top: 0;
    padding: 1rem;
    /* border-radius: 0 0 5px 5px; */
    border-radius: 0;

}

.ex-with-icons-content-subtab .active {
    background-color: #fff !important;
    border: 1px solid var(--primary-color);
    border-bottom: 0;
    padding: 0.25rem;
    border-radius: 5px 5px 0 0;
}

#ex-with-icons-content-subtab .active {
    background-color: #fff !important;
    /* border: 1px solid var(--primary-color); */
    border: none !important;
    /* border-bottom: 1px solid var(--primary-color) !important; */
    padding: 0.25rem;
    border-radius: 5px 5px 0 0;
}

#ex-with-icons-tabs-1 .active {
    background-color: #fff !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid var(--primary-color);
    padding: 0.25rem;
    border-radius:0 5px 5px 5px ;
}

#ex-with-icons-content-subtabshow .active {
    background-color: #fff !important;
    /* border: 1px solid var(--primary-color); */
    border-top: 0;
    padding: 0.5rem;
    border-radius: 0 0 5px 5px;
}
#ex-with-icons-tabs-1 ul{
    background-color: #eee;
}

#ex-with-icons-tabs-1 ul li{
    padding: 0.25rem 0.5rem 0.25rem 0;
}

#ex-with-icons-tabs-1 ul li:first-child{
    padding-left: 0;
}

.dropdown-menu.show {
    background-color: #fff !important;
    padding: 0 auto;
    box-shadow: 0 2px 15px -3px rgb(0 0 0 / 7%), 0 10px 20px -2px rgb(0 0 0 / 4%);
    border: 1px solid #e0e0e0!important;
}
.dropdown-menu li{
    padding-right: 0 !important;
}
.dropdown-menu li:last-child{
    padding-bottom: 0 !important;
}
#mybridetab .nav-tabs .nav-link:hover{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#mybride-pagination li.page-item.active{
    border: none !important;
    border-bottom :none !important;
}
.pagination{
    background-color: unset !important;
}

@media screen and (max-width: 1024px) {

    .card-fst-sec, .btn, #mybridetab li a, #mybridesubtab li a {
        font-size: 0.8rem;
    }
        .mtt-2{
         margin: 0.5rem 0;
    }
    .p-5{
        padding: 1rem!important;
    }
}

@media screen and (max-width: 450px){
    /* #ex-with-icons-content-subtab .card.p-3.border .d-flex:first-child{
        display: unset !important;
    } */
    #dropdownMenuLink{
        width: 100%;
    margin: 5px 0;
    }
    .dropdown-menu{
        width: 100%;
    }
    .dropdown-toggle:after{
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        position: absolute;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        right: 05%;
        top: 45%; 
    }

    
}

#myTable_length {
    margin-bottom: 0.8rem;
}

#myTable {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5px !important;
}
/* mypride end */

/* Tooltip Start */

.tooltips {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

    .tooltips .tooltiptext {
        visibility: hidden;
        /*width: 80px;*/
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 1rem;
        position: absolute;
        z-index: 999;
    }

.tooltip-btm {
    top: 150%;
    left: 50%;
    margin-left: -30px;
}

.tooltip-right{
    top: -5px;
  left: 110%;
}

.tooltips .tooltip-btm::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltips .tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

    .tooltips:hover .tooltiptext {
        visibility: visible;
    }
/* Tooltip end */


/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: unset !important;
    background: unset !important;
}*/

.lc-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    transition: .4s;
    width: 35px;
    border-radius: 20px;
}

.lc-switch {
    position: relative;
    display: inline-block;
    height: 20px;
    margin-bottom: 0;
    right: -260px;
    top: 0px;
}

.isActiveBtn span {
    float: left;
    color: #757575;
}

.lc-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

input:checked + .lc-slider:before {
    transform: translate(15px);
}

.lc-slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 50%;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
}

input:checked + .lc-slider {
    background-color: #f9642d;
}

/*Batch file exist popup*/
.file-alert {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 5px;
    max-height: 100px;
    overflow-y: scroll;
    margin-top: 3px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    max-height: 500px;
    max-width: 500px;
    top: 20%;
    left: 38%;
    animation: file-exit 3s;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-cle {
    position: sticky;
    top: 0;
    right: 0;
    background-color: antiquewhite;
}

.alert-close {
    position: sticky;
    right: 0;
    border: none;
}
/*end*/

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.cldr-clr {
    position: absolute;
    right: 3px;
    top: 34px;
    padding: 0 2px !important;
    color: red;
    opacity: 1;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.inProgress {
    color: #d50000 !important;
    background-color: #ffebee !important;
}

.completed {
    color: #029108 !important;
    background-color: #f0fbf1 !important;
}

.qcDone {
    background-color: #fff2de !important;
    color: #df6803 !important;
}
.notAllocated {
    color: #000 !important;
}
.allocated {
    color: #e65100 !important;
    background-color: #ffe9e4 !important;
}
.readyToUpload {
    color: #0026ff !important;
    background-color: #e3f2fd !important;
}
.readyForDelivery {
    color: #7c7000 !important;
    background-color: #f9fbe7 !important;
}

/*#exp-icn {
    position: absolute;
    left: 200px;
    top: 10%;
}*/
/*#allocationtable_wrapper div:first-child {
    height: 30px;
}

#allocationtable_wrapper div:last-child {
    height: 0px;
    min-height: 50px;
}

div.table-responsive > div.datatables_wrapper > div.row {
    margin: 0;
    margin-top: 10px !important;
}*/

/*Reset password*/
#pwd-reset {
    display: table-cell;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    width: 50%;
    margin-top: 5%;
}

    #pwd-reset form {
        width: 60%;
    }

.dataTables_scrollBody table {
    width: 100% !important;
}

    .dataTables_scrollBody table thead tr th:first-child {
        background-color: #f1f1f1;
    }

    .dataTables_scrollBody table thead {
        background-color: #f9f9f9;
    }

.paginate_button {
    border: 0px !important;
    }
    .paginate_button.current {
        background: #e65100 !important;
        color: #fff !important;
        border: 0px !important;
        border-radius: 2px !important;
    }
    .paginate_button:hover {
        background: #e65100 !important;
        border: 0px !important;
        border-radius: 2px !important;
    }
.paginate_button.disabled {
    background: transparent !important;
    border: 0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { color:#fff !important;}