.g-useful-links {
    position: fixed;
    bottom: 110px;
    right: 30px;
    width:60px;
    display: inline-block;
    z-index: 1000;
}
    .g-useful-links .complain-block,
    .g-useful-links .link-block {
        background: #76b51b;
        font-size: 20px;
        width: 3em;
        height: 3em;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
        text-decoration: none;
        border-radius: 3em;
    }
    .g-useful-links .complain-block {
        background: #FFFFFF;
        color: #444444;
        padding: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    }
        .g-useful-links .complain-block:before {
            width: 20px;
            height: 20px;
            display: block;
            content: url(/images/complain/complain.svg);
        }
        .g-useful-links .complain-block > span {
            display: none;
        }
        .g-useful-links .complain-block:hover {
            width: 12em;
            float: right;
            margin-bottom: 12px;
        }
            .g-useful-links .complain-block:hover > span {
                -moz-animation: fadeIn 0.5s;
                -webkit-animation: fadeIn 0.5s;
                animation: fadeIn 0.5s;
                display: block;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                margin-left:12px;
            }

        .g-useful-links span {
            display: block;
        }

    .g-useful-links .link-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
    }

    .g-useful-links .link-text i{
        font-size:20px;
        margin-bottom:4px;
    }
    .g-useful-links.have-chat-ai {
        bottom: 180px;
    }

body .mbn_widget {
    bottom: 108px;
}
    body .mbn_widget .mbx92chat_container{
        bottom: 0;
    }
    body .mbn_widget .mbx92chat_chatbtn {
        width: 60px;
        height: 60px;
        background: #76b51b;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    }
        body .mbn_widget .mbx92chat_chatbtn:hover {
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        }
    body .modal.show {
        z-index: 200080003;
    }
body .fas {
    font-family: FontAwesome;
    font-weight: 900;
    font-style: normal;
}
    body .fas.fa-sign-out-alt:before {
        content: "\f08b";
    }
.myphone {
    font-size: 27px !important;
    margin: 0 !important;
}

.g-useful-links .ShowPop {
    display: none;
    border-radius: 50%;
    cursor: pointer;
    color: #FFF;
}
/*#region edit modal-dialog */
.modal-dialog.complain,.modal-dialog.success {
    max-width: 560px;
    margin: 0 auto;
    transform: translateY(-50%) !important;
    top: 50%;
}
.modal-dialog.success {
    max-width: 500px;
    text-align:center;
}
    .modal-dialog.success lottie-player{
        margin:0 auto 28px;
        width:150px;
        height:150px;
    }

    .modal-dialog.success .close,
    .modal-dialog.complain .close {
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        background: url(/images/shared/Close.svg) center no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    .modal-dialog.complain .minimize {
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: 20px;
        right: 42px;
        z-index: 10;
        background: url(/images/complain/Minimize.svg) center no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    .modal-dialog.complain .modal-header {
        padding:20px 20px 12px;
    }
        .modal-dialog.complain .modal-header .modal-title {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px;
        }
.modal-dialog.success .modal-header {
    border-bottom:0;
}
.modal-dialog.success .modal-body {
    padding: 0 20px 20px;
}
.modal-dialog.complain .modal-body {
    padding: 0 20px 0;
    margin: 20px 0;
    height: 480px;
    max-height: calc(100vh - 300px);
    overflow: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #D9D9D9 transparent !important;
}
        .modal-dialog.complain .desc {
            display:block;
            color: #8C8C8C;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            padding:20px 20px 0;
        }
        .modal-dialog.complain .modal-body .form-group:not(:last-child){
            margin-bottom:20px;
        }
        .modal-dialog.complain .modal-body label {
            margin-bottom: 8px;
            font-weight: 500;
        }
.modal-dialog.complain .modal-footer {
    border-top:none;
}
#myModalComplain .modal-dialog.complain .modal-footer .btn {
    height:52px;
}
.dropdown button,
.dropdown button:hover,
.dropdown button:focus:not(:focus-visible) {
    background: #FFF;
    width: 100%;
    height: 38px;
    text-align: left;
    border: solid 1px #ccc;
    background: url(/images/complain/select-arrow.svg) calc(100% - 16px) center no-repeat, #FFF;
    background-size: 20px;
}
    .dropdown button.show,
    .dropdown button:focus:not(:focus-visible),
    .dropdown:hover button {
        border-color: #176BFB;
    }
.dropdown .dropdown-item{
    padding:16px;
    cursor:pointer;
}
.form-control.error {
    border-color: #EA4649;
}
.form-control + .msg:not(:empty) {
    display: block;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #EA4649;
    min-height: 16px;
    margin-top: 12px;
    padding-left: 24px;
    background: url(/images/complain/msg_error.svg) left center no-repeat;
    background-size: auto 16px;
}
.resutl-upload a {
    display: block;
    width: 81px;
    height: 56px;
    position: relative;
    float: left;
    text-align: center;
    padding: 8px;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    margin-right: 16px;
}
    .resutl-upload a img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 4px;
    }
.modal-dialog.complain .resutl-upload {
    display: block;
    float: left;
    width: 100%;
    margin-top:4px;
    margin-bottom: 12px;
}
.modal-dialog.complain .resutl-upload a .close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    opacity: .8;
    background: url(/images/complain/close.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
    .resutl-upload a.close:hover{
        cursor:pointer;
        opacity:1;
    }
textarea.form-control:focus,
input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #176BFB;
}
[type="file"].hidden + label {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: solid 1px #E0E0E0;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
    [type="file"].hidden + label.dragging,
    [type="file"].hidden + label:hover {
        border: 1px dashed #7FCA27;
        background: rgba(127, 202, 39, 0.07);
        cursor: pointer;
    }
    [type="file"].hidden + label:before {
        display: block;
        margin-bottom: 16px;
        width: 30px;
        height: 36px;
        content: url(/images/complain/form.svg);
    }
    [type="file"].hidden + label i {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #8C8C8C;
    }
.dropdown-menu.show {
    width: 100%;
}
.dropdown-toggle::after {
    display: none;
}

.form-control:disabled {
    background: #F8F8F8;
    color: #989898;
}

.dropdown button:disabled {
    background: url(/images/complain/select-arrow.svg) calc(100% - 16px) center no-repeat, #F8F8F8;
    background-size: 20px;
}

.form-control::placeholder {
    color: #DCDCDC;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #DCDCDC;
}

.form-control::-moz-placeholder {
    color: #DCDCDC;
}

.form-control:-ms-input-placeholder {
    color: #DCDCDC;
}

textarea.form-control {
    min-height: 87px;
}
.capture-monitor{
    display:block;
}
/*#endregion */
#myModalCallAuto.modal, #myModalComplain {
    z-index: 200080003;
}
.modal-backdrop.show {
    z-index: 200080002;
}
    #myModalCallAuto .modal-dialog .modal-content {
        border-radius: 12px;
        padding: 24px;
        color: #091221;
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
    }
#myModalCallAuto .modal-header,
#myModalCallAuto .modal-body,
#myModalCallAuto .modal-footer {
    padding: 0;
    border: none;
    display: block;
    position: relative;
}

#myModalCallAuto .modal-body {
    max-height: calc(100vh - 440px);
    overflow: auto;
}

#myModalCallAuto .modal-header .close {
    border: none;
    outline: none;
    background: url(/images/shared/Close.svg) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

#myModalCallAuto .modal-title {
    padding-top: 112px;
    background: url(/images/shared/chat_call.png) center 10px no-repeat, url(/images/shared/Avatar_call.png) top center no-repeat;
    color: #091221;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}

#successYourBrand .modal-title {
    background: url(/images/shared/Avatar_call.png) top center no-repeat;
}

#myModalCallAuto .modal-desc {
    display: block;
    color: #091221;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

#successYourBrand .modal-desc {
    color: #6C6C6C;
    margin-bottom: 0;
}

    #successYourBrand .modal-desc b {
        color: #091221;
    }

#myModalCallAuto .modal-footer .btn {
    border-radius: 8px;
    background: linear-gradient(90deg, #86C967 -11.33%, #59A835 109.54%);
    width: 100%;
    padding: 16px;
    margin-top: 32px;
    color: #FFF;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    #myModalCallAuto .modal-footer .btn:hover:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.07);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #FFF;
    }

    #myModalCallAuto .modal-footer .btn:active:before {
        background: rgba(0, 0, 0, 0.12);
    }

#myModalCallAuto .form-group label:not(.form-check-label) {
    display: block;
    color: #091221;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

#myModalCallAuto .form-group .form-control {
    border-radius: 8px;
    border: solid 1px #E0E0E0;
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    outline: none;
    box-shadow: none;
}
#myModalCallAuto .form-group select.form-control {
    background: url(/images/shared/dropdown.svg) calc(100% - 12px) center no-repeat;
}
#myModalCallAuto .form-group:not(:last-child) {
    margin-bottom: 20px;
}
#myModalCallAuto .modal-message:not(:empty) {
    margin-top:8px;
    color:#76b51b;
}
#myModalCallAuto .modal-error:not(:empty) {
    margin-top: 8px;
    color: #EA4649;
}

.ui-pnotify, body.waitMe_container .waitMe {
    z-index: 200080008;
}

#myModalIdentification .modal-dialog{
    top: 50%;
    transform:translateY(-50%);
}
#myModalIdentification .modal-content {
    padding: 20px;
    border-radius: 8px;
}
#myModalIdentification .modal-header,
#myModalIdentification .modal-body,
#myModalIdentification .modal-footer {
    padding:0;
    font-weight:500;
    font-size:16px;
    line-height:24px;
}
#myModalIdentification .modal-body p{
    margin-bottom:8px;
}
#myModalIdentification .modal-body p:last-child{
    margin-bottom:0;
}
#myModalIdentification .modal-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 26px;
    background: url(/images/shared/notification.svg) left 2px no-repeat;
    background-size:22px;
}
#myModalIdentification .modal-footer .btn{
    margin:32px 0 0 0;
    background:#176BFB;
}
.font14 {
    font-size: 14px !important;
}

#ContentInfo {
    padding-bottom: 10px;
    text-align: left;
}

#phone-number {
    margin-bottom: 5px
}

.title-call-1 {
    padding: 15px 0;
    margin-bottom: 15px;
    margin-top: 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 1px #dedede;
}

.desc-call-1 {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    color: #444;
}

.option3 input[type=radio] {
    display: none;
}

    .option3 input[type=radio] + label {
        padding: 3px 0 2px;
        font-weight: normal;
        width: 100%;
        min-height: initial;
    }

        .option3 input[type=radio] + label b {
            font-weight: normal;
            float: left;
            width: calc(100% - 30px);
        }

        .option3 input[type=radio] + label:before {
            border-radius: 50%;
            background: url(/images/shared/radian-butt-mini-unchecked.svg) top center no-repeat;
            background-size: 20px 20px;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: ' ';
            float: left;
            margin-right: 10px;
        }

    .option3 input[type=radio]:checked + label:before {
        border-radius: 50%;
        background: url(/images/shared/radian-butt-mini-checked.svg) center no-repeat;
        background-size: 20px 20px;
    }

.input-call {
    padding: 0
}

.title-call-2 {
    font-size: 24px;
    color: #444;
    margin-bottom: 20px
}

#dast-boot {
    border-bottom: 1px dotted #fff;
    width: 235px;
    float: left;
    margin: 5px 0 10px
}

#img-call {
    position: absolute;
    right: 0;
    top: 0
}

    #img-call img {
        width: 115px
    }

#cpsaosxlpftnyakpaltlf .widget-container.widget-container--right, .mbn_widget {
    z-index: 200080001 !important;
}
@media screen and (max-width:768px) {
    .g-useful-links .link-block, .g-useful-links .complain-block, body .mbn_widget {
        display: none;
    }

    .g-useful-links .ShowPop {
        display: inline-block;
        position: relative;
        width: 60px;
        height: 60px;
        opacity: 1;
        text-align: center;
        margin: 5px 0 15px;
    }

        .g-useful-links .ShowPop i {
            font-size: 25px;
            margin: 18px 15px;
            display: block;
        }

    .g-useful-links, .g-useful-links.have-chat-ai {
        position: fixed;
        bottom: 10px;
        right: 30px;
        display: inline-block;
        z-index: 200080000;
    }
    body .mbn_widget{
        right:30px;
    }
        .g-useful-links .chuyen {
            animation-name: example;
            animation-duration: 3s;
            animation-iteration-count: infinite;
        }
    body .mbn_widget .mbx92chat_title {
        font-size: 16px;
    }

    @-webkit-keyframes example {
        0%,100% {
            background-image: url(/images/shared/support-2.svg);
        }

        50% {
            background-image: url(/images/shared/support-3.svg);
        }
    }

    @keyframes example {
        0%,100% {
            background-image: url(/images/shared/support-2.svg);
        }

        50% {
            background-image: url(/images/shared/support-3.svg);
        }
    }
    body #cpsaosxlpftnyakpaltlf .widget-container.widget-container--right {
        z-index:99999 !important;
        right:auto !important;
    }
}
body #cpsaosxlpftnyakpaltlf .widget-layout {
    z-index: 99 !important;
}