/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_CustomSellerRegistration
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

 .customer-address-column {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    word-break: break-word;
}

.customer-default-address-wrapper {
    flex-basis: 100%;
}

.address_caption {
    display: flex;
    justify-content: space-between;
}

.address_caption-head {
    font-size: 18px;
    font-weight: bold;
}

.fieldset-wrapper.address-information > div > table > tbody > tr > th {
    padding-left: 0px !important;
}

.fieldset-wrapper.address-information > div > table {
    width: unset !important;
}

.verify-btn {
    height: unset !important;
    padding: 0.5em 1em !important;
}

.verify-otp-form > div > label > .required:after {
    color: #e22626;
    content: "*";
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 0.2rem;
    position: absolute;
    z-index: 1;
}

.verify-passcode {
    background-color: #222529 !important;
    border-color: #222529 !important;
    color: white !important;
}

.verify-passcode:hover {
    background-color: #f7a600 !important;
    border-color: #f7a600 !important;
}

.verification-passcode {
    left: 9.5% !important;
}

.verification-passcode > .modal-inner-wrap > .modal-header > button {
    top: 17px !important;
}

.verification-passcode > .modal-inner-wrap {
    overflow-x: clip !important;
}

.modal-header > .page-main-actions {
    text-align: end;
}
.modal-header .page-main-actions:not(._hidden) {
    background: #f8f8f8;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 1.5rem;
}

select.focus-select:not([disabled]) {
    box-shadow: 0 0 3px 1px #00699d;
}

.verify-otp-form {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    flex-wrap: wrap;
}

.verify-otp-form > .passcode-label {
    margin-top: 0.5rem;
}

.form-input-wrpper {
    min-width: 50%;
}

.verify-otp-message {
    padding: 1.5rem;
    color: #303030;
    display: none;
}

.mobile-form,
.email-form {
    display: none;
}

.box-content > table > tbody > tr > th {
    padding-left: 0px !important;
}

.box-content > table {
    width: unset !important;
}

.seller-register.legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.seller-register.action.save {
    height: unset !important;
    padding: 0.5em 1.7em !important;
    margin: unset !important;
}

#otp-verification {
    display: none;
}

/* below styles are for seller buyers page */

html:has(body.seller-buyers-layout) {
    font-size: 62.5%;
}

.seller-buyers-layout input[type="text"],
.seller-buyers-layout .select,
.seller-buyers-layout textarea,
.seller-buyers-layout select {
    font-size: 1em;
}

.seller-buyers-layout input[type="number"]{
    font-size: 1em !important;
}

.seller-register.select-input {
    line-height: 32px !important;
}

.wk-telephone {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.wk-telephone .mage-error {
    border-color: #e22626;
}

.wk-telephone .input-container {
    flex-grow: 100;
}

.wk-telephone .custom-wk-select {
    flex-grow: 3;
}

.wk-telephone .custom-wk-select > .dropdown-menu {
    display: none;
}

.wk-telephone .custom-wk-select > .dropdown-menu.open {
    display: block;
}

.wk-telephone .custom-wk-select > select {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0.5px;
    height: 100%;
    padding: 0;
    opacity: 0;
    border: none;
    z-index: 0;
}

.wk-telephone .dropdown.custom-wk-select .btn {
    width: 100%;
    text-align: left;
    background-color: #fff;
    color: #777;
    line-height: 32px;
    border-color: rgba(0, 0, 0, 0.09);
    border-radius: 0;
    height: auto;
    padding: 8px 24px 8px 12px;
    font-size: 0.85em;
    font-family: inherit;
    position: relative;
}

.wk-telephone .dropdown.custom-wk-select .btn .icon > svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    vertical-align: middle;
}

.wk-telephone .dropdown.custom-wk-select .btn .icon.caret {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    right: 10%;
}

.wk-telephone .custom-wk-select .dropdown-menu {
    text-align: left;
    overflow: hidden;
    position: absolute;
    border: 1px solid #adadad;
    z-index: 10;
    background: #ffffff;
}

.wk-telephone .custom-wk-select .dropdown-menu .bs-searchbox {
    padding: 4px 8px;
}

.wk-telephone .custom-wk-select .dropdown-menu .bs-searchbox .form-control {
    margin-bottom: 0;
    height: 40px;
    background-color: #fff;
    border: 1px solid #c8c7c7;
    border-radius: 8px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 100%;
    float: none;
    padding: 7px;
    font-size: 14px;
    color: #313040;
    border-color: #c8c7c7;
    text-align: left;
    box-shadow: none;
    position: relative;
    padding-right: 32px;
}

.wk-telephone .custom-wk-select .dropdown-menu > .inners {
    overflow-y: auto;
    max-height: 222px;
    position: static;
}

.wk-telephone .custom-wk-select .dropdown-menu .inners ul {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: block;
}

.wk-telephone .custom-wk-select .dropdown-menu .inners ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wk-telephone .custom-wk-select .dropdown-menu .inners ul li a {
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    white-space: normal;
    color: #333;
    padding: 0.6rem 1rem;
    clear: both;
    display: block;
}

.wk-telephone .custom-wk-select .dropdown-menu .inners ul li a.active {
    background-color: #e35b0f;
    color: #ffffff;
}

.wk-telephone .custom-wk-select .dropdown-menu .inners ul li a:hover {
    background-color: #e35b0f;
    color: #ffffff;
}

.wk-telephone {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.fieldset.info.seller-register .verify-otp-details {
    display: flex;
    column-gap: 0.5rem;
    flex-wrap: wrap;
}

.verify-otp-details > .actions-toolbar .seller-edit-resend-otp {
    color: white;
}

.time-picker-parent {
    display: flex;
    flex-wrap: wrap;
}
.time-picker-child {
    width: 50%;
}

/*OTP Form CSS Start*/
#otpModalPopupTemplate {
    display: none;
}

.otpContainer-form {
    display: flex;
    justify-content: center;
}

.otpContainer-form-container .verify-otp-details,
.otpContainer-form-container .info-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: unset !important;
}

.verify-mobile-otp.modal-slide .modal-inner-wrap {
    overflow: unset !important;
}

.verify-mobile-otp.modal-slide .modal-title {
    display: flex;
    justify-content: center;
}

.verify-mobile-otp.modal-slide .action-close {
    top: 12px !important;
}

.otpContainer-form .action.save.primary {
    color: white !important;
}

.otpContainer-validationError {
    display: flex !important;
    justify-content: center !important;
    margin-top: 1.5rem !important;
}

.otpContainer-validationError > span {
    color: red;
    background-color: yellow;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    display: none;
}

.resend-otp-wrapper {
    text-align: center;
    margin-top: 1.5rem;
}

.resend-otp-wrapper .resend-otp {
    text-decoration: underline;
}

.resend-otp-wrapper .resend-otp:hover {
    text-decoration: none;
}

.wk-mp-column.wk-mp-main .seller-register input,
.wk-mp-column.wk-mp-main .seller-register select,
.wk-mp-column.wk-mp-main .seller-register textarea,
.wk-mp-page-wrapper ~ .modals-wrapper .seller-register.input-text {
    font-size: 1em;
}

.wk-mp-column.wk-mp-main .seller-edit-resend-otp.action.save{
    height: 5rem;
}

@media screen and (min-width: 769px) {
    .verify-mobile-otp.modal-slide .modal-inner-wrap {
        max-width: 575px;
        padding: 1rem 1rem 0 1rem;
    }
}
@media screen and (min-width: 1025px) {
    .wk-ui-component-container.sub-account-product-list .admin__data-grid-wrap {
        max-width: 100em;
    }

}
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .wk-ui-component-container.sub-account-product-list .admin__data-grid-wrap {
        max-width: 53em;
    }
}

/*OTP Form CSS End*/

/*Switch Checkbox CSS Start*/
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 26px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #79a22e;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    border: 1px solid #ccc;
}
/*Switch Checkbox CSS End*/

@media screen and (max-width: 605px) {
    .verify-otp-details > .actions-toolbar {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 754px) {
    .wk-telephone .input-container,
    .wk-telephone .custom-wk-select,
    .wk-telephone .custom-wk-select > .dropdown-menu.open {
        width: 100%;
    }
    .wk-telephone .dropdown.custom-wk-select .btn .icon.caret {
        left: unset;
        right: 10px;
    }
}

@media screen and (max-width: 375px) {
    .verification-passcode > div > header > .page-main-actions {
        text-align: center;
    }
}

@media screen and (max-width: 344px) {
    .verify-passcode {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 525px) {
    .verify-otp-form {
        justify-content: start !important;
    }
}

@media screen and (min-width: 504px) {
    .seller-register.form-input-wrapper {
        padding-top: 22px;
    }
}

@media screen and (min-width: 992px) {
    .verify-otp-form {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 992px) {
    .customer-address-column {
        gap: 3.5rem;
    }

    .customer-default-address-wrapper {
        max-width: 47%;
        min-width: 47%;
    }

    .address_caption {
        column-gap: 4rem;
    }
}
/* Base Shipping patch  */
.baseshipping-shipping-index .wk-mp-design .action.primary{
    height: unset !important;
}

.seller__table-secondary.webkul td {
    word-break: break-word;
  }
