.Polaris-Tabs__Wrapper {
    width: 970px;
    margin: auto;
}

.polaris-page {
    /* padding: 0px 24px; */
    background-color: #f1f1f1;
}

* {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}


body {
    padding: 0px;
}

/* table
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
}

.thead-dark th{
    text-align: start;
    padding: 8px 6px;
    background-color: #f7f7f7;
    color: #616161;
    font-size: 12px;
    font-weight: 550;
}

tr{
    border: 1px solid rgba(227, 227, 227, 1);
}

tbody td{
    padding: 6px;
}

.table_div{
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
} */

.Polaris-IndexTable__TableHeading {
    color: #616161 !important;
    font-size: 13px !important;
    font-weight: 550 !important;
    padding: 8px 6px !important;
}

td {
    padding: 8px 12px 8px 6px !important;
}

th {
    background-color: #f7f7f7 !important;
    font-size: 13px !important;
}


tr.Polaris-IndexTable__TableRow.Polaris-IndexTable__TableRow--unclickable:hover {
    background-color: rgba(247, 247, 247, 1) !important;
}

.dashboard_padding {
    margin: 0px !important;
    padding: 9px 0px;
}

.salemaximize__switch {
    width: 40px;
    height: 22px;
    position: relative;
    display: inline-block;
}

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

.salemaximize__switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8a8a8a;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #8a8a8a;
}

.salemaximize__switch-slider:before {
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
    left: 2px;
    top: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.salemaximize__switch-slider {
    background-color: #303030;
}

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

input:checked+.salemaximize__switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(20px);
    background-color: white;
}

.salemaximize__switch-slider.salemaximize__round {
    border-radius: 6px;
}

.salemaximize__switch-slider.salemaximize__round:before {
    border-radius: 3px;
}

.imge_div {
    display: flex;
}

.imge_div img {
    width: 32px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
}


td.Polaris-IndexTable__TableCell_fust {
    padding: 8px 6px 8px 12px !important;
    width: 32px;
    /* line-height: 0; */
}

td.Polaris-IndexTable__TableCell_last {
    padding: 8px 12px 8px 6px !important;
}

td.markets_list_progress_loader {
    text-align: center;
}

.Polaris-Spinner--sizeLarge svg {
    height: 22px !important;
    width: 22px !important;
}

.progress_loader.product_list_progress_loader {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.Polaris-Button--primary {
    --pc-button-bg-gradient: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%);
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(48, 48, 48, 1);
    box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset, 0rem 0rem 0rem 0.0625rem rgba(48, 48, 48, 1) inset, 0rem 0.03125rem 0rem 0.09375rem rgba(255, 255, 255, 0.25) inset !important;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 8px;
    color: white;
}

.Polaris-Button--primary:hover {
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(26, 26, 26, 1);
}

.Polaris-Button--primary:active {
    box-shadow: 0rem 0.1875rem 0rem 0rem rgb(0, 0, 0) inset !important;
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(26, 26, 26, 1);
}

.Polaris-Button--primary span.Polaris-Button__Text {
    font-size: 13px;
}


.Polaris-Button--primary-delete {
    --pc-button-bg-gradient: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%);
    background: #c70a24;
    box-shadow: 0rem -.0625rem 0rem .0625rem rgba(142, 11, 33, .8) inset, 0rem 0rem 0rem .0625rem rgba(163, 10, 36, .8) inset, 0rem .03125rem 0rem .09375rem rgba(247, 128, 134, .64) inset !important;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 8px;
    color: white;
}

.Polaris-Button--primary-delete:hover {
    background: #a30a24;
}

.Polaris-Button--primary-delete:active {
    box-shadow: -.0625rem 0rem .0625rem 0rem rgba(0, 0, 0, .2) inset, .0625rem 0rem .0625rem 0rem rgba(0, 0, 0, .2) inset, 0rem .125rem 0rem 0rem rgba(0, 0, 0, .6) inset !important;
    background: #8e0b21;
}

.Polaris-Button--primary-delete span.Polaris-Button__Text {
    font-size: 13px;
}


.markets_p {
    margin: 0;
    font-size: 13px;
}

.primary_p {
    margin: 0;
    font-size: 11px;
    color: #003a5a;
    background-color: #d5ebff;
    border-radius: 8px;
    padding: 2px 7px;
}

.Polaris-Button.Polaris-Button--disabled {
    background-color: rgba(0, 0, 0, .17) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    min-height: 32px !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    border: none !important;
    width: 46.66px !important;
    /* width: fit-content !important; */
}

button .progress_loader.product_list_progress_loader {
    height: fit-content;
}

button .Polaris-Spinner--sizeLarge svg {
    height: 12px !important;
    width: 24px !important;
}

button .Polaris-Spinner--sizeLarge svg path {
    fill: white !important;
}


span.Polaris-Spinner.Polaris-Spinner--sizeSmall.appStatusChangeSpinner {
    display: flex;
}

@media (max-width:1000px) {

    .Polaris-Tabs__Wrapper {
        width: 100%;
        margin: auto;
    }
}

.Polaris-SettingAction__Action.salemaximize__preview_customize_btn_section.m-0.d-flex.align-items-center.gap {
    margin-top: 0px !important;
}

p {
    margin: 0px !important;
}

.market_td {
    text-align: right;
}


.open-modal-btn {
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.modal-content {
    background-color: white;
    /* padding: 20px; */
    border-radius: 1rem;
    max-width: 80%;
    /* max-width: 600px; */
    text-align: center;
}

@media (max-width: 768px) {
    .modal-content {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 95%;
    }
}

.modal_head {
    background-color: #f3f3f3;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    font-weight: 500;
}

.modal_head svg {
    width: 20px;
}

.progress_bar_msg_div {
    display: none;
    padding: 8px;
    gap: 5px;
    background-color: #eaf4ff;
    color: #003a5a;
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 16px;
}

.progress_bar_msg_svg {
    width: 20px;
}

.progress_bar_msg_p {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

.modal_body {
    padding: 16px;
}

.modal_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    align-items: center;
    border-top: 1px solid #e3e3e3;
}


.modal_footer .btn_Close,
.triger button {
    border-radius: 8px;
    border: none;
    box-shadow: inset 0 -0.0625rem 0 #b5b5b5, inset -0.0625rem 0 0 #e3e3e3, inset 0.0625rem 0 0 #e3e3e3, inset 0 0.0625rem 0 #e3e3e3;
    padding: 6px 12px;
    font-size: 12px;
}

.modal_footer .btn_Close:hover,
.triger button:hover {
    box-shadow: inset 0 -0.0625rem 0 #ccc, inset 0.0625rem 0 0 #ebebeb, inset -0.0625rem 0 0 #ebebeb, inset 0 0.0625rem 0 #ebebeb;
}

.modal_footer .btn_Close:active,
.triger button:active {
    box-shadow: inset -0.0625rem 0 0.0625rem rgba(0, 0, 0, .12), inset 0.0625rem 0 0.0625rem rgba(0, 0, 0, .12), inset 0 0.125rem 0.0625rem rgba(0, 0, 0, .2);
}


.modal_footer .btn_Save,
.add_trigger button {
    --pc-button-bg-gradient: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 8px;
    border: none;
    padding: 6px 12px;
    font-size: 12px;
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(48, 48, 48, 1);
    box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset, 0rem 0rem 0rem 0.0625rem rgba(48, 48, 48, 1) inset, 0rem 0.03125rem 0rem 0.09375rem rgba(255, 255, 255, 0.25) inset;
    color: white;
}

.modal_footer .btn_Save:hover,
.add_trigger button:hover {
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(26, 26, 26, 1);
}

.modal_footer .btn_Save:active,
.add_trigger button:active {
    box-shadow: 0rem 0.1875rem 0rem 0rem rgb(0, 0, 0) inset;
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(26, 26, 26, 1);
}

.country_and_languages_div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#smeWidgetsGeneralSettingsBox select {
    font-size: 13px !important;
}

select.sme-select-from-control.form-control {
    height: 32px;
    color: #303030;
    border: 0.66px solid #8a8a8a;
    border-radius: 8px !important;
    width: 100%;
    line-height: normal !important;
    padding: .375rem 2rem .375rem 0.75rem !important;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    -webkit-appearance: none;
}

.sme-select-from-control:focus-visible,
.sme-sel3ect-from-control:focus-visible {
    outline: 2px solid #005bd3;
    outline-offset: 1px;
}

.Polaris-Select-suffix {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-130%, -50%);
    width: 18px;
    height: 18px;
    fill: #8a8a8a;
}

.Polaris-Select__Input-custom {
    position: relative;
}

select {
    font-weight: normal !important;
}

.languages_div,
.country_div {
    width: 100%;
}

.close-btn {
    cursor: pointer;
}

.save_close {
    display: flex;
    width: 100%;
    gap: 8px;
    justify-content: flex-end;
}

.validationErr {
    background-color: #FBEAE5 !important;
    border: 1px solid #C5280C !important;
    border-radius: 8px !important;
}

.Polaris-SettingAction__Action.salemaximize__preview_customize_btn_section.m-0.d-flex.align-items-center.gap {
    flex-direction: row;
}