/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap'); */

@font-face {
    font-family: "Source Sans Pro";
    src: url("/static/master/css/fonts/SourceSans3-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/static/master/css/fonts/SourceSans3-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/static/master/css/fonts/SourceSans3-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/static/master/css/fonts/SourceSans3-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/static/master/css/fonts/SourceSans3-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/static/master/css/fonts/SourceSans3-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/static/master/css/fonts/SourceSans3-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("/static/third-party/font-awesome/webfonts/fa-brands-400.eot");
    src: url("/static/third-party/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
        url("/static/third-party/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"),
        url("/static/third-party/font-awesome/webfonts/fa-brands-400.woff") format("woff"),
        url("/static/third-party/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"),
        url("/static/third-party/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
    font-weight: 400;
    font-style: normal;
}

:root {
    --color-grey-dark: #777;
    --white: #ffffff;
    --color-light: #e4f1fe;

    --color-blue: #8dc6ff;

    --color-dark: #22313f;

    --color-dark-2: #34495e;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;

    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    /* font-size: 50%; */
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    /* color: #777;
    color: 	#202020;
    color: 	#101010; */
    /* color: var(--color-grey-dark); */

    box-sizing: border-box;
}

/* 
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border: .1rem solid #101010;
    border-radius: .5rem;

    z-index: 3;
    background-color: white;
    width: 90%;
    padding: 2rem;
    
    font-weight: inherit;
    font: inherit;
    font-size: 1.6rem;
    max-height: 90vh;
    overflow-y: scroll;
}

.modal.top {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);

}
.modal.o-visible {
    overflow: visible;
}

.modal.w-150 {
    width: 150rem;
}

.modal.w-100 {
    width: 90vw;
}

.modal.w-80 {
    width: 80vw;
}
.modal.w-50 {
    width: 50vw;
}



.modal.active {
    transform: translate(-50%, -50%) scale(1);
}

.modal__header {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .1rem solid #101010;
}

.modal__header .title {
    font-size: 2rem;
}
.modal__header .close-button {
    cursor: pointer;
    border: none;
    outline: none;
    background:none;
    font-size: 3.25rem;
}

.modal__body {
    padding: 1rem 0;
    font-size: inherit;
} */

.registration-form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 3.2rem;
    background: #fff;
    border-radius: 1.6rem;
    box-shadow: 0 .4rem 2.4rem rgba(0, 0, 0, 0.1);
    padding: 4.0rem 3.2rem 3.2rem 3.2rem;
    max-width: 95.0rem;
    margin: 4.0rem auto 0 auto;
    border: .1rem solid #f0f0f0;
    margin-bottom: 4.0rem;
}

.registration-form-container .form-group {
    flex: 1 1 26.0rem;
    min-width: 22.0rem;
    position: relative;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.registration-form-container .form-group.wide {
    flex: 2 1 52.0rem;
    min-width: 32.0rem;
}

.registration-form-container label {
    font-size: 1.5rem;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    padding-left: .2rem;
    transition: color 0.2s;
    user-select: none;
}

.registration-form-container label .required {
    color: #e53935;
    font-size: 1em;
    margin-left: .2rem;
}

.registration-form-container .form-input {
    width: 100%;
    border: .15rem solid #e0e0e0;
    border-radius: .8rem;
    padding: 1.4rem 1.4rem 1.2rem 1.4rem;
    font-size: 1.6rem;

    background: #fff;
    color: #222;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    box-shadow: 0 .1rem .2rem rgba(60, 60, 60, 0.03);
}
.form_header  {
    text-align: center;
    background: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
    padding: 1.4rem 1.4rem 1.2rem 1.4rem;
    border-radius: .8rem;
    border: .15rem solid #c3e6cb;
    box-shadow: 0 .1rem .2rem rgba(60, 60, 60, 0.03);
    outline: none;
    box-shadow: 0 .1rem .2rem rgba(60, 60, 60, 0.03);
    max-width: 95.0rem;
    margin: 2rem auto 0 auto;

}

.form_header_heading {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    padding-left: .2rem;
    transition: color 0.2s;
    user-select: none;
    text-decoration: underline;
}

.form_header_description {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    padding: 1.4rem 1.4rem 1.2rem 1.4rem;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    padding-left: .2rem;
    transition: color 0.2s;
    user-select: none;
}

.form_header_registration_mobile_no {
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    padding-left: .6rem;
    transition: color 0.2s;
    user-select: none;
    /* background-color: #cce5ff;
    color: #004085;
    border-radius: .8rem;
    border: .15rem solid #b8daff;    */
    padding: 1.4rem 1.4rem 1.2rem 1.4rem;
}

.registration-form-container .form-input:focus {
    background: #fafbfc;
    border: .25rem solid #1976d2;
    box-shadow: 0 .2rem .8rem rgba(25, 118, 210, 0.08);
}

.registration-form-container .form-group.wide-full {
    flex: 1 1 100%;
}

@media (max-width: 70.0rem) {
    .registration-form-container {
        flex-direction: column;
        gap: 1.8rem 0;
        padding: 2.4rem .8rem 1.6rem .8rem;
    }

    .registration-form-container .form-group,
    .registration-form-container .form-group.wide {
        min-width: 0;
        width: 100%;
        flex: 1 1 100%;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-heading {
    margin-bottom: 1.8rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
}

.modal-input {
    padding: 1.0rem;
    font-size: 1.6rem;
    border: .1rem solid #ccc;
    border-radius: .4rem;
    text-align: center;
}

.modal-button {
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: .4rem;
    padding: 1.0rem 0;
    font-size: 1.6rem;
    cursor: pointer;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.modal-header h2 {
    margin: 0;
    color: #333;
    font-size: 1.8rem;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

.modal-body {
    padding: 20px;
}

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

.modal-body .form-group.wide {
    grid-column: span 2;
}

.modal-body form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

.modal-body .form-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.modal-body label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.modal-body .required {
    color: #dc3545;
}

#overlay {
    position: fixed;
    transition: 200ms ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

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

.updated-form-wrapper__form__wrapper__grid {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-auto-rows: 6rem;
    gap: 0.1rem;
}

.input-text-1 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 1;
}

.input-text-2 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 2;
}

.input-text-3 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 3;
}

.input-text-4 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 4;
}

.input-text-4-2 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 4;
    grid-row: span 2;
}

.input-text-5 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 5;
}

.input-text-6 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 6;
}

.input-text-6-2 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 6;
    grid-row: span 2;
}

.input-text-7 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 7;
}

.input-text-8 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 8;
}

.input-text-8-2 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 8;
    grid-row: span 2;
}

.input-text-8-4 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 8;
    grid-row: span 4;
}

.input-text-8-6 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 8;
    grid-row: span 6;
}

.input-text-8-8 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 8;
    grid-row: span 8;
}

.input-text-8-12 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 8;
    grid-row: span 12;
}

.input-text-9 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 9;
}

.input-text-10 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 10;
}

.input-text-11 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 11;
}

.input-text-12 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 12;
}

.input-text-13 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 13;
}

.input-text-14 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 14;
}

.input-text-15 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 15;
}

.input-text-16 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 16;
}

.input-text-17 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 17;
}

.input-text-18 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 18;
}

.input-text-19 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 19;
}

.input-text-20 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 20;
}

.input-text-21 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 21;
}

.input-text-22 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 22;
}

.input-text-23 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 23;
}

.input-text-24 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 24;
}

.input-text-24-8 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 24;
    grid-row: span 8;
}

.input-text-24-4 {
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
    grid-column: span 24;
    grid-row: span 4;
}

.mandate {
    border-left: 0.2rem solid;
    border-left-color: red !important;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.mandate.searchable {
    border-left: 0.2rem dashed;
    border-right: 0.2rem dashed;
    border-left-color: blue !important;
    border-right-color: blue !important;
    border-radius: 1rem !important;
}

.input-text-8 .variable-height {
    grid-row: 1 / -1;
}

.form__input {
    /* position: absolute;
    top: 0;
    left: 0; */
    /* border: none; */
    width: 100%;
    border: 0.2rem solid rgba(119, 119, 119, 0.583);
    /* border: .2rem solid black; */
    border-width: thin;
    border-radius: 0.5rem;

    outline: none !important;
    padding: 0 .4rem;
    background: none;
    font-size: 100%;
    color: black;
    /* color: inherit; */
    transition: all 150ms ease-in;
    height: 3.2rem;
}

.form__textarea {
    width: 100%;
    height: 100%;
    border: 0.2rem solid rgba(119, 119, 119, 0.583);
    /* border: .2rem solid black; */
    border-width: thin;
    border-radius: 0.5rem;
    outline: none !important;
    padding: 0.5rem 1.5rem;
    background: none;
    transition: all 150ms ease-in;
    font: inherit;
    font-size: 105%;
    color: black;
}

.form__input.small {
    width: 80%;
}

.form__input.p2 {
    padding: 1rem;
}

.icon_right {
    margin: 0.1rem;
}

.action__button {
    width: 100%;
    border: 0.2rem solid rgba(119, 119, 119, 0.583);
    border-width: thin;
    border-radius: 0.5rem;
    outline: none !important;
    padding: 0 0.5rem;
    background: none;
    font-size: 105%;
    color: black;
    /* color: inherit; */
    height: 3.2rem;
    transform: translateY(0);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.message_box {
    color: #d9534f;
    margin-top: 1.0rem;
    border-radius: .4rem;
    padding: 1.0rem;
    text-align: center;
    display: none;
    color: #856404;
    background-color: #fff3cd;
    font-size: 1.4rem;
}

.message_box.container {
    font-size: 1.6rem;
    max-width: 95.0rem;
    margin: 1rem auto 0 auto;
}


.message_box.success {
    color: #155724;
    background-color: #d4edda;
}

.message_box.danger {
    color: #721c24;
    background-color: #f8d7da;
}

.message_box.info {
    color: #856404;
    background-color: #fff3cd;
}

.message_box.alert {
    color: #004085;
    background-color: #cce5ff;
}

.action__button.success {
    color: #155724;
    background-color: #d4edda;
}

.action__button.danger {
    color: #721c24;
    background-color: #f8d7da;
}

.action__button.info {
    color: #856404;
    background-color: #fff3cd;
}

.action__button.alert {
    color: #004085;
    background-color: #cce5ff;
}

.action__button.small {
    border: none;
    width: 15%;
}

.action__button:active {
    transition: all 0.2s;
    transform: translateY(0);
}

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

.action__button:hover {
    transition: all 0.2s;
    transform: translateY(-0.3rem);
    border: 0.5rem solid #8dc6ff;
    /* border: .5rem solid #8dc6ff; */
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.action__button:hover::before {
    left: 100%;
}

.action__button:focus {
    transition: all 0.2s;
    transform: translateY(-0.3rem);
    border: 0.5rem solid #888;
    box-shadow: 0 1rem 2rem rgba(145, 143, 244, 0.2);
}

.action__button:active {
    transition: all 0.2s;
    transform: translateY(0.2rem);
    background-color: #8dc6ff;
    box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.2);
}

.form__input:hover {
    border-bottom: 0.5rem solid #8dc6ff;
}

.form__input:focus {
    border-bottom: 0.5rem solid #888;
}

.card_checkbox {
    height: 100%;
    width: 100%;
    margin-left: -1vw;
}

.card_checkbox:hover {
    border: 0.8rem solid #0b6aca;
}

.card_checkbox:focus {
    border: 0.8rem solid #8dc6ff;
}

.form__input:disabled {
    border: 0.2rem solid rgba(119, 119, 119, 0.1);
    /* color: #E8E8E8; */
}

.form__label {
    position: absolute;
    /* left: 1.4rem;
    top: 1.8rem; */

    left: 1.4rem;
    top: 25%;

    padding: 0 0.5rem;
    cursor: pointer;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
    background-color: #fff;
    pointer-events: none;
}

.form__input:disabled+.form__label {
    color: #e8e8e8;
}

.form__input::placeholder {
    font-size: 1rem;
}

.form__input:focus~.form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus)~.form__label {
    top: -15%;
    left: 1rem;
    font-size: 1.4rem;
}

.form__textarea:hover {
    border: 0.2rem solid #8dc6ff;
}

.form__textarea:focus {
    border: 0.2rem solid #888;
}

.form__textarea:disabled {
    border: 0.2rem solid rgba(119, 119, 119, 0.1);
    color: #e8e8e8;
}

.form__textarea:disabled+.form__label {
    color: #e8e8e8;
}

.form__textarea:focus~.form__label,
.form__textarea:not(:placeholder-shown).form__textarea:not(:focus)~.form__label {
    top: -10%;
    /* left: 0.6rem; */
    left: 1rem;
    font-size: 1.2rem;
}

.form__label.small {
    font-size: 75%;
}

.loading-spinner {
    font-size: 2rem;
    display: none;
}

.loading-spinner.active {
    display: inline-block;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

/* ------------------------------------------------------------------- */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: linear-gradient(-45deg, #1b1b5d, #252c87, #364fe0, #1b1b5d);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 600;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.navbar-brand {
    color: white;
    font-size: 2.4rem;
    font-weight: 600;
}

.navbar-nav {
    display: flex;
    gap: 2rem;
}

.navbar-nav a {
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
}

.events-container {
    padding: 2rem;
}

.events-header {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.events-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.event-card {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 .2rem 1.6rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 36.0rem;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
    border: .1rem solid #1b1b5d;
}

.event-card:hover {
    box-shadow: 0 .8rem 3.2rem rgba(0, 0, 0, 0.16);
}

.event-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.event-card-header {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #f8f9fa;
}

/* Carousel: show only one image at a time */
.event-card-header-carousel {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    border-radius: 1rem;
    min-height: 22rem;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: pan-y pinch-zoom;
}

.event-card-header-carousel-item {
    position: relative;
    width: 100%;
    height: 20rem;
    overflow: hidden;
    border-radius: 1.2rem 1.2rem 0 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Hide all carousel items except the first by default (for static HTML) */
.event-card-header-carousel-item:not(:first-child) {
    display: none;
}

.event-card-header-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card-header-carousel:active {
    cursor: grabbing;
}

/* Shine animation for carousel items */
.event-card-header-carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    pointer-events: none;
    z-index: 2;
    transform: skewX(-20deg);
}

.event-card-header-carousel-item.shine::after {
    animation: shine 0.8s ease forwards;
}

.event-card-header-carousel-item.shine-reset::after {
    left: -100%;
}

/* Shine animation keyframes */
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Carousel Dots Indicator */
.carousel-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.6rem;
    z-index: 3;
    pointer-events: none;
}

.carousel-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    pointer-events: auto;
}

.carousel-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.carousel-dot.active {
    width: 2.4rem;
    border-radius: 0.4rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}

/* Absolute positioning for title and side description */
.event-card-header-title {
    position: absolute;
    top: 0.7rem;
    right: 1.6rem;
    z-index: 2;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 0.7rem;
    background: rgba(30, 34, 40, 0.35);
    backdrop-filter: blur(.6rem);
    -webkit-backdrop-filter: blur(.6rem);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

.event-card-header-side-description {
    position: absolute;
    bottom: 0.7rem;
    right: 1.6rem;
    z-index: 2;
    font-size: 1.2rem;
    color: #1bbf4c;
    font-weight: 400;
    padding: 0.3rem 1rem;
    border-radius: 0.7rem;
    background: rgba(30, 34, 40, 0.35);
    backdrop-filter: blur(.6rem);
    -webkit-backdrop-filter: blur(.6rem);
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

.event-card-main-content {
    padding: 1.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.event-card-main-content-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.4rem;
}

.event-card-main-content-description {
    font-size: 1.4rem;
    color: #666;
}

.event-card-footer {
    padding: 1.2rem 1.6rem;
    border-top: .1rem solid #f0f0f0;
    /* background: #fafbfc; */
    display: flex;
    justify-content: flex-end;
}

.event-card-footer-button {
    display: flex;
    align-items: center;
}

.event-card-footer-button-body {
    background: linear-gradient(to left, #1b1b5d 0%, #252c87 50%, #364fe0 100%);
    color: #f1cf13;
    border: none;
    border-radius: 0.6rem;
    padding: 0.7rem 2.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 .1rem .4rem rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: pulse-blue-glow 1.5s infinite;
}

.event-card-footer-button-body:hover {
    background: linear-gradient(to right, #1b1b5d 0%, #252c87 50%, #364fe0 100%);
}

@keyframes pulse-blue-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(54, 79, 224, 0.5), 0 .1rem .4rem rgba(0, 0, 0, 0.06);
    }
    100% {
        box-shadow: 0 0 0 12px rgba(54, 79, 224, 0), 0 .1rem .4rem rgba(0, 0, 0, 0.06);
    }
}

@media (max-width: 90.0rem) {
    .events-cards-container {
        flex-direction: row;
        align-items: center;
    }

    .event-card {
        width: 100%;
        max-width: 42.0rem;
        margin: 0 auto;
    }

    .event-card-header-carousel,
    .event-card-header-carousel-item {
        min-height: 25rem;
    }
}

@media (max-width: 60.0rem) {
    .events-container {
        padding: 1rem;
    }

    .event-card {
        max-width: min(42.0rem, 100%);

    }

    .event-card-header,
    .event-card-footer {
        /* padding-left: 1rem;
        padding-right: 1rem; */
    }

    .events-cards-container {
        flex-direction: column;
        align-items: stretch;
    }

    .event-card-main-content {
        padding: 1rem;
    }

    .event-card-header-title {
        right: 1rem;
        top: 0.5rem;
        font-size: 1.3rem;
        padding: 0.2rem 0.7rem;
    }

    .event-card-header-side-description {
        right: 1rem;
        bottom: 0.5rem;
        font-size: 1rem;
        padding: 0.2rem 0.7rem;
    }

    .event-card-header-carousel,
    .event-card-header-carousel-item {
        min-height: 25rem;
    }
    
    .carousel-dots {
        bottom: 0.8rem;
        gap: 0.5rem;
    }
    
    .carousel-dot {
        width: 0.7rem;
        height: 0.7rem;
    }
    
    .carousel-dot.active {
        width: 2rem;
    }
}
@media (max-width: 25.0rem) {
    .navbar-nav {
        font-size: 1.2rem;
    }

    .footer-content-left, .footer-content-right {
        font-size: 1.2rem !important;
    }
}

.footer {
    background: linear-gradient(-45deg, #1b1b5d, #252c87, #364fe0, #1b1b5d);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
    color: var(--white);
    padding: 2rem;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content-left {
    font-size: 1.8rem;
    font-weight: 400;
}

.footer-content-right {
    font-size: 1.8rem;
    font-weight: 400;
}

.footer-content-right a {
    color: var(--white);
    text-decoration: none;
}

.image-modal {
    display: none; 
    position: fixed; 
    z-index: 2000; 
    left: 0; 
    top: 0; 
    width: 100vw; 
    height: 100vh; 
    background: rgba(0, 0, 0, 0.9); 
    align-items: center; 
    justify-content: center;
}

.image-modal.active {
    display: flex;
}

.modal-image-preview {
    display: block; 
    max-width: 90vw; 
    max-height: 85vh; 
    margin: auto; 
    border-radius: 20px; 
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
    object-fit: contain;
}

.ipd-registration-form-wrapper__form__wrapper__parent {
    margin: 1rem auto 1rem auto;
    padding: 1rem;
    width: 90%;
}

.full-length-table-wrapper {
    height: max-content;
    overflow-y: scroll;
    font-size: 1rem;
}

.collection-summary-table{
    padding: 1rem;
    border-collapse: collapse;
    width: 100%;
    border: .1rem solid rgba(119, 119, 119, 0.178);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);

}

.collection-summary-table th, .collection-summary-table td {
    border: 1px solid black; /* Adds both horizontal and vertical borders to each cell */
    padding: .1rem; /* Add some padding for better appearance (optional) */
    padding-right: .5rem; /* Add some padding for better appearance (optional) */
    /* Align text to the left (optional) */
    /*text-align: center;*/
}

td.small.right {
    text-align: right;
}

td.small.center {
    text-align: center;
}

td.right {
    text-align: right;
}

td.center {
    text-align: center;
}
.ipd-registration-form-wrapper__heading {
    font-size: 2rem;
    font-weight: 300;
    margin: 1rem 1rem 1rem 1rem;
}

tr .pd-left {
    padding-left: .5rem !important;
}


/* Side Navigation Styles - Overlapping Design */
.side-nav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: linear-gradient(-45deg, #1b1b5d, #252c87, #364fe0, #1b1b5d);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 2px 0 20px rgba(0,0,0,0.3);
}

.side-nav.open {
    left: 0;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.side-nav-header {
    padding: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    position: relative;
}

.side-nav-header h3 {
    color: white;
    font-size: 1.8rem;
    margin: 0;
    font-weight: 600;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

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

.side-nav-menu {
    padding: 2rem 0;
}

.nav-item {
    padding: 1.5rem 2rem;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    margin: 0.5rem 1rem;
    border-radius: 8px;
}

.nav-item:hover {
    background: rgba(255,255,255,0.15);
    border-left-color: #fff;
    transform: translateX(5px);
}

.nav-item i {
    margin-right: 1rem;
    width: 20px;
    text-align: center;
    font-size: 1.6rem;
}

.nav-item.active {
    background: rgba(255,255,255,0.2);
    border-left-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.hamburger-btn {
    position: fixed;
    top: 1.4rem;
    left: 2rem;
    z-index: 1001;
    background: linear-gradient(-45deg, #1b1b5d, #252c87, #364fe0, #1b1b5d);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
    border: none;
    color: white;
    padding: 1.2rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.hamburger-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.hamburger-btn i {
    font-size: 1.8rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Animation for nav items */
.nav-item {
    animation: slideInLeft 0.3s ease-out;
}

.nav-item:nth-child(1) { animation-delay: 0.1s; }
.nav-item:nth-child(2) { animation-delay: 0.2s; }
.nav-item:nth-child(3) { animation-delay: 0.3s; }
.nav-item:nth-child(4) { animation-delay: 0.4s; }
.nav-item:nth-child(5) { animation-delay: 0.5s; }
.nav-item:nth-child(6) { animation-delay: 0.6s; }
.nav-item:nth-child(7) { animation-delay: 0.7s; }
.nav-item:nth-child(8) { animation-delay: 0.8s; }

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .side-nav {
        width: 280px;
        left: -280px;
    }
    
    .hamburger-btn {
        top: 1rem;
        left: 1rem;
        padding: 1rem;
    }
}