.lwp-badg-free{
    background-color: #19b5c1;
    padding: 0 10px;
    border-radius: 5px;
    color: #fff;
}
.lwp-tabs-list{
    display: flex;
    gap: 10px;
    margin-left: 2px;
}

input[name="idehweb_lwp_settings[idehweb_firebase_api]"],
input[name="idehweb_lwp_settings[idehweb_custom_api_url]"],
textarea[name="idehweb_lwp_settings[idehweb_firebase_config]"],
textarea[name="idehweb_lwp_settings[idehweb_custom_api_header]"],
textarea[name="idehweb_lwp_settings[idehweb_custom_api_body]"]
textarea[name="idehweb_lwp_settings[idehweb_custom_api_smstext]"]

{
    direction: ltr;
    text-align: left;
}

.rtl .idehweb_default_gateways_wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    justify-content: right;

}
.idehweb_default_gateways_wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li{

    display: flex;
    justify-content: left;
}
.lwp-tab-item{
    background-color: #fff;
    padding: 7px 10px;
}
.lwp-merge-combine-users{
    border: 1px solid #2371b1;
    background-color: #2371b1;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;

}
.idehweb_default_gateways,.idehweb_default_gateways .select2{
    min-width:100%;
}
.col-lg-2, .col-sm-6, .col-md-4 {
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.rtl .col-lg-2, .rtl .col-sm-6, .rtl .col-md-4 {
    float: right;
}

.lwp-setting-page-main {

}
.lwp_form_field span {
    min-width: 100px;
    display: block;
}
.lwp_form_field input{
    display: none;
}
.lwp-red{
    color:#ff0000;
}
.lwp-gateway-item-title-f {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.lwp-gateway-item-title-s {
    color: #000;
    font-size: 13px;
    text-decoration: none;

    font-weight: bold;

}

.lwp-guid-popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lwp-guid-popup.lwp-open {
    display: block;
}

.lwp-guid-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .48);

}

.lwp-guid-popup-page {
    display: none;
}

.lwp-guid-popup-page.lwp-gp-active {
    display: flex;
    flex-direction: column;
}
.lwp-label{
    font-size: 25px;
    line-height: 1.5;
}
.lwp-answer-fields{
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.lwp-font-size-15{
    font-size: 15px;
}
.lwp-font-size-18{
    font-size: 18px;
}
.lwp-guid-popup-top-bar{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.lwp-radio{
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lwp-select .select2.select2-container{
    width: 100% !important;
}
.lwp-radio input{

}
.lwp-radio label{

}
.lwp-guid-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 50vw;
    max-width: 300px;
    height: 50vw;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 6px #212121;

}

.lwp-gateway-item-price {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.lwp-gateway-items {
    display: flex;
    flex-wrap: wrap;
}

.lwp-gateway-items a {
    text-decoration: none;
}

.lwp-gateway-item-inside {
    width: 300px;
    background-color: #fff;
}

.lwp-gateway-item {
    max-width: 320px;
    background-color: #fff;
    margin: 10px auto;
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #d7d7d7;
}

.lwp-gateway-item img {
    max-width: 100%;
}

.lwp-d-none {
    display: none !important;
}

#lwp_media-preview-image,#lwp_media-preview-background-image {
    max-width: 150px;
}

.select2-container--default .select2-selection--multiple {
    width: 100% !important;
    min-height: 38px;
    height: auto;
    padding: 5px;
    display: flex;
}

@media (min-width: 1130px) {
    .select2-container--default .select2-selection--multiple {
        width: 350px !important;
    }
}

.select2-results__options.select2-idehweb_default_gateways-results{
    width: 100% !important;
    min-height: 38px;
    height: auto;
    padding: 5px;
    display: flex;
}

.pro-not-exist {
    color: #ff0000;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.col-sm-6 {
    width: 50%;
}

.col-md-4 {
    width: 33.3333%;
}

.col-lg-2 {
    width: 20%;
}

.lwp-produ-wrap {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.creditor {
    margin-top: 20px;
    background-color: #407e12;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    overflow: hidden;
}

.lwp_modal_body {
    clear: both;
}

.lwp_close {

    float: right;
    display: block;
    margin-bottom: 10px;
    clear: both;
    color: #f00;
    font-size: 25px;
    border: 0;
    padding: 0;
    background-color: #fff;
    cursor: pointer;

}

.lwp_modal {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    max-width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
}

.lwp_modal_body ul li {
    margin: 0 10px;
    line-height: 25px;
    font-size: 13px;
}

.lwp_modal_overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.lwp_button {
    display: block;
    text-align: center;
    background-color: #428446;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    border: 0;
    box-shadow: none;
    width: 100%;
    cursor: pointer;
}

.creditor .df {
    margin-right: 10px;
    float: right;
}

.rtl .creditor .df {
    float: left;
}

.creditor .df a {
    color: #000;
}

.rtl .creditor .df {
    margin-left: 10px;
}

.button-primary.refreshShop {
    float: right;
}

.rtl .button-primary.refreshShop {
    float: left;
}

.lwp-shop-buy a {
    background-color: #5c9d2b;
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.idehweb_default_gateways_wrapper .select2{
    width:100%;
    min-width:100%;
}
#lwp_phone_number, #lwp_secod {
    direction: ltr;
    text-align: left;
}

.lwp-shop-price {
    font-size: 18px;
}

.alwaysDisplayNone {
    display: none;
}

.lwp-shop-title {
    padding: 30px 0;
    color: #000;
    font-size: 22px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

.none {
    display: none !important;
}

.ilwplabel th {
    padding-left: 10px;
    border-right: 1px solid;
}

.idehweb_phone_number_ccode_wrap,
.idehweb_website_url_wrap {
    display: inline;
}

.rtl .ilwplabel th {
    padding-right: 10px;
}

#iuytfrdghj {
    position: relative;
}

.chargeAccount {
    overflow: hidden;
    width: 100%;
}

.lwploadr {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99999;
}

.ilwplabel {
    background-color: #fff;
    
}

.toplevel_page_idehweb-lwp .select2-container--default .select2-search--dropdown .select2-search__field {

    min-width: 100%;
}

.lwpmainloader {
    color: #000000;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;

    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lwpmaintextloader {
    width: 100%;
    display: block;
    margin: auto;
    font-size: 30px;

    text-align: center;
}

.lwp-wrap-left {
    width: calc(100% - 320px);
    float: left;
    overflow: hidden;
}

.lwp-wrap-right {
    width: 300px;
    margin-top: 50px;
    float: right;
}
.lwp-wrap-right a:focus{
    outline: none !important;
    box-shadow: none !important;
}
.idehweb_lwp_mgt100 {
    margin-top: 50px;
    clear: both;
    display: none;
    width: 100%;
    background-color: #f0f0f1;
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@media screen and (max-width: 1080px) {
    .col-lg-2 {
        width: 33.3333%;
    }

}

@media screen and (max-width: 720px) {
    .lwp-wrap-left, .lwp-wrap-right {
        float: none;
        width: 100%;
    }

    .lwp-wrap-right {
        margin-top: 0px;
    }

    .col-lg-2 {
        width: 50%;
    }

    #wp-admin-bar-lwpcreditbar {
        display: block !important;
    }

    .lwp_modal {

        min-width: 90%;
    }
}

@media screen and (max-width: 782px) {
    .form-table .ilwplabel td {
        margin: 15px;
    }
}