  /* Base icon styles */
  .sidebar-icon {
    display: inline-block;
    width: 40px;      /* Set a preferred width */
    height: 40px;     /* and height for your icons */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  /* Specific icon classes (apply the corresponding variable) */
  .sidebar-icon.tenant-management {
    background-image: var(--tenant-management-image-url);
  }
  
  .sidebar-icon.turnover-reporting {
    background-image: var(--turnover-reporting-image-url);
  }
  
  .sidebar-icon.customer-behavioral-analytics {
    background-image: var(--customer-behavioral-analytics-image-url);
  }
  
  .sidebar-icon.tenant-engagement {
    background-image: var(--tenant-engagement-image-url);
  }
  
  .sidebar-icon.procurement-administrator {
    background-image: var(--procurement-administrator-image-url);
  }
  
  .sidebar-icon.document-warehouse {
    background-image: var(--document-warehouse-image-url);
  }
  
  .sidebar-icon.form-management {
    background-image: var(--form-management-image-url);
  }
  
  .sidebar-icon.user-management {
    background-image: var(--user-management-image-url);
  }  

/* Navigation image */
.landing-page-navigation-image {
    background-image: var(--landing-page-navigation-image-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 90px;
    height: 90px;
}

/* Second navigation image */
.landing-page-navigation-image-second {
    background-image: var(--landing-page-navigation-image-second-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 90px;
    height: 90px;
}

/* Landing page image */
.landing-page-image {
    background-image: var(--landing-page-image-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 150px;
    height: 150px;
}

/* Reset password image */
.reset-password-image {
    background-image: var(--landing-page-navigation-image-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

/* Register and Enquiry page image */
.register-page-image {
    background-image: var(--landing-page-navigation-image-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 180px;
    height: 130px;
}

/* First logo image settings */
.logo-img-first {
    width: 180px;
    height: 130px;
    background-image: var(--login-image-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Second logo image settings */
.logo-img-second {
    width: 220px;
    height: 90px;
    background-image: var(--second-login-image-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}      
  
.custom-logo {
    background-image: var(--logo-image-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 6px;
}

.bg-login {
    height: 100%;
    background-image: var(--background-image-url);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.sidebar-text-color {
    color: var(--sidebar-text-color);
}

.login-text-color {
    color: var(--login-text-color);
}

.login-page {
    background-color: var(--login-page-bg);
    color: var(--login-page-bg);
}

.menu-text-color {
    color: var(--text-color);
}

.btn-tertiary {
    background-color: var(--color-aqua);
}

.text-secondary {
    color: var(--color-aqua) !important;
}

.bg-dark-grey {
    background-color: var(--bg-dark-grey);
}

.bright-red {
    background-color: var(--bright-red);
}

.bright-teal {
    background-color: var(--bright-teal);
}

.bright-orange {
    background-color: var(--bright-orange);
}

/* Ensure consistent styling for step circles */
.step-circle {
    width: 40px; /* Fixed width */
    height: 40px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Make it a circle */
    margin: 0 auto; /* Center the circle horizontally */
    background-color: var(--sidebar-close-color);
    z-index: 2;
    border: 2px solid var(--progress-bar-line);

}

.me-n4 {
    margin-right: -2rem !important;
}


.card_size {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    color: var(--avatar-border-color);
    align-items: center;
}


.temp_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--sidebar-close-color);
    border: 2px solid var(--progress-bar-line);
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.bg-danger {
    background-color: var(--bg-danger) !important;
}

.workflow-steps-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.workflow-step {
    flex: 1; /* Ensures equal width distribution */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 120px; /* Ensures steps don't shrink too much */
}

.connector-line {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: var(--progress-bar-line);
    transform: translateY(-50%);
    z-index: 1;
}

.workflow-step:last-child .connector-line {
    display: none;
}

.timeline-content {
    text-align: center;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.role-name,
.step-sequence,
.step-approval {
    display: block;
    text-align: center;
    font-size: 12px;
}

.role, .status {
    display: block;
    text-align: center;
    font-size: 12px;
}

.workflow-step .timeline-content div {
    width: 100%;
    padding: 2px;
    margin-left: -20px;
}

#view_lease_timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.line-between-circles {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 3px;
    background-color: var(--progress-bar-line);
    z-index: 1;
}

.bg-card-overview {
    background-color: var(--bg-card-overview);
}

.text-black-100 {
    color: var(--text-color) !important;
}

.badge-danger {
    color: var(--sidebar-close-color);
    background-color: var(--bg-danger);
}

.bg-primary {
    background-color: var(--bg-primary) !important;
    background: var(--bg-primary) !important;
}
.bg-aqua {
    background-color: var(--color-aqua) !important;
    background: var(--color-aqua) !important;
}

.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
    background: none;
    border: 2px solid var(--color-aqua);
    margin: 2px;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.list-group-item:hover {
    color: var(--bg-primary);
    cursor: pointer;
}

.property-container {
    position: relative;
    font-weight: bold;
}

/* Curved Connector Line */
.property-container::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 15px;
    height: 40px;
    border-left: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
}

.folder-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom_font_size {
    min-width: 350px;
    font-size: 1.5em;
}

.folder-item i {
    font-size: 18px;
}

/* Sidebar styles */
.scrollable_sidebar {
    overflow-y: auto;
    max-height: 80vh;
    scrollbar-width: none;
}

.scrollable_sidebar::-webkit-scrollbar {
    display: none;
}

.navbar-vertical.navbar-expand-xs {
    display: block;
    position: fixed;
    top: 75px;
    bottom: 0;
    width: 19.525rem;
    border-radius: 0 6px;
    overflow-y: auto;
    padding: 0;
    box-shadow: none;
    z-index: 2;
    transition: all 0.5s ease;
}

.navbar-vertical.navbar-expand-xs::-webkit-scrollbar {
    display: none;
}

.navbar-vertical.navbar-expand-xs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (max-width: 1199px) {
    .navbar-vertical.navbar-expand-xs {
        .navbar-vertical.navbar-expand-xs {
            display: block;
            position: fixed;
            top: 140px;
            bottom: 0;
            width: 19.525rem;
            border-radius: 0 6px;
            overflow-y: auto;
            padding: 0;
            box-shadow: none;
            z-index: 2;
            transition: all 0.5s ease;
        }
    }

    .sidenav {
        width: 250px; /* Adjust width */
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }
    
    .sidenav.show {
        transform: translateX(-20%);
    }

    .main-content {
        transition: margin-left 0.3s ease-in-out;
    }

    .sidebar-toggle {
        display: block;
        position: fixed;
        top: 1rem;
        left: 1rem;
        z-index: 999;
        cursor: pointer;
        background: none;
        border: none;
        padding: 10px;
    }

    .content-wrapper {
        margin-left: 0 !important;
        padding: 1rem;
    }
}

.main-content.sidebar-collapsed {
    margin-left: 0;
}

.main-content {
    transition: margin-left 0.5s ease;
}

.sidenav a.nav-link.active {
    background-color: var(--color-aqua);
    background-size: cover;
    align-items: space-around;
    border-radius: 4px;
    margin: 15px;
    color: var(--text-color) !important;
}

.sidenav {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: auto;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    background-color: var(--sidebar-bg);
}

.sidenav.show {
    transform: translateX(-108%);
}

#open-chevron {
    transition: opacity 0.3s ease-in-out;
}

.content-wrapper {
    transition: margin-left 0.3s ease-in-out;
}

.fa-chevron-right {
    transition: transform 0.3s ease;
    font-size: 1.5rem;
}

#open-chevron.hide {
    opacity: 0;
    pointer-events: none;
}

.sidebar-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
    display: block !important; /* Always show the close button */
    z-index: 1000;
}

.sidebar-close i {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
    color: var(--sidebar-close-color);
}

.sidebar-close:hover i {
    transform: rotate(90deg);
}

.sidenav:not(.show) #sidenav-accordion {
    display: none;
}

.sidenav:not(.show) .sidebar-close {
    display: none !important;
}

.sidenav:not(.show) .card.card-body {
    display: none !important;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--sidebar-overlay-bg);
    z-index: 998;
    top: 0;
    left: 0;
}

.sidebar-toggle {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 997;
}

.sidebar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1050; /* Ensure it's above other sidebar content */
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-close i {
    font-size: 20px;
    color: var(--sidebar-close-color);
    transition: transform 0.3s ease;
}

.sidebar-close:hover {
    background-color: var(--sidebar-close-hover-bg);
}

.sidebar-close:hover i {
    transform: rotate(90deg);
}

.sidebar-close:active {
    transform: scale(0.95);
}

.sidebar-close:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--sidebar-close-focus-shadow);
}

/* Sidebar closes */

.font_icon_size {
    font-size: 1.5em;
}

.btn {
    margin-bottom: 0;
    letter-spacing: -0.025rem;
    text-transform: none;
    box-shadow: 0 4px 6px var(--btn-shadow), 0 1px 3px var(--btn-shadow-secondary);
}

/* Responsive breakpoint */
@media (max-width: 991.98px) {
    .sidenav {
        transform: translateX(-100%);
    }
    
    .sidenav.show {
        transform: translateX(-20%);
    }
}

@media (max-width: 991.98px) {
    .sidebar-toggle {
        display: block;
    }
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .sidebar-close {
        display: block; /* Ensure visibility on mobile */
    }
}

.avatar-xxl {
    width: 110px !important;
    height: 110px !important;
}

.avatar-xxl.avatar-raised {
    margin-top: -55px;
}

.avatar-xl {
    width: 74px !important;
    height: 74px !important;
}

.avatar-xl.avatar-raised {
    margin-top: -37px;
}

.avatar-lg {
    width: 100px !important;
    height: 58px !important;
    font-size: 0.875rem;
}

.avatar-lg.avatar-raised {
    margin-top: -29px;
}

.avatar-sm {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.875rem;
}

.avatar-sm.avatar-raised {
    margin-top: -18px;
}

.avatar-xs {
    width: 24px !important;
    height: 24px !important;
    font-size: 0.75rem;
}

.avatar-xs.avatar-raised {
    margin-top: -12px;
}

.avatar-group .avatar {
    position: relative;
    z-index: 2;
    border: 2px solid var(--avatar-border-color);
}

.avatar-group .avatar:hover {
    z-index: 3;
}

.avatar-group .avatar + .avatar {
    margin-left: -1rem;
}

/* Base navbar styles */
.navbar-expand-lg {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.container-fluid {
  padding: 2rem;
}

/* Mall selector dropdown */
.current-mall-id-select {
  max-width: 200px;
  min-width: 150px;
}

/* Logo image */
.avatar-lg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.avatar-sm {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

/* Breadcrumb navigation */
.breadcrumb {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-item {
  display: inline-block;
}



.form-header::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 40px;
    right: 40px;
    height: 4px;
    background-color: #ccc;
    z-index: 0;
    margin-left: 0;
}

/* Responsive breakpoints */
@media (max-width: 991px) {
  .container-fluid {
    padding: 0.75rem;
  }
  
  /* Stack elements vertically on mobile */
  .d-flex.justify-content-between {
    gap: 1rem;
  }

  .form-header::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 40px;
    right: 40px;
    height: 4px;
    background-color: #ccc;
    z-index: 0;
    margin-left: 0;
}
  
  /* Center align items */
  .d-flex.align-items-center {
    justify-content: center;
    width: 100%;
  }
  
  /* Adjust mall selector width */
  .current-mall-id-select {
    max-width: 100%;
  }
  
  /* Center breadcrumb */
  nav[aria-label="breadcrumb"] {
    width: 100%;
    text-align: center;
  }
  
  .breadcrumb {
    justify-content: center !important;
  }
  
  /* Adjust profile dropdown position */
  .dropdown-menu {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 -2px 10px var(--dropdown-menu-shadow);
  }
  
  .dropdown-item {
    padding: 0.75rem 1rem;
  }
}

#myTab {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}
  
#myTab .nav-item {
    flex: 0 0 auto !important;
}
  
#myTab .nav-link {
    white-space: nowrap !important;
}

/* Small mobile devices */
@media (max-width: 576px) {
    .form-header::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        right: -97px;
        height: 4px;
        background-color: #ccc;
        z-index: 0;
        margin-left: 0;
    }

  .container-fluid {
    padding: 0.5rem;
  }
  
  .avatar-lg {
    width: 32px;
    height: 32px;
  }
  
  .breadcrumb-item {
    font-size: 0.875rem;
  }

    #myTab {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.5rem;
    }
    
    #myTab .nav-item {
        flex: 0 0 auto !important;
    }
    
    #myTab .nav-link {
        white-space: nowrap !important;
    }

}

/* custom.css */
@media (max-width: 767.98px) {
    body.offcanvas-backdrop.show .content-wrapper {
      /* move content to the right by the width of the sidebar (say 250px) */
      transform: translateX(250px);
      transition: transform .3s ease;
    }
  }
  

@media (max-width: 991px) {
    .container-fluid {
        padding: 0.75rem;
    }
    
    /* Stack elements vertically on mobile */
    .d-flex.justify-content-between {
        gap: 1rem;
        z-index: 1;
    }
    
    /* Center align items */
    .d-flex.align-items-center {
        justify-content: center;
        width: 100%;
    }
}

/* Small mobile devices */
@media (max-width: 576px) {
    .container-fluid {
        padding: 0.5rem;
    }
}

.circle-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;         /* Makes the button circular */
    background-color: transparent; 
    border: 2px solid var(--avatar-border-color) !important;     /* Visible border, change color as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sidebar-circle-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;         /* Makes the button circular */
    background-color: transparent; 
    border: 2px solid var(--sidebar-text-color) !important;     /* Visible border, change color as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
  
.circle-btn:focus {
outline: none;              /* Remove focus outline if desired */
}

.circle-btn i {
font-size: 24px;            /* Adjust icon size as desired */
}

  @media (max-width: 991.98px) {
    
}

.footer_style {
    flex-shrink: 0;
    margin: 270px 0;
}

/* home.html css */
.carousel-item {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
}

.animate {
    animation: fade_in_up 1s ease-in-out;
}

@keyframes fade_in_up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.letter_spacing_1 {
    letter-spacing: 1px;
}

.bg_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px !important;
}