.price_orderx {}

.container-reset {
    margin-left: 12px;
    margin-right: 12px;
}
.btn-grey {
    color: #fff;
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}
.mt-20{
    margin-top:20px
}
.pd-60 {
    padding: 60px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs11 {
    font-size: 11px !important;
}

.color666 {
    color: #666
}

.mta5 {
    margin-top: -5px;
}

.mta25 {
    margin-top: -25px;
}

.modal {
    z-index: 99999;
}

.checkbox-style {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Login - Register */
.model-login{
    max-width: 480px;
    margin: 0 auto;
}
.login-box .login_btn{
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 8px 0;
    font-size: 18px;
    margin-top: 10px;
}
.login-box{
    text-align: center;
}
.login-box .line-text {
    margin: 10px 0;
    color: #8a8c8f;
    font-size: 12px;
}
.link-color {
    color: #007bff;
}
.login_btn{
    width: 100%;
}
.login-box .input-group input{
    height: 42px;
}
.login-box{
    max-width: 480px;
}
.register-body .login-box {
    background: #fff;
    border: 1px solid rgba(28, 31, 35, .08);
    border-radius: 12px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .3);
    padding: 40px 35px;
    max-width: 482px;
    margin: 20px auto;
}
.login-box .input-group {
    position: relative;
}
#togglePasswordLogin, #togglePassword, #togglePasswordRe, #togglePasswordRe2 {
    position: absolute;
    right: 10px; /* Khoáº£ng cĂ¡ch tá»« mĂ©p pháº£i */
    top: 50%;   /* Äáº·t icon á»Ÿ giá»¯a theo chiá»u dá»c */
    transform: translateY(-50%); /* CÄƒn chá»‰nh giá»¯a theo chiá»u dá»c */
    cursor: pointer;
    z-index: 9;
}
.register-box.mt-20.login-box {
    margin:0 auto;
    padding-top: 20px;
}
.model-login {
    padding: 0 25px;
}
.modal-dialog-login {
    max-width: 480px !important;
}
i#togglePasswordLogin {
    width: 15px;
}
.line-text {
    display: flex;
    align-items: center;
    text-align: center;
}
.line-text::before, .line-text::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid rgb(240 240 245);
    margin: 0;
}
.checkbox-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
}

.position-relative {
    position: relative;
}

.checkbox-style:hover input~.checkbox-title {
    background-color: #ccc;
}

.checkbox-style input:checked~.checkbox-title {
    background-color: #2196F3;
}

.checkbox-title:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-style input:checked~.checkbox-title:after {
    display: block;
}

.checkbox-style .checkbox-title:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message-flow-editor .blocks-navigation .blocks-navigation-item-add-new {
    border: 1px dashed #8492a6;
    border-radius: 4px;
    padding: 0 20px;
    height: 44px;
    line-height: 42px;
    color: #8492a6;
    cursor: pointer
}

.message-flow-editor .block-editor .block-breadcrumb .block-breadcrumb-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.message-flow-editor .block-editor .block-breadcrumb .block-breadcrumb-container>span {
    display: inline-block
}

.message-flow-editor .block-editor .block-breadcrumb .block-breadcrumb-container>span.is_selecting {
    border-bottom: 2px solid #13ce66
}

.message-flow-editor .block-editor .block-breadcrumb .block-breadcrumb-container>span>a {
    display: inline-block;
    padding: 8px 16px
}

.message-flow-editor .block-editor .block-breadcrumb .block-breadcrumb-container>span>a:hover {
    color: #13ce66
}

.message-flow-editor .block-editor .block-breadcrumb .block-breadcrumb-container>span>i {
    color: #0084ff;
    margin-right: 8px
}

.message-flow-editor .block-editor .block-card-list nav:hover {
    cursor: all-scroll
}

.message-flow-editor .block-editor .block-card-list nav {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 38px;
    position: relative;
}

.message-flow-editor .block-editor .block-card-list {
    border-radius: 4px;
    position: relative
}

.message-flow-editor .block-editor .block-card-list.read-only {
    padding: 15px 29px 30px;
    box-shadow: 0 0 20px 0 rgba(77, 77, 77, .2);
    border-radius: 5px;
    border: 1px solid #e0e6ed
}

.message-flow-editor .block-editor .block-card-list .card-empty {
    font-size: 18px;
    padding: 48px 0
}

.message-flow-editor .block-editor .block-card-list .card-editor {
    position: relative;
    /* padding: 5px 0 0 0; */
}
.message-flow-editor .block-editor .block-card-list .card-editor .error-message {
    position: absolute;
    left: -10px;
    top: 15px;
    color: #ff6249 !important;
    font-size: 14px !important;
    line-height: 20px !important
}

.nav-viral .gallery-item .input-file-drop-gallery,
.nav-viral .gallery-item .input-file-drop-gallery-send,  .nav-viral .input-file-drop-n-time{
    border: 2px dashed #e0e6ed;
    transition: border-color .15s;
    will-change: border-color
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-image .input-file, .n_time_item {
    /*border: 2px dashed #e0e6ed;*/
    transition: border-color .15s;
    will-change: border-color
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-image:hover .input-file {
    /*border-color: #0084ff*/
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content:not(.has-attachment) .input-file.is_dragging .input-file-drop,
.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-image .input-file.is_dragging {
    border-style: solid;
    border-color: #13ce66
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content {
    border: 2px solid;
    border-color: #e0e6ed;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-color: transparent;
    position: relative
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content:hover {
    border-color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .card-gallery-item-remove-image {
    color: #999;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 2
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .card-gallery-item-remove-image:hover {
    color: #000
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .card-gallery-item-remove-image i {
    line-height: 20px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .input-file:after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e0e6ed
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content:not(.has-attachment) .input-file .input-file-drop {
    margin: 5px;
    margin-bottom: 0;
    border: 2px solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content:not(.has-attachment) .input-file .input-file-drop>div {
    min-height: 121px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content:not(.has-attachment) .input-file.is_dragging:after {
    background-color: transparent
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .input-text {
    margin: 5px;
    padding: 8px;
    border-radius: 5px;
    width: calc(100% - 10px);
    background-color: #fff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .input-text.selecting,
.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .input-text:hover {
    background-color: #f1f0f0
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .input-text,
.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .input-text>* {
    will-change: background-color, box-shadow;
    transition: background-color .15s, box-shadow .15s;
    transition-property: background-color, box-shadow;
    transition-duration: .15s, .15s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery .card-gallery-item-wrapper .card-gallery-item-container .card-gallery-item .card-gallery-item-content .input-text.text-multi>div {
    max-height: 74px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery div>.card-gallery-cursor-item-wrapper {
    width: 42px !important;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery div>.card-gallery-cursor-item-wrapper>.card-gallery-item-cursor-container {
    height: 30px;
    border: 1px solid;
    border-color: #e0e6ed;
    color: #818a91;
    background-color: #fff;
    transition: border-color .15s, color .15s;
    will-change: border-color, color;
    border-radius: 3px;
    position: relative;
    overflow: hidden
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery div>.card-gallery-cursor-item-wrapper>.card-gallery-item-cursor-container:hover {
    border-color: #0084ff;
    color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery div>.card-gallery-cursor-item-wrapper>.card-gallery-item-cursor-container.is_selecting {
    border-color: #13ce66;
    color: #13ce66
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery div>.card-gallery-cursor-item-wrapper>.card-gallery-item-cursor-container>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 3px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-gallery div.is_dragging>.card-gallery-cursor-item-wrapper>.card-gallery-item-cursor-container {
    border-style: dashed
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item .input-text {
    will-change: background-color, box-shadow;
    transition: background-color .15s, box-shadow .15s;
    border-radius: 5px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item>div {
    padding: 5px 7px;
    border: 2px solid #e0e6ed;
    position: relative
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item:hover>div {
    border-color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item:not(:first-of-type):not(:hover)>div {
    border-top-color: transparent
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item:first-of-type>div {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item>div .card-item-list-item-image {
    margin: 0 auto;
    width: 85px;
    height: 90px;
    overflow: hidden
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item>div .card-item-list-item-image .input-file {
    height: 100%;
    border: 2px dashed #e0e6ed;
    border-radius: 5px;
    padding: 2px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item>div .card-item-list-item-image:hover .input-file {
    border-color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item>div .card-item-list-item-image .input-file.is_dragging {
    border-color: #13ce66;
    border-style: solid
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item>div .card-item-list-item-image .input-file .input-file-drop {
    height: 100%
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item>div .card-item-list-item-image .input-file .input-file-drop>div {
    min-height: 100%;
    border-radius: 4px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item.card-item-list .card-item-list-container .card-item-list-item .button-editor>span {
    border-radius: 5px;
    padding: 5px;
    min-height: auto
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    position: relative
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor:not(:nth-child(2))>span {
    border-top-color: transparent
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor:last-child>span {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor:last-child>span>i:not(.horizontal-flip) {
    border-bottom-right-radius: 15px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor:last-child>span>i.horizontal-flip {
    border-bottom-left-radius: 15px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span {
    display: block;
    padding: 8px;
    width: 100%;
    height: 100%;
    min-height: 42px;
    border: 2px solid #e0e6ed;
    color: #0084ff;
    background-color: #fff;
    transition: border-color .15s, color .15s;
    will-change: border-color, color
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span.has_icon {
    padding-right: 88px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span:hover {
    z-index: 2;
    border-color: #0084ff;
    border-top-color: #0084ff;
    color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span.add-more {
    border-style: dashed
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span.selecting {
    border-color: #13ce66;
    color: #13ce66
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span.can_drop {
    border-style: dashed;
    border-color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span.is_dragging_over {
    background-color: #f6f8fa
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span:hover>i {
    opacity: .7;
    border-left-color: #0084ff;
    border-right-color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span.selecting>i {
    opacity: .7;
    color: #13ce66;
    border-left-color: #13ce66;
    border-right-color: #13ce66
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span>i {
    position: absolute;
    top: 2px;
    right: 0;
    opacity: .5;
    width: 80px;
    height: calc(100% - 4px);
    line-height: 40px;
    will-change: opacity, color, background-color;
    transition: opacity .15s, background-color .15s;
    text-align: center;
    border-left: 1px solid;
    border-left-color: #e0e6ed;
    border-right: 1px solid;
    border-right-color: #e0e6ed;
    cursor: pointer;
    color: #0084ff;
    z-index: 1
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span:not(.selecting)>i:hover {
    opacity: 1;
    color: #fff;
    background-color: #0084ff;
    border-left-color: #0084ff;
    border-right-color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span.selecting>i:hover {
    opacity: 1;
    background-color: #13ce66;
    color: #fff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span>i.not_has_icon_data {
    background-color: transparent !important;
    border-left-color: #e0e6ed !important;
    border-right-color: #e0e6ed !important;
    color: #e0e6ed !important
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .button-editor>span>i.icon-error {
    background-color: transparent !important;
    border-left-color: #e0e6ed !important;
    border-right-color: #e0e6ed !important;
    color: #ff6249 !important
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .input-file .input-file-drop>div {
    cursor: pointer;
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .input-file .input-file-drop>div>div {
    opacity: .8
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-item .input-file .input-file-drop>div:hover>div {
    opacity: .9;
    color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .has-attachment .input-file .input-file-drop>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    overflow: hidden;
    height: inherit;
    width: 100%
}

.message-flow-editor .block-editor .block-card-list .card-editor .has-attachment .input-file .input-file-drop .kw-icon-image,
.message-flow-editor .block-editor .block-card-list .gallery-item .has-attachment .input-file .input-file-drop-gallery .kw-icon-image,
.message-flow-editor .block-editor .block-card-list .gallery-item .has-attachment .input-file .input-file-drop-gallery-send .kw-icon-image,
.message-flow-editor .block-editor .block-card-list .json_card_box .has-attachment .input-file .input-file-drop-card .kw-icon-image,
.message-flow-editor .block-editor .block-card-list .json_card_box .has-attachment .input-file .input-file-drop-spin .kw-icon-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .45)
}

.message-flow-editor .block-editor .block-card-list .card-editor .has-attachment:not(.minus-border) .input-file .input-file-drop>div {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px
}

/*.message-flow-editor .block-editor .block-card-list .card-editor .card-action-container {
    position: absolute;
    right: -10px;
    top: 5px;
    opacity: 0;
    z-index: 0;
    transition: opacity .15s;
    will-change: opacity;
    padding: 8px 0
}*/

.message-flow-editor .block-editor .block-card-list .card-editor .card-action-container .card-action {
    display: block;
    text-align: center;
    color: #e0e6ed;
    will-change: color;
    transition: color .15s;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 17px
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-action-container .card-action.fa-arrow-down,
.message-flow-editor .block-editor .block-card-list .card-editor .card-action-container .card-action.fa-arrow-up {
    line-height: .6;
    overflow: hidden
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-action-container .card-action:hover {
    color: #0084ff
}

.message-flow-editor .block-editor .block-card-list .card-editor .card-action-container .card-action.fa-times:hover {
    color: #ff6249
}

.message-flow-editor .block-editor .block-card-list .card-editor:hover .card-action-container {
    z-index: 1;
    opacity: 1
}

.message-flow-editor .block-info .block-info-data.info-has-data>div>h2,
.message-flow-editor .block-info .block-info-data.info-has-data>div>span {
    color: #0084ff
}

.message-flow-editor .block-info .block-info-data.info-has-data>div>p {
    color: #13ce66
}

.card-button-editor {
    position: absolute;
    /*width: 310px;*/
    top: -240px;
    right: -295px;
    z-index: 1002;
    padding-left: 20px;
}

.broadcast-form .card-button-editor {
    position: inherit;
}

.card-button-editor .card-button-editor-wrapper {
    background-color: #fff;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 10px 0 rgba(77, 77, 77, .2);
    transition: top .15s ease-out;
    font-size: 15px;
    width: 390px
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-title {
    padding: 5px 16px;
    border-bottom: 1px solid #e0e6ed
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content {
    padding: 0 16px 20px;
    max-height: 350px;
    overflow-y: auto
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-additional-action-wrapper .card-button-additional-action-item {
    position: relative
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-additional-action-wrapper .card-button-additional-action-item>a.btn-remove-additional-action {
    position: absolute;
    top: 3px;
    right: 0;
    display: none;
    line-height: 0;
    padding: 1px 5px
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-additional-action-wrapper .card-button-additional-action-item:hover>a.btn-remove-additional-action {
    display: block
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-editor-content-go-to-block {
    position: relative
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-editor-content-go-to-block .card-button-editor-content-remove-block {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    padding: 9px;
    color: #ff6249;
    cursor: pointer
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-editor-content-go-to-block .card-button-editor-content-remove-block:hover {
    background-color: #ff6249;
    color: #fff
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-editor-content-go-to-block .card-button-editor-content-remove-block svg {
    width: 16px;
    height: 16px;
    margin: 0
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-editor-content-go-to-block .card-button-editor-content-remove-block svg:before {
    line-height: 18px;
    font-size: 32px
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content .card-button-editor-content-go-to-block>a {
    padding-right: 40px
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-footer .card-button-editor-footer-wrapper {
    padding: 16px;
    border-top: 1px solid #e0e6ed
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-notify-admin {
    position: absolute;
    top: 0;
    left: 310px;
    visibility: hidden;
    opacity: 0;
    transition: left .4s ease-out, opacity .4s ease-out, visibility 1s ease-out
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-notify-admin.is-opening {
    left: 20px;
    visibility: visible;
    opacity: 1
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-notify-admin .card-button-editor-title a {
    width: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-left: -5px;
    color: #999;
    transition: all .2s linear
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-notify-admin .card-button-editor-title a:hover {
    color: #000
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-notify-admin .card-button-editor-content {
    min-height: 398px;
    overflow: visible;
    max-height: none
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-notify-admin .card-button-editor-content .reply-message {
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #e0e6ed
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-custom-field {
    position: absolute;
    top: 0;
    left: 310px;
    visibility: hidden;
    opacity: 0;
    transition: left .4s ease-out, opacity .4s ease-out, visibility 1s ease-out
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-custom-field.is-opening {
    left: 20px;
    visibility: visible;
    opacity: 1
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-custom-field .card-button-editor-title a {
    width: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-left: -5px;
    color: #999;
    transition: all .2s linear
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-custom-field .card-button-editor-title a:hover {
    color: #000
}

.card-button-editor .card-button-editor-wrapper.card-button-editor-wrapper-custom-field .card-button-editor-content {
    height: 398px;
    overflow: visible;
    max-height: none
}

.card-button-info {
    position: absolute;
    width: 210px;
    top: -45px;
    right: -204px;
    z-index: 1002;
    padding-left: 20px
}

.card-button-info .card-button-info-wrapper {
    background-color: #fff;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 10px 0 rgba(77, 77, 77, .2);
    transition: top .15s ease-out;
    font-size: 15px
}

.card-button-info .card-button-info-wrapper .card-button-info-title {
    padding: 16px;
    border-bottom: 1px solid #e0e6ed
}

.card-button-info .card-button-info-wrapper .card-button-info-content {
    padding: 16px
}

.card-button-editor-pointer {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: -32px;
    z-index: 1001;
    transition: top .15s ease-out, left .15s ease-out
}

.card-button-editor-pointer:after,
.card-button-editor-pointer:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: 100%;
    top: 50%
}

.card-button-editor-pointer:before {
    border-color: rgba(224, 230, 237, 0);
    border-right-color: #e0e6ed;
    border-width: 11px;
    margin-top: -11px
}

.card-button-editor-pointer:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px
}

.card-button-editor-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001
}

.message-flow-editor .block-editor .add-card-editor {
    padding: 16px 0
}

.message-flow-editor .block-editor .add-card-editor .add-card-container .add-card-item {
    display: inline-block;
    width: 85px;
    height: 60px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: border-color .15s, color .15s;
    color: #8492a6;
    box-sizing: border-box;
    /* overflow: hidden; */
    position: relative;
    padding-top: 5px;
}

#box_load_more .add-card-item {
    width: 125px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.message-flow-editor .block-editor .add-card-editor .add-card-container .add-card-item:hover {
    background-color: #f3f2f2
}

.message-flow-editor .block-editor .add-card-editor .add-card-container .add-card-item .add-card-icon {
    line-height: 40px;
    text-align: center
}

.message-flow-editor .block-editor .add-card-editor .add-card-container .add-card-item .add-card-icon .add-card-tag-beta {
    background-color: #0084ff;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 4px;
    font-size: 9px;
    line-height: 11px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased
}
#menu_view_more .add-card-icon svg{
    margin-bottom: 15px;
}
.welcome-ref-button-editor {
    position: absolute;
    width: 410px;
    top: -70px;
    right: -402px;
    z-index: 1002;
    padding-left: 20px
}

.welcome-ref-button-editor .welcome-ref-button-editor-wrapper {
    background-color: #fff;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 10px 0 rgba(77, 77, 77, .2);
    transition: top .15s ease-out;
    font-size: 15px
}

.non-border-bottom-transparent {
    border-bottom-color: #e0e6ed !important
}

.non-border-bottom-transparent:hover {
    border-color: #0084ff !important
}

.message-flow-editor .block-editor .quick-reply-editor {
    background: #fff;
    position: relative
}

.message-flow-editor .block-editor .quick-reply-editor .error-message {
    position: absolute;
    left: -10px;
    color: #ff6249 !important;
    font-size: 14px !important;
    line-height: 20px !important
}

.quick-reply-wraper {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 14px 8px
}

.quick-reply-wraper .quick-reply-container {
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    display: flex;
    flex-grow: 0;
    line-height: 32px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 15px;
    border-radius: 17px;
    border: 1px solid #0084ff;
    cursor: pointer;
    color: #0084ff;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    text-align: center
}

.quick-reply-wraper .quick-reply-container.selecting {
    border-color: #13ce66;
    color: #13ce66
}

.quick-reply-wraper .quick-reply-container.add-more {
    border-style: dashed
}

.quick-reply-wraper .quick-reply-container.has_error {
    border-color: #ff6249;
    color: #8492a6
}

.quick-reply-wraper .quick-reply-container .quick-reply-content {
    display: flex;
    padding: 0 15px;
    position: relative;
    min-width: 60px;
    max-width: 290px;
    text-align: initial;
    overflow: hidden;
    outline: none;
    white-space: pre-wrap;
    word-wrap: break-word
}

.quick-reply-wraper .quick-reply-container .quick-reply-content .counter {
    margin-left: 10px
}

.quick-reply-wraper .quick-reply-container .quick-reply-content>span.has_icon {
    padding-right: 30px
}

.quick-reply-wraper .quick-reply-container .quick-reply-content>span>i {
    position: absolute;
    padding: 10px;
    right: 0;
    opacity: .5;
    will-change: opacity, color, background-color;
    transition: opacity .15s, background-color .15s;
    text-align: center;
    border-left: 1px solid;
    height: 100%;
    cursor: pointer;
    color: #0084ff;
    z-index: 1
}

.quick-reply-wraper .quick-reply-container .quick-reply-content .input-quick-reply {
    margin-top: -1px;
    margin-right: 5px;
    margin-left: 5px;
    max-width: 150px;
    border: none
}

.quick-reply-wraper .quick-reply-container .quick-reply-content .input-quick-reply:focus {
    border: none;
    border-right-color: none;
    outline: none
}

.popup-select-cms_content-wrapper {
    width: 70% !important;
    padding-bottom: 30px
}

.popup-select-cms_content-wrapper .popup-select-cms_content-main-content {
    display: block;
    height: auto;
    padding: 5px;
    background-color: #f9fafc;
    border-radius: 7px 7px;
    min-height: 300px
}

.popup-select-cms_content-wrapper .popup-select-cms_content-main-content .popup-select-cms_content-header {
    margin: auto;
    padding: 5px;
    text-align: center;
    display: block;
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.popup-select-cms_content-wrapper .popup-select-cms_content-main-content .popup-select-cms_content-content {
    padding: 20px;
    display: flex
}

.popup-select-cms_content-wrapper .popup-select-cms_content-main-content .popup-select-cms_content-content .popup-select-cms_content-content-item {
    padding: 10px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 10px
}

.popup-select-cms_content-wrapper .popup-select-cms_content-main-content .popup-select-cms_content-content .popup-select-cms_content-content-item i {
    font-size: x-large;
    margin-right: 15px
}

.popup-select-cms_content-wrapper .popup-select-cms_content-main-content .popup-select-cms_content-content .popup-select-cms_content-content-item:hover {
    background: #f9fafc;
    border-color: #8492a6
}

.border-outline-5 {
    margin: -5px;
    padding: 0 5px
}

.card-item .free-keyboard-input {
    text-align: right;
    margin-top: 10px
}

.card-item .free-keyboard-input .btn-free-keyboard-input {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    height: 36px;
    line-height: 36px
}

.card-item .free-keyboard-input .btn-free-keyboard-input .free-keyboard-input-text {
    color: #6a3eeb
}

.card-item .free-keyboard-input .btn-free-keyboard-input:after,
.card-item .free-keyboard-input .btn-free-keyboard-input:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.block-card-list .sm-key-text {
    position: relative;
    padding: 10px;
}

.block-card-list .sm-key-placehold {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
    opacity: 0.333;
}

.input-text.text-single {
    width: 100%;
    margin: 0;
    padding: 5px 9px;
    color: rgba(0, 0, 0, .87);
    background: transparent none;
    border: none;
    outline: none !important;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 3px;
    background-color: #fff;
}

.input-text.text-single>input[type=text],
.input-text.text-single>input[type=text]:active,
.input-text.text-single>input[type=text]:focus {
    border: 0;
    outline: 0;
    outline-offset: 0;
    width: 100%;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.input-select.input-select-action .input-select-action-wrapper {
    position: absolute;
    width: 100%;
    bottom: 35px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 10px 0 rgba(77, 77, 77, .2);
    display: none;
}

.message-flow-editor .block-editor {
    margin-top: 8px;
}

.message-flow-editor .sm-keyword-add {
    border-radius: 4px;
    padding: 0;
    height: 44px;
    line-height: 42px;
    color: #8492a6;
    cursor: pointer;
}

.message-flow-editor .sm-keyword-rule a {
    display: inline-block;
}

.message-flow-editor .sm-keyword-rule {
    /*border-bottom: 2px solid #13ce66;*/
}

.message-flow-editor .sm-keyword-rule {
    display: inline-block;
    padding: 8px 10px 0 0;
}

.input-text.text-multi {
    will-change: border-color, background-color, box-shadow;
    transition: border-color .15s, background-color .15s;
    background-color: #f1f0f0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px;
}

.message-flow-editor .block-card-list .card-editor .card-item .button-editor {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    position: relative;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.message-flow-editor .add-card-editor {
    padding: 16px 0;
}

.frmb-control li {
    width: 90px;
    height: 80px;
    background: #fff;
    margin: 5px;
    font-size: 16px;
    text-align: center;
    border-radius: 15px;
    border: 1px dashed;
    border-color: #cfcfcf;
    will-change: border-color, color;
    transition: border-color .15s, color .15s;
    color: #8492a6;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

/*.message-flow-editor .block-card-list .card-editor .card-action-container {
    position: absolute;
    right: -10px;
    top: 5px;
    opacity: 0;
    z-index: 0;
    transition: opacity .15s;
    will-change: opacity;
    padding: 8px 0;
}*/

.pricing_ctatext {
    color: #3c4858;
    font-size: 28px;
    line-height: 35px
}

.pricing_ctatext>.pricing_ctatext_1,
.pricing_ctatext>.pricing_ctatext_2 {
    display: block
}

.pricing_ctatext_1,
.pricing_ctatext_2 {
    padding-top: 32px !important
}

#pricing-counter,
#pricing-value {
    color: #13ce66;
    font-weight: 500
}

.pricing_contact {
    color: #13ce66
}

.pricing_contact:hover {
    text-decoration: underline;
    color: #13ce66
}

.pricing_explanation {
    font-size: 21px;
    line-height: 32px;
    color: #3c4858;
    max-width: 650px;
    margin: auto;
    margin-top: 32px
}

.section_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section_bg.white,
.section_white {
    background: #fff
}

.section_white {
    position: relative;
    margin-top: 80px !important
}

.section-footer .container-small,
.section_white .container-small {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: 0 10px
}

.faq_title {
    line-height: 42px;
    font-size: 32px;
    margin-bottom: 16px !important
}

.faq_text {
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px
}

.section-footer {
    position: relative;
    background-color: #0084ff;
    padding-bottom: 80px;
    color: #fff;
    margin-top: 32px !important
}

.get-start-free {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: .5rem !important
}

.footer_link {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300
}

.footer_col {
    margin-bottom: 20px
}

.section-footer .footer_line {
    width: 1px;
    top: 0;
    height: 70%;
    position: absolute;
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0))
}

.message-flow-editor {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.message-flow-editor .blocks-navigation {
    flex: 0 0 300px;
    width: 300px
}

.message-flow-editor .blocks-navigation>div {
    margin-right: 32px;
    margin-bottom: 16px
}

.message-flow-editor .blocks-navigation>div>div {
    margin-bottom: 16px
}

.frmb-control li:hover {
    border-color: #0084ff;
    color: #0084ff;
    transition: all .15s linear
}

.frmb-control li span {
    float: left;
}

.frmb-control li>div {
    line-height: 30px
}

.frmb-control li>div:first-child {
    top: 0;
    left: 8px;
    display: block
}

.frmb-control li>div:nth-child(2) {
    padding: 4px;
    border: 2px solid transparent;
    width: 100%;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

.frmb-control li>div:nth-child(2):before {
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 40%, #fff)
}

.frmb-control li>div:nth-child(2)>div.input-text {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -1px;
    border-radius: 0
}

.frmb-control li>div:nth-child(2)>div.input-text.text-single.selecting {
    border-color: #a9a9a9
}

.frmb-control li>div:nth-child(3) {
    position: relative;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.frmb-control li>div:first-child>*,
.frmb-control li>div:nth-child(3)>* {
    color: #8492a6;
    transition: color .15s linear
}

.frmb-control li>div:nth-child(3)>:hover {
    color: #0084ff
}

.frmb-control li>div:first-child,
.frmb-control li>div:nth-child(3) {
    line-height: 42px
}

.frmb-control li:not(:hover)>div:first-child,
.frmb-control li:not(:hover)>div:nth-child(3) {
    display: none
}

.frmb-control li.is_editing>div:nth-child(2) {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
}

ul.breadcrumb {
    background-color: #f5f5f5;
    padding: 10px 5px;
}

.keyword-row-action {
    width: 165px;
}

.message_add_btn,
.kw_add_btn,
.kw_add_btn_image,
.kw_add_btn_gallery {
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
}

.kw_add_quick_btn {
    padding: 5px 20px 0 20px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
}

.add_quick {
    padding: 11px;
    min-width: 85px;
}

.au_menu_add_btn {
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.width75per {
    width: 75%;
}

.wap-error {
    border: 1px solid #ac2925 !important;
}

.group-heading .wap-error {
    border: 0px !important;
}

div#kw_title_wap:hover,
div#kw_url_wap:hover,
div#kw_phone_wap:hover {
    border: 1px solid #00BCD4 !important;
}

.button-editor {
    display: block;
    width: 100%;
    position: relative;
}

#auto_inbox_text .button-editor {
    width: 33.5% !important;
}

.block-editor .button-editor>span {
    display: block;
    padding: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #e0e6ed;
    color: #0084ff;
    transition: border-color .15s, color .15s;
    will-change: border-color, color;
    margin: 10px 0;
    background-color: #fff;
    overflow: hidden;
}

.input-textarea-count {
    position: absolute;
    right: 0;
    z-index: 3;
    background-color: rgba(7, 7, 7, .66);
    color: #fff;
    font-size: 12px;
    bottom: -5px;
}

.kw_result_option img,
.dvPreview img {
    width: 100% !important;
    max-width: 100%
}

.kw_remove_content i:hover,
.kw_remove_content i:hover {
    color: red !important;
}

.kw_remove_content i {
    color: #8492a6 !important;
    font-size: 13px;
    font-weight: bold;
}

.block-card-list nav:hover .kw_remove_content{
    display: block;
}
.block-card-list .gallery-item:hover .remove_gallery_item {
    display: block;
}

.change_status_block {
    display: none;
    position: absolute;
    right: 10px;
    z-index: 3;
    top: 6px;
}

.block-card-list nav:hover .change_status_block,
.block-card-list nav.nav-gallery:hover .change_status_block {
    display: block;
}

.group-box .group-heading:hover .group-remove,
.group-box .group-heading:hover .block-code-fork,
.group-box .group-heading:hover .sequence-group-statistic,
.group-box .group-heading:hover .sequence-group-delete-btn,
.group-box .group-heading:hover .sequence-group-copy-btn {
    display: inline-block
}

.remove_gallery_item {
    position: absolute;
    z-index: 99;
    top: 3px;
    right: 5px;
    display: none;
}

.clone-group {
    margin-top: 40px;
}

.toolbar-action-group, .toolbar-action-block{
    visibility: hidden;
}

.group-box .group-item:hover .toolbar-action-group, .block-list .block-item:hover>.toolbar-action-block {
    visibility: visible;
}

.group-box .group-heading:hover .block-code-fork {
    top: 5px;
}

.group-box .group-heading:hover .block-code-fork i {
    font-size: 25px;
}

.group-heading .group-remove,
.group-heading .block-code-fork,
.group-heading .sequence-group-statistic,
.group-heading .sequence-group-delete-btn,
.group-heading .sequence-group-copy-btn {
    position: inherit;
    display: none;
}

.kw_remove_content {
    display: none;
    position: absolute;
    right: 50px;
    z-index: 3;
    padding: 0px 5px;
    top: 6px;
}

.card-item-image .input-file-drop i {
    font-size: 30px;
}

.card-item-image .kw-image-bigger {
    font-size: 18px;
    display: block;
}

.card-item-image .kw-image-medium {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
}

a.kw_remove_content.pointer.image {
    top: -10px;
}

.inline {
    display: inline;
}

.br-box-right {
    float: left;
}

.control-group {
    display: flex;
}

button.broadcast_new_save {
    margin-right: 5px;
}

select#kw_content_template {
    width: 100%;
}

.number-format {
    color: #c10000;
    font-weight: bold;
}

ul#audienceFieldTags {
    display: inline-block;
}

ul.audience_tags_list li.active,
ul.audience_untags_list li.active {
    color: #333;
    background-color: #a9f5ffad;
}

ul.audience_tags_list li.unactive,
ul.audience_untags_list li.unactive {
    color: #fff;
    background-color: #ccc;
}

ul.audience_untags_list li i.icon-plus {
    color: #0084ff !important
}

ul.audience_tags_list li,
ul.audience_untags_list li,
ul.kw_auto_list li,
span.rule-item,
#audience_segment_filter {
    cursor: pointer !important;
    position: relative;
    display: inline-block;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 30px;
    margin: 3px;
    padding: 3px 6px;
    font-size: 12px;
}


#audience_segment_filter ul.audience_tags_list li.active a {
    color: #fff;
}

ul.facebook_tags_list li {
    cursor: pointer !important;
    position: relative;
    display: inline-block;
    background-color: #e0e6ed;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 3px;
    padding: 2px 5px;
    font-size: 11px;
}

.require {
    color: #ff0000;
}

.keyword-notice ol li {
    list-style-type: decimal;
}


/* TrĂ„â€Ă‚Â¡ng thankyou */

.video-guide-inner {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.video-guide-inner .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-guide-inner .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.go-page-wrap {
    width: 750px;
    margin: 50px auto 30px auto;
    max-width: 100%
}

.thank-you {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 35px;
}

.go-page-inner {
    width: 750px;
    background: #fff;
    box-shadow: 10px 10px 40px rgba(204, 204, 204, .9);
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
}

.go-page-inner .caption {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding-top: 25px
}

.go-page-inner .img-wrap {
    position: relative;
    width: 136px;
    height: 50px;
    margin: 0 auto
}

.go-page-inner img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto
}

.go-page-inner .title {
    font-size: 18px;
    color: #333;
    text-align: center;
    width: 430px;
    margin: 0 auto;
    padding: 15px;
    line-height: 25px;
    max-width: 100%;
    box-sizing: border-box
}

.go-page-inner .time {
    width: 200px;
    margin: 0 auto;
    height: 32px;
    font-size: 14px;
    color: #666;
}

.go-page-inner button {
    margin: 20px auto;
    border: none;
    background: #00a8f0;
    color: #fff;
    font-size: 16px;
    width: 294px;
    height: 40px;
    display: block
}

.loading {
    text-align: center;
    margin-bottom: 10px
}

@keyframes flash {
    from {
        background: #00a8f0
    }

    to {
        background: #e0e0e0
    }
}

.dot {
    background: #e0e0e0;
    height: 16px;
    width: 16px;
    border-radius: 12px;
    margin-right: 5px;
    display: inline-block;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-duration: 2500ms
}

.banner-redirect {
    width: 728px;
    height: 90px;
    margin: 0 auto 30px auto;
    overflow: hidden
}

.banner-redirect img {
    max-width: 100%
}

.warning-lowPrice {
    padding: 10px 60px;
    color: #9f6000;
    background-color: #feefb3;
    font-family: Roboto-Regular
}


/* Growing tool*/

.grow-item {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 5%);
    max-width: 100%;
    overflow: hidden;
    padding: 15px;
    margin-top: 20px;
}
.grow-item .grow-item-title {
    padding: 0;
    text-align: left;
    display: block;
    font-size: 24px;
    line-height: 1.56;
    color: inherit;
    margin-bottom: 15px;
    font-weight: 300;
}

.grow-item .table thead tr:first-child {
    background: #e1e1e1;
    font-size: 16px;
    height: 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.grow-item .table>thead>tr>th,
.grow-item .table>tbody>tr>td {
    height: 38px;
    border-bottom: 1px solid #ddd;
}

.grow-item .table {
    border-top: 1px solid #ddd;
    margin-bottom: 0px;
}

.grow-content {
    margin-bottom: 10px;
}

input.form-control.input-copy {
    background: #fff;
    cursor: text;
    margin-right: 15px;
}

.grow-item-input {
    display: flex;
}

.grow-item-notice {
    margin-top: 10px;
    font-size: 12px;
}

img.img-chat {
    float: right;
    width: 260px;
}

textarea#domain_embed_code,
textarea#grow_button_messenger {
    height: 0;
    width: 0;
    padding: 0;
}

.form-control-custom {
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.button-custom {
    margin-top: -5px;
}

img.img-button-messenger {
    float: right;
    width: 160px;
}

.width210 {
    width: 210px;
}

.spaced>li {
    margin-top: 9px;
    margin-bottom: 9px;
}

.blue {
    color: #478FCA !important;
}

.widget-body {
    margin-top: 25px;
}

.green {
    color: #5cb85c !important;
}

.red {
    color: #ff253a !important;
}

.space {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
}

.space-4,
[class*=vspace-4] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 4px 0 3px;
}

select {
    padding: 3px 4px;
    height: 30px;
}

.upgrade-note {
    font-size: 12px;
    margin-top: 10px
}

.lb-msg-tag {
    display: inline-block;
    font-size: 12px;
}

.msg-box-tag {
    margin-bottom: 5px;
    padding-bottom: 2px;
    /*border-bottom: 1px solid #ccc;*/
}

.keyword-notice ol {
    padding-left: 20px;
}

.keyword-notice {
    font-size: 11px;
}

.schedule-content-box .input-group.input-datepicker {
    width: 205px;
    margin-top: -5px;
}

.au_menu_btn {
    color: #0084ff;
}

.auto-menu-item {
    padding: 10px 30px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.auto-menu-item .card-button-editor,
.button-editor .card-button-editor {
    top: -110px;
}

.fb-button {
    width: 315px !important;
    height: 35px !important;
    padding: 5px 0 0 30px !important;
    background: #2A579C !important;
    margin-top: 15px;
}

.box-send-link a:focus {
    color: #fff;
}

.sm-img-friends {
    position: relative;
    display: inline-block;
}

.sm-img-friends span {
    position: absolute;
    left: 30px;
    font-size: 22px;
}

.sm-img-friends p {
    position: absolute;
    bottom: 10%;
    left: 150px;
    font-weight: bold;
}

.item-page-status-db,
.nobp,
.nobp a {
    color: #333
}

.item-page-status-db .action_page {
    width: 22px;
}

a.fb-button,
a.fb-button:hover {
    color: #fff;
}

#ref_send_noti,
.none {
    display: none;
}

button.button-global-hover:focus,
button.button-global-hover:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #31708f;
}

p#ref_send_noti {
    font-weight: 600;
}

.sm-box-ref-info .nav>li .nav-tabs>li.active>a {
    border: none;
}

.order-history-cashback ul>li.active,
.sm-box-ref-info .nav>li.active {
    border-bottom: 4px solid #00aeef;
}

.sm-box-ref-info .nav-tabs>li>a {
    color: #333;
    font-size: 18px;
    text-align: center;
}

.sm-box-ref-info .nav>li {
    width: 30%;
}

.sm-box-ref-info .nav>li>a:hover {
    background-color: none;
}

.sm-box-ref-info .tab-content>.tab-pane {
    padding: 20px;
}

.user-item {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.sm-box-ref-info .nav>li>a,
.sm-box-ref-info .nav>li>a:hover,
.sm-box-ref-info .nav>li>a:focus {
    background-color: #fff;
    border: none;
}

.ref-notice {
    font-size: 12px;
    color: #333333;
}

button.button-global-hover:focus,
button.button-global-hover:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #31708f;
}

#ref_send_noti span.warning {
    padding-left: 30px;
}

span.wallet {
    padding: 15px 10px 5px 10px;
    color: #fff;
    float: left;
    font-weight: 500;
}

.ref-notice p {
    margin: 0;
}

.upgrade-note-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(204, 204, 204);
    line-height: 0.1em;
    margin: 0px 0px 20px;
}

.upgrade-note-text {
    padding: 0px 15px;
    background-color: rgb(255, 255, 255);
}

.sm-img-friends span.ref-agency {
    font-size: 20px;
    width: 60%;
}

.sm-img-friends span.ref-aff {
    font-size: 20px;
    width: 60%;
}

.create-order-error {
    display: none;
    font-size: 12px;
    color: #a94442;
}

button.button-global-hover:focus,
button.button-global-hover:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #31708f;
}

.sm-btn-global {
    background: #00aeef;
    color: #fff;
    padding: 9px 15px;
    border-radius: 3px;
}

.box-send-link input,
.box-send-mail input,
.box-send-mail button,
.box-send-link button {
    font-size: 18px;
    height: 50px;
}

.sequence-right {
    height: 45px;
}

.sequence-left a {
    padding: 6px 0;
}

.sequence-left {
    text-align: right;
}

.sequence-right ul li {
    float: left;
    width: 80px;
}

#audience_tag li.tag-item {
    font-size: 11px;
}

.bot-content .page-info {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}


/* GĂ„â€Ă‚Â³i dÄ‚Â¡Ă‚Â»Ă¢â‚¬Â¹ch vÄ‚Â¡Ă‚Â»Ă‚Â¥ */

.fc-pack-price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fc-pack-price {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}


/* Pricing header */

.fc-pack-price .fc-pack-price-detail {
    text-align: center;
    padding-left: 0;
}

.fc-pack-price .fc-pack-price-detail p {
    font-size: 12px;
}

.fc-pack-price .fc-pack-header {
    color: white;
    font-size: 25px;
    text-align: center;
    padding-left: 0;
}


/* List items */

.fc-pack-price li {
    border-bottom: 1px solid #eee;
    padding: 5px;
    text-align: left;
    padding-left: 30px;
}


/* Grey list item */

.fc-pack-price .grey {
    background-color: #eee;
    font-size: 20px;
}

.fc-pack-wrap {
    margin: 0 auto;
    max-width: 680px;
}

.fc-pack-text-caption {
    font-size: 16px;
    text-align: center;
}

.fc-pack-head {
    text-align: center;
    margin: 0;
}

.fc-pack-price li.fc-pack-button {
    text-align: center;
    padding-left: 0;
}


/* KĂ„â€Ă‚Â­ch hoÄ‚Â¡Ă‚ÂºĂ‚Â¡t mĂ„â€Ă‚Â£ code*/

.container-1200{
    max-width: 1200px;
    margin: 0 auto;
}
.u-icon-cart i {
    font-size: 120px;
}

.u-icon-cart {
    text-align: center;
    color: #337ab7;
}

.u-kich-txt {
    font-size: 15px;
    margin-bottom: 10px;
}

.u-box-cart p {
    text-align: left;
    margin: 15px;
}

form#active_code_form {
    text-align: center
}

#active_code_input {
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
}

.active-code-box {
    padding: 10px 0;
}

.active-code-box-success {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

span.agency-money-icon {
    font-size: 25px;
}

#agency-register-form,
.form--custom {
    max-width: 580px;
    margin: 0 auto;
}

.agency-register h1 {
    font-size: 30px;
}

.agency-register h2 {
    font-size: 25px;
}
.fc-daily-top a:hover {
    color: #fff;
}
.fc-daily-top p {
    font-size: 18px;
}
.fc-daily-top .head {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
}

.fc-daily-top span {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 50px 0;
    display: block;
}

.fc-daily-top a {
    border-radius: 30px;
    background: #ed1c24;
    padding: 10px 30px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.fc-daily-top {
    background-image: url(https://fchat.vn/assets/daily/daily-1.jpg);
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

.fc-daily-ql,
.fc-daily-cs {
    text-align: center;
}

.fc-daily-ql h3 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

.ql-dl-box {
    margin: 0 auto;
    height: 160px;
    margin-top: 20px;
    width: 242px;
    max-width: 100%;
}

.ql-dl-box p {
    font-size: 16px;
    margin-top: 5px;
}

.fc-daily-cs {
    background: #2997ab;
    margin-top: 15px;
    padding: 10px 0;
}

.fc-daily-cs h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

.fc-daily-cs h4 {
    color: #fff;
}

.table-dl table {
    text-align: center;
    max-width: 900px;
    margin: 10px auto
}

.table-dl th {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle !important;
    color: #fff
}

.table-dl th span {
    display: block;
}

.table-dl td {
    color: #fff;
    font-size: 18px;
    vertical-align: middle !important;
}

.fc-daily-reg {
    background: #f3f3f3;
    padding: 10px 0;
}

.fc-daily-reg h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}

.form-daily {
    border: 1px solid #e1e1e1;
    padding: 10px;
    background: #fff;
    width: 700px;
    margin: 0 auto;
}

.txt-red {
    color: #f00;
}

.form-daily .form-control {
    border: 0 none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 0;
    margin: 10px;
}

.btn-reg {
    background: #ed1c24;
    color: #fff;
    padding: 10px 50px;
    text-align: center;
    border: 0;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-reg:hover {
    opacity: .8;
}

.form-daily span {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}
.register-now-agency{
    margin: 45px 0;
    font-size: 25px;
    font-weight: bold;
}
#anchor{
    background: url(https://fchat.vn/assets/daily/bg-mbs-3.jpg) repeat;
    color: #fff;
}
.u-membership-block-4 {
    padding: 65px 0;
    background: #efefef;
    background-size: cover;
}
#anchor h4{
    font-size: 38px;
}
.leadfunnel .section-item .item {
    margin-bottom: 20px;
    min-height: 185px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 6px rgb(154 161 171 / 25%);
    -webkit-box-shadow: 0px 0px 15px 6px rgb(154 161 171 / 25%);
    padding: 30px 20px;
    border-radius: 12px;
}
section.section.leadfunnel {
    padding: 50px 0 80px 0;
}
.leadfunnel .section-item .step {
    padding: 10px 20px;
    border-radius: 67px;
    background: #e9e9e9;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
}
.leadfunnel .ultra-text {
    margin-top: 30px;
    font-size: 16px
}
.block-mbs-form button {
    outline: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    background: #ed1c24;
    font-weight: bold;
    transition: 0.5s;
    width: 100%;
    font-size: 25px;
}

.u-membership-block-4 p{
    font-size: 23px;
}
.u-membership-block-4 .ld5{
    margin: 0 auto;
    max-width: 835px;
}
.u-membership-block-4 h3 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

g.highcharts-label.highcharts-tooltip path {
    display: none;
}

g.highcharts-label.highcharts-tooltip text tspan:first-child {
    display: none;
}

.approxi label {
    margin-bottom: 0
}

.approxi {
    margin-bottom: 0;
    margin-left: 10px;
}

span.icon_type_menu {
    margin-left: 30px;
}

span.number_click_count_menu {
    color: #333;
}

.menu-nav .menu-content-child {
    margin-left: 32px;
}

a#add_new_mess_popup {
    margin-top: 5px;
}

a.fb_view_code {
    display: inline-block;
    top: -4px;
    position: relative;
}

span.wap_avatar {
    cursor: pointer;
}

.grow-item-code-icon {
    margin-top: -6px;
}

.btn.button-radius:focus,
.btn.button-radius:active:focus,
.btn.button-radius.active:focus,
.btn.button-radius.focus,
.btn.button-radius:active.focus,
.btn.button-radius.active.focus {
    outline: none;
}

.button-radius {
    border-radius: 10px;
    width: 145px;
    max-width: 300px;
    height: 36px;
    text-overflow: ellipsis;
    float: left;
}

input#kw_title {
    text-align: center;
}

.menu-btn-box .btn-selector li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.menu-btn-box .btn-selector li.active {
    border-bottom: 2px solid #3893e2;
    color: #3893e2
}

#message_controller .card-button-editor {
    right: auto;
}

.mess-content-box nav.nav-message {
    max-width: 530px;
}

.mess-box-left {
    background-color: #efefef;
    padding: 10px 0;
    height: 100%;
    width: 100%;
}

.app-content .tag-primary {
    padding: 0 0px;
}

.app-content .dashboard-wrapper .box-body {
    padding: 10px 0 0 0;
}

.app-content-mess {
    height: 100%;
}

.app-content-mess>.row,
.app-content-mess>.row>.col-md-12 {
    height: 100%;
    margin-right: 0
}

.test-chatbot-btn {
    display: inherit;
    margin-top: 15px;
    margin-bottom: 35px;
}

span.block-delete-btn a,
.kw_remove_content {
    font-size: 14px;
    color: #aaa;
}

span.block-delete-btn a:hover,
a.kw_remove_content:hover,
a.remove_gallery_item:hover,
a.group-remove:hover {
    color: #f00;
}

.user_input_field_box .row .col-md-2 {
    padding-left: 3px;
}

.user_input_field_box .row .col-md-3,
.user_input_field_box .row .col-md-2 {
    padding-right: 3px;
}

.send_to_crm .user_input_field label {
    width: 120px;
}

.send_to_crm .user_input_field .item-input-mask {
    width: calc(100% - 140px);
}

.send_to_crm .user_input_field .item-input-mask {
    display: inline-block;
}

.user_input_field .row {
    margin-bottom: 5px;
}

.alert_box label {
    width: 125px;
    float: left;
}

.send_MSG .mess-box-left {
    padding: 5px 0px 0px 0px !important;
}

.message-flow-editor .col-md-8 {
    padding: 0 5px;
}

.send_MSG .message-flow-editor .col-md-8 {
    padding: 0 10px;
}

.send_MSG .message-flow-editor .col-md-4 {
    padding-right: 0px;
}

.mess-icon-color {
    color: #ea7c1d
}

select#block_id {
    max-width: 100%;
}

.mess-box-left-menu {
    display: inline-block;
    width: 130px;
    float: left;
    margin-right: 10px;
    height: calc(100vh - 115px);
}

.user_input_field_box .row .col-md-3 input {
    width: 100%;
}

.user_input_field_box .row .col-md-1 {
    padding-left: 0px;
    padding-right: 3px;
}

.fb-tag-guide {
    font-size: 10px;
    cursor: text
}

.fb-tag-guide ul li {
    display: inline-block
}

.message_name_ajax {
    width: 80%
}

.mess-content-box {
    padding-top: 10px;
    padding-bottom: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.p-y-mdr {
    padding: 5px 0;
}

.fc-header-left .to-msg-head a {
    font-size: 14px;
}

.card-editor .auto-box,
.auto-rep-comment-text .auto-box {
    display: none;
    position: absolute;
    z-index: 99;
    top: 38px;
    left: 0;
    min-width: 200px;
    max-height: 294px;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.15);
    padding: 2px 0;
}

.card-editor .auto-box li:hover,
.card-editor .auto-box li.act,
.auto-rep-comment-text .auto-box li.act {
    background-color: #f3f2f2;
}

.card-editor .auto-box li,
.auto-rep-comment-text .auto-box li {
    cursor: pointer;
    padding: 5px;
    white-space: nowrap;
}

.card-editor .auto-box li>span,
.auto-rep-comment-text .auto-box li>span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 2px 15px;
    height: 26px;
    line-height: 22px;
    background-color: #9e80bd;
    font-size: 16px;
    color: #ffffff;
    border-radius: 13px;
    max-width: 218px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-editor .auto-box li>span::before,
.auto-rep-comment-text .auto-box li>span::before {
    content: '{';
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 1px;
    color: #e0995d;
}

.card-editor .auto-box li>span::after,
.auto-rep-comment-text .auto-box li>span::after {
    content: '}';
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 1px;
    color: #e0995d;
}

span.block-delete-btn {
    float: right;
    margin-right: 10px;
}

.mess-content-box .icon-ref-link:hover {
    background-position: 0px -18px !important;
}

.icon-ref-link {
    display: inline-block;
    content: '';
    background: url(../images/icon/ic_link_referral.png) no-repeat center 0px;
    background-size: 48px;
    width: 48px;
    height: 18px;
    position: relative;
    top: 0px;
    margin-right: 6px;
    cursor: pointer;
}

input#message_name_ajax:hover,
input#head_title_web_form:hover {
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input#description_web_form:hover {
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input#message_name_ajax,
#head_title_web_form,
.no-border-input {
    padding-left: 3px;
    height: 30px;
    background: transparent;
    border: solid 1px transparent;
    outline: none;
    font-size: 24px;
    -webkit-box-shadow: none;
}

#description_web_form {
    padding-left: 0;
    background: transparent;
    border: solid 1px transparent;
    outline: none;
    /*font-size: 24px;*/
    -webkit-box-shadow: none;
}

.group-heading .input-transparent {
    padding-left: 3px;
    background: transparent;
    border: 1px solid #efefef;
    outline: none;
    font-size: 15px;
    -webkit-box-shadow: none;
    height: 28px;
}

.input-transparent:hover {
    border: 1px solid #ccc;
    outline: none;
    background: #f5f5f5;
}

.keyword-name {
    height: 34px;
    font-size: 24px;
    display: inline-block;
}

.shop-upgrade-time {
    text-align: center;
    margin-bottom: 20px;
}


/* css package*/

.package-featured .pricing-inner {
    position: relative;
}

.package-featured .pricing-inner:before {
    content: "";
    background: transparent url('/public/img/icons/we-recommend.svg') no-repeat scroll top center;
    position: absolute;
    top: -52px;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 4;
}

#priceTableService .duration-switcher {
    margin-bottom: 78px;
}

.pricing-table.is-duration-promotion .box-title {
    margin-bottom: 10px;
}

.pricing-table .duration-switcher .box-sub-title {
    font-size: 23px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

.pricing-table .duration-switcher .btn-group {
    box-shadow: 0px 3px 0 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 3px 0 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 3px 0 0px rgba(0, 0, 0, .2);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.pricing-table .duration-switcher .btn-group>.btn {
    font-weight: 600;
    background-color: #f2f2f2;
    padding: 10px 15px;
    border-color: #d2d2d2;
    margin: 0px;
}

.pricing-table .duration-switcher .btn-group>.btn:hover,
.pricing-table .duration-switcher .btn-group>.btn:focus,
.pricing-table .duration-switcher .btn-group>.btn.active {
    background-color: #70a1d3;
    color: #fff;
    outline: none;
    border-color: #70a1d3;
}

.pricing-table .duration-switcher .btn-group>.btn:hover .badge,
.pricing-table .duration-switcher .btn-group>.btn:focus .badge,
.pricing-table .duration-switcher .btn-group>.btn.active .badge {
    color: #4b82bc;
    background-color: #fff;
}

.pricing-service.inet-grid {
    margin-top: 60px;
}

.pricing-service.inet-grid.grid-1 {
    margin: 0px auto;
    max-width: 560px;
}

.pricing-service .group-pricing-title {
    margin: 0px -10px;
}

.pricing-service .group-pricing-title>.title {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #70a1d3;
    width: 100%;
    padding: 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pricing-service .group-pricing-title>.df-title:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .75);
    z-index: -1;
}

.grid-1.pricing-service .group-pricing-title>.title {
    background-size: 440px;
    background-position: center -90px;
}

.pricing-service .group-pricing-title>.title>span {
    padding: 10px;
    color: #fff;
    display: block;
}

.pricing-service .pricing-des-info>ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}

.pricing-service .pricing-des-info>ul>li {
    padding: 10px 0px;
}

.pricing-service .pricing-inner {
    padding: 0px 10px;
    color: #4E4B48;
    border: 1px solid #ccc;
    box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, .06);
    -moz-box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, .06);
    -webkit-box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, .06);
}

.pricing-service .group-pricing-title>* {
    margin: 0px;
    padding: 15px 6px;
}

.group-pricing-title>.title,
.uppercase {
    text-transform: uppercase;
}

.pricing-service .group-pricing-title>.price-old {
    font-size: 18px;
    padding: 10px 6px;
    background-color: #d9d9d6;
}

.pricing-service .group-pricing-title>.pricing {
    color: #d63d36;
    font-size: 1.6em;
}

.pricing-service .group-pricing-title>.pricing>.currency-month {
    top: -.3em;
}

.grid-3.pricing-service .group-pricing-title>.pricing {
    font-size: 2em;
}

.pricing-service .pricing-action.top {
    padding-top: 0px;
    border-bottom: 1px dashed #d2d2d2;
}

.pricing-service .pricing-action {
    padding: 10px 0px 15px;
    text-align: center;
}

.pricing-service .pricing-action>.btn {
    font-size: 17px;
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 5px 30px;
    font-family: "Mitr", sans-serif;
}

.pricing-service .pricing-action>.btn:focus {
    color: #fff;
}

.col-package-new {
    width: 19.69%;
    display: inline-block;
}

.shop-upgrade-time span.badge {
    background-color: #fff;
    color: #000;
}

.shop-upgrade-time button.btn:focus {
    outline: none;
}

.shop-upgrade-popop .popover.top>.arrow:after {
    border-top-color: #00aeef;
}

.shop-upgrade-popop .popover-content {
    padding: 2px;
}

.shop-upgrade-popop .popover {
    position: relative;
    top: -10px;
    padding: 3px 10px;
    background: #00aeef;
    border: none;
    color: #fff;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 158px;
    display: block;
}

#broadcast_form .mess-box-left-content {
    display: table-cell;
}

.mess-box-left-content {
    display: inline;
    height: 100%;
}

.btn-test-send-bot {
    float: right;
    margin-bottom: 15px;
    margin-top: 10px;
}

.btn-debug-bot {
    width: 150px;
    height: 28px;
    overflow: hidden;
}

.debug-block {
    padding: 5px;
    margin-right: 10px;
}

.pd {
    padding-top: 20px;
}

.app-content-box {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    position: relative;
    overflow: auto;
    padding: 2.5rem;
    background-color: #f9f8f8;
}

.box-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
}

.mess-head-logo {
    display: inline-block;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}

.mess-head-logo img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.mess-head-count,
.mess-head-count a {
    font-size: 11px;
    color: #666
}

.mess-head-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px
}

.quick-item {
    display: inline-block;
    cursor: pointer;
    position: sticky;
    vertical-align: top;
    margin-bottom: 5px;
}

.quick_absolute {
    margin-top: 10px;
}

a.req-mobile:hover,
a.req-mobile:focus,
a.req-mobile:active,
a.req-mobile:visited {
    background-color: #94de3d;
}

a.req-mobile {
    padding: 0px 5px;
    background-color: #8BC34A;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

span.block-name-show-btn {
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    left: 0;
    padding: 0 5px 5px 5px;
    opacity: 1;
    transition: opacity 100ms;
    pointer-events: none;
    color: #999;
    border-radius: 10px;
}

.kw_add_btn_gallery span.block-name-show-btn {
    max-width: 100%
}

.gallery-item .card-item-image .input-file-drop:hover .kw-icon-image{
    background: none !important;
}
.nav-gallery .gallery-item {
    padding: 10px;
    width: 30%;
    border-radius: 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 6px -1px rgba(0, 0, 0, 0.07);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background: #f9f8f8;
    position: relative;
    vertical-align: top;
    min-height: 466px;
}
span.kw_add_gallery_btn{
    height: 180px;
    padding-top: 65px !important;
}
input#gallery_url_ajax {
    font-size: 10px;
}

span.kw_add_gallery_btn,
span.kw_add_gallery_csv,
span.kw_add_gallery_api {
    font-size: 25px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 8%;
    border-radius: 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 6px -1px rgba(0, 0, 0, 0.07);
}

span.kw_add_gallery_csv,
span.kw_add_gallery_api {
    font-size: 18px;
    margin-top: 15px;
}

.gallery-item-url {
    margin-bottom: 10px;
}

.gallery-head,
.gallery-sub {
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}

.gallery-item-url {
    margin-bottom: 10px;
}

.gallery-item .kw-icon-image,
.gallery-item .kw-icon-image,
.json_card_box .kw-icon-image {
    font-size: 50px;
}

.gallery-item .input-file-drop-gallery img,
.gallery-item .input-file-drop-gallery {
    height: 180px;
    position: relative;
    object-fit: cover;
}

.n_time_item .input-file-drop-n-time img {
    position: relative;
    object-fit: cover;
}

.gallery-item.viral-item .has-attachment .input-file-drop-gallery:hover .kw-icon-image {
    padding-top: 15%;
}

.gallery-item .input-file-drop-gallery {
    height: 180px;
    position: relative;
}

nav.nav-gallery .nav-gallery-show {
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
}

.gallery-item .has-attachment .input-file-drop-gallery:hover .kw-icon-image,
.gallery-item .has-attachment .input-file-drop-gallery-send:hover .kw-icon-image,
.gallery-item .has-attachment .input-file-drop-gallery-:hover .kw-icon-image {
    display: block !important;
    position: absolute !important;
    opacity: 0.7 !important;
    color: #fff !important;
}

.has-attachment .input-file-drop:hover .kw-icon-image {
    display: block !important;
    position: absolute !important;
    opacity: 0.7 !important;
    color: #fff !important;
    padding-top: 25%;
}

#message_controller .gallery-item .card-button-editor {
    display: contents;
}

#message_name_ajax {
    padding-right: 0px;
}

textarea.automation_keywork_save_text,
.block-editor .card-editor .nav-viral .wrap-mask,
.auto-rep-comment-text .wrap-mask {
    background-color: transparent;
    line-height: 20px;
    color: #000000;
    height: 89px;
    padding: 7px 9px;
    white-space: pre-wrap;
    margin: 0;
    border-radius: 7px;
}

.wrap-mask>.mask,
.google_sheet_box .wrap-mask>.mask,
.api_box .wrap-mask>.mask {
    padding: 5px 12px 0 0px
}

.nav-viral .wrap-mask>.mask,
.google_sheet_box .wrap-mask>.mask,
.api_box .wrap-mask>.mask {
    padding: 5px 12px 0 5px
}

.item-mask .wrap-mask>.mask {
    padding: 5px 0px 0 0px;
}

.send_email_box .wrap-mask>.mask {
    padding: 4px 12px 0px 6px;
}

.auto-rep-comment-text .wrap-mask>.mask {
    padding: 4px 15px 0px 6px;
}

.nav-message .card-item-text .wrap-mask>.mask {
    padding: 2px 3px 0px 3px;
}

.card-item-text {
    position: relative;
}

.card-item-text .wrap-mask {
    position: absolute;
    width: 98%;
    height: auto !important;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px 6px;
    margin: 2px 0 0 0;
    white-space: pre-wrap;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    background-color: transparent !important;
}

.card-item-text>.wrap-mask>.mask {
    padding: 4px 5px 0px 6px;
}

.wrap-mask>.mask {
    color: rgba(0, 0, 0, 0);
    display: block;
    word-wrap: break-word;
    position: inherit;
    top: 0;
    padding: 5px 0 0 0px;
}

.item-text-mask .wrap-mask-input .mask-intput {
    color: rgba(0, 0, 0, 0);
    display: block;
    word-wrap: break-word;
    position: inherit;
    top: 0;
    padding: 5px 0 0 18px;
}

.wrap-mask>.mask>span.system {
    background-color: #9e80bd;
}

.wrap-mask>.mask>span.system i {
    color: #e0e0e0;
}

.wrap-mask>.mask>span i {
    color: #e0995d;
    opacity: 1;
    font-style: normal;
    position: relative;
    top: -1px;
}

.item-input-mask .wrap-mask-input .mask-intput span::before,
.quick_absolute span::before {
    content: '{';
    font-size: 16px;
    position: relative;
    color: #e0995d;
}

.item-input-mask .wrap-mask-input .mask-intput span::after,
.quick_absolute span::after {
    content: '}';
    font-size: 16px;
    position: relative;
    color: #e0995d;
}

.wrap-mask>.mask>span,
.quick_absolute span,
.user-attribute-color {
    background-color: #910a9a;
    color: #ffffff;
}

.item-text-mask .wrap-mask-input .mask-intput span,
.item-input-mask .wrap-mask-input .mask-intput span,
.select2-container--default .select2-selection--multiple .select2-selection__choice, .chatbot-variable-color {
    background-color: #910a9a;
    color: #ffffff;
    border-radius: 5px;
}
.chatbot-variable-color{
    width: 93px;
    cursor: text;
}
.wrap-mask>.mask>span {
    display: inline;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    opacity: 1;
    vertical-align: inherit;
}

.card-item .wrap-mask {
    padding: 4px 0px !important;
    line-height: 20px;
}

textarea.automation_keywork_save_text {
    padding: 4px 3px !important;
    line-height: 20px;
}

.card-editor .wrap-mask,
.item-text-mask .wrap-mask-input,
.auto-rep-comment-text .wrap-mask {
    position: absolute;
    width: 100%;
    height: auto !important;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px 6px;
    margin: 2px 0 0 0;
    white-space: pre-wrap;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    background-color: transparent !important;
}

.item-mask {
    position: relative;
}

textarea.email_action_textarea,
textarea.automation_keywork_save_text,
textarea.api_action_textarea,
textarea.text_keyword {
    resize: none;
    border: 1px solid #eee;
    min-height: 55px !important;
}

.send_email_box label {
    margin-top: 5px;
}

.item-input-mask {
    position: relative
}

.item-input-mask .wrap-mask-input .mask-intput {
    display: inline-block;
    pointer-events: none;
    padding: 6px 8px;
    border-radius: 7px;
    width: 100%;
}

.item-input-mask .wrap-mask-input .mask-input {
    background-color: #906d60;
    color: #ffffff;
    padding: 1px 8px;
    direction: ltr;
    max-width: none;
}

.item-input-mask .wrap-mask-input {
    position: absolute;
    top: 0;
    overflow-x: hidden;
    pointer-events: none;
}

.sequence-footer {
    margin-bottom: 60px;
    float: left;
}

.mess-create-group {
    margin-top: 10px;
    font-size: 16px;
    display: block;
    float: left;
}

.group-box .group-heading {
    margin: 10px 0 5px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}
.block-group-content {
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
}

.group-body .block-list .block-item,
.block-default .block-item,
.block-list .block-item-system,
.block-add,
.sequence-item-message ul li a {
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    width: 30%;
}

.kw-auto-head {
    color: #969696;
}

.kw_auto_list .kw-auto-item a.kw_auto_delete,
.tag_page_delete {
    color: #F44336;
    font-size: 10px;
}

.kw_auto_list .kw-auto-item span {
    float: left;
}

.kw_auto_list .kw-auto-item span {
    float: left;
    margin-right: 5px;
}

ul.kw_auto_list li {
    padding: 5px 12px;
    float: left;
}

ul.kw_auto_list {
    float: left;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

input.kw_auto_value {
    margin-top: 20px;
}

.kw-auto-input-answer {
    margin-bottom: 10px;
}

.group-box {
    display: block;
    width: 100%;
    float: left;
}

.group-item {
    display: block;
    width: 100%;
    float: left;
}

#broadcast_form .card-button-editor {
    left: 0;
}

.sequence-item .sequence-right ul li a.active {
    color: #13ce66;
}

span.link-ref-show:hover .link-ref-copy {
    display: inline-block
}

span.link-ref-show {
    font-size: 11px;
    color: #868484;
    position: relative;
    top: -5px;
}

.copy-ref-box {
    width: 40px;
}

a.link-ref-copy {
    font-size: 14px;
    position: relative;
}

.bc-list-head {
    display: block;
    padding: 15px 0;
    background: #e9e9e9;
    color: #111;
    margin-top: 10px;
}

.bc-list-head .bc-head {
    display: inline-block;
    font-weight: 500;
    padding-left: 8px;
}

.app-content-box .box-title {
    display: block;
    width: 100%;
    float: right;
    margin-bottom: 15px;
}

.bc-list-body {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.bc-list-body .bc-body-content .bc-rule {
    font-weight: bold;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bc-list-body .bc-body-content .bc-preview {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    max-height: 40px;
}

.bc-list-body .bc-body-content .bc-time {
    font-weight: bold;
}

.bc-list-body .bc-body-content {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}
.capitalize{
    text-transform: capitalize;
}
.bc-number {
    text-align: center;
    color: #777777;
}

.bc-sent-rate {
    color: #000;
    font-weight: bold
}

.bc-read-rate {
    color: #009688;
    font-weight: bold
}

.bc-click-rate {
    color: #2196F3;
    font-weight: bold
}

.bc-tag .bc-tag-item {
    font-size: 12px;
    border-radius: 10px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 5px;
}

.card-button-editor-content #kw_title:focus {
    border: 1px soldi #c10000
}

.schedule-sequence-item {
    position: relative;
}

a.sequence-message-delete-btn, a.booking-schedule-delete-btn{
    vertical-align: sub;
    display: none;
    position: absolute;
    top: 0;
    right: 10px
}
a.booking-schedule-delete-btn{
    top: 8px;
}
.schedule-sequence-item:hover a.sequence-message-delete-btn, .schedule-sequence-item:hover a.booking-schedule-delete-btn {
    display: block
}

a.sequence-group-statistic:hover,
a.sequence-group-delete-btn:hover {
    color: #2196F3
}

a.sequence-group-statistic,
a.sequence-group-delete-btn,
.sequence-group-copy-btn {
    margin-left: 10px;
    color: #b1adad;
}

.sequence-item.sequence-item-message a.active,
.schedule-sequence-item a.active,
.sequence-left a.active,
.block-list .block-item.active,
.block-list .block-item-system.active,
.block-default a.block-item.btn.btn-default.button-radius.active{
    background-color: #4CAF50;
    color: #fff;
    border: none;
}
.block-list .block-item.active a,
.block-list .block-item-system.active a{
    color: #fff;
}
.sequence-note {
    width: 100%;
    display: block;
    font-size: 11px;
    color: #8a8a8a;
    float: left;
    white-space: initial;
}

.alert-note {
    width: 100%;
    display: block;
    font-size: 11px;
    color: #8a8a8a;
    float: left;
    white-space: initial;
}

.google-sheets-box .google-sheets-connector-content a {}

.google-sheets-box .google-sheets-link {
    display: block;
    height: 38px;
    line-height: 38px;
    background-color: var(--base-light-accent);
    color: #fff !important;
    border: 1px solid rgba(16, 16, 16, 0.08);
    border-radius: 12px;
    font-size: 14px;
    margin: 0 18px 0 0;
    padding: 0 16px;
    text-decoration: none !important;
}

.google-sheets-box {
    color: #fff;
    background-color: #33a96e;
    border-radius: 10px;
    width: 100%;
    margin: 5px 0;
}

.google-sheets-connector-content {
    padding: 10px;
}

.google-sheets-info {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}

.google-sheets-box .google-sheets-connector-content a {
    float: left;
}

.api_box .row {
    margin-bottom: 5px;
}

.api_box {
    padding-right: 10px;
}

.card-option-box .radio-inline input {
    margin-top: 2px;
}

.card-option-box .radio-inline {
    font-size: 11px;
}

.card-option-box .form-control-custom {
    width: 65px;
}

.json_card_box .box-text-option {
    margin-bottom: 3px;
}

.json_card_box .input-option {
    width: 130px;
    font-size: 13px;
}

.card-option-box span.card-label {
    width: 72px;
    float: left;
    padding-top: 10px;
    text-align: right;
    margin-right: 5px;
}

.quick_absolute .item-input-mask {
    display: inline-block;
}

.spin-form {
    padding: 5px;
}

/* The label-radio */

.label-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.label-radio.inline-block {
    display: inline-block
}


/* Hide the browser's default radio button */

.label-radio input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
}


/* Create a custom radio button */

.label-radio .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.label-radio:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.label-radio input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.label-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.label-radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.label-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.broadcast-type p,
.broadcast-type .broadcast-item-option,
.broadcast-type select {
    font-size: 11px;
    color: #777;
    margin-left: 20px;
}

.broadcast-type select {
    padding: 2px;
    height: 25px;
}

.message-note-block {
    font-size: 11px;
    color: #777;
    margin-top: 10px;
}

.conbo-option-viral label {
    margin-top: 8px;
}

.conbo-option-viral {
    margin: 5px 0;
    float: left;
    display: block;
    width: 100%;
}

.nav-viral .gallery-item {
    padding: 10px;
    border-radius: 7px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    max-width: 70%;
}

.go_to_field .item-input-mask {
    display: inline-block
}

.option-go-to {
    margin-top: 15px;
}

.edit_btn_viral {
    cursor: text
}

.nav-viral .gallery-item .kw-icon-image {
    padding: 15% 0;
}

.gallery-item .kw-icon-image {
    padding-top: 10%;
}

.input-inapp {
    margin-top: 10px;
}

nav.box-comment textarea {
    background: transparent;
    border: none;
    box-shadow: none;
    resize: none;
}

nav.box-comment textarea:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}

nav.box-comment textarea:focus,
nav.box-comment textarea:hover {
    border: 1px solid #ddd !important;
}

nav.box-comment .comment_textarea {
    outline: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 10px;
}

nav.box-comment {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.gallery-item.viral-item {
    max-width: 100%
}

.nav-viral .gallery-item .input-file-drop-gallery-send {
    height: 225px;
    position: relative;
}

.nav-viral .gallery-item.viral-item .col-md-6:nth-child(1) {
    padding-right: 12px;
    padding-left: 0;
}

.nav-viral .gallery-item.viral-item .col-md-6:nth-child(2) {
    padding-right: 0;
    padding-left: 12px;
}

.link-ref-show {
    display: inline-block;
}

.viral-item .wrap-mask {
    padding: 6px 12px !important;
}

.nav-viral .wrap-mask>.mask {
    padding: 4px 12px 0px 0px !important;
}

.text-white-space {
    white-space: nowrap;
}

.label-viral-check {
    vertical-align: middle;
    margin-top: 6px;
}

.kw_result_option button,
.kw_result_option input {
    width: 49.68%;
}

.kw_result_option {
    margin-bottom: 5px;
    display: block;
    clear: both;
    position: relative;
}

.add-card-item .text-smaller span {
    font-size: 12px;
}

.content-blog p {
    margin: 10px 0 6px;
}

select.form_valid.form-control {
    padding: 6px 0;
}

.label-register-dashboard {
    float: left;
    width: 110px;
    text-align: right;
}

.btn_web_form {
    text-align: center;
}

a.row-line.middle-xs.change-page {
    padding: 5px 0;
}

input.edit_btn_item.text-center.btn.btn-primary::placeholder {
    color: #fff !important;
    text-transform: uppercase;
}


/* The checkbox-container */

.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}


/* Hide the browser's default checkbox */

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input-inline-style {
    padding-left: 0;
    background: transparent;
    border: solid 1px transparent;
    outline: none;
    -webkit-box-shadow: none;
    resize: none;
    min-width: 100%;
}

.input-inline-style:hover {
    outline: none;
}

.table-webform {
    font-size: 12px !important;
    background-color: #fff;
}

.webform-head-title {
    padding: 10px 0;
}

.table-webform.table>tbody>tr>td {
    padding: 2px 5px;
    line-height: 14px;
}

.table-webform .head-bg {
    background-color: #eee;
}

td.phone-verifired {
    color: green;
    font-weight: bold;
}

div#check_send_number_result {
    display: inline-block;
}

.button-pro {
    padding: 0 3px;
    background-color: #13ce66;
    color: #fff !important;
    font-size: 8px;
    top: 0px;
    right: 12px;
    position: absolute;
    text-transform: uppercase;
}

.card-pro {
    padding: 0 3px;
    background-color: #13ce66;
    color: #fff !important;
    font-size: 8px;
    top: 0px;
    right: 1px;
    position: absolute;
    text-transform: uppercase;
}

.moudle-right select option[selected] {
    color: #13ce66;
    font-weight: bold;
}

.page-action {
    padding: 15px;
}

.page-action .btn-page {
    margin-right: 5px;
}

.select2-container {
    width: 100% !important;
}

.cell-not-edit {
    background-color: #efefef;
}

div#messenger-alert {
    text-align: center;
    background-color: #7fe28042;
    padding: 5px;
    display: none;
}

#table_viral {
    overflow-x: hidden;
}

a.insert-cart.btn.btn-primary {
    background-color: #31708f;
    border-color: #31708f;
}

.uid-profile .icon-ioni i,
.create-note .btn-add-note,
.refresh_avatar {
    color: #666 !important
}

.logs-msg {
    font-size: 10px;
    left: 0px;
}

.img-show.css-sticker {
    width: 30px;
    height: 30px;
    background: none;
}

.auto-rep-comment-text {
    position: relative
}

.style-box {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ececec;
}

div#dial-result {
    margin-bottom: 30px;
}

.remove-data-form:hover {
    color: red;
}

.form-control-custom[disabled],
.form-control-custom[readonly] {
    cursor: not-allowed;
    opacity: 1;
}

.notification-global .title-head {
    font-size: 16px;
    display: inline-block;
}

.language-home .btn-language-home, .language-home .btn-language {
    outline: none !important;
}

.language-home .dropdown-menu {
    min-width: 80px;
}

.notification-global div {
    display: inline-block;
    margin-top: 5px;
}

.notification-button {
    display: inline-block;
}
.notification-global a:hover {color:#fff}
.notification-global a {
    text-decoration: none;
    color: #ffffff;
    background: #13ce66;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 15px;
}

.notification-global.red-style a {
    background-color: #FF9800;
    padding: 8px;
}

.notification-global.red-style {
    background-color: #bd0d00;
}

.notification-global {
    text-align: center;
    padding: 0 0 10px 0;
    background-color: #f1592a;
    color: #fff;
}

.config_tag_left {
    width: 160px;
}

.selected_tag {
    display: inline-block;
}

.border-error,
textarea.gallery_title.form-control.border-error,
textarea.gallery_send.form-control.border-error {
    border: 1px solid red;
}

#contact_module .note-contact {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 11px;
    text-align: left;
}

#box_status_sub {
    display: none;
}

.upgrade_pro {
    position: relative;
}

.text-info-agency {
    color: #fff;
    text-align: left;
}

div#datetimepicker3 {
    width: 130px;
}

.audience-info .avatar-change-sale {
    width: 15px;
    border-radius: 50%
}

.avatar {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.name-uid .image-sale i {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    color: #888;
}

.onoffswitch {
    position: relative;
    width: 75%;
    margin: 5px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 2px;
    background-color: #006afe;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 5px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.frm_pincode .selectize-input {
    min-height: 95px;
}

.nav-link.open ul {
    width: 160px;
}

ul#post_list_box li {
    border-bottom: 1px solid #eee;
    padding: 5px;
    display: flow-root;
}

ul#post_list_box img {
    height: 40px;
    width: 70px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

ul#post_list_box {
    overflow: auto;
    height: 300px;
}

ul.post_list_box li {
    border-bottom: 1px solid #eee;
    padding: 5px;
    display: flow-root;
}

ul.post_list_box img {
    height: 40px;
    width: 70px;
    object-fit: cover;
    margin-right: 10px;
}

.post_list_box {
    overflow: auto;
    height: 300px;
    list-style: none;
    padding: 10px;
}
#input_post_show button {
    height: 34px;
}

.head-table .head-item {
    width: 30%;
    display: inline-block
}

.head-table {
    margin: 30px 0;
}

input[type="radio"]+.label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="radio"]:checked+.label-text:before {
    content: "\f192";
    color: #ff0500;
    animation: effect 250ms ease-in;
}

input[type="radio"]:disabled+.label-text {
    color: #aaa;
}

input[type="radio"]:disabled+.label-text:before {
    content: "\f111";
    color: #ccc;
}

.form-check {
    display: inline-block;
    margin-right: 10px;
}

.select-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pd02 {
    padding: 0 2px !important;
}

.card-form .col-md-1 {
    padding: 0;
}

.form-check input[type="checkbox"],
.form-check input[type="radio"] {
    position: absolute;
    right: 9000px;
}

.item-new-global img {
    width: 35px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.spin_image img {
    max-width: 255px;
    max-height: 255px;
}

.viral-item .viral_noti_textarea {
    padding: 7px 12px;
}

.sequence-item-left {
    width: 150px;
    float: left;
}

.sequence-item-right {
    width: calc(100% - 180px);
    float: left;
}

.schedule-sequence-item .button-radius {
    width: 100%;
    max-width: 100%;
}

.sequence-message-delete-btn span {
    margin-top: 10px;
    margin-left: -12px;
}

.user_input_field select.valid_user_input.form-control,
.user_input_field .form_user_input.form-control {
    padding: 6px 5px !important;
}

.cod_label.collapsed i {
    transform: rotate(180deg);
}

.point-set .point-rate,
.point-set .point-min,
.point-set .point-max {
    width: 95px;
    font-size: 25px;
    color: red;
    text-align: center;
}

.point-notification .wrap-mask>.mask {
    padding: 4px 0 0 6px
}

table.point-set {
    margin-bottom: 0;
}

table.point-set td {
    padding: 0 5px;
}

label.checkbox-container.block {
    display: block;
}

.left-wallet {
    width: 300px;
    height: initial;
    padding: 10px;
    border-radius: 5px;
}

.cc-select {
    overflow-y: scroll;
    max-height: 540px;
    padding: 5px;
}

.cc-active {
    border: 4px solid rgb(132, 148, 202);
}

.cc {
    cursor: pointer;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    transition: .1s ease-in-out;
}
.block-list .sequence-item a.btn.btn-default.button-radius, .block-list a.sequence-add.button-radius.btn.btn-default{
    width: 100%;
}
.block-list .schedule-sequence-item a.btn.btn-default.button-radius {
    max-width: 155px;
}

.block-list a.btn.btn-default.button-radius {
    width: 30%;
}

.button-messenger:focus,
.button-messenger:active,
.button-messenger:hover,
.button-messenger {
    background-color: #0084ff;
    color: #fff;
}

#bill-notification .item-input-mask .wrap-mask-input .mask-intput span::before,
#bill-notification .item-input-mask .wrap-mask-input .mask-intput span::after {
    content: '';
}

#bill-notification .item-input-mask .wrap-mask-input .mask-intput {
    padding: 6px 14px;
}

.read_google_sheet_box .col-md-8,
.read_google_sheet_box .col-md-6 {
    padding-left: 12px;
    padding-right: 12px;
}

.group_box_tool {
    margin-bottom: 30px;
}

.group_box_tool .add-card-icon,
.add-card-container .add-card-icon {
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.group_box_tool .add-card-title {
    display: inline-block;
    max-width: 90px;
    cursor: pointer;
}

.add-card-container .add-card-icon i,
.group_box_tool i {
    margin-left: 6px;
    margin-top: 6px;
    color: #fff;
}

.add-card-container .add-card-icon i {
    float: left;
}
.text_toolbar {
    background: rgb(68, 193, 233);
}

.image_toolbar {
    background: rgb(160, 68, 233);
}

.gallery_toolbar {
    background: rgb(102, 185, 140);
}

.video_toolbar {
    background: rgb(72, 215, 217);
}

.typing_toolbar {
    background: rgb(233, 157, 68);
}

.quick_toolbar {
    background: rgb(104, 197, 197);
}

.user_email_toolbar {
    background: rgb(32, 142, 240);
}

.user_input_toolbar {
    background: rgb(239, 191, 94);
}

.google_sheet_toolbar {
    background: rgb(0, 158, 84);
}

.user_attribute_toolbar {
    background: rgb(144, 109, 96);
}

.comment_toolbar {
    background: rgb(166, 166, 166);
}

.danger_toolbar {
    background: #F44336;
}

.user_affiliate_toolbar {
    background: #F44336;
}
.block-mbs-form {
    max-width: 400px;
    margin: 0 auto;
}
.toolbox-scroll {
    height: 70vh;
    overflow: auto;
    padding-top: 15px;
}

#box_load_more .modal-dialog {
    margin: auto;
    height: 90vh;
}

.header-icon-toolbar a {
    color: #b9e7ec;
}

.header-icon-toolbar i {
    float: right;
    margin: 0 10px;
}

.header-icon-toolbar {
    float: right;
}

.menu-icon-left i {
    font-size: 18px;
}

.menu-link ul li a,
.menu-content-left .menu-name-left {
    font-size: 14px;
    display: inline-block;
}

.menu-icon-left {
    /*width: 35px*/
}

.chatbot-menu-left li.menu-link {
    padding: 4px 10px;
    text-align: center;
    position: relative;
}

.menu-content-left {
    display: inline-block;
}

.menu-link ul {
    margin-left: 30px;
}

.menu-link ul li a.menu-sub-left.active-sub,
.menu-link ul li a:hover {
    color: #006afe;
}

.menu-link ul li {
    text-align: left;
    padding: 5px 0;
    list-style: none;
}

li.menu-link.open .menu-item {
    background-color: #fff !important;
    border-radius: 20px;
    font-weight: bold;
}


li.menu-link .menu-item:hover a {
    color: #0084ff  ;
}

.body-content-mess {
    display: inline-block;
    width: calc(100% - 145px);
    padding-bottom: 30px;
}

.menu-link .sub_menu_left {
    display: none
}

.menu-link:hover .sub_menu_left {
    position: absolute;
    background: #fff;
    width: 130px;
    z-index: 999;
    left: 83px;
    top: 30px;
    display: block;
    border-radius: 15px
}


.menu-item a {
    line-height: 15px;
    /*display: flex;*/
}

.menu-item {
    padding: 10px;
}

.menu-item {
    padding: 6px 5px 5px 5px;
}

.page-selected-box .mess-page {
    display: inherit;
}

.box-wrapper-900 {
    max-width: 900px;
}

.mt-25 {
    margin-top: 25px;
}

.viral-option-type label.radio-inline {
    margin-top: -5px;
}

.toolbar-action-block .dropdown-menu a{color: #333 !important;float: none}
.page-selected-item .dropdown-menu a img {
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

.page-selected-item .dropdown-menu li {
    border-bottom: 1px solid #ccc;
}

.page-selected-item .dropdown-menu li a {
    display: block;
    padding: 8px;
    width: 100%;
}

.page-selected-item .dropdown-menu {
    border: none;
    padding-bottom: 0;
}

.page-selected-item {
    display: inline-block;
    cursor: pointer;
}

.toolbar-action .dropdown-menu {
    left: -96px;
}

.toolbar-action {
    cursor: pointer;
    padding-right: 5px;
}

#tags {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: 98%;
    right: 25%;
    z-index: 999;
}

.ui-autocomplete {
    width: 190px !important;
    overflow: scroll !important;
    height: 300px !important;
    background: white !important;
    padding: 8px !important;
}

.ui-menu-item {
    margin-bottom: 5px !important;
}

.ui-menu-item a {
    background: #9e80bd !important;
    color: white !important;
    border-radius: 13px;
    font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif !important;
    font-size: 14px;
}

.addnew {
    color: #868282;
}

.tohover {
    height: 25px;
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 385px;
    z-index: 99;
    cursor: pointer;
}

.tohover .text-addnew {
    display: inline-block;
    font-size: 12px;
}

.input-textarea-count {
    right: 28px !important;
    background-color: white !important;
    color: #5d9a6a !important;
    bottom: 5px !important;
}

.style_emo {
    width: 50px;
    /* float: left; */
    right: -28px;
    position: absolute !important;
    bottom: 3px !important;
    /* left: 456px; */
}

.d-none {
    display: none;
}

.style_emo .display-emoji {
    position: absolute !important;
    right: 50px !important;
    top: 24px;
}

.dropzone>.box-border-lc>.box-send-lc>.btn-plugin>.dropdown-menu>.display-emoji {
    right: 12%;
}

.block-editor .button-editor>span {
    height: 13%;
}


/* cĂ„â€Ă‚Â¡i nĂ„â€ y tĂ„â€Ă‚Â­ xĂ„â€Ă‚Â³a Ä‚â€Ă¢â‚¬Ëœi  */

.card-button-editor {
    right: auto !important;
}


/* #kw_title_wap .style_emo{ */


/* left: 310px; */


/* } */

#kw_title_wap {
    position: relative;
}

.card-button-editor .card-button-editor-wrapper .card-button-editor-content {
    overflow-y: unset !important;
}

.page-menu-connect svg {
    border-radius: 50%;
    width: 15px;
    height: 20px;
    margin-left: 10px;
}

ul.display-api,
ul.chatbot-menu-left,
.shop_connected ul,
#dial-result ul {
    list-style: none
}

.connect_google_sheet {
    position: relative
}

.button-editor .style_emo {
    left: 94%;
}

.nav-gallery-show .style_emo {
    bottom: 0px !important;
}
/* .tag-primary .style_emo { */


/* bottom: 197px !important; */


/* left: 370px !important; */


/* } */

.img_sale {
    border-radius: 50%;
    width: 35px;
}

.key_search {
    border-radius: 25px;
    text-indent: 24px;
    outline: none;
}

.icon_search {
    position: relative;
    right: 304px;
    color: #a5a0a0;
}

.i-rocket:before {
    content: "\E95A";
}

.register-alert-body .content-alert-show {
    text-align: center;
    display: none;
}

.register-alert-body {
    max-width: 280px;
    margin: 0 auto;
}

.head-alert .active {
    color: #06c506;
}

.head-alert .deactive {
    color: #FFC107;
}

.head-alert i {
    font-size: 25px;
}

.user-info-alert img {
    margin-left: 45px;
}

a.quest-help i {
    position: absolute;
    top: -20px;
}

a.quest-help {
    font-size: 30px;
    color: #607D8B;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.support-facebook-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    background: #fff;
    padding: 8px 8px 8px 12px;
    border-radius: 50%;
    border: 1px solid #ececec;
    z-index: 800;
}

.support-facebook-btn i {
    font-size: 40px;
    color: rgb(0, 132, 255);
}

.support-facebook-btn a {
    bottom: 5px;
    right: 5px;
}

.ace-file-input {
    display: block;
    font-size: inherit;
    position: relative;
    height: 30px;
}

#id-input-file-2 {
    position: absolute;
    width: 0;
    height: 0;
}

.ace-file-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.ace-file-input .ace-file-container:before {
    display: inline-block;
    content: attr(data-title);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 24px;
    text-align: center;
    padding: 0 8px;
    background-color: #6FB3E0;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid #FFF;
    border-left-width: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ace-file-name {
    display: inline-block;
    height: 28px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 28px;
    color: #888;
    font-size: 13px;
    vertical-align: top;
    position: static;
    padding-left: 30px;
}

.ace-icon-custom {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 24px !important;
    width: 26px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 13px;
    border: 2px solid #FFF;
    color: #FFF;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #D1D1D1;
}

.ace-file-input .ace-file-container .ace-file-name:after {
    display: inline-block;
    content: attr(data-title);
}

.ml-10 {
    margin-left: 10px;
}

.had-danger {
    border: 1px solid red !important;
}

.more {
    display: inline-block;
    width: calc(100% - 140px);
}

.alert_trial {
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAABCAIAAAB1rKi+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAG/GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDgtMjBUMTA6NDQ6MDErMDI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTA4LTIwVDEwOjQ0OjE4KzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA4LTIwVDEwOjQ0OjE4KzAyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9IkRpc3BsYXkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YmZmMmI0OTgtYmQ0YS00OTgwLTg5YzEtMjkzOGYwNjMzMWQyIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6Y2MxODdjYmQtNzQ4NC01OTRlLThkOGYtYjRlZmQzODhiZWU5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NDlmOWRkZjgtNTk1NC00Nzc3LTliOTMtYzIxMWU5MWY3YzQ2Ij4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjM4OTRlYTI3LWMxNDItZWU0My04NDY2LTE4MjcyMTY1NTI2YjwvcmRmOmxpPiA8L3JkZjpCYWc+IDwvcGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5ZjlkZGY4LTU5NTQtNDc3Ny05YjkzLWMyMTFlOTFmN2M0NiIgc3RFdnQ6d2hlbj0iMjAxOS0wOC0yMFQxMDo0NDowMSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YmZmMmI0OTgtYmQ0YS00OTgwLTg5YzEtMjkzOGYwNjMzMWQyIiBzdEV2dDp3aGVuPSIyMDE5LTA4LTIwVDEwOjQ0OjE4KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz49e0eAAAACpUlEQVRYhe1WSW4cMRAjg5wC/yPv8P9/4TcEOQ5zUK2Suj0GAtgGVAdb3V0Li7Vo+Pb79fHnL44cOXLkyJHvIgQA6FZh/XpvtTW5x6CnDa90Phr0K8iTmIfaTeJYPl2ZfIjqrdqNIf1w1TDTJ94+Pg/pE+V/gbkv8X3cqQFWqu/dvrsBnoRx5Xnr/GqraHe46BOBIABB1OJHpNlWCOP9DpewvCchCAAFERh/PPrwI4DjBQFVJwAewYJBStfDSoaw2ZZDphRnhTd/P7zu8jIrh2fnyC59annj1MtS5IjrmgZSSqsJbT5OgfKRD2WJNZeAohE/rBy8A8viRjirkTD4ceZBGXAGTsWZTpQViF4mqjSPiq1FpBFhEYv/TSxKphxNBcmdVEjkSO9BeqcBYrRZ+GzFotErJwr1PKVcq0nLHWj6S8qwpl0Gc2SHIIuSWCpJxTCPmjW6VNLPv3VQwqMgkDEnOU0+6ZZIzFqP4kHniAWnxy0Lx7tIkAcq2JSO2B7bGojGbh+W5aMKlRPzACDRc3N/8roz6siN/0hwlal1a9xw1vYJ+2f5f868l2NbQVsGtvA0P5Kt7iPxVvcytmuh7baA6W5rUTNeIEX/YzSDR2ZuPMZEYHcBtYj0SYUtuEtO1HTa7U9I1j9x5bU6uKvsrEZPTnT5t0ObCre0oIxiWcLqA1t990u5x93Py1Zho5l8xd1tRKpqBw8kAS1Vo6Zmnop1tVJwNXRh45vECBLnutD4lANg9r6vncVngFE88p2aZhNoeldNmFNdllDE5sghr1BDup0C2t7ykQwAE8LYyXmFw3/dXWZUo/RZEOINYxdknOmy2Ei/vOw8X1tFuVFRvqjTvtr3eYliEpjGrcSyrdN3tP1A5o/9DB05cuTIkSOfLC+/fv4D7tXIF4dMmQwAAAAASUVORK5CYII=) center center repeat-y;
    padding: 5px 0px;
}

.alert_cont {
    display: inline-flex;
    letter-spacing: 0.5px;
    font-size: 15px;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: left;
    margin: auto;
    padding: 8px 40px;
}

.alert_msg {
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
    flex: 3 1 auto;
    text-align: center;
}

.msg_sp {
    min-width: 180px;
    margin: 0px 19px;
    flex: 1 1 auto;
    font-size: 25px;
}

.btn_upgrate {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-width: 80px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    transition-property: background-color, color, box-shadow, border-color;
    transition-duration: 0.36s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-decoration: none;
    padding: 0px 20px;
    margin: 0px;
    outline: none;
    background: rgb(0, 186, 255);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 300px;
}

.features_border {
    height: 3px;
    background: #3bdddf;
    background: -webkit-linear-gradient(to right, #4a88cd, #3bdddf);
    background: linear-gradient(to right, #4a88cd, #3bdddf);
    width: 146px;
    border-radius: 6px;
    margin: auto;
}

.post-item {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    min-height: 360px;
    overflow: hidden;
}

.post-thumb {
    position: relative;
    /*border-bottom: 2px solid #48add2;*/
}

.img-thumb {
    height: 210px;
    overflow: hidden;
    display: block;
}

.img-thumb img {
    /*width: auto;
    height: 100%;*/
    object-fit: cover;
    width: 100%;
}

.post-info {
    font-size: 13px;
    color: #aaa;
    padding: 20px 20px 15px;
}

.title_blog {
    display: block;
    font-size: 18px;
    color: #3e3d3c;
    padding: 0 20px;
    background: #fff;
    max-height: 80px;
    overflow: hidden;
    font-family: Roboto, sans-serif;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

#blogs {
    background: #e0e0e0 !important;
}

.nav-viral .gallery-item.viral-item .input-file-drop-gallery, .nav-viral .gallery-item.viral-item .input-file-drop {
    height: 225px;
    position: relative;
}

.spin-ref {
    margin-top: 20px;
}

.spin-ref input {
    width: 60px;
}

.kw_btn {
    display: flex;
}

.kw_result_option.kw_btn .pointer .kw_add_btn {
    padding-top: 15px;
}
.kw_btn .button-editor>span, .kw_result_option.kw_btn .kw_add_btn {
    height: 50px !important;
}

.kw_btn .button-editor>span {
    width: 98% !important;
}

.kw_btn .kw_add_btn {
    width: 100%;
}

.button-editors {
    width: 33.5% !important;
}

.data_quick_ad {
    padding-right: 2px;
}

.keyword-note-warning {
    margin-top: -10px;
    margin-bottom: 10px;
}

.checkin_toolbar {
    background: #f1592a;
}

.affiliate_icon {
    color: #F44336;
}

.aff_icon {
    position: relative;
    top: 2px;
    left: 7px;
    color: #fff;
}

.aff-faq {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px
}

.title_confetti span,
.title_confetti p {
    font-size: 16px;
}

.quiz_add {
    width: 100%
}

.quiz_add a {
    font-size: 13px;
    padding: 3px 5px;
    margin-top: -6px;
}

.pdr-12 {
    padding-right: 12px !important;
}

.message-note {
    font-size: 10px;
    line-height: 8px;
    margin-top: 12px;
}

.facebook-ad-module .table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}

.facebook-ads-breadcrumb-item ul.breadcrumb {
    background-color: transparent;
}

.facebook-ads-breadcrumb-item {
    display: inline-block;
    float: right;
}

.facebook-ads-breadcrumb-info {
    display: inline-block;
    float: right;
}

ul.tags-list {
    padding-left: 0;
}

.my-3 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.cal-item {
    width: 120px;
}

.d-flex {
    display: flex;
}

.range-ui {
    cursor: pointer;
}

.calculate {
    max-width: 900px;
    margin: 0 auto;
    padding: 15px;
}

.background-gray {
    background: #eee;
}

.product-crm .col-md-5,
.product-crm .col-md-3 {
    padding: 0 10px;
}

.fbads-account {
    margin-bottom: 30px;
}

ul.nav.nav-tabs.facebook-ads-tab {
    border-bottom: none;
}

.facebook-ad-module .tab-content {
    margin-top: -50px;
}

.facebook-ads-tab {
    top: -55px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.facebook-ads-tab li {
    display: inline-block;
    width: 33%;
}

.facebook-ads-tab .active a {
    color: rgb(42 114 214) !important
}

.facebook-ads-tab a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
}

.wallet-box {
    margin-bottom: 10px;
}

.wallet-item {
    display: inline-block;
    margin-right: 20px;
}

.wallet_class {
    width: 155px;
    font-weight: 700;
    font-size: 18px;
}

.name-class-defaut {
    max-width: 30%;
    white-space: nowrap;
}

.contact-report .grow-item {
    height: 330px;
    padding: 0px;
    font-size: 12px
}

.contact-report .grow-item h5.text-center {
    background: #e1e1e1;
    height: 48px;
    line-height: 48px;
    margin: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.total_order {
    padding-left: 12px;
}

.webform-countdown .radio input[type=radio] {
    margin-top: 0px;
}

.webform-countdown input {
    height: 26px;
    padding: 6px 2px;
    font-size: 14px;
    border: 1px solid #ccc;
    max-width: 192px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.height-text {
    height: 26px;
    padding: 2px;
}

.spin-form .col-md-5,
.spin-form .col-md-1,
.spin-form .col-md-4 {
    padding: 3px;
}

.json_card_box {
    font-size: 12px;
}

.box-text-option .item-input-mask .wrap-mask-input .mask-intput {
    padding: 1px 0px;
}

.box-text-option .height-text {
    padding: 0;
}

ul.audience_tags_list li {
    border: 1px solid #d8d8d8;
}

ul.audience_tags_list li:hover {
    border: 1px solid #006afe;
    color: #006afe;
}

#audience_segment_filter {
    padding: 0px 0px 12px 0px !important;
    background: transparent !important;
    border-radius: 0px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
div#filter_box {
    margin-left: -5px;
}

.fc-daily-ql {
    padding: 20px 0;
}

.add_segment:hover i {
    color: #006afe !important;
}

.btn-selector {
    padding-left: 0;
}

.price_orderx,
.price_orderxs {
    opacity: 1 !important;
    width: 100px !important;
    top: -5px !important;
    left: 165px !important;
}

.tag-setting-content ul.audience_tags_list li.tag-item:hover .tag_page_delete {
    display: inline-block;
}

.tag-setting-content .tag_page_delete {
    display: none;
}

/*#stote_lc,#ship_lc {
    width: 150px;
    display: inline-block;
    border: none;
    background: transparent;
    box-shadow: 0 0 black;
}*/
.m-0 {
    margin: 0 !important;
}

.order_select select,
.order_select input {
    padding: 5px !important;
}

/*.sendtomsg .postback {
    display: none !important;
}*/
.sendtomsg .action_not_phone {
    display: none !important;
}

.content-news.col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
    margin-bottom: 20px;
}

.bill-image {
    position: absolute;
    float: right;
    right: 10px;
    top: 10px;
}

.back_gray {
    background: #e8e6e6;
}

#modalBooking, #modalCreate {
    z-index: 1 !important;
}

.change_status_block i:before,
.change_status_block i:after {
    content: "";
    left: 5px;
    width: 17px;
    top: 3px;
    height: 10px;
    border-radius: 8px;
    position: absolute;
    background-color: #dfdfdf;
    transition: all .2s;
}

.change_status_block i:after {
    margin: 0;
    left: 0;
    top: 0;
    outline: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.nav-message .change_status_block {
    left: 100%;
    right: auto;
}

.nav-message .kw_remove_content {
    left: 99.5%;
    right: auto;
    top: 30px;
}

.attribute_filter.search_select {
    padding: 6px 5px;
}

.item-filter .link_help {
    position: absolute;
    /* left: -20px; */
    margin-left: -26px;
    font-size: 25px;
}

.block-item-system {
    width: 45.3% !important;
    max-width: none !important;
}

.user-options {
    margin-left: 2px;
}

.menu-top li.active a {}

.menu-top li.active {
    background: #006afe;
    padding: 14px 8px;

}

.to-msg-head ul.menu-top {
    margin-bottom: 0;
}

.report-mail {
    float: right;
    margin-top: 10px;
}

.report-mail .report-item .report-num {
    font-size: 15px;
}

.report-mail .report-item {
    display: inline-block;
    text-align: center;
    margin-left: 25px;
    font-size: 11px;
}

.main-dashboard .tag-primary .nav-tabs {
    padding: 0 10px;
    background: transparent;
}

.trigger-page-choose .dropdown-menu {
    left: auto;
}

.trigger-page-choose {
    position: relative;
    max-width: 344px;
    margin: 0 auto;
}

.col-padding-5 .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.table-price-combo .table>tbody>tr>td {
    border-top: none;
}

.account_update_payment {
    background-color: #fff;
    padding: 10px 0 20px 0;
    border-radius: 10px;
}

.account_update_payment .id-card .popup_image div {
    padding: 0 !important;
    width: 150px !important;
    height: 90px !important;
}

.account_update_payment .id-card {
    display: inline-block;
}

.account_update_payment .form-check {
    display: block;
    margin-bottom: 15px;
}

.mst-config-note {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.config-info-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

#bank_account_name_block .form-group {
    margin-left: 0;
    margin-right: 0;
}

.config-info-accept {
    display: block;
    margin-top: 25px;
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}


.over {
    position: absolute;
    top: 20px;
    width: 66%;
    height: 93%;
    right: 17%;
    border-radius: 4px;
}

.over:hover {
    background: #32312e;
    opacity: 0.3;
}

.useNow:hover+.over {
    background: #32312e;
    opacity: 0.3;
}

.useNow {
    position: absolute;
    top: 63%;
    width: 61%;
    height: 40px;
    background: white;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    left: 19%;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 1px 1px 2px 0px #5b5b5b;
    z-index: 11111;
    display: none;
}

.spin_theme_item:hover>.useNow {
    display: block !important;
}

.pin_tag_item li {
    float: left;
    padding: 1px 10px 0px 0px;
    border-radius: 13px;
    background: #fefeff;
    margin-right: 10px;
    color: #414040;
    border: 1px solid #b8b8b8;
}

.tag-active {
    color: white !important;
    background: #0084ff !important;
}

.pin_tag_item {
    padding: 0;
}

.list-item-pin .col-md-3 {
    padding-top: 20px;
}

.spin_theme_item img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.spin_theme_item {
    height: 260px;
    border-radius: 4px;
}

.pin_tag_item li {
    border-bottom: 1px solid #cccccc;
    list-style: none;
    line-height: 30px;
    text-indent: 5px;
}

.pin_tag_item li:hover {
    background: #dae3e7;
}

.list-item-pin {
    height: 500px;
    overflow: auto;
}

.card-item-image {
    text-align: center;
}

.proBody .bc-body-content,
.price_sale {
    font-weight: 500;
}

strike,
.price_origin {
    color: #999;
}


.wapper-db.fchat-market {
    overflow: inherit !important;
}

.wapper-db.fchat-market .add_new_bot {
    position: absolute;
    right: 2px;
    top: -59px;
}

#template_content .bc-list-body:nth-child(2n+2),
#tracking .box-product-table tr:nth-child(2n+2) {
    background: #f1f1f1
}

#template_content .bc-list-body .bc-body-content:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

#template_content .bc-list-body .bc-body-content {
    /*position: relative;*/
}

#template_content .bc-list-body .bc-body-content .btn {
    padding: 5px 8px;
    font-size: 13px;
    margin-top: 6px;
}

#tracking .box-product-table th {
    height: 51px;
    background: #e1e1e1;
}

#tracking .mt-10 p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
}
.card-action-container .kw_remove_content {
    margin-top: 20px !important;
}
.icon_plus{
    width: 50px;height: 50px;
    display: inline-flex;
    position: relative;
    cursor: pointer;
}
.icon_plus::after{
    content:"";
    width: 100%;
    height: 100%;
    border-left:1px solid;
    display: inline-block;
    position: absolute;
    left:50%;
}
.icon_plus::before{
    content:"";
    width: 100%;
    height: 100%;
    border-left:1px solid;
    display: inline-block;
    position: absolute;
    top:50%;
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}
.item-shop.active {
    background: #98cbfb;
}
trans.status_false {
    background: #f00;
}
.booking-title {
    font-weight: 500;
    margin-bottom: 10px;
}
.booking-left{
    max-width: 345px;
    margin: 30px auto;
}
.booking-head #booking_schedule_save{
    margin-top:25px;
    margin-left: 10px;
}
.color-picker-input{
    height: 28px !important;
    margin-bottom: -3px !important;
}
.add-new-tag .btn{
    margin-top: -4px;
    height: 32px;
    padding: 4px 12px 7px 12px;
}
.body-content{
    padding: 15px;
}
.menu-mid ul.nav.nav-tabs {
    display: inline-flex;
    border-bottom:none;
}
.menu-mid{
    margin: 0 auto;
    text-align: center;
}
.lucky-config {
    padding: 0 10px;
}
.box-content{
    width: 1050px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    max-width: 100%;
}
.box-content-auto{
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    max-width: 100%;
}
.booking-no-data{
    text-align: center;
    margin-top: 10px;
}
#broadcast_form .card-button-editor .card-button-editor-wrapper {
    width: 450px;
}
.page-config-commission{
    margin-left: 10px;
}
.nopage {
    width: 100px;
    height: 20px;
    background: red;
    float: left;
    margin-right: 5px;
}
.hadpage {
    width: 100px;
    height: 20px;
    background: rgb(124, 181, 236);
    float: left;
    margin-right: 5px;
}
.paids {
    width: 100px;
    height: 20px;
    background: green;
    float: left;
    margin-right: 5px;
}
/*#shop_daily_statistic svg.highcharts-root {*/
/*height: 100%;*/
/*margin-top: -80px;*/
/*}*/
/*div#shop_daily_statistic {*/
/*margin-bottom: -150px;*/
/*}*/
.block-verifyemail {
    max-width: 580px;
    margin: 40px auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 10px;
}
.block-verifyemail .btn_sendmail_verify{
    background-color: #006afe;
}
.attribute-custom-box{
    padding:  15px;
}
.display_autocom.auto-variable-show > ul.ui-autocomplete{
    display: block !important;
}
.cms-note{
    width: 150px; max-width: 100%;
    border-bottom: none !important;
    border-right: none !important;
    overflow: hidden;
    display: block;
}
.cms_order_status_0{
    background: #dc6702fa;
    color:#fff;
}
.cms_order_status_1{
    background: orange;
    color:#fff;
}
.cms_order_status_3{
    background: #22bd6f;
    color:#fff;
}
.cms_order_status_4{
    background: red;
    color:#fff;
}
.cms_order_status_5{
    background: #9e9e9e;
    color:#fff;
}
.cms_order_status_6{
    background: #ff5722;
    color:#fff;
}
.cms-order-note{
    display: block;
    overflow: hidden;
    max-width: 250px;
}
.nav-message .parse_attribute .card-item-text .wrap-mask>.mask{
    padding: 5px 2px 0px 12px;
}
.conversation-restore-time {
    width: 140px;
    display: inline-block;
    top: 10px;
    position: relative;
}
.text-google-qr {
    height: 0 !important;
}
/* Google Calendar */
.google_calendar_box .ggcld-avatar img{
    border-radius: 50%;
    width:50px
}
.google_calendar_box .ggcld-info .name_account{
    text-align: left;
}
.google_calendar_box .ggcld-info{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    margin-top:-5px;
}
.google_calendar_box .ggcld-avatar{
    display: inline-block;
}
.hover_page_name {
    display: inline-flex;
}
.system-notification .alert{
    margin-bottom: 0;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    vertical-align: top;
    text-overflow: ellipsis;
}
.box-toolip{
    position: relative;
}
.box-toolip .help {
    width: 200px !important;
}
li.language_btn {
    margin: 0 10px;
}
.add-card-item .help, .box-toolip .help {
    position: absolute;
    /*    right: 20%;*/
    bottom: 75%;
    opacity: 0;
    display: none;
    font-size: 11px;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 6px;
    background: #000;
    color: #fff;
    width: 140px;
    left: 0;
    padding-bottom: 10px;
    white-space: pre-line;
    word-wrap: break-word;
    padding: 10px;
}
.add-card-item .help a, .box-toolip .help a {
    color: darkgray;
       display: block;
    text-decoration: underline !important;
}
.add-card-item:hover .help, .box-toolip:hover .help {
    opacity: 1;
    display: block;
    z-index: 999;
    /*max-height: 100px;*/
    /*overflow-y: scroll;*/
}
.add-card-item span:hover .help .text-center {
    display: block;
}

.click-view-more::after {
    content: "";
    position: absolute;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateX(-1.2rem) translateY(-1.2rem) scaleY(0.75) rotate(45deg);
    height: 15px;
    width: 15px;
    background-color: #000;
    left: 50%;
    bottom: -15px;
}

.block-list .block-item, .block-list .block-item-system, .block-list .button-radius {
    border: none;
}
/* .block-list a.active:hover{
    background-color: #4CAF50;
} */
.block-item:hover
    /*, .block-list a.btn.btn-default.button-radius:hover*/
{
    background-color: #f8f8f8;
}
.block-item a{
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.toolbar-action-group, .toolbar-action-block {
    display: inherit;
    background: #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
}
.block-item-box{
    position: relative;
}
.block-item-box .toolbar-action-block {
    right: 4px;
    position: absolute;
    top: 4px;
}

.btn_merge {
    background-color: #0088ff;
    border-color: #0088ff;
}

.input_none_border {
    background-color: #f5f5f5;
    border: none;
    border-radius: 50px;
}
.search_dashbroad {
    position: absolute;
    right: 15px;
    top: 13px;
}
#list_page_search {
    min-width: 300px;
    max-width: 500px;
    max-height: 420px;
    overflow-y: auto;
    margin-left: 10px;
    overflow-x: hidden;
}

#filter_page::placeholder {
    font-weight: normal;
}
.col-10-pt {
    width: 190px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 30px;
}

.text-center {
    text-align: center;
}
.themes-item {
    position: relative;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}
.theme-overlay {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-overlay {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-overlay.image {
    background: #fff;
    overflow: hidden;
    display: inherit;
    border-radius: 5px 5px 0 0;
}
.image img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.mt-10 {
    margin-top: 10px !important;
}
.theme-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.theme-overlay.overlay {
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.3);
}

.theme-overlay {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-overlay.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    border-radius: 5px 5px 0 0;
}
.theme-overlay .button {
    background: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    padding: 0 10px;
}
.themes-item:hover .overlay,
.themes-item.active .overlay {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
}

.themes-item .overlay:hover {
    cursor: pointer;
}
a {
    color: #000;
    text-decoration: none;
}
.theme-overlay {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#money_total_pay{
    font-weight: bold;
}

.tag-primary .menu-mid .nav-tabs>li>a {
    overflow: unset !important;
}

/* Livechat */
.livechat-stop__image {
    position: relative;
}
.message-flow-editor .block-editor .block-card-list .card-editor .has-attachment:not(.minus-border) .input-file .input-file-drop-livechat>div {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
.message-flow-editor .block-editor .block-card-list .card-editor .has-attachment .input-file .input-file-drop-livechat .kw-icon-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .45);
}
.message-flow-editor .block-editor .block-card-list .card-editor .has-attachment .input-file .input-file-drop-livechat>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    overflow: hidden;
    height: inherit;
    width: 100%;
}
.message-flow-editor .block-editor .block-card-list .card-editor .card-item .input-file .input-file-drop-livechat>div {
    cursor: pointer;
}
.has-attachment .input-file-drop-livechat:hover .kw-icon-image {
    display: block !important;
    position: absolute !important;
    opacity: 0.7 !important;
    color: #fff !important;
    padding-top: 25%;
}
.card-item-image .input-file-drop-livechat i {
    font-size: 45px;
    padding: 0px;
}

.livechat-stop__image .fa-image {
    font-size: 80px;
    padding: 30px 0;
}

.notify-livechat .custom-control {
    cursor: pointer;
    min-height: 26px;
    padding-left: 20px;
}

.notify-livechat .custom-control .custom-control-label {
    cursor: pointer;
}

.livechat-btn-name {
    width: 60%;
    line-height: 34px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.live_chat_content {
    padding: 0 10px;
    margin: 0;
    border-radius: 4px;
}

.livechat-pause {
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.livechat-pause_title {
    margin-right: 12px;
}

.livechat-pause-timeout {
    line-height: 34px;
    margin-right: 8px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 54px;
    display: flex;
    align-items: center;
    padding: 0px;
    text-align: center;
    padding-left: 10px;
}

.livechat-stared {
    cursor: pointer;
}

.livechat-stared span {
    padding-bottom: 10px;
    display: block;
}

.livechat-pause-type {
    line-height: 34px;
    /* margin-right: 8px; */
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 90px;
    display: flex;
    align-items: center;
    padding: 0px 8px;
}

.livechat-btn-stop {
    /* width: 60%; */
    background: #e9e9e9cc;
    border-radius: 4px;
    padding: 12px;
    margin: 0 auto;
}

.livechat-stop__image {
    height: auto;
    margin-bottom: 6px;
}

.mb-6p {
    margin-bottom: 6px;
}

.livechat-head-text, .livechat-btn-title {
    width: 100%;
    line-height: 34px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
}

.livechat-btn-title {
    text-align: center;
    border: none;
}

#setupMessLivechat .imgPreview {
    background: #cccc !important;
}

.livechat-desc-text, .livechat-stoped-desc {
    line-height: 18px !important;
    width: 100% !important;
    font-size: 14px !important;
    height: 44px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 6px;
}

.livechat-stoped-desc {
    width: 60% !important;
    height: 54px !important;
    padding: 6px;
}

.livechat-stop__image .popup_image  {
    width: 100% !important;
    height: 100% !important;
}

.livechat-stop__image .imgPreview {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}
.livechat-btn-stop.livechat_block {
    background: none;
    border-radius: 4px;
    padding: 0;
    margin: 0 auto;
}
.livechat_block .livechat-btn-title {
    border: 1px solid #ccc;
}
.no-attachment .input-file, .card-item .input-file {
    border: 1px dashed #ccc;
    border-radius: 10px;
}
.card-item-image.has-attachment .input-file {
    padding: 0 !important;
    border-radius: 14px !important;
}
.livechat-pause-bot {
    display: flex;
    align-items: center;
}
.mt_10 {
    margin-top: 10px;
}
.accumulate_points {
    display: flex;
    align-items: center;
    padding: 10px;
}
.accumulate_points .viral_point {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accumulate_points .accumulate_points_rate {
    display: flex;
    margin-left: 10px;
    align-items: center;
    width: 33%;
}
.accumulate_points .viral_point_text {
    width: 67%;
}
.accumulate_points_rate .points_rate {
    /* width: 35%; */
    margin-right: 4px;
}


.option-assistant {
    width: 100%;
}
.go_to_field .select2-selection__choice__display {
    color: #333 !important;
}

.assistaint_share {
    width: 100%;
}

.option-assistant {
    width: 100%;
}

.option-assistant .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #fff;
    padding: 5px 10px;
    border: none;
}

.option-assistant .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.option-assistant .select2-selection__choice__display {
    background-color: #e4e4e4;
    color: rgb(51, 51, 51);

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    background: #fff;
}

div#assistant {
    display: inline-block;
    cursor: pointer;
    position: sticky;
    vertical-align: top;
    margin-bottom: 5px;
}

span.kw_add_assistant_btn.add_assistant {
    padding: 11px;
    min-width: 85px;
    cursor: pointer;
}

span.kw_add_assistant_btn {
    padding: 5px 20px 0 20px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    min-width: 85px;
}

.nav-assistant .modal-body {
    position: relative;
}

.nav-assistant .card-button-editor {
    position: static;
}

span.kw_edit_assistant_btn {
    padding: 5px 20px 0 20px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    min-width: 85px;
    cursor: pointer;
}

.nav-assistant a.dropdown-toggle {
    position: absolute;
    right: 6px;
}

.nav-assistant .card-button-editor-footer-wrapper {
    padding: 10px;
}

.assistant_item_show {
    display: flex;
}
.nav-assistant .card-button-editor {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}
.nav-assistant .card-button-add {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1002;
}

.card-button-add .card-button-editor-wrapper {
    background-color: #fff;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 10px 0 rgba(77, 77, 77, .2);
    transition: top .15s ease-out;
    font-size: 15px;
    width: 390px;
}
.nav-assistant .card-button-add .card-button-editor-wrapper .card-button-editor-content {
    padding: 20px 16px 20px;
    max-height: 350px;
}

.nav-assistant .card-button-editor-footer {
    padding: 10px 0px;
    border-top: 1px solid #e0e6ed;
}
a.get-key {
    border: 1px solid #b1b1b1;
    padding: 6px;
    border-radius: 5px;
}
span.kw_add_btn_cart.pointer.text-ellipsis.text-center {
    border-radius: 7px;
}


@media (max-width: 576px){
    ul.app-fchat{
        margin-top: 10px;
        display: flex;
    }
    ul.app-fchat li {
        width: 50%;
    }
}
button#avisory_register {
    font-weight: bold;
}

h2{
    font-weight: bold;
}
.variant .item {
    display: flex;
}
.variant .item .item-title {
    cursor: pointer;
    padding: 8px 20px;
    text-align: center;
    border: 2px solid #ccc;
    margin: 0 5px 5px 0;
    border-radius: 15px;
}
.item-border {
    border: solid 2px #d9534f !important;
}

.btn-languege{
    height: 42px;
    line-height: 18px;
    padding:0 10px;
    background: transparent;
    border: none;
}

.language_btn .dropdown-menu>li>a{
    padding: 3px 5px;
}

.language_btn .dropdown-menu>li>a{
    font-size: 12px !important;
}

.language_btn.language-price {
    display: inline-block;
    float: right;
}
.btn-language {
    height: 50px;
    line-height: 18px;
    padding:0 10px;
    background: transparent;
    border: none;
}

.btn-language-pc{
    display: none !important;
}
@media (min-width: 1000px){
    .btn-language-mb{
        display: none !important;
    }
    .btn-language-pc{
        display: block !important;
    }
    .btn-language {
        height: 40px;
        line-height: 18px;
        padding:0 10px;
        background: transparent;
        border: none;
    }
    .btn-language-home{
        height: 50px;
        line-height: 18px;
        padding:0 10px;
        background: transparent;
        border: none;
    }
}
.app-fchat li {
    margin-top: 10px;
}

.edit_name_user{
    cursor: pointer;
}
.form-edit-text {
    display: flex;
}
.form-edit-text input.input-medium.form-control {
    width: 120px;
}

.dvPreview{
    position: relative;
}

.dvPreview:hover .remove-img{
    display: block !important;
}

.remove-img {
    font-size: 20px !important;
    color: red;
    cursor: pointer;
    position: absolute;
    display: none !important;
    right: 0;
    z-index: 99;
}

.promotion_plus {
    position: relative;
}

select.promotion_select {
    position: absolute;
    top: 5px;
    right: 25px;
}

.event_checkbox {
    cursor: pointer;
    margin-left: 16px;
}
.ml-6 {
    margin-left: 6px;
}
.color-info {
    color: #0084ff;
}
.mr-bottom-8 {
    margin-bottom: 8px;
}
.w-52 {
    width: 52% !important;
}
.align_end {
    align-items: end;
}
.ml_6px {
    margin-left: 6px;
}
.w-35 {
    width: 35% !important;
}
.gallery-item .top-buttons {
    position: absolute;
    right: -8px;
    top: -28px;
    height: 27px;
    width: 420px;
    text-align: right;
    opacity: 1;
    transition: opacity 100ms;
    -webkit-transition: opacity 100ms;
    white-space: nowrap;
    padding: 0 4px 0 0;
    z-index: 10;
}
.pd-top-30 {
    padding-top: 30px;
}
.gallery-item .top-buttons .button-drag {
    position: absolute;
    left: 8px;
    top: 0;
    background-image: url(https://cdn.fchat.vn/assets/images/1J-Ub.svg);
    cursor: ew-resize;
    width: 190px;
    background-position: 4px center;
}
.gallery-item .top-buttons .button-drag {
    display: inline-block;
    vertical-align: top;
    transition: opacity 60ms;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
    opacity: 0;
}
.gallery-item:hover .top-buttons .button-drag {
    opacity: 1;
}
.alert_box label.label_type_kiot {
    width: 20%;
    float: left;
}

@media (min-width:1200px) {
    .select-shop {
        width: 291px;
    }

    #active_code_input {
        width: 291px;
    }
}
.show-package {
    width: 300px;
    position: relative;
    margin: 10px;
    min-height: 340px;
}

.head-show-package {
    height: 54px;
    background: #6495ED;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border: 1px solid #D2D1D4;
}

.head-show-package h4 {
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}

.body-show-package {
    position: absolute;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 2.95px 2.95px 2.6px, rgba(0, 0, 0, 0.15) 5.95px 4.95px 2.6px, rgba(0, 0, 0, 0.1) 10.95px 8.95px 2.6px;
    border: 1px solid #D2D1D4;
    border-radius: 16px;
    min-height: 200px;
}

.body-show-package label {
    display: block;
    width: 268px;
    margin: 5px 10px;
    font-size: 13px;
}

.infor-confirm {
    display: flex;
    justify-content: center;
}

.d-inline-flex {
    display: inline-flex;
}
.d-flex-acenter {
    display: flex;
    align-items: center;
}
.mr-10 {
    margin-right: 10px;
}
.max-w-200 {
    max-width: 200px;
}
.max-w-100 {
    max-width: 100px;
}
.order-payment-box {
    padding: 10px 20px;
    background: #fff;
    border-radius: 8px;
}
.btn-add_video {
    position: absolute;
    top: 0;
    right: 13px;
    height: 35px;
    width: 110px;
    border: none;
    background: #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
button.btn-config.btn.btn-primary.btn-mobile {
    margin-left: 10px;
}
.remove-shop {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    font-size: 13px;
    color: #868282;
}
.ml-5 {
    margin-left: 5px;
}
.remove-shop:hover {
    cursor: pointer;
}
#setting-assistant-stop .stop_in {
    width: 80px;
    margin: 0 6px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}
#setting-assistant-stop .time-stop-assistant {
    align-items: end;
}
.bg-efefef {
    background-color: #efefef;
}
.bg-f9f8f8 {
    background-color: #f9f8f8;
}
.box-toolip:hover .help{
    opacity: 0;
}
.btn_refresh_stt {
    align-items: end;
    display: flex;
}
.content-ref-code .nav-tabs a {
    border: none !important;
    margin: 0;
    box-shadow: none;
    margin-bottom: 1px;
}
.content-ref-code .nav-tabs>li>a:hover {
    color: #428BCA;
    background-color: unset !important;
}
.content-ref-code .nav-tabs .active a {
    border-bottom: 3px solid #428BCA !important;
}
.pd-top-20 {
    padding-top: 20px;
}
.content-ref-code .tag-content-box {
    display: flex;
    align-items: center;
}
#link_ref_input {
    margin-right: 6px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #222;
    box-shadow: none;
    outline: none;
    width: 160px;
}
.title_qrcode {
    font-size: 16px;
    font-weight: 500;
}
.btn-link-ref {
    outline: none;
    border: none;
}
.card-item-image .kw-icon-image {
    padding: 20px;
}