: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;
}

.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;
}

/* Ensure consistent section styling for all registration sections */
#wlsm-submit-registration-section .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;
}

#wlsm-submit-registration-section .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-submit-registration-section .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-submit-registration-section .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: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
	/* border-radius: 0.25em; */
	/* background-color: #00a39b; */
	/* box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.25); */
	/* transition: box-shadow 0.3s ease; */
}

.star__container:focus-within {
	/* box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.5); */
}

.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: var(--nav-primary);
}

.wlsm-st-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--nav-primary);
    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: var(--nav-hover);
    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: var(--nav-primary);
    color: var(--color-white);
	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 School Information Card */
.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: #007bff !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 School 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;
    }
}
