@media screen and (max-width: 768px) {
    .page-inner-banner-section {
        min-height: 15.5vh;
        background-size: cover !important;
        background-position: center !important;
    }
}

@media only screen and (max-width: 480px) {
    .mb-xs-1 {
        margin-bottom: 1rem;
    }
}

.content-card-area {
    border-radius: 16px;
    background: var(--neutral-black-60, rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 768px) {
    .content-card-area {
        background: #1e1e1e;
    }
}

@media only screen and (min-width: 1024px) {
    .content-card-area {
        padding: 30px;
    }
}

@media only screen and (min-width: 1440px) {
    .content-card-area {
        padding: 60px;
    }
}

.content-card {
    gap: 32px;
    text-align: center;
    align-items: center;
    position: relative;
}

@media only screen and (min-width: 320px) {
    .content-card {
        gap: 30px;
        padding: 24px;
        align-items: start;
    }
}

@media only screen and (min-width: 768px) {
    .content-card {
        gap: 24px;
        padding: 24px;
        align-items: start;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1024px) {
    .content-card {
        padding: 0;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
}

@media only screen and (min-width: 1250px) {
    .content-card {
        gap: 23px;
        padding: 24px;
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1440px) {
    .content-card {
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1919px) {
    .content-card {
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1024px) {
    .sps-x {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media only screen and (min-width: 1920px) {
    .sps-x {
        padding-left: 375px;
        padding-right: 375px;
    }
}

.icon-area {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: var(--neutral-white-default, #fff);
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.12);
    justify-content: center;
}

@media only screen and (min-width: 320px) {
    .icon-area {
        padding: 12.5px 32.812px;
        width: 90px;
        height: 50px;
        gap: 7.812px;
        margin-left: 0.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .icon-area {
        padding: 16px 29px;
        width: 56px;
        height: 56px;
    }
}

@media only screen and (min-width: 1440px) {
    .icon-area {
        padding: 16px 42px;
        width: 116px;
        height: 66px;
    }
}

@media only screen and (min-width: 320px) {
    .icon-area img {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .icon-area img {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (min-width: 1440px) {
    .icon-area img {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (min-width: 1920px) {
    .icon-area img {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (min-width: 320px) {
    .button-area {
        width: 83%;
    }
}

@media only screen and (min-width: 768px) {
    .button-area {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .button-area {
        width: 25%;
    }
}

@media only screen and (min-width: 1439px) {
    .button-area {
        width: 24%;
    }
}

.close-button-area {
    display: none;
    position: relative;
    height: 50px;
}

@media only screen and (min-width: 375px) {
    .close-button-area {
        position: absolute;
        right: 7%;
    }
}

@media only screen and (min-width: 480px) {
    .close-button-area {
        position: absolute;
        right: 4.5%;
    }
}

@media only screen and (min-width: 1024px) {
    .close-button-area {
        position: relative;
        right: 0;
    }
}

@media only screen and (min-width: 1439px) {
    .close-button-area {
        width: 24%;
    }
}

@media only screen and (min-width: 1919px) {
    .close-button-area {
        width: 25%;
    }
}

.close-button {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 999px !important;
    background: var(--neutral-white-default, #fff);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    color: var(--white, #fff);
    letter-spacing: -0.72px;
}

@media only screen and (min-width: 320px) {
    h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
}

@media only screen and (min-width: 375px) {
    h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1440px) {
    h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
    }
}

p {
    color: var(--white, #fff);
}

@media only screen and (min-width: 320px) {
    p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
}

@media only screen and (min-width: 375px) {
    p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    p {
        color: var(--white, #fff);
        font-size: 16px;
        line-height: 24px;
    }
}

.btn-primary {
    text-align: center;
    font-family: ProximaNovaRegularBold;
    font-weight: 700;
    background-color: #96a825;
    color: var(--white);
    border: 1px solid #96a825;
    border-radius: 30px !important;
    width: 100%;
    height: 54px;
    justify-content: space-between;
}

@media only screen and (min-width: 320px) {
    .btn-primary {
        width: 244px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) {
    .btn-primary {
        width: 257px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 568px) {
    .btn-primary {
        width: 257px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-primary {
        font-size: 12px;
        line-height: 14px;
        width: 100%;
        height: 48px;
        width: 155px;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-primary {
        font-size: 12px;
        line-height: 20px;
        width: 195px;
    }
}

@media only screen and (min-width: 1288px) {
    .btn-primary {
        font-size: 14px;
        line-height: 20px;
        width: 222px;
    }
}

@media only screen and (min-width: 1440px) {
    .btn-primary {
        font-size: 16px;
        line-height: 24px;
        width: 257px;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-primary img {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (min-width: 1299px) {
    .btn-primary img {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (min-width: 1439px) {
    .btn-primary img {
        width: 24px;
        height: 24px;
    }
}

.form-group-text-area {
    padding-right: 0.8rem;
}

@media only screen and (min-width: 320px) {
    .text-area {
        width: 100%;
        text-align: start;
    }
}

@media only screen and (min-width: 768px) {
    .text-area {
        width: 100%;
    }
}

@media only screen and (min-width: 1023px) {
    .text-area {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.large-content ul {
    padding-left: 0.5rem;
}

.large-content h2 {
    text-align: start;
}

.large-content ul li {
    text-align: start;
}

.event-info-content ul li {
    color: #fff;
    text-align: start;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

@media only screen and (min-width: 375px) {
    .large-content ul li {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1439px) {
    .large-content ul li {
        font-size: 16px;
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="password"] {
    background-color: #3d4245;
    border: none;
    border-radius: 6.4px !important;
    padding: 1rem;
    color: #fff;
    padding: 30px 20px 6px 20px;
    margin-top: 1.25rem;
}

textarea {
    background-color: #3d4245 !important;
    border: none !important;
    border-radius: 6.4px !important;
    color: #fff !important;
    padding: 24px 24px 32px 24px;
}

.form-group {
    position: relative;
    padding-left: 0.4rem;
}

@media only screen and (max-width: 480px) {
    .form-group {
        margin-bottom: 0;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.form-select:focus,
.form-control:focus {
    background-color: #3d4245;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.6);
}

.material-input {
    width: 100%;
    font-size: 16px !important;
    transition: border-bottom-color 0.3s !important;
}

    .material-input:focus {
        outline: none;
        border-bottom-color: #2196f3;
    }

.input-label {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transition: top 0.3s, font-size 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.material-input:focus + .input-label,
.material-input:not(:placeholder-shown) + .input-label {
    top: 32%;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.form-select {
    color: #fff;
    background-image: url("../../../img/auth/arrow-down.svg");
    background-color: #3d4245;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

    .form-select option {
        color: rgba(255, 255, 255, 0.6);
    }

        .form-select option:checked {
            color: #fff;
        }

form {
    width: 100%;
    margin-top: 1rem;
}

@media only screen and (max-width: 480px) {
    #registerForm .form-check {
        padding-left: 1rem;
        margin-top: 1rem;
    }
}

.form-check label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button:after {
    content: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.button-area .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
    border: 1px solid #96a825;
}

.accordion-button {
    border-radius: 0;
}

.submit-form-btn {
    float: right;
    width: 138px;
    height: 48px;
}

@media only screen and (max-width: 480px) {
    .submit-form-btn {
        float: none;
        width: 95%;
        margin-top: 0.5rem;
    }
}

.form-text {
    color: var(--neutral-white-50, rgba(255, 255, 255, 0.5));
    font-size: 16px;
    font-family: ProximaNovaRegular;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 32px;
}

#specialEventForm .row {
    margin: 0;
}

@media only screen and (max-width: 480px) {
    .form-check-area {
        margin-top: 1rem;
        padding-left: 0.2rem;
    }
}

.form-check-input {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

.select2-container--default .select2-selection--single {
    background: #3d4245 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: start;
}

.parsley-errors-list {
    color: #FB2B29 !important;
}

.select-input-group .parsley-errors-list.filled {
    margin-top: 42px;
    margin-bottom: -60px;
    position: relative;
    top: 24px;
}

.select-input-group .parsley-errors-list:not(.filled) {
    display: none;
}

.select-input-group .parsley-errors-list.filled + span.select2 {
    margin-bottom: 30px;
}

    .select-input-group .parsley-errors-list.filled + span.select2 span.select2-selection--single {
        border: 1px solid #FB2B29 !important;
    }

.select-input-group .parsley-errors-list.filled {
    margin-top: 42px;
    margin-bottom: -60px;
    position: relative;
    top: 22px;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url(../../../img/auth/checked.svg);
    background-color: #98a726;
    border-color: #98a726;
}
.parsley-errors-list {
    padding-left: 0 !important;
}