:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

/* WLSM Registration Form Sections */
.wlsm-registration-section {
    margin-bottom: 2rem !important;
    border: 1px solid #e1e5e9 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

/* Student dashboard cards */
.wlsm-student-summary .badge {
    font-weight: 500;
}

.wlsm-student-detail-grid .wlsm-detail-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
}

.wlsm-student-detail-grid .wlsm-detail-value {
    font-weight: 600;
    color: #1f2937;
}

.wlsm-dashboard-metrics li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.35rem;
}

.wlsm-dashboard-metrics li:last-child {
    margin-bottom: 0;
}

.wlsm-dashboard-notice-list>li+li {
    border-top: 1px solid #eef1f5;
    padding-top: 0.75rem;
}

.wlsm-dashboard-notice-list .wlsm-notice-title {
    font-weight: 600;
    color: inherit;
}

.wlsm-dashboard-notice-list .wlsm-notice-title:hover {
    color: #0d6efd;
}

.wlsm-transport-list li+li {
    margin-top: 0.35rem;
}

.wlsm-registration-section-header {
    background-color: #f8f9fa !important;
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid #e1e5e9 !important;
    text-align: center !important;
    margin: 0 !important;
}

.wlsm-registration-section-title {
    margin: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.wlsm-registration-section-content {
    padding: 1.5rem !important;
    margin: 0 !important;
    background-color: #ffffff !important;
}



/* Full Width Registration Form - Strongest Possible Overrides */
.wlsm.wlsm-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    display: block !important;
    position: relative !important;
}

.wlsm.wlsm-grid #wlsm-submit-registration-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    flex: none !important;
    float: none !important;
    display: block !important;
    position: relative !important;
    clear: both !important;
}

/* Override any theme/parent container constraints */
body .wlsm.wlsm-grid,
.site-content .wlsm.wlsm-grid,
.content-area .wlsm.wlsm-grid,
.main .wlsm.wlsm-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

/* Force consistent styling for all registration sections regardless of theme interference */
body .wlsm-registration-section,
.site-content .wlsm-registration-section,
.content-area .wlsm-registration-section,
.main .wlsm-registration-section {
    margin-bottom: 2rem !important;
    border: 1px solid #e1e5e9 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

body .wlsm-registration-section-header,
.site-content .wlsm-registration-section-header,
.content-area .wlsm-registration-section-header,
.main .wlsm-registration-section-header {
    background-color: #f8f9fa !important;
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid #e1e5e9 !important;
    text-align: center !important;
    margin: 0 !important;
}

body .wlsm-registration-section-content,
.site-content .wlsm-registration-section-content,
.content-area .wlsm-registration-section-content,
.main .wlsm-registration-section-content {
    padding: 1.5rem !important;
    margin: 0 !important;
    background-color: #ffffff !important;
}

/* Ensure form takes full available width */
#wlsm-submit-registration-section {
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
    display: block !important;
}

#wlsm-submit-registration-section .wlsm-registration-section {
    width: 100%;
    clear: both;
}

#wlsm-submit-registration-section .wlsm-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

#wlsm-submit-registration-section .wlsm-col-4,
#wlsm-submit-registration-section .wlsm-col-6,
#wlsm-submit-registration-section .wlsm-col-12 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#wlsm-submit-registration-section .wlsm-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#wlsm-submit-registration-section .wlsm-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

#wlsm-submit-registration-section .wlsm-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Hidden section styles - when a section has all fields hidden */
.wlsm-registration-section:has(.wlsm-form-group[style*="display: none"]:only-child),
.wlsm-registration-section:has(.wlsm-row > .wlsm-form-group[style*="display: none"]:only-child) {
    opacity: 0.6;
    background-color: #fafafa;
}

.wlsm-registration-section:has(.wlsm-form-group[style*="display: none"]:only-child) .wlsm-registration-section-header,
.wlsm-registration-section:has(.wlsm-row > .wlsm-form-group[style*="display: none"]:only-child) .wlsm-registration-section-header {
    background-color: #f0f0f0;
}

/* Form improvements with strong specificity */
.wlsm-registration-section .wlsm-form-group {
    margin-bottom: 1.25rem !important;
}

.wlsm-registration-section .wlsm-form-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
    box-sizing: border-box !important;
}

.wlsm-registration-section .wlsm-form-control:focus {
    border-color: #6c757d !important;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25) !important;
    outline: 0 !important;
}

/* Form check elements */
.wlsm-form-check {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.wlsm-form-check-input {
    margin-right: 0.5rem;
}

.wlsm-form-check-label {
    margin-bottom: 0;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .wlsm.wlsm-grid,
    body .wlsm.wlsm-grid,
    .site-content .wlsm.wlsm-grid,
    .content-area .wlsm.wlsm-grid,
    .main .wlsm.wlsm-grid {
        padding: 0 10px !important;
    }

    .wlsm-registration-section {
        margin-bottom: 1.5rem;
    }

    .wlsm-registration-section-header {
        padding: 0.75rem 1rem;
    }

    .wlsm-registration-section-content {
        padding: 1rem;
    }

    .wlsm-registration-section-title {
        font-size: 1rem;
    }

    #wlsm-submit-registration-section .wlsm-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    #wlsm-submit-registration-section .wlsm-col-4,
    #wlsm-submit-registration-section .wlsm-col-6,
    #wlsm-submit-registration-section .wlsm-col-12 {
        padding-left: 10px;
        padding-right: 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Clean up old form section styles and prevent conflicts */
.wlsm-form-section {
    margin-bottom: 1.5rem;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* Ensure Add Sibling button section doesn't interfere with registration sections */
#wlsm-submit-registration-section .wlsm-form-section {
    margin-bottom: 1.5rem !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Special handling for GDPR section at the end */
#wlsm-submit-registration-section .wlsm-form-section.wlsm-mt-2 {
    margin-top: 2rem !important;
    padding: 1rem !important;
    background: #f8f9fa !important;
    border: 1px solid #e1e5e9 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.wlsm-form-sub-heading {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    font-size: 1.1rem;
    color: #495057;
}

.wlsm-header-title {
    font-size: 1.5em;
}

.wlsm-text-secondary {
    color: #6c757d;
}

.wlsm-text-primary {
    color: var(--primary);
}

.wlsm-text-success {
    color: #28a745;
}

.wlsm-border-bottom {
    border-bottom: 1px solid #ccc;
}

.wlsm-border-top {
    border-top: 1px solid #ccc;
}

.wlsm-form-group {
    margin-bottom: 1em;
}

.wlsm-d-block {
    display: block !important;
}

.wlsm-d-i-block {
    display: inline-block !important;
}

#wlsm-save-class-btn {
    text-align: center;
    vertical-align: middle;
    background-color: #444;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

.wlsm-form-control-select {
    padding: .375em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.wlsm-form-control {
    height: calc(1.5em + .75em + 2px);
    padding: .375em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wlsm-form-label {
    display: inline-block;
    margin-right: .5em;
}

.wlsm-error-message {
    color: #dc3545;
    padding: .5em 1em;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.wlsm-font-extra-large {
    font-size: 1.4em;
}

.wlsm-font-large {
    font-size: 1.2em;
}

.wlsm-font-medium {
    font-size: 1em;
}

.wlsm-font-small-medium {
    font-size: .85em;
}

.wlsm-font-small {
    font-size: .8em;
}

.wlsm-font-bold {
    font-weight: 600;
}

.wlsm-font-normal {
    font-weight: normal;
}

.wlsm-is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75em);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875em);
    background-size: calc(.75em + .375em) calc(.75em + .375em);
}

.wlsm-text-danger {
    color: #dc3545 !important;
}

.wlsm-text-primary {
    color: var(--primary) !important;
}

.wlsm-ml-1 {
    margin-left: .25em !important;
}

.wlsm-ml-2 {
    margin-left: .5em !important;
}

.wlsm-ml-3 {
    margin-left: 1em !important;
}

.wlsm-mr-1 {
    margin-right: .25em !important;
}

.wlsm-mr-2 {
    margin-right: .5em !important;
}

.wlsm-mr-3 {
    margin-right: 1em !important;
}

.wlsm-mt-1 {
    margin-top: .25em !important;
}

.wlsm-mt-2 {
    margin-top: .5em !important;
}

.wlsm-mt-3 {
    margin-top: 1em !important;
}

.wlsm-mb-1 {
    margin-bottom: .25em !important;
}

.wlsm-mb-2 {
    margin-bottom: .5em !important;
}

.wlsm-mb-3 {
    margin-bottom: 1em !important;
}

.wlsm-px-0 {
    padding-left: .0 !important;
    padding-right: .0 !important;
}

.wlsm-pl-0 {
    padding-left: .0 !important;
}

.wlsm-pl-1 {
    padding-left: .25em !important;
}

.wlsm-pl-2 {
    padding-left: .5em !important;
}

.wlsm-pl-3 {
    padding-left: 1em !important;
}

.wlsm-pr-0 {
    padding-right: .0 !important;
}

.wlsm-pr-1 {
    padding-right: .25em !important;
}

.wlsm-pr-2 {
    padding-right: .5em !important;
}

.wlsm-pr-3 {
    padding-right: 1em !important;
}

.wlsm-pt-1 {
    padding-top: .25em !important;
}

.wlsm-pt-2 {
    padding-top: .5em !important;
}

.wlsm-pt-3 {
    padding-top: 1em !important;
}

.wlsm-pb-1 {
    padding-bottom: .25em !important;
}

.wlsm-pb-2 {
    padding-bottom: .5em !important;
}

.wlsm-pb-3 {
    padding-bottom: 1em !important;
}

.wlsm-border-bottom-0 {
    border-bottom: 0 !important;
}

.wlsm-container .wlsm-inline-block {
    display: inline-block;
}

.wlsm-container .wlsm-icon {
    border-radius: 50%;
    line-height: 1.1em;
    width: 1.1em;
    height: 1.1em;
    text-align: center;
    display: inline-block;
}

.wlsm-container .wlsm-icon-red {
    color: #fff;
    background-color: #dc3545;
}

.wlsm-container .wlsm-invoices-section {
    font-size: 1.1em;
    padding: .8em 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

#wlsm-pay-invoice-amount-section .wlsm-bank-transfer-detail {
    display: none;
    background-color: #fff;
    color: #000;
    margin: 10px 0;
    padding: 10px 15px;
    border: 1px solid #eee;
}

#wlsm-pay-invoice-amount-section .wlsm-upi-transfer-detail {
    display: none;
    background-color: #fff;
    color: #000;
    margin: 10px 0;
    padding: 10px 15px;
    border: 1px solid #eee;
}

.wlsm-container .wlsm-invoices-student-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wlsm-invoices-student-detail .wlsm-invoices-detail-section {
    width: 50%;
}

.wlsm-container .wlsm-invoices-section-title,
.wlsm-container .wlsm-student-section-title {
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: underline;
}

.wlsm-container .wlsm-list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wlsm-container .wlsm-list-item {
    text-align: left;
    line-height: 1.1em;
    padding: .25em 0;
}

.wlsm-container .wlsm-table-caption {
    margin-top: .6em;
    margin-bottom: .2em;
}

.wlsm-container .wlsm-w-100 {
    width: 100%;
}

#wlsm-login-via-widget-form input[type="text"],
#wlsm-login-via-widget-form input[type="password"] {
    display: block;
}

#wlsm-login-form input[type="text"],
#wlsm-login-form input[type="password"] {
    display: block;
}

.wlsm-section-event .wlsm-event-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .5rem 0;
}

.wlsm-section-event .wlsm-event-date {
    display: inline-block;
    padding: .25rem 0;
    font-size: .95rem;
    color: #333;
}

.wlsm-section-event .wlsm-join-unjoin-event {
    text-transform: uppercase;
    padding: 1.2rem 0;
}

.wlsm-section-event .wlsm-joined-message {
    font-size: .95rem;
    display: inline-block;
    text-transform: initial;
    color: #333;
    font-weight: 600;
}

#wlsm-submit-registration-section .wlsm-student-new-user {
    display: none;
}

#wlsm-submit-registration-section .wlsm-parent-new-user {
    display: none;
}

/* Start Noticeboard animation */
.wlsm-st-notice-new {
    margin-left: 3px;
}

.wlsm-st-recent-notices-section {
    max-height: 600px;
    min-height: 300px;
    overflow: hidden;
}

.wlsm-st-recent-notices {
    list-style-type: none;
    overflow: hidden;
    top: 6em;
    position: relative;
    margin: 0;
    padding: 0;
}

.wlsm-st-recent-notices:hover {
    animation-play-state: paused;
}

.wlsm-container .wlsm-st-recent-notices li,
.wlsm-st-recent-notices li {
    text-align: left;
    padding: .3rem 0 !important;
    border-bottom: 1px solid #ddd;
}

.wlsm-st-recent-notices a {
    text-decoration: none;
}

@keyframes marquee {
    0% {
        top: 8em
    }

    100% {
        top: -8em
    }
}

.wlsm-st-recent-notices-new {
    display: inline;
    margin-left: 4px;
}

.wlsm-st-recent-notices {
    animation: marquee 8s linear infinite;
}

/* End Noticeboard animation */

/* Start Noticeboard widget */
#wlsm-noticeboard-widget {
    max-height: 400px;
    min-height: 100px;
}

#wlsm-noticeboard-widget ul {
    list-style-type: disc;
    font-size: 1em;
    line-height: normal;
}

/* End Noticeboard widget */
.wlsm-container .wlsm-flex {
    display: flex;
}

.wlsm-container .wlsm-justify-center {
    justify-content: center;
}

.wlsm-container .wlsm-text-center {
    text-align: center;
}

.wlsm-container .wlsm-text-left {
    text-align: left;
}

.wlsm-container .wlsm-text-right {
    text-align: right;
}

.wlsm-container .wlsm-float-right {
    float: right;
}

.wlsm-container .wlsm-float-right:after {
    content: "";
    display: table;
    clear: both;
}

#wlsm_message {
    resize: vertical;
    min-height: 150px;
}

.wlsm-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.wlsm-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.wlsm .wlsm-important {
    color: red;
}

.wlsm-grid .wlsm-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wlsm-grid .wlsm-col-4,
.wlsm-grid .wlsm-col-6,
.wlsm-grid .wlsm-col-12 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.wlsm-grid .wlsm-row .wlsm-col-4,
.wlsm-grid .wlsm-row .wlsm-col-6,
.wlsm-grid .wlsm-row .wlsm-col-12 {
    padding: 0 .8rem;
}

.wlsm-grid .wlsm-form-control {
    width: 100%;
}

.wlsm-grid .wlsm-form-control-select {
    width: 100%;
}

.wlsm .wlsm-form-sub-heading {
    font-size: 1.24rem;
    margin-top: .2rem;
    margin-bottom: .8rem;
    border-bottom: 1px solid #ddd;
}

.wlsm .wlsm-form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.wlsm .wlsm-form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.wlsm .wlsm-form-check-inline .wlsm-form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.wlsm .wlsm-form-check-label {
    margin-bottom: 0;
    display: inline-block;
}

.wlsm-grid .wlsm-row .wlsm-col-4:first-child,
.wlsm-grid .wlsm-row .wlsm-col-6:first-child,
.wlsm-grid .wlsm-row .wlsm-col-12:first-child {
    padding-left: 0;
}

.wlsm-grid .wlsm-row .wlsm-col-4:last-child,
.wlsm-grid .wlsm-row .wlsm-col-6:last-child,
.wlsm-grid .wlsm-row .wlsm-col-12:last-child {
    padding-right: 0;
}

@media (max-width: 600px) {

    .wlsm-grid .wlsm-row .wlsm-col-4,
    .wlsm-grid .wlsm-row .wlsm-col-6,
    .wlsm-grid .wlsm-row .wlsm-col-12 {
        padding: 0 .5rem;
    }
}

@media (min-width: 768px) {
    .wlsm-grid .wlsm-col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wlsm-grid .wlsm-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wlsm-grid .wlsm-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-device-width : 300px) and (max-device-width : 480px) {
    .wlsm-container .wlsm-st-details-heading {
        text-align: center !important;
    }
}

@media screen and (min-device-width : 300px) and (max-device-width : 480px) {
    .mobile-id-card {
        text-align: center !important;
    }
}

@media screen and (min-device-width : 300px) and (max-device-width : 480px) {
    .wlsm-print-id-card-container .wlsm-print-id-card-details {
        padding-top: 15px;
    }
}

@media screen and (min-device-width : 300px) and (max-device-width : 480px) {

    .wlsm-container .wlsm-parent-student-section,
    .wlsm-container .wlsm-st-details {
        padding: 12px 45px 20px !important;
    }
}

.visuhide {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

.star__container:hover .star__item,
.star__radio:checked~.star__item {
    filter: grayscale(0);
}

.star__item:hover~.star__item,
.star__item,
.star__container:not(:hover)>.star__radio:nth-of-type(5):checked~.star__item:nth-of-type(5)~.star__item,
.star__container:not(:hover)>.star__radio:nth-of-type(4):checked~.star__item:nth-of-type(4)~.star__item,
.star__container:not(:hover)>.star__radio:nth-of-type(3):checked~.star__item:nth-of-type(3)~.star__item,
.star__container:not(:hover)>.star__radio:nth-of-type(2):checked~.star__item:nth-of-type(2)~.star__item,
.star__container:not(:hover)>.star__radio:nth-of-type(1):checked~.star__item:nth-of-type(1)~.star__item {
    filter: grayscale(1);
}

.star__radio:nth-of-type(1):checked~.star__item:nth-of-type(1)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__radio:nth-of-type(2):checked~.star__item:nth-of-type(2)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__radio:nth-of-type(3):checked~.star__item:nth-of-type(3)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__radio:nth-of-type(4):checked~.star__item:nth-of-type(4)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__radio:nth-of-type(5):checked~.star__item:nth-of-type(5)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__container {
    display: flex;
    margin: auto;
    font-size: 38px;
}



.star__item {
    display: inline-flex;
    width: 1.25em;
    height: 1.5em;
}

.star__item::before {
    content: "⭐️";
    display: inline-block;
    margin: auto;
    font-size: 0.75em;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 50% 33.3%;
    transition: transform 0.3s ease-out;
}

.lessons-card {
    width: 280px;
    height: 280px;
    background: white;
    padding: .4em;
    border-radius: 6px;
}

.lessons-card-image {
    background-color: rgb(236, 236, 236);
    width: 100%;
    height: 60%;
    border-radius: 6px 6px 0 0;
}

.lessons-card-image:hover {
    transform: scale(0.98);
}

.wlsm-ticket-details {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
}

.wlsm-ticket-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.wlsm-ticket-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.wlsm-ticket-col {
    flex: 1;
    padding: 10px;
}

.wlsm-ticket-status,
.wlsm-ticket-priority,
.wlsm-ticket-assigned,
.wlsm-ticket-created {
    margin-bottom: 10px;
}

.wlsm-ticket-badge {
    padding: 5px 10px;
    border-radius: 3px;
}

.wlsm-ticket-hr {
    margin: 20px 0;
}

.wlsm-ticket-description {
    margin-bottom: 20px;
}

.wlsm-description-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.wlsm-description-content {
    font-size: 16px;
    line-height: 1.5;
}

.wlsm-ticket-history {
    margin-top: 20px;
}

.wlsm-history-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.wlsm-table-responsive {
    overflow-x: auto;
}

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

.wlsm-thead {
    background-color: var(--primary);
    color: #fff;
}

.wlsm-tr {
    border-bottom: 1px solid #ddd;
}

.wlsm-th,
.wlsm-td {
    padding: 10px;
    text-align: left;
}

.wlsm-th {
    font-weight: bold;
}


.wlsm-st-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.wlsm-st-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #495057;
}

.wlsm-st-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #6c757d;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.wlsm-st-submit-btn:hover {
    background: #495057;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
    text-decoration: none;
}

.wlsm-st-submit-btn i {
    font-size: 1rem;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .wlsm-st-header-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .wlsm-st-submit-btn {
        width: 100%;
        justify-content: center;
    }
}


.wlsm-navigation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #495057;
    color: #ffffff;
    border-radius: 4px;
}

.wlsm-header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wlsm-header-left h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wlsm-student-selector {
    min-width: 200px;
}

.wlsm-select-student {
    width: 100%;
    padding: 0.5rem;
    /* background: rgba(255,255,255,0.1); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    /* color: var(--color-white); */
}

.wlsm-select-student option {
    background: var(--nav-primary);
    color: var(--color-white);
}

@media (max-width: 768px) {
    .wlsm-student-selector {
        min-width: 150px;
    }

    .wlsm-navigation-header h3 {
        font-size: 1rem;
    }
}

/* Minimal College Information Card */

/* Student dashboard minimal, space-efficient layout */
/* Reset and foundation */
.wlsm-student-dashboard {
    font-size: 14px;
    line-height: 1.45;
    color: #343a40;
}

.wlsm-student-dashboard * {
    box-sizing: border-box;
}

/* Tiles */
.wlsm-student-dashboard .wlsm-stats-tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .wlsm-student-dashboard .wlsm-stats-tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wlsm-student-dashboard .wlsm-stats-tiles {
        grid-template-columns: 1fr;
    }
}

.wlsm-student-dashboard .wlsm-tile {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: .75rem .9rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    display: grid;
    gap: .5rem;
}

.wlsm-student-dashboard .wlsm-tile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #495057;
}

.wlsm-student-dashboard .wlsm-tile-header i {
    color: var(--primary);
}

.wlsm-student-dashboard .wlsm-tile-meta {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    color: #6c757d;
    font-size: .85rem;
}

/* Progress */
.wlsm-student-dashboard .wlsm-progress {
    width: 100%;
    height: 8px;
    background: #f1f3f5;
    border-radius: 999px;
    overflow: hidden;
}

.wlsm-student-dashboard .wlsm-progress-bar {
    height: 100%;
    background: #6c757d;
}

.wlsm-student-dashboard .wlsm-progress-success {
    background: #28a745;
}

.wlsm-student-dashboard .wlsm-progress-danger {
    background: #dc3545;
}

.wlsm-student-dashboard .wlsm-progress-info {
    background: #17a2b8;
}

.wlsm-student-dashboard .wlsm-progress-warning {
    background: #ffc107;
}

.wlsm-student-dashboard .wlsm-progress-segmented {
    display: flex;
    gap: 0;
}

.wlsm-student-dashboard .wlsm-progress-segmented .wlsm-progress-bar {
    border-right: 1px solid #fff;
}

.wlsm-student-dashboard {
    --card-bg: #ffffff;
    --card-border: #e9ecef;
    --card-radius: 6px;
    --card-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    --muted: #6c757d;
}

.wlsm-student-dashboard .wlsm-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
}

@media (max-width: 992px) {
    .wlsm-student-dashboard .wlsm-grid {
        grid-template-columns: 1fr;
    }
}

/* Generic card */
.wlsm-student-dashboard .wlsm-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
}

/* Profile card */
.wlsm-student-dashboard .wlsm-profile-card {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: 1fr;
    /* Minimal, full-width surface */
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    box-shadow: none;
}

.wlsm-student-dashboard .wlsm-profile-header {
    grid-template-columns: 80px 1fr;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: .75rem;
    align-items: center;
    padding: .85rem 1rem;
    /* Minimal header */
    background: transparent;
    border-bottom: 1px solid #f1f3f5;
}

.wlsm-student-dashboard .wlsm-student-photo-container {
    width: 64px;
    height: 64px;
}

.wlsm-student-dashboard .wlsm-student-photo {
    /* Subtle ring */
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #e6eef5;

    width: 64px;
    height: 64px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #eee;
}

.wlsm-student-dashboard .wlsm-student-photo-default {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    color: #495057;
    font-weight: 600;
    border: 1px solid #eee;
}

.wlsm-student-dashboard .wlsm-student-name {
    color: #212529;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.wlsm-student-dashboard .wlsm-student-meta {
    margin-top: .125rem;
}

.wlsm-student-dashboard .wlsm-badge {
    /* Softer chip */
    background: #f4f9ff;
    border: 1px solid #e0ecfa;
    color: #3b5bdb;

    display: inline-block;
    padding: .125rem .375rem;
    font-size: .75rem;
    border: 1px solid #e9ecef;
    border-radius: 999px;
    color: #495057;
    background: #f8f9fa;
}

.wlsm-student-dashboard .wlsm-profile-body {
    padding: .85rem 1rem 1rem;
    background: #ffffff;
}

.wlsm-student-dashboard .wlsm-st-details-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .4rem .75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 992px) {
    .wlsm-student-dashboard .wlsm-st-details-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .wlsm-student-dashboard .wlsm-st-details-list {
        grid-template-columns: 1fr;
    }
}

.wlsm-student-dashboard .wlsm-st-details-list-key {
    color: #6b7280;
    margin-right: .25rem;
}

.wlsm-student-dashboard .wlsm-st-details-list li {
    display: flex;
    gap: .25rem;
    flex-wrap: wrap;
    padding: 4px 2px;
    background: transparent;
    border: none;
    border-radius: 0;
}

/* Trio cards layout (Fee summary, Attendance, Transport) - flex, highly flexible */
.wlsm-student-dashboard .wlsm-trio {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch;
}

.wlsm-student-dashboard .wlsm-trio>.wlsm-stats-card,
.wlsm-student-dashboard .wlsm-trio>.wlsm-transport-stats {
    flex: 1 0 0;
    min-width: 280px;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .wlsm-student-dashboard .wlsm-trio>* {
        flex-basis: 0;
    }
}


/* Stats cards */
.wlsm-student-dashboard .wlsm-stats-section {
    display: grid;
    grid-auto-rows: minmax(0, auto);
    gap: 1rem;
}

.wlsm-student-dashboard .wlsm-stats-card {
    padding: .6rem .75rem;
}

.wlsm-student-dashboard .wlsm-stats-headerr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.wlsm-student-dashboard .wlsm-stats-headerr h4 {
    font-size: .9rem;
    margin: 0;
    color: #495057;
    font-weight: 600;
    letter-spacing: .1px;
}


/* Attendance */
.wlsm-student-dashboard .wlsm-stats-card.has-chart {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.wlsm-student-dashboard .wlsm-attendance-chart-container {
    height: 140px;
    position: relative;
}

.wlsm-student-dashboard .wlsm-attendance-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
    margin-top: .5rem;
}

.wlsm-student-dashboard .wlsm-attendance-stat {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .85rem;
    color: #495057;
}

.wlsm-student-dashboard .wlsm-attendance-stat i {
    color: #adb5bd;
}

/* Fee summary table - compact */
.wlsm-student-dashboard .wlsm-table-compact {
    width: 100%;
    border-collapse: collapse;
}

.wlsm-student-dashboard .wlsm-table-compact thead th {
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #e9ecef;
    font-size: .85rem;
    color: #495057;
}

.wlsm-student-dashboard .wlsm-table-compact td {
    padding: 6px 8px;
    border-bottom: 1px solid #f1f3f5;
    font-size: .85rem;
}

.wlsm-student-dashboard .wlsm-table-compact tr.wlsm-font-bold td,
.wlsm-student-dashboard .wlsm-table-compact tr.wlsm-font-bold th {
    font-weight: 600;
}

/* Transport card */
.wlsm-student-dashboard .wlsm-transport-stats .wlsm-stats-header {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .4rem;
}

.wlsm-student-dashboard .wlsm-transport-stats .wlsm-stats-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    background: #eef4ff;
    border: 1px solid #e0ecfa;
    border-radius: 6px;
    color: #3b5bdb;
}

.wlsm-student-dashboard .wlsm-transport-details {
    display: grid;
    gap: .35rem;
    margin-top: .25rem;
}

.wlsm-student-dashboard .wlsm-transport-stats .wlsm-stats-value {
    font-size: 1rem;
    font-weight: 600;
}

.wlsm-student-dashboard .wlsm-transport-info {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .85rem;
    color: #495057;
}

/* Notices */
.wlsm-student-dashboard .wlsm-section-heading {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 1rem 0 .5rem;
}

.wlsm-student-dashboard .wlsm-section-heading h2 {
    font-size: 1rem;
    margin: 0;
    color: #495057;
}

.wlsm-student-dashboard .wlsm-st-recent-notices-section {
    border: 1px solid var(--card-border);
    border-radius: var(--card-radius);
    background: #fff;
    box-shadow: var(--card-shadow);
    padding: .5rem .75rem;
}

.wlsm-student-dashboard .wlsm-st-recent-notices li {
    padding: .4rem 0 !important;
    border-color: #eee;
}

/* Additional compact refinements */
.wlsm-student-dashboard {
    font-size: 14px;
    line-height: 1.4;
}

.wlsm-student-dashboard p {
    margin: 0.25rem 0;
}

.wlsm-student-dashboard a {
    color: #495057;
}

.wlsm-student-dashboard a:hover {
    color: #212529;
}

/* .wlsm-student-dashboard .wlsm-stats-value { font-size: 1rem; font-weight: 600; color: #212529; } */
.wlsm-student-dashboard .wlsm-stats-content {
    display: grid;
    gap: .5rem;
}

/* Notices: disable marquee inside dashboard for minimal UX */
.wlsm-student-dashboard .wlsm-st-recent-notices-section {
    max-height: 473px;
    min-height: unset;
    overflow: auto;
}

.wlsm-student-dashboard .wlsm-st-recent-notices {
    animation: none;
    position: static;
    top: auto;
}

.wlsm-student-dashboard .wlsm-st-recent-notices a {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

/* Headings */
.wlsm-student-dashboard .wlsm-section-heading h2 {
    letter-spacing: .2px;
    font-weight: 600;
}

.wlsm-student-dashboard .wlsm-st-notice-date {
    color: var(--muted);
    font-size: .8rem;
    margin-left: .25rem;
}

.wlsm-student-dashboard .wlsm-no-notices {
    display: grid;
    place-items: center;
    padding: 1.25rem;
    color: #6c757d;
}

.wlsm-school-info-card {
    display: flex !important;
    align-items: flex-start !important;
    gap: 1.5rem !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.wlsm-school-logo-container {
    flex-shrink: 0 !important;
}

.wlsm-school-logo {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    border: 1px solid #e1e5e9 !important;
    background: #fff !important;
    padding: 8px !important;
}

.wlsm-school-details {
    flex: 1 !important;
    min-width: 0 !important;
}

.wlsm-school-name {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin: 0 0 1rem 0 !important;
    line-height: 1.3 !important;
}

.wlsm-school-contact-info {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    margin-bottom: 1rem !important;
}

.wlsm-school-contact-info>div {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.9rem !important;
    color: #6c757d !important;
    min-width: 0 !important;
}

.wlsm-school-contact-info i {
    color: #6c757d !important;
    width: 14px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
}

.wlsm-school-contact-info span {
    word-break: break-word !important;
}

.wlsm-school-description {
    font-size: 0.9rem !important;
    color: #6c757d !important;
    line-height: 1.5 !important;
    margin-top: 0.5rem !important;
}

#registration_school_info .wlsm-registration-section-content {
    padding: 1.5rem !important;
}

/* Responsive Design for College Info Card */
@media (max-width: 768px) {
    .wlsm-school-info-card {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 1rem !important;
    }

    .wlsm-school-logo {
        width: 60px !important;
        height: 60px !important;
    }

    .wlsm-school-name {
        font-size: 1.3rem !important;
        margin-bottom: 0.75rem !important;
    }

    .wlsm-school-contact-info {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }

    .wlsm-school-contact-info>div {
        justify-content: center !important;
    }

    #registration_school_info .wlsm-registration-section-content {
        padding: 1rem !important;
    }
}

/* Settings Page Styles */
.wlsm-settings-section {
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #f8f9fa;
}

.wlsm-settings-section-white {
    background-color: #ffffff;
}

.wlsm-settings-section-title {
    color: #495057;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.wlsm-settings-subsection-title {
    color: #495057;
    margin: 1.5rem 0 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #e1e5e9;
    padding-bottom: 0.5rem;
}

.wlsm-settings-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.wlsm-settings-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.wlsm-settings-username-display {
    background-color: #f8f9fa;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    font-weight: 600;
}

.wlsm-settings-textarea {
    min-height: 80px;
    resize: vertical;
}

.wlsm-settings-submit-section {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e1e5e9;
}

@media (max-width: 768px) {

    .wlsm-settings-grid-2,
    .wlsm-settings-grid-3 {
        grid-template-columns: 1fr;
    }
}

/* Leave request page styles */
.wlsm-leave-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.wlsm-leave-table th {
    background: #6c757d;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.wlsm-leave-table td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.wlsm-leave-table tr:hover {
    background: #f8f9fa;
}

.wlsm-leave-status {
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.wlsm-leave-status.approved {
    background: #d4edda;
    color: #155724;
}

.wlsm-leave-status.pending {
    background: #fff3cd;
    color: #856404;
}

.wlsm-leave-status.rejected {
    background: #f8d7da;
    color: #721c24;
}

/* Live classes page styles */
.wlsm-live-classes-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.wlsm-live-classes-table th {
    background: #6c757d;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.wlsm-live-classes-table td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

.wlsm-live-classes-table tr:hover {
    background: #f8f9fa;
}

.wlsm-join-btn {
    background: #28a745;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.2s;
}

.wlsm-join-btn:hover {
    background: #218838;
    color: #fff;
    text-decoration: none;
}

.wlsm-rating-btn {
    background: #495057;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.2s;
}

.wlsm-rating-btn:hover {
    background: #343a40;
    color: #fff;
    text-decoration: none;
}

.wlsm-meeting-type {
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    background: #e9ecef;
    color: #495057;
}

/* Homework page styles */
.wlsm-homework-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wlsm-homework-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s;
}

.wlsm-homework-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wlsm-homework-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.wlsm-homework-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.wlsm-homework-date {
    color: #666;
    font-size: 14px;
}

.wlsm-homework-due {
    color: #dc3545;
    font-weight: 500;
    font-size: 14px;
}

.wlsm-homework-attachment {
    color: #6c757d;
    font-size: 12px;
}

.wlsm-view-homework-btn {
    background: #6c757d;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.2s;
}

.wlsm-view-homework-btn:hover {
    background: #495057;
    color: #fff;
    text-decoration: none;
}

.wlsm-homework-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.wlsm-homework-table th {
    background: #6c757d;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.wlsm-homework-table td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.wlsm-homework-table tr:hover {
    background: #f8f9fa;
}

.wlsm-edit-homework-btn {
    background: #28a745;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.2s;
}

.wlsm-edit-homework-btn:hover {
    background: #218838;
    color: #fff;
    text-decoration: none;
}

.wlsm-submit-homework-btn {
    background: #6c757d;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
}

.wlsm-submit-homework-btn:hover {
    background: #495057;
    color: #fff;
    text-decoration: none;
}

.wlsm-homework-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .wlsm-homework-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .wlsm-homework-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Registration Status Badges */
.wlsm-status-1 { background-color: #ffc107 !important; color: #212529 !important; } /* Pending */
.wlsm-status-2 { background-color: #17a2b8 !important; color: #ffffff !important; } /* Standing */
.wlsm-status-3 { background-color: #28a745 !important; color: #ffffff !important; } /* Approved */
.wlsm-status-4 { background-color: #6c757d !important; color: #ffffff !important; } /* Review */

.wlsm-rounded-lg { border-radius: 0.75rem !important; }
.wlsm-shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.wlsm-h4 { font-size: 1.25rem; }
.wlsm-h5 { font-size: 1.1rem; }
.wlsm-small { font-size: 0.875em; }
.wlsm-text-uppercase { text-transform: uppercase; letter-spacing: 0.05em; }
.wlsm-text-muted { color: #6c757d !important; }
.wlsm-text-dark { color: #212529 !important; }

/* Student Leave Request Form Layout */
.wlsm-student-leave-row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.wlsm-student-leave-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 8px !important;
}

.wlsm-student-leave-request .wlsm-form-label {
    margin-bottom: 5px !important;
}

@media (max-width: 576px) {
    .wlsm-student-leave-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}