    .basic-profile-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999
    }

    .modal-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7)
    }

    .profile .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 0;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        width: 90%;
        max-width: 500px;
        max-height: 90vh;
        overflow-y: auto
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px;
        border-bottom: 1px solid #eee
    }

    .modal-header h3 {
        margin: 0;
        color: #2c3e50;
        font-size: 24px
    }

    .close-modal {
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
        color: #7f8c8d;
        line-height: 1
    }

    .close-modal:hover {
        color: #e74c3c
    }

    .modal-body {
        padding: 30px
    }

    .form-group {
        margin-bottom: 20px
    }

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
        color: #2c3e50;
        font-size: 14px
    }

    .form-group input {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 14px
    }

    .form-group input:focus {
        border-color: #3498db;
        outline: none
    }

    .success-message {
        background: #d4edda;
        color: #155724;
        padding: 12px;
        border-radius: 4px;
        margin-top: 20px;
        text-align: center;
        border: 1px solid #c3e6cb
    }

    .form-submit {
        display: flex;
        gap: 10px;
        margin-top: 25px
    }

    .form-submit input[type=submit] {
        flex: 1;
        padding: 12px;
        background: #3498db;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold
    }

    .form-submit input[type=submit]:hover {
        background: #2980b9
    }

    .cancel-btn {
        flex: 1;
        background: #95a5a6;
        color: white;
        border: none;
        padding: 12px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px
    }

    .cancel-btn:hover {
        background: #7f8c8d
    }

    #day-evaluation-modal .modal-content {
        background: linear-gradient(180deg, #1a1b3a 0%, #2b2353 100%);
        color: #fff;
        border-radius: 20px;
        padding: 30px;
    }

    #day-evaluation-modal .modal-header h3 {
        color: #ffca3a;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    #day-evaluation-modal label {
        font-weight: 500;
        color: #fff;
    }

    #day-evaluation-modal input[type="text"] {
        border: 1px solid #00bcd4;
        background: transparent;
        color: #fff;
        border-radius: 8px;
        padding: 10px;
        width: 100%;
    }

    #day-evaluation-modal input[type="checkbox"],
    #day-evaluation-modal input[type="radio"] {
        accent-color: #00bcd4;
        margin-right: 6px;
    }

    #day-evaluation-modal .form-submit input[type="submit"] {
        background: #00bcd4;
        border-radius: 8px;
    }

    #day-evaluation-modal .form-submit input[type="submit"]:hover {
        background: #0198a5;
    }

    form#dayEvaluationForm .form-group .checkbox-group.current-status label {
        display: flex;
        flex-direction: row;
    }

    form#dayEvaluationForm .form-group .checkbox-group.current-status input {
        width: 12px;
    }

    form#dayEvaluationForm .form-group .checkbox-group.current-status label {
        gap: 30px;
    }

    form#dayEvaluationForm .form-group .checkbox-group.current-status label span {
        min-width: 250px;
    }

    form#dayEvaluationForm .form-group .radio-group label span {
        min-width: 20px;
    }

    form#dayEvaluationForm .form-group .radio-group label input {
        width: 15px;
    }

    form#dayEvaluationForm .form-group .radio-group label {
        display: flex;
    }

    form#dayEvaluationForm .form-group .radio-group {
        display: flex;
        gap: 50px;
    }

    #ProfileMain .header_content .img_head img {
        max-width: 100px;
    }

    #ProfileMain .header_content .img_head {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    #ProfileMain .header_content .img_head h1 {
        color: #000;
    }

    #ProfileMain .header_content .subheading {
        display: flex;
        justify-content: center;
    }

    #ProfileMain .card_body {
        background-color: #1C58B4;
        max-width: 210px;
        border-radius: 20px;
    }

    #ProfileMain .card_body ul li a {
        gap: 20px;
        display: flex;
        color: #ffffff;
    }

    /* .logout-link {
        color: #ff6b6b !important;
    }

    .logout-link:hover {
        color: #ff5252 !important;
        background-color: rgba(255, 107, 107, 0.1);
    } */

    #tickets-modal .modal-content {
        background: linear-gradient(180deg, #1a1b3a 0%, #2b2353 100%);
        color: #fff;
        border-radius: 20px;
        padding: 30px;
    }

    #tickets-modal .modal-header h3 {
        color: #ffca3a;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    #tickets-modal label {
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
    }

    #tickets-modal textarea {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #00bcd4;
        background: transparent;
        color: #fff;
        border-radius: 8px;
        box-sizing: border-box;
        font-size: 14px;
        resize: vertical;
        font-family: inherit;
    }

    #tickets-modal textarea:focus {
        border-color: #ffca3a;
        outline: none;
    }

    #tickets-modal .char-count {
        text-align: right;
        font-size: 12px;
        color: #ccc;
        margin-top: 5px;
    }

    #tickets-modal .form-submit input[type="submit"] {
        background: #00bcd4;
        border-radius: 8px;
        font-weight: bold;
    }

    #tickets-modal .form-submit input[type="submit"]:hover {
        background: #0198a5;
    }

    .day-evaluation-content .modal-content {
        max-width: 700px;
        max-height: 85vh;
        overflow-y: auto;
    }

    .section {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .section:last-of-type {
        border-bottom: none;
    }

    .basic-profile-modal .section-title {
        color: #ffca3a;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .profile .section-subtitle {
        color: #b0b0b0;
        font-size: 12px;
        margin-bottom: 20px;
        font-style: italic;
    }

    .rating-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .rating-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
    }

    .rating-item label {
        flex: 1;
        margin-bottom: 0;
        font-size: 14px;
        color: #fff;
    }

    .rating-stars {
        display: flex;
        gap: 5px;
    }

    .rating-stars .star {
        width: 30px;
        height: 30px;
        border: 2px solid #00bcd4;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #00bcd4;
        transition: all 0.3s ease;
    }

    .rating-stars .star:hover {
        background-color: rgba(0, 188, 212, 0.2);
    }

    .rating-stars .star.active {
        background-color: #00bcd4;
        color: #1a1b3a;
    }

    .checkbox-group,
    .radio-group {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .checkbox-group label,
    .radio-group label {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 0;
        cursor: pointer;
    }

    .checkbox-group input[type="checkbox"],
    .radio-group input[type="radio"] {
        width: 16px;
        height: 16px;
        margin: 0;
    }

    .success-note {
        background: rgba(255, 202, 58, 0.1);
        border: 1px solid #ffca3a;
        border-radius: 8px;
        padding: 15px;
        margin: 20px 0;
        text-align: center;
    }

    .success-note p {
        margin: 0;
        color: #ffca3a;
        font-style: italic;
        font-size: 14px;
    }

    .login-container {
        max-width: 500px;
        margin: 50px auto;
        padding: 20px;
        font-family: Arial, sans-serif;
    }

    .login-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .login-header h1 {
        color: #2c3e50;
        margin-bottom: 5px;
        font-size: 24px;
    }

    .login-header p {
        color: #7f8c8d;
        font-size: 14px;
    }

    .auth-tabs {
        display: flex;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .tab-button {
        flex: 1;
        padding: 12px;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        color: #7f8c8d;
        border-bottom: 2px solid transparent;
    }

    .tab-button.active {
        color: #3498db;
        border-bottom-color: #3498db;
    }

    .tab-content {
        display: none;
    }

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

    .login-form-wrapper {
        background: #fff;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 2px 20px rgb(1 216 209);
    }

    .login-form-wrapper h2 {
        text-align: center;
        margin-bottom: 5px;
        color: #2c3e50;
    }

    .login-subtitle {
        text-align: center;
        color: #7f8c8d;
        margin-bottom: 25px;
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #2c3e50;
    }

    .form-group input {
        width: 100%;
        padding: 12px 8px;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-sizing: border-box;
        font-size: 15px;
    }

    .remember-me {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .remember-me input {
        width: auto;
        margin-right: 8px;
    }

    .form-submit input[type=submit] {
        width: 100%;
        padding: 12px;
        background: #3498db;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
    }

    .form-submit input[type=submit]:hover {
        background: #2980b9;
    }

    .login-error,
    .register-error {
        margin-top: 15px;
        padding: 10px;
        background: #ffeaa7;
        border: 1px solid #fdcb6e;
        border-radius: 4px;
        text-align: center;
        color: #e17055;
    }

    .register-success {
        margin-top: 15px;
        padding: 10px;
        background: #d4edda;
        border: 1px solid #c3e6cb;
        border-radius: 4px;
        text-align: center;
        color: #155724;
    }

    @media (max-width: 768px) {
        .rating-item {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }

        .rating-stars {
            align-self: flex-end;
        }

        .checkbox-group,
        .radio-group {
            flex-direction: column;
            gap: 10px;
        }
    }


/* Login/Register */
.login-form-wrapper {
    background: #0A1D3A;
    border: 4px solid #2B96B8;
}

.login-form-wrapper h2 {
    color: #ffffff;
}

.login-subtitle {
    color: #ffffff;
}

.form-group label {
    color: #ffffff;
}

.remember-me {
    color: #ffffff;
}

form .form-group input{
    background: #0C3B55;
}

form .form-group input{
    color: #ffffff;
}

form .form-group input:-webkit-autofill {
    background: #0C3B55 !important;
    -webkit-box-shadow: 0 0 0 1000px #0C3B55 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

.form-submit input[type=submit]{
    background: #3FD8D1;
    color: #150314;
}

form .form-group input::placeholder {
    color: #ffffff;
    opacity: 1;
}

.login-signup .container {
    display: flex;
    gap: 50px;
}

.login-signup .container .left_content {
    width: 45%;
}
.login-signup .container .left_content img{
    width: 100%;
}

.login-signup .container .login-container {
    width: 100%;
}

.login-signup .login-container .form-group .password-input{
    margin: 20px 0 0 0;
}