.supplier_step_register {
    box-shadow: none;
}
.body-clearfix {
    display: flex;
    flex-flow: row nowrap;
    background: #fff;
    padding: 15px 0;
}
/* body-box-owner */
.body-box-owner {
    width: 50%;
    margin: 15px;
    padding: 13px;
    height: fit-content;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* owner-head */
.body-box-owner .owner-head {
    text-align: left;
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
}
/* owner-form */
.body-box-owner .owner-form {
    display: block;
    width: 100%;
    margin: 10px auto 0 auto;
}
.body-box-owner .owner-form .box-in {
    display: block;
    /* margin: 0 0 0 15px; */
}
.body-box-owner .owner-form .box-in .input-title {
    margin-bottom: 3px;
    font-size: 14px;
}
.body-box-owner .owner-form .box-in .in:nth-child(1) {
    display: block;
    padding: 0 0 7px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #000000de;
}
.body-box-owner .owner-form .box-in .in:nth-child(2) {
    display: block;
    padding: 10px 0px 10px 2px;
}
.body-box-owner .owner-form .box-in .in-img {
    display: table-cell;
    padding: 10px 0px 10px 10px;
    text-align: left;
    color: #000000de;
    font-size: 12px;
}
.body-box-owner .owner-form .box-in .in-note {
    display: table-cell;
    padding: 10px 0px 10px 10px;
    text-align: left;
    color: #000000de;
    font-size: 12px;
}
.radio_con {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 4px;
    align-items: center;
}
/* end body-box-owner */
/* body-box-shopinfo*/
.body-box-shopinfo {
    width: 50%;
    margin: 15px 15px 0 0;
    padding: 13px;
    height: fit-content;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.body-box-shopinfo .shopinfo-head {
    text-align: left;
    padding: 0;
    font-size: 16px;
    color: #dc3545;
    background-color: #fff;
    font-weight: bold;
}
.body-box-shopinfo .shopinfo-form {
    display: table;
    width: 100%;
    margin: 10px auto 0 auto;
}
.body-box-shopinfo .shopinfo-form .box-di {
    display: block;
}
.body-box-shopinfo .shopinfo-form .box-di .input-title {
    margin-bottom: 3px;
    font-size: 14px;
}
.body-box-shopinfo .shopinfo-form .box-di .di:nth-child(1) {
    display: block;
    padding: 0 0 7px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #000000de;
}
.body-box-shopinfo .shopinfo-form .box-di .di:nth-child(2) {
    display: table-cell;
    padding: 10px 0px 10px 2px;
}
.body-box-shopinfo .shopinfo-form .box-di .di-link {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px;
    color: #000000de;
}
/* end body-box-shopinfo*/
/* body-box-submit */
.body-box-submit {
    margin: 0 10px 30px 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#forminput {
    background: #fff;
    padding: 0 0 2px 0;
}
.body-box-submit .submit-checkbox {
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 13px;
    color: #000000de;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.body-box-submit .submit-input {
    text-align: center;
    margin: 10px auto 0 auto;
}
.txt_input,
.optList,
.txt_tel,
.txt_bgimg {
    padding: 7px;
    font-size: 13px !important;
}
/* end body-box-submit */
/* ######################################################## */
/* File upload icon */
.variants {
    display: flex;
    justify-content: center;
    align-items: center;
}
.variants>div {
    margin-right: 5px;
}
.variants>div:last-of-type {
    margin-right: 0;
}
.file {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
}
.file>input[type='file'] {
    display: none;
    margin-left: -90px;
    z-index: 1;
}
.file>label {
    white-space: nowrap;
    /* z-index: 10; */
    width: 150px;
    font-size: 1.1rem;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    user-select: none;
    /* border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186); */
    border-color: 1px solid #121961;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    background-color: hsl(0, 0%, 100%);
    /* color: hsl(0, 0%, 29%); */
    color: #121961;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file>label:hover {
    border-color: hsl(0, 0%, 21%);
}
.file>label:active {
    background-color: hsl(0, 0%, 96%);
}
.file>label>i {
    padding-right: 5px;
}
.file--upload>label {
    color: hsl(204, 86%, 53%);
    border-color: hsl(204, 86%, 53%);
}
.file--upload>label:hover {
    border-color: hsl(204, 86%, 53%);
    background-color: hsl(204, 86%, 96%);
}
.file--upload>label:active {
    background-color: hsl(204, 86%, 91%);
}
/* Preview IMG */
.box-in .in div.perview>img {
    width: 100%;
    aspect-ratio: 3/2;
    display: none;
    margin-bottom: 15px;
}
.box-di .di img {
    width: 100%;
    /* aspect-ratio: 3/2; */
    display: none;
    margin-bottom: 15px;
}
.perview img {
    display: block;
    width: 100%;
    max-width: 195px;
    margin: 0 0 10px;
    border-radius: 5px;
    animation: fadeIn 1s;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.optList {
    height: 31px;
}
.buyrer-post-item .head-title {
    font-size: 14px;
    display: flex;
    column-gap: 4px;
}
.ex_image {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
#div2-3 {
    position: relative !important;
}
.image_popup {
    display: none;
    width: 500px;
    height: 500px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
}
.condition-link {
    font-weight: normal;
    color: #00A6DD;
}
.condition-link:hover {
    color: #990000;
    cursor: pointer;
}
/* Option bankpayment selects */
.img_selecter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.txt_selecter {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding: 0 0 0 10px;
    display: block;
    color: #000000de;
    flex: auto;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c9e3ffa3;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 20px 5px 8px !important;
}
/* Placeholder */
::placeholder {
    color: #999;
    font-size: 12px;
}
/* image example */
.image_example {
    display: inline-block;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
.example_image_show {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1005;
}
.example_image_bg {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.close_img_show {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #000000de;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}
a:not([href]):not([tabindex]) {
    text-decoration: underline;
}
.category.z_zero {
    z-index: 0 !important;
}
@media (min-width:992px) and (max-width: 1199.87px) {
    .fbplbadge {
        display: none !important;
    }
    .header-seller #row-header {
        min-height: 85px;
    }
    .header-seller #row-header .header-inner .regists-step {
        padding: 0;
        top: -30px;
    }
    /* Form InfoSupplier */
    .body-clearfix {
        margin-top: 10px;
        padding: 0 10px 15px 10px;
        display: flex;
        flex-direction: column;
    }
    .body-box-owner,
    .body-box-shopinfo {
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
    .border-box-form {
        padding: 10px 10px 40px;
    }
    .radio_con {
        margin: 10px 0;
    }
    .buyrer-post-item .head-title {
        margin: 0 0 10px 0;
    }
    /* Form Agreement */
    #forminput {
        background-color: #fff;
        padding: 0 0 2px 0;
    }
    .body-box-submit {
        margin: 0 10px 30px 10px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    a:not([href]):not([tabindex]) {
        text-decoration: underline;
    }
    .body-box-submit .submit-checkbox {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 13px;
        margin: 0 auto 0 auto;
        color: #000000de;
        gap: 5px;
    }
}
@media (min-width:768px) and (max-width: 991.98px) {
    .fbplbadge {
        display: none !important;
    }
    .header-seller #row-header {
        min-height: 85px;
    }
    .header-seller #row-header .header-inner .regists-step {
        padding: 0;
        top: -30px;
    }
    /* Form InfoSupplier */
    .body-clearfix {
        margin-top: 10px;
        padding: 0 10px 15px 10px;
        display: flex;
        flex-direction: column;
    }
    .body-box-owner,
    .body-box-shopinfo {
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
    .border-box-form {
        padding: 10px 10px 40px;
    }
    .radio_con {
        margin: 10px 0;
    }
    .buyrer-post-item .head-title {
        margin: 0 0 10px 0;
    }
    /* Form Agreement */
    #forminput {
        background-color: #fff;
        padding: 0 0 2px 0;
    }
    .body-box-submit {
        margin: 0 10px 30px 10px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    a:not([href]):not([tabindex]) {
        text-decoration: underline;
    }
    .body-box-submit .submit-checkbox {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 13px;
        margin: 0 auto 0 auto;
        color: #000000de;
        gap: 5px;
    }
}
@media (min-width:541px) and (max-width: 767px) {
    .fbplbadge {
        display: none !important;
    }
    .header-seller #row-header {
        min-height: 85px;
    }
    .header-seller #row-header .header-inner .regists-step {
        padding: 0;
        top: -30px;
    }
    /* Form InfoSupplier */
    .body-clearfix {
        margin-top: 10px;
        padding: 0 10px 15px 10px;
        display: flex;
        flex-direction: column;
    }
    .body-box-owner,
    .body-box-shopinfo {
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
    .border-box-form {
        padding: 10px 10px 40px;
    }
    .radio_con {
        margin: 10px 0;
    }
    .buyrer-post-item .head-title {
        margin: 0 0 10px 0;
    }
    /* Form Agreement */
    #forminput {
        background-color: #fff;
        padding: 0 0 2px 0;
    }
    .body-box-submit {
        margin: 0 10px 30px 10px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    a:not([href]):not([tabindex]) {
        text-decoration: underline;
    }
    .body-box-submit .submit-checkbox {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 13px;
        margin: 0 auto 0 auto;
        color: #000000de;
        gap: 5px;
    }
    /* PopUp Account */
    .image_ex {
        width: 400px;
    }
}
@media (min-width:442px) and (max-width: 540px) {
    .fbplbadge {
        display: none !important;
    }
    .header-seller #row-header {
        min-height: 85px;
    }
    .header-seller #row-header .header-inner .regists-step {
        padding: 0;
        top: -30px;
    }
    /* Form InfoSupplier */
    .body-clearfix {
        margin-top: 10px;
        padding: 0 10px 15px 10px;
        display: flex;
        flex-direction: column;
    }
    .body-box-owner,
    .body-box-shopinfo {
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
    .border-box-form {
        padding: 10px 10px 40px;
    }
    .radio_con {
        margin: 10px 0;
    }
    .buyrer-post-item .head-title {
        margin: 0 0 10px 0;
    }
    /* Form Agreement */
    #forminput {
        background-color: #fff;
        padding: 0 0 2px 0;
    }
    .body-box-submit {
        margin: 0 10px 30px 10px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    a:not([href]):not([tabindex]) {
        text-decoration: underline;
    }
    .body-box-submit .submit-checkbox {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 13px;
        margin: 0 auto 0 auto;
        color: #000000de;
        gap: 5px;
    }
    /* PopUp Account */
    .image_ex {
        width: 360px;
    }
}
@media (min-width: 376.78px) and (max-width:441.87px) {
    .fbplbadge {
        display: none !important;
    }
    .header-seller #row-header {
        min-height: 85px;
    }
    .header-seller #row-header .header-inner .regists-step {
        padding: 0;
        top: -30px;
    }
    /* Form InfoSupplier */
    .body-clearfix {
        margin-top: 10px;
        padding: 0 10px 15px 10px;
        display: flex;
        flex-direction: column;
    }
    .body-box-owner,
    .body-box-shopinfo {
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
    .border-box-form {
        padding: 10px 10px 40px;
    }
    .radio_con {
        margin: 10px 0;
    }
    .buyrer-post-item .head-title {
        margin: 0 0 10px 0;
    }
    /* Form Agreement */
    #forminput {
        background-color: #fff;
        padding: 0 0 2px 0;
    }
    .body-box-submit {
        margin: 0 10px 30px 10px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    a:not([href]):not([tabindex]) {
        text-decoration: underline;
    }
    .body-box-submit .submit-checkbox {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 13px;
        margin: 0 auto 0 auto;
        color: #000000de;
        gap: 5px;
    }
    /* PopUp Account */
    .image_ex {
        width: 350px;
    }
}
@media (max-width: 375.87px) {
    .fbplbadge {
        display: none !important;
    }
    .header-seller #row-header {
        min-height: 85px;
    }
    .header-seller #row-header .header-inner .regists-step {
        padding: 0;
        top: -30px;
    }
    /* Form InfoSupplier */
    .body-clearfix {
        margin-top: 10px;
        padding: 0 10px 15px 10px;
        display: flex;
        flex-direction: column;
    }
    .body-box-owner,.body-box-shopinfo {
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
    .border-box-form {
        padding: 10px 10px 40px;
    }
    .radio_con {
        margin: 10px 0;
    }
    .buyrer-post-item .head-title {
        margin: 0 0 10px 0;
    }
    /* Form Agreement */
    #forminput {
        background-color: #fff;
        padding: 0 0 2px 0;
    }
    .body-box-submit {
        margin: 0 10px 30px 10px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    a:not([href]):not([tabindex]) {
        text-decoration: underline;
    }
    .body-box-submit .submit-checkbox {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 13px;
        margin: 0 auto 0 auto;
        color: #000000de;
        gap: 5px;
    }
    /* PopUp Account */
    .image_ex {
        width: 290px;
    }
}