/* a.disabled {color: #c4c4c4;cursor: default;} */

.app-menu h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #555555;
    margin-top: 0;
    margin-bottom: 10px;
}

.chat-slideout .checkbox label::after {
    top: 0px !important;
}

.d-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-slideout .checkbox label::before {
    top: -5px;
}

.d-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app-menu p {
    margin-bottom: 24px;
}

.app-menu li {
    margin-bottom: 22px;
}

.app_content {
    padding: 20px 20px 40px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: auto;
    /* height: calc(100vh - 152px); */
}

.form-group>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step-indicator {
    margin: 32px 0;
    height: 12px;
}

.step-indicator>* {
    position: absolute;
    height: 12px;
    background-color: #B4E2DA;
    border-radius: 12px;
    border-right: 2px solid #fff;
}

.step-indicator>div:nth-child(1) {
    width: 25%;
    z-index: 4;
}

.step-indicator>div:nth-child(2) {
    width: 50%;
    z-index: 3;
}

.step-indicator>div:nth-child(3) {
    width: 75%;
    z-index: 2;
}

.step-indicator>div:nth-child(4) {
    width: 100%;
    z-index: 1;
}

.step-indicator>*.active {
    background-color: #27B199;
}

.sync-template.swal2-popup {
    padding-left: 63px !important;
    padding-right: 63px !important;
}

.sync-template.swal2-popup .swal2-buttonswrapper {
    display: block !important;
    margin-top: 24px;
}

.sync-template.swal2-popup .swal2-buttonswrapper button {
    display: block !important;
    width: 100%;
    font-size: 16px;
    height: 46px;
}

.sync-template.swal2-popup .swal2-buttonswrapper button.swal2-cancel {
    background: none;
    color: #1A83C7;
}

.spinner {
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.panel-template {
    min-height: 960px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    border-radius: 6px;
    overflow: hidden;
}

.preview {
    width: 246px;
    background: #E5DDD5;
    padding-top: 109px;
    padding-left: 18px;
    padding-right: 18px;
    overflow-y: auto;
}

.preview>label {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.preview-content {
    margin-top: 18px;
    width: 100%;
}

.preview-header {
    background: #F2F2F6;
    margin: -10px -10px 10px;
    text-align: center;
    border-radius: 8px;
}

.hsm-preview {
    margin-bottom: 4px;
}

.hsm-preview>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.hsm-preview-time {
    font-size: 10px;
    color: #555555;
    line-height: 15px;
    margin-right: 0;
    margin-top: 16px;
    text-align: right;
    display: block;
    width: 100%;
}

.timeline {
    padding: 20px 0;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(166, 166, 166, 0.15) 0px 5px 15px;
    box-shadow: rgba(166, 166, 166, 0.15) 0px 5px 15px;
    position: relative;
    width: 100%;
    height: 84px;
    margin: 0 auto;
    list-style-type: none;
}

.timeline::before {
    position: absolute;
    bottom: 26px;
    left: 60px;
    content: ' ';
    display: block;
    width: calc(100% - 110px);
    height: 1px;
    margin-left: -3px;
    background: #E8E8E8;
    z-index: 5;
}

.timeline>li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
}

.timeline>li::before,
.timeline>li::after {
    position: absolute;
    left: 50%;
    bottom: 1px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    z-index: 10;
}

.timeline>li.active {
    color: #1A83C7;
}

.timeline>li.active::before {
    border-color: #1A83C7;
}

.timeline>li.active::after {
    width: 6px;
    height: 6px;
    background: #1A83C7;
    bottom: 4px;
    left: 50%;
    margin-left: 3px;
}

.select-media-list {}

.media-item {
    border: 1px solid transparent;
    width: 100px;
    height: 100px;
    padding: 28px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    border-radius: 6px;
}

.media-item:nth-child(2) {
    margin: 0 17px;
}

.media-item.active {
    background-color: #F2F2F6;
    border-color: #1A83C7;
}

.selected-item {
    color: #8c8c8c;
    padding: 10px 14px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    border-radius: 6px;
    border: 1px solid transparent;
    outline: none;
    font-size: 14px;
    line-height: 16px;
}

.group-list {
    position: absolute;
    top: 84px;
    width: 100%;
    z-index: 100;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.07);
}

ul.list-items {
    position: relative;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 0;
    padding: 0;
}

ul.list-items li a:hover,
ul.list-items li a:focus {
    background: #FAFAFA;
}

ul.list-items li a,
ul.list-items li a:hover,
ul.list-items li a:focus {
    padding: 16px;
    color: #555555;
    display: block;
}

.cursor-default {
    cursor: default;
}

.swal2-popup .swal2-select {
    padding: 12px;
    margin-top: 24px;
}

.swal2-cancel.button-border {
    margin-right: 14px;
    border-color: #EE5757;
    color: #EE5757;
}

.quota-info {
    background: #e4f8f4;
    border-radius: 6px;
    padding: 16px 24px;
    line-height: 21px;
    margin-bottom: 24px;
}

.preview-file-text {
    font-size: 14px;
    word-break: break-word;
}

.table-logs-outter {
    min-height: 300px;
}

.table-logs-outter {
    overflow-x: scroll;
}

.icon-info {
    background-color: #1A83C7;
    -webkit-mask: url(/img/icon_info.svg) no-repeat top;
    mask: url(/img/icon_info.svg) no-repeat top;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
}

.tooltip {
    width: 204px;
    position: absolute;
    right: 35px;
    padding: 10px 16px;
    background: #2c353b;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-shadow: 0px 2px 4px rgb(90 111 86 / 25%);
    box-shadow: 0px 2px 4px rgb(90 111 86 / 25%);
    word-break: break-word;
}

.tooltip:after {
    top: 50%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: 0;
    border-width: 8px;
    margin-left: 0px;
    border-top-color: transparent;
    border-left-color: #2c353b;
    transform: translateY(-50%);
}


/* 
*:focus {
  outline: none;
}

[v-cloak] {
  display: none;
}

h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 25px 0 0;
}


a:active, a:hover {
  text-decoration: underline;
}

form label {
  font-size: 14px;
  line-height: 28px;
} */

.settings-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.channels,
.app-menu {
    -webkit-box-flex: 0;
    background-color: #FAFAFA;
    border-right: 1px solid #D9D9D9;
    -ms-flex: 0 333px;
    flex: 0 333px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 22px;
    overflow-x: scroll;
    font-size: 14px;
    line-height: 21px;
    min-height: 100vh;
    overflow-y: auto;
}

.settings-form {
    background: #fafafa;
    padding: 50px;
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: auto;
}

.channels h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

.channels h2 strong {
    display: block;
    font-size: 30px;
}

.channels ul {
    list-style: none;
}

.channels .menu li {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.badge-chat-settings {
    padding-left: 0px !important;
}

.badge-chat-settings li {
    list-style: none !important;
}

.badge-chat-settings .badge {
    border: 1px solid #D9D9D9 !important;
    border-radius: 34px !important;
    padding: 15px!important;
    -ms-flex: 1;
    flex: 1 !important;
    cursor: pointer !important;
    /* -webkit-box-shadow: 0px 8px 16px rgb(51 51 51 / 7%) !important;
    box-shadow: 0px 8px 16px rgb(51 51 51 / 7%) !important; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center;
    align-items: center !important;
    font-size: 16px !important;
    text-decoration: none !important;
    color: unset !important;
    min-width: unset !important;
    height: unset !important;
    position: unset !important;
    width: unset !important;
    background: #FFFFFF !important;
    margin-right: unset !important;
    margin-left: unset !important;
    bottom: unset !important;
    text-transform: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    text-align: unset !important;
    white-space: unset !important;
    vertical-align: unset !important;
}

.badge-chat-settings .badge:hover,
.badge-chat-settings .badge.active {
    background-color: #f2f2f6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border: 3px solid #1A83C7 !important;
}

.badge-chat-settings .badge>span {
    background-color: #1A83C7;
}

.information-badge {
    -webkit-mask: url("/img/icon_app_info.svg") no-repeat top;
    mask: url("/img/icon_app_info.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.account-badge {
    -webkit-mask: url("/img/icon_account.svg") no-repeat top;
    mask: url("/img/icon_account.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.mobile-badge {
    -webkit-mask: url("/img/icon_mobile.svg") no-repeat top;
    mask: url("/img/icon_mobile.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.chat-template-badge {
    -webkit-mask: url("/img/icon_chat_emplates.svg") no-repeat top;
    mask: url("/img/icon_chat_emplates.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.subscription-badge {
    -webkit-mask: url("/img/icon_subcription.svg") no-repeat top;
    mask: url("/img/icon_subcription.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.wbAccount-badge {
    -webkit-mask: url("/img/icon_wabiz_account.svg") no-repeat top;
    mask: url("/img/icon_wabiz_account.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.agent-badge {
    -webkit-mask: url("/img/icon_agent.svg") no-repeat top;
    mask: url("/img/icon_agent.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.notifications-badge {
    -webkit-mask: url('/img/icon-notification.svg') no-repeat top;
    mask: url('/img/icon-notification.svg') no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.allocation-badge {
    -webkit-mask: url("/img/icon_agent_allocation.svg") no-repeat top;
    mask: url("/img/icon_agent_allocation.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.general-badge {
    -webkit-mask: url("/img/icon_general.svg") no-repeat top;
    mask: url("/img/icon_general.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.tags-badge {
    -webkit-mask: url("/img/icon_tag.svg") no-repeat top;
    mask: url("/img/icon_tag.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.predifine-badge {
    -webkit-mask: url("/img/icon_predefined_message.svg") no-repeat top;
    mask: url("/img/icon_predefined_message.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.wa-broadcast-badge {
    -webkit-mask: url("/img/icon_wabroadcast_message.svg") no-repeat top;
    mask: url("/img/icon_wabroadcast_message.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.submit-ticket-badge {
    -webkit-mask: url("/img/icon_submit_ticket.svg") no-repeat top;
    mask: url("/img/icon_submit_ticket.svg") no-repeat top;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.settings-form h2 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #39393A !important;
}

.connect-form h2 {
    color: #1A83C7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.settings-form h2 strong {
    display: block;
    font-size: 24px;
}

.settings-form p {
    margin-bottom: 8px;
    font-size: 14px;
}

.settings-form h4 {
    color: #39393a;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.channels li h4.caption {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    line-height: 19px;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    display: block;
}

.available-true {
    color: green;
}

.available-false {
    color: red;
}

.icon-small {
    height: 48px;
    width: 28px;
    background: #ffffff;
    margin-left: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-small:nth-child(1) {
    margin-left: 0;
}

.icon-small.wa {
    background: url("/img/whatsapp_badge.svg") no-repeat center;
    background-size: 28px;
}

.icon-small.fb {
    background: url("/img/messenger_badge.svg") no-repeat center;
    background-size: 28px;
}

.icon-small.line {
    background: url("/img/line_badge.svg") no-repeat center;
    background-size: 28px;
}

.icon-small.qiscus {
    background: url("/img/qiscus_badge.svg") no-repeat center;
    background-size: 28px;
}

.icon-small.telegram {
    background: url("/img/telegram_badge.svg") no-repeat center;
    background-size: 28px;
}

.icon-small.custom {
    background: url("/img/custom.svg") no-repeat center;
    background-size: 28px;
}

.section,
.section-allocation {
    background: #ffffff;
    padding: 20px 0 0;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.section {
    padding: 0;
}

.section .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    font-size: 14px;
}

.section .section-header.bordered {
    border-bottom: 1px solid #f2f2f2;
}

.section .section-content {
    overflow-x: auto;
    min-height: 420px;
    height: calc(100% - 120px);
    margin: 0 30px;
}

.section .section-content.section-list-agent {
    overflow: unset;
}

#agent-detail-form .section-content {
    height: calc(100% - 40px);
}

.section .section-content.create-agent {
    padding: 0 32px;
    margin: 0;
}

.section .section-content.create-role {
    padding: 0 40px;
}

.section .section-header .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section .section-header .actions.in-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section .section-header .actions a.btn.btn-right {
    margin-left: auto;
}

.section .section-header .actions a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
}

.section .section-header .actions a.btn-default.active {
    text-decoration: none;
    color: #ffffff;
    background: #1A83C7;
    border-radius: 18px;
}

.section .section-header .actions a.btn-green {
    color: #1A83C7;
}

.section .section-header .actions a.btn-no-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 60px;
    flex: 0 60px;
    text-decoration: none;
    color: #333333;
}

.section .section-header .actions a.btn-no-style.cancel {
    color: #ff3f3f;
}

.section .section-header .actions a.btn-no-style.save {
    color: #1A83C7;
}

.section .section-header .actions a.btn-no-style:hover,
.section .section-header .actions a.btn-no-style:active {
    text-decoration: underline;
}

.section .section-content .section-analytics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background: transparent;
    padding: 0;
    margin: 10px 0;
}

.section .section-content .section-analytics .section-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f2f2f2;
    color: #828282;
    font-size: 10px;
    text-align: left;
    border: 1px solid #ffffff;
    padding: 10px 25px;
}

.section .section-content .section-analytics .section-total:first-child {
    border-left: none;
}

.section .section-content .section-analytics .section-total:last-child {
    border-right: none;
}

.section .section-content .section-analytics .section-total h4 {
    font-weight: 700;
    font-size: 14px;
    padding-top: 5px;
}

.section .section-content .section-analytics .section-total .section-bottom {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.section .section-content .section-analytics .section-total .section-bottom .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    font-size: 14px;
    padding-top: 5px;
}

.section .section-content .section-analytics .section-total.default .section-bottom .title {
    color: #000000;
}

.section .section-content .section-analytics .section-total.primary .section-bottom .title {
    color: #1A83C7;
}

.section .section-content .section-analytics .section-total.accent .section-bottom .title {
    color: #1A83C7;
}

.section .section-content .section-analytics .section-total .section-bottom .arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 50px;
    flex: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -20px;
}

.section .section-content .section-analytics .section-total .section-bottom .arrow .icon-arrow {
    background-color: #bdbdbd;
    -webkit-mask: url("/img/arrow-small.svg") no-repeat center;
    mask: url("/img/arrow-small.svg") no-repeat center;
    background-size: 22px;
    height: 22px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 50px;
}

.pagination .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 45px;
    flex: 0 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .btn[disabled],
.pagination .btn[disabled] {
    color: #b7b7b7;
    cursor: not-allowed;
}

.pagination .btn:hover,
.pagination .btn:hover {
    text-decoration: none;
}

.pagination .btn.btn-info,
.pagination .btn.btn-info {
    cursor: default;
}

.settings-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.settings-header strong {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}

.mobile-switch {
    margin-left: 0;
}


/* 
table.table {
  width: 100%;
  border-collapse: collapse;
}

table.table td, table.table th {
  padding: 18px 6px;
}

table.table tbody td {
  font-size: 12px;
  line-height: 18px;
}


table.table tr:nth-child(even) {
  border-bottom: 1px solid #F3F3F3;
}

table.table thead {
  border-bottom: 1px solid #DFDFDF;
}

table.table thead th {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

table.table tfoot td {
  font-size: 14px;
}

table tr th.center, table tr td.center {
  text-align: center;
}

table tr th.right, table tr td.right {
  text-align: right;
}

table tr td.row-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

table tr td a.btn-edit, table tr td a.btn-delete {
  text-decoration: none;
}

table tr td a.btn-edit {
  margin-right: 20px;
  color: #1A83C7;
}

table tr td a.btn-delete {
  color: #eb5757;
} */


/* 
form {
  margin: 24px 0px;
  padding: 0;
} */

form.form-allocation,
form.form-account {
    margin: 40px 0;
    padding: 0;
}

form.form-allocation input,
form.form-account input {
    margin-top: 5px;
    height: 35px;
    font-size: 14px;
}

form .field-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-bottom: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form .field-section label {
    width: 30%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

form .field-section input,
form .field-section textarea,
form .field-section select {
    width: 70%;
    border: none;
}

form .field-section .field-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

form .field-section .field-column.assign {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 4px 17px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 4px 17px rgba(51, 51, 51, 0.07);
    border-radius: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

form .field-section .field-column .field-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    line-height: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form .field-section .field-column .field-inline label {
    margin-bottom: 0;
    line-height: 38px;
}

form .field-section .field-column .field-inline input[type="checkbox"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1A83C7;
    color: #ffffff;
    width: 30px;
    height: 17px;
}

form .field-section .field-column.assign .field-inline {
    /* margin-bottom: 15px; */
    border-bottom: 1px solid #f2f2f2;
}

form .field-section .field-column.assign .field-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 14px;
}

form .field-section .field-column.content-division {
    max-height: 220px;
    overflow-y: auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    margin-top: 2px;
    border-radius: 6px;
}

form .field-section .field-column .field-inline>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    list-style: none;
    /* padding: 17px 30px; */
}

form .field-section .field-column .field-inline>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.selected-division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #ffffff;
    -webkit-box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 12px;
}

.item-selected-division {
    line-height: 1;
    margin-right: 8px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-selected-division>.name,
.item-selected-division>.remove-division-selected {
    padding: 9px 12px;
    background: #f2f2f6;
}

.item-selected-division>.name {
    margin-right: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.item-selected-division>.remove-division-selected {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

form .field-section input.search-division {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

form .field-section .field-column.content-division .field-inline {
    line-height: 1;
    padding: 12px 26px;
}

form .field-section .field-column.content-division .field-inline label {
    width: auto;
    line-height: 1;
}

.btn-password {
    margin-left: 10px;
    padding: 6px 12px;
    border: 1px solid #1A83C7;
    background-color: transparent;
    color: #1A83C7;
}

.btn-office-hour {
    line-height: 20px;
}

button[disabled] {
    cursor: not-allowed;
}

.section-visible {
    display: none;
    -webkit-animation: fade 0.8s;
    animation: fade 0.8s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.account-container {
    /* background: #828282; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.account-panel-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 100px;
}

.account-panel-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 100px;
    flex: 0 100px;
}

.update-avatar-container {
    position: relative;
    height: 90px;
    width: 90px;
    max-width: 90px !important;
    max-height: 90px !important;
    overflow: hidden;
}

.update-avatar-container img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.update-avatar-container input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.change-avatar-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    background: transparent;
    border: none;
    border-radius: 50%;
    opacity: 1;
}

.change-avatar-indicator i {
    font-size: 30pt;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 55%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login__container .update-profile-container .layout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__container .update-profile-container .layout>* {
    padding: 30px;
}

.update-profile-container .input-group .input-group__details {
    display: inline-block;
    max-width: 90px;
}

.modal form,
.modal .modal__close {
    padding: 0;
    margin: 0;
    color: #676767;
}

.error {
    color: #EB5757 !important;
    font-size: 14px;
}

.settings-form__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin-bottom: 12px;
}

.settings-form__link>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.settings-link {
    margin-bottom: 16px;
    ;
}

.settings-link>a:nth-child(1),
.content-link {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    width: 100%;
    padding: 10px 14px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
    border-radius: 6px;
    border: 1px solid transparent;
    outline: none;
    font-size: 14px;
    line-height: 16px;
}

.settings-link>a {
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 12px;
    color: #1A83C7;
    font-size: 14px;
}

.settings-link a:hover,
.settings-link a:focus {
    color: #2eaf98;
    text-decoration: none;
}

.settings-link a.btn {
    background: #1abc9c;
    border-radius: 0 5px 5px 0;
    color: #fafafa;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 65px;
    flex: 0 65px;
    min-width: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.settings-link a.btn:hover,
.settings-link a.btn:focus {
    color: #f6e58d;
    text-decoration: none;
}

.label-switch {
    font-size: 14px;
    color: #1A83C7;
}

.section canvas {
    width: 100%;
}

.section-content__detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 55px;
}

.section-header__detail {
    margin: 0 25px;
}

.section .section-header .actions a {
    font-weight: 500;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
}

.section .section-header .actions a:last-child {
    margin-right: 0;
}

.section .section-header .actions a i {
    color: #2eaf98;
    margin-right: 16px;
}

.section-content__detail .content-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #e0e0e0;
}

.section-content__detail .content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 160px;
    flex: 0 160px;
    margin-left: 25px;
    border: 1px solid #e0e0e0;
}

.section-content__detail table.table tr {
    border-bottom: 1px solid #e0e0e0;
}

.section-content__detail table.table tr.empty,
.section-content__detail table.table tr.last {
    border-bottom: none;
    color: #999999;
}

.section-content__detail table.table tr.empty td {
    font-size: 14px;
}

.section-content__detail table.table tr.last td {
    font-size: 12px;
}

.section-content__detail table.table tr:nth-child(even) {
    background: none;
}

.section-content__detail table.table>thead>tr {
    height: 41px;
}

.section-content__detail table.table tbody tr,
.section-content__detail table.table tbody tr .icon-small {
    height: 36px;
}

.content-info {
    height: 216px;
    overflow: hidden;
    overflow-y: auto;
}

.row-badge span {
    margin-right: 10px;
}

.input-form {
    line-height: 20px;
    font-weight: 600;
    /* background: #f2f2f2; */
    margin-left: 8px;
    /* max-height: 75px; */
    width: 100%;
    border: none;
    color: #333333;
    padding: 0px;
}

button.input-form {
    background: #1A83C7;
    padding: 6px;
    color: #f2f2f2;
    width: 77px;
    border-radius: 5px;
}

.input-form[disabled] {
    color: #bdbdbd;
}

form .field-section label.error {
    width: 100%;
    position: relative;
    display: block;
    margin-left: auto;
    width: 70%;
    text-align: left;
}

.search-agents-box {
    border-top: 2px solid #f2f2f2;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 0;
}

.search-template-box {
    padding: 0 30px;
}

.search-agents {
    border: 1px solid #1abc9c;
    border-radius: 7px;
    height: 35px;
    font-weight: 400;
    color: #bdc3c7;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    word-break: break-all;
}

.search-agents-icon {
    margin-left: 10px;
    margin-right: 10px;
    height: 25px;
}

#list-agent thead tr th div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#list-agent thead tr th div:hover {
    cursor: pointer;
    color: #333333;
}

#list-agent tbody tr td p {
    color: #595353;
}

#agent-add-form,
#agent-detail-form {
    display: none;
}

#role-add-form {
    display: none;
}

#subscription-form {
    position: relative;
}

.payment-method {
    display: none;
    position: absolute;
    padding: 50px;
    background-color: #fafafa;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

.payment-method.payment-method--open {
    display: block;
}

.payment-method .method {
    padding: 20px 0;
}

.payment-method .action {
    margin: 20px 0;
    display: inline-block;
}

.payment-method .bank-transfer .add-card {
    display: none;
    margin-top: 2rem;
}

.payment-method .bank-transfer,
.payment-method .credit-card {
    display: none;
}

.payment-method .method--open {
    display: inline-block;
}

.payment-method .credit-card img {
    width: 10rem;
    margin-bottom: 2rem;
}

.payment-method .credit-card>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payment-method .credit-card>div>p:last-child {
    margin-left: 5rem;
}

.payment-method__close {
    margin-bottom: 20px;
    display: block;
}

#remove-cc-confirm .modal__container {
    max-width: 480px;
}

#remove-cc-confirm .modal__content p:last-child {
    font-weight: 600;
    margin-top: 1rem;
}

#remove-cc-confirm h2 {
    margin-bottom: 0;
}

.selected-sort {
    color: #333333;
}

.pn-config {
    padding-bottom: 20px;
}

.mobile-barcode-box {
    border-top: 1px solid #d0d0d0;
    padding: 30px 0 10px;
}

#mobile-barcode-content {
    margin-top: 20px;
    text-align: center;
}

.bookmark-icon {
    color: #1A83C7;
}

table tr td.row-badge-bookmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.green-circle,
.grey-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: left;
    margin: 10px 0;
}

.grey-circle {
    background-color: #a6b2bc;
}

.green-circle {
    background-color: #64d581;
    cursor: pointer;
}

#list-agent .green-circle {
    cursor: pointer;
}

.agent-name {
    margin-left: 25px;
}

#agent-roles-list {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 14px;
}

#agent-roles-list li {
    padding-top: 10px;
}

.current-subcription {
    margin-top: 24px;
}

.last-payment {
    background: #fff6a4;
    padding: 16px;
    border-radius: 4px;
    display: none;
}

.last-payment .flat-button {
    font-size: 15px;
    margin-right: 24px;
    margin-top: 16px;
    display: inline-block;
    color: #676767;
    text-decoration: none;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.flat-button.confirm {
    color: #1A83C7;
}

.flat-button.confirm:hover {
    border: 1px solid #1A83C7;
}

.flat-button.cancel:hover {
    color: #ff5959;
}

.plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan-image {
    height: 130px;
    width: 130px;
    border-radius: 4px;
    margin-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan-image img {
    width: 90px;
    display: block;
    margin: 20px auto;
}

.plan-info {
    margin-right: 40px;
}

.plan-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.group-info {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 40%;
    flex: 1 40%;
}

.group-info:nth-child(2n+1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 60%;
    flex: 1 60%;
}

.group-info span {
    color: #979797;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.group-info .info-value {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #555555;
}

.action {
    margin-top: 24px;
    margin-bottom: 8px;
}

.action a {
    border: 1px solid #1A83C7;
    border-radius: 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
}

.action a.cancel-plan {
    border: 0;
    color: #ff5959;
    padding: 0;
    margin-right: 24px;
    border-radius: 0;
}

.info-value.bigger {
    font-size: 24px;
    font-weight: bold;
}

.info-value.bigger span {
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

.payment-history {
    margin-top: 32px;
}

.payment-history table {
    width: 100%;
    border: 0;
}

.payment-history thead tr {
    border-bottom: 1px solid #ededed;
    line-height: 32px;
    color: #fff;
    background-color: #1A83C7;
}

.payment-history tbody tr:hover,
.payment-history tbody tr:nth-child(2n):hover {
    background-color: #fff6a4;
    cursor: pointer;
}

.payment-history thead th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    padding: 8px;
}

.payment-history thead th.value,
.payment-history tbody td.value {
    text-align: right;
}

.payment-history tbody td.action-container {
    width: 8em;
}

.payment-history tbody tr td {
    padding: 8px;
}

.payment-history tbody tr:nth-child(2n) {
    background-color: #f0f0f0;
}

.payment-history .pagination {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment-history .pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 16px;
}

.payment-history .pagination a.disable {
    color: #bbb;
    cursor: default;
}

.subs-icon {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.no-margin {
    margin: 0 !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mtb-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.p-15 {
    padding: 15px !important;
}

.rounded {
    border-radius: 6px;
}

.circle {
    border-radius: 50%;
}

.shadow {
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.02);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.02);
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

select.timezone {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    border-radius: 6px;
    padding: 15px 16px;
    font-size: 14px;
    background-color: #f2f2f2;
    height: auto;
}

input[type="checkbox"] {
    width: auto;
}

.label-timezone {
    max-width: 167px;
}

.action-timezone {
    max-width: 80px;
}

.form-general h4 {
    color: #1A83C7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hour-manage {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
}

.hour-manage .head {
    /* padding-bottom: 18px;
    border-bottom: 1px solid #c4c4c4;
    height: 36px; */
}

.circle {
    border-radius: 50%;
}

a,
a:active,
a:hover {
    text-decoration: none;
}

.btn-timezone {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid;
}

.text-center {
    text-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

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

.text-capitalize {
    text-transform: capitalize;
}

.text-grey {
    color: #A0A0A0;
}

.text-red {
    color: #ff3f3f;
}

.wpx-220 {
    width: 220px;
}

.wpx-350 {
    width: 350px;
}

.item-hour>input {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
}

.item-hour>span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.item-hour .btn-timezone.btn-timezone-add {
    display: none;
}

.item-hour:last-child .btn-timezone.btn-timezone-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.panel {
    background-color: #ffffff;
}

.panel-header {
    border-bottom: 1px solid #ddd;
}

.panel-body {
    padding: 15px;
}

.panel-color-info {
    background: #e4f8f4;
}

.list-tags {
    font-size: 12px;
}

.list-tags>li {
    list-style: none;
}

.list-tags>li:nth-child(odd) {
    background-color: #f2f2f2;
}

.list-tags>li:first-child {
    background-color: transparent;
}

.list-tags .item-tag {
    line-height: 48px;
    padding-left: 3px;
    padding-right: 3px;
}

.list-tags>li div {
    line-height: 1.6;
    padding: 10px;
    word-break: break-word;
}

.list-tags>li div:nth-child(2) {
    width: 100px;
    text-align: left;
}

input.input-tag {
    border: 1px solid #1abc9c;
    border-radius: 7px;
    height: 35px;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    word-break: break-all;
}

.no-padding {
    padding: 0;
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.show-password {
    position: absolute;
    right: 12px;
    top: 6px;
    color: #999;
    cursor: pointer;
}

.field-section.active .show-password {
    color: #333333;
}

p.detail-info {
    font-size: 12px;
    color: #39393a;
    margin-bottom: 18px;
    border-left: 3px solid #c4c4c4;
    padding-left: 12px;
}

p.detail-info.danger {
    color: #dd6868;
    padding-left: 0;
    border-left: none;
    margin-bottom: 18px;
}

table#list-command tr td {
    vertical-align: baseline;
    padding-top: 15px;
}

table#list-command tr td:nth-child(1) {
    word-break: break-all;
    width: 30%;
}

table#list-command tr td:nth-child(2) {
    word-break: break-all;
    width: 50%;
}

#agent-list-form {
    height: auto;
}

.row-badge>span {
    position: relative;
}

.row-badge>span.icon-small:hover>ul.channel-tip {
    display: block;
}

ul.channel-tip {
    position: absolute;
    top: 50px;
    right: -15px;
    min-width: 240px;
    background: #2c353b;
    border-radius: 4px;
    list-style: none;
    padding: 10px 18px;
    display: none;
    z-index: 1000;
}

ul.channel-tip::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-bottom: solid 8px #2c353b;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

ul.channel-tip>li {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.toggle-channel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    margin-right: 10px;
}

.toggle-channel>i {
    cursor: pointer;
}

ul.list-checked-channel {
    display: none;
    background: #FAFAFA;
    padding-left: 30px;
}

.cta-wa-broadcast {
    border-radius: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 32px;
    color: #555555;
}

.empty-state-broadcast {
    max-width: 280px;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 160px;
    font-size: 14px;
}

table.list-broadcast-template {
    width: 100%;
    font-size: 12px;
    border-spacing: 0;
}

table.list-broadcast-template tr>th,
table.list-broadcast-template tr>td {
    padding: 12px 8px;
    font-size: 12px;
}

table.list-broadcast-template tr>th {
    border-bottom: 1px solid #dfdfdf;
    color: #bdbdbd;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

table.list-broadcast-template tr>td {
    vertical-align: baseline;
    border-bottom: 1px solid #f3f3f3;
}

table.list-broadcast-template td.status {
    min-width: 100px;
    text-transform: capitalize;
}

table.list-broadcast-template td.content {
    min-width: 260px;
}

table.list-broadcast-template td.channel {
    min-width: 130px;
}

table.list-broadcast-template td.act {
    min-width: 100px;
}

table.list-broadcast-template tr>td>a {
    font-size: 12px;
}

.btm-status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}

.btm-status.approved {
    background: #1A83C7;
}

.btm-status.rejected {
    background: #eb5757;
}

.btm-status.waiting {
    background: #007bff;
}

.btm-status.pending {
    background: #f7bf31;
}

.preview-file {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px dashed #c0c0c0;
    background: transparent;
    padding: 20px;
    height: auto;
    border-radius: 8px;
}

.preview-file>a {
    color: #eb5757;
}

.preview-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preview-file-text {
    font-size: 14px;
}

.summary-logs label {
    margin-bottom: 0;
    font-size: 14px;
}

.summary-logs {
    line-height: 21px;
}

label.summary-label {
    width: 164px;
    color: rgba(94, 107, 125, 0.6);
}

label.summary-value {
    margin-left: 24px;
    color: #5e6b7d;
    font-weight: 600;
}

label.responder {
    color: #1A83C7;
}

td.agent-division {
    position: relative;
}

td.agent-division>div {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
}

@media (min-width: 1400px) {
    td.agent-division>div {
        max-width: 200px;
    }
}

td.agent-division ul.channel-tip {
    right: unset;
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%);
}

td.agent-division:hover ul.channel-tip {
    visibility: visible;
    opacity: 1;
    display: block;
}

textarea:disabled {
    color: #999999 !important;
}

.hide {
    display: none !important;
}

.action a.upgrade-plan {
    color: #fff;
}

.action a.payment-method-btn {
    display: none;
}

a.button-cancel,
a.button-save {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

a.button-cancel {
    color: #EB5757;
}

a.button-save.disabled {
    cursor: default;
    color: #C4C4C4;
}

.swal2-cancel.error {
    background: transparent !important;
    border: 1px solid #EE5757 !important;
    color: #EE5757 !important;
}

.empty-div-chat {
    height: 550px;
    background-color: white;
}

.empty-div-chat img {
    height: 80px;
    margin-bottom: 30px;
}