/* @import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css); */
/* Import Montserrat font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.navbar {
    height: 10vh;
    position: fixed;
    width: 100%;
    z-index: 1000;


}
#maincontent{
  font-family: 'Montserrat', sans-serif;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.logosection {
    display: flex;
    flex-direction: row;
    align-items: center;
}



label {
    top:0px !important;
    left: 0px !important;
    font-size: 1rem !important;
    visibility: visible !important;
    display: inline-block !important;
    /* z-index: 9999 !important; */
    position: relative !important;
}

.tabs {
    padding: 5px;
    font-weight: 400;
}

.profilesection {
    display: flex;
    margin-left: auto;
    margin-right: 5px;
    align-items: center;
}

.profile {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 20px; */
    border-radius: 50%;
    background-color: #02114f;
    color: #fff;
    /* margin:0px 10px; */
}

.profile {
    padding: 5px;
}

.notify {
    font-size: 20px;
    padding-right: 5px;
    color: #02114f;
}

/* .sidebar-col1 {
    display: none;
    height: 90vh;

    background-color: black;
    color: white;
}
.sidebar-col2{
    top: 10VH;
    position: fixed;
    overflow: auto;
    height: 90vh;
} */

.sidebar-toggled .sidebar-col1 {
    display: block;
    position: absolute;
    top: 10vh;
    left: 0;
    z-index: 1040;
    height: 90vh;
    width: 200px;
    background-color: black;
    color: white;
    border: 1px solid white;
    position: fixed;
}

.main-menus {
    padding: 10px;
}

.main-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.arrow-down,
.arrow-right {
    text-decoration: none;
    color: white;
    padding-right: 20px;
}

.sub-menu {
    text-decoration: none;
    color: white;
    width: 100%;
    padding-left: 5px;
    font-size: 13px;
}

.sidebar-ul {
    list-style-type: none;
    border-left: 1px solid white;
    padding-left: 10px;
}

.sidebar-li:hover {
    background-color: rgb(86, 88, 90);
    border-radius: 3px;
}

/* //log out */
.logout-icon-container {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-right: 28px;

}

/* Style the logout icon */
.logout-icon-container i {
    color: #02114f;
    font-size: 15px;
    transition: color 0.3s ease;
    cursor: pointer;
}

#customNav.scrolled {
    background-color: #02114f !important;
    color: white;
}
#customNav {
    transition: background-color 0.3s ease; /* Add this for smooth transition */
}
#customNav.scrolled .topbar-button,
#customNav.scrolled .notify,
#customNav.scrolled .logout-icon-container i {
    color: #fff;
}

/* Style the tooltip */
.logout-icon-container .tooltip {
    visibility: hidden;
    width: 90px;
    background-color: #333;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 3 0px;
    margin-left: -30px;
    opacity: 0;
    transition: opacity 0.3s;
}

.logout-icon-container:hover i {
    color: black;
}

.logout-icon-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    margin-left: 10px;
    color: white;
}
.pointer {
    cursor: pointer;
}

.submit-btn {
    background-color:#02114f;
    color: #fff;
    border: 1px solid white;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 0.87rem;
    border: none;
    margin-right: 10px;
}
.submit-btn:hover {
    background-color: #272d48;
    color: #fff;
}

.cancel-btn1 {
    background-color: white;
    color: black;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 0.75rem;
    border: 1px solid rgb(2, 17, 79) !important;
}

.loginBGGradiant {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form-with-shadow {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.form-group label {
    font-size: 1rem;
    color: var(--label-color);
    font-weight: 500;
}

.select.form-control option {
    font-size: 10px;
}
.placeholder-small {
    font-size: 12px !important;
    color: #778899 !important;
}
.input-placeholder-small {
    font-size: 13px !important;
    color: black !important;
}
.forgotButton{
display: flex;
justify-content: center;
padding: 10px;
}
.close
 {
    background-color: black;
    border: 1px solid white;
    border-radius: 7px;
    color: #fff;
 }

  /* Request It data ....................................................................................*/
 body,
 html {
     margin: 0;
     padding: 0;
     font-size: 0.875rem;
     overflow-x: hidden;
 }

 .req-pro-req-pro-nav {
    overflow-x: auto;
    white-space: nowrap;
     width: 100%;
     margin-top: 10px;
     background-color: #fff;
     z-index: 999;
     /* Ensure it stays below the navbar */
 }

 .req-attachmentsIcon{
    align-items: baseline; gap: 5px;
 }

 @media (max-width: 450px) {
    .req-attachmentsIcon{
        align-items: baseline; gap: 5px;margin-left: 15%;
     }
 }

 @media (min-width: 768px) and (max-width: 1080px) {
    .req-attachmentsIcon{
        align-items: baseline; gap: 5px;margin-left: 15%;
     }

 }
 @media (min-width: 769px) and (max-width: 1221px){
     .req-pro-req-pro-nav {
         width: 82%;
         z-index: auto;
     }
 }

 @media (min-width: 360px) and (max-width: 768px){
    .req-pro-req-pro-nav {
        width: 98%;
        z-index: auto;
    }

    .logAction{
        display: flex;
        flex-direction: column;
    }
    .logLabel{
        width: 150px; font-weight: bold;
    }


.logValue{
    width: calc(160% - 150px);
    font-size: 12px;
}

}

.log-sub-details{

}

.logAction{
    display: flex;
}
.logLabel{
    width: 150px; font-weight: bold;
}

.logValue{
    width: calc(160% - 150px);
}


 .req-pro-head {
     display: flex;
     justify-content: center;
 }

 req-pro-nav ul {
     list-style: none;
     display: flex;
     justify-content: center;
     margin-top: 10px;
     padding: 0;
 }

 req-pro-nav .tab {
     cursor: pointer;
     padding: 10px 15px;
     border-radius: 5px;
     background-color: #007BFF;
     color: white;
     display: flex;
     align-items: center;
     position: relative;
     margin-right: 10px;
     width: 15%;
     justify-content: center;
 }

 req-pro-nav .tab i {
     margin-right: 10px;
 }

 .view-td{
    font-weight: 600;
 }

 /* req-pro-nav .tab::after {
     content: '';
     position: absolute;
     top: 2px;
     right: -13px;
     border-top: 19px solid transparent;
     border-bottom: 18px solid transparent;
     border-left: 15px solid #e6a1d7
 } */

 req-pro-nav .tab:nth-child(1) {
    background-color:#02114f;
 }

 req-pro-nav .tab:nth-child(2) {
    background-color:#02114f;
 }

 req-pro-nav .tab:nth-child(3) {
    background-color:#02114f;
 }

 req-pro-nav .tab:nth-child(4) {
    background-color:#02114f;
 }

 req-pro-nav .tab:nth-child(1)::after {
     border-left-color:#02114f;
 }

 req-pro-nav .tab:nth-child(2)::after {
     border-left-color:#02114f;
 }

 req-pro-nav .tab:nth-child(3)::after {
     border-left-color: #02114f;
 }

 req-pro-nav .tab:nth-child(4)::after {
    border-left-color: #02114f;
}


 .req-pro-tab-content {
     display: none;
     margin-left: 20px;
     width:95%;
 }

 .req-pro-tab-content h3 {
     margin-top: 0;
 }

 .request-card {
     border: 1px solid #ccc;
     border-radius: 30px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
     margin-bottom: 20px;
     padding: 10px;
     background-color: #f5f5f5;;
 }

 .req-pro-card {
     display: flex;
     flex-wrap: wrap;
     gap: 18px;
     justify-content: space-between;
 }

 .req-pro-card-body {
     display: flex;
     justify-content: space-between;
     align-items: center;

     flex-direction: column;
 }

 .req-pro-card-body-overview {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 10px;
 }

 .req-pro-card-body p {
     margin: 5px 0;
 }

 .req-pro-view-details-btn {
     background-color: white;
     color: black;
     border: 1px solid #02114f;
     padding: 6px 14px;
     border-radius: 15px;
     cursor: pointer;
     transition: transform 0.3s ease;
 }

 .req-pro-view-details-btn:hover {
    background-color: #061552;
    border: 1px solid white;
    color: white;
 }

 .req-pro-approve-btn{
    background-color: white;
     color: black;
     border: 1px solid #02114f ;
     padding: 5px 12px;
     border-radius: 15px;
     cursor: pointer;
     transition: transform 0.3s ease;
    }

 .req-pro-approve-btn:hover {
    background-color: #061552;
    border: 1px solid white;
    color: white;
    transition: transform 0.3s ease;
}

 .scrollable-container {
    max-height: 380px;
    overflow-y: scroll;
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari) */
.scrollable-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.scrollable-container {
    -ms-overflow-style: none;  /* Hides the scrollbar for Internet Explorer and Edge */
    scrollbar-width: none; /* Hides the scrollbar for Firefox */
}

.requestAttachments{
    text-decoration: none;

}
.requestAttachments:hover{
    color: #02114f;
}
 .request-card {
     flex: 1 1 calc(33.33% - 18px);
     box-sizing: border-box;
 }

 .req-pro-table th {
     text-align: center;
     vertical-align: middle;
     background-color: #f8f8f8;
     color: #333;
 }

 .req-pro-details {
    background-color: #f0f0f0;
    padding: 5px 15px;
    align-items: center;
    border-radius: 21px;
    display: flex;
    justify-content: space-between;
 }

 .req-pro-tablediv {
     border-radius: 10px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
 }

 .req-pro-overview-card {
    display: flex;
    justify-content: center;
     position: relative;
     text-align: center;
     margin-bottom: 20px;
     width: 100%
 }

 .req-pro-overview-card .card {
     padding-bottom: 40px;
     transition: transform 0.3s ease;
 }

 .req-pro-overview-card .card:hover {
     transform: scale(1.05);
     /* Scale up the card slightly on hover */
 }

 .req-pro-col3 {
     display: flex;
     flex-direction: column;
     margin-top: 7%;
     background-color: #e9e8e8c9;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
     border-radius: 10px;
     margin-bottom: 3%;
     height: max-content;
 }

 .req-pro-arrow {
     position: absolute;
     bottom: -22px;
     left: 50%;
     transform: translateX(-50%);
     font-size: 24px;
     color: #000;
 }

 .req-pro-overview-container {
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 /* .req-pro-over-card1 {
     background-color: rgb(251 221 132);
 }

 .req-pro-over-card2 {
     background-color: #b6f19b;
 }

 .req-pro-over-card3 {
     background-color: #8bc1e4;
 } */

 .req-pro-over-card1 {
    background-color:#02114f;
}

.req-pro-over-card2 {
    background-color: #02114f;;
}

.req-pro-over-card3 {
   background-color: #02114f;;
}
 .req-pro-overview-val {
     width: 25px;
     height: 25px;
     margin-left: 5px;
 }

 .req-pro-dropdown-arrow {
     background: #02114f;
     width: fit-content;
     padding: 6px;
     border-radius: 15px;
     transition: transform 0.3s ease;
 }

 .rotated {
     transform: rotate(180deg);
 }


 .modal-body {

    justify-content: center;
 }


 .req-image-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 10px;
 }

 .req-image-grid img {
     width: 100%;
     height: auto;
     cursor: pointer;
 }

 .req-image-grid a {
     display: block;
 }

 .req-active-tick {
     width: 20px;
     height: 20px
 }
 .reqCardText{
    white-space: nowrap;
 }

 #flash-message {
     animation: fadeOut 3s ease-out forwards;
     background-color: #d4edda;
     color: #155724;
     padding: 10px;
     border-radius: 5px;
     margin-bottom: 15px;
 }

 @keyframes fadeOut {
     0% {
         opacity: 1;
         visibility: visible;
         height: auto;
         margin-bottom: 15px;
     }

     99% {
         opacity: 1;
         visibility: visible;
         height: auto;
         margin-bottom: 15px;
     }

     100% {
         opacity: 0;
         visibility: hidden;
         height: 0;
         margin-bottom: 0;
         display: none;
     }
 }

 .loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}

.loader-logo {
    width: 100px; /* Adjust this size as per your logo */
    margin-bottom: 20px; /* Space between logo and loader */
}

.logo {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #02114f;
    display: flex;
    margin-bottom: 20px;
    background-color: white;
    padding: 5px;
    border-radius: 15px;
    align-items: center;
  }

  .logo i {
    margin: 0 10px; /* Space between the text and the gear icon */
    color: #02114f;
    font-size: 20px;
  }


/* Bouncer loader fade */
.loader-bouncing {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80px;
    height: 40px;
}

.loader-bouncing div {
    width: 20px;
    height: 20px;
    background-color: rgb(235, 230, 230);
    border-radius: 50%;
    animation: bouncing 1.4s infinite ease-in-out both;
}

.loader-bouncing div:nth-child(1) {
    animation-delay: -0.32s;
}
.loader-bouncing div:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes bouncing {
    0%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
}




 .req-main-page {
     display: flex;
     justify-content: space-evenly
 }

 .req-selected-status {
     background-color: white;
     color: black;
     border-radius: 3px;
     padding: 5px;
     width: 100%;

 }

 .req-reqBy-Dep {
     white-space: nowrap;
     font-weight: 600;

 }
 .req-reqBy-ser{
    font-weight: 600;
 }

 .req-inprogress-heading {
     width: 100%;
     display: flex;
     justify-content: center;
     background-color: #e9e8e8c9;
     border-radius: 10px;
     font-size: 1.4rem;

 }

 .req-table-res {
     max-height: 450px;
     overflow-y: auto;
     border-radius: 15px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
     margin-bottom: 10px;

 }

 .req-table-head {
     white-space: nowrap;

 }

 .req-status {
     color: green;
     font-size: 0.9rem;
 }

 .req-remarks-textarea {
     height: 50px;
     width: 250px
 }

 .req-changeStatus {
    height: 50px;
    width: 165px
}


.req-timebar {
    height: 50px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
 .req-remarks-div {
     display: flex;
 }

 .req-cc-tr {
     border-top: none
 }

 .req-cc-td {
     padding: 10px;
     font-size: 12px;
     text-transform: capitalize;
     width: 100%;
     border-top: none
 }

 .req-cc-div {
    margin-left: -12px;
     font-size: 12px;
     text-transform: capitalize;
     width: 100%;
     border-top: none;
     border-bottom: 1px solid black;

 }

 .req-td-norecords {
     text-align: center;

 }

 .req-img-norecords {
     max-width: 100%;
     height: 35vh;

 }

 .req-head-norecords {
     color: black;
     font-size: 17px;
 }

 .req-closed-head {
     width: 100%;
     display: flex;
     justify-content: center;
     background-color: #e9e8e8c9;
     ;
     border-radius: 10px;
     font-size: 1.4rem;;
 }

 .req-closed-table-res {
     max-height: 450px;
     overflow-y: auto;
     border-radius: 15px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
 }

 .req-closed-th {
     white-space: nowrap;
 }

 .req-status-closed {
    font-size: 0.9rem;
}

.status-completed {
    color: #28a745; /* Green color for completed */
}

.status-cancelled {
    color: #dc3545; /* Red color for cancelled */
}


 .req-overview-main {
     display: flex;
     align-items: center;
 }

 .req-overview-head {
     background-color: #f0f0f0;
     display: flex;
     justify-content: center;
     margin: 10px;
     padding: 8px 0px;
     border-radius: 10px;
 }

 .req-overview-icon {
     margin-left: auto;
     cursor: pointer;
 }
.req-requestnotfound{
    display:flex;
    justify-content:center;
    background-color:white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius:10px;
    border:1px solid black
}

.reqResSwiper{
    display: flex;justify-content:center
}

.req-Res-Image{
    width: 100px; height:auto;
}

.req-res-depart{
    width:50%;
    font-weight: 400;
}
.req-res-depart1{

    font-weight: 400;
}
.req-table-head-Remarks{
    white-space: nowrap;width: 150px;
}
.req-res-emp_id{
    font-size: 10px;
}

.btnFontSize{
    font-size: 13px;
}

.empAssetBtns{
    text-align: end;
}

 @media (min-width: 768px) and (max-width: 1220px) {
     .req-pro-head {
         width: 110%;
     }

     .req-comments{
        display: flex;
        flex-direction: column;

     }
     req-pro-nav .tab {
         width: 26%;
     }
 }

 @media (min-width: 360px) and (max-width: 550px) {
     .req-pro-main-page {
         display: flex;
         flex-direction: column;
     }

     .empAssetBtns{
        margin-top: 10px;
        text-align: center;
    }
     .activity-entry .log-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10%;
    }

     req-pro-nav .tab {
         width: 25%;
     }

     req-pro-nav .tab {
         width: 20%;
     }
 }

 @media (max-width: 768px) {
    .req-pro-main-page {
        display: flex;
        flex-direction: column;
    }

    .req-comments{
        display: flex;
        flex-direction: column;

     }

     .request-card {
         flex: 1 1 calc(50% - 36px);
     }

     .req-pro-tab-content {
         margin: 10px;
     }

     .req-pro-overview-container {
         margin: 20px;
     }

     req-pro-nav .tab {
         width: 29%;
     }
     .req-pro-col3{
        margin-left: 14px;
         }
 }

 @media (max-width: 480px) {
     .request-card {
         flex: 1 1 calc(100% - 18px);
     }

     req-pro-nav .tab {
         width: 29%;
     }

     req-pro-nav .tab:nth-child(1) {
         font-size: 10px;
     }

     req-pro-nav .tab:nth-child(2) {
         font-size: 10px;
     }

     req-pro-nav .tab:nth-child(3) {
         font-size: 10px;
     }

     req-pro-nav .tab:nth-child(4) {
        font-size: 10px;
    }

 }


 .no-data-message {
    text-align: center;
    font-size: 18px;
    color: #888;
    padding: 20px;
}
 /* Add It Employee.................................................................................. */


 .itadd-maincolumn {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin: 10px;
    /* margin-left: 21%; */
}

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

    .itadd-maincolumn {
        margin-left: 2%;
    }
}

.view-details-modal {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.addEditHeading{
    font-size: 1.2rem;
}
.it-add-table-res{
    max-height: 450px;
    overflow-y: auto;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;

}


.itAdd1{
    max-height: 400px;
     overflow-y: auto;
}

.itAdd2{
    width: 50px; height: 50px;
}

.itAdd3{
    margin-right: 9%;padding: 7px;
}

.itAdd4{
    width: 30px; height: 30px;
}


.logoutModal{
    display: block;
}
.logoutModalTitle{
    align-items: center;
}

.logoutModalBody{
    font-size: 16px;color:black
}
.logoutModalHeader{
    background-color: black;
}

.oldItMemImage{
    width: 30px; height: 30px;
}











/* =============== Globals ============== */
* {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #2a2185;
  --white: #fff;
  --gray: #f5f5f5;
  --black1: #222;
  --black2: #999;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  position: relative;
  width: 100%;
}
.dash-logo {
    height: 35px;
    width: 165px;
    margin-left: 5px;
    border-radius: 5px;
    display: block;


}

.dash-logo1{
    height: 35px;
    width: 48px;
    margin-left: 5px;
    border-radius: 5px;
    display: none;
}


/* =============== Navigation ================ */
.navigation {
  position: fixed;
  width: 250px;
  height: 100vh;
  background: black;
  border-left: 8px solid black;
  transition: 0.5s;
  overflow-y: auto;
  top: 50px;
  left: 0;
  transition: width 0.5s , overflow 0.5s ;
}
.navigation.active {
 width: 250px;
}

.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  margin: 0px;

}


.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;

}
w
.navigation ul li:hover,
.navigation ul li.hovered {
  background-color: #C8C8C8;
}

@media (max-width: 768px) {
    .navigation {
        height: calc(100vh - 60px); /* Adjust based on header height or other elements */
    }
}

.navigation ul li:nth-child(1) {
  margin-top: 10px;
}

.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: var(--white);
}
.navigation ul li.active a {
    color: var(--blue); /* or any color you want for active link text */
  }
  .navigation ul li.active {
    background-color: var(--white);
  }


.navigation ul li:hover a,
.navigation ul li.hovered a {
  color: var(--blue);
}

.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
}
.navigation ul li a .icon ion-icon {
  font-size: 1.75rem;
}

.navigation ul li a .title {
  position: relative;
  display: block;
  padding: 0 11px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}

/* --------- curve outside ---------- */
.navigation ul li:hover a::before,
.navigation ul li.hovered a::before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 35px 35px 0 10px var(--white);
  pointer-events: none;
}
.navigation ul li:hover a::after,
.navigation ul li.hovered a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 35px -35px 0 10px var(--white);
  pointer-events: none;
}

/* ===================== Main ===================== */
/* .main {
  position: absolute;
  width: calc(100% - 200px);
  left: 193px;
  min-height: 100vh;
  background: var(--white);
  transition: 0.5s;
  top: 50px;
  transition: width 0.5s , left 0.5s ;
} */
.main.active {
    width: calc(100% - 80px) !important;
  left: 80px !important;
}

/* .topbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
} */
.logo-container {
    flex: 1;
}

.actions-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.toggle {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  cursor: pointer;
}

.search {
  position: relative;
  width: 400px;
  margin: 0 10px;
}

.search label {
  position: relative;
  width: 100%;
}

.search label input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding: 5px 20px;
  padding-left: 35px;
  font-size: 18px;
  outline: none;
  border: 1px solid var(--black2);
}

.search label ion-icon {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 1.2rem;
}

.user {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.user img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainlayoutIcon{
    color: white;font-size: 23px;
}

/* ======================= Cards ====================== */
.cardBox {
  position: relative;
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.cardBox .card {
  position: relative;
  background: #fff;
  padding: 9px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #02114f;
}

.cardBox .card .numbers {
  position: relative;
  font-weight: 500;
  font-size: 2.5rem;
  color: #02114f;
  display: flex;
  flex-direction: column;
  justify-content:space-around;
}

.cardBox .card .numbers1 {
    position: relative;
    font-weight: 500;
    font-size: 2.5rem;
    color: #02114f;
    display: flex;
    justify-content:space-around;
  }

.cardBox .card .cardName {
  color: var(--blue);
  font-size: 1.1rem;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

.cardBox .card .iconBx {
  font-size: 3.5rem;
  color: var(--black2);
}

.cardBox .card:hover {
  background: var(--black2);
}
.cardBox .card:hover .numbers,
.cardBox .card:hover .numbers1,
.cardBox .card:hover .cardName,
.cardBox .card:hover .iconBx {
  color: var(--black1);
}

/* ================== Order Details List ============== */
.details {
  position: relative;
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
  /* margin-top: 10px; */
}

.details .recentOrders {
  position: relative;
  min-height: 500px;
  background: var(--white);
  padding: 20px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.details .cardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cardHeader h2 {
  font-weight: 600;
  color: var(--black1);
}
.cardHeader .btn {
  position: relative;
  padding: 5px 10px;
  /* background: var(--black1); */
  text-decoration: none;
  /* color: var(--white); */
  border-radius: 6px;
}

.details table {
  width: 100%;
  border-collapse: collapse;
}
.details table thead td {
  font-weight: 600;
}
.details .recentOrders table tr {
  color: var(--black1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.details .recentOrders table tr:last-child {
  border-bottom: none;
}
.details .recentOrders table tbody tr:hover {
  background: var(--gray);
  /* color: var(--white); */
}
.details .recentOrders table tr td {
  padding: 10px;

}
.details .recentOrders table tr td:last-child {
  text-align: end;
}
.details .recentOrders table tr td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}
.details .recentOrders table tr td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}
.status.delivered {
  padding: 2px 4px;
  background: #8de02c;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.status.pending {
  padding: 2px 4px;
  background: #e9b10a;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.status.return {
  padding: 2px 4px;
  background: #f00;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.status.inProgress {
  padding: 2px 4px;
  background: #1795ce;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.recentCustomers {
  position: relative;
  display: grid;
  min-height: 500px;
  padding: 20px;
  background: var(--white);
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.recentCustomers .imgBx {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
}
.recentCustomers .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recentCustomers table tr td {
  padding: 12px 10px;
}
.recentCustomers table tr td h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2rem;
}
.recentCustomers table tr td h4 span {
  font-size: 14px;
  color: var(--black2);
}
.recentCustomers table tr:hover {
  background: var(--blue);
  color: var(--white);
}
.recentCustomers table tr:hover td h4 span {
  color: var(--white);
}

.dash-custom-bg-color{
    /* background-color: rgb(251 221 132); */
    background-color: #DFFFEA;
    color: #17C653 !important;
    font-size: 10px;
}
.dash-custom-bg-color1{
    /* background-color: #b6f19b; */
    background-color: #FFF8DD;
    color: #F6C000 !important;
    font-size: 10px;
}
.dash-custom-bg-color4{
    /* background-color: #b6f19b; */
    background-color: #f6e9e1;
    color: #ff7b25 !important;
    font-size: 10px;
}
.dash-custom-bg-color2{
    /* background-color: #8bc1e4; */
    background-color: #E9F3FF;
    color: #1B84FF !important;
    font-size: 10px;
}
.dash-custom-bg-color3{
    /* background-color: #8bc1e4; */
    background-color: #FFEEF3;
    color: #F8285A !important;
    font-size: 10px;
}

.dash-custom-bg-color5{
    /* background-color: #8bc1e4; */
    background-color: #E0FFFF;
    color: #F8285A !important;
    font-size: 10px;
}

/* ====================== Responsive Design ========================== */
@media (max-width: 991px) {
  .navigation {
    left: -300px;
  }
  .navigation.active {
    width: 300px;
    left: 0;
  }
  .main {
    width: 100%;
    left: 0;
  }
  .main.active {
    left: 300px;
  }
  .cardBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .details {
    grid-template-columns: 1fr;
  }
  .recentOrders {
    overflow-x: auto;
  }
  .status.inProgress {
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .cardBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .cardHeader h2 {
    font-size: 20px;
  }
  .user {
    min-width: 40px;
  }
  .navigation {
    width: 100%;
    left: -100%;
    z-index: 1000;
  }
  .navigation.active {
    width: 50%;
    left: 0;
    height: 100vh;
  }
  .toggle {
    z-index: 10001;
  }
  .main.active .toggle {
    color: #fff;
    position: fixed;
    right: 0;
    left: initial;
  }
}

.headingForAllModules{
    font-size: 1.4rem;
}

.headingForAllModules1{
    font-size: 1.2rem;
}

/* Vendor................................................... */

.vendor-status-select{
    height: 33px;
    border: 1px solid black;
    border-radius: 6px;
}
.input-div-vendor{
    border: 1px solid #e3e3e3;
    background-color: white;
    height: 32px;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}

.vendor-selected-vendorID{
    border-radius: 3px;
    height: 33px;
    padding: 5px;
    width: 100%;
    font-size: 1rem;
   font-weight: 400;
   border: var(--bs-border-width) solid var(--bs-border-color);

}
.vendor-selected-AssetType{
    border-radius: 3px;
    height: 33px;
    padding: 5px;
    width: 100%;
    font-size: 1rem;
   font-weight: 400;
   border: var(--bs-border-width) solid var(--bs-border-color);

}

.vendor-table-head{
    white-space: nowrap;
}

.vendor-asset-label{
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.vendor-label{
    font-size: 16px;
    color: black;
    font-weight: 400;
}


.custom-modal-dialog.custom-modal-lg {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom-modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.custom-modal-header, .custom-modal-footer {
    flex-shrink: 0;
}

.custom-modal-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    max-height: calc(80vh); /* 50vh minus the height of header and footer */
    object-fit: contain; /* Ensures the image scales correctly */
}



/* assignAssetToEmployeee............................................................ */
.rotate-180 {
    transform: rotate(180deg);
}
.transition-icon {
    transition: transform 0.3s ease;
}

.system-details-head{
    background-color: #e2e2e2b3;
    width: fit-content;
    padding: 1%;
    border-radius: 15px;
    margin-bottom: 5%;
}
.assetAddPage{

   border: 1px solid #ccc;
   border-radius: 20px;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
   padding: 3%;
   margin-left: 4%;
   background-color: #f6f6f661;
}

.assetEmpDetailsCard{
    border: 1px solid black;
    border-radius: 20px;
    background-color: #fafafa;

}

.active-option {
    cursor: pointer;
}

/* Inactive option styling to show not-allowed cursor */
.inactive-option {
    cursor: not-allowed;
    color: #999; /* Optional: Change the text color to indicate it's disabled */
    pointer-events: none; /* Optional: Prevent pointer events on inactive options */
}


/* employeeAssetList............................................................ */

.employeeAssetList{
 display: flex;
 justify-content: start;
 /* margin-left: 5%; */
 flex-direction: column;
}



/* @media (min-width: 360px) and (max-width: 500px) {
    .employeeAssetList{
        display: flex;
        justify-content: center;
        flex-direction: column;
       }
} */


/* Logout Modal ............................................................................. */

.logout1{
    display: block;
}
.logout2{
    background-color: #02114f;
}

.logout3{
    align-items: center;

}
.logout4{

    font-size: 16px;color:#02114f;
}
.logout5{
    min-height: 76px;
}



/* IT LOGIN....................................................... */


.itlogin1{
    background-color: f0f0f0; aspect-ratio: 16/9;border-radius:10px
}
.itloginImg{
    width:93%;border-radius: 50%;
}
.itlogin2{
    bottom: 0px; padding-bottom: 0px; color: #007bff;
}
.itlogin3{
    height: 30px;width:400px;
    /* margin-bottom:0px;margin-left:13% */
    position: fixed;
    top: 2px;
    z-index: 1;
}
/* .itloginFont{
    font-size: 12px;
    margin-left: 2%;

} */
.itlogin4{
    margin-top: 0px;backdrop-filter: blur(36px);
}
.itlogin5{
    padding-top: 20px;
}

.itloginImage1{
    width: 12em !important; height: auto !important; margin-bottom: 10px;
}

.itloginImage2{
    border-radius: 50%;
}

.itloginInput{
    border-radius: 0; box-shadow: none;font-size: 13px;
}
.itlogin6{
    margin-top: 20px;
}
.itlogin7{
    margin-left: 60%; text-align: center;
}
.itlogin8{
    color: rgb(2, 17, 79);font-size:12px;
}
.itlogin9{
    text-align:center; margin-top:10px;
}
.itloginInput1{
    background-color:black; font-size:small; margin: 0 auto;
}
.itlogin10{
    color: rgb(2, 17, 79);
}
.itlogin11{
    display: block;
}
.itlogin12{
    background-color:#02114f;display: flex;justify-content: space-between;
}
.itlogin13{
    padding: 5px; color: white; font-size: 15px;
}
.itloginClose{
    color: white;
}
.itlogin14{
    background-color: #f0f0f0; padding: 20px;
}

.itloginFont1{
    font-size: 10px;
}
.itlogin15{
    display: block;
}
.itlogin16{
    padding: 10px; color: white; font-size: 15px;
}
.itlogin17{
    background-color: #f0f0f0;
}
.itlogin18{
    padding: 30px 0px; text-align: center;
}
.itlogin19{
    margin-bottom: 70px;
}
.itlogin20{
    background-color: #f0f0f0; padding: 20px;display: flex; align-items: center; flex-direction: column;
}
.itlogin21{
    background-color : transparent; border : none
}

.itlogin22{
    width: 3rem; height: 3rem;
}


/* Basic Table Styles */
.custom-table {
    width: 100%;
    /* Full width */
    border-collapse: collapse;
    /* Merge borders */
}
.custom-table th, .custom-table td {
    padding: 12px; /* Padding for table cells */
    text-align: left; /* Left align text */
    border: 1px solid #dee2e6; /* Light border color */
    text-align: start;
}
.custom-table th {
    /* background-color: #02114f !important; */
    /* Dark blue background */
    color: white;
    /* White text color */
    font-weight: bold;
    /* Bold text for headers */
    text-align: center;
    /* Center align text */
}
/* Striped Table Styles */
.custom-table tr:nth-child(even) {
    background-color: #f2f2f2;
    /* Light grey background for even rows */
}
.custom-table tr:hover {
    background-color: #e2e6ea; /* Light grey background on hover */
}

.icon-search-btn {
    height: 38px;
    width: 40px;
    position: relative;
    border-radius: 0 5px 5px 0;
    background-color: rgb(2, 17, 79);
    color: #fff;
    border: none;
    margin-right: 10px;
}


::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #9f9e9e;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #9f9e9e;
}

/* Horizontal scrollbar */
::-webkit-scrollbar:horizontal {
    height: 5px; /* Height for horizontal scrollbar */
}

::-webkit-scrollbar-thumb:horizontal {
    background: #9f9e9e;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background: #9f9e9e;
}


/* Modal specific styles */
/* Modal content */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7) !important; /* Darken the backdrop */
    z-index: 1040; /* Make sure it overlays properly */
}

.modal {
    z-index: 1050; /* Ensure modal appears on top of the backdrop */
}

.modal-dialog1 {
     display: flex;
    align-items: center;
    min-height: calc(50% - 1rem);
    max-width: 100%;  /* Ensure it doesn't overflow the screen */
    margin: auto;    /* Center it horizontally */
    top: 50%;        /* Move it to the vertical center */
    transform: translateY(-50%); /* Adjust to perfectly center vertically */
}

/* Ensure modal content width is responsive */
.modal-content {
    width: 100%;    /* Make the content take the full width of the modal container */
    border-radius: 8px;
    background-color: #fff;
}


/* Modal header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Service details container */
.service-details {
    max-height: 400px;  /* Adjust the max-height according to your design */
    overflow-y: auto;   /* Enables vertical scrolling */
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

/* Service detail item */
.service-detail-item {
    display: flex;
    justify-content: space-between;
    flex: 1 1 45%;
    padding: 5px;
    font-size: 16px;
}

.service-detail-item strong {
    width: 200px;
    font-weight: bold;
    color: #333;
}

.service-detail-item span {
    color: #555;
    flex-grow: 1;
}

/* For larger screens, align items in two columns */
@media (min-width: 768px) {
    .service-detail-item {
        flex: 1 1 45%; /* Two columns on medium screens */
    }
}

/* Attachments styling */
#modalFiles ul {
    list-style-type: none;
    padding-left: 0;
}

#modalFiles ul li {
    margin-bottom: 5px;
}

#modalFiles ul li a {
    color: #007bff;
    text-decoration: none;
}

#modalFiles ul li a:hover {
    text-decoration: underline;
}

.modal-footer {
    text-align: right;
}

/* Additional styling to ensure modal is centered when on smaller screens */
@media (max-width: 768px) {
    .modal-dialog {
        width: 100%; /* Full-width on small screens */
        margin: 15px; /* Add margin to avoid overflow */
        top: auto;
        transform: none;
    }
}


/* Container of the progress bar */
.custom-progress {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 25px;
    height: 20px; /* You can adjust the height */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

/* Progress bar itself */
.custom-progress-bar {
    height: 100%;
    border-radius: 25px;
    position: relative;
    background: linear-gradient(to right, #4caf50, #2196f3); /* Gradient for more visual interest */
    text-align: center;
    line-height: 20px; /* Vertically center the text inside the bar */
    color: white;
    font-weight: bold;
    transition: width 0.4s ease-in-out; /* Smooth animation for the progress */
}

/* Text inside the progress bar */
.progress-text {
    position: absolute;
    width: 100%;
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Additional styles for different states */
.custom-progress-bar[data-value="100"] {
    background: linear-gradient(to right, #76c7c0, #00bcd4);
}

.custom-progress-bar[data-value="0"] {
    background: #e0e0e0;
}

@keyframes grow {
    0% { width: 0%; }
    100% { width: {{ $percentage }}%; }
}

.custom-progress-bar {
    animation: grow 1s ease-out forwards;
}

.activity-logs {
    max-width: 100%;
    margin-top: 2rem;
}

.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.activity-entry {
    border-left: 3px solid black;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.activity-entry .log-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity-entry .log-user {
    display: flex;
    align-items: center;
}

.activity-entry .log-user .initials {
    background-color: #4A90E2;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.activity-entry .log-user .user-name {
    margin-left: 10px;
    font-size: 14px;
    color: #374151;
}

.activity-entry .timestamp {
    font-size: 12px;
    color: #6B7280;
}

.activity-entry .log-details {
    margin-top: 10px;
    padding-left: 8%;
    font-size: 14px;
    color: #374151;
}

.log-sub-details{
    display: flex;

}
.activity-entry .log-details strong {
    font-weight: bold;
}

.activity-entry .log-details .log-state,
.activity-entry .log-details .log-assigned,
.activity-entry .log-details .log-impact,
.activity-entry .log-details .log-priority {
    margin-top: 8px;
}

.activity-entry .log-details .log-state span,
.activity-entry .log-details .log-assigned span {
    color: #2563EB; /* Blue for active states */
}

.activity-entry .log-details .log-impact span,
.activity-entry .log-details .log-priority span {
    color: #D97706; /* Orange for low impact and priority */
}

.filter-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    color: #374151;
    cursor: pointer;
}
.filter-btn i {
    margin-right: 4px;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.popup-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    max-height: 90%;
    overflow-y: auto;
}

.popup-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.popup-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.close-popup {
    padding: 0px 7px;
    background-color:#02114f;
    color: white;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


.popup-body {
    max-height: 75vh;
    overflow-y: auto;
}


.file-preview-container {
    transition: background-color 0.3s ease;
}
.file-preview-container .delete-icon {
    display: none;
}

.uploaded-file-name {
    display: -webkit-box; /* Use a flex-like box model */
    -webkit-line-clamp: 2; /* Show a maximum of 2 lines */
    -webkit-box-orient: vertical; /* Set box orientation */
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Add ellipsis (...) for overflow */
    font-size: 12px; /* Optional: Adjust font size */
    margin-top: 5px; /* Space between the preview and filename */
    text-align: center; /* Center-align the text */
    line-height: 1.2; /* Adjust line height for better spacing */
}

.file-preview-container:hover .delete-icon {
    display: block; /* Show delete icon on hover */
}


.notification-item {
    padding: 15px; /* Inner spacing for each notification */
    margin-bottom: 10px; /* Space between notifications */
    border: 1px solid #ddd; /* Light border around each notification */
    border-radius: 5px; /* Optional: Rounded corners for a cleaner look */
    background-color: #f9f9f9; /* Light background to distinguish each notification */
}

.notification-item:last-child {
    margin-bottom: 0; /* Remove margin for the last item */
}



.notification-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px;
    background: #f8f9fa;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}



@media (min-width: 300px) and (max-width: 500px) {
    .notification-sidebar {
        width: 300px;
    }

 }
.notification-sidebar.show {
    transform: translateX(0);
}

.notification-close-btn{
    font-size: 7px;
    border-radius: 50%;
    padding: 7px;
    border: 1px solid #778899;
}
.sidebar-header {
    padding: 15px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-body {
    padding: 5px;
    overflow-y: auto;
    height: calc(100% - 50px);
}


.export-main {
    background-color: #f9f9f9;
    color: black;
    margin: 20px 4px;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid black;

}
.privacy {
    color: #39363f;
    font-size: 28.5px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.privacyContent {
    margin: 10px 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    color: var(--main-heading-color);
}

.privacycontentlinks {
    color: var(--main-heading-color);
    ;
    font-family: 'Montserrat', sans-serif;

    /* text-decoration: none; */
}

.privacyheadings {
    margin: 25px 0px;
    color: #4d4d4d;
    font-size: 24.5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

}

.privacyLabelContent {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}







/* Ensure dropdown visibility */
.dropdown-menu {
    display: block !important; /* Force visibility */
    position: absolute;
    top: calc(100% + 5px); /* Below the input */
    left: 0;
    z-index: 1050; /* Make sure it's above other elements */
    width: 100%; /* Match input width */
    max-height: 200px; /* Limit height */
    overflow-y: auto; /* Scroll when too many items */
    border: 1px solid #ddd; /* Light border for clarity */
    border-radius: 8px;
    background-color: #fff;
}

/* Hover effect for dropdown items */
.dropdown-item:hover {
    background-color: #f1f1f1;
    color: #333;
}


   .download-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        border-radius: 50%;
        padding: 5px;
        font-size: 1.2rem;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        transition: background-color 0.3s ease, transform 0.2s ease;
    }


    .download-icon:hover {
        background-color: rgba(255, 255, 255, 0.9);
        color: black;
        transform: scale(1.1);
    }
    /* Starting help desk module */

.modal-title {
    color: #fff;
    font-weight: 600;
    font-size: var(--home-headings-font-size);
}

.modal-header {
    background-color: rgb(2, 17, 79);
    color: white;
    height: 50px;
}

.cancel-btn {
    background-color: white;
    color: black;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 0.75rem;
    border: 1px solid rgb(2, 17, 79) !important;
}
.newReq{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.people-search-btn {
    color: #fff;
}

.text-danger {
    font-size: var(--normal-font-size);
}
.profile-image {
    height: 32px;

    width: 32px;

    background-color: lightgray;

    border-radius: 50%;
}

.rotate {
    transition: transform 0.5s;
}
.helpdesk-search-btn {
    height: 34px;
    width: 40px;
    position: relative;
    border-radius: 0 5px 5px 0;
    background-color: rgb(2, 17, 79);
    color: #fff;
    border: none;
    margin-right: 10px;
}
.helpdesk-search-icon {
    position: absolute;
    top: 9px;
    left: 11px;
    color: #fff;
}
.task-search-input {
    font-size: var(--normal-font-size);
    border-radius: 5px 0 0 5px;
    height: 32px;
}

.rotate.rotate-180 {
    transform: rotate(180deg);
}

.helpdesk-btn {
    font-size: 12px;
    background-color: rgb(2, 17, 79);
    color: white;
    border-radius: 5px;
    padding: 4px 10px;
}

.helpdesk-modal {
    background-color: rgb(2, 17, 79);
    height: 50px
}



.helpdesk-title {
    padding: 5px;
    color: white;
    font-size: 15px;
}

.helpdesk-label {
    color: #778899;
    font-weight: 500;
    font-size: 12px;
}

.helpdesk-toggler {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.select-ccto {
    font-size: 12px;
    color: #778899;
    margin-bottom: 10px;
    font-weight: 500;
}

.add-button {
    border-radius: 50%;
    color: #778899;
    border: 1px solid #778899;
}

.helpdesk-rotate {
    border-radius: 5px;
    background-color: grey;
    padding: 8px;
    width: 330px;
    margin-top: 10px;
    height: 200px;
    overflow-y: auto;
}

.helpdesk-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.helpdesk-search-term {
    font-size: 10px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    width: 250px;
    height: 30px;
    padding: 5px;
}

.hepldesk-close-people {
    background-color: rgb(2, 17, 79);
    height: 30px;
    width: 30px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-desk-table {
    width: 100%;
    background-color: white;
    margin-top: 10px;
    overflow-x: auto;
}

.help-desk-table-main {
    width: 100%;
    background-color: white;

    border-collapse: collapse;
    overflow-x: auto;
}
/* Override Bootstrap's default background images for carousel icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none !important; /* Remove default arrow images */
  color: black !important; /* Set icon color to black */
    width: 70%; /* Adjust size */
    height: 70%;
 /* Optional: make circular */
}

/* Add custom arrows using pseudo-elements */
.carousel-control-prev-icon::after {
    content: '\2039'; /* Unicode for a left arrow */
    font-size: 50px; /* Adjust the arrow size */
    color: black; /* Ensure arrow is black */
}

.carousel-control-next-icon::after {
    content: '\203A'; /* Unicode for a right arrow */
    font-size: 50px; /* Adjust the arrow size */
    color: black; /* Ensure arrow is black */
}


.help-desk-table-row {
    background-color: rgb(2, 17, 79);

    color: white;
}

.help-desk-table-column {
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.custom-button {
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    cursor: pointer;
}

.helpdesk-request {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
}

.help-desk-table-main th,
td {
    border-bottom: none;
}

.submit-button {
    background-color: green;
}

.cancel-button {
    background-color: red;
}



.dropdown-options {
    display: none;
    /* Hidden by default */
    position: absolute;
    background-color: var(--main-color);
    border-radius: 5px;
    z-index: 1;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.form-select-category option {
    background-color: var(--main-color);
    /* Background for options */
    /* Text color for options */
    padding: 5px;
    cursor: pointer;
}

/* Default option styling */
.option-default {
    color: var(--main-color);
}
/* General button styles */
.nav-buttons {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    transition: color 0.3s;
}

/* Custom tab styles */
.custom-nav-tabs {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    font-weight: 500;
    text-align: center;
    color: var(--label-color);
    padding: 0;
    margin: 0;
    font-size: var(--normal-font-size);
}

/* Individual tab item */
.custom-nav-tabs .custom-item {
    flex-grow: 1;
    overflow: hidden;
}

/* Link styles for tabs */
.custom-nav-link {
    color: var(--label-color);
    padding: 8px 30px;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease, background-color 0.3s ease;
    border: 1px solid transparent;
    box-sizing: border-box;
}

/* Hover state for tabs */
.custom-nav-link:hover {
    color: rgb(2, 17, 79) !important;
    background-color: #fff;
    border-color: rgb(2, 17, 79);
}

/* Active tab styling */
.custom-nav-link.active {
    color: white !important;
    background-color: rgb(2, 17, 79) !important;
    border-color: rgb(2, 17, 79);
    border-bottom-color: transparent;
}
/* Ending help desk module */


/* //catalog */
.helpdesk-back {
    background-color: rgb(2, 17, 79);
    color: white;
    border-radius: 5px;
    margin: 0;
    padding: 1px 0;
    font-size: 12px;
    width: 80px;
    height: 40px;
}

.activeCatalog {
    background-color: none !important;
    border-bottom: 2px solid rgb(2, 17, 79) !important;
    color: rgb(2, 17, 79) !important;
    align-items: center;
}

.custom-table-catalog th,
.custom-table-catalog td {
    padding: 8px;
    /* Adjust the padding as needed */
    border: 1px solid #ccc;
    /* Add borders with desired style and color */
}

.item-td {
    width: 40%;
}

.descrption-td {
    width: 60%;
}

.catalogFilter {
    cursor: pointer;
    color: var(--label-color);
}

.catalogFilter:hover {
    background-color: #d8dfff69;
    color: #000;
}

.hideIt {
    display: none !important;
}

.showIt {
    display: block !important;
}

.catalogCardIcon {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 4px;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.custom-table tr:hover {
    background-color: #f5f5f5;
    /* Change this to the desired hover color */
}

.header-style {
    background-color: #ecf5ff;
    font-weight: 500;
    font-size: var(--normal-font-size);
    color: var(--label-color);
    text-align: start;
}

.custom-modal-dialog.custom-modal-lg {
    height: 70vh;
    /* Adjust this value to control the modal height */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Center the modal vertically */
}

.custom-modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /* Ensure modal content takes full width of the dialog */
}

.custom-modal-header,
.custom-modal-footer {
    flex-shrink: 0;
}

.custom-modal-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0;
}

.modal-title {
    color: #fff;
    font-weight: 600;
    font-size: var(--home-headings-font-size);
}

.modal-header {
    background-color: rgb(2, 17, 79);
    color: white;
    height: 50px;
}

.current-assignee {
    margin-bottom: 5px;
}

.change-assignee a {
    cursor: pointer;
    text-decoration: underline;
}
.tabss .tab {
  background-color: #6c757d !important; /* inactive color */
  color: #fff;
  border-radius: 14px !important;

}

.tabss .tab:has(.req-active-tick) {
  background-color: #02114f !important; /* active color */
  color: #fff;
}

.employee-dropdown-container {
    position: relative;
}

.employee-search-input {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #d0d7de;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 8px 12px;
    font-size: 0.95rem;
    color: #333;
}

.employee-selected-text {
    margin-top: 4px;
    color: #198754;
    font-size: 0.85rem;
    font-weight: 600;
}

.employee-dropdown-list {
    position: absolute;
    z-index: 50;
    margin-top: 4px;
    width: 93%;
    left: 4%;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.employee-dropdown-item {
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 9px 12px;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
}

.employee-dropdown-item:hover {
    background-color: #f3f7ff;
    color: #0d6efd;
    font-weight: 500;
}

.employee-dropdown-item:active {
    background-color: #e7f0ff;
    color: #0a58ca;
    font-weight: 600;
}

.employee-no-match {
    text-align: center;
    padding: 10px;
    color: #888;
    font-size: 0.9rem;
}
/* === ASSET DROPDOWN STYLES === */

.asset-dropdown-container {
    position: relative;
}

.asset-search-input {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #d0d7de;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 8px 12px;
    font-size: 0.95rem;
    color: #333;
}

.selected-asset-label {
    margin-top: 0.25rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #198754;
}

.asset-dropdown-list {
    position: absolute;
    z-index: 50;
    margin-top: 4px;
    width: 93%;
    left: 4%;
    background-color: #fff;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.asset-option {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 9px 12px;
    font-size: 0.9rem;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.asset-option:not(:disabled):hover {
    background-color: #f3f7ff;
    color: #0d6efd;
    font-weight: 500;
}

.asset-option-disabled {
    color: #888;
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.asset-no-match {
    text-align: center;
    padding: 10px;
    color: #888;
    font-size: 0.9rem;
}
/* ==============================
   ASSIGN DROPDOWN STYLES
   ============================== */

.assign-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.assign-btn {
    padding: 2px 6px;
    font-size: 0.8rem !important;
    border-radius: 6px;
    width: 20%;
    height: 30px !important;

}

.assign-selected {
    min-width: 180px;
    background-color: #f8f9fa;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 0.9rem;
    color: #333;
}

.assign-placeholder {
    color: #888;
}

/* Dropdown container */
.assign-dropdown {
    position: absolute;
    z-index: 50;
    /* margin-top: 4px; */
    width: 70%;
    background-color: #f5f4f4;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
}

/* Search box */
.assign-search {
    width: 90%;
    margin: 0 auto 8px;
    font-size: 0.9rem;
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 6px 10px;
}

.assign-search:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}

/* Scrollable list */
.assign-list {
    width: 90%;
    margin: 0 auto;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Each employee option */
.assign-item {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 9px 12px;
    font-size: 0.9rem;
    color: #333;
    background-color: #f5f4f4;
    cursor: pointer;
}

/* Minimal hover: background only */
.assign-item:not(:disabled):hover {
    background-color: #f3f7ff;
}

/* Disabled item */
.assign-item-disabled {
    color: #888;
    background-color: #f9f9f9;
    cursor: not-allowed;
}

/* “No matches” text */
.assign-no-match {
    text-align: center;
    padding: 10px;
    color: #888;
    font-size: 0.9rem;
}

/* Error text */
.assign-error {
    display: block;
    margin-top: 4px;
    color: #dc3545;
}
.modal-title {
    color: #fff;
    font-weight: 600;
    font-size: var(--home-headings-font-size);
}

.modal-header {
    background-color: rgb(2, 17, 79);
    color: white;
    height: 50px;
}


.border-end {
    border-right: 1px solid #ddd;
}
.bg-marketplace {
    background-image: url(../images/marketplace.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}
.width90Per {
    width: 90%;
}

.card-bx-shadow {
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.text-bg-primary-glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #02114f;
}

.text-bg-danger-glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #dc3545;
}
/* Hide rows beyond initial 5 */
    .category-row {
        display: none;
    }

    /* Show only first 5 rows initially */
    .category-row:nth-child(-n+5) {
        display: table-row;
    }

    /* Hover effect for See More button */
    #seeMoreBtn:hover {
        color: #02114f !important;
        text-decoration: underline !important;
    }

    /* Larger Offcanvas */
    .offcanvas-large {
        width: 500px !important;
    }

    @media (max-width: 576px) {
        .offcanvas-large {
            width: 100% !important;
        }
    }

    /* Status Card Hover Effect */
    .status-card {
        transition: all 0.3s ease;
    }

    .status-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    /* Progress Bar Animation */
    .progress-bar {
        transition: width 1s ease-in-out;
    }

    /* Offcanvas smooth transitions */
    .offcanvas {
        transition: transform 0.3s ease-in-out;
    }

    /* Sidebar Settings Menu Positioning */
    .sidebar-settings-menu {
        margin-top: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 15px;
    }

    /* Theme Offcanvas Styles */
    .theme-offcanvas {
        width: 400px !important;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
        z-index: 1055;
    }

    .theme-offcanvas.show {
        transform: translateX(0) !important;
    }

    .theme-offcanvas .offcanvas-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
    }

    /* Offcanvas Backdrop */
    .offcanvas-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 100vw;
        height: 100vh;
        background-color: #000;
        display: none;
    }

    .offcanvas-backdrop.show {
        opacity: 0.5;
        display: block;
    }

    /* Theme Tabs */
    .theme-tabs {
        display: flex;
        padding: 10px 15px;
    }

    .theme-tabs .nav-link {
        border: none;
        color: #6b7280;
        padding: 12px 20px;
        font-weight: 500;
        background: transparent;
        border-bottom: 3px solid transparent;
        transition: all 0.3s;
    }

    .theme-tabs .nav-link:hover {
        color: #3b82f6;
        background: rgba(59, 130, 246, 0.05);
    }

    .theme-tabs .nav-link.active {
        color: #3b82f6;
        border-bottom-color: #3b82f6;
        background: white;
    }

    /* Color Grid */
    .color-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .theme-option {
        display: flex;
        flex-direction: column;
        gap: 8px;
        cursor: pointer;
        padding: 12px;
        border-radius: 10px;
        border: 2px solid #e5e7eb;
        transition: all 0.3s;
        background: white;
    }

    .theme-option:hover {
        border-color: #3b82f6;
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
    }

    .theme-preview {
        width: 100%;
        height: 80px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        background-size: cover !important;
        background-position: center !important;
    }

    .theme-name {
        font-size: 12px;
        color: #6b7280;
        font-weight: 500;
        text-align: center;
    }

    /* Offcanvas Footer */
    .offcanvas-footer {
        background: #f9fafb;
    }

    /* Custom Color Input */
    .form-control-color {
        width: 60px;
        height: 45px;
        border-radius: 8px;
        border: 2px solid #e5e7eb;
        cursor: pointer;
    }

    /* Responsive */
    @media (max-width: 576px) {
        .theme-offcanvas {
            width: 100% !important;
        }

        .color-grid {
            grid-template-columns: 1fr;
        }
    }

    /* Animation for offcanvas */
    .offcanvas {
        transition: transform 0.3s ease-in-out;
    }
    
.sign-in-card {
    box-shadow: 0 15px 35px 0 rgba(60, 66, 87, .08), 0 5px 15px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
}

/* #short_description.form-control:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
    outline: none !important;
} */

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
    outline: none !important;
}
.listName{
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px;
}
.listName:hover{
    background-color: #e5f3f9;
    padding: 10px;
}
 .header-bar {
            background-color: white;
            padding: 15px 20px;
            border-bottom: 1px solid #ddd;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .header-title {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .header-title i {
            cursor: pointer;
        }
        .title-text {
            font-size: 16px;
            font-weight: 500;
        }
        .header-title .subtitle {
            color: #666;
            font-size: 14px;
        }
        .btn-submit {
            background-color: #4154af;
            color: white;
            border: none;
            padding: 6px 20px;
            border-radius: 3px;
            font-size: 14px;
        }

        .progress-bar-container {
            background-color: white;
            padding: 20px;
            border-bottom: 1px solid #ddd;
            display: flex;
            justify-content: center;
        }

        .progress-steps {
            display: flex;
            align-items: center;
            position: relative;
            width: fit-content;
        }

        .progress-step {
            flex: 0 0 auto;
            position: relative;
        }

        .step-badge {
            display: inline-block;
            padding: 10px 40px;
            background-color: #e0e0e0;
            color: #666;
            font-size: 14px;
            font-weight: 500;
            clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
            margin-left: -18px;
        }

        .progress-step:first-child .step-badge {
            clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
            margin-left: 0;
        }

        .progress-step:last-child .step-badge {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);
        }

        .progress-step.active .step-badge {
            background-color: #00897b;
            color: white;
        }
        .form-container {
            background-color: white;
            margin: 20px;
            padding: 30px;
            border-radius: 4px;
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 20px;
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-label {
            display: block;
            margin-bottom: 5px;
            font-size: 13px;
            color: #333;
            font-weight: 500;
        }
        .form-label .required {
            color: red;
            margin-right: 3px;
        }
        .form-control, .form-select {
            font-size: 13px;
            padding: 6px 10px;
        }
        .lookup-input {
            position: relative;
        }
        .lookup-input input {
            padding-right: 30px;
        }
        .lookup-icon {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
            cursor: pointer;
        }
        .related-section {
            margin: 30px 0;
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 4px;
        }
        .related-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        .related-search {
            display: flex;
            gap: 10px;
            align-items: center;
        }
        .tabs-container {
            margin-top: 30px;
        }
        .nav-tabs {
            border-bottom: 2px solid #dee2e6;
        }
        .nav-tabs .nav-link {
            color: #0066cc;
            border: none;
            border-bottom: 3px solid transparent;
            padding: 10px 20px;
            font-size: 13px;
        }
        .nav-tabs .nav-link.active {
            color: #00897b;
            background-color: transparent;
            border-bottom: 3px solid #00897b;
        }
        .tab-content {
            padding: 20px;
            background-color: white;
            border: 1px solid #dee2e6;
            border-top: none;
        }
        .work-notes-toolbar {
            display: flex;
            gap: 5px;
            margin-bottom: 10px;
        }
        .work-notes-toolbar button {
            padding: 5px 10px;
            border: 1px solid #ccc;
            background-color: white;
            cursor: pointer;
            font-size: 12px;
        }
        .work-notes-area {
            width: 100%;
            min-height: 150px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
            font-size: 13px;
            background-color: #fffde7;
            resize: vertical;
        }
        .submit-button-container {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #dee2e6;
        }
        .btn-primary {
            background-color: #4154af;
            border-color: #4154af;
            padding: 8px 30px;
        }
        textarea.form-control {
            resize: vertical;
            min-height: 80px;
        }
        .model-tabs {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        .model-tab {
            padding: 8px 20px;
            background-color: #f0f0f0;
            border: 1px solid #ddd;
            cursor: pointer;
            border-radius: 3px;
            font-size: 13px;
        }
        .model-tab.active {
            background-color: white;
            border-bottom: 2px solid #00897b;
        }
        .priority-link {
            color: #0066cc;
            text-decoration: none;
            font-size: 13px;
        }
        .no-results {
            text-align: center;
            padding: 40px;
            color: #666;
            font-size: 14px;
        }
      .header-bar {
            background-color: white;
            padding: 15px 20px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 0;
        }
        .header-bar .title {
            font-size: 16px;
            font-weight: 500;
            color: #333;
        }
        .search-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .search-container select {
            width: 150px;
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }
        .search-container input {
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
            width: 250px;
        }
        .actions-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background-color: white;
            border-bottom: 1px solid #ddd;
        }
        .btn-new {
            background-color: #4154af;
            color: white;
            border: none;
            padding: 6px 20px;
            border-radius: 3px;
            font-size: 14px;
            cursor: pointer;
        }
        .btn-new:hover {
            background-color: #344399;
        }
        .table-container {
            background-color: white;
            margin: 0;
            padding: 0;
        }
        .custom-table {
            margin: 0;
            font-size: 13px;
        }
        .custom-table thead {
            background-color: #f8f9fa;
            border-bottom: 2px solid #dee2e6;
        }
        .custom-table th {
            font-weight: 500;
            color: #333;
            padding: 12px 15px;
            border-bottom: 2px solid #dee2e6;
            white-space: nowrap;
        }
        .custom-table td {
            padding: 10px 15px;
            border-bottom: 1px solid #e9ecef;
            vertical-align: middle;
        }
        .custom-table tbody tr:hover {
            background-color: #f8f9fa;
            cursor: pointer;
        }
        .problem-link {
            color: #0066cc;
            text-decoration: none;
        }
        .problem-link:hover {
            text-decoration: underline;
        }
        .badge-closed {
            background-color: #e8f5e9;
            color: #2e7d32;
            padding: 3px 8px;
            border-radius: 3px;
            font-size: 12px;
        }
        .badge-new {
            background-color: #fff3e0;
            color: #ef6c00;
            padding: 3px 8px;
            border-radius: 3px;
            font-size: 12px;
        }
        .pagination-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
            background-color: white;
            border-top: 1px solid #dee2e6;
        }
        .checkbox-col {
            width: 30px;
        }
        .activeStatus{
            font-weight: 500;
            font-size: 13px;
            color: blue;
        }
        .pendingStatus{
        font-weight: 500;
            font-size: 13px;
            color: rgb(244, 201, 11);
        }
        .inprogressStatus{
        font-weight: 500;
            font-size: 13px;
            color: rgb(73, 244, 11);
        }
        .closedStatus{
            font-weight: 500;
            font-size: 13px;
            color: green;
        }
        .skipStatus{
            font-weight: 500;
            font-size: 13px;
            color: orange;
        }
        .cancelStatus{
            font-weight: 500;
            font-size: 13px;
            color: red;
        }