/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.login_page {
    margin: 65px auto;
}
@media (min-width: 1024px) {
    .login_page-block {
        min-height: 343px;
    }
    .login_page-block.siteDiv-JP {
        min-height: unset;
    }
    .login_page-block--short {
        min-height: unset;
        margin-bottom: 20px;
    }
    .login_page-block--long.siteDiv-JP {
        height: unset;
    }
}
.login_page-block--social {
    margin-bottom: 20px;
}
@media (max-width: 1023.98px) {
    .login_page-block--social {
        margin-bottom: 30px;
    }
}
.login_page-block-body {
    padding-bottom: 30px;
}
.login_page-title {
    padding: 0;
}
@media (max-width: 1023.98px) {
    .login_page-title {
        margin-bottom: 20px;
    }
}
.login_page-sub_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
}
@media (max-width: 1023.98px) {
    .login_page-sub_title {
        padding: 0;
    }
}
.login_page-text {
    padding-bottom: 20px;
    text-align: center;
}
@media (max-width: 1023.98px) {
    .login_page {
        margin: 20px auto 35px;
    }
    .login_page-block {
        border-width: 1px 0 0;
        border-radius: 0;
    }
    .login_page-block-body {
        padding: 15px 0 0;
    }
}
.login_page .outsite_signin_divider {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 15px 0;
}
.login_page .outsite_signin_divider-liner {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.login_page .outsite_signin_divider-text {
    color: #666;
    white-space: nowrap;
}
.login_page-form {
    position: relative;
}
@media (min-width: 1024px) {
    .login_page-wrapper--container {
        flex: initial;
        width: 393px;
        max-width: initial;
        margin: 0 15px;
        padding: unset;
    }
}
@media (max-width: 1023.98px) {
    .login_page-wrapper--container .forgot_password-link {
        padding: 10px 0 15px;
    }
}
.login_page-wrapper .login-auth-social_form {
    margin-bottom: unset;
}

.forget_password {
    max-width: 395px;
    padding: 0 20px 50px;
}
@media (min-width: 1280px) {
    .forget_password {
        padding-bottom: 100px;
    }
}
.forget_password-title {
    margin: 23px 0 19px;
    text-align: center;
}
@media (min-width: 1280px) {
    .forget_password-title {
        padding-top: 65px;
    }
}
.forget_password .request_password-btn {
    width: 100%;
}
@media (min-width: 1280px) {
    .forget_password .request_password-btn {
        max-width: 132px;
    }
}

.student_account-wrapper {
    max-width: 495px;
    margin: 0 auto 100px;
}
.student_account-register_title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
.student_account-help_text {
    margin: 14px 0 15px;
    color: #999;
}
.student_account-select_data {
    width: 100%;
}
.student_account-form_group {
    display: inline-block;
    padding: 5px 20px 0 27px;
}
.student_account-enabled {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .student_account-enabled {
        display: flex;
    }
}
@media (min-width: 768px) {
    .student_account-nonverified {
        justify-content: center;
        text-align: center;
    }
}
.student_account-banner {
    text-align: center;
}
@media (max-width: 1023.98px) {
    .student_account-banner {
        width: 100%;
        margin-bottom: 34px;
    }
}
.student_account-school_select, .student_account-create_wrapper {
    width: 50%;
    max-width: 495px;
}
@media (max-width: 1023.98px) {
    .student_account-school_select, .student_account-create_wrapper {
        width: 100%;
        max-width: 100%;
    }
}
.student_account-banner_img {
    max-width: 393px;
    max-height: 393px;
    margin: 0 auto;
}
@media (max-width: 1023.98px) {
    .student_account-banner_align {
        padding-right: 20px;
    }
}
@media (max-width: 767.98px) {
    .student_account-banner_align {
        padding-right: 0;
    }
}
.student_account-select_box {
    margin-bottom: 30px;
}
.student_account-select_box.error {
    border: 1px solid #f00;
}
.student_account-find_school {
    text-align: center;
    padding-top: 10px;
}
.student_account-find_school-link {
    text-decoration: underline;
}
.student_account-continue_shopping {
    width: 100%;
}
.student_account-edit_link {
    padding-left: 10px;
    color: #999;
    text-decoration: underline;
}
.student_account-school_title, .student_account-school_description {
    display: none;
}
@media (min-width: 768px) {
    .student_account-success_block .student_account-school_title {
        max-width: 430px;
        margin: 0 auto 24px;
    }
}
.student_account-category_error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #f00;
}
.student_account-category_divider {
    margin: 15px 0;
    border-top: 1px solid #ccc;
}
.student_account-submit_btn {
    margin-top: 15px;
}
.student_account .btn-dark {
    width: 100%;
}

.student_account-created .student_account-register_label {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 20px;
}
.student_account-created .student_account-register_title {
    font-size: 18px;
}

.student_account_modal {
    width: 100%;
    margin: 0 auto;
    padding-right: 0 !important;
}
@media (min-width: 768px) {
    .student_account_modal {
        width: 472px;
    }
}
.student_account_modal-body {
    padding: 30px 40px 14px;
}
.student_account_modal .student_account-wrapper {
    margin: 0 auto 26px;
}
.student_account_modal .student_account-school_description {
    display: block;
}
.student_account_modal .d-none-popup {
    display: none;
}
.student_account_modal .student_account-school_title {
    text-transform: capitalize;
    display: block;
    font-size: 18px;
}

.content_asset-student_account_create_banner {
    width: 100%;
}
@media (min-width: 1024px) {
    .content_asset-student_account_create_banner {
        width: 50%;
    }
}

/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.searchable_input-main {
    border-bottom: 0 !important;
}
.searchable_input-container {
    height: 46px !important;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 0 !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.searchable_input-result_container {
    top: 0;
    border: 0 !important;
}
.searchable_input-result_list {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.searchable_input-result_option {
    max-height: 200px;
    overflow-y: auto;
}
.searchable_input-label::after {
    content: none !important;
}
.searchable_input-custom_input {
    height: 46px !important;
    border-color: #000 !important;
}
.searchable_input-option {
    padding-left: 10px !important;
}

.state-city-wrapper .select2-container--open {
    position: unset !important;
    border: 0;
}

.select2-dropdown--above .select2-search {
    order: 2;
}
.select2-dropdown--above .select2-results {
    order: 1;
}
.select2-dropdown--above .select2-search--dropdown {
    padding: 0;
}

.custom-floating-label-container {
    position: relative;
    margin-top: 0;
}
.custom-floating-label-container .select2-search__field {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 8px 6px;
    font-size: 16px;
}
.custom-floating-label-container .custom-floating-label {
    position: absolute;
    top: -10px;
    left: 8px;
    font-size: 14px;
    color: #999;
    padding: 0 4px;
    background: #fff;
    transition: all 0.2s ease;
    pointer-events: none;
}
.custom-floating-label-container .select2-search__field:not(:-moz-placeholder-shown) + .custom-floating-label {
    top: -6px;
    left: 6px;
    font-size: 12px;
    color: #333;
}
.custom-floating-label-container .select2-search__field:not(:-ms-input-placeholder) + .custom-floating-label {
    top: -6px;
    left: 6px;
    font-size: 12px;
    color: #333;
}
.custom-floating-label-container .select2-search__field:focus + .custom-floating-label,
.custom-floating-label-container .select2-search__field:not(:placeholder-shown) + .custom-floating-label {
    top: -6px;
    left: 6px;
    font-size: 12px;
    color: #333;
}

.select2-dropdown--below .select2-search--dropdown {
    padding: 0;
}

@media (min-width: 1280px) {
    .idn-city-wrapper .select2-container {
        float: right;
        width: 285px !important;
        margin-right: 10px;
        margin-left: 45px;
    }
}
@media (min-width: 1280px) {
    .idn-city-wrapper .select2-dropdown {
        left: 7px;
        float: right;
        width: 285px !important;
        margin-left: 45px;
    }
}

@media (min-width: 1280px) {
    .idn-state-wrapper .select2-container {
        float: right;
        width: 285px !important;
        margin-right: -10px;
    }
}
@media (min-width: 1280px) {
    .idn-state-wrapper .select2-container .select2-dropdown {
        left: 7px;
    }
}

body.select2-open {
    position: static !important;
    overflow: auto !important;
}

.three-col-row .select2-container {
    margin-left: 20px;
}
.three-col-row .select2-container .select2-dropdown {
    left: 20px;
}
.three-col-row .locator_dropdown-select_state ~ span .select2-container {
    margin-left: 11px;
}
.three-col-row .locator_dropdown-select_state ~ span .select2-container .select2-dropdown {
    left: 11px;
}
.three-col-row .locator_dropdown-select_city ~ span .select2-container {
    margin-left: 10px;
}
.three-col-row .locator_dropdown-select_city ~ span .select2-container .select2-dropdown {
    left: 10px;
}

.create-student_account {
    /* stylelint-disable-next-line no-descending-specificity */
}
.create-student_account .custom-floating-label-container .custom-floating-label {
    display: none !important;
}
.create-student_account .select2-container--open .selection {
    display: none !important;
}
.create-student_account .searchable_input-container {
    height: 20px !important;
}
.create-student_account .searchable_input-custom_input {
    height: 40px !important;
    border-color: #000 !important;
}
.create-student_account .select2-search__field {
    border-radius: 4px;
}

.js-student-verification-success {
    text-align: center;
}
.js-student-verification-success h2 {
    font-size: 24px;
}
.js-student-verification-success p,
.js-student-verification-success span {
    color: #666;
    font-size: 15px;
}
.js-student-verification-success .student-customer-service-section {
    margin-top: 26px;
}
.js-student-verification-success .student-verification-email-information-section {
    margin-bottom: 24px;
}
.js-student-verification-success .student-verification-email-information-section p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 22px;
    padding-top: 5px;
}
.js-student-verification-success .student-verification-spam-text {
    color: #666;
    font-size: 15px;
    margin-bottom: 5px !important;
}

.student_token_verification-popup .modal-content {
    max-width: 534px;
    padding: 2.5rem 1.5rem;
}

.student_token_verification-title {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.student_token_verification-shop_now {
    display: inline-block;
    width: 100%;
    min-width: 12rem;
}

.student_account-register_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.student_account-register_title-expire {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.student_account-expire-text {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 15px;
}

.account_menu_modal-student-verification-text {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.js-student-verification-email-display {
    display: block;
    padding-top: 10px;
}

.student_account_create .student_account-info_text {
    margin: 20px 0 25px;
    line-height: 22px;
}
.student_account_create .js-student-email-verification-form-click {
    font-size: 14px !important;
    line-height: 21px;
}

.c-link--underline {
    text-decoration: underline;
    color: #666;
}

@media (max-width: 1023.98px) {
    .student_account_modal-content .modal-content {
        max-width: 90%;
    }
}
.student_account-not-verified-link {
    text-align: center;
    padding-top: 15px;
}
.student_account-not-verified-link .student_account-verification_school-link {
    color: #666;
    text-decoration: underline;
}

.js-student-account-create-link-container .js-create-student-account-link {
    text-decoration: underline;
}

@media (max-width: 1023.98px) {
    .student_account_modal-content.modal-content {
        max-width: 90%;
    }
}
.js-student-verification-email-show-expired-section .js-student-verification-email-display {
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
    padding-top: 5px;
}

.js-student-verification-success.student-email-popup {
    text-align: center;
}
.js-student-verification-success.student-email-popup h2 {
    font-size: 18px;
}
.js-student-verification-success.student-email-popup p,
.js-student-verification-success.student-email-popup span {
    color: #666;
    font-size: 15px;
}
.js-student-verification-success.student-email-popup .js-student-verification-success-email-show {
    color: #000;
}
.js-student-verification-success.student-email-popup .js-popup-student-verification-resend-link {
    text-decoration: underline;
}
.js-student-verification-success.student-email-popup .js-student-verification-resend {
    color: #666;
    margin-bottom: 17px;
}
.js-student-verification-success.student-email-popup .js-student-verification-email-display {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    padding-top: 0;
}

.searchable_input-main {
    width: 100% !important;
    margin-bottom: 30px;
}
.searchable_input-main .searchable_input-container {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
.searchable_input-main .searchable_input-container .select2-selection__rendered {
    flex: 1;
    padding: 24px 40px 8px 12px;
    color: #000;
    line-height: 20px;
}
.searchable_input-main .searchable_input-container .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}
.searchable_input-main .searchable_input-container .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: -5px 0 0 -4px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}

.searchable_input-result_option {
    max-height: 200px;
    overflow-y: auto;
}

.create-student_account .select2-search__field:focus-visible {
    outline: none;
}

.student_account-banner {
    text-align: end;
    padding-right: 40px;
}
@media (max-width: 1023.98px) {
    .student_account-banner {
        padding-right: 0;
    }
}

.student_account_modal-body {
    padding: 30px 20px 14px;
}

.student_account_modal {
    width: 500px;
}
@media (max-width: 1023.98px) {
    .student_account_modal {
        width: 100%;
    }
}
.student_account_modal .modal-content .close {
    z-index: 10;
    width: 20px;
    height: 20px;
}
