.message-loading-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 99999;
}

.message-loading-overlay h4 {
    color: white;
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center !important;
}

.resend_sms {
    cursor: pointer;
}

.d-block {
    display: block;
}

.hidden,
.hide,
.hide_term_slider,
.hide_amount_slider {
    display: none !important;
}

.color-white {
    color: white !important;
}

.btn-file-add {
    position: relative;
}

.btn-file-add [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

.block-pic {
    display: inline-block;
    margin-bottom: 17px;
    position: relative;
}

.block-pic img {
    max-height: 150px;
    width: 120px;
}

.block-pic .close {
    position: absolute;
    right: 0;
    float: none;
}

.suc_result_e {
    color: #721c24;
}

/* offer */
.offer {
    background-color: #EEF2F3;
    font-size: 12px !important;
    overflow-y: scroll;
    height: 311px;
    padding: 20px;
    margin-top: 20px;
    line-height: 1.4;
}

.offer p {
    padding-bottom: 0;
}

/* end offer */

.table_double_clm .li_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table_double_clm .li_block > div {
    display: inline-block;
    /*flex: 0 0 50%;*/
    /*padding-bottom: 10px;*/
}

.table_double_clm .lib_right {
    text-align: right;
    white-space: nowrap;
}

.accept_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding-top: 10px;
}

.input-box {
    position: relative;
}

#eye {
    background: url('../images/closed-eye-fine.png');
    cursor: pointer;
    display: block;
    position: absolute;
    right: 18px;
    bottom: 12px;
    width: 20px;
    height: 8px;
}

#eye.opened {
    background: url('../images/opened-eye-fine.png');
}

.chng_val_spn {
    display: block;
    cursor: pointer;
    color: #d21d1d;
    text-decoration: underline;
}

.chng_val_spn:hover {
    text-decoration: none;
}

/* tab-link*/
.phones_invite-box [type="text"] {
    display: inline-block;
    max-width: 175px;
    width: auto;
}

.btn-whats_app {
    background-color: #7ace3d;
    color: white;
    margin: 0px 5px;
}

.btn-whats_app:hover {
    background-color: #69c228;
    color: white;
}

.btn-sms {
    background-color: #e7e7e7;
    border: 1px solid transparent;
}

.btn-sms:hover {
    color: white;
}

.tabs-box .tabs-cont {
    padding: 30px 0 20px;
}

.tabs-box .tabs-cont .inner-tab {
    display: none;
    padding: 10px;
}

.tabs-box .tabs-cont .inner-tab.current {
    display: block;
}

.tabs-box .tabs-nav {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    text-align: center;
}

.tabs-box .tabs-nav .tab-link {
    color: black;
    padding: 0px 30px;
    text-decoration: none;
}

.tabs-box .tabs-nav .tab-link.current {
    font-weight: 600;
}

@media (max-width: 575px) {
    .tabs-box .tabs-nav .tab-link {
        display: block;
    }

    .tabs-box .tabs-nav .tab-link + .tab-link {
        padding-top: 15px;
    }
}

/* end tab-link */

/* chat */
.dialog--page:NOT(.wr_block) .dialog--wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.dialog--chat {
    flex: 0 0 65%;
}

.chats--item {
    padding: 12px 0;
    font-size: 14px;
    padding-left: 50px;
    position: relative;
    background: url(../images/dialog.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    color: #676767;
    cursor: pointer;
    display: block;
    text-decoration: none !important;
}

.count_notifications {
    position: absolute;
    left: 30px;
    bottom: 7px;
    width: 15px;
    height: 15px;
    background: var(--red);
    border-radius: 100%;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.chats--item.active {
    background-color: #ededed;
    color: #1f1f1f;
}

.dialog--chats {
    padding-right: 10px;
    max-height: 400px;
    flex: 0 0 35%;
    overflow-y: scroll;
}

.dialog--page:NOT(.wr_block) .dialog--chat {
    border-left: solid 1px #aaaaaa;
}

.message--send {
    margin-right: 0;
    padding-left: 14px;
    padding-top: 20px;
}

.dialog--page:NOT(.wr_block) .message--send {
    border-left: solid 1px #aaaaaa;
    margin-left: auto;
    width: 65%;
}

.dialog--chats::-webkit-scrollbar {
    width: 7px;
}

.dialog--chats::-webkit-scrollbar-track {
}

.dialog--chats::-webkit-scrollbar-thumb {
    background: #afafaf;
}

.dialog--chat_head {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 6.37px 0.63px rgba(32, 22, 0, 0.05);
    padding: 10px 20px;
}

.message--chat.operator_message {
    margin-left: 0;
    margin-right: auto;
}

.message--chat.my_message {
    margin-right: 0px;
    margin-left: auto;
}

.message--chat {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 6.37px 0.63px rgba(32, 22, 0, 0.2);
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 267px;
}

.dialog--chat_messages {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.dialog--chat_messages_wrapper {
    max-height: 285px;
    padding-right: 5px;
    overflow-y: scroll;
    padding-top: 30px;
    padding-left: 20px;
    position: relative;
}

.dialog--chat {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.message--chat_name {
    color: #9b9b9b;
    font-weight: 700;
    font-size: 11px;
}

.message--chat_date {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 11px;
    color: #9b9b9b;
}

.message--chat_value {
    color: #1f1f1f;
    font-size: 11px;
    margin-top: 10px;
}

.dialog--chat_messages_wrapper::-webkit-scrollbar {
    width: 7px;
}

.dialog--chat_messages_wrapper::-webkit-scrollbar-thumb {
    background: #afafaf;
}

.message--send_enter .btn {
    border-radius: 20px;
}

.message--send_enter input {
    flex-grow: 1;
    border-width: 1px;
    border-color: rgb(171, 171, 171);
    border-style: solid;
    border-radius: 12px;
    background-color: rgb(250, 250, 250);
    margin-right: 10px;
    padding-left: 10px;
    color: #676767;
    height: 31px;
    margin-top: 3px;
}

.message--send_enter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-right: 5px;
}

.message--send button {
    font-size: 14px;
}

.message--send label {
    margin-bottom: 0;
}

.upload-label input {
    display: none;
}

.remove_dialog_file {
    color: red;
    cursor: pointer;
}

.dialog_file {
    font-size: 11px;
}

#upload-file {
    height: 50px;
    width: 50px;
    object-fit: cover;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border-radius: 3px;
}

/* end chat */

/* services */
.services_box label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

/* end services */

/* webCamera */
.btn.btn-file-add {
    margin-bottom: 10px;
}

.ui-dialog-buttonset .btn.ui-widget {
    background-color: #428bca !important;
    background-image: none !important;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    color: #FFF !important;
    font-weight: normal;
    margin: .5em .4em .5em 0;
    padding: .4em 1em;
    outline: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: none;
    text-align: center;
    height: auto;
    width: auto;
}

.ui-dialog-buttonset .btn.ui-widget:hover {
    background-color: #3e6c8f !important;
}

.ui-dialog-buttonset .btn.ui-widget span {
    padding: 0;
}

.ui-dialog-buttonset .btn.ui-widget .glyphicon {
    background: transparent;
    font-size: 110% !important;
    margin-right: 3px;
}

.video-element-customer,
.canvas-customer-photo {
    max-width: 100%;
    max-height: 100%;
}

.modalWebCam {
    z-index: 101 !important;
}

/* end webCamera */

/* qrcode */
.qrcode_btn_box {
    padding-top: 17px;
    text-align: center;
}

.modal-body h3 {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.img_qrcode {
    display: block;
    margin: 5px auto;
}

.link_qrcode {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}
/* end qrcode */

/* captcha */
.captcha-box {
    text-align: center;
}

.captcha-box .captcha_img {
    cursor: pointer;
    display: inline-block;
}

.captcha-box #captcha_code {
    margin: 0 auto;
    max-width: 100px;
    text-align: center;
}
/* end captcha */

/* new recovery */
.new-recovery-box {
    margin: 0 auto;
    padding: 20px;
    width: 40%;
}
.recovery-steps-list {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}
/* end new recovery */

/* calculator */
.calc-value-box {
    position: relative;
}

.calc-value-box .calc-value-info {
    align-items: center;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.calc-value-box .calc-value-info span {
    color: black;
}

.calc-value-box input {
    position: relative;
    width: 100%;
    z-index: 3;
}
/* end calculator */

.reg-step_sp {
    display: none;
}

.list_cards .item-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.item-card-img {
    background: url(../images/card_min.png) no-repeat;
    margin-right: 15px;
    height: 30px;
    width: 47px;
}

.iframe_binding_card {
    border: 0;
    height: 485px;
    margin-top: 20px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .wrapper-inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .wrapper-inputs:NOT(.frst_stp) > .input-box {
        flex-basis: 30%;
        width: 30%;
    }

    .wrapper-inputs:NOT(.frst_stp) > div:NOT(.input-box),
    .wrapper-inputs.frst_stp > .input-box {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .wrapper-inputs .inpBxThirteen,
    .wrapper-inputs.frst_stp .inpBxThirteen {
        flex-basis: 13% !important;
        width: 13% !important;
    }

    .wrapper-inputs > .inpBxTwentyTwo,
    .wrapper-inputs.frst_stp > .inpBxTwentyTwo {
        flex-basis: 22% !important;
        width: 22% !important;
    }

    .wrapper-inputs > .inpBxThirty,
    .wrapper-inputs.frst_stp > .inpBxThirty {
        flex-basis: 30% !important;
        width: 30% !important;
    }

    .wrapper-inputs .inpBxFF,
    .wrapper-inputs.frst_stp .inpBxFF {
        flex-basis: 48% !important;
        width: 48% !important;
    }

    .wrapper-inputs .inpBxNewLineFF,
    .wrapper-inputs.frst_stp .inpBxNewLineFF {
        padding-right: 52% !important;
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .wrapper-inputs .inpBxSixty,
    .wrapper-inputs.frst_stp .inpBxSixty {
        flex-basis: 65% !important;
        width: 65% !important;
    }

    .wrapper-inputs .inpBxFull,
    .wrapper-inputs.frst_stp .inpBxFull {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .wrapper-inputs .inpBxMRA,
    .wrapper-inputs.frst_stp .inpBxMRA {
        margin-right: auto;
        padding-left: 2%;
    }

    .wrapper-inputs .inpBxMLA,
    .wrapper-inputs.frst_stp .inpBxMLA {
        margin-left: auto;
        padding-right: 2%;
    }
}
