body{
    margin: 0;
    background-color: #FAFAFA;
}
#secondary{
    display: none;
    width: 1000px;
    margin: 0;
    height: 80%;
    top: 5%;
}
.hidden{
    display: none;
}
.overlay {
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    width: 1000px;
    height: 600px;
    top: 0;
    z-index: 2;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 0px 9999px rgb(0 0 0 / 50%);
}
.grecaptcha-badge{
    visibility: hidden;
}
.login .grecaptcha-badge,
.create-password .grecaptcha-badge,
.password-reset-inquiry .grecaptcha-badge,
.signup .grecaptcha-badge{
    visibility: visible;
}
.overlay{
    border-radius: 12px;
}
.overlay .main-wrapper{
    overflow: auto;
    max-height: 100%;
}
.header{
    padding: 25px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    position: relative;
}
.table-header{
    display: flex;
}
.navigation-bar .forward-arrow{
    cursor: pointer;
}
.popup-x{
    cursor: pointer;
}
body{
    overflow-x: hidden;
}
.popup .navigation-bar .popup-x{
    display: block;
}
.popup .navigation-bar{
    display: flex;
    justify-content: space-between;
    margin: 15px;
}
.tab-title{
    padding: 10px 15px;
    background-color: #7aa6ba;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}
.field-wrapper{
    margin: 15px;
}
.required{
    color: red;
}
.field-wrapper .text{
    font-size: 18px;
}
.run-recipient.line .text{
    margin-left: 10px;
}
.run-recipient.line .error{
    color: red;
}
.field-wrapper .description{
    font-size: 13px;
    margin-bottom: 10px;
}
.field-wrapper textarea,
.field-wrapper input[type="text"]{
    width: 100%;
    font-size: 16px;
    padding: 3px;
}
input.blocked-to-add{
    width: 80%;
    height: 28px;
    padding: 5px 10px;
    border-radius: 0px 12px 12px 0px;
    border: 1px solid #C4C4C4;
}
.sub-wrapper{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.blocked-list,
.blocked-file{
    position: relative;
}
.actions.line-wrapper{
    display: flex;
    margin-right: 15px;
    margin-bottom: 10px;
}
.actions.line-wrapper div{
    margin-left: 10px;
}
.blocked-recipients{
    position: relative;
}
.blocked-recipients .table-row input{
    margin: 0;
}
.blocked-recipients .table-row{
    padding-right: 10px;
}
.actions.line-wrapper div.action{
    text-decoration: underline;
    cursor: pointer;
}
.actions.line-wrapper div.delete{
    color: red;
}
.sub-wrapper input[name='sms_sender']{
    width: 180px;
}
.add-blocked{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.blocked-file .text{
    margin-bottom: 10px;
}
.blocked-recipients input[type="checkbox"]{
    cursor: pointer;
}
.add-blocked button,
.test-sms button,
.delete-campaign .button,
button.submit,
.apply-coupon.button,
.place-payment.button,
.finalize-order.button,
.verify button,
button.save,
.button.answer,
.button.upload,
.button.cancel,
a.new,
.add-file,
.button.campaign-run,
.button.search,
.button.export-to-excel,
.number-verification-for-payment button,
button.new{
    margin: 36px 0 23px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #20678B 0%, #46C3D3 100%);
    border-radius: 16px;
    cursor: pointer;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
}
.number-verification-for-payment button{
    margin: 0;
}
.number-verification-for-payment .code-send-wrapper{
    margin: 20px 10px 20px 0;
}
.number-verification-for-payment .code-send-wrapper .send,
.number-verification-for-payment .code-send-wrapper .resend{
    text-decoration: underline;
    cursor: pointer;
}
.add-file{
    margin: 0 0 8px 0;
    text-align: center;
}
.add-file-wrapper .note{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.mailing-list-wrapper .add-file-wrapper{
    max-width: 500px;
}
.mailing-list-wrapper .import .title{
    margin-bottom: 10px;
}
.mailing-list-wrapper .download-sample-import{
    color: #000000;
    display: block;
    margin: 0 auto;
    width: fit-content;
}
button.login.submit,
button.password-reset-inquiry.submit,
button.password-creation.submit,
button.signup.submit{
    width: 343px;
    height: 56px;
    padding: 0;
}
.test-sms button,
.add-blocked button{
    margin: 0;
    background-color: #1a668b;
    display: flex;
}
.add-blocked button{
    height: 40px;
    border-radius: 12px 0 0 12px;
    width: 20%;
    justify-content: center;
}
.test-sms button .loader-in-button{
    margin-right: 10px;
}
.test-sms .sent-status{
    margin-right: 10px;
}
div.error{
    color: red;
}
div.success{
    color: green;
}
.place-payment.button{
    display: flex;
}
.place-payment.button .loader-in-button{
    margin-right: 10px;
}
.sub-wrapper.campaign-run .loader-in-element{
    position: initial;
    margin: 0 0 0 10px;
}
.sub-wrapper.campaign-run .progress{
    margin-right: 10px;
}
.button.answer.yes{
    background-color: #1a668b;
    min-width: 120px;
    display: flex;
}
.button.upload{
    background-color: #1a668b;
}
.button.cancel{
    background-color: #c6c0c0;
}
.button.upload,
.button.cancel{
    margin: 0 10px;
}
.delete-campaign .button{
    background-color: #fd7474;
    width: fit-content;
    margin: 0;
}
.number-smss span{
    margin-left: 5px;
}
.delete-campaign .button.disabled{
    background-color: #afa5a5;
}
.pagination.report-list,
.pagination.mailing-list,
.pagination.campaign-run{
    display: flex;
    padding: 2px 5px;
    width: 300px;
    margin-top: 5px;
    background-color: rgba(32, 103, 139, 0.07);
}
.pagination.report-list{
    margin: 20px 0 50px 0;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 20px;
}
.field-wrapper.campaign-runs{
    position: relative;
}
.sub-sub-wrapper.search{
    margin: 10px 5px 10px 0;
    width: fit-content;
    display: flex;
}
.import-recipients .donwload-report{
    margin-bottom: 10px;
    display: block;
    color: #1a668b;
}
.sub-sub-wrapper.search .loader-in-element{
    position: initial;
}
.sub-sub-wrapper.search input[type="text"]{
    width: 300px;
    border-radius: 5px;
    border: 1px solid grey;
    margin-left: 10px;
}

.recipients-number{
    margin-bottom: 10px;
}
.pagination.campaign-run .page,
.pagination.mailing-list .page,
.pagination.campaign-run .current-page,
.pagination.mailing-list .current-page{
    width: 100px;
}
.pagination.report-list .current-page,
.pagination.report-list .page{
    width: 120px;
}
.delete-campaign .message{
    margin-left: 10px;
}
.line.order{
    margin: 5px 10px;
}
.line.order .text{
    margin-left: 10px;
}
.button-wrapper.delete-campaign{
    left: 20px;
    top: 60px;
    position: absolute;
}
.button.answer.no{
    background-color: #d5d5d5;
}
.status-text{
    font-weight: bold;
}
.status-text.new{
    color: #30adc1;
}
.verification-email-sent,
.verification-success-text{
    margin: 20px;
    font-size: 19px;
}
.status-text.delivered{
    color: green;
}
.sub-wrapper.campaign-run{
    display: block;
}
.title{
    display: flex;
}
.caution-message{
    margin: 10px 0;
    font-size: 20px;
    color: red;
    font-weight: bold;
}
.campaign-runs .title{
    margin: 10px 0;
}
.campaign-run .text.date{
    margin-left: 10px;
    font-weight: bold;
}
.sub-sub-wrapper{
    margin-right: 10px;
}
.select-dropdown-wrapper .x{
    top: 5px;
    left: 5px;
    background-color: #d5d5d5;
    width: 14px;
    padding: 0 9px 8px 0;
    border-radius: 10px;
    cursor: pointer;
}
.place-payment.button,
.finalize-order.button,
.apply-coupon.button{
    background-color: #1a668b;
    width: fit-content;
    margin: 0 5px;
    padding: 5px 10px;
}
.finalize-order.button{
    padding: 10px 15px;
    display: flex;
}
.finalize-order.button .loader-in-button{
    margin-right: 10px;
}
.file-upload-status .loader-in-element,
.file-check-status .loader-in-element{
    position: initial;
}
.file-upload-status .sub-sub-wrapper,
.file-check-status .sub-sub-wrapper{
    margin: 0 0 0 10px;
}
.file-upload-status .text.progress,
.file-check-status .text.progress{
    margin-right: 10px;
}
.payment.button-wrapper{
    margin-bottom: 10px;
}
.line-wrapper.apply-coupon input[type='text']{
    width: 200px;
}
.line-wrapper.apply-coupon{
    display: flex;
}
.main-campaign-wrapper .verification .unverified:before, .verification .unverified-info:before, .message.error:before, .test-sms .sent-status.error:before{
    content: '\2716';
    display: inline-block;
    color: red;
    padding: 0 0 0 6px;
}
.verification .unverified .text.status, .message.error{
    color: red;
}
.verification .verified:before, .message.success:before, .test-sms .sent-status.success:before{
    content: '\2713';
    display: inline-block;
    color: green;
    padding: 0 0 0 6px;
}
.no-summary{
    margin: 10px;
}
.message.success{
    color: green;
}
a.button.place-payment{
    text-decoration: none;
}
.wrapper-line{
    padding-right: 15px;
}
.applied-credit .deal-name{
    font-style: italic;
}
.applied-credit .deal-qty{
    margin: 0 10px;
}
.credit-deal.line{
    display: flex;
    align-items: center;
}
.credit-deals .remove{
    cursor: pointer;
}
.available-credit.line{
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.credit-deal.line div{
    margin-left: 5px;
}
.credit-deal.line div.name{
    font-style: italic;
}
.campaign-form .credit-deal.line div.remove{
    text-decoration: underline;
    color: #1a668b;
    font-size: 16px;
    cursor: pointer;
}
.text-line.payment-method{
    margin-bottom: 5px;
}
.text-line{
    display: flex;
    padding-right: 15px;
    align-items: center;
}
.text-line .subject{
    margin-left: 5px;
}
.text.discount-note{
    margin-right: 5px;
    font-size: 15px;
    color: green;
    font-weight: bold;
}
.text-line.summup{
    margin-top: 10px;
    font-weight: bold;
}
.text-line.last{
    margin-bottom: 10px;
}
.text-line.title{
    margin-bottom: 10px;
    background-color: #dbdada;
    padding: 5px 15px;
}
.campaign-summary-payment{
    font-size: 18px;
}
.summary.payment{
    margin-top: 10px;
}
.field-wrapper.campaign-summary-payment{
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
}
.available-credit .apply-credit,
.field-wrapper .text.cancel-credits-application,
.choose-from-my-numbers,
.text.add-credits-to-order{
    margin-right: 10px;
    font-size: 16px;
    text-decoration: underline;
    color: #176489;
    cursor: pointer;
}
.choose-from-my-numbers{
    margin-right: 0;
}
.renew-number .renew{
    text-decoration: underline;
    cursor: pointer;
}
.my-credits .sub-wrapper.credit-deals,
.incoming-smss-purchase-order-wrapper .sub-wrapper.numbers{
    display: block;
}
.sub-wrapper.purchased-credits{
    margin-right: 10px;
    display: block;
}
.import-recipients{
    align-items: center;
    position: relative;
}
.last-successful-upload{
    margin-bottom: 15px;
    color: green;
}
.sub-wrapper.file-check-done{
    display: block;
}
.file-check-done .text.summary{
    margin-bottom: 10px;
}
.file-check-done .text.sendable{
    color: green;
    margin-bottom: 10px;
    font-weight: bold;
}
.file-check-done .sub-sub-wrapper.errors{
    margin-right: 0;
    margin-bottom: 10px;
}
.file-check-done .sub-sub-wrapper.errors .text.errors-summary{
    color: red;
    font-weight: bold;
}
.file-check-done .buttons.sub-sub-wrapper{
    margin-right: 0;
    display: flex;
}
.import-recipient-preview .table-header-cell,
.import-recipient-preview .table-cell{
    width: 100px;
}
.import-recipient-preview .table-header{
    background-color: #7aa6ba;
    color: white;
    padding: 5px 10px;
}
.import-recipient-preview .table-line{
    padding: 5px 10px;
}
.import-recipient-preview .table-line.error{
    background-color: #ff9d9d;
}
.import-recipient-preview .table-line.even{
    background-color: #ededed;
}
.sub-wrapper.import-recipient-preview{
    display: block;
}
.table-line{
    display: flex;
}
.purchased-credits .text.name{
    font-weight: bold;
}
.text.credit-description{
    display: flex;
}
.available-credit .purchased-date.text{
    font-style: italic;
}
.purchased-credits .text{
    display: flex;
}
.credits-left .text{
    margin-left: 5px;
}
.text.active-credits{
    font-weight: bold;
    margin-left: 10px;
}
.purchased-credits .status .value{
    font-weight: bold;
}
.purchased-credits .status .value.processing_payment{
    color: #30adc1;
}
.tab-title.summary{
    margin-bottom: 0;
}
.line-wrapper.apply-credits,
.line-wrapper.buy-credits{
    margin-bottom: 10px;
    padding-top: 10px;
}
.line-wrapper.apply-credits{
    border-top: 1px dashed;
}
.buy-credits .line-sub-wrapper{
    padding-right: 15px;
}
.available-credit.line:before,
li.buy-credit:before{
    content: "-";
    margin-left: 5px;
}
.verified .text.status{
    color: green;
}
.verification .unverified,
.verification .verified,
.verification .code-verification,
.verification .unverified .verify{
    display: flex;
    align-items: center;
}
.field-wrapper .code-verification input[type="text"].code{
    width: 100px;
    margin: 0 10px;
}
.campaign-content .verification .verify-link,
.verification .verify-button{
    margin: 0;
    background-color: #1a668b;
    display: flex;
}
.verification .verify-link .loader-in-button{
    margin-right: 5px;
}
.signup-form .verification{
    margin-top: 10px;
}
.signup-form .verification .unverified .unverified-info{
    display: flex;
}
.signup-form .verification .unverified{
    display: block;
}
.signup-form .verification .unverified .code-verification{
    margin-top: 20px;
}
.signup-form .verification .unverified .verify-link{
    text-decoration: underline;
    cursor: pointer;
    margin-right: 10px;
}
.signup-form .verification .code-verification,
.signup-form .verification .code-verification .input-wrapper{
    width: 100%;
}
.signup-form .verification .code-verification .input-wrapper{
    margin-left: 65px;
}
.signup-form .verification .verify-button{
    width: 80px;
    display: block;
    height: 56px;
}
.phone-error{
    color: red;
}
.can-send-in{
    margin-right: 10px;
    color: darkorange;
    max-width: 40%;
}
.pagination .page.next,
.pagination .page.prev{
    cursor: pointer;
}
.campaign-content .verification{
    margin-right: 10px;
}
a.new,
.button.campaign-run,
button.new{
    background-color: #26c74d;
    width: fit-content;
    margin: 0;
}
.button.campaign-run.grayed,
.button.campaign-run.locked{
    background: none;
    background-color: gray;
}
.summary.purchase-credits .title{
    margin-bottom: 0;
}
.sms-qty-not-covered *{
    font-weight: bold;
}
.sms-qty-not-covered{
    margin-bottom: 10px;
}
.button-message{
    margin-right: 10px;
}
.button-message.error{
    color: red;
    font-weight: bold;
}
a.new .plus,
button.new .plus{
    margin-left: 10px;
}
a.new{
    text-decoration: none;
}

a.new .text-wrapper,
button.new .text-wrapper{
    display: flex;
}
.create-new{
    width: 94%;
    height: 44px;
    padding: 10px;
    font-size: 17px;
    display: block;
    margin: 20px auto 0;
    border: 0;
    background-color: #1a668b;
    border-radius: 5px;
    color: #ffffff;
}
.page-wrapper{
    min-height: 1000px;
    display: flex;
    background-color: #FAFAFA;
    padding-top: 80px;
}
body.login .page-wrapper,
body.password-reset-inquiry .page-wrapper,
body.create-password .page-wrapper,
body.signup .page-wrapper{
    padding: 0 172px;
}
.summary.wrapper{
    padding: 10px;
}
.summary.wrapper .text-line{
    padding: 0;
}
.wrapper.brief{
    margin-bottom: 15px;
}
.wrapper.double-check{
    margin: 20px;
}
.wrapper.double-check .text{
    margin-bottom: 20px;
}
.wrapper.double-check .answers{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auth-illustration.wrapper{
    position: relative;
}
.auth-illustration .person{
    height: 100%;
    width: 100%;
    margin-top: 29px;
}
.auth-illustration .background-circle{
    width: 788px;
    height: 788px;
    border-radius: 50%;
    background-color: #E8F2F8;
}
.orders.wrapper{
    padding: 10px;
}
.line{
    display: flex;
    align-items: center;
}
.line .cell{
    margin: 0 10px;
}
.order .status.processing_payment{
    color: #c99027;
}
.order .status.paid{
    color: green;
}
.order .status.payment_failed{
    color: red;
}
.order.line .date{
    font-style: italic;
    font-size: 16px;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
.loader.main{
    position: fixed;
    top: 100px;
    left: 925px;
    background-color: rgb(189 185 185 / 50%);
    box-shadow: 0px 0px 0px 9999px rgb(189 185 185 / 50%);
}
.loader{
    border: 5px solid #f3f3f3;
    border-top: 5px solid #176489;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 50px auto;
}
.verification-loader.loader{
    width: 15px;
    height: 15px;
    margin: auto 5px;
}
.back-arrow{
    cursor: pointer;
}
.side-column{
    width: 275px;
    margin-right: 30px;
    margin-left: 40px;
    min-height: 600px;
}
.side-column .logo{
    width: 80px;
    display: block;
    margin: auto;
}
.desktop-menu{
    font-size: 19px;
}
.desktop-menu ul,
.desktop-menu li{
    list-style: none;
}
.desktop-menu ul{
    padding-right: 0;
    margin: 0;
}
.desktop-menu li{
    padding: 10px 20px;
    border-radius: 20px;
}
.desktop-menu li.current{
    font-weight: bold;
    background: rgba(32, 103, 139, 0.07);
}
.desktop-menu .menu-icon{
    vertical-align: middle;
    margin-left: 13px;
}
.desktop-menu a{
    text-decoration: none;
    color: #000000;
}
.select-login-type a{
    text-decoration: none;
}
.login-or{
    display: flex;
    align-items: center;
    margin: 40px auto;
    width: 290px;
}
.select-login-type{
    padding: 0 40px;
}
.login-or-line{
    width: 132px;
    border-top: 0.33px solid rgba(0, 0, 0, 0.2);
}
.signup-form-title{
    width: 75px;
}
.login-or-or{
    margin: 0 31px;
}
.login-type-email-wrapper,
.login-type-fb-wrapper,
.login-type-gmail-wrapper,
.share-select-line,
.login-type-twitter-wrapper{
    display: flex;
    padding: 10px 15px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    border: 0;
    margin: 0 auto 15px;
    cursor: pointer;
    align-items: center;
}
.login-type-title,
 .create-password-form-title{
     font-weight: bold;
     font-size: 20px;
     width: 160px;
     margin: 40px auto;
 }

.login-type-text{
    margin: 2px 10px;
}
.or-signup-wrapper{
    width: 343px;
    margin: 0;
}
.or-signup{
    display: flex;
    margin: 0 auto;
    width: fit-content;
}
.or-signup-text{
    margin-left: 5px;
}
.or-signup-link{
    width: 60px;
    font-weight: 700;
    color: #20678B;
}
.password-reset-inquiry-form.wrap .line,
.create-password-form.wrap .line,
.signup-form.wrap .line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
}
.password-reset-inquiry-form.wrap,
.password-creation-form.wrap,
.create-password-form.wrap{
    padding: 25px 0;
}
.signup-form.wrap{
    background-color: #ffffff;
    padding: 61px;
    margin: 97px 0;
}
.signup-form .phone.line-wrapper{
    position: relative;
}
.login-form.wrap,
.password-reset-inquiry-form.wrap,
.password-creation-form.wrap{
    padding: 0 63px 0 137px;
    width: 100%;
}
.login-form-wrapper{
    display: flex;
    align-items: center;
}
.login-form.wrap .rememberme{
    display: flex;
    margin: 15px;
}
.login-form .first-name{
    margin-left: 21px;
}
.signup-form.wrap .line{
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.signup-form .first-name.line-wrapper,
.signup-form .password.line-wrapper{
    margin-left: 21px;
}
.signup-form #password,
.signup-form #repeat_password,
.signup-form #first_name,
.signup-form #last_name{
    width: 189px;
}
.signup-form #email,
.signup-form #phone{
    width: 450px;
}
.password-reset-inquiry-form input[type="email"],
.password-creation-form input[type="password"],
.create-password-form input[type="password"],
.post-visibility,
.signup-form .dob select{
    background: #FAFAFA;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
}
.password-creation-form.wrap,
.password-reset-inquiry-form.wrap{
    margin-top: 20px;
}
.signup-form input[type="email"],
.signup-form input[type="text"],
.signup-form input[type="password"],
.login-form input[type="email"],
.password-reset-inquiry-form input[type="email"],
.password-creation-form input[type="password"],
.login-form input[type="password"]{
    border: 1.5px solid #20678B;
    border-radius: 16px;
    height: 56px;
    padding-right: 47px;
    font-size: 17px;
    width: 100%;
}
.password-creation-form input[type="password"],
.password-reset-inquiry-form input[type="email"]{
    width: 343px;
}
.login-form input[type="email"],
.login-form input[type="password"]{
    width: calc(100% - 54px);
}
.login-form #remember{
    border: 1px solid rgba(60, 60, 67, 0.18);
    box-sizing: border-box;
    border-radius: 6px;
}
.login-form .input-wrapper,
.password-reset-inquiry-form .input-wrapper,
.password-creation-form .input-wrapper,
.signup-form .input-wrapper{
    position: relative;
}
.login-form .input-icon,
.password-reset-inquiry-form .input-icon,
.password-creation-form .input-icon,
.signup-form .input-icon{
    position: absolute;
    right: 18px;
    top: 18px;
}
.login-form .rememberme label{
    margin-left: 10px;
}
.auth-wrapper{
    display: flex;
}
.login-type-title,
.create-password-form-title{
    font-weight: bold;
    font-size: 20px;
    width: 160px;
    margin: 40px auto;
}
.signup-form-title,
.password-reset-inquiry-form-title,
.password-creation-form-title,
.login-form-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #20678B;
    font-weight: 700;
    font-size: 42px;
}
.login-form-sub-title,
.signup-form-sub-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 27px;
    margin-bottom: 33px;
}
.login-form label,
.password-reset-inquiry-form label,
.signup-form label{
    display: block;
    margin-bottom: 6px;
}
.signup-form .terms label{
    margin: 0;
}
.login-form .line-wrapper,
.password-reset-inquiry-form .line-wrapper,
.password-creation-form .line-wrapper,
.signup-form .line-wrapper{
    margin-bottom: 23px;
}
.signup-form .password-wrapper .line-wrapper{
    margin-bottom: 5px;
}
.signup-form .password-note{
    margin-bottom: 23px;
    width: calc(100% - 20px);
    color: grey;
    font-size: 14px;
}
.forgot-password a{
    color: #20678B;
    font-weight: 400;
    font-size: 12px;
}
.captcha-text {
    margin: 15px;
    display: block;
}
.mailing-list-add-line,
.create-new-inner{
    cursor: pointer;
    color: #0ea30e;
    margin-bottom: 5px;
    font-size: 18px;
}
button.new.campaign{
    margin-bottom: 20px;
}
.content-type-method-sub-wrapper,
.content-type-method-sub-wrapper *{
    cursor: pointer;
}
.content-type-method-sub-wrapper{
    font-size: 18px;
    padding: 10px;
}
.content-type-method-wrapper{
    border-top: 1px dashed;
}
.content-type-method-wrapper:last-child{
    border-bottom: 1px dashed;
}
.content-type-method-sub-wrapper .text-checkbox{
    margin-left: 10px;
}
.campaign-content .sub-wrapper .text{
    margin-left: 15px;
}
.campaign-content .sub-wrapper select{
    font-size: 16px;
    padding: 2px;
}
.content-type-method-content{
    margin: 15px;
}
.select-from-list-wrapper{
    width: 700px;
    position: relative;
}
.field-wrapper .select-from-list-wrapper .selected-recipient{
    display: flex;
    background-color: #dbdada;
    padding: 3px 5px;
    margin-left: 5px;
    height: fit-content;
    width: max-content;
}
.field-wrapper .select-from-list-wrapper .selected-recipients-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.select-from-list-wrapper .selected-recipient .x{
    cursor: pointer;
}
.field-wrapper .select-from-list-wrapper .selected-recipient .x{
    margin-left: 5px;
    background-color: #afaeae;
    padding: 0 8px 8px 8px;
    border-radius: 10px;
    height: 15px;
    font-size: 16px;
}
.field-wrapper .select-from-list-wrapper .select-main{
    width: 100%;
    border-radius: 10px;
    border: 1px solid;
    padding: 5px 10px;
    min-height: 30px;
    font-size: 18px;
}
.message-content .textarea-wrapper{
    width: 700px;
    position: relative;
}
.message-content textarea{
    width: 100%;
    border-radius: 10px;
    border: 1px solid;
    padding: 5px 10px;
    height: 200px;
    font-size: 18px;
}
.message-content .add-variable{
    position: absolute;
    left: -10px;
    top: 10px;
    background-color: #31bd31;
    color: white;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}
.select-dropdown-wrapper{
    width: 100%;
    background-color: #ffff;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    z-index: 2;
    height: 150px;
    overflow-y: scroll;
}
.select-from-list-wrapper .select-main-input{
    width: 100%;
    border: 0;
    font-size: 18px;
    height: 20px;
    resize: none;
    overflow: hidden;
    outline: none;
}
.mailing-lists-select-wrapper .mailing-list-line a{
    margin-right: 15px;
    color: #226b8f;
}
.mailing-lists-select-wrapper .mailing-list-line{
    cursor: pointer;
    display: block;
}
.mailing-list-wrapper .mailing-list-line .table-cell.comment{
    position: absolute;
    left: -70px;
}
.my-credits .tab{
    margin-bottom: 10px;
}
.campaign-content .recipient-line .comment{
    margin-right: 10px;
}
.campaign-content .recipient-line .comment .blocked,
.campaign-content .recipient-line .comment .not_mobile,
.campaign-content .recipient-line .comment .kosher,
.campaign-content .recipient-line .comment .invalid{
    font-weight: bold;
    font-size: 14px;
}
.campaign-content .recipient-line .comment .blocked{
    color: red;
}
.campaign-content .recipient-line .comment .invalid{
    color: #c31d1d;
}
.mailing-lists-select-wrapper .mailing-list-line .recipient-line{
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.mailing-lists-select-wrapper .mailing-list-line .line-title-wrapper{
    display: flex;
    align-items: center;
}
.mailing-lists-select-wrapper .mailing-list-line .text{
    margin: 0 5px;
}
a.new.campaign,
.campaigns-wrapper,
.blocked-add-wrapper,
.mailing-list-wrapper,
.account-information-wrapper,
.blocked-list-wrapper,
.mailing-lists-wrapper,
.report.list-wrapper .report-lines,
a.new.mailing-list{
    display: block;
}
.mailing-list-wrapper input[type="text"],
.mailing-list-wrapper textarea{
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    max-width: 480px;
    padding: 6px 10px;
}
.mailing-list-wrapper input[type="text"].search-field{
    width: calc(100% - 40px);
}
ul.campaigns-list,
.payments-list,
.section-content,
.report-lines .table-rows-wrapper,
ul.mailing-lists-list{
    background-color: #fff;
    padding: 25px 20px;
    list-style: none;
    margin-top: 10px;
    border-radius: 19px;
}
.my-credits-purchase-wrapper .section-content,
.incoming-smss-purchase-wrapper .section-content,
.my-credits-wrapper .section-content,
.incoming-smss-wrapper .section-content{
    margin-top: 0;
    padding: 10px 55px 20px 0;
    font-size: 18px;
}
.my-credit-orders-wrapper .section-content{
    margin: 0;
    padding-top: 10px;
    padding-right: 35px;
    font-size: 17px;
    position: relative;
}
.incoming-smss-purchase-order-wrapper .section-content,
.incoming-smss-purchase-select-wrapper .section-content{
    position: relative;
}
.incoming-smss-purchase-order-wrapper .total-price,
.my-credit-orders-wrapper .total-price{
    margin-top: 20px;
    padding: 0;
    justify-content: left;
    font-weight: bold;
}
.incoming-smss-purchase-order-wrapper .place-payment,
.my-credit-orders-wrapper .place-payment{
    padding: 15px 108px;
    border-radius: 100px;
    margin: 50px auto 0;
}
.reports .buttons.wrapper{
    width: 170px;
}
.my-credits-wrapper,
.incoming-smss-wrapper{
    margin-bottom: 24px;
}
.arrow {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    height: 1px;
    padding: 3px;
    width: 1px;
}
.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.dropdown-wrapper .value{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.account-information-wrapper .sent-to .table-cell .editable-text{
    position: relative;
}
.alert-settings .settings .setting{
    margin-bottom: 10px;
}
.dropdown-wrapper .values{
    display: flex;
    position: absolute;
    top: 0;
    background-color: white;
    border: 1px solid grey;
    border-radius: 13px;
    padding: 3px 10px 3px 0;
}
.dropdown-wrapper .values .arrow{
    margin-top: 12px;
    cursor: pointer;
}
.dropdown-wrapper .values .items{
    cursor: pointer;
}
.dropdown-wrapper .values.hidden,
.dropdown-wrapper .value.hidden{
    display: none;
}
.account-information-wrapper .sent-to .dropdown-wrapper .values{
    width: 100px;
}
.switch{
    border-radius: 21px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    color: white;
    background-color: #A0A0A0;
    cursor: pointer;
    justify-content: space-between;
}
.account-information-wrapper .switch{
    width: 78px;
}
.switch.on{
    background-color: #3eab49;
}
.my-credits-purchase-wrapper .section-content{
    padding: 0 30px 50px;
}
.my-credit-orders-wrapper .section-content,
.incoming-smss-purchase-select-wrapper .section-content,
.incoming-smss-purchase-wrapper .section-content{
    padding: 0 30px 20px;
}
.my-credits-purchase-wrapper .section-content .table-row,
.incoming-smss-purchase-wrapper .section-content .table-row,
.my-credit-orders-wrapper .table-row,
.incoming-smss-orders-wrapper .table-row{
    border-bottom: 1px solid #20678B;
    padding: 15px 0;
}
.blocked-list-wrapper .section-content{
    margin-top: 40px;
}
a.new.campaign,
a.new.mailing-list{
    margin: 0 0 20px 0;
}
a.new.campaign .text-wrapper,
a.new.mailing-list .text-wrapper{
    font-size: 32px;
    width: 432px;
    display: flex;
    justify-content: center;
}
ul.mailing-lists li{
    display: flex;
    align-items: center;
}
ul.mailing-lists li .row-wrapper{
    margin-left: 10px;
}
.table-cell.error-description{
    width: 210px;
}
.main-campaign-wrapper .tab.general{
    position: relative;
}
ul.mailing-lists li .date{
    margin-left: 10px;
    font-size: 16px;
    font-style: italic;
}
ul.mailing-lists li .delete{
    color: red;
    text-decoration: underline;
    cursor: pointer;
}
.campaigns-wrapper,
.payments-wrapper,
.blocked-add-wrapper,
.mailing-list-wrapper,
.account-information-wrapper,
.blocked-list-wrapper,
.my-credits-purchase-wrapper,
.incoming-smss-purchase-wrapper,
.mailing-lists-wrapper,
.report.list-wrapper .report-lines{
    font-size: 18px;
    background-color: #fff;
    border-radius: 19px;
    padding: 0;
}
.my-credits-purchase-wrapper .actions,
.incoming-smss-purchase-wrapper .actions{
    display: flex;
    cursor: pointer;
}
.my-credits-purchase-wrapper .actions .text,
.incoming-smss-purchase-wrapper .actions .text{
    margin-right: 10px;
}
.blocked-wrapper,
.incoming-smss-all-wrapper,
.my-credits-all-wrapper{
    display: flex;
}
.blocked-add-wrapper,
.my-credits-summary-wrapper{
    width: 40%;
    margin-left: 20px;
}
.incoming-smss-summary-wrapper{
    width: 60%;
    margin-left: 20px;
}
.blocked-list-wrapper,
.my-credits-purchase-wrapper{
    width: calc( 60% - 20px );
}
.incoming-smss-purchase-wrapper{
    width: calc( 40% - 20px );
}
.mailing-list-wrapper .section-content{
    padding-top: 0;
    margin-top: 0;
}
.mailing-list-wrapper .sub-section{
    padding: 15px 30px 26px;
    border-bottom: 1px solid #20678B;
}
.mailing-list-wrapper .sub-section.last{
    border: 0;
}
.mailing-list-wrapper .sub-section .field-wrapper{
    margin: 0 0 10px 0;
}
ul.mailing-lists{
    margin: 0;
    padding: 0;
}
.campaigns-table-header-wrapper,
.payments-table-header-wrapper,
.section-header-wrapper,
.mailing-lists-table-header-wrapper,
.report-lines .table-header-wrapper{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #20678B 0%, #46C3D3 100%);
    border-radius: 19px 19px 0 0;
    width: 100%;
    position: relative;
}
.campaigns-table-header-wrapper .substract,
.section-header-wrapper .substract,
.mailing-lists-table-header-wrapper .substract,
.payments-table-header-wrapper .substract,
.report-lines .table-header-wrapper .substract{
    position: absolute;
    border-radius: 19px 19px 0 0;
    background-color: #ffffff;
    height: 30px;
    width: 100%;
    top: 52px;
}
.campaigns-table-header,
.section-header,
.mailing-lists-table-header,
.report-lines .table-header{
    display: flex;
    justify-content: center;
    padding: 13px 20px 20px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}
.incoming-sms-wrapper .report-lines .table-header{
    font-size: 20px;
}
.account-information-wrapper .section-header{
    padding-right: 85px;
}
.account-information-wrapper .section-content{
    padding-right: 38px;
    padding-left: 38px;
}
.account-information-wrapper .section-content *{
    font-size: 20px;
}
.account-information-wrapper .table-cell.edit{
    text-align: left;
    margin-left: 75px;
    cursor: pointer;
}
.account-information-wrapper .section-content .new-email-unverified .text,
.account-information-wrapper .section-content .account-number.verification *{
    font-size: 17px;
    color: grey;
}
.account-information-wrapper .section-content .account-number.verification button{
    color: white;
}
.account-information-wrapper .section-content .account-number.verification .phone-error{
    color: red;
}
.account-information-wrapper .section-content .account-number.verification .resend-link{
    color: #1a668b;
    text-decoration: underline;
    cursor: pointer;
}
.account-information-wrapper .section-content .account-number.verification .sent-text{
    display: flex;
    margin-bottom: 10px;
}
.number-verification-for-payment .received-code,
.account-information-wrapper .table-cell input,
.incoming-smss-purchase-select-wrapper select,
.renew-wrapper input,
.incoming-smss-purchase-select-wrapper input{
    width: 100%;
    height: 28px;
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #C4C4C4;
}
.number-verification-for-payment .received-code{
    max-width: 200px;
    margin-left: 10px;
}
.number-verification-for-payment button{
    display: flex;
}
.number-verification-for-payment .insert-code-wrapper{
    display: flex;
    align-items: center;
}
.number-verification-for-payment .insert-code-wrapper .error{
    margin-right: 10px;
}
.incoming-smss-purchase-select-wrapper input{
    width: calc( 100% - 20px );
}
.incoming-smss-purchase-select-wrapper .add-to-order-wrapper{
    display: flex;
    margin: auto;
    width: fit-content;
    cursor: pointer;
}
.renew-wrapper{
    width: fit-content;
    margin: auto;
}
.renew-wrapper .period .text,
.renew-wrapper .period input{
    margin-left: 10px;
}
.renew-number-wrapper .period{
    display: flex;
    align-items: center;
}
.renew-number-wrapper .add-to-order-wrapper{
    display: flex;
    cursor: pointer;
    width: fit-content;
    margin: 20px auto 25px;
}
.expires-message{
    color: red;
    font-size: 16px;
}
.incoming-smss-purchase-select-wrapper .add-to-order-wrapper .logo,
.renew-number-wrapper .add-to-order-wrapper .logo{
    margin-left: 10px;
}
.incoming-smss-purchase-select-wrapper select{
    height: 40px;
}
.incoming-smss-purchase-select-wrapper .table-cell{
    width: 50%;
}
.incoming-smss-purchase-select-wrapper select,
.incoming-smss-purchase-select-wrapper input{
    font-size: 16px;
}
.account-information-wrapper .table-cell input[type="password"].first{
    margin-bottom: 10px;
}
.account-information-wrapper .table-cell{
    width: 33%;
}
.account-information-wrapper .table-cell.wrapper{
    width: 66%;
    display: flex;
}
.account-information-wrapper .table-cell.wrapper .table-cell{
    width: 50%;
}
.campaigns-table-header .table-cell,
.mailing-lists-table-header .table-cell,
.report-lines .table-header .table-header-cell{
    text-align: center;
}
.campaigns-list li,
.account-menu,
.payments-list li,
.blocked-recipients .table-row,
.mailing-lists-list li,
.report-lines .table-rows-wrapper .table-row{
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    border-radius: 12px;
    margin-bottom: 12px;
}
.payments-list li,
.report-lines .table-rows-wrapper .table-row,
.campaigns-list li{
    display: block;
}
.payments-list li .table-cells,
.campaigns-list li .table-cells,
.report-lines .table-row .table-cells,
.blocked-recipients .table-row .table-cells{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.report-lines .table-cell.mobile.arrow{
    padding-left: 0;
}
.payments-list .download-invoice,
.payments-list .download-invoice a{
    display: flex;
}
.payments-list .download-invoice .menu-icon{
    margin-left: 10px;
}
.payments-list .download-invoice.disabled{
    color: lightgray;
}
.payments-list .download-invoice.disabled path{
    fill: lightgray;
}
.campaigns-list .table-cell,
.payments-list .table-cell,
.blocked-recipients .table-cell,
.report-lines .table-rows-wrapper .table-cell,
.mailing-lists-list .table-cell{
    text-align: center;
    padding: 14px 0;
    justify-content: center;
}
.table-cell.mobile{
    display: none;
}
.campaigns-list .table-cell a,
.payments-list .table-cell a,
.mailing-lists-list .table-cell a,
.report-lines .table-rows-wrapper .table-cell a{
    text-decoration: none;
    color: #000000;
}
.campaigns-list a{
    text-decoration: none;
    color: black;
}
.no-lists-message{
    padding: 35px;
}
.menu-icon{
    cursor: pointer;
}
.mailing-lists-list .menu-icon.edit{
    margin-left: 27px;
}
.account-information-wrapper .verify-notice{
    color: red;
    margin-bottom: 10px;
}
.account-information-wrapper .verify-notice div{
    display: inline;
}
.account-information-wrapper .section-content .account-number .sent-text .cancel{
    color: #1a668b;
    text-decoration: underline;
    cursor: pointer;
}
.menu-icon.delete.disabled,
.menu-icon.delete.disabled{
    cursor: unset;
}
.menu-icon.delete.disabled path,
.menu-icon.delete.disabled path{
    fill: lightgray;
}
.campaigns-wrapper a.campaign-wrapper,
.mailing-lists-wrapper a.mailing-list.row-wrapper{
    color: #000000;
    text-decoration: none;
}
.mailing-list-table{
    margin-bottom: 15px;
    position: relative;
    overflow-x: auto;
    padding-right: 20px;
}
.button-wrapper{
    display: flex;
    align-items: center;
}
.result.message{
    margin-right: 10px;
}
.mailing-list-table .table-header-cell{
    color: #ffff;
    text-align: center;
}
.mailing-list-table .table-header-cell .cell-title{
    min-height: 55px;
}
.mailing-list-line{
    display: flex;
    position: relative;
}
.mailing-list-table .table-cell input{
    border-radius: 0;
    width: calc(100% - 17px);
}
.mailing-list-table .table-header{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #20678B 0%, #46C3D3 100%);
    border-radius: 16px 16px 0 0;
    padding: 5px 0;
}
.mailing-list-table .table-header-cell,
.mailing-list-table .table-cell{
    min-width: 100px;
    width: 11%;
}
.mailing-list-table .table-cell.last{
    width: calc(11% + 5px);
}
.mailing-list-table .table-header,
.mailing-list-table .table-body{
    width: 1000px;
}
.mailing-list-line .remove{
    width: 7px;
    margin: 5px 10px;
    padding: 4px 7px 1px 6px;
    text-align: center;
    font-size: 15px;
    line-height: 0.5;
    height: 15px;
    color: #000000;
    cursor: pointer;
    position: absolute;
    right: -35px;
}
.campaign-content .sub-wrapper .sms-skip-wrapper .text{
    margin: 0;
}
.field-wrapper .test-sms .phone-number{
    width: 140px;
    margin-left: 10px;
}
.sms-skip-wrapper{
    display: flex;
    align-items: center;
}
.field-wrapper .sms-skip-wrapper .number-of-days{
    width: 30px;
    margin: 0 5px;
}
.sms-skip-wrapper .text{
    margin: 0;
}
.credit-usage-line .text{
    margin-left: 5px;
}
.add-variables-wrapper .tab-title{
    margin-bottom: 0;
}
.add-variables-wrapper .variable-line,
.select-number-wrapper .number-line{
    padding: 5px 15px;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.add-variables-wrapper .variable-line:hover,
.select-number-wrapper .number-line:hover{
    background-color: #d8dee1;
}
.account-information-wrapper .table-row{
    padding: 25px 30px;
    border-bottom: 1px solid #20678B;
}
.account-information-wrapper .table-row.last{
    border: 0;
}
.table-row{
    display: flex;
    align-items: center;
}
.table-row div,
.table-row input{
    margin-left: 10px;
}
.report .table-header-cell{
    margin-left: 10px;
}
.report .table-header-cell.status,
.report .table-row .status{
    width: 100px;
}
.report .table-header-cell.phone,
.report .table-row .phone{
    width: 78px;
}
.out-of-them-row{
    margin-right: 10px;
}
.short-stats{
    margin-bottom: 20px;
}
.main-content{
    width: 100%;
}
body.login .content-wrapper,
body.signup .content-wrapper{
    background-color: unset;
}
.content-wrapper{
    width: calc(100% - 40px);
    margin-left: 100px;
}
.mobile-menu{
    display: none;
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    bottom: -1px;
    width: 100%;
    border-radius: 19px 19px 0 0;
    z-index: 100;
}
.mobile-menu .inner-wrapper{
    background: linear-gradient(180deg, rgba(32, 103, 139, 0.15) 0%, rgba(70, 195, 211, 0.15) 100%);
    border-radius: 19px 19px 0 0;
    width: calc(100% - 88px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 44px 10px;
}
.page-title{
    display: none;
    width: fit-content;
    margin: 0 auto 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #20678B 0%, #46C3D3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400;
    font-size: 36px;
    line-height: 24px;
}
.triangular-arrow{
    width: 10px;
    position: absolute;
    content: '';
    height: 0;
    border: .5em solid transparent;
    border-left-color: #000000;
    transform-origin: 0 50%;
    cursor: pointer;
}
.triangular-arrow.expand {
    transform: rotate(90deg);
}
.triangular-arrow.collapse {
    transform: rotate(-90deg);
}
.table-cell.mobile.arrow{
    padding-left: 20px;
}
.table-cells-extension{
    display: flex;
}
.table-cells-extension.hidden{
    display: none;
}
.profile.mobile{
    display: none;
    cursor: pointer;
}
.profile .account-menu{
    position: absolute;
    left: 22px;
    display: block;
    background-color: #ffffff;
    padding: 8px;
    z-index: 10;
}
.profile .account-menu.hidden{
    display: none;
}
.profile .account-menu a{
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 8px;
    border-radius: 12px;
}
.profile .account-menu a:hover{
    background: rgba(217, 217, 217, 0.5);
}
.profile .account-menu .menu-icon{
    margin-left: 10px;
}
.overlay{
    width: calc(100% - 800px);
    margin: 0 400px;
    height: fit-content;
    left: unset;
    top: 133.5px;
}
.payments-list .table-cells-extension .invoice-link{
    display: flex;
}
.payments-list .table-cells-extension .invoice-link path,
.payments-list .table-cells-extension .invoice-link .text{
    fill: rgba(32, 103, 139, 1);
    color: rgba(32, 103, 139, 1);
}
.payments-list .table-cell.mobile{
    text-align: right;
}
.payments-list .table-cell.arrow{
    text-align: left;
}
.payments-list li{
    padding: 0 10px;
}
.search-field-wrapper{
    box-shadow: 0px 0px 12px rgb(0 0 0 / 17%);
    border-radius: 12px;
    width: fit-content;
    padding: 20px;
    margin: 0 10px;
    display: flex;
}
.search-field-wrapper input,
.search-field-wrapper select{
    height: 28px;
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #C4C4C4;
}
.search-field-wrapper select{
    height: 100px;
}
input.datetime{
    direction: ltr;
}
.search-field-wrapper label{
    margin-left: 10px;
}
.list-search{
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}
.list-search .button.search,
.list-search .button.export-to-excel{
    margin: 0 0 10px 0;
    height: 26px;
    padding: 10px 40px;
}
.list-search .button.search .text-wrapper,
.list-search .button.export-to-excel .text-wrapper{
    text-align: center;
}
.link{
    cursor: pointer;
    text-decoration: underline;
}
.export-progress{
    display: flex;
}
.export-progress.hidden{
    display: none;
}
.export-progress .loader-in-button{
    margin-left: 5px;
}
.report.list-wrapper.loading{
    margin: auto;
    width: fit-content;
}
.number-verification-for-payment .title{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #20678B 0%, #46C3D3 100%);
    color: #fff;
    padding: 10px;
    font-size: 20px;
}
.number-verification-for-payment .verification{
    margin: 10px 10px 20px 0;
}
.id-verification{
    font-size: 20px;
    margin-right: 20px;
}
.id-verification .email-example{
    font-style: italic;
}
@media screen and (max-width: 1600px) {
    .signup .auth-illustration{
        display: none;
    }
    .signup .auth-wrapper{
        margin: auto;
    }
    .campaigns-table-header .table-cell,
    .mailing-lists-table-header .table-cell,
    .report-lines .table-header .table-header-cell{
        font-size: 20px;
    }
    .incoming-smss-purchase-order-wrapper .place-payment,
    .my-credit-orders-wrapper .place-payment{
        padding: 10px 30px;
        margin: 20px auto 0;
    }
    .login-form-wrapper{
        margin-top: 20px;
    }
    .login-form.wrap, .password-reset-inquiry-form.wrap, .password-creation-form.wrap{
        padding: 0 0 0 40px;
    }
    .signup-form.wrap{
        padding: 20px 60px;
        margin: 20px 0;
    }
}
@media screen and (max-width: 1300px) {
    .campaigns-table-header .table-cell,
    .mailing-lists-table-header .table-cell,
    .report-lines .table-header .table-header-cell{
        font-size: 18px;
    }
    .login-form.wrap,
    .password-reset-inquiry-form.wrap,
    .password-creation-form.wrap{
        margin-top: 80px;
        padding: 0 63px 0 50px;
    }
    body.login .page-wrapper,
    body.signup .page-wrapper,
    .password-reset-inquiry .page-wrapper,
    .password-creation .page-wrapper
    {
        padding: 0 90px;
    }
    .overlay {
        width: calc(100% - 400px);
        margin: 0 200px;
    }
}
@media screen and (max-width: 1200px) {
    .report-lines .table-header-wrapper .substract{
        top: 72px;
    }
    .blocked-list-wrapper .section-header-wrapper .substract{
        top: 50px;
    }
    .campaigns-table-header .table-cell{
        font-size: 16px;
    }
    .campaigns-table-header-wrapper .substract{
        top: 42px;
    }
    .account-information-wrapper .table-cell *{
        overflow-wrap: break-word;
    }
}
@media screen and (max-width: 1100px) {
    .blocked-add-wrapper .section-header-wrapper .section-header{
        font-size: 20px;
    }
    .campaigns-table-header .table-cell{
        font-size: 14px;
    }
    .my-credit-orders-wrapper .section-header{
        font-size: 20px;
    }
}
@media screen and (max-width: 960px) {
    html, body{
        height: 100%;
    }
    .table-cell.mobile{
        display: block;
    }
    .table-cell.desktop{
        display: none;
    }
    .page-title{
        display: block;
    }
    .auth-wrapper{
        margin: auto;
    }
    .content-wrapper{
        width: calc(100% - 34px);
        margin: 0 auto 100px;
    }
    .page-wrapper{
        min-height: unset;
        padding-top: 32px;
    }
    body.login .page-wrapper,
    body.password-reset-inquiry .page-wrapper,
    body.create-password .page-wrapper,
    body.signup .page-wrapper{
        padding: 0;
    }
    .payments-table-header-wrapper{
        display: none;
    }
    .payments-list li .table-cells{
        justify-content: right;
    }
    .profile.mobile{
        display: block;
    }
    .profile.mobile.hidden{
        display: none;
    }
    .auth-illustration{
        display: none;
    }
    .login-form.wrap,
    .password-reset-inquiry-form.wrap,
    .password-creation-form.wrap,
    .signup-form.wrap{
        padding: 0;
        margin: 0;
        background: none;
    }
    .header{
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .signup-form.wrap .line{
        display: block;
    }
    .signup-form .first-name.line-wrapper, .signup-form .password.line-wrapper{
        margin-left: 0;
    }
    .signup-form.wrap .terms.line{
        display: flex;
    }
    .signup-form.wrap{
        margin-bottom: 60px;
    }
    .signup-form.wrap,
    .password-reset-inquiry-form.wrap,
    .password-creation-form.wrap{
        margin-top: 20px;
    }
    .header .logo{
        display: block;
    }
    .login-form-sub-title,
    .signup-form-sub-title{
        font-size: 17px;
        margin-bottom: 13px;
    }
    .signup-form-title,
    .password-reset-inquiry-form-title,
    .password-creation-form-title,
    .login-form-title{
        font-size: 34px;
    }
    .auth-wrapper{
        display: block;
    }
    .main-content{
        margin: auto;
    }
    .side-column{
        display: none;
    }
    .mobile-menu{
        display: block;
    }
    .mobile-menu.hidden{
        display: none;
    }
    a.new.campaign,
    a.new.mailing-list{
        margin: auto;
        padding: 10px 60px;
        border-radius: 100px;
    }
    a.new.campaign .text-wrapper,
    a.new.mailing-list .text-wrapper{
        width: 100%;
        font-size: 20px;
    }
    .mailing-lists-table-header-wrapper{
        display: none;
    }
    .campaigns-table-header-wrapper{
        display: none;
    }
    ul.campaigns-list,
    .mailing-lists-wrapper,
    ul.mailing-lists-list{
        background: none;
    }
    .mailing-lists-list .menu-icon.edit{
        margin-left: 8px;
    }
    .mailing-lists-list img,
    .mailing-lists-list svg{
        height: 17px;
    }
    .campaigns-wrapper{
        background: none;
        margin: 0;
    }
    ul.campaigns-list,
    .payments-list,
    .section-content,
    .report-lines .table-rows-wrapper,
    ul.mailing-lists-list{
        padding: 25px 7px 10px;
    }
    .overlay{
        width: calc(100% - 200px);
        margin: 0 100px;
    }
    .blocked-wrapper, .my-credits-all-wrapper, .incoming-smss-all-wrapper{
        display: block;
        margin-bottom: 50px;
    }
    .blocked-add-wrapper, .my-credits-summary-wrapper, .incoming-smss-summary-wrapper{
        width: unset;
        margin-left: unset;
    }
    .blocked-list-wrapper, .my-credits-purchase-wrapper,
    .blocked-list-wrapper, .incoming-smss-purchase-wrapper{
        width: unset;
    }
    .blocked-wrapper .blocked-file .text{
        margin: 0 auto 10px;
        width: fit-content;
        display: block;
    }
    .add-blocked{
        margin-bottom: 20px;
    }
    .blocked-wrapper .section-header-wrapper{
        display: none;
    }
    .blocked-list-wrapper, .blocked-list-wrapper .section-content{
        background: none;
    }
    .blocked-list-wrapper .section-content{
        margin-top: 0;
        padding-top: 0;
    }
    .blocked-recipients .table-row{
        display: block;
    }
    .mailing-list-wrapper .sub-section{
        padding: 20px 0;
    }
    .mailing-list-wrapper input[type="text"], .mailing-list-wrapper textarea{
        width: calc(100% - 20px);
    }
    .incoming-smss-purchase-order-wrapper .place-payment,
    .my-credit-orders-wrapper .place-payment{
        padding: 10px 30px;
        margin: 20px auto 0;
    }
    .table-cells-extension{
        font-size: 16px;
    }
    .table-cells-extension .download-invoice.menu-icon{
        width: 15px;
        margin-left: 5px;
    }
    .table-cells-extension .table-cell.invoice{
        display: flex;
    }
    .table-cells-extension .table-cell.invoice.disabled *{
        color: lightgray;
        fill: lightgray;
    }
    .account-information-wrapper .table-cell.wrapper{
        display: block;
    }
    .account-information-wrapper .table-cell.edit{
        margin-left: 0;
    }
    .account-information-wrapper .section-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .account-information-wrapper .table-row{
        padding: 10px 0;
    }
    .account-information-wrapper .table-cell *{
        overflow-wrap: break-word;
    }
    .account-information-wrapper .table-cell .editable-text{
        color: #9E9E9E;
    }
    .account-information-wrapper .table-cell.wrapper .table-cell{
        width: 100%;
    }
    .report-lines .table-header-wrapper{
        display: none;
    }
    .report-lines .table-cell{
        overflow-wrap: break-word;
    }
    .report-lines .table-cells,
    .report-lines .table-cells-extension{
        margin-right: 10px;
    }
    .report-lines .table-rows-wrapper,
    .payments-wrapper,
    .payments-list{
        background: none;
    }
    .account-information-wrapper .section-header{
        padding: 13px 20px 20px 20px;
    }
    .report.list-wrapper .report-lines{
        background: none;
        margin-top: 0;
    }
    .report.list-wrapper .page-title{
        margin-bottom: 0;
    }
    .pagination.report-list{
        margin-top: 0;
    }
    .password-reset-inquiry-form input[type="email"],
    .password-creation-form input[type="password"]{
        width: 100%;
    }
    button.login.submit, button.password-reset-inquiry.submit, button.password-creation.submit, button.signup.submit{
        width: 100%;
    }
    button.password-reset-inquiry.submit,
    button.password-creation.submit{
        margin-top: 10px;
    }
    .signup-form input[type="email"],
    .signup-form input[type="text"],
    .signup-form input[type="password"],
    .login-form input[type="email"],
    .login-form input[type="password"],
    .signup-form #password, .signup-form #repeat_password, .signup-form #first_name, .signup-form #last_name, .signup-form #email, .signup-form #phone
    {
        width: calc(100% - 54px);
    }
    .list-search{
        display: block;
    }
    .search-field-wrapper{
        width: calc(100% - 60px);
        margin: 0 10px 20px;
    }
    .list-search .button.search,
    .list-search .button.export-to-excel{
        width: fit-content;
    }
    .report.list-wrapper .table-line .title,
    .report.list-wrapper .table-line .value{
        width: 50%;
        text-align: right;
    }
    .id-verification{
        margin-right: 0;
    }
}
@media screen and (max-width: 600px) {
    .overlay{
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}
