* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

:root {
    --theme-pink: #DB4082;
    --theme-pink-dark: #b72c68;
    --theme-orange: #FAAD50;
    --bg-pink-light: #DB408208;
    --bg-smoke-white: #FAF8FF;
    --bg-gradient-pink: linear-gradient(180deg, rgba(219, 64, 130, 0.5) 0%, #DB4082 100%);
    --bg-gradient-pink-light: linear-gradient(180deg, rgba(219, 64, 130, 0) 0%, rgba(219, 64, 130, 0.2) 100%);
    --bg-doughnut-yellow: #C8AF14;
    --bg-doughnut-purple: #9D5ADB;
    --text-primary: #232323;
    --text-secondary: #0C0C0C;
    --text-red: #E70000;
    --text-para: #848FAA;
    --border-color: #EEEDF7;
}

body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

.para {
    color: var(--text-para);
}

main {
    background-color: var(--bg-smoke-white);
}

.dataTable tbody td {
    font-family: Roboto Mono;
}

//font-family: Roboto Condensed;
/* ===================================== */
/* Login screen Start */
/* ===================================== */
.login-section {
    background: var(--bg-smoke-white);
    min-height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-12.d-flex.align-items-center.justify-content-between.mt-3 {
    background: #FAF8FF;
    padding: 0px 20px;
    border-radius: 20px;
    border: 1px solid #0000002b;
}

.full-height {
    height: -webkit-fill-available;
}

.login-content-wrapper {
    border: 1px solid var(--border-color);
    background: #DB408208;
    border-radius: 25px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-content-wrapper-inner {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.logo-wrapper {
    max-width: 250px;
    display: block;
        margin: 57px auto;
}

.main-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    color: var(--text-primary);
}

.para {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
        width: 100%;
    color: var(--text-para);
}


.form-control {
    background: #FFFFFF;
    border: 1px solid #55555533;
    border-radius: 10px;
    padding: 13.70px 15px;
    font-weight: 400;
    font-size: 14px;
    color: var(--text-primary);
}

.form-control::placeholder {
    color: #55555599;
    opacity: 1;
}

.form-control:focus {
    border-color: var(--theme-orange);
    box-shadow: none;
}

.form-text {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: var(--text-red);
}

.btn-primary {
    background: var(--theme-pink);
    border: 1px solid var(--theme-pink);
    border-radius: 10px;
    padding: 12.2px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
}

.btn-primary:hover {
    background: var(--theme-pink-dark);
    border-color: var(--theme-pink-dark);
}

.login-vector {
    max-width: 490px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.para .form-text {
    color: var(--theme-pink);
}

#errorMessage {
    font-size: 16px;
}

/* New pass */

.validation-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.validation-list li {
    font-size: 14px;
    margin: 6px 0;
    display: flex;
    align-items: center;
    gap: 6px;
        justify-content: center;
}

.validation-list svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.validation-list .neutral {
    color: #848FAA;
    /* default gray */
}

.validation-list .invalid {
    color: red;
}

.validation-list .valid {
    color: green;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

/* ===================================== */
/* Login screen End */
/* ===================================== */


/* ===================================== */
/* Dashboard start */
/* ===================================== */
.navbar {
    background: #FFFFFF;
    border-bottom: 1px solid #EEEDF6;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 24px 27px;
}

.dashboard-logo {
    max-width: 190px;
    display: block;
    height: auto;
}

.buss-name {
    font-size: 20px;
    line-height: normal;
}

.nav-btns {
    background: #FFFFFF;
    border: 1px solid #EEEDF6;
    border-radius: 10px;
    padding: 7px 15px;
    color: #000000CC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.logout-icon {
    background: #FFFFFF;
    border: 1px solid #EEEDF6;
    border-radius: 10px;
    padding: 10px;
    color: #000000CC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}


.date-navigation {
    background: #FFFFFF;
    border: 1px solid #EEEDF6;
    box-shadow: 0px 4px 12px 0px #00000008;
    border-radius: 15px;
    padding: 16px;
    margin: 12px 0px;
}

.date-wrapper,
.date-nav {
    border: 1px solid #EEEDF6;
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-nav img {
    opacity: 0.6;
    height: 14px;
    transition: .3s all ease-in-out;
}

.date-nav:hover {
    background-color: lightgray;
}

.date-nav:hover img {
    opacity: 1;
}

.calender-icon1 {
    background: var(--theme-pink);
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 5px;
}

.calender-icon {
    background: var(--theme-pink);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 5px;
}

.date-wrapper span {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 14px;
}

.total-hours {
    border: 1px solid #EEEDF6;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #00000099;
}

.total-hours-value {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding-left: 5px;
}

.chart-container {
    background-color: #FFF;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin-bottom: 12px;
    padding: 26px;
    justify-content: center;
    display: flex;
}

.chart-container-inner {
    position: relative;
    width: 100%;
    height: 500px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.legend-color {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin-right: 10px;
}

.legend-label,
.legend-value {
    font-size: 20px;
    font-weight: 500;
}

.second-heading {
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 23px;
}

.package-item {
    background: var(--bg-gradient-pink-light);
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 15px;
}

.package-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 42px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}

.package-time {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.8);
}

.package-price {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: var(--theme-pink);
}

/* ===================================== */
/* Dashboard End */
/* ===================================== */


/* ===================================== */
/* Responsive start */
/* ===================================== */

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .dashboard-logo {
        max-width: 180px;
    }

    .package-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .legend-label,
    .legend-value {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .buss-name {
        font-size: 16px;
        text-align: center !important;
    }

    .d-flex.align-items-center.justify-content-md-between.text-center.gap-md-2.gap-1.flex-md-nowrap.flex-wrap.col-lg-auto.col-12 {
        justify-content: center;
    }



    .nav-btns {
        padding: 7px 10px;
        font-size: 12px;
    }

    .navbar {
        padding: 24px 10px;
    }

    .date-wrapper span {
        font-size: 12px;
    }

    .total-hours-value {
        font-size: 14px;
    }

    .date-nav img {
        height: 10px;
    }

    .package-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 575.98px) {
    .login-section {
        padding: 20px;
    }

    .login-content-wrapper {
        padding: 30px;
    }

    .logo-wrapper {
        max-width: 180px;
           margin: 57px auto;
    }

    .main-heading {
        font-size: 28px;
    }

    .form-text,
    .btn-primary {
        font-size: 14px;
    }

    .login-vector {
        max-width: 80%;
    }

    .navbar {
        padding: 15px 0px;
    }

    .calender-icon {
        width: 22px;
        height: 22px;
    }

    .calender-icon img {
        width: 12px;
        height: auto;
    }

    .total-hours {
        font-size: 12px;
    }

    .package-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .chart-container {
        padding: 12px;
    }

    .chart-container-inner {
        height: 400px;
    }

    .donut-chart-row {
        height: 100%;
    }

    .legend-label,
    .legend-value {
        font-size: 16px;
    }

    .dashboard-logo {
        max-width: 150px;
    }

    .date-wrapper {
        flex-direction: column;
        width: 80%;
    }

    .second-heading {
        font-size: 24px;
    }

    .package-title,
    .package-price {
        font-size: 18px;
    }

    .package-time {
        font-size: 14px;
    }

    #errorMessage {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .login-section {
        padding: 15px;
    }

    .legend-label,
    .legend-value {
        font-size: 14px;
    }

    .legend-color {
        width: 12px;
        height: 12px;
    }

    .para {
        font-size: 12px;
        line-height: normal;
    }

    .logo-wrapper {
        max-width: 150px;
    }

    .login-content-wrapper {
        padding: 20px;
    }

    .main-heading {
        font-size: 24px;
    }
}

/* ===================================== */
/* Responsive End */
/* ===================================== */
