@charset "UTF-8";
@import url("/static/css/breadcrumb.css");
@import url("/static/css/form.css");
@import url("/static/css/variables.css");
@import url("/static/css/colors.css");
@import url("/static/css/card.css");
@import url("/static/css/button.css");
@import url("/static/css/table.css");
@import url("/static/css/toggle_button.css");
@import url("/static/css/sidenav.css");
@import url("/static/fonts/fonts.css");

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}
body {
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}
.rounded-0 {
    border-radius: 0 !important; 
}
.rounded-top-left {
    border-top-left-radius: 10px !important;
}
.rounded-top-right {
    border-top-right-radius: 10px !important;
}
.box-shadow-none {
    box-shadow: none !important;
}
.inline-radio li {
    display: inline;
    margin-right: 10px;
}
.green-signal {
    background-color: #dcffe4;
    color: #165c26;
}
.red-signal {
    background-color: #ffeef0;
    color: #86181d;
}
.yellow-signal {
    background-color: #fff3cd;
    color: #856404;
}
/* .sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
} */
.search-input-container {
    position: relative;
    width: 60%;
}
.search-input {
    padding: 8px 8px 8px 35px;
    border: 1px solid #ccc;
    border-radius: 50px;
    outline: none;
    width: 60%;
    transition: all 0.5s ease-in-out;
}
.search-input::placeholder {
    color: #999;
    font-style: italic;
}
.search-input:focus {
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
    width: 100%;
}
.search-icon {
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.m-page {
    width: 210mm;
    min-height: 297mm;
    margin: auto;
    padding: 20mm;
    border: 1px solid #D3D3D3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}
.footer-action-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 40px 0;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    height: 150px;
    margin-left: -8px;
}

.page-title {
    color: var(--primary-color);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.input-label {
    font-size: 12pt;
    color: #000;
}
.asterisk-field {
    color: red;
}
.Imgpreview {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.Imgpreview img {
    width: 140px!important;
    height: 140px!important;
    border-radius: 10px;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.img-remove-btn {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    background: #f00;
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 1;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    padding: 5px 10px;
    background: linear-gradient(135deg, rgba(55, 71, 79), rgba(55, 71, 6));
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.01s ease-in-out;
    margin-bottom: 10px;
  }
  #scrollToTopBtn.show {
    opacity: 1; /* Fully visible */
  }
  .custom-input {
    color: #000;
  }
  .number {
    background: rgb(236, 236, 254);
    padding: 0.2rem;
  }
  .radio-label {
    cursor: pointer;
    color: #000;
  }
  .nav.nav-pills {
      background: transparent;
  }
  .nav.nav-pills .nav-link {
    background-color: #f8f9fa;
    margin: 0.1rem;
  }
  @media (max-width: 575px) {
    .m-card-label {
      font-weight: bold;
      font-size: 16pt;
    }
    .m-card-value {
      line-height: 0;
      font-size: 18pt;
    }
  }

/* NAVBAR */
.btn-grad {
    background-image: linear-gradient(to right, #000046 0%, #1CB5E0  51%, #000046  100%);
    margin: 5px;
    padding: 15px 25px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    max-height: 50px;
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

img.wapp_cass {
    right: 0;
    width: 75%;
    margin-left: 18%;
    margin-top: -2%;
}
.contact-modal {
    max-width: 820px;
}
.fa.fa-facebook-official {
    font-size: 19px;
}
ul {
    list-style: none;
}
a {
    text-decoration: none!important;
    color: inherit;
}

img.icon {
    width: 5px !important;
}
.dropdown {
    display: flex;
    flex-direction: column;
    min-width: 230px;
    background-color: var(--white);
    position: absolute;
    top: 36px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.97) translateX(-5px);
    transition: 0.1s ease-in-out;
    box-shadow: var(--shadow);
}
.dropdown.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.15rem;
}
.dropdown-link {
    margin-bottom: 3px;
    display: flex;
    gap: 0.5rem;
    border-radius: 7px;
    transition: 0.1s ease-in-out;
}
.dropdown-link {
    margin: 0.3rem;
}
.dropdown-link:hover,
.dropdown-link.active{
    font-weight: 600;
    background: var(--primary-color-light);
    color: #000;
}
#user_system {
    margin-left:50px;
    border: 1px solid #ecebec;
    border-radius: 0.625rem;
}
/* end Navbar */



/* For extra-large devices */
@media screen and (min-width: 1024px) {
    .m-navbar {
        max-height: 60px;
    }
}

/* For large devices */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .m-navbar {
        max-height: 60px;
    }

    .menu-bar .nav-link {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-weight: 600;
        font-size: 1.2rem;
        margin: 0;
    }

    .menu-bar li:first-child .dropdown {
        min-width: 100%;
    }

    .menu-bar > li:not(:last-child) {
        padding-bottom: 0.5rem;
        border-bottom: var(--border);
    }
}
/* For medium devices */
@media screen and (min-width: 568px) and (max-width: 767px) {
    .m-navbar {
        max-height: 40px;
    }
    .user-name {
        display: none;
    }
    .user-designation {
        display: none;
    }
    .user-department {
        display: none;
    }
}

/* For small devices */
@media screen and (min-width: 351px) and (max-width: 567px) {
    .m-navbar {
        max-height: 40px;
    }
    .user-name {
        display: none;
    }
    .user-designation {
        display: none;
    }
    .user-department {
        display: none;
    }
}

/* For extra-small devices */
@media screen and (max-width: 350px) {
    .m-navbar {
        max-height: 40px;
    }
    .user-name {
        display: none;
    }
    .user-designation {
        display: none;
    }
    .user-department {
        display: none;
    }
}

/* Old css remove after testing */
.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px;
}
.sec-pad {
    padding: 60px 0 0;
}
.contact-sec {
    text-align: center;
    display: flex;
    background-color: #5cbde466;
}
.contact-sec .contact-ul i {
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
}
.contact-detail a {
    color: #000;
    text-decoration: none;
}
.contact-sec .contact-ul li b:hover {
    color: #f93;
}
.contact-sec .contact-ul li .fa-map-marker {
    width: 37px;
    color: #f44337;
    border: 2px solid #f4433790;
}
.contact-sec .contact-ul li .fa-phone {
    color: #00b055;
    border: 2px solid #00b05590;
}
.contact-sec .contact-ul li .fa-envelope-o {
    color: #ff6347;
    border: 2px solid #ff634790;
}
.contact-detail span {
    width: 400px;
    display: flex;
    justify-content: center;
}
.contact-detail span a {
    font-size: 20px;
    padding: 6px 12px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px;
}
.contact-detail span .fb {
    color: #3b5998;
    border: 3px solid #3b5998;
}
.contact-detail span .fb:hover {
    color: #fff;
    background-color: #3b5998;
}  
.contact-detail span .insta {
    color: #833ab4;
    border: 3px solid #833ab4;
}
.contact-detail span .insta:hover {
    color: #fff;
    background-color: #833ab4;
}
.contact-detail span .twitter {
    color: #00acee;
    border: 3px solid #00acee;
}
.contact-detail span .twitter:hover {
    color: #fff;
    background-color: #00acee;
}
form.contFrm {
    max-width: 396px;
    margin: auto;
}
.inptFld {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 0 10px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
}
.inptFld:focus {
    outline-offset: -4px;
    outline: 1px solid #f93;
}
.contFrm textarea {
    height: 75px;
    padding-top: 5px;
}
.inptBtn {
    height: 50px;
    border: 0;
    background: #00b055;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

@media (max-width: 991px) {
    .sec-pad {
        padding: 20px 0 0px;
    }
    
    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 18px;
    }
    .contact-sec .contact-ul i {
        font-size: 14px;
        padding: 6px;
        margin-right: 6px;
    }
    .inptFld {
        height: 40px;
        margin: 0 0 10px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .contact-detail span {
        width: auto;
    }
    .contact-detail span a {
        font-size: 18px;
        padding: 5px 10px;
        color: #000;
        border-radius: 50%;
        margin: 0px 5px 20px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 26px;
        font-weight: 500;
    }
    .contact-sec {
        border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
    }
    .contact-sec .contact-ul i {
        border: none;
    }
    .inptFld {
        height: 36px;
        margin: 0 0 8px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 16px;
    }
}

/* MODERN DASHBOARD */
.m-content {
    height: 100%;
    display: flex;
    overflow-y: auto;
  }
.main--content {
    width: 100%;
    overflow-y: scroll;
}
.m-logo {
  height: 80px;
  padding: 16px;
}

.table-container button {
    color: green;
    background: none;
    cursor: pointer;
}
  
.m-dropdown {
    position: relative;
    display: inline-block;
}
  
.m-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    right: 0; /* Align the dropdown to the right */
}
  
.m-dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
.m-dropdown-content a:hover {
    background-color: #f1f1f1;
}
  
.m-dropdown:hover .m-dropdown-content {
    display: block;
}
.tabular--wrapper {
    background: #FFFFFF;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 2rem;
}
  
.table-container {
    width: 100%;
}
  
.m-table {
    width: 100%;
    border-collapse: collapse;
}
  
.m-table thead {
    background: var(--primary-color);
    color: #FFFFFF;
}
.m-table th {
    padding: 15px;
    text-align: left;
}
.m-table tbody {
    background-color: #f2f2f2;
}
  
.m-table td {
    padding: 15px;
    font-size: 14px;
    color: #333;
}
  
.m-table tr:nth-child(even){
    background-color: #FFFFFF;
}
  
.m-table tfoot {
    background-color: var(--primary-color);
    font-weight: bold;
    color: #FFFFFF;
}
  
.m-table tfoot td {
    padding: 15px;
    color: #FFFFFF;
  }
/* end MODERN DASHBOARD */


/* Custom Scrollbar Start  */
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
/* Custom Scrollbar End  */


.item-container,
.backgroun-colr {
    background-color: var(--background-color)!important;
}
.item-container:hover {
    background: var(--primary-color)!important;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    border: 1px solid #1f0330;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1f0330;
    font-weight: bold;
}
@media screen and (max-width: 567px) {
    #goBackBtn {
        display: none !important;
    }
}

.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    height: 2rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'Kalpurush', sans-serif;
}
