@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
:root {
  --primary: $brand;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes boxShadowWaiting {
  0% {
    box-shadow: 0px 0px 20px 5px white;
  }
  50% {
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 20px 5px white;
  }
}
@keyframes boxShadowWaitingCurrent {
  0% {
    box-shadow: 0px 0px 20px 5px #1c75bc;
  }
  50% {
    box-shadow: 0px 0px 20px 5px rgba(28, 117, 188, 0);
  }
  100% {
    box-shadow: 0px 0px 20px 5px #1c75bc;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes pulse-main {
  0% {
    box-shadow: 0 0 0 0 #856dff;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes growAndBack {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
:root {
  --color-brand: #1c75bc;
  --color-secondary: #2f9f49;
  --color-ablue: #2699fb;
  --color-blue_light: #7cb7ff;
  --status-color-pending: #a5a5a5;
  --status-color-contact_later: #f9bd1a;
  --status-color-contacted: #f57b06;
  --status-color-done: #63a8f8;
  --status-color-failed: #ea4737;
  --status-color-in_progress: #B960F0;
  --status-color-sold: #2f9f49;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #f9f9f9;
  font-size: 15px;
}

*::before,
*::after {
  box-sizing: inherit;
}

*:focus {
  outline: none !important;
}

.none {
  display: none;
}

.pointer {
  cursor: pointer;
}

@media (max-width: 767px) {
  .hide_mobile {
    display: none;
  }
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

a {
  color: #856dff;
  text-decoration: none;
}
a:hover {
  color: #7054ff;
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.links-underline a {
  text-decoration: underline;
}

.oh-h {
  overflow-x: hidden;
}

.ov-h {
  overflow-y: hidden;
}

.ox-h {
  overflow: hidden;
}

.mh-0 {
  transition: max-height 0s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
}

.mh-a {
  transition: max-height 0s ease-in-out, opacity 1s ease-in-out;
  opacity: 1;
  max-height: 100vh;
}

.ty-off {
  transition: transform 1s ease-in-out;
  transform: translateY(-100vh);
  overflow: hidden;
  max-height: 0;
}

.ty-none {
  transition: transform 1s ease-in-out;
  transform: none;
  max-height: none;
}

.detail_signature svg {
  width: 150px;
  height: auto;
}

#landing.visible {
  overflow-y: auto;
}

.will__animate {
  opacity: 0;
  animation-duration: 2000ms;
}

.slideUp,
.slideDown {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.slideUp.visible,
.slideDown.visible {
  max-height: 99999999px;
}

.loader {
  text-align: center;
}
.loader.visible {
  max-height: 999px;
}
.loader#leads_loading_indicator {
  transition: none;
}

.social-login-links {
  text-align: center;
}
.social-login-links p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.social-login-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-login-links ul li {
  display: inline-block;
  margin: 0 0.35rem;
}
.social-login-links ul li a {
  color: #fff;
  font-size: 1rem;
  display: block;
  padding: 0.8rem;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}
.social-login-links ul li a i {
  margin-right: 0.5rem;
}
.social-login-links ul li a:hover {
  color: #fff;
  background-color: #333 !important;
}
.social-login-links ul li a#social_login_btn_google {
  background-color: #4285f4;
}
.social-login-links ul li a#social_login_btn_facebook {
  background-color: #4267b2;
}
.social-login-links ul li a#social_login_btn_linkedin {
  background-color: #0077b5;
}

.color_sq {
  width: 50px;
  height: 20px;
  background-color: var(--bg-color);
  border: 1px solid black;
  border-radius: 5px;
}

.guest_form_links {
  text-align: center;
}
.guest_form_links a {
  color: black;
  text-decoration: underline;
}

#slide_animation_wrapper {
  transition: height 0.5s ease-out;
  height: 0;
  overflow: hidden;
}

#scopes_list {
  list-style-position: inside;
  margin-left: 0;
}
#scopes_list li {
  text-transform: capitalize;
}

.numbered_step h5 {
  padding: 0.3rem;
  border-radius: 5px;
  background-color: #2f9f49;
  color: white;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-block;
}
.numbered_step h4 {
  text-transform: uppercase;
  font-size: 1.55rem;
  font-weight: 600;
}

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

.pr {
  position: relative;
}

.opacity0,
.transparent {
  opacity: 0;
}

.icon-spinning {
  animation: spin-animation 0.5s infinite;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
  text-align: right;
}

.ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #856dff;
  position: absolute;
  top: 17px;
  right: -29px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #856dff;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #856dff;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #856dff;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #856dff;
}

.btn_ico_only {
  background-color: black;
  color: white;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 26px;
  transform: scale(1) rotate(0);
  transition: 0.2s all ease-in-out;
}
.btn_ico_only:hover {
  transform: scale(1.1) rotate(-15deg);
  color: white;
  background-color: #856dff;
}

body {
  font-family: "Poppins", sans-serif;
}

.block_title {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.text-brand {
  color: #1c75bc;
}

.text-accent {
  color: #5372f0;
}

.char_count {
  text-align: right;
  font-size: 0.85rem;
}

.hideShowPassword-toggle {
  background: transparent;
  border: 0;
  border-radius: 0.25em;
  color: #888;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  top: 1rem !important;
}
.hideShowPassword-toggle:hover, .hideShowPassword-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

.pass-wrapper {
  margin-top: 5px;
}
.pass-wrapper > div {
  display: none;
}
.pass-wrapper span {
  font-style: italic;
}

.select_styled {
  border: 1px solid #1c75bc !important;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  cursor: pointer;
}

.form_admin .form-group {
  margin-bottom: 2rem;
}
.form_admin label {
  margin-bottom: 0.25rem;
}
.form_admin input,
.form_admin select,
.form_admin textarea {
  border: solid black;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0.2rem;
}
.form_admin input:focus, .form_admin input:active,
.form_admin select:focus,
.form_admin select:active,
.form_admin textarea:focus,
.form_admin textarea:active {
  background: transparent;
  box-shadow: none;
}
.form_admin textarea {
  min-height: 5rem;
}

form#tool_edit {
  text-align: left;
}

[contenteditable=true]:empty:before,
[data-has-contenteditable]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  /* For Firefox */
  opacity: 0.4;
}

.minh5 {
  min-height: 5rem;
}

.minh8 {
  min-height: 8rem;
}

.minh10 {
  min-height: 10rem;
}

.text-input-hint {
  margin-top: 0.5rem;
  font-size: 0.7rem;
}

.input_2fa_code {
  font-size: 3rem !important;
  text-align: center;
}

.character_count {
  text-align: right;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
.character_count .current {
  color: #2699fb;
}
.character_count .current.over_limit {
  color: red;
}
.character_count .char_count_separator {
  color: #dedede;
}
.character_count .max {
  color: #888;
}

.has-error .character_count .current {
  color: red;
}

.input-range-group {
  position: relative;
  margin-bottom: 0rem;
}
.input-range-group .input-range-descriptor {
  text-align: center;
  font-weight: 500;
  font-size: 0.8rem;
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
}
.input-range-group input {
  z-index: 1;
}
.input-range-group:before {
  content: "";
  width: 0px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: -5px;
  border-left: 2px solid #555;
  z-index: 0;
  margin-left: -1px;
}

.trait_slider small {
  font-style: italic;
}

#bulk_actions_wrapper {
  justify-content: end;
  display: flex;
  align-items: end;
  visibility: hidden;
}
#bulk_actions_wrapper .input-group {
  justify-content: end;
}
#bulk_actions_wrapper.visible {
  visibility: visible;
}
#bulk_actions_wrapper #bulk_action_select {
  max-width: 300px;
}

#pagination {
  display: none;
}
#pagination.visible {
  display: flex;
}
#pagination #pagination_count {
  text-align: left;
}
#pagination #pagination_container {
  margin: 0 0 40px;
  text-align: right;
}
#pagination #pagination_container ul {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
#pagination #pagination_container ul li {
  display: inline-block;
  margin: 0 0.25rem;
}
#pagination #pagination_container ul li span {
  display: block;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 0.1s all linear;
}
#pagination #pagination_container ul li span.current, #pagination #pagination_container ul li span:hover {
  background: #1c75bc;
  color: white;
}

#jk_pagination {
  margin: 40px 0;
}

.admin_table tr:hover td {
  background: #dedede;
}
.page_submenu nav ul {
  display: flex;
  list-style: none;
  gap: 15px;
  margin: 1rem 0 3rem 0;
  padding: 0;
}
.page_submenu nav ul li {
  border-radius: 4px;
  background-color: #fff;
}
.page_submenu nav ul li i {
  margin-right: 0.5rem;
  opacity: 1;
}
.page_submenu nav ul li:hover {
  background-color: black;
}
.page_submenu nav ul li:hover a {
  color: #fff;
}
.page_submenu nav ul li a {
  padding: 0.5rem 2rem;
  display: block;
  color: #333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page_submenu nav ul li a i {
    display: block;
    text-align: center;
    margin: 8px auto;
    opacity: 0.4;
  }
}
.page_submenu nav ul li.current {
  background-color: black;
}
.page_submenu nav ul li.current a {
  color: #fff;
}

.shortcut_block a {
  display: block;
  color: #222;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.shortcut_block a .shortcut_icon {
  display: block;
  text-align: center;
  color: black;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  flex-shrink: 0;
  transition: 0.2s all linear;
  opacity: 0.4;
}
.shortcut_block a .shortcut_icon i {
  margin-top: 11px;
  transition: 0.2s all ease-in-out;
}
.shortcut_block a .shortcut_data h6 {
  color: #111;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}
.shortcut_block a .shortcut_data p {
  color: #444;
  font-size: 0.7rem;
}
.shortcut_block a:hover .shortcut_icon {
  opacity: 1;
}
.shortcut_block a:hover .shortcut_data h6 {
  color: black;
}

header {
  padding: 40px 0;
}
header #header_logo svg {
  width: 150px;
  height: auto;
}

footer {
  padding: 40px 0;
}

#instance_status_bar {
  background-color: #856dff;
  color: white;
  z-index: 100000;
  position: relative;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 767px) {
  #instance_status_bar {
    font-size: 14px;
  }
}
#instance_status_bar a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

body.instance_status_payment_overdue #admin_sidebar #admin_sidebar_menu {
  padding-top: 120px;
}
body.instance_status_payment_overdue #admin_sidebar #admin_sidebar_interior #sidebar_toggler {
  top: 110px;
}
body.instance_status_payment_overdue #admin_sidebar #admin_sidebar_interior #folders_actions {
  top: 115px;
}

#admin_navbar {
  position: sticky;
}
#admin_navbar .alert {
  padding-top: 0;
  padding-bottom: 0;
}

#navbar_credits_indicator {
  font-size: 15px;
  font-weight: 400;
}
#navbar_credits_indicator svg {
  height: 20px;
  width: auto;
}
#navbar_credits_indicator[data-status=ok] {
  color: #18d2c0;
  border-color: #18d2c0;
}
#navbar_credits_indicator[data-status=ok] svg path, #navbar_credits_indicator[data-status=ok] svg circle {
  fill: #18d2c0 !important;
}
#navbar_credits_indicator[data-status=warning] {
  color: #f5ca0b;
  border-color: #f5ca0b;
}
#navbar_credits_indicator[data-status=warning] svg path, #navbar_credits_indicator[data-status=warning] svg circle {
  fill: #f5ca0b !important;
}
#navbar_credits_indicator[data-status=danger] {
  color: #f74666;
  border-color: #f74666;
}
#navbar_credits_indicator[data-status=danger] svg path, #navbar_credits_indicator[data-status=danger] svg circle {
  fill: #f74666 !important;
}
#navbar_credits_indicator[data-status=depleted] {
  color: #f74666;
  border-color: #f74666;
}
#navbar_credits_indicator[data-status=depleted] svg path, #navbar_credits_indicator[data-status=depleted] svg circle {
  fill: #f74666 !important;
}
#navbar_credits_indicator span {
  font-weight: 500;
}

#navbar_main_top {
  font-size: 15px;
  font-weight: 500;
}
#navbar_main_top .dropdown-item.active, #navbar_main_top .dropdown-item:active {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: #444;
}
#navbar_main_top .dropdown-item {
  font-size: 15px;
}

.current_time {
  color: #ccc;
  min-width: 300px;
  margin: 0;
}

.app_navbar {
  background: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  z-index: 10;
}
.app_navbar.with_shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.app_navbar.fixed-top {
  z-index: 50;
}
.app_navbar .app_logo svg {
  height: 25px;
  width: auto;
}
.app_navbar .app_logo img {
  height: 30px;
  width: auto;
}
.app_navbar .avatar_header {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dedede;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-right: 0.5rem;
}
.app_navbar ul.main_menu li {
  margin: 0 2rem;
}
@media (max-width: 767px) {
  .app_navbar ul.top_menu {
    text-align: left;
  }
  .app_navbar ul.top_menu li {
    margin: 0 auto 0 0 !important;
    padding: 0.4rem 0 0.4rem 1rem;
  }
  .app_navbar ul.top_menu li.button a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.app_navbar a.nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.app_navbar .navbar-toggler {
  border: none;
}

.nav_item_badge {
  position: absolute;
  right: 12%;
  top: -18%;
}

.navbar_icons_colored .dropdown-item {
  color: #444;
}
.navbar_icons_colored .dropdown-item i {
  margin-right: 0.5rem;
  color: #666;
  min-width: 25px;
}

body.admin {
  background: #f9f9f9;
  min-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
body.admin #admin_container_main {
  align-content: center;
  align-items: center;
}
body.admin #background_cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
body.admin #background_cover.show {
  display: block;
  z-index: -1;
}

body.public main {
  margin-top: 70px;
}

body > main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

body.body_api_layout main {
  margin-top: 0;
}
body.body_api_layout #logo_api {
  margin: 3rem auto;
}
body.body_api_layout #logo_api svg, body.body_api_layout #logo_api img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

.section_title {
  margin: 30px 0 20px;
}
.section_title h4 {
  color: black;
}
.section_title + .row_flash_block {
  margin-top: -20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.col_main_content .section_title + .row_flash_block {
  margin-top: 50px;
}

#header_help_button_wrapper #section_help_button {
  border: none;
  background-color: transparent;
  color: #1c75bc;
  font-size: 2.2rem;
  transition: 0.2s all linear;
}
#header_help_button_wrapper #section_help_button:hover {
  color: #5372f0;
}

#admin_head_container {
  margin: 15px auto 30px;
  background: linear-gradient(180deg, #F0F4FA 0%, rgba(237, 237, 237, 0) 100%), url("../svg/squares.svg") no-repeat 20px 20px;
  background-size: cover, 130px 130px;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.header_separator {
  margin-top: 40px;
}

body.error_page {
  background: #5372f0;
  color: white;
  text-align: center;
}
body.error_page .error_container {
  padding-top: 5rem;
}
body.error_page h5 {
  font-size: 11rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  body.error_page h5 {
    font-size: 7rem;
  }
}
body.error_page h4 {
  font-weight: 400;
}
body.error_page .buttons {
  margin-top: 50px;
}
body.error_page .buttons a {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  color: #5372f0;
  background: white;
  transition: 0.3s all linear;
}
body.error_page .buttons a:hover, body.error_page .buttons a:focus {
  color: #5372f0;
  text-decoration: none;
  background: white;
}

#side_modal_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.25s linear, z-index 0.25s linear;
  z-index: -1;
}
#side_modal_cover.visible {
  opacity: 1;
  z-index: 1030;
}

#side_modal {
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  z-index: 1040;
  border-color: white;
  border-left: 1px ridge #eee;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: opacity 0.5s linear, right 0.5s linear;
  width: 100%;
  max-width: 850px;
  height: 100%;
  transform: none;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  #side_modal {
    border-left: none;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 15px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#side_modal.hidden {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
#side_modal #side_modal_internal {
  position: relative;
  height: 100%;
}
#side_modal #sm_header {
  text-align: left;
  padding: 20px;
  position: relative;
  height: 80px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #side_modal #sm_header {
    padding: 10px;
  }
}
#side_modal #sm_header .title {
  margin-right: 80px;
}
#side_modal #sm_header .title h5 {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 1rem 0 0;
}
@media (max-width: 767px) {
  #side_modal #sm_header .title h5 {
    font-size: 1rem;
  }
}
#side_modal #sm_header span.dismiss {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 0.9rem;
  display: inline-block;
  transition: 0.2s all linear;
  color: #777;
  padding: 5px;
}
@media (max-width: 767px) {
  #side_modal #sm_header span.dismiss {
    right: 1.5rem;
    top: 1.5rem;
  }
}
#side_modal #sm_header span.dismiss:hover {
  cursor: pointer;
  color: #444;
}
#side_modal .contentarea {
  height: calc(100% - 80px);
  overflow: auto;
}
#side_modal .contentarea .content {
  position: relative;
  height: 100%;
  padding: 0 20px 20px;
  overflow: auto;
}
@media (max-width: 767px) {
  #side_modal .contentarea .content {
    padding: 0 10px 10px;
  }
}
#side_modal .contentarea .loading_placeholder {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
#side_modal .contentarea .loading_placeholder td {
  text-align: center;
  vertical-align: middle;
  border-top: none !important;
}
#side_modal .contentarea .loading_placeholder td:hover {
  background: none;
}
#side_modal .contentarea table {
  table-layout: fixed;
  width: 100%;
}
#side_modal .contentarea table td {
  word-break: break-all;
}

#nav_next_prev {
  justify-content: space-around;
  margin: 0;
  display: flex;
  gap: 10px;
}
#nav_next_prev a {
  display: inline-block;
  background-color: white;
  color: black;
  padding: 5px;
  border-radius: 5px;
  flex: 1 1 0px;
}
#nav_next_prev a:last-of-type {
  text-align: right;
}
#nav_next_prev a:hover {
  background-color: #ebebeb;
}
#nav_next_prev a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#edit_plan .plan_block {
  border-radius: 4px !important;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  padding: 20px;
  height: 100%;
  text-align: center;
  background-color: white;
}
#edit_plan .plan_block h5 {
  font-weight: 700;
  font-size: 1.7rem;
}
#edit_plan .plan_block h6 {
  font-weight: 600;
  font-size: 1.6rem;
}
#edit_plan .plan_block h6 small {
  font-style: 1rem;
}
#edit_plan .plan_block .plan_price {
  margin: 10px 0;
  padding: 10px 0;
  border: solid black;
  border-width: 1px 0;
}
#edit_plan .plan_block .plan_features {
  margin: 1rem 0 2rem;
}
#edit_plan .plan_block .plan_features ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#edit_plan .plan_block .plan_features ul li:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 1rem;
}
#edit_plan .plan_block .plan_features ul li.enabled:before {
  content: "";
}
#edit_plan .plan_block .plan_features ul li.disabled {
  color: #A8A8A8;
}
#edit_plan .plan_block .plan_features ul li.disabled span {
  text-decoration: line-through;
}
#edit_plan .plan_block .plan_features ul li.disabled:before {
  content: "";
}
#edit_plan #form_checkout_wrapper {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
  background-color: white;
}

body#edit_profile .avatar_preview_wrapper {
  position: relative;
  width: 200px;
  max-width: 100%;
  margin: 2rem auto;
}
body#edit_profile .avatar_preview_wrapper .avatar_preview {
  aspect-ratio: 1/1;
  width: 200px;
  max-width: 100%;
  border-radius: 50%;
  margin: 0 auto 2rem;
  clear: both;
  background-color: #dedede;
  background-size: cover;
  background-position: center center;
}
body#edit_profile .avatar_preview_wrapper button#avatar_delete {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dc3545;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  transition: 0.15s all linear;
  transform: scale(1);
}
body#edit_profile .avatar_preview_wrapper button#avatar_delete:hover {
  transform: scale(1.2);
}
body#edit_profile .avatar_crop img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

#chatbot_embed_code {
  text-align: left;
}

#chatbot_embed_widget_editor .color_selector {
  padding-left: 0;
  margin-right: 15px;
}
#chatbot_embed_widget_editor .color_selector .color_selector_input {
  width: 0;
  height: 0;
  display: none;
  border: 2px solid transparent;
}
#chatbot_embed_widget_editor .color_selector .color_selector_input + label {
  transition: 0.1s all ease-in-out;
  transform: scale(0.65);
}
#chatbot_embed_widget_editor .color_selector .color_selector_input:checked + label {
  transform: scale(1);
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#chatbot_embed_widget_editor .color_selector .color_selector_input:hover + label {
  transform: scale(1);
}
#chatbot_embed_widget_editor .color_selector .color_selector_label {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
#chatbot_embed_widget_editor #assistant_icon_library_container {
  padding: 15px;
  border: 1px solid #dedede;
  margin: 1rem 0 3rem;
  text-align: center;
}
#chatbot_embed_widget_editor #assistant_icon_library_container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
}
#chatbot_embed_widget_editor #assistant_icon_library_container ul li {
  width: 25%;
  list-style: none;
  box-sizing: border-box;
  margin: 20px auto;
}
#chatbot_embed_widget_editor #assistant_icon_library_container ul li label {
  display: block;
}
#chatbot_embed_widget_editor #assistant_icon_library_container ul li label img {
  width: 100%;
  max-width: 80px;
  height: auto;
  border: 2px solid white;
  cursor: pointer;
}
#chatbot_embed_widget_editor #assistant_icon_library_container ul li label input[type=radio] {
  display: none;
}
#chatbot_embed_widget_editor #assistant_icon_library_container ul li label input:checked + img {
  border-color: #856dff;
}
#chatbot_embed_widget_editor .render_status_box {
  padding: 1rem;
  background-color: white;
  border: 1px solid #dedede;
}

#chatbot_files .mode_cta_get, #chatbot_urls_admin .mode_cta_get {
  position: absolute;
  right: 10%;
  top: -10%;
}
@media (max-width: 767px) {
  #chatbot_files .mode_cta_get, #chatbot_urls_admin .mode_cta_get {
    bottom: -25px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
}
#chatbot_files .chatbot_mode_description, #chatbot_urls_admin .chatbot_mode_description {
  font-size: 0.85rem;
  color: #444;
}
#chatbot_files #chatbot_files_upload_wrapper,
#chatbot_files #chatbot_url_add_button_wrapper, #chatbot_urls_admin #chatbot_files_upload_wrapper,
#chatbot_urls_admin #chatbot_url_add_button_wrapper {
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #dfe4fa;
  border-color: #5372f0;
  color: #5372f0;
  background: linear-gradient(58deg, #f2f5ff 0%, #dfe4fa 100%);
  border: none;
  transition: 0.15s all ease-in-out;
  position: relative;
}
#chatbot_files #chatbot_files_upload_wrapper button,
#chatbot_files #chatbot_url_add_button_wrapper button, #chatbot_urls_admin #chatbot_files_upload_wrapper button,
#chatbot_urls_admin #chatbot_url_add_button_wrapper button {
  color: #5372f0;
  border-color: #5372f0;
  font-weight: 600;
}
#chatbot_files #chatbot_files_upload_wrapper button:hover, #chatbot_files #chatbot_files_upload_wrapper button:active, #chatbot_files #chatbot_files_upload_wrapper button:focus,
#chatbot_files #chatbot_url_add_button_wrapper button:hover,
#chatbot_files #chatbot_url_add_button_wrapper button:active,
#chatbot_files #chatbot_url_add_button_wrapper button:focus, #chatbot_urls_admin #chatbot_files_upload_wrapper button:hover, #chatbot_urls_admin #chatbot_files_upload_wrapper button:active, #chatbot_urls_admin #chatbot_files_upload_wrapper button:focus,
#chatbot_urls_admin #chatbot_url_add_button_wrapper button:hover,
#chatbot_urls_admin #chatbot_url_add_button_wrapper button:active,
#chatbot_urls_admin #chatbot_url_add_button_wrapper button:focus {
  background-color: #5372f0 !important;
  border-color: #5372f0 !important;
  color: white !important;
}
#chatbot_files #chatbot_files_upload_wrapper:hover,
#chatbot_files #chatbot_url_add_button_wrapper:hover, #chatbot_urls_admin #chatbot_files_upload_wrapper:hover,
#chatbot_urls_admin #chatbot_url_add_button_wrapper:hover {
  background-color: #e4eaff;
  border-color: #5069cc;
  color: #5069cc;
  background: linear-gradient(58deg, #f2f5ff 0%, #dfe4fa 100%);
}
#chatbot_files #chatbot_files_upload_wrapper h5,
#chatbot_files #chatbot_url_add_button_wrapper h5, #chatbot_urls_admin #chatbot_files_upload_wrapper h5,
#chatbot_urls_admin #chatbot_url_add_button_wrapper h5 {
  margin: 0;
}
#chatbot_files #chatbot_files_upload_wrapper h6,
#chatbot_files #chatbot_url_add_button_wrapper h6, #chatbot_urls_admin #chatbot_files_upload_wrapper h6,
#chatbot_urls_admin #chatbot_url_add_button_wrapper h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#chatbot_files #chatbot_files_upload_wrapper .dz-file-preview,
#chatbot_files #chatbot_url_add_button_wrapper .dz-file-preview, #chatbot_urls_admin #chatbot_files_upload_wrapper .dz-file-preview,
#chatbot_urls_admin #chatbot_url_add_button_wrapper .dz-file-preview {
  display: none;
}
#chatbot_files .url_page_title, #chatbot_urls_admin .url_page_title {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  color: #555;
}

.table-striped_light > tbody > tr:nth-of-type(2n+1) > td {
  background-color: #f8f9ff !important;
}

#chatbot_files .show_spreadsheet_info, #chatbot_urls_admin .show_spreadsheet_info {
  cursor: pointer;
}
#chatbot_files #card_header_disk_space_total, #chatbot_urls_admin #card_header_disk_space_total {
  background-color: white;
}
#chatbot_files #card_header_storage_internal, #chatbot_urls_admin #card_header_storage_internal {
  background-color: #18d2c0;
}
#chatbot_files #card_header_storage_sales, #chatbot_urls_admin #card_header_storage_sales {
  background-color: #f5ca0b;
}
#chatbot_files #card_header_storage_support, #chatbot_urls_admin #card_header_storage_support {
  background-color: #f74666;
}
#chatbot_files input[type=checkbox].toggle_colored_internal:checked::before, #chatbot_files input[type=radio].toggle_colored_internal:checked::before, #chatbot_urls_admin input[type=checkbox].toggle_colored_internal:checked::before, #chatbot_urls_admin input[type=radio].toggle_colored_internal:checked::before {
  background-color: #18d2c0;
}
#chatbot_files input[type=checkbox].toggle_colored_sales:checked::before, #chatbot_files input[type=radio].toggle_colored_sales:checked::before, #chatbot_urls_admin input[type=checkbox].toggle_colored_sales:checked::before, #chatbot_urls_admin input[type=radio].toggle_colored_sales:checked::before {
  background-color: #f5ca0b;
}
#chatbot_files input[type=checkbox].toggle_colored_support:checked::before, #chatbot_files input[type=radio].toggle_colored_support:checked::before, #chatbot_urls_admin input[type=checkbox].toggle_colored_support:checked::before, #chatbot_urls_admin input[type=radio].toggle_colored_support:checked::before {
  background-color: #f74666;
}
#chatbot_files input[type=checkbox].toggle.toggle_colored_internal:checked, #chatbot_files input[type=radio].toggle.toggle_colored_internal:checked, #chatbot_urls_admin input[type=checkbox].toggle.toggle_colored_internal:checked, #chatbot_urls_admin input[type=radio].toggle.toggle_colored_internal:checked {
  border-color: #18d2c0;
  background-color: white;
}
#chatbot_files input[type=checkbox].toggle.toggle_colored_sales:checked, #chatbot_files input[type=radio].toggle.toggle_colored_sales:checked, #chatbot_urls_admin input[type=checkbox].toggle.toggle_colored_sales:checked, #chatbot_urls_admin input[type=radio].toggle.toggle_colored_sales:checked {
  border-color: #f5ca0b;
  background-color: white;
}
#chatbot_files input[type=checkbox].toggle.toggle_colored_support:checked, #chatbot_files input[type=radio].toggle.toggle_colored_support:checked, #chatbot_urls_admin input[type=checkbox].toggle.toggle_colored_support:checked, #chatbot_urls_admin input[type=radio].toggle.toggle_colored_support:checked {
  border-color: #f74666;
  background-color: white;
}
#chatbot_files table .url_url, #chatbot_urls_admin table .url_url {
  max-width: 36vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

#chatbot_preview_wrapper #chatbot_preview {
  border-radius: 10px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout {
  border: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout header {
  display: flex;
  flex-direction: row;
  min-height: 70px;
  flex-grow: 0;
  padding: 15px;
  align-items: center;
  border-radius: 10px 10px 0 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 20px 0px;
  z-index: 10;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout header h4 {
  font-size: 17px;
  padding: 0;
  margin: 0 0 3px;
  font-weight: 400;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout header h6 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  padding-left: 13px;
  font-weight: 400;
  position: relative;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout header h6:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #4be04b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout header #chatbot_assistant_icon {
  flex-grow: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout header #chatbot_assistant_icon img {
  width: 100%;
  height: 100%;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body {
  flex-grow: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 450px;
  max-height: 450px;
  overflow-y: auto;
  z-index: 5;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body .message {
  display: flex;
  font-size: 14px;
  line-height: 21px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body .message .message_content {
  padding: 12px;
  border-radius: 15px;
  max-width: 80%;
  display: inline-block;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body .message.origin_chatbot .message_content, #chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body .message.origin_operator .message_content {
  border-bottom-left-radius: 0;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body .message.origin_user {
  justify-content: end;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body .message.origin_user .message_content {
  color: white;
  align-self: end;
  align-content: start;
  border-bottom-right-radius: 0;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body .message #quick_questions_container {
  margin-top: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout #chatbot_messages_body .message #quick_questions_container button {
  border: none;
  border-radius: 5px;
  padding: 5px;
  transition: 0.1s all linear;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout footer {
  box-shadow: rgba(0, 0, 0, 0.2) 0px -4px 20px 0px;
  z-index: 10;
  margin: 0;
  padding: 8px;
  border-radius: 0 0 10px 10px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout footer #chatbot_input {
  flex-grow: 0;
  display: flex;
  gap: 10px;
  flex-direction: row;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout footer #chatbot_input input {
  width: 100%;
  border: none;
  padding: 8px;
  font-size: 14px;
  flex-grow: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
  border-radius: 15px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout footer #chatbot_input button {
  width: 60px;
  background-color: white;
  text-align: center;
  border: none;
  border-left: 1px solid #ccc;
  flex-grow: 0;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout footer #chatbot_footer_data {
  border-radius: 0 0 10px 10px;
  flex-grow: 0;
  height: 50px;
  font-size: 12px;
  display: flex;
  align-items: end;
  padding: 0;
  margin-top: 10px;
  justify-content: space-between;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout footer #chatbot_footer_data #chatbot_user_log_out {
  font-size: 11px;
}
#chatbot_preview_wrapper #chatbot_preview #chatbot_layout footer #chatbot_footer_data #chatbot_powered_by img {
  width: 12px;
  height: auto;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light {
  background-color: #e7e7e7;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light header {
  border-radius: 15px 15px 0 0;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light #chatbot_messages_body {
  background-color: #e7e7e7;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light .message .message_content {
  background-color: #f4f4f5;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light .message.origin_user .message_content {
  background-color: black;
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light .message #quick_questions_container button {
  background-color: black;
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light .message #quick_questions_container button:hover {
  background-color: black;
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light footer {
  background: #e7e7e7;
  color: black;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light footer #chatbot_footer_data #chatbot_powered_by {
  color: black;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light footer #chatbot_input input {
  background: white;
  color: black;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light footer #chatbot_input button {
  background-color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light footer #chatbot_input button svg path {
  fill: #ccc;
  stroke: transparent;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light footer #chatbot_input button#btn_suggestions {
  background-color: #f5c000;
}
#chatbot_preview_wrapper #chatbot_preview.theme_light footer #chatbot_input button#btn_suggestions svg path {
  fill: white;
  stroke: transparent;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark {
  background-color: #2b2b2b;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark #chatbot_messages_body {
  background-color: #2b2b2b;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark header {
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark .message .message_content {
  background-color: #444444;
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark .message.origin_user .message_content {
  background-color: #444444;
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark .message #quick_questions_container button {
  background-color: black;
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark .message #quick_questions_container button:hover {
  background-color: #222;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark footer {
  background: #2b2b2b;
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark footer #chatbot_footer_data #chatbot_powered_by {
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark footer #chatbot_input input {
  background: #444444;
  color: white;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark footer #chatbot_input button {
  background-color: #444444;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark footer #chatbot_input button svg path {
  fill: #ccc;
  stroke: transparent;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark footer #chatbot_input button#btn_suggestions {
  background-color: #f5c000;
}
#chatbot_preview_wrapper #chatbot_preview.theme_dark footer #chatbot_input button#btn_suggestions svg path {
  fill: white;
  stroke: transparent;
}
#chatbot_preview_wrapper[data-is-light=true] #chatbot_preview #chatbot_messages_body .message.origin_user .message_content,
#chatbot_preview_wrapper[data-is-light=true] #chatbot_preview #quick_questions_container button {
  color: black !important;
}
#chatbot_preview_wrapper[data-is-light=true] #chatbot_trigger_assistant_icon #trigger_text {
  color: black !important;
}
#chatbot_preview_wrapper[data-is-light=true] #chatbot_trigger_assistant_icon svg path, #chatbot_preview_wrapper[data-is-light=true] #chatbot_trigger_assistant_icon svg rect, #chatbot_preview_wrapper[data-is-light=true] #chatbot_trigger_assistant_icon svg circle {
  fill: black !important;
}

#chatbot_trigger_preview {
  margin-top: 2rem;
  border-top: 1px dashed #ccc;
  padding-top: 2rem;
}
#chatbot_trigger_preview #chatbot_trigger_assistant_icon {
  display: flex;
  justify-content: end;
  flex-direction: row;
  gap: 2px;
}
#chatbot_trigger_preview #chatbot_trigger_assistant_icon #trigger_text {
  flex-grow: 0;
  color: white;
  padding: 10px;
  border-radius: 8px;
  align-content: center;
  align-self: center;
}
#chatbot_trigger_preview #chatbot_trigger_assistant_icon #trigger_icon {
  flex-grow: 0;
  min-width: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#chatbot_trigger_preview #chatbot_trigger_assistant_icon #trigger_icon img, #chatbot_trigger_preview #chatbot_trigger_assistant_icon #trigger_icon svg {
  width: 60%;
  height: 60%;
}
#chatbot_trigger_preview #chatbot_trigger_assistant_icon #trigger_icon svg path, #chatbot_trigger_preview #chatbot_trigger_assistant_icon #trigger_icon svg rect, #chatbot_trigger_preview #chatbot_trigger_assistant_icon #trigger_icon svg circle {
  fill: white;
}

#chatbot_preview.scheme_dark #chatbot_layout header,
#chatbot_trigger_preview.scheme_dark #chatbot_layout header {
  background-color: #2b2b2b;
  color: white;
}
#chatbot_preview.scheme_dark #chatbot_layout #chatbot_messages_body .message.origin_user .message_content,
#chatbot_trigger_preview.scheme_dark #chatbot_layout #chatbot_messages_body .message.origin_user .message_content {
  background-color: #2b2b2b;
}
#chatbot_preview.scheme_dark #chatbot_trigger_assistant_icon #trigger_text,
#chatbot_trigger_preview.scheme_dark #chatbot_trigger_assistant_icon #trigger_text {
  background-color: #2b2b2b;
  color: white;
}
#chatbot_preview.scheme_dark #chatbot_trigger_assistant_icon #trigger_icon,
#chatbot_trigger_preview.scheme_dark #chatbot_trigger_assistant_icon #trigger_icon {
  background-color: #2b2b2b;
}
#chatbot_preview.scheme_blue #chatbot_layout header,
#chatbot_trigger_preview.scheme_blue #chatbot_layout header {
  background-color: #2f459e;
  color: white;
}
#chatbot_preview.scheme_blue #chatbot_layout #chatbot_messages_body .message.origin_user .message_content,
#chatbot_trigger_preview.scheme_blue #chatbot_layout #chatbot_messages_body .message.origin_user .message_content {
  background-color: #2f459e;
}
#chatbot_preview.scheme_blue #chatbot_trigger_assistant_icon #trigger_text,
#chatbot_trigger_preview.scheme_blue #chatbot_trigger_assistant_icon #trigger_text {
  background-color: #2f459e;
  color: white;
}
#chatbot_preview.scheme_blue #chatbot_trigger_assistant_icon #trigger_icon,
#chatbot_trigger_preview.scheme_blue #chatbot_trigger_assistant_icon #trigger_icon {
  background-color: #2f459e;
}
#chatbot_preview.scheme_orange #chatbot_layout header,
#chatbot_trigger_preview.scheme_orange #chatbot_layout header {
  background-color: #ff8f00;
  color: white;
}
#chatbot_preview.scheme_orange #chatbot_layout #chatbot_messages_body .message.origin_user .message_content,
#chatbot_trigger_preview.scheme_orange #chatbot_layout #chatbot_messages_body .message.origin_user .message_content {
  background-color: #ff8f00;
}
#chatbot_preview.scheme_orange #chatbot_trigger_assistant_icon #trigger_text,
#chatbot_trigger_preview.scheme_orange #chatbot_trigger_assistant_icon #trigger_text {
  background-color: #ff8f00;
  color: white;
}
#chatbot_preview.scheme_orange #chatbot_trigger_assistant_icon #trigger_icon,
#chatbot_trigger_preview.scheme_orange #chatbot_trigger_assistant_icon #trigger_icon {
  background-color: #ff8f00;
}
#chatbot_preview.scheme_violet #chatbot_layout header,
#chatbot_trigger_preview.scheme_violet #chatbot_layout header {
  background-color: #745ba7;
  color: white;
}
#chatbot_preview.scheme_violet #chatbot_layout #chatbot_messages_body .message.origin_user .message_content,
#chatbot_trigger_preview.scheme_violet #chatbot_layout #chatbot_messages_body .message.origin_user .message_content {
  background-color: #745ba7;
}
#chatbot_preview.scheme_violet #chatbot_trigger_assistant_icon #trigger_text,
#chatbot_trigger_preview.scheme_violet #chatbot_trigger_assistant_icon #trigger_text {
  background-color: #745ba7;
  color: white;
}
#chatbot_preview.scheme_violet #chatbot_trigger_assistant_icon #trigger_icon,
#chatbot_trigger_preview.scheme_violet #chatbot_trigger_assistant_icon #trigger_icon {
  background-color: #745ba7;
}
#chatbot_preview.scheme_custom #chatbot_layout header,
#chatbot_trigger_preview.scheme_custom #chatbot_layout header {
  background-color: #2b2b2b;
  color: white;
}
#chatbot_preview.scheme_custom #chatbot_layout #chatbot_messages_body .message.origin_user .message_content,
#chatbot_trigger_preview.scheme_custom #chatbot_layout #chatbot_messages_body .message.origin_user .message_content {
  background-color: #2b2b2b;
}
#chatbot_preview.scheme_custom #chatbot_trigger_assistant_icon #trigger_text,
#chatbot_trigger_preview.scheme_custom #chatbot_trigger_assistant_icon #trigger_text {
  background-color: #2b2b2b;
  color: white;
}
#chatbot_preview.scheme_custom #chatbot_trigger_assistant_icon #trigger_icon,
#chatbot_trigger_preview.scheme_custom #chatbot_trigger_assistant_icon #trigger_icon {
  background-color: #2b2b2b;
}

.chatbot_preview_widget_disabled {
  opacity: 0.3;
}

#full_products_list_container {
  max-height: 360px;
  overflow-y: auto;
}
#full_products_list_container ol {
  margin: 0;
  padding-left: 2.5rem;
}
#full_products_list_container ol li {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.8rem;
}
#full_products_list_container ol li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.product_preview_card {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #dedede;
}
.product_preview_card .product_preview_card_gallery {
  display: flex;
  gap: 20px;
}
.product_preview_card .product_preview_card_gallery img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #f0f0f0;
}

.bg_chatbot_chat {
  background-image: url("/assets/chatbot-widget/chat-background.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: 500px auto;
}

.chatbot_session_data ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chatbot_session_data ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #ccc;
}
.chatbot_session_data ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.session_information_column #card_chatbot_paused_status {
  border-left: 5px solid #18d2c0;
}
.session_information_column #card_chatbot_paused_status[data-chatbot-paused=true] {
  border-left: 5px solid #f74666;
}

@media (min-width: 1200px) {
  #sticky_conversation {
    position: sticky;
    top: 120px;
  }
}

.table_chatbot_conversation .ico-msg-origin-chatbot {
  color: #856dff;
  margin-left: 0.4rem;
}
.table_chatbot_conversation .ico-msg-origin-user {
  margin-left: 0.4rem;
}
.table_chatbot_conversation .message {
  padding: 10px;
  font-size: 0.92rem;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ccc;
}
.table_chatbot_conversation .message img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.table_chatbot_conversation .message.origin_user, .table_chatbot_conversation .message.origin_chatbot_self_view {
  margin-bottom: 1rem;
  margin-right: 4.5rem;
}
.table_chatbot_conversation .message.origin_chatBot, .table_chatbot_conversation .message.origin_chatbot, .table_chatbot_conversation .message.origin_initial, .table_chatbot_conversation .message.origin_operator, .table_chatbot_conversation .message.origin_user_self_view {
  background: #eeeeee;
  margin-left: 4.5rem;
  margin-bottom: 1rem;
}
.table_chatbot_conversation .message.message_type_error {
  background-color: #ffd0d0;
  color: red;
}
.table_chatbot_conversation .message .message_type_badge {
  position: absolute;
  display: inline;
  bottom: -8px;
  font-size: 10px;
  right: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: #444;
  border-radius: 5px;
  padding: 3px 6px;
}
.table_chatbot_conversation .message .message_badges {
  position: absolute;
  bottom: -8px;
  right: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  gap: 5px;
}
.table_chatbot_conversation .message .message_badges .tag_badge {
  display: inline;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: #444;
  border-radius: 5px;
  padding: 3px 6px;
}
.table_chatbot_conversation .message p:last-child {
  margin-bottom: 0;
}
.table_chatbot_conversation .message table {
  margin-bottom: 1.5rem;
  border: 1px solid #555;
}
.table_chatbot_conversation .message table th {
  border: 1px solid #555;
  padding: 0.3rem;
}
.table_chatbot_conversation .message table td {
  border: 1px solid #555;
  padding: 0.3rem;
}

.chatbot_conversation_my_history .message_data .badge {
  display: none;
}
.chatbot_conversation_my_history .message {
  background-color: white;
  word-break: break-word;
  display: inline-block;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0.7rem;
}
.chatbot_conversation_my_history .origin_chatBot, .chatbot_conversation_my_history .origin_chatbot, .chatbot_conversation_my_history .origin_user, .chatbot_conversation_my_history .origin_operator, .chatbot_conversation_my_history .origin_initial {
  display: flex;
  flex-direction: column;
}
.chatbot_conversation_my_history .origin_chatBot .message_data,
.chatbot_conversation_my_history .origin_chatbot .message_data,
.chatbot_conversation_my_history .origin_operator .message_data,
.chatbot_conversation_my_history .origin_initial .message_data,
.chatbot_conversation_my_history .origin_user_self_view .message_data {
  text-align: left;
}
.chatbot_conversation_my_history .origin_user,
.chatbot_conversation_my_history .origin_chatbot_self_view {
  margin-left: 4.5rem;
  margin-right: 0;
  justify-content: end;
}

.single_chatbot_conversation .message_data .badge {
  display: none;
}
.single_chatbot_conversation .origin_user .message_data,
.single_chatbot_conversation .origin_chatbot_self_view .message_data {
  text-align: left;
}
.single_chatbot_conversation .origin_user .message,
.single_chatbot_conversation .origin_chatbot_self_view .message {
  background: #eeeeee;
}
.single_chatbot_conversation .origin_chatBot,
.single_chatbot_conversation .origin_chatbot,
.single_chatbot_conversation .origin_operator,
.single_chatbot_conversation .origin_initial,
.single_chatbot_conversation .origin_user_self_view {
  margin-left: 4.5rem;
}

#chatbot_chat,
#chatbot_internal_full {
  min-height: 60vh;
  max-height: 60vh;
  overflow-y: auto;
}

#chatbot_container {
  height: 76vh;
  margin: 20px auto 0;
  border-radius: 4px !important;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  padding: 10px;
  background-color: white;
}
@media (max-width: 767px) {
  #chatbot_container {
    height: 70vh;
  }
}
#chatbot_container #chatbot_messages_container {
  height: calc(100% - 100px);
  overflow-y: auto;
}
.btn-cta-header-chat {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 15px;
  animation: pulse-chat-button 3s infinite;
}
.btn-cta-header-chat img {
  height: 15px;
  width: auto;
  margin-right: 7px;
}

.btn-cta-header-chat-history {
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 15px;
  animation: none;
  background-color: white;
  border-color: black;
  color: black;
}

body#chatbot_chat_internal .btn-cta-header-chat, body#chatbot_chat_internal #btn_float_chat {
  display: none;
}

body#chatbot_embed_widget_editor #btn_float_chat {
  display: none;
}

.session_country img {
  width: 20px;
  height: auto;
}
.session_country span {
  font-size: 13px;
  font-style: italic;
}

@keyframes pulse-chat-button {
  0% {
    box-shadow: 0 0 0 0 black;
  }
  50% {
    box-shadow: 0 0 0 0 black;
  }
  80% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
#btn_float_chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: black;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse-chat-button 3s infinite;
}
#btn_float_chat i {
  font-size: 35px;
}
#btn_float_chat img {
  height: auto;
  width: 60%;
}

#internal_chatbot_error_message {
  padding: 20px;
  background-color: #83221e;
  color: white;
  position: relative;
}
#internal_chatbot_error_message a {
  color: white;
  text-decoration: underline;
}

#chat_suggestions {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}
#chat_suggestions svg {
  width: auto;
  height: 30px;
}
#chat_suggestions ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
}
@media (max-width: 767px) {
  #chat_suggestions ul {
    padding: 20px 0;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  #chat_suggestions ul li {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
#chat_suggestions ul li button {
  border: none;
  word-break: break-word;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0.7rem;
  background-color: white;
  cursor: pointer;
}
#chat_suggestions ul li button:hover {
  background-color: #f0f0f0;
}

.badge_conversation_origin {
  padding: 4px;
  text-transform: uppercase;
}
.badge_conversation_origin.badge_origin_whatsapp {
  background-color: #3a954c;
}
.badge_conversation_origin.badge_origin_widget {
  background-color: #856dff;
}

#chatbot_messages_container .message_locations {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-left: 40px;
  margin-bottom: 30px;
}
#chatbot_messages_container .message_locations a {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-width: 200px;
  word-break: break-all;
}
#chatbot_messages_container .message_locations img {
  width: 100%;
  margin-bottom: 7px;
}
#chatbot_messages_container .message_locations h5 {
  color: black;
  font-size: 15px;
  font-weight: 400;
}
#chatbot_messages_container .message_locations h6 {
  color: #444;
  font-size: 14px;
  font-style: italic;
}
#chatbot_messages_container .message_locations span {
  cursor: pointer;
  display: none;
}
#chatbot_messages_container .chatbot_message_wrapper {
  position: relative;
  margin-bottom: 15px;
}
#chatbot_messages_container .chatbot_message_wrapper .message_origin_indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  background-color: #f0f0f0;
  border: 2px solid #dedede;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#chatbot_messages_container .chatbot_message_wrapper .message_origin_indicator img {
  width: 20px;
  height: 20px;
}
#chatbot_messages_container .chatbot_message_wrapper .message_liked_status {
  position: absolute;
  left: 0px;
  top: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#chatbot_messages_container .chatbot_message_wrapper .message_liked_status i {
  font-size: 16px;
}
#chatbot_messages_container .chatbot_message {
  max-width: 85%;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
#chatbot_messages_container .chatbot_message.chatbot_message_error .message {
  background-color: #f8d7da;
  color: #842029;
  border-color: #f5c2c7;
}
#chatbot_messages_container .chatbot_message img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
#chatbot_messages_container .chatbot_message .message {
  float: left;
  word-break: break-word;
  clear: both;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0.7rem;
  padding-bottom: 1.3rem;
  position: relative;
  min-width: 50px;
}
#chatbot_messages_container .chatbot_message .message p:first-of-type {
  margin-bottom: 0;
}
#chatbot_messages_container .chatbot_message .message_time {
  position: absolute;
  display: inline-block;
  font-size: 10px;
  opacity: 0.5;
  bottom: 2px;
  right: 5px;
}
#chatbot_messages_container .chatbot_message .message_actions {
  margin: 0 auto 0 35px;
  border-top: none;
  clear: both;
  display: flex;
  float: left;
  position: relative;
}
#chatbot_messages_container .chatbot_message .message_actions button {
  border: none;
  opacity: 0.3;
  width: 23px;
  height: 23px;
  background-color: transparent;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: 0.2s all linear;
}
#chatbot_messages_container .chatbot_message .message_actions button:hover {
  background-color: transparent;
  opacity: 1;
}
#chatbot_messages_container .chatbot_message .message_align_end, #chatbot_messages_container .chatbot_message.origin_user {
  justify-content: end;
  margin-left: auto;
}
#chatbot_messages_container .chatbot_message .message_align_end .message, #chatbot_messages_container .chatbot_message.origin_user .message {
  float: right;
  background-color: #f0f0f0;
}
#chatbot_messages_container .chatbot_message .message_align_end .message_actions, #chatbot_messages_container .chatbot_message.origin_user .message_actions {
  margin: 5px 5px 0 auto;
  text-align: right;
  float: right;
}
#chatbot_messages_container .chatbot_message.origin_chatBot .message, #chatbot_messages_container .chatbot_message.origin_chatbot .message, #chatbot_messages_container .chatbot_message.origin_initial .message, #chatbot_messages_container .chatbot_message.origin_operator .message {
  margin-left: 40px;
}

#btn_audio_message_cancel:hover {
  background-color: #da3d0f !important;
  color: white !important;
}

#btn_audio_message_send:hover {
  background-color: #3a954c !important;
  color: white !important;
}

#recording_time_elapsed {
  position: absolute;
  top: -100%;
  right: 0;
  width: 120px;
  font-size: 14px;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
}
#recording_time_elapsed span {
  font-size: 12px;
}

@media (max-width: 767px) {
  .gaudio {
    width: auto;
    min-width: 250px;
  }
}

.gaudio audio {
  display: none;
}

#messages_loading {
  position: absolute;
  left: 50%;
  top: -20px;
  background-color: white;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 5px;
  transform: translateX(-50%);
}

#chatbot_typing {
  display: block;
}
#chatbot_typing.hidden {
  display: none;
}
#chatbot_typing span {
  width: 3px;
  height: 3px;
  background-color: black;
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
}
#chatbot_typing span:nth-child(1) {
  animation: growAndBack 1s infinite;
}
#chatbot_typing span:nth-child(2) {
  animation: growAndBack 1s infinite 0.2s;
}
#chatbot_typing span:nth-child(3) {
  animation: growAndBack 1s infinite 0.4s;
}

.table_conversations tr[data-read=false] {
  background-color: #f6f2e3;
}
.table_conversations tr[data-read=false] .icon_read {
  color: #a28702;
}
.table_conversations tr[data-read=true] .icon_read {
  color: #ccc;
}

.icon_toggle_like {
  opacity: 0.3;
  color: #ccc;
}
.icon_toggle_like:hover, .icon_toggle_like.liked_current {
  opacity: 1;
}
.icon_toggle_like:hover[data-value=true], .icon_toggle_like.liked_current[data-value=true] {
  color: #18d2c0;
}
.icon_toggle_like:hover[data-value=false], .icon_toggle_like.liked_current[data-value=false] {
  color: #f74666;
}

/** Single conversation view */
#single_chatbot_conversation {
  height: 100%;
  position: relative;
}
#single_chatbot_conversation #chatbot_messages_container {
  height: calc(80vh - 180px) !important;
  overflow-y: auto;
}

#single_conversation_send_message_container {
  margin-top: 10px;
  padding: 0px;
}

#extension_chrome_authorizing .message_loading {
  text-align: center;
}
#extension_chrome_authorizing .message_loading img {
  width: 85px;
  height: auto;
  animation: 2s rotation infinite;
  margin-bottom: 2.5rem;
}

#superadmin_users_list table {
  font-size: 0.9rem;
}
#superadmin_users_list table .btn {
  font-size: 12px;
}
#superadmin_users_list table td {
  word-wrap: break-word;
}
#superadmin_users_list ul.business_meta, #superadmin_users_list ul.campaigns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#superadmin_users_list ul.business_meta li, #superadmin_users_list ul.campaigns li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#superadmin_users_list ul.business_meta li span, #superadmin_users_list ul.campaigns li span {
  display: block;
  font-weight: bold;
}

#branding_editor #branding_logo_preview {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#branding_editor #branding_logo_preview img {
  width: 100%;
  height: auto;
  margin: 30px auto;
}
#branding_editor #branding_logo_preview #branding_logo_delete {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dc3545;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  transition: 0.15s all linear;
  transform: scale(1);
}
#branding_editor #branding_logo_preview #branding_logo_delete:hover {
  transform: scale(1.2);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

.animated__fast {
  animation-duration: 0.35s;
}

.btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.alert {
  border-radius: 4px !important;
}

.simple_buttons_group {
  display: flex;
  gap: 20px;
}

.btn_action_simple {
  color: black;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 22px;
}
.btn_action_simple:hover {
  color: #856dff;
}
.btn_action_simple:hover.btn_hover_danger {
  color: red;
}
.btn_action_simple.disabled {
  opacity: 0.2;
}
.btn_action_simple.disabled:hover {
  color: black;
}

.btn-outline-primary {
  background: transparent;
  border-color: #1c75bc;
  color: #1c75bc;
}
.btn-outline-primary:hover {
  background-color: #1c75bc;
  border-color: #1c75bc;
  color: white;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #2f9f49;
  color: #2f9f49;
}
.btn-outline-secondary:hover {
  background-color: #2f9f49;
  border-color: #2f9f49;
  color: white;
}

.btn-outline-tertiary {
  background: transparent;
  border-color: #f57b06;
  color: #f57b06;
}
.btn-outline-tertiary:hover {
  background-color: #f57b06;
  border-color: #f57b06;
  color: white;
}

.btn-outline-primary {
  border-color: black;
  color: black;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #f0f0f0 !important;
  color: #222 !important;
  border-color: #222 !important;
}
.btn-outline-primary:disabled {
  border-color: #777;
  color: #777;
}

.btn-primary {
  background: black;
  border-color: black;
  color: white !important;
  font-size: 15px;
  border-width: 2px;
  font-weight: 500;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #333 !important;
  border-color: #333 !important;
  color: white !important;
}
.btn-primary:disabled {
  background: #555;
  border-color: #555;
}

.btn-secondary {
  background: #2f9f49;
  border-color: #2f9f49;
  color: white;
}
.btn-secondary:hover {
  background: #298b40;
  border-color: #298b40;
}
.btn-secondary:focus {
  background: #2f9f49;
  border-color: #2f9f49;
}
.btn-secondary:disabled {
  background: #298b40;
  border-color: #298b40;
}

.btn-tertiary {
  background: transparent;
  border: none;
  color: #2699fb;
  text-decoration: underline;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background: transparent;
  border: none;
  color: #7cb7ff;
}
.btn-tertiary:disabled {
  background: transparent;
  border-color: none;
}

.btn {
  border-radius: 4px !important;
  font-weight: 500;
  padding: 0.4rem 2rem;
}
.btn.btn-wide {
  border-radius: 4px !important;
  min-width: 8rem;
}
.btn.btn-lg {
  font-size: 1.1rem;
}
.btn.btn-xl {
  font-size: 1.3rem;
}
.btn.btn-sm {
  padding: 0.25rem 0.9rem;
}
.btn.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.form-control, .form-select {
  font-size: 0.9rem;
  border-radius: 4px;
}
.form-control:focus, .form-select:focus {
  border-color: black;
  outline: none;
  box-shadow: none;
}

.form-select {
  font-size: 0.9rem;
  border-radius: 4px;
}

.btn-100,
.btn-block {
  width: 100%;
}

.btn-group {
  margin-right: 1rem;
}
.btn-group .btn {
  border-radius: 0 !important;
  margin-right: 2px;
}
.btn-group .btn:last-of-type {
  border-right: 0 !important;
}

.custom-file .custom-control-label::before, .custom-file .custom-file-label, .custom-file .custom-select {
  background: transparent;
  border: none;
  background: white;
  display: inline-block;
  border: 1px solid #1c75bc !important;
}
.custom-file .custom-file-label::after {
  border: 1px solid #1c75bc;
  background-color: #1c75bc;
  color: white;
  border-radius: 5px;
}

code {
  color: #1c75bc;
}

.card {
  border: 1px solid #dedede;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12);
}
.card .card-header h4 {
  text-align: center;
}

.dropdown-background-brand {
  background-color: #5372f0;
}
.dropdown-background-brand li a, .dropdown-background-brand li button {
  color: white;
}
.dropdown-background-brand li:hover a, .dropdown-background-brand li:hover button {
  background-color: #3c5fee;
  color: white;
}

.dropdown-color-accent li a, .dropdown-color-accent li button {
  color: #3c5fee;
}
.dropdown-color-accent li:hover a, .dropdown-color-accent li:hover button {
  color: #3c5fee;
}

.tab-pane {
  padding: 1rem;
  border: solid #dee2e6;
  border-width: 0 1px 1px;
}

.tab-pane.active,
.nav-item button.active {
  background-color: #f9f9f9 !important;
}

.tab_pane_light.active {
  background-color: white !important;
}

.text-small {
  font-size: 12px;
}

.card {
  border-radius: 4px !important;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}
.card .card-header {
  background-color: white;
  padding: 15px;
}
.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6, .card .card-header p {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}

.nav-tabs .nav-link {
  color: #444;
  font-weight: 500;
}
.nav-tabs .nav-link i {
  margin-right: 8px;
}

.pagination .page-item.active .page-link {
  background-color: black;
  color: white;
  border-color: black;
}
.pagination .page-link {
  color: black;
}

.progress .progress-bar {
  background-color: black;
  font-weight: 600;
}
.progress .progress-bar span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: black;
}
.progress .progress-bar .progress-text-light {
  color: white !important;
}

input[type=checkbox].toggle, input[type=radio].toggle {
  border-color: #777;
}

input[type=checkbox].toggle:disabled, input[type=radio].toggle:disabled {
  opacity: 0.3;
}

input[type=checkbox].toggle::before, input[type=radio].toggle::before {
  box-shadow: none;
  background: #888;
  transition: 0.2s all ease-in-out;
}

input[type=checkbox].toggle:checked, input[type=radio].toggle:checked {
  background-color: #777;
  border-color: #777;
}

input[type=checkbox].toggle:checked::before, input[type=radio].toggle:checked::before {
  background-color: #fff;
  border: none;
}

.form-check-input:checked[type=checkbox] {
  background-image: none !important;
}

input[type=checkbox].toggle.toggle_colored:checked, input[type=radio].toggle.toggle_colored:checked {
  background-color: black;
  border-color: black;
}

.cc-picker {
  padding: 9px 12px 0 5px;
  margin-right: 1em;
  border-bottom: 1px solid #999;
}

.cc-picker-flag {
  margin-right: 5px;
}

.cc-picker-code-select-enabled::after {
  top: 15px;
}

.cc-picker-code-list,
.cc-picker-code-filter {
  z-index: 1000000 !important;
}

.cc-picker-code-list {
  margin-top: -3px !important;
}

table.datatables,
table._datatables {
  background: transparent;
  border: none;
  border-bottom: none !important;
  width: 100%;
}
table.datatables thead,
table._datatables thead {
  border: none;
}
table.datatables thead tr,
table._datatables thead tr {
  border: none;
}
table.datatables thead tr th,
table._datatables thead tr th {
  border-bottom: 1px solid #ccc !important;
}
table.datatables tbody,
table._datatables tbody {
  border: none;
}
table.datatables tbody tr,
table._datatables tbody tr {
  background: transparent;
}
table.datatables tbody tr td,
table._datatables tbody tr td {
  border-top: none !important;
}
table.datatables tr,
table._datatables tr {
  box-shadow: none !important;
}
table.datatables tr:hover td,
table._datatables tr:hover td {
  background-color: #f0f0f0;
}
table.datatables tr td,
table._datatables tr td {
  border-bottom-color: #ccc !important;
  box-shadow: none !important;
  font-size: 15px;
  vertical-align: middle;
}
table.datatables tr td .time,
table._datatables tr td .time {
  display: none;
}
table.datatables tr:last-of-type td,
table._datatables tr:last-of-type td {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: left;
}

table.dataTable.no-footer {
  border-bottom: none;
}

.green-audio-player {
  background-color: transparent;
  box-shadow: none;
  margin: 0 0 0 10px;
  height: 35px;
  padding: 0;
}
.green-audio-player .controls__total-time, .green-audio-player .controls__current-time {
  display: none;
}
.green-audio-player .volume {
  display: none;
}
.green-audio-player .controls {
  font-size: 14px;
}

.swal2-popup {
  border-radius: 5px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .swal2-popup {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .swal2-popup {
    width: 100% !important;
  }
}
.swal2-popup .swal2-title {
  font-size: 1.1rem;
  margin-top: 15px;
}
.swal2-popup #swal2-content {
  margin-top: 15px;
  margin-bottom: 15px;
}
.swal2-popup .popup_image svg, .swal2-popup .popup_image img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.swal2-popup .swal2-content {
  padding: 20px !important;
  font-size: 16px;
}
.swal2-popup .swal2-header {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
  padding: 20px;
}
.swal2-popup .swal2-header h2#swal2-title {
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.swal2-popup .swal2-actions {
  border-top: 1px solid #dedede;
  padding: 20px;
  margin: 0;
}

.swal-wider .swal2-popup {
  width: 60vw !important;
}

.swal-widest .swal2-popup {
  width: 80vw !important;
}

.swal2-container.swal2-backdrop-show {
  backdrop-filter: blur(8px);
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.65) !important;
}

.swal2-styled.swal2-confirm {
  background-color: black !important;
}

.swal2-styled.swal2-cancel {
  background-color: #ccc !important;
  color: black !important;
}

.ts-wrapper .ts-dropdown-content .option.selected {
  color: #666;
  background-color: #dedede;
  cursor: default;
}

.toast {
  box-shadow: none;
  border: none;
  position: fixed;
  top: 1rem;
  right: 1rem;
  bottom: auto !important;
  left: auto;
  z-index: 10000000;
  max-width: 100%;
  opacity: 0;
  transform: translate(75%, 0);
  pointer-events: none;
  margin: 0 0 1rem 1rem;
  -webkit-transition: all 0.3s ease, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s ease, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s ease, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s ease, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
}
.toast.displayed {
  opacity: 1;
  transform: translate(0, 0);
}
.toast > .body {
  position: relative;
  font-size: initial;
  padding: 1rem;
  word-wrap: break-word;
  background: white;
  color: #444;
  pointer-events: all;
  border-left: 5px solid;
}
.toast > .body.info {
  border-left-color: #63a8f8;
}
.toast > .body.warning {
  border-left-color: #f9bd1a;
}
.toast > .body.warning > .icon {
  display: none;
}
.toast > .body.error {
  border-left-color: #ea4737;
}
.toast > .body.done {
  border-left-color: #2f9f49;
}

.toast:not(.show) {
  display: block;
}

.pass-percent,
.pass-text {
  font-size: 0.75em;
  margin-top: 0.3rem;
}

.pass-percent {
  margin-right: 5px;
}
/*# sourceMappingURL=app.css.map */
