/* *, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #555555;
} */


/* 
h2, h3 {
  line-height: 1.3;
}

p {
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: #1A83C7;
}

ul {
  list-style: none;
}

[v-cloak] {
  display: none;
}

.hide {
  display: none !important;
}

.default-color {
  color: #2eaf98;
}

button, .button {
  text-align: center;
  background: #1A83C7;
  border: 1px solid transparent;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 24px !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  text-decoration: none;
}

button.squircle, .button.squircle {
  border-radius: 4px !important;
}

.button-border {
  background: transparent;
  border: 1px solid #1A83C7;
  color: #1A83C7;
}

.button-border-grey {
  background: transparent;
  border: 1px solid #C4C4C4;
  color: #C4C4C4;
}

.button-bg-grey {
  background: #F2F2F6;
  color: #555555;
}

.button.button-flat {
  background: transparent;
  border: 0;
  color: #1A83C7;
}

button.button-danger, .button.button-danger {
  background: #ff4d4d;
  border: 0;
  color: #fff;
}

.bordered-grey {
  border: 1px solid #c4c4c4;
  background: #ffffff;
  color: #c4c4c4;
}

button:focus, .button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.button.button-disabled, button[disabled] {
  background: #F2F2F2;
  color: #C4C4C4;
  cursor: auto;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-group button {
  padding: 10px 16px;
  border-radius: 0 !important;
}

.button-group button:first-child {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  border-right: none;
}

.button-group button:last-child {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-left: none;
}

input, select, textarea, div.input {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  width: 100%;
  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;
}

textarea {
  resize: none;
}

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

input[readonly], textarea[readonly], select[disabled] {
  background: #f2f2f2;
}

.stripe-element {
  border: 1px solid #01416C;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  letter-spacing: -0.011em;
  color: #01416C;
  background-color: #fff;
}

.stripe-element input {
  border-radius: 0;
}

#stripe__error {
  color: #fff;
  background-color: #ff4d4d;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 24px;
  font-size: 14px;
  display: none;
}

#stripe__error.stripe__error--open {
  display: block;
}

.relative {
  position: relative;
} */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-input-placeholder {
    color: #c4c4c4;
}

::-moz-placeholder {
    color: #c4c4c4;
}

:-ms-input-placeholder {
    color: #c4c4c4;
}

::-ms-input-placeholder {
    color: #c4c4c4;
}

::placeholder {
    color: #c4c4c4;
}

:-ms-input-placeholder {
    color: #c4c4c4;
}

::-ms-input-placeholder {
    color: #c4c4c4;
}

.app-sidebar {
    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: 0;
    -ms-flex: 0 4rem;
    flex: 0 4rem;
    background: #FFFFFF;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    z-index: 2;
    border-right: 2px solid #F0F0F0;
}

.app-sidebar__upper,
.app-sidebar__lower {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.app-sidebar__lower {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.app-sidebar .icon {
    color: #fff;
    font-size: 9px;
    text-align: center;
}

.sidebar-avatar {
    position: relative;
    /* margin-bottom: 0.50rem; */
    margin-left: -1.1px;
    margin-top: -0.75rem;
}

.btn-chat-online {
    border-radius: 6px;
    margin-top: -4px;
    font-size: 0.75rem;
}

.online-alert {
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 9px;
    border-bottom: 1px solid #D9D9D9;
}

.online-alert-chat {
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
}

span#connect-to-mobile {
    padding-top: 52px;
}

span#logout_btn {
    margin-bottom: 25px;
}

.switch,
.mobile-switch {
    height: 24px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 44px;
    -webkit-box-flex: 0;
    -ms-flex: 0 44px;
    flex: 0 44px;
    margin-left: 32px;
    position: relative;
    cursor: pointer;
}

.switch:before,
.mobile-switch::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.switch.disabled {
    cursor: default;
}

.switch.switch-on,
.switch.switch--on,
.mobile-switch.switch--on {
    background: #1A83C7;
}

.switch.switch-on:before,
.switch.switch--on:before,
.mobile-switch.switch--on:before {
    background: #ffffff;
    left: auto;
    right: 2px;
    -webkit-box-shadow: 0px 1px 4px rgba(97, 86, 86, 0.194124);
    box-shadow: 0px 1px 4px rgba(97, 86, 86, 0.194124);
}

.all-container>.notification {
    display: none;
    background-color: #fff6a4;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all-container>.notification>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97%;
    float: left;
}

.all-container>.notification span b {
    color: #ff5959;
}

.all-container>.notification a {
    margin: 0 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 120px;
    flex: 0 120px;
    background-color: transparent;
    border: 1px solid #1A83C7;
    line-height: 32px;
    border-radius: 16px;
    color: #1A83C7;
    -webkit-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    cursor: pointer;
    text-transform: none;
    padding: 0;
    text-align: center;
}

.all-container>.notification button:hover {
    background-color: #1A83C7;
    color: #fff;
}

.all-container>.notification i {
    justify-self: flex-end;
    margin: 13px 24px;
    margin-left: 0;
    cursor: pointer;
    -webkit-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
}

.all-container>.notification i:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.all-container>.material-icon button {
    -webkit-box-flex: 0;
    -ms-flex: 0 100px;
    flex: 0 100px;
}


/* width */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 4px;
    width: 8px;
    height: 8px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.icon {
    height: 45px;
    width: 60px;
    background: #ffffff;
    margin: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.icon.inbox {
    background: url("/assets/images/svg/bx-chat.svg") no-repeat top;
    background-size: 28px;
    opacity: 0.7;
    margin-top: 20px;
}

.icon.inbox.inbox-notif {
    background: url("/assets/images/svg/bx-chat.svg") no-repeat center;
    background-size: 28px;
    position: relative;
}

.icon.inbox.inbox-notif:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: #da3f3f;
    border-radius: 50%;
    position: absolute;
    top: 27px;
    right: 11px;
}

.icon.outbound {
    background: url("/img/outbound.svg") no-repeat top;
    background-size: 28px;
    opacity: 0.7;
    margin-top: 20px;
}

.icon.integration {
    background: url("/img/integration.svg") no-repeat top;
    background-size: 28px;
    opacity: 0.7;
}

.icon.analytics {
    background: url("/img/analytic.svg") no-repeat top;
    background-size: 28px;
    opacity: 0.7;
}

.icon.settings {
    background: url("/img/setting.svg") no-repeat top;
    background-size: 28px;
    opacity: 0.7;
}

.icon.logout {
    background: url("/img/logout.svg") no-repeat top;
    background-size: 28px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.icon.phone {
    background: url("/img/mobile.svg") no-repeat top;
    background-size: 28px;
    opacity: 0.7;
}

.icon.help {
    background: url("/img/help.svg") no-repeat top;
    background-size: 28px;
    opacity: 0.7;
}

.icon.inbox.active,
.icon.inbox:hover,
.icon.outbound.active,
.icon.outbound:hover,
.icon.integration:hover,
.icon.integration.active,
.icon.analytics:hover,
.icon.analytics.active,
.icon.settings:hover,
.icon.settings.active,
.icon.phone:hover,
.icon.logout:hover,
.icon.help:hover {
    opacity: 1;
}

.menu-admin {
    display: none;
}

.menu-agent {
    display: none;
}

.loading-gif {
    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;
    padding: 20px;
}

.loading-gif img {
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    .integration-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .channels {
        -webkit-box-flex: 0;
        -ms-flex: 0 40vh;
        flex: 0 40vh;
    }
}


/* 
.checkbox {
  position: absolute;
  opacity: 0;
}

.checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.checkbox+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #1A83C7;
  border-radius: 4px;
}

.checkbox.radio+label:before {
  border-radius: 50%;
  border-width: 2px;
}

.checkbox:checked+label:before {
  background: #1A83C7;
}

.checkbox.radio:checked+label:before {
  background: #ffffff;
  border-width: 6px;
}

.checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.checkbox:disabled+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox.radio:checked+label:after {
  left: 0 !important;
  width: 0;
  height: 0;
} */

.swal2-popup {
    font-family: "Poppins", sans-serif !important;
}

.swal2-popup .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    min-width: auto !important;
    border: 4px solid transparent !important;
    padding: inherit !important;
    background: transparent !important;
    border-left-color: #1A83C7 !important;
    border-right-color: #1A83C7 !important;
}

.swal2-popup .swal2-buttonswrapper.swal2-loading {
    margin: 15px 0;
}

button.swal2-confirm {
    background: #1A83C7;
}

.swal2-popup .swal2-content {
    font-size: 14px !important;
    color: #595959 !important;
    line-height: 1.5em !important;
}

.swal2-popup .swal2-title {
    font-size: 24px !important;
    color: #595959 !important;
    line-height: 1.5em !important;
}

.modal-shade {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9000;
}

.transfer-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    max-height: 90%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0 5px 17px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 24px 32px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9001;
    font-size: 14px;
}

.transfer-modal p {
    font-size: 14px;
    margin-bottom: 12px;
}

.transfer-modal .agent-header {
    padding: 12px 12px 12px 23px;
    border-bottom: 1px solid #e3e3e3;
}

.transfer-modal .agent-loader {
    padding: 12px 12px 12px 23px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

.transfer-modal .agent-loader>div {
    margin: auto;
    font-size: 12px;
    padding: 2px 12px;
    display: inline-block;
    cursor: default;
}

.transfer-modal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 300px;
}

.transfer-modal li {
    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;
    border-bottom: 1px solid #e3e3e3;
    padding: 12px;
}

.transfer-modal li.agent-row:hover,
.transfer-modal li.agent-row.active {
    background: #1A83C7;
    cursor: pointer;
    padding: 12px;
}

.transfer-modal li span:nth-child(1) {
    color: #4f4f4f;
}

.transfer-modal li span:nth-child(2) {
    word-break: break-word;
    white-space: pre-line;
}

.transfer-modal li span {
    color: rgba(0, 0, 0, 0.45);
    display: block;
    line-height: 1.5em;
    max-width: 250px;
}

.transfer-modal li:hover span:nth-child(1),
.transfer-modal li.active span:nth-child(1),
.transfer-modal li:hover>div:nth-child(2),
.transfer-modal li.active>div:nth-child(2) {
    font-weight: bold;
}

.transfer-modal li:hover span,
.transfer-modal li.active span,
.transfer-modal li:hover div,
.transfer-modal li.active div {
    color: #fff !important;
}

.transfer-agent-filter {
    background: #ffffff url(/img/magnifying-glass.png) no-repeat 16px 8px;
    -webkit-box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.07);
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 10px 10px 10px 45px;
    color: #8c8c8c;
}

.transfer-modal h3 {
    color: #595959;
    font-size: 24px;
    margin-bottom: 15px;
}

.loading-agents-indicator {
    text-align: center;
    -webkit-box-shadow: 0 5px 17px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px;
    margin: 10px auto;
}

.transfer-modal-action span:nth-child(1) {
    background: white;
    color: #1A83C7;
    border: 1px solid #1A83C7;
    margin-right: 20px;
}

.transfer-modal-action span {
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    background: #c4c4c4;
    padding: 10px 20px;
    color: #fff;
    margin-top: 15px;
}

.transfer-modal-action span.active {
    background: #1A83C7;
}

.transfer-modal-action {
    text-align: center;
    padding-bottom: 12px;
}

.transfer-modal-agents {
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.07);
    box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.07);
    border-radius: 6px;
}

.illustration {
    height: 170px;
    padding-top: 29px;
}


/* 
.progress-bar {
  width: 287px;
  margin: 0 auto;
}

.progress-bar-base {
  width: 287px;
  height: 16px;
  overflow: hidden;
  background: #e7eff7;
  border-radius: 4px;
  margin-bottom: 10px;
} */

.agent-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
}

.agent-avatar {
    min-width: 80px;
    height: 60px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.agent-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.agent-avatar small {
    font-size: 10px;
    margin-top: 7px;
}


/* Mailbox animation */

.container {
    width: 400px;
    margin: 50px auto;
}

.transfer-animation-container {
    position: relative;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.paperplane {
    position: absolute;
    top: 20px;
    left: 0;
}

.mailbox *,
.mailbox *:before,
.mailbox *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mailbox {
    width: 121px;
    height: 88px;
    position: relative;
}

.mailbox__back {
    width: 97px;
    height: 59px;
    background: #6fcf97;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mailbox__door,
.mailbox__lid {
    width: 36px;
    height: 51px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 2px;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
    border-radius: 30px 30px 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mailbox__lid {
    background: #63b485;
    -webkit-transform: skewX(70deg) translateY(3px);
    -ms-transform: skewX(70deg) translateY(3px);
    transform: skewX(70deg) translateY(3px);
    height: 4px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 0.32s cubic-bezier(0.7, 0.5, 0.3, 1);
    -o-transition: all 0.32s cubic-bezier(0.7, 0.5, 0.3, 1);
    transition: all 0.32s cubic-bezier(0.7, 0.5, 0.3, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: closeLid ease 2s;
    animation: closeLid ease 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.mailbox__lid.mailbox__lid--closed {
    height: 51px;
    -webkit-transform: skewX(0deg) rotateX(0deg) translateX(3px);
    transform: skewX(0deg) rotateX(0deg) translateX(3px);
}

.mailbox__shade {
    height: 70%;
    width: 58px;
    background: #63b485;
    -webkit-transform: translate(37px, 17px);
    -ms-transform: translate(37px, 17px);
    transform: translate(37px, 17px);
}

.mailbox__base {
    background: rgba(0, 0, 0, 0.45);
    border-right: 9px solid #c4c4c4;
    width: 19px;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.paperplane {
    -webkit-animation: flyToMailbox linear 2s;
    animation: flyToMailbox linear 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-webkit-keyframes flyToMailbox {
    0% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) scaleX(1) scaleY(1);
        transform: translate(0px, 0px) scaleX(1) scaleY(1);
    }
    50% {
        opacity: 0.741049395561118;
        -webkit-transform: translate(150px, 0px) scaleX(0.65) scaleY(0.65);
        transform: translate(150px, 0px) scaleX(0.65) scaleY(0.65);
    }
    70% {
        opacity: 0.6;
        -webkit-transform: translate(250px, 0px) scaleX(0.5) scaleY(0.5);
        transform: translate(250px, 0px) scaleX(0.5) scaleY(0.5);
    }
    80% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px) scaleX(0.3) scaleY(0.3);
        transform: translate(300px, 0px) scaleX(0.3) scaleY(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px) scaleX(0.3) scaleY(0.3);
        transform: translate(300px, 0px) scaleX(0.3) scaleY(0.3);
    }
}

@keyframes flyToMailbox {
    0% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) scaleX(1) scaleY(1);
        transform: translate(0px, 0px) scaleX(1) scaleY(1);
    }
    50% {
        opacity: 0.741049395561118;
        -webkit-transform: translate(150px, 0px) scaleX(0.65) scaleY(0.65);
        transform: translate(150px, 0px) scaleX(0.65) scaleY(0.65);
    }
    70% {
        opacity: 0.6;
        -webkit-transform: translate(250px, 0px) scaleX(0.5) scaleY(0.5);
        transform: translate(250px, 0px) scaleX(0.5) scaleY(0.5);
    }
    80% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px) scaleX(0.3) scaleY(0.3);
        transform: translate(300px, 0px) scaleX(0.3) scaleY(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px) scaleX(0.3) scaleY(0.3);
        transform: translate(300px, 0px) scaleX(0.3) scaleY(0.3);
    }
}

@-webkit-keyframes closeLid {
    0% {
        height: 4px;
        -webkit-transform: skewX(70deg) translateY(3px);
        transform: skewX(70deg) translateY(3px);
    }
    70% {
        height: 4px;
        -webkit-transform: skewX(70deg) translateY(3px);
        transform: skewX(70deg) translateY(3px);
    }
    95% {
        height: 51px;
        -webkit-transform: skewX(0deg) rotateX(0deg) translateX(3px);
        transform: skewX(0deg) rotateX(0deg) translateX(3px);
    }
    100% {
        height: 4px;
        -webkit-transform: skewX(70deg) translateY(3px);
        transform: skewX(70deg) translateY(3px);
    }
}

@keyframes closeLid {
    0% {
        height: 4px;
        -webkit-transform: skewX(70deg) translateY(3px);
        transform: skewX(70deg) translateY(3px);
    }
    70% {
        height: 4px;
        -webkit-transform: skewX(70deg) translateY(3px);
        transform: skewX(70deg) translateY(3px);
    }
    95% {
        height: 51px;
        -webkit-transform: skewX(0deg) rotateX(0deg) translateX(3px);
        transform: skewX(0deg) rotateX(0deg) translateX(3px);
    }
    100% {
        height: 4px;
        -webkit-transform: skewX(70deg) translateY(3px);
        transform: skewX(70deg) translateY(3px);
    }
}

.card {
    /* -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;
  padding: 16px;
  background-color: #ffffff; */
}

.card.preview-content {
    background-color: #e5ddd5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 200px;
    overflow-y: auto;
}

#textarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    resize: none;
    width: 100%;
    color: #555555;
    outline: none;
    font-size: 14px;
    letter-spacing: -0.006em;
    line-height: 21px;
    padding: 0;
}

.format-hsm-content {
    background: #ffffff;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.format-hsm-content>* {
    cursor: pointer;
}

.format-hsm-content>i {
    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;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    border-right: 1px solid #eceff1;
    color: #727272;
}

.format-hsm-content .add-variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    opacity: 0.4;
    cursor: default;
}

.format-hsm-content .add-variable.active {
    opacity: 1;
    cursor: pointer;
}

.format-hsm-content small {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.hsm-preview {
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    line-height: 21px;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    word-break: break-word;
    white-space: pre-wrap;
    letter-spacing: -0.006em;
    margin-bottom: 4px;
}

.hsm-preview-time {
    font-size: 14px;
    color: #8b9c7e;
    line-height: 21px;
    margin-right: 10px;
    margin-top: 16px;
    -ms-flex-item-align: self-end;
    -ms-grid-row-align: self-end;
    align-self: self-end;
}

.hsm-status {
    min-width: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: 8px;
}

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

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

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

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

.hsm_content_info {
    float: right;
    right: 0px;
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 0 !important;
}

.hsm_content_info_tooltip {
    visibility: hidden;
    padding: 11px 16px;
    position: relative;
    width: 301px;
    background: #2c353b;
    border-radius: 4px;
    display: block;
    top: -42px;
    right: 316px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    word-break: break-word;
}

.hsm_content_info_tooltip::after {
    content: "";
    position: absolute;
    top: 16px;
    right: -20px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #2c353b;
}

.hsm_content_info:hover .hsm_content_info_tooltip {
    visibility: visible;
    opacity: 1;
}

.text-ellipsis {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
}

.text-badge-bot {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70px;
}

.error {
    color: #eb5757;
}

.info-error {
    background: #EB5757;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.suggestions {
    position: absolute;
    width: 100%;
    max-height: 220px;
    list-style: none;
    padding: 0;
    margin: 0 0 50px 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);
    overflow: auto;
    z-index: 1000;
}

.suggestions-item {
    padding: 12px 26px;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    cursor: pointer;
}

.suggestions-item:hover {
    background: #f2f2f6;
}

.hsm-category {
    list-style: none;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-category {
    position: relative;
    width: 112px;
    height: 112px;
    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: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 30px 10px 16px 10px;
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    border: 1px solid transparent;
}

.item-category.active {
    border-color: #1A83C7;
    background: #f2f2f6;
}

.item-category>img {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.item-category>span {
    width: 100%;
    height: 30px;
}

.item-category-info {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
}

.item-category .hsm_content_info_tooltip.top-left {
    top: 26px;
    left: -13px;
    right: auto;
    position: absolute;
    z-index: 1;
    max-width: 180px;
    text-align: left;
}

.hsm_content_info_tooltip.top-left::after {
    top: -18px;
    right: auto;
    left: 10px;
    margin-left: 0;
    border-color: transparent transparent #2c353b transparent;
}

.item-category-info:hover .hsm_content_info_tooltip.top-left {
    visibility: visible;
    opacity: 1;
}

.group-language {
    background: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(51, 51, 51, 0.07) 0px 7px 17px;
    box-shadow: rgba(51, 51, 51, 0.07) 0px 7px 17px;
    border-radius: 6px;
}

.group-language .selected-language {
    padding: 14px 14px 0px;
}

.group-language .selected-language .selected-item-language {
    background: rgb(242, 242, 246);
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: rgb(85, 85, 85);
    height: 34px;
    cursor: pointer;
}

.group-language .selected-language .selected-item-language.cursor-default {
    cursor: default;
}

.group-language .selected-language .selected-item-language.active {
    background: #1A83C7;
    color: #ffffff;
}

.group-language .selected-language .selected-item-language>div {
    border-right: 1px solid #ffffff;
    padding: 8px 14px;
    height: 34px;
}

.group-language .selected-language .selected-item-language.active>span>svg>rect {
    fill: #ffffff;
}

.label-language {
    background: #f2f2f6;
    border-radius: 4px;
    padding: 5px;
    color: #5e6b7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px;
    margin-bottom: 6px;
}

.alert-broadcast-msg>.bm-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #595959;
}

.alert-broadcast-msg>.bm-body {
    margin-bottom: 18px;
    background: #ffecb0;
    padding: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #856919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.alert-broadcast-msg>.bm-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.alert-broadcast-msg>.bm-text>span {
    font-weight: bold;
    font-size: 14px;
    color: #1A83C7;
    line-height: 21px;
}


/* 
.form-group {
  margin-bottom: 24px;
}

.form-group>label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 12px;
  word-break: break-all;
}

.form-group>input, .form-group>select {
  height: 40px;
} */

.pre {
    white-space: pre-wrap;
}

.devider {
    border-top: 1px solid #DFDFDF;
    margin: 24px 0;
}

.detail-box {
    border: 1px solid #1A83C7;
}

.popover {
    min-width: 266px;
    min-height: 80px;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 4px;
    top: 20px;
    left: 58px;
    -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
}

.company {
    margin-top: 20px;
    width: 60px;
    text-align: center;
}

.company-body {
    padding: 12px 16px;
}

.company-body::after {
    top: 8px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #FFFFFF;
    border-width: 7px;
    margin-left: -14px;
}

.company-logo {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    margin-right: 12px;
    left: 58px;
    top: 20px;
}

.company-name {
    max-width: 190px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    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;
}

.company-powered {
    color: #333333;
    font-size: 10px;
    text-shadow: 0px -1px 8px rgba(121, 121, 121, 0.06);
    border-top: 1px solid #F0F0F0;
    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;
    padding-top: 5px;
    padding-bottom: 5px;
}

img,
.barachat-file-container a {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}


/* contente slide */

.slide-from-right-enter,
.slide-from-right-leave-to {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}

.slide-from-right-enter-to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-from-right-enter-active,
.slide-from-right-leave-active {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-from-left-enter,
.slide-from-left-leave-to {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
}

.slide-from-left-enter-to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-from-left-enter-active,
.slide-from-left-leave-active {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* end contente slide */


/* 
table {
  border-spacing: 0;
} */

.form-create-deals .form-group .required.text-danger {
    font-size: 12px;
    position: absolute;
    right: 15px;
    /* margin-top: -25px; */
}

/* .form-create-deals .form-group label {
    float: left;
} */

.unread-ball {
    position: fixed;
    bottom: 6rem;
    right: 26rem;
}

.unread-ball-badge {
    position: absolute;
    margin-left: -2px;
}

.unread-ball-count {
    width: max-content;
    border-radius: 10px;
    height: 19px;
}

.chatarea-normal {
    /* height: calc(100vh - 284px); */
    padding-bottom: 3rem !important;
}

.chatarea-email {
    /* height: calc(100vh - 496px); */
    padding-bottom: 3rem !important;
}