[v-cloak] {
  display: none !important;
}

*,
*: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;
  font-size: 14px;
  line-height: 19.6px;
}

h2,
h3,
h4 {
  color: #0a0a0a;
  line-height: 1.3;
}

p {
  line-height: 22px;
  letter-spacing: -0.006em;
}

a {
  text-decoration: none;
  color: #27b199;
}

ul {
  list-style: none;
}

.hide {
  display: none !important;
}

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

button,
.button {
  font-family: "Inter", sans-serif !important;
  text-align: center;
  background: #27b199;
  border: 0;
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 64px !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 20px;
  outline: none;
  text-decoration: none;
}

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

button.block {
  border-radius: 6px !important;
  width: 100%;
}

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

.button-border:disabled {
  background: var(--c-disable) !important;
  cursor: not-allowed;
}

.button-border.danger {
  border-color: #f26e6e !important;
  color: #f26e6e !important;
}

.button-border.square {
  border-radius: 2px !important;
  border: 2px solid !important;
  padding: 3px;
  height: 24px;
  width: 24px;
}

.button-border.square i {
  font-size: 15px;
}

.button-squaretab {
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background: transparent;
  border-radius: 8px !important;
  -webkit-box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
  box-shadow: 0px 7px 17px rgba(51, 51, 51, 0.07);
  padding: 16px 24px;
  color: #555555;
  border: 1px solid transparent;
}

.button-squaretab.active {
  border: 1px solid #27b199;
  color: #27b199;
}

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

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

button.button-flat,
.button.button-flat {
  background: transparent;
  border: 0;
  color: #27b199;
}

button.button-danger,
.button.button-danger {
  background: #eb5757;
  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: #ececec;
  color: #a0a0a0;
  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;
}

.button--small {
  padding: 8px 18px;
  font-size: 12px !important;
}

input,
select,
textarea,
.input {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  width: 100%;
  color: #0a0a0a;
  padding: 12px 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px #0a0a0a1a;
  box-shadow: 0px 2px 8px 0px #0a0a0a1a;
  border-radius: 8px;
  border: 1px solid transparent;
  outline: none;
  font-size: 14px;
  line-height: 20px;
}

textarea {
  resize: none;
}

input.large,
.input.large {
  padding: 16px;
  line-height: 22px;
}

.field-section:has(span.new-show__password) input,
.form-group:has(svg.show-password) input {
  padding: 12px 38px 12px 16px !important;
}

.field-section:has(span.new-show__password) input[type="password"],
.form-group:has(svg.show-password) input[type="password"] {
  font-family: initial !important;
}

.field-section:has(span.new-show__password)
  input[type="password"]::-webkit-input-placeholder,
.form-group:has(svg.show-password)
  input[type="password"]::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
}

.field-section:has(span.new-show__password)
  input[type="password"]::-moz-placeholder,
.form-group:has(svg.show-password) input[type="password"]::-moz-placeholder {
  font-family: "Inter", sans-serif;
}

.field-section:has(span.new-show__password)
  input[type="password"]:-ms-input-placeholder,
.form-group:has(svg.show-password)
  input[type="password"]:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
}

.field-section:has(span.new-show__password)
  input[type="password"]::-ms-input-placeholder,
.form-group:has(svg.show-password)
  input[type="password"]::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
}

.field-section:has(span.new-show__password) input[type="password"]::placeholder,
.form-group:has(svg.show-password) input[type="password"]::placeholder {
  font-family: "Inter", sans-serif;
}

.field-section:has(span.new-show__password) input[type="password"]::-ms-reveal,
.field-section:has(span.new-show__password) input[type="password"]::-ms-clear,
.form-group:has(svg.show-password) input[type="password"]::-ms-reveal,
.form-group:has(svg.show-password) input[type="password"]::-ms-clear {
  display: none;
}

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

input[readonly],
textarea[readonly],
select[disabled] {
  background: #ececec;
  color: #a0a0a0;
}

.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: #f26e6e;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 24px;
  font-size: 14px;
  display: none;
}

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

.relative {
  position: relative !important;
}

::-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-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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: #27b199;
  -webkit-box-shadow: 4px 0px 7px rgba(49, 53, 59, 0.09);
  box-shadow: 4px 0px 7px rgba(49, 53, 59, 0.09);
  border-radius: 0 1rem 1rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
  -webkit-transition: all 500ms linear;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  left: 0;
  width: 64px;
  position: absolute;
  height: 100%;
  overflow: hidden auto;
}

.app-sidebar .wrapper-icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.app-sidebar .wrapper-icon svg {
  width: 24px;
  height: 28px;
}

.toggle-sidebar:hover {
  position: absolute;
  height: 100%;
  width: 270px;
}

.min-width-64 {
  min-width: 64px;
}

.toggle-sidebar {
  min-width: 270px;
}

.app-sidebar .app-sidebar__upper,
.app-sidebar .app-sidebar__lower {
  width: 64px;
  padding-top: 10px;
}

.app-sidebar .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-sidebar .company img {
  max-width: 30px;
  max-height: 30px;
  width: auto;
  height: auto;
}

.hide-scroll {
  overflow-y: hidden;
}

.toggle-sidebar:hover .company {
  padding-left: 19px;
  width: auto;
}

.app-sidebar .icon span,
.app-sidebar .company span,
.app-sidebar .powered img {
  display: none;
}

.app-sidebar .icon.active {
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle-sidebar .icon:hover {
  width: 90%;
  border-radius: 0 30px 30px 0;
  padding: 0px 1rem 0px 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.toggle-sidebar:hover .icon {
  padding-left: 20px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 90%;
}

.toggle-sidebar:hover .icon:hover {
  width: 90%;
  border-radius: 0 40px 40px 0;
  padding: 0px 1rem 0px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle-sidebar:hover .icon.active {
  width: 90%;
  border-radius: 0 40px 40px 0;
  padding: 0px 1rem 0px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle-sidebar:hover .icon.active span {
  color: #27b199;
}

.toggle-sidebar:hover .icon.active:hover span {
  color: #ffffff;
}

.toggle-sidebar .setting.icon.active:hover svg circle,
.toggle-sidebar .setting.icon.active:hover svg path,
.app-sidebar .setting.icon.active svg circle.circle-white,
.app-sidebar .setting.icon.active svg path.circle-white {
  fill: #ffffff;
}

.app-sidebar .setting.icon.active:hover svg circle,
.app-sidebar .setting.icon.active:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.app-sidebar .setting.icon.active svg circle,
.app-sidebar .setting.icon.active svg path {
  fill: #27b199;
  stroke: #27b199;
}

.app-sidebar .setting.icon.active:hover svg .circle-white,
.app-sidebar .setting.icon.active:hover svg .circle-white {
  fill: #27b199;
}

.app-sidebar .icon.active svg path,
.app-sidebar .icon.active svg circle,
.app-sidebar .icon.active svg ellipse,
.app-sidebar .icon.active svg rect,
.app-sidebar .icon.active:hover svg path,
.app-sidebar .icon.active:hover svg circle,
.app-sidebar .icon.active:hover svg ellipse,
.app-sidebar .icon.active:hover svg rect {
  stroke: #ffffff;
}

.toggle-sidebar:hover .icon span {
  display: block;
  padding-left: 20px;
  line-height: 29px;
  font-size: 14px;
}

.toggle-sidebar:hover .company span {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 1rem;
  text-align: left;
  display: unset;
}

.app-sidebar .icon.active svg circle,
.app-sidebar .icon.active svg path,
.app-sidebar .icon.active svg ellipse,
.app-sidebar .icon.active svg rect {
  stroke: #27b199;
}

.toggle-sidebar:hover .app-sidebar__upper,
.toggle-sidebar:hover .app-sidebar__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 270px;
}

.toggle-sidebar:hover + .app-content {
  margin-left: 64px;
}

.toggle-sidebar:hover .app-sidebar__lower .icon:last-child {
  width: 100%;
  border-radius: 0px;
  height: 40px;
  padding-left: 0px;
}

.toggle-sidebar:hover .app-sidebar__lower .icon:last-child span {
  padding-left: 0px;
  font-size: 12px;
}

.toggle-sidebar:hover .app-sidebar__lower .icon:last-child:hover {
  padding-left: 1rem;
}

.app-sidebar .app-sidebar__lower .icon:last-child {
  height: 40px;
  margin: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0px;
  background: none;
}

.toggle-sidebar:hover .app-sidebar__lower .icon:last-child:hover {
  background: unset;
  border-radius: 0px;
  color: #ffffff;
  opacity: 1;
}

.powered,
.toggle-sidebar .powered img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.powered span {
  margin-right: 0.5rem;
}

.app-sidebar .app-sidebar__lower .collapse-ipad {
  display: none;
}

.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:hover {
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.app-sidebar .icon {
  color: #fff;
  font-size: 9px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 30px 30px 0;
}

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: #27b199;
}

.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);
}

.app-content {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  margin-left: 64px;
}

.all-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.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 #27b199;
  line-height: 32px;
  border-radius: 16px;
  color: #27b199;
  -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: #27b199;
  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: #ddd;
}

.icon {
  height: 40px;
  width: 60px;
  margin: 5px 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;
}

.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 {
    position: relative !important;
    -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 #27b199;
  border-radius: 4px;
}

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

.checkbox:checked + label:before {
  background: #27b199;
}

.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;
  border-color: #a0a0a0 !important;
  background: #ececec !important;
}

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

.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: "Inter", sans-serif !important;
  border-radius: 12px !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: #27b199 !important;
  border-right-color: #27b199 !important;
}

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

.swal2-popup .swal2-close {
  font-size: 24px !important;
  font-size: 32px !important;
  font-weight: normal !important;
}

.swal-custom-confirm .swal2-warning.swal2-icon {
  margin-top: 0;
  margin-bottom: 18px;
  color: #f6bf31;
  border-color: #f6bf31;
  height: 56px;
  width: 56px;
  line-height: 63px;
  font-size: 40px;
}

.swal-custom-confirm.buttonwrap--column .swal2-buttonswrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.swal-custom-confirm.buttonwrap--column .swal2-buttonswrapper > * {
  width: 100%;
}

.swal-custom-confirm.buttonwrap--column .swal2-buttonswrapper .swal2-confirm {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

button.swal2-confirm.w-100 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 100% !important;
  flex: 1 100% !important;
}

.swal2-popup .swal2-content {
  font-size: 14px !important;
  color: #565656 !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  letter-spacing: 0.07px;
}

.swal2-popup .swal2-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  line-height: 1.5em !important;
  margin-bottom: 12px !important;
}

.swal2-popup .swal2-image {
  margin-top: 0 !important;
  margin-bottom: 18px !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: #27b199;
  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: #27b199;
  border: 1px solid #27b199;
  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: #27b199;
}

.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 1px 6px rgba(49, 53, 59, 0.12); */
  /* box-shadow: 0px 1px 6px rgba(49, 53, 59, 0.12); */
  border-radius: 8px;
  padding: 18px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 24px 0px #33333312;
  box-shadow: 0px 8px 24px 0px #33333312;
}

.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: #27b199;
}

.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;
}

.hsm_content_info_tooltip.right {
  top: -42px;
  right: -40px;
  text-align: left;
}

.hsm_content_info_tooltip.right::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 300px; /* arrow on the left edge */
  border-width: 10px;
  border-style: solid;
  border-color: transparent #2c353b transparent transparent;
}

.text-ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.error {
  color: #eb5757;
}

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

.info-warning {
  background: #fff2d1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.005em;
}

.info-success {
  background: #e4f8f4;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.005em;
}

.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;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  line-height: 15px;
  padding: 14px 24px;
  margin-bottom: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  gap: 15%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-category > * {
  gap: 18px;
  font-size: 14px;
  line-height: 21px;
}

.item-category > div > div > span {
  color: #a0a0a0;
}

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

/* new */
.item-category-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  padding: 14px 24px;
  -webkit-box-shadow: 0px 7px 17px 0px #33333312;
  box-shadow: 0px 7px 17px 0px #33333312;
  border-radius: 6px;
  margin-bottom: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.item-category-new .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.item-category.active {
  border: 1px solid #27b199;
}

.item-category-new .body {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.item-category-new .body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  cursor: pointer;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.item-category-new .body span {
  color: #565656;
}

.item-category-new.active {
  border: 1px solid var(--c-primary-green-1, #27b199);
}

.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-block: 14px 8px;
  margin-inline: 14px;
}

.group-language .selected-language .selected-item-language {
  background: rgb(242, 242, 246);
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #0a0a0a;
  height: 32px;
  cursor: pointer;
  border: 1px solid #bfbfbf;
  padding: 6px 8px;
}

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

.group-language .selected-language .selected-item-language.active {
  background: #27b199;
  color: #ffffff;
  border: 1px solid #27b199;
}

.group-language .selected-language .selected-item-language > span {
  border-left: 1px solid #bfbfbf;
}

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

.label-language {
  background: #fafafa;
  border-radius: 6px;
  padding: 4px 8px 4px 8px;
  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;
  border: 1px solid #bfbfbf;
}

.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: 32px;
  background: #fff2d1;
  padding: 16px;
  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;
  border-radius: 8px !important;
}

.alert-broadcast-msg > .bm-body.error {
  background: #eb5757;
  color: #ffffff;
  padding: 20px 16px;
}

.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: #27b199;
  line-height: 21px;
}

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

label {
  font-size: 14px;
  color: #565656;
}

.form-group > label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #565656;
  margin-bottom: 12px;
  word-break: break-all;
}

.form-group > input.errors,
.form-group > select.errors {
  border: 1px solid var(--c-red-error, #eb5757);
}

.form-group > span.errors {
  color: var(--c-red-error, #eb5757);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.005em;

  margin-top: 8px;
}

.form-group select:invalid {
  color: var(--c-neutral-40, #a0a0a0) !important;
}

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

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

.detail-box {
  border: 1px solid #27b199;
  color: var(--font-c-subtitle);

  & .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    letter-spacing: -0.006em;
    color: var(--font-c-title, #0a0a0a);

    margin-bottom: 14px;
  }
}

.input-img-box {
  -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;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-img-box .input-img {
  position: relative;
}

.input-img-box .input-img > label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  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;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

input.input-link,
.input.input-link {
  color: var(--c-blue, #007bff);
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.input-img-box .input-img > label:hover {
  opacity: 1;
}

.box-icon-channel .head-icon-channel > label > span {
  font-size: 34px;
}

.input-img-box .input-img > input {
  display: none;
}

.input-img-box .input-img-text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  letter-spacing: 0.005em;
  color: #0a0a0a;
  margin-bottom: 4px;
}

.input-img-box .input-img-text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.006em;
  color: #565656;
}

.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: 5px 0;
  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,
.qcw-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.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s 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.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

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

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

.slide-short-right-enter-active,
.slide-short-right-leave-active,
.slide-short-left-enter-active,
.slide-short-left-leave-active {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* end contente slide */

table {
  border-spacing: 0;
}

.grey--text {
  color: #bdbdbd;
}

.small--text {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.font-weight-600 {
  font-weight: 600;
}

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

.text-italic {
  font-style: italic;
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-4 {
  gap: 4px;
}

a.link {
  color: var(--c-blue, #007bff);
  font-weight: 600;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
