#counter {
    z-index: 9999;
}

.container-bar {
    top: 38%;
}

.main_content {
    background-image: url(../../assets/images/common/background_pro_support.png);
}

.main_content .container {
    over-flow: hidden;
}

.form-bodyText {
    font-size: 18px;
    color: #646464;
}

.form-supportChild_wrapper {
    margin-bottom: 37px;
}

.form-content {
    margin-top: 28px;
}

.d-none {
    display: none;
}

.default-color {
    color: #646464;
}

.form-supportChildCustom {
    padding: 0;
    margin: auto;
    text-align: center;
}

.form-supportChildCustom li {
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
}

.form-supportChildCustom li button {
    padding: 0;
    background-color: #F5F5F5;
    color: #BEBEBE;
    border: 1px solid #BEBEBE;
}

.form-supportChildCustom .form-supportChild_amount {
    font-weight: bold;
    font-size: 18px;
    height: 70px;
    margin: 0;
}

.form-supportChildCustom .form-supportChild_amount p {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    margin-top: 30px;
    color: #707070;
}

.form-supportChildCustom .form-supportChild_amount p.other-price {
    font-size: 22px;
}

.form-supportChildCustom .form-supportChild_active {
    background: #FFD2B2;
    color: #FF6B00;
    border: 1px solid #FF6B00;
}

.form-supportChildCustom .form-supportChild_active:after {
    display: none;
}

.form-supportChildCustom .form-supportChild_active p {
    color: #FF6B00;
}

.form-supportChildCustom .form-supportChild_active:before {
    background-color: unset;
    border-radius: 0;
    position: absolute;
    border-left: 4px solid #FF6B00;
    border-bottom: 4px solid #FF6B00;
    content: "";
    width: 14px;
    height: 8px;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 28px;
    top: 29px;
    z-index: 1;
}

.form-supportChildCustom .form-supportChild_block {
    background-color: #FFFFFF;
    border-radius: 0 0 6px 6px;
}

.form-supportChildCustom .form-supportChild_img {
    display: none;
    text-align: left;
    margin: 0;
}

.form-supportChildCustom .form-supportChild_img img {
    width: 157px;
    height: 133px;
    padding: 20px;
    border-radius: 28px;
}

.form-supportChildCustom .form-supportChild_img p {
    word-break: break-all;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000000;
    padding: 0 28px 0 9px;
    text-align: justify;
    line-height: 22px;
}

.form-supportChildCustom .form-supportChild_active .form-supportChild_img {
    display: flex;
}

.form-supportChildCustom .form-item {
    width: 100%;
    padding: 18px;
    padding-bottom: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.form-supportChildCustom .form-item label {
    color: #000000;
}

.form-supportChildCustom .form-item input {
    border: 1px solid #dddddd;
}

.form-supportChildCustom .form-item span {
    color: #000000;
    font-size: 12px;
}

#support_price_required.form-item_required {
    background-color: unset !important;
}

#support_price_required.form-item_inputed {
    background-color: unset;
}

#support_price_required.form-item_inputed:after {
    left: 4px;
}

#support_price_required.form-item_inputed:before {
    left: 0;
}

#support_price {
    font-size: 16px !important;
}

#form-postOffice {
    padding: 18px 7.5% 18px 12px;
    margin-top: 12px;
}

.form-supportPrice {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-supportPrice label {
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 12px;
}

.form-input_select:before {
    top: 1px;
    background: #fff0 !important;
}

.form-select_postOffice {
    padding: 18px 7.5% 18px 12px;
    margin-top: 15px;
}

.container-secure {
    margin: 199px 0 0 60px;
}

.container-secure_content {
    font-size: 14px;
    display: flex;
    white-space: nowrap;
}

.container-secure_content img {
    width: 180px;
    height: 70px;
    margin: 0 24px 25px 0;
}

.container-secure span {
    font-size: 11px;
    white-space: nowrap;
}

.error_input {
    background-color: #FFCFCF !important;
}

.form-input__policy {
    background: #E6F0F9;
    border-radius: 5px;
    padding-left: 25px;
    line-height: 58px;
    font-size: 18px;
    color: #0000FF;
    position: relative;
    display: block;
    cursor:pointer;
}

.b-checked {
    border: 2px solid #2196F3;
}

.form-input__policy span {
    color: #000000;
}

.form-input__policy span a {
    margin-left: 20px;
}

.form-foreigner {
    display: flex;
    background: #E6F0F9;
    padding: 14px 25px;
    align-items: center;
    position: relative;
    border-radius: 4px;
    cursor:pointer;
}

.form-foreigner > span {
    width: 100%;
    margin-left: 20px;
    font-size: 18px;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 11px;
    left: 10px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #2196F3;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 8px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom checkbox2 */
.checkmark2 {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #2196F3;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark2 {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark2:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark2:after {
    left: 8px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-grey {
    color: #808080
}

.mt-15 {
    margin-top: 15px;
}

.fs-small {
    font-size: 80%;
}

.form-check_personalInfo input {
    width: 24px;
    height: 24px;
}

.input-item_inputed {
    border: 1px solid #50DB01 !important;
}

.tooltip_view {
    font-size: 12px;
}

.form-submit_active,
.confirm-button_submit,
.confirm-button_submit {
    position: relative;
}

/* loadding */
button .loader {
    display: none;
    position: absolute;
    left: calc(50% - 5px);
    bottom: calc(50% - 5px);
    font-size: 8px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

.form-body .form-thanks_header {
    letter-spacing: 0;
}

.form-body .form-thanks_orderNo {
    font-size: 22px;
}

.thanks-chileInfo span {
    font-size: 16px !important;
}

.thanks-chileInfo img {
    margin-bottom: 60px !important;
}

.thanks-aboutMail_notes {
    margin-top: 5px;
}

.form-supportChildCustom .text-lable {
    font-size: 20px;
    font-weight: bold;
}

.form-supportChildCustom .text-lable .sub-text {
    color: #808080;
    font-size: 18px;
    position: relative;
    font-weight: normal;
}

.form-supportChildCustom .text-lable .sub-text::before {
    right: -18px;
    left: auto;
    top: 0;
}

.form-supportChildCustom .text-lable .sub-text::after {
    right: -14px;
    left: auto;
}

@keyframes mulShdSpin {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.form-body .thanks-chileInfo_title {
    padding-bottom: 23px;
    border-bottom: 8px solid #FF6B00;
}

.form-body .thanks-chileInfo span {
    width: 100%;
}

.select-region__description::before {
    background: #fff0 !important
}

.mt-13 {
    margin-top: 13px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mt-29 {
    margin-top: 29px !important;
}

.fs-20 {
    font-size: 20px !important;
    color: #000000;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.confirm-itemBlock_imgbox img {
    width: 95px !important;
    height: 95px;
    margin: auto 0;
}

@media only screen and (max-width: 428px) {
    .confirm-itemBlock_imgbox img {
        width: 80px !important;
        height: 80px;
    }
}

.form-select_payment {
    cursor: pointer;
}

.paid-regulation_checkBox {
    background: #E6F0F9;
    border-radius: 5px;
    padding-left: 25px;
    line-height: 58px;
    font-size: 18px !important;
    color: #0000FF;
    position: relative;
    display: block;
    cursor: pointer;
}

.paid-regulation_checkBox .agree {
    color: #000000;
    margin-left: 20px;
}

.paid-regulation_checkBox .checkmark2 {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #2196F3;
    border-radius: 5px;
}

.paid-regulation_checkBox input:checked~.checkmark2 {
    background-color: #2196F3;
}

.paid-regulation_checkBox input:checked~.checkmark2:after {
    content: '';
    display:block;
    left: 8px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#Handling_PersonalData {
    opacity: 0;
    position: absolute;
}
