@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600&display=swap);

.buttons-for-verify-id{display:grid;grid-template-columns:240px 50px 240px;justify-content:center;align-items:center}.buttons-for-verify-id .btn{width:200px;margin:0px}.buttons-for-verify-id .btn.btn-primary{font-style:normal;font-weight:bold;font-size:16px;text-align:center}.buttons-for-verify-id .btn.btn-outline-secondary{border:1px solid #22aaec;color:#22aaec;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center}.buttons-for-verify-id p{margin-top:10px;margin-bottom:10px}.card-payment-success{padding:15px}.card-payment-success .card-body{padding:0px}@media screen and (max-width: 767px){.card-body{padding-bottom:0px}.buttons-for-verify-id{grid-template-columns:auto}}
/* order-details */
.customlink-shop-profile-shopcart .order-details {
    background-color: #F5F5F5;
    padding-bottom: 35px;
}

.customlink-shop-profile-shopcart .order-details .shipping_method{
    margin: 15px 0;
}

.customlink-shop-profile-shopcart .order-details .order-details-header {
    background-color: #F5F5F5;
    font-size: 26px;
    color: black;
    padding-top: 35px;
    font-weight: bold;
}

.customlink-shop-profile-shopcart .order-details-header-div {
    text-align: center;
    padding: 20px;
}

.customlink-shop-profile-shopcart .order-details .order-details-content {
    background-color: #F5F5F5;
    margin-top: 20px;
}
.customlink-shop-profile-shopcart .order-details .order-details-content .redirect-loading-container{
    height: auto;
}

.customlink-shop-profile-shopcart .card-section-top,.customlink-shop-profile-shopcart .card-section-bottom {
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.customlink-shop-profile-shopcart .card-section-bottom {
    margin-top: 30px;
    border: 0;
}

.customlink-shop-profile-shopcart .card-section-bottom .ant-card-body {
    padding: 0;
}

/* ShipTo Section */
.section-shipto {
    /* padding-top: 30px; */
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-top {
    background: transparent;
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-top .ant-card {
    border-radius: 7px 7px 0 0;
    border: 0;
    
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-top .ant-card .ant-card-body {
    padding: 1.25rem;
    padding-bottom: 0;
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom {
    background-color: transparent;
}
.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .ant-checkbox-wrapper{
    /* padding-right: 8px; */
    padding-left: 8px;
    margin-left: 0;
    display: inline-block;
    padding-right: 0;
}
.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .ant-checkbox-wrapper .ant-checkbox{
    margin-top: 0;
}
.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .ant-checkbox-wrapper .ant-checkbox + span{
    padding-right: 3px;
}
.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .term_and_condition .ant-checkbox-wrapper{
    padding: 0;
}
.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .ant-card {
    margin-top: -1px;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border: 0;
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-footer .ant-card {
    border-radius: 0 0 7px 7px;
    border: 0;
    background-color: #E3E8ED;
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-footer .ant-card-body {
    padding: 30px;
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-footer .ant-btn {
    min-width: 198px;
    min-height: 40px;
    height: 40px;
    color: #707783;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-footer .ant-btn.ant-btn-primary {
    color: white;
    font-weight: bold;
    background-color: #22AAEC;
}

.customlink-shop-profile-shopcart .order-details-read-tc{
    color: #22AAEC;
    cursor: pointer;
}

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

/* Input */
.customlink-shop-profile-shopcart .order-details .super-input {
    color: #384250;
    font-size: 16px;
    height: 50px;
    border: 1px solid #E3E8ED;
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
    transition: border-color .3s;
}

.customlink-shop-profile-shopcart .order-details .super-input:focus {
    outline: none !important;
    border-color: #0da9ef;
}

.customlink-shop-profile-shopcart .order-details .super-input[disabled] {
    color: #9EA9B9;
    background-color: #F5F5F5;
    border: 1px solid #E3E8ED;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.customlink-shop-profile-shopcart .order-details .super-input::-webkit-input-placeholder {
    color: rgba(158, 169, 185, 0.5)
}
    
.customlink-shop-profile-shopcart .order-details .super-input:-moz-placeholder { /* Firefox 18- */
    color: rgba(158, 169, 185, 0.5)
}
    
.customlink-shop-profile-shopcart .order-details .super-input::-moz-placeholder {  /* Firefox 19+ */
    color: rgba(158, 169, 185, 0.5)
}
    
.customlink-shop-profile-shopcart .order-details .super-input:-ms-input-placeholder {  
    color: rgba(158, 169, 185, 0.5)
}

/* Form */
.customlink-shop-profile-shopcart .order-details .ant-form-item-label > label {
    color: #9EA9B9;
    padding-left: 15px;
}

.customlink-shop-profile-shopcart .order-details .ant-form-vertical .ant-form-item-label {
    padding: 0 !important;
}


/* Select */
.customlink-shop-profile-shopcart .order-details .super-pills {
    height: 50px;
    border: 1px solid #E3E8ED;
    border-radius: 7px !important;
    box-shadow: none !important;
    transition: border-color .3s !important;
}
.customlink-shop-profile-shopcart .order-details .select-commision .super-pills{
    background-color: white;
}

.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
    height: 50px;
    padding-left: 15px;
    padding-right: 5px;
    color: #384250;
}

.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-single.ant-select-show-arrow .ant-select-selection-item, 
.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-left: 15px;
    color: #384250;
}

.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-selection-search {
    left: 0;
}

.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 50px;
    padding-left: 0;
    border: 0 !important;
    align-items: center;
    background: transparent;
}

.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-selection:hover {
    border-color: #22AAEC;
}

.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-disabled {
    border-color: #E3E8ED;
    background-color: #F5F5F5;
}

.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-disabled .ant-select-selection:hover {
    border-color: #E3E8ED;
}

.customlink-shop-profile-shopcart .order-details .super-pills input {
    height: 50px;
    border: 0 !important;
    padding: 0;
}

.customlink-shop-profile-shopcart .orange-divider {
    margin: auto;
    width: 100%;
    height: 4px;
    background-color: #FFB74F;
    border-radius: 4px;
}

.customlink-shop-profile-shopcart .orange-divider-subtitle {
    padding-top: 2px;
    font-size: 14px;
    color: #9EA9B9;
}

.customlink-shop-profile-shopcart .order-details .ant-card {
    border-radius: 10px;
}

.customlink-shop-profile-shopcart .order-details h4.ant-typography {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.customlink-shop-profile-shopcart .order-details .select-commision {
    display: flex !important;
    justify-content: center !important;
}

.customlink-shop-profile-shopcart .order-details .select-commision-radio {
    display: block !important;
    background: #e3e8ed;
    padding: 15px 0;
    /* border-bottom: 1px solid #E3E8ED;
    border-top: 1px solid #E3E8ED; */
    margin: 0 !important;
}
.customlink-shop-profile-shopcart .order-details .select-commision-radio-one .ant-radio{
    display: none;
}
.customlink-shop-profile-shopcart .order-details .select-commision-radio .ant-radio-wrapper{
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
    font-weight: 500;
    color: #384250;
    font-size: 16px;
}
.customlink-shop-profile-shopcart .order-details .select-commision-radio-one .ant-radio-wrapper{
    cursor: default;
}
.customlink-shop-profile-shopcart .order-details .select-commision-radio .ant-radio-wrapper .ant-radio{
    margin-right: 5px;
}
.customlink-shop-profile-shopcart .order-details .select-commision-radio .ant-radio-wrapper .ant-radio-inner::after{
    position: absolute;
    top: 4px;
    left: 4px;
    display: table;
    width: 6px;
    height: 6px;
    background-color: white;
    border-top: 0;
    border-left: 0;
    border-radius: 8px;
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    content: ' ';
}

.customlink-shop-profile-shopcart .order-details .select-commision-radio .ant-radio-wrapper .ant-radio-inner{
    background: #9EA9B9;
    border-color: #9EA9B9;
}
.customlink-shop-profile-shopcart .order-details .select-commision-radio .ant-radio-wrapper-checked .ant-radio-inner{
    background: #6FCF97;
    border-color: #6FCF97;
}
.customlink-shop-profile-shopcart .order-details .select-commision .ant-btn {
    border-radius: 7px;
    min-width: 160px;
    width: 100%;
}

.customlink-shop-profile-shopcart .order-details .select-commision .ant-btn.actived {
    font-size: 16px;
    border: 1px solid #22AAEC;
    background-color: #22AAEC;
    color: white;
    font-weight: bold;
}

.customlink-shop-profile-shopcart .order-details .select-commision .ant-btn.inactived {
    font-size: 16px;
    border: 1px solid #E3E8ED;
    background-color: white;
    color: #384250;
}

.customlink-shop-profile-shopcart .order-details .card-section-header {
    margin-bottom: 10px;
    background: #E3E8ED;
    font-size: 24px;
    border: 0;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.customlink-shop-profile-shopcart .order-details .card-section-header .ant-card {
    width: 100%;
    border: 0;
    width: 100%;
    margin: 20px;
}

.customlink-shop-profile-shopcart .order-details .card-section-header .ant-card-body {
    border: 0;
    padding: 20px;
}

.customlink-shop-profile-shopcart .order-details .card-section-top {
    padding-bottom: 30px;
    border: 0;
}

.customlink-shop-profile-shopcart .order-details .card-section-top .ant-card-body{
    padding: 0;
}

/* */

.customlink-shop-profile-shopcart .shipto-tabs .ant-tabs-bar {
    border: 0;
}

.customlink-shop-profile-shopcart .shipto-tabs .ant-tabs-tab-active {
    color: #0da9ef;
}

.customlink-shop-profile-shopcart .shipto-tabs .ant-tabs-ink-bar {
    background-color: #0da9ef;
}

.customlink-shop-profile-shopcart .shipto-tabs-single {
    margin-top: 30px;
}


.customlink-shop-profile-shopcart .order-details .super-alert {
    padding: 0 10px 12px 10px;
}

/* Section Form */
.customlink-shop-profile-shopcart .section-form {
    padding-top: 20px;
}

.customlink-shop-profile-shopcart .section-form h1 {
    text-transform: uppercase;
    padding-bottom: 20px;
}


.customlink-shop-profile-shopcart .order-details .ant-spin-container {
    height: auto;
}

.customlink-shop-profile-shopcart .super-input .ant-input-suffix {
    height: 24px;
    margin: auto;
}

.customlink-shop-profile-shopcart .super-input .ant-input-suffix span {
    border: 0;
    padding-left: 10px;
    padding-right: 0;
}

.customlink-shop-profile-shopcart .super-input.valid .ant-input-suffix span {
    color: black;
}

.customlink-shop-profile-shopcart .super-input.invalid .ant-input-suffix span {
    color: #E3E8ED;
}

.modal-searchzip .ant-modal-content {
    border-radius: 7px;
    transition: all .5s;
}

.modal-searchzip .ant-modal-body {
    padding: 35px 35px 60px 35px;
    transition: all .5s;
    overflow: hidden;
    padding-bottom: 0;
    border-radius: 7px;
}

.modal-searchzip .ant-modal-footer {
    display: none;
}

.modal-searchzip .ant-modal-close {
    top: 0;
    display: block;
}

.modal-searchzip .card-searchzip-item {
    width: 100%;
    min-height: 60px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 7px;
}
 .modal-searchzip li .card-searchzip-item:active {
    background: #0ca9ef;
    color: #d4eefc;
}
 .modal-searchzip li .card-searchzip-item:active  .keyword-hilight{
    color: white;
}
 .modal-searchzip ul > li:last-child .card-searchzip-item {
    border-bottom: 0;
}

 .modal-searchzip .card-searchzip-item .ant-card-body {
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
}

 .modal-searchzip .card-searchzip-item .ant-card-body .anticon {
    width: 16px;
    font-size: 20px;
    margin-right: 8px;
}

 .modal-searchzip .card-searchzip-item .keyword-hilight {
    font-weight: bold;
    color: black;
    padding: 0 1.2px;
}

 .modal-searchzip .card-searchzip-loading {
    height: 325px;
    display: grid;
    align-items: center;
    border: 0;
}

 .modal-searchzip .ant-list-empty-text {
    display: none;
}

 .modal-searchzip .ant-form-item-control-input {
    width: 100%;
}

.modal-searchzip .ant-input-search-icon{
    display: inline-block;
}
.ant-select-dropdown{
    border-radius: 7px;
    padding: 0;
  }
  .ant-select-item{
    border-bottom: 1px solid #e8e3ed;
    padding: 8px 12px;
  }
  .ant-select-item-option-active:not(.ant-select-item-option-disabled){
    background-color: #22AAEC;
    color: white;
  }

 .searchzip-layout {
    font-family: Prompt, Maven Pro, sans-serif;
    width: 101%;
    /* background: #e3e8ed; */
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

 .searchzip-infinite-container {
    overflow: inherit;
    position: relative;
    margin-top: 10px;
    max-height: 335px;
    border-radius: 7px;
    border-radius: 0;
    padding-top: 20px;
    
}
 .searchzip-infinite-container.show{
    border: none;
    margin-bottom: 50px;
    border: none !important;
}
 .searchzip-infinite-container .searchzip-infinite-container .ant-list{
    padding-right: 4px;
}
 .searchzip-infinite-container.show:before{
    content:'';
    position: absolute;
    width: 200%;
    left: -100px;
    right: -100px;
    bottom: -100px;
    top: 0;
    background-color: #e3e8ed;

}
 .searchzip-infinite-container section {
    overflow-y: scroll;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0px;
}

.searchzip-infinite-found-items {
    font-family: Prompt, Maven Pro, sans-serif;
    margin-top: 0px;
    text-align: center;
    color: #9EA9B9;
}

 .searchzip-infinite-container .ant-empty {
    height: 225px;
    padding-top: 70px;
}

.searchzip-infinite-container .ant-list-item {
    padding: 0;
}

 .searchzip-infinite-container .ant-list-split .ant-list-item {
   /*  border-bottom: 1px solid #E3E8ED; */
    margin-bottom: 9px;
    border: none;
}

 .searchzip-infinite-container .ant-list-split .ant-list-item:last-child {
    border-bottom: 0;
}

.searchzip-loading-container {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.searchzip-header {
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    font-family: Prompt, Maven Pro, sans-serif;
}

.searchzip-error {
    font-family: Prompt, Maven Pro, sans-serif;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

/* .input-fetching-zip input {
    font-size: 16px;
    color: #384250;
}

.input-fetching-zip {
    font-size: 16px;
    outline: 0;
    border-color: #22AAEC;
}
*/

.customlink-shop-profile-shopcart .input-fetching-zip .super-input {
    padding-right: 45px;
}

.customlink-shop-profile-shopcart .input-fetching-zip .super-input-suffix {
    display: none;
}

.customlink-shop-profile-shopcart .input-fetching-zip.loading .super-input-suffix {
    display: block;
}

.order-details-modal .ant-modal {
    font-family: Prompt, Maven Pro, sans-serif;
}

.order-details-modal .ant-modal-content {
    height: 75vh;
    padding: 15px;
    border-radius: 20px;
}

.order-details-modal .ant-modal-body {
    height: 70vh;
    overflow-y: scroll;
}

.order-details-modal .ant-modal-footer {
    display: none;
}

.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .term_and_condition .ant-checkbox-wrapper-checked{
   padding-right: 0;
   padding-left: 0;
}
.customlink-shop-profile-shopcart .section-shipto .section-shipto-footer .ant-btn.ant-btn-primary{
    border: none !important;
}
.customlink-shop-profile-shopcart .section-shipto .section-shipto-footer .ant-btn.ant-btn-primary:disabled{
    background-color: #22AAEC !important;
    opacity: 0.7 !important;
    color:white !important;
}
.customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .term_and_condition{
    display: block;
    margin-left: 0px;
    padding-left: 8px;
    padding-right: 8px;
}

.checkout-customlink .checkout-detail  .order-summary-gateway-payment-methods .ant-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: none;
    border: 1px solid #9EA9B9;
    color: #9EA9B9;
    height: 50px;
    /* padding: 15px; */
    width: auto;
    padding: 15px;
}
.checkout-customlink .checkout-detail  .order-summary-gateway-payment-methods .ant-btn svg{
    margin-right: 8px;
    margin-top: -3px;
}
.checkout-customlink .checkout-detail  .order-summary-gateway-payment-methods .ant-btn svg path{
    fill:#9EA9B9;
}
.checkout-customlink .checkout-detail  .order-summary-gateway-payment-methods .ant-btn.ant-btn-primary{
  
    border: 1px solid #22aaec;
    color: #22aaec;

}
.checkout-customlink .checkout-detail  .order-summary-gateway-payment-methods .ant-btn.ant-btn-primary svg path{
    fill:#22aaec;
}
.checkout-customlink .checkout-detail .super-alert-ph{
    padding: 0 25px;
    padding-bottom: 10px;
}
.customlink-shop-profile-shopcart .order-details .super-pills .ant-select-single .ant-select-selector .ant-select-selection-item{
    padding-left: 15px;
}

.customlink-shop-profile-shopcart .block-price-pv{
    display: flex;
    justify-content: center;
}
.customlink-shop-profile-shopcart .shopping-cart-item-mobile .block-price-pv{
    justify-content: left;
}

/******* PAYMENT RESULT  ********/

.customlink-result .postbackenroll-img{
        width: 350px;
}

.customlink-result .card-title{
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.customlink-result .messageOrderId{
    display: table;
    margin: 0 auto;
    background: #F5F5F5;
    color: #333333;
    border: 1px solid #E3E8ED;
    border-radius: 7px;
    padding: 10px 25px;
    margin-top: 25px;
    font-size: 16px;
    min-width: 260px;
}
.customlink-result .text{
    font-size: 18px;
}

.customlink-result .block-button .ant-btn{
    display: table;
    width: 260px;
    margin: 0 auto;
    background: #22AAEC;
    color: white;
    border-radius: 28px;
    margin-top: 35px;
}
.customlink-result.payment-fail .block-button .ant-btn{
    background: #FE5D7C;
}

.customlink-result .card-body{
    padding-bottom: 70px;
}

.renew-result.customlink-result .block-button .ant-btn{
    background: none;
    color: #22AAEC;
    margin-top: 25px;
}

/******* END PAYMENT RESULT  ********/

@media screen and (max-width: 1024px){
    .customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .term_and_condition{

    }
}
@media screen and (min-width: 768px){
    .customlink-shop-profile-shopcart .order-details .order-details-header{
        margin-top: -65px;
    }
    .block-bottom-customlink-cart .block_addmore i{
        font-size: 17px;
        padding-top: 9px;
    }
}
@media screen and (max-width: 768px){
    .customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .ant-checkbox-wrapper{
        padding-left: 10px;
    }
    .customlink-shop-profile-shopcart .section-shipto-footer .ant-card-body .ant-col:nth-child(1){
        order: 2;
    }
    .customlink-shop-profile-shopcart .section-shipto-footer .ant-card-body .ant-col:nth-child(2){
        order: 1;
    }
    .customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .term_and_condition {
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .customlink-shop-profile-shopcart .searchzip-infinite-container{
        max-height: 77vw;
    }
    .customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .ant-checkbox-wrapper{
        padding-left: 13px;
    }
    .customlink-shop-profile-shopcart .section-shipto .section-shipto-content-bottom .term_and_condition {
        padding-left: 13px;
    }
    .customlink-shop-profile-shopcart .checkout-customlink .checkout-detail .super-alert-ph{
        padding: 0 15px;
        padding-bottom: 10px;
    }
    .customlink-shop-profile-shopcart .order-details .order-details-header{
        padding-top: 0;
        margin-top: -10px;
    }
    .customlink-shop-profile-shopcart .order-details-header-div{
        padding-top: 0;
    }
    .customlink-shop-profile-shopcart .order-details .order-details-content{
        margin-top: 0;
    }
    .customlink-shop-profile-shopcart .order-details .order-details-content.notBA .card-section-bottom{
        margin-top: 0;
    }
    .customlink-shop-profile-shopcart .section-form h1.ant-typography{
        font-size: 19px;
    }
    .customlink-shop-profile-shopcart .order-details .select-commision-radio{
        padding: 5px 0;
    }
    .customlink-shop-profile-shopcart .order-details .select-commision-superpill{
        padding: 15px 20px;
    }
    .customlink-shop-profile-shopcart .order-details .shipping_method{
        padding: 0 20px;
    }

    .customlink-result .postbackenroll-img{
        width: 230px;
    }

    .customlink-result .block-button .ant-btn{
        width: 90%;
    }
    .renew-result .block-button .ant-btn{
        width: 100%;
    }
    .customlink-result .messageOrderId{
        width: 100%;
        min-width: auto;
        padding: 10px;
    }
    .customlink-result .card-body{
        padding-bottom: 50px;
    }
  
    
}



.wrapper-mobi .mbsc-input input.mbsc-control{height:50px;padding:0 18px 3px;border:1px solid #dbe2e8;border-radius:5px;color:#606975;text-align:center}.wrapper-mobi .mbsc-ios.mbsc-control-w:before,.wrapper-mobi .mbsc-ios.mbsc-control-w:after{border-top:none}.wrapper-mobi .mbsc-ios.mbsc-input input:disabled,.wrapper-mobi .mbsc-ios.mbsc-input textarea:disabled,.wrapper-mobi .mbsc-ios.mbsc-input .mbsc-control:disabled~input,.wrapper-mobi .mbsc-ios.mbsc-input .mbsc-control:disabled~.mbsc-ic{color:#9ea9b9;background-color:#f5f5f5;border:1px solid #e3e8ed;opacity:1}.wrapper-mobi .mbsc-ios.mbsc-input .mbsc-control:disabled~.mbsc-ic-arrow-down5{color:#d4d4d4;border:1px solid transparent;opacity:1}.wrapper-mobi .mbsc-ios.mbsc-ltr.mbsc-ic-right .mbsc-input-wrap{padding-right:0}.wrapper-mobi.showDefaultValue .mbsc-input-wrap input,.wrapper-mobi.showDefaultValue .mbsc-input-wrap .hide{display:none !important}.wrapper-mobi.showDefaultValue .mbsc-input-wrap input.showDefaultValue-input{display:block !important}.upload-book-bank-enroll-indo .mbsc-sc-itm-ml{font-size:18px !important}.next-run-date-input-autoship .mbsc-ios.mbsc-input{border-radius:7px}.section-form.delivery .mbsc-textarea{border:1px solid #e3e8ed !important;border-radius:7px;font-size:16px;padding:1em;background-color:#f5f5f5 !important}.section-form.delivery .mbsc-textarea:before,.section-form.delivery .mbsc-textarea:after{border:0}.section-form.delivery .mbsc-textarea .mbsc-input-wrap{display:none}.section-form.delivery .mbsc-textarea .mbsc-label{overflow:visible;white-space:normal;line-height:normal;display:contents}.wrapper-mobi-calendar .mbsc-fr-c{font-family:Prompt}.disabled-handmake .mbsc-ios.mbsc-ltr.mbsc-select input{background-color:#f5f5f5;cursor:not-allowed}.wrapper-top-mobi-select.hide-selection .mbsc-sc-itm-sel{display:none}.wrapper-top-mobi-select .mbsc-fr-btn-cont *{font-family:"Prompt" !important}
.font-prompt{font-family:"Prompt",sans-serif}
