@import url("https:fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

a {
    text-decoration: unset;
    color: #fff;
}
span {
    margin: 0px !important;
}
h1,
h2,
h3 {
    margin: 0px !important;
}
h4,
h5,
h6 {
    margin: 0px !important;
}
p {
    margin: 0px !important;
}
ul {
    li {
        margin: 0px !important;
    }
}
ul ol {
    li {
        margin: 0px !important;
    }
}

a.nav-link.active {
    color: #fff !important;
}

html {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
  # Preloader start
  --------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: var(--background-color);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader div {
    width: 13px;
    height: 13px;
    background-color: var(--primary-color) !important;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    position: absolute;
    left: 50%;
}

#preloader div:nth-child(1) {
    left: calc(50% + 8px);
    animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
    left: calc(50% + 8px);
    animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
    left: calc(50% + 32px);
    animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
    left: calc(50% + 56px);
    animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate-preloader-3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes animate-preloader-2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
  # Preloader end
  --------------------------------------------------------------*/

/*  */
/*  */
/*  */
/* Login Page 09-09-2025 start */

:root {
    --primary-color: #007960;
    --secondary-color: #0ca082;
    --dark-var-green: #1e7e34;
    --gradient-start: var(--primary-color) !important;
    --gradient-end: #764ba2;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --text-dark: #2c3e50;
    --text-muted: #6c757d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.gj-green {
    color: var(--primary-color);
}

.box-shadow {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2) !important;
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.place-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.place-cont {
    place-content: center;
}

.page-name h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.inf-search-bar {
    margin: 5px 6px;
}

.btn {
    padding-bottom: 2px;
}
/*  */
/*  */

/* sub header */

.sub-header {
    background: var(--primary-color) !important;
    color: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Header start */
.header-sec {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
}
.menu-fold-icon i {
    font-size: 25px;
    color: var(--primary-color);
}

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

.offcanvas-header {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.user-image img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.user-deails h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.user-deails p {
    font-size: 15px;
    opacity: 0.8;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.side-profile {
    background: #0079604d;
    padding: 24px 12px;
    border-radius: 10px;
}

.tab-values ul {
    list-style-type: none;
    padding: 0;
    padding-left: 10px;
}
.tab-values ul p {
    display: flex;
    gap: 13px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--primary-color);
    padding-bottom: 1.5rem;
}

.tab-values ul li a {
    color: var(--primary-color);
}

/*  */
/*  */
/* Footer section start */

/* Footer Navigation Styles */
.footer-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    background: white;
    border-top: 1px solid #e9ecef;
    padding: 8px 0 00px 0; 
    /* box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1); */
    z-index: 1000;
}

.nav-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding: 0 10px; */
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #999;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    min-width: 60px;
}

.nav-item:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.nav-item.active {
    color: var(--primary-color);
    font-weight: 600;
}

.nav-item.active::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: var(--primary-color) !important;
    border-radius: 2px;
}

.nav-icon {
    font-size: 22px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.nav-item.active .nav-icon {
    transform: scale(1.1);
}

.nav-text {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
}

.nav-item.active .nav-text {
    font-weight: 600;
}

/* Animation for nav items */
@keyframes navItemPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.nav-item:active {
    animation: navItemPulse 0.2s ease;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .footer-nav {
        width: 100%;
        left: 0;
        transform: none;
    }
}

 
.home-phone-container {
    background-color: var(--primary-color) !important;
}

/* Decorative background elements */
.bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.bg-decoration::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.bg-decoration::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    animation: float 4s ease-in-out infinite reverse;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.main-container {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    background-color: var(--primary-color) !important;
}

.login-wrapper {
    width: 100%;
    max-width: 97%;
}

/* Header Section */
.header-section {
    text-align: center;
    margin-bottom: 30px;
}

.logo-container {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff;
    padding: 5px 6px;
    border-radius: 10px;
}

.logo-circle {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(40, 167, 69, 0.3);
    position: relative;
    overflow: hidden;
}

.logo-circle::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(30deg);
    }
}

.logo-circle i {
    font-size: 45px;
    color: #fff;
    z-index: 1;
    position: relative;
}
.login-app-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 2px;
}

.img-title {
    font-size: 27px;
}

.app-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.app-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

/* Login Card */
.login-card {
    background: #fff;
    border-radius: 25px;
    padding: 45px 15px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.welcome-text {
    text-align: center;
    margin-bottom: 35px;
}

.welcome-text h2 {
    color: var(--text-dark);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.welcome-text p {
    color: var(--text-muted);
    font-size: 15px;
}

/* Form Styling */
.form-floating {
    margin-bottom: 25px;
}

.form-floating > .form-control {
    height: 60px;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 1rem 1.25rem;
    font-size: 16px;
    background: var(--light-gray);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-floating > .form-control:focus {
    border-color: var(--primary-color) !important;
    background: #fff;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.1);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: var(--primary-color);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > label {
    color: var(--text-muted);
    font-weight: 500;
    transition: all 0.3s ease;
}

.password-container {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.password-toggle:hover {
    color: var(--primary-color);
    background: rgba(40, 167, 69, 0.1);
}

/* Login Button */
.btn-login {
    width: 100%;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.4);
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
}

.btn-login:active {
    transform: translateY(0);
}

.btn-login::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-login:hover::before {
    left: 100%;
}

/* Forgot Password Link */
.forgot-password {
    text-align: center;
    margin-top: 25px;
}

.forgot-password a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}

.forgot-password a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background: var(--primary-color) !important;
    transition: all 0.3s ease;
}

.forgot-password a:hover::after {
    width: 100%;
    left: 0;
}

/* Additional visual enhancements */
.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 16px;
    z-index: 5;
}

.form-floating.has-icon > .form-control {
    padding-left: 45px;
}

.form-floating.has-icon > label {
    left: 45px;
}

/* Smooth focus transitions */
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Login Page 09-09-2025 end */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* Home Page 10-09-2025 start */

.plus-btn i {
    font-size: 25px;
    background: var(--primary-color) !important;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    position: fixed;
    bottom: 124px;
    width: 55px;
    right: 39px;
}

.home-img img {
    height: 2.5rem;
    margin: 2px 3px;
}
.logo-container img {
    height: 3.5rem;
}
.home-img {
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 5px;
}
.home-txt {
    font-size: 26px !important;
    padding-top: 10px;
}
.logo-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    /* padding-top: 9px;
    /* padding-top: 9px;     */
}

.home-phone-container {
    max-width: 100%;
    /* margin: 0 auto; */
    height: 16rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.app-header {
    text-align: center;
    padding: 10px 20px 0px;
    color: #fff;
}

.app-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.home-welcome-text {
    /* font-size: 23px; */
    font-weight: 400;
    margin-bottom: 1px;
    opacity: 0.95;
}

.user-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.home-main-content {
    background: #fff;
    border-radius: 30px 30px 0 0;
    min-height: 62vh;
    padding: 20px 10px 108px;
    margin-top: 20px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 20px; */
    /* margin-bottom: 40px; */
}

.menu-item {
    /* background: var(--primary-color) !important; */
    /* border-radius: 20px; */
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    /* border: none; */
    /* box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3); */
    position: relative;
    overflow: hidden;
}

.menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    /* margin: 0 auto 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    backdrop-filter: blur(10px);
}

.menu-text {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-item {
    animation: fadeInUp 0.6s ease forwards;
}

.menu-item:nth-child(1) {
    animation-delay: 0.1s;
}
.menu-item:nth-child(2) {
    animation-delay: 0.2s;
}
.menu-item:nth-child(3) {
    animation-delay: 0.3s;
}
.menu-item:nth-child(4) {
    animation-delay: 0.4s;
}

/* Home Page 10-09-2025 end */
/*  */
/*  */
/* Verificationlist-section Start */

.header {
    display: flex;
    align-items: center;
    padding: 20px;
    color: white;
}

.back-button {
    background: none;
    border: none;
    color: #fff !important;
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.back-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
}

.ver-main-content {
    padding: 15px 10px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0 !important;
    padding-left: 5px;
}

.card-item {
    background: #fff;
    border-left: 4px solid var(--primary-color) !important;
    border-radius: 15px;
    padding: 15px 0px !important;
    margin: 0;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding-right: 5px !important;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.card-item:hover {
    border-color: var(--primary-color) !important;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.1);
    transform: translateY(-2px);
}

.card-item:active {
    transform: translateY(0);
}

.first-tag {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 3px 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.third-tag {
    font-size: 13px;
    color: #666;
    margin: 0 0 8px 0;
}

.second-tag {
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 14px;
}

.arrow-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
}

.action-button {
    background: var(--primary-color) !important;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
}

.action-button:hover {
    background: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.action-button:active {
    transform: translateY(0);
}
.action-btn {
    margin-top: 3rem;
}
.action-button i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-item {
    animation: fadeInUp 0.6s ease forwards;
}

.card-item:nth-child(2) {
    animation-delay: 0.1s;
}

.card-item:nth-child(3) {
    animation-delay: 0.2s;
}

.action-button {
    animation: fadeInUp 0.8s ease forwards;
}

.action-button:nth-of-type(1) {
    animation-delay: 0.3s;
}

.action-button:nth-of-type(2) {
    animation-delay: 0.4s;
}

.verifi-address {
    /* border-bottom: unset !important; */
    padding: 0.5rem 1rem !important;
}

/*  */
/*  */

/* Verification page 11-09-2025 start */

.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    /* background: white; */
    /* min-height: 100vh; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}

/* Content Styles */
.content {
    padding: 0px 11px;
}

.page-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.page-description h2 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-description p {
    margin-bottom: 10px;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    /* margin-top: 30px; */
}

.action-buttons i {
    padding-right: 10px;
}

.ver-action-btn {
    background: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    color: #fff;
    padding: 13px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

.ver-action-btn:hover {
    background: var(--primary-color) !important;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.ver-action-btn:active {
    transform: translateY(0);
}

.ver-action-btn-primary:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white;
}

.btn-icon {
    font-size: 18px;
    margin-right: 12px;
}

.btn-arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.ver-action-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* Stats Cards */
.stats-section {
    margin-top: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.stat-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: var(--primary-color) !important;
    box-shadow: 0 3px 10px rgba(76, 175, 80, 0.1);
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Content bottom spacing for footer */
.content {
    padding-bottom: 120px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ver-action-btn {
    animation: fadeInUp 0.6s ease forwards;
}

.ver-action-btn:nth-child(1) {
    animation-delay: 0.1s;
}

.ver-action-btn:nth-child(2) {
    animation-delay: 0.2s;
}

.ver-action-btn:nth-child(3) {
    animation-delay: 0.3s;
}

.ver-action-btn:nth-child(4) {
    animation-delay: 0.4s;
}

/* Responsive */
@media (max-width: 480px) {
    .container-fluid {
        max-width: 100%;
    }

    .footer-nav {
        width: 100%;
        left: 0;
        transform: none;
    }
}

 
/*  */

/*  */

/* Verification end */

/* Responsive adjustments */
@media (max-width: 480px) {
    .action-button {
        padding: 15px 20px;
    }
}

/*  */
/*  */
/*  */

/* account page start */

.acc-container-fluid {
    background: var(--primary-color) !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 100vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Profile Section */
.profile-section {
    text-align: center;
    padding: 20px;
    color: white;
}

.profile-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    backdrop-filter: blur(10px);
    margin-bottom: 1rem;
}

.profile-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    object-fit: cover;
}
.camera-overlay {
    position: absolute;
    bottom: -8px;
    right: 120px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.camera-overlay:hover {
    background: white;
    transform: scale(1.1);
}

.profile-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.profile-role {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 0;
}

/* Main Content */
.main-content {
    background: white;
    border-radius: 30px 30px 0 0;
    padding: 30px 12px 40px;
    /* margin-top: 20px; */
    min-height: calc(100vh - 280px);
}

.acc-menu-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--primary-color) !important;
}

.acc-menu-item:hover {
    background: #e8f5e8;
    border-color: var(--primary-color) !important;
    color: #333;
    text-decoration: none;
    transform: translateX(5px);
    box-shadow: 0 3px 10px rgba(76, 175, 80, 0.1);
}

.acc-menu-item:active {
    transform: translateX(2px);
}

.menu-icon {
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 15px;
    width: 24px;
    text-align: center;
}

.menu-text {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.menu-arrow {
    font-size: 16px;
    color: #999;
    transition: all 0.3s ease;
}

.acc-menu-item:hover .menu-arrow {
    color: var(--primary-color);
    transform: translateX(3px);
}

.acc-action-btn {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
}

.acc-action-btn:hover {
    background: var(--primary-color) !important;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.acc-action-btn:active {
    transform: translateY(0);
}

.acc-action-btn i {
    margin-right: 12px;
    font-size: 14px;
}

.btn-logout {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-logout:hover {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

.profile-avatar img {
    border-radius: 50%;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.acc-menu-item {
    animation: fadeInUp 0.6s ease forwards;
}

.acc-menu-item:nth-child(1) {
    animation-delay: 0.1s;
}
.acc-menu-item:nth-child(2) {
    animation-delay: 0.2s;
}
.acc-menu-item:nth-child(3) {
    animation-delay: 0.3s;
}
.acc-menu-item:nth-child(4) {
    animation-delay: 0.4s;
}

.acc-action-btn {
    animation: fadeInUp 0.8s ease forwards;
}

.acc-action-btn:nth-child(1) {
    animation-delay: 0.5s;
}
.acc-action-btn:nth-child(2) {
    animation-delay: 0.6s;
}

.profile-details {
    padding: 25px 8px;
}

.details-header {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    opacity: 0.8;
    margin-bottom: 15px !important;
}

.detail-item {
    margin-bottom: 18px;
}

.detail-label {
    color: var(--primary-color);

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.detail-value {
    color: #000;
    opacity: 0.7;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.detail-icon {
    color: var(--primary-color);
    margin-right: 8px;
    width: 16px;
}

.border-class i {
    color: var(--primary-color);
    padding: 10px 17px;
    font-size: 30px;
    border-radius: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.border-class p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.menu-icon {
    margin: 0 auto 10px !important;
}

:root {
    --primary-gradient: linear-gradient(135deg, var(--primary-color) !important 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --success-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --card-hover-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.container-modern {
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

.form-container {
    padding: 1rem;
    background: transparent;
}

.form-card {
    /* background: white; */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-card:hover {
    box-shadow: var(--card-hover-shadow);
    transform: translateY(-2px);
}

.card-header {
    background: linear-gradient(135deg, #bfcfcc 0%, #c6cfcd 100%);
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.card-title {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.card-title i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.card-body {
    padding: 1.5rem;
}

.input-group-modern {
    position: relative;
    margin-bottom: 0.5rem;
}

.form-label-modern {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    letter-spacing: 0.3px;
}

.required-star {
    color: #e74c3c;
    font-size: 0.8rem;
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1rem;
    z-index: 2;
}

.form-control-modern,
.form-select-modern {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 11px 5px;
    /* padding-left: 2.5rem; */
    font-size: 15px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    width: 100%;
}

.form-control-modern:focus,
.form-select-modern:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
    background: white;
    outline: none;
}

.title-prefix {
    flex: 0 0 80px;
    width: 10rem;
    margin-right: 8px;
}

.title-prefix .form-select-modern {
    padding: 0.8rem 0.5rem;
    font-size: 0.85rem;
    padding-left: 0.8rem;
}

.radio-group {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.radio-item:hover {
    border-color: var(--primary-color) !important;
    background: white;
}

.radio-item.active {
    border-color: var(--primary-color) !important;
    background: rgba(102, 126, 234, 0.1);
}

.form-check-input {
    margin: 0;
}

.form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.address-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #fff8f0 100%);

    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.address-header {
    color: var(--primary-color);
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--primary-color);
}

.address-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copy-btn {
    background: var(--primary-color) !important;
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.copy-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.address-body {
    padding: 1.5rem;
    background-color: #fff;
}

.textarea-wrapper {
    position: relative;
}

.form-textarea {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    /* padding-left: 2.5rem; */
    font-size: 16px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    resize: vertical;
    min-height: 80px;
    width: 100%;
    padding-left: 8px;
}

.form-textarea:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
    background: white;
    outline: none;
}

.textarea-icon {
    position: absolute;
    left: 12px;
    top: 16px;
    color: #6c757d;
    font-size: 1rem;
}

.edit-action-buttons {
    /* background: white; */
    /* padding: 1rem; */
    /* border-top: 1px solid #e9ecef; */
    margin-bottom: 2rem;
}
.gj-button {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.btn-modern {
    border-radius: 5px;
    padding: 0.5rem 1rem !important;
    font-weight: 600;
    font-size: 13px;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 36px;
}

.btn-save {
    background: var(--primary-color) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(79, 172, 254, 0.3);
    padding-bottom: 2px;
}

.btn-save:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 172, 254, 0.4);
    color: #000;
    border: 1px solid var(--primary-color) !important;
}

.btn-cancel {
    background: #fff;
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
    border: 1px solid var(--primary-color) !important;
}

.btn-cancel:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 117, 125, 0.4);
    color: white;
}

.floating-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
    background: transparent;
    padding: 0 0.2rem;
}

.form-control-modern:focus ~ .floating-label,
.form-control-modern:not(:placeholder-shown) ~ .floating-label {
    top: -8px;
    left: 2.3rem;
    font-size: 0.75rem;
    color: var(--primary-color);
    background: white;
    font-weight: 600;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

.hces-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* 17-09-2025 sectin start */

.icon-btn {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border: unset;
    margin: 0px 4px;
    padding: 0px 15px;
}

.filter-container {
    /* max-width: 800px;
    margin: 50px auto; */
    /* background: white; */
    /* border-radius: 12px; */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    margin-top: 3px;
}

.filter-body {
    display: flex;
    height: 83vh;
}

.filter-sidebar {
    width: 120px;
    background: #f8f9fa;
    border-right: 1px solid #e9ecef;
}

.filter-option {
    padding: 11px 12px;
    cursor: pointer;
    border-bottom: 1px solid #e9ecef;
    font-weight: 500;
    color: #495057;
    transition: all 0.2s ease;
    font-size: 13px;
}

.filter-option:hover {
    background: #e9ecef;
}

.filter-option.active {
    background: var(--primary-color) !important;
    color: white;
}

.filter-content {
    flex: 1;
    padding: 10px;
}

.search-box {
    position: relative;
    margin-bottom: 10px;
}

.search-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.2s ease;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary-color) !important;
}

.checkbox-list {
    max-height: 300px;
    overflow-y: auto;
}

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
}

.checkbox-item:last-child {
    border-bottom: none;
}

.checkbox-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    accent-color: var(--primary-color) !important;
}

.checkbox-item label {
    font-size: 16px;
    color: #495057;
    cursor: pointer;
    margin: 0;
}

.filter-actions {
    padding: 20px 25px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 15px;
}

.btn-clear {
    flex: 1;
    padding: 12px;
    border: 2px solid #6c757d;
    background: white;
    color: #6c757d;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-clear:hover {
    background: var(--primary-color) !important;
    color: white;
}

.btn-apply {
    flex: 1;
    padding: 12px;
    border: none;
    background: var(--primary-color) !important;
    color: white;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-apply:hover {
    background: var(--secondary-color);
}

.input-field {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.input-field:focus {
    outline: none;
    border-color: var(--primary-color) !important;
}

.select-field {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 15px;
    background: white;
}

.select-field:focus {
    outline: none;
    border-color: var(--primary-color) !important;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

.card-item.long-pressing {
    transform: scale(0.98);
    background: #e8f4fd;
}

.card-item.selected {
    border: 2px solid var(--primary-color) !important;
    border: 2px solid #007960;
    background: #00796030;
}

/* Checkbox for selection mode */
.checkbox-container {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.selection-mode .checkbox-container {
    opacity: 1;
}

.selection-mode .card-content {
    margin-left: 35px;
}

.custom-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-checkbox.checked {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white;
}

.card-content {
    transition: margin-left 0.3s ease;
}

/* Action Menu */
.action-menu {
    position: fixed;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%) translateY(150px);
    background: white;
    border-radius: 25px;
    padding: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);

    z-index: 1002;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 100%;
    height: 10rem;
    padding-top: 1rem;
}
.long-press-tabs {
    display: flex;
    justify-content: space-around;
    gap: 0;
}

.action-menu.show {
    transform: translateX(-50%) translateY(0);
}

.action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.2s ease;
    min-width: 70px;
}

.action-item:hover {
    background: #f8f9fa;
}

.action-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.action-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    font-size: 1.2rem;
}

.action-select .action-icon {
    background: #e8f5e8;
    color: #28a745;
}
.action-edit .action-icon {
    background: #fff3cd;
    color: #ffc107;
}
.action-delete .action-icon {
    background: #f8d7da;
    color: #dc3545;
}
.action-customer .action-icon {
    background: #cce5ff;
    color: var(--primary-color);
}

.action-label {
    font-size: 0.7rem;
    color: #666;
    font-weight: 500;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.overlay.show {
    opacity: 1;
    pointer-events: all;
}

/* Selection Header */
.selection-header {
    display: none;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    padding: 15px 8px;
    background: var(--primary-color) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
    justify-content: space-between;
}

.selection-header.active {
    display: flex;
}

.back-btn {
    background: none;
    border: none;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
}

.selection-count {
    flex: 1;
    font-weight: 600;
    color: #fff;
}

.toast {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.toast.show {
    opacity: 1;
}

.header {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}

.header h1 {
    font-weight: 600;
    font-size: 1.8rem;
}

.header p {
    color: #666;
    margin-top: 5px;
}

.list-header {
    display: flex;
    align-items: center;
    gap: 15px;
    /* margin-top: 10px; */
    padding: 15px 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: var(--primary-color);
    justify-content: space-between;
}
.list-header .back-btn {
    color: var(--primary-color);
}

.card-sec {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    margin: 11px 7px;
    padding: 10px 12px;
    border-radius: 12px;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.info-label {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    margin-top: 10px;
}
.slct-box select {
    width: 100%;
}

.header-dropdown li {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding-bottom: 2px;
}
.header-btn {
    border: 1px solid var(--primary-color) !important;
    background: unset;
    color: var(--primary-color);
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 2px;
}

.notification-txt {
    font-size: 12px;
    color: red;
    letter-spacing: 0.3px;
}
.offcanvas-fullscreen {
    width: 100% !important;
}

.inf-value {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 6px 0 3px 0 !important;
    letter-spacing: 0.3px;
    text-align: justify;
}

.info-remarks {
    font-size: 13px;
    color: #888;
    letter-spacing: 0.3px;
    text-align: justify;
}

.info-remarks strong {
    color: #333;
}

.calendar-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.calendar-header {
    background: linear-gradient(135deg, #2db99d 0%, #165145 100%);
    color: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.month-year {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 31px;
    padding-bottom: 8px;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.calendar-grid {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.day-header {
    background: #007960db;
    padding: 15px 5px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 0.85rem;
    border-bottom: 1px solid #dee2e6;
}

.date-cell {
    min-height: 80px;
    border: 1px solid #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 5px;
    min-height: 4.5rem;
}

.date-cell:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.date-number {
    font-size: 1rem;
    padding-left: 4px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #495057;
}

.count-primary {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #5cb85c !important;
    padding: 2px 6px;
    display: flex;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.count-secondary {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #f54f1b !important;
    padding: 2px 6px;
    display: flex;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.other-month {
    opacity: 0.3;
    background: #f8f9fa;
}

.today-cal {
    background: #007960 !important;
    color: white;
}

.today-cal .date-number {
    color: white;
}

.today .date-number {
    color: white;
}

.calendar-value {
    position: absolute;
    display: flex;
    bottom: 4px;
    gap: 2px;
    left: 2px;
}

/* search */

.search-container {
    position: sticky;
    top: 52px;
    background: white;
    z-index: 100;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.recent-users-container {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    background: #0079604f;
    padding-top: 10px;
}

.recent-user-card {
    /* min-width: 120px; */
    max-width: 15rem;
    cursor: pointer;
    background: #ffffff5e;
    padding: 4px 6px;
    border-radius: 4px;
    transition: transform 0.2s;
    place-content: center;
}
.recent-user-card p:first-child {
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.3px !important;
    line-height: 13px;
    padding-bottom: 5px;
}

.recent-user-card p:nth-child(2) {
    font-size: 12px !important;
    line-height: 10px !important;
    letter-spacing: 0.3px;
    padding-bottom: 7px;
}

.recent-user-card:hover {
    transform: translateY(-2px);
}

.recent-users-scroll {
    overflow-x: auto;
    scrollbar-width: none;
}

.recent-users-scroll::-webkit-scrollbar {
    height: 4px;
}

.recent-users-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.recent-users-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.user-list-item {
    cursor: pointer;
    transition: background-color 0.2s;
    border-left: 4px solid var(--primary-color) !important;
    background: #fff;
    margin: 0;
    margin-bottom: 12px;
    border-radius: 15px 7px 7px 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 15px 0px;
    padding-right: 5px;
}

.user-list-item:hover {
    background-color: #f8f9fa;
    border-left-color: var(--primary-color) !important;
}
/* 
.back-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 200;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
} */

.search-input {
    border-radius: 5px;
    padding: 12px 20px;
    border: 2px solid #e9ecef;
    transition: border-color 0.2s;
}

.search-input:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.section-title {
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}
.search-btns {
    background: var(--primary-color) !important;
    color: #fff;
}

.main-container {
    padding: 20px 0;
}

.back-btn {
    /* background: rgba(255, 255, 255, 0.2); */
    border: none;
    color: white;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.back-btn:hover {
    /* background: rgba(255, 255, 255, 0.3); */
    color: #000;
    transform: translateY(-2px);
}

.date-card {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.traning-entry {
    margin-top: 1rem;
    padding: 0px 10px;
}

.content-card {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    /* padding: 11px 7px; */
}

.cal-card-body {
    padding: 7px 4px !important;
}

.cal-card-header {
    background: var(--primary-color) !important;
    border-bottom: 2px solid #f0f0f0;
    color: #fff;
    padding: 0 !important;

    border-radius: 2px 2px 12px 12px !important;
}

.cal-card-title {
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-align: start;
    padding-left: 10px !important;
    font-size: 17px;
    letter-spacing: 0.3px;
    padding: 12px 0px;
}
.list-group-item {
    padding: 7px 3px;
}
.traning-list p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date-input {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.date-input:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.spot-btn {
    background: var(--primary-color) !important;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 2px;
    font-size: 14px;
    padding: 8px 0px;
    margin-top: 0;
}

.spot-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 184, 148, 0.3);
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
    transition: all 0.3s ease;
}

.list-group-item:hover {
    background: #f8f9ff;
}

.list-group-item:last-child {
    border-bottom: none;
}
.cal-choose input {
    width: 12rem !important;
}
.cal-choose {
    display: flex;
    gap: 3px;
    align-items: center;
}

.edit-btn {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
    font-size: 10px;
    transition: all 0.3s ease;
    padding: 2px 6px;
    place-content: center;
    border-radius: 5px;
}
.btn-clr {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 4px;
}

.progress-btn {
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    width: 7rem;
    font-size: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    border: unset;
    color: var(--primary-color);
    border-radius: 2px;
    padding: 4px 6px;
    margin-left: 8px;
    margin-right: 5px;
}

.empty-state {
    text-align: center;
    padding: 3rem 2rem;
    color: #6c757d;
}

.empty-state i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.date-secion {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 7px;
    margin-bottom: 1rem;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;

    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
}
.tran-btn {
    font-size: 12px;
}

.hces-accordion {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    background: #d1cccc54;
}

.hces-accordion-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
}

.hces-accordion-item:last-child {
    border-bottom: none;
    border-radius: 0 0 10px 10px;
}

.hces-accordion-button {
    background-color: #fff;
    border: 1px solid var(--primary-color) !important;
    font-weight: 600;
    color: var(--primary-color);
    padding: 12px 15px;
    border-radius: 5px;
    /* margin-bottom: 16px; */
}

.hces-accordion-button:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}

.hces-accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: #f8f9fa;
}

.hces-accordion-body {
    background-color: #fff;
    padding: 12px 4px;
    padding-bottom: 20px;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 12px 12px;
    padding-left: 12px;
}

.hces-info-row {
    margin-bottom: 12px;
    /* padding-bottom: 12px; */
    /* border-bottom: 1px solid #f0f0f0; */
}

.hces-label {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hces-value {
    color: #000;
    opacity: 0.7;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.hces-parameters-table {
    width: 100%;
    margin-top: 15px;
}

.hces-parameters-table th {
    background-color: var(--primary-color) !important;
    font-weight: 600;
    color: #fff;
    padding: 11px 8px;
    border-bottom: 2px solid #dee2e6;
    place-content: center;
    line-height: 14px;
    font-size: 13px;
    border-right: 1px solid #999;
}

.hces-parameters-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #dee2e6;
    place-content: center;
}

.hces-ledger td {
    padding: 8px !important;
}
.aff-no {
    font-size: 12px;
    line-height: 15px;
}
.arrow-btn {
    background: #fff;
    border: 1px solid var(--primary-color) !important;
    color: #000;
    padding: 5px 9px;
    border-radius: 5px;
}
.date-container span {
    font-size: 17px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.3px;
}
.date-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #0079604f;
    padding: 11px 5px;
    border-radius: 7px;
    margin-bottom: 14px;
    margin-top: 10px;
}
.Table-heading {
    font-size: 17px;
    text-align: center;
    color: var(--primary-color);
    letter-spacing: 0.3px;
}
.hces-parameter-name {
    font-weight: 500;
    color: #000 !important;
    opacity: 0.8;
    font-size: 13px;
}
.p-name {
    font-size: 12px !important;
}
.hces-parameter-name a {
    color: #000 !important;
}

.hces-parameter-value {
    text-align: right;
    font-weight: 500;
    font-size: 13px;
}
.p-value {
    font-size: 12px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #00796021;
}

.hces-address-column {
    background-color: #f8f9fa;
    /* padding: 15px; */
    border-radius: 8px;
}

.hces-company-info {
    /* background-color: #e3f2fd;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px; */
}
.bg-blue {
    background-color: #11a3b5 !important;
    color: #fff;
}

.hces-heading-name {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 15px !important;
}

.map-location {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 19px 0px;
}
.map-location iframe {
    width: 95%;
}

.icon-btnss {
    background: #fff;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color);
    font-size: 16px;
    padding: 3px 3px;
    border-radius: 2px;
}

.home-dot {
    height: 10px;
    width: 10px;
    background: #e27b1e;
    position: absolute;
    top: 10px;
    right: 5px;
    border-radius: 50%;
}

.datepicker-switch {
    font-weight: 500;
    padding: 9px 2px;
    background: #0079604a;
}
.day {
    padding: 3px 11px;
    font-weight: 400;
}

.datepicker table tr td.active {
    background: var(--primary-color) !important ;
    color: #fff !important;
}

.today {
    background: #fff !important;
    color: var(--primary-color) !important ;
    /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4) !important; */
    /* border: 1px solid var(--primary-color) !important !important; */
    position: relative;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background-color: var(--primary-color) !important ;
    background: var(--primary-color) !important ;
    color: #fff;
}

span.year.active.focused {
    background-color: var(--primary-color) !important ;
}

.today::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 3px;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid var(--primary-color) !important;
    transform: rotate(91deg);
    /* transform-origin: bottom right; */
}

.dow {
    color: #000;
    font-weight: 700;
    padding: 6px 2px;
}

span.year.active {
    background: var(--primary-color) !important ;
}

span.month.active {
    background: var(--primary-color) !important ;
}

.error-msg {
    font-size: 0.875rem;
    margin-top: 3px;
    display: block;
}

/* 14-10-2025 start */

.modal-header {
    background: var(--primary-color) !important;
}
.action-menu {
    bottom: -28px !important;
    border-radius: 25px 25px 0px 0px;
    height: 11rem;
}

.action-menu.show {
    transform: translateX(-50%) translateY(0);
    bottom: -14px !important;
}

/* 14-10-2025 end */


/* 29-10-2025 section design issue */

.add-map-locations {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1.5rem 0px;
}

.add-map-locations iframe {
    width: 100%;
}

.tabs__section .tabs-container ul {
    padding: 0px !important;
    margin: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.tabs__section .tabs-container ul li {
    justify-content: center;
}
.tabs__section .tabs-container ul li .nav-link {
    background: #f0f0f0;
    color: #666;
    letter-spacing: 0.3px;
    border-radius: 16px;
    padding: 5px 14px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    font-weight: 500;
    min-width: fit-content;
}

.tabs__section .tabs-container ul li .nav-link.active {
    background: var(--primary-color);
    color: #fff;
    letter-spacing: 0.3px;
    border-radius: 16px;
    padding: 5px 14px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    font-weight: 500;
    min-width: fit-content;
}

.modal-header h5{
    color: #fff !important;
}

.modal-header .bootbox-close-button{
    background: unset;
  border: unset;
  color: #fff;

}

/* Responsive */
@media (max-width: 480px) {
    .acc-container-fluid {
        max-width: 100%;
    }

    .profile-avatar {
        /* width: 90px; */
        /* height: 90px; */
        font-size: 36px;
    }

    .acc-menu-item {
        padding: 10px 18px;
    }

    .date-number {
        font-size: 1rem;
    }

    .month-year {
        font-size: 1rem;
    }
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .main-container {
        padding: 15px 10px;
    }

    .login-card {
        padding: 45px 15px;
        border-radius: 20px;
    }

    .logo-circle {
        width: 80px;
        height: 80px;
    }

    .logo-circle i {
        font-size: 35px;
    }

    .app-title {
        font-size: 20px;
    }

    .app-subtitle {
        font-size: 14px;
    }

    .welcome-text h2 {
        font-size: 22px;
    }

    .form-floating > .form-control {
        height: 55px;
        font-size: 16px;
    }

    .btn-login {
        height: 55px;
        font-size: 16px;
    }

    .form-container {
        padding: 0.5rem;
    }

    .card-body,
    .address-body {
        padding: 1rem;
    }

    .editaction-buttons {
        padding: 0.8rem;
    }

    .btn-modern {
        margin-bottom: 0.5rem;
    }

    .radio-group {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media only screen and (max-width: 480px) {
    /* Home Page */
    .home-phone-container {
        max-width: 100%;
    }

    .menu-item {
        padding: 25px 0px;
    }

    .menu-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

@media (max-height: 700px) {
    .main-container {
        padding: 10px;
    }

    .header-section {
        margin-bottom: 20px;
    }

    .logo-circle {
        width: 70px;
        height: 70px;
    }

    .logo-circle i {
        font-size: 30px;
    }

    .login-card {
        padding: 30px 25px;
    }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}

@media (prefers-color-scheme: dark) {
    body {
        background: #000 !important;
        color: #fff !important;
    }
    input {
        background: #2b2929d1 !important;
        color: #fff !important;
        border: 1px solid #797676;
    }

    input::placeholder {
        color: #fff !important;
    }

    .header-sec,
    .home-main-content,
    .menu-icon,
    /* .footer-nav, */
    .offcanvas-body,
    .btn-cancel,
    .filter-sidebar,
    .input-field,
    .search-input,
    .recent-users-container,
    .other-month,
    .calendar-grid .row,
    .date-secion,
    .modal-content,
    .dropdown-menu.dropdown-menu-end.show,
    .action-menu,
    .hces-accordion-button,
    .hces-accordion,
    .accordion-collapse,
    .arrow-btn {
        background: #000 !important;
    }

    .page-name,
    .user-deails h3,
    .user-deails p,
    .icon i,
    .offcanvas-header,
    .sub-header,
    .inf-search-bar input,
    .inf-search-bar input::placeholder,
    .first-tag,
    .detail-value,
    .form-control-modern,
    .form-select-modern,
    .date-input,
    .form-textarea,
    /* .info-label, */
    .btn-cancel,
    .details-header,
    .filter-option,
    .input-field,
    .search-input,
    .textarea-wrapper textarea::placeholder,
    .input-group input::placeholder,
    .search-bar input::placeholder,
    .traning-list p,
    .date-number,
    .btn-close,
    .dropdown-item,
    .action-label,
    .radio-item,
    .info-remarks strong,
    .hces-value,
    .accordion-body.hces-accordion-body,
    .hces-parameters-table td,
    .hces-parameter-name,
    .arrow-btn,.date-container span,
    .Table-heading,.hces-parameter-name a,.list-header,.wrkcompt {
        color: #fff !important;
        opacity: 1;
    }
    .card-item,
    .inf-search-bar input,
    .list-header,
    .card-sec,
    .search-container,
    .user-list-item,
    .list-group-item,
    .card,
    .edit-btn,
    .progress-btn,
    .date-cell,
    .card-header,
    .card-body,
    .hces-accordion-body,
    .footer-nav,
    .main-content,
    .address-card,
    .address-body,
    .form-card {
        background: #242121 !important;
    }
    .third-tag,
    .second-tag,
    .search-value p:nth-child(3),
    .search-value p:nth-child(5),
    .search-value p:nth-child(4),
    .recent-user-card p:nth-child(2),
    .info-remarks,
    .inf-value {
        color: #fff !important;
        opacity: 0.8;
    }
    .card-item,
    .inf-search-bar input,
    .form-control-modern,
    .form-select-modern,
    .date-input,
    .form-textarea,
    .input-field,
    .search-input,
    .user-list-item,
    .date-cell,
    .other-,
    .radio-item {
        border: 1px solid #797676;
    }

    .b,
    .form-control-modern,
    .form-select-modern,
    .date-input,
    .form-textarea,
    .radio-item {
        background: #3c3c3c !important;
    }

    .footer-nav {
        border-top: 1px solid #000 !important;
    }

    .cal-card-header,
    .hces-accordion-item {
        border-bottom: 1px solid #000 !important;
    }
    .btn-save,
    .btn-cancel {
        box-shadow: unset !important;
    }
    .day-header {
        border-bottom: 1px solid #797676;
    }
    .hces-address-column {
        background: unset !important;
    }
    .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-bg-type: unset !important;
    }
    .table-striped > tbody > tr:nth-of-type(odd) > * {
        background: #5e5c5c !important;
    }
    .table > :not(caption) > * > * {
        background: #464343 !important;
    }
    .hces-parameters-table td {
        border-right: 1px solid #797676 !important;
    }
    .col-sectionzz {
        background: #2b2929d1 !important;
        border-radius: 10px;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .hces-parameters-table th {
        background: var(--primary-color) !important;
    }
    /* .form-floating.has-icon label {
        display: none !important;
    } */
}
