@font-face {
  font-family: "909-icons";
  src: url("../../fonts/909-icons/icomoon.ttf?coqtgb") format("truetype"), url("../../fonts/909-icons/icomoon.woff?coqtgb") format("woff"), url("../../fonts/909-icons/icomoon.svg?coqtgb#909-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-909-], [class*=icon-909-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "909-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-909-milligram:before {
  content: "\e900";
}

.icon-909-costs:before {
  content: "\e901";
}

.icon-909-date:before {
  content: "\e902";
}

.icon-909-expand:before {
  content: "\e903";
}

.icon-909-improvement:before {
  content: "\e904";
}

.icon-909-infection:before {
  content: "\e905";
}

.icon-909-plus:before {
  content: "\e906";
}

.icon-909-incomplete:before {
  content: "\e907";
}

.icon-909-result:before {
  content: "\e908";
}

.icon-909-cov19:before {
  content: "\e909";
}

.icon-909-pop-msk:before {
  content: "\e90a";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../../fonts/fa-pro/fa-light-300.eot");
  src: url("../../fonts/fa-pro/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-pro/fa-light-300.woff2") format("woff2"), url("../../fonts/fa-pro/fa-light-300.woff") format("woff"), url("../../fonts/fa-pro/fa-light-300.ttf") format("truetype"), url("../../fonts/fa-pro/fa-light-300.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/fa-pro/fa-regular-400.eot");
  src: url("../../fonts/fa-pro/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-pro/fa-regular-400.woff2") format("woff2"), url("../../fonts/fa-pro/fa-regular-400.woff") format("woff"), url("../../fonts/fa-pro/fa-regular-400.ttf") format("truetype"), url("../../fonts/fa-pro/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fonts/fa-pro/fa-solid-900.eot");
  src: url("../../fonts/fa-pro/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-pro/fa-solid-900.woff2") format("woff2"), url("../../fonts/fa-pro/fa-solid-900.woff") format("woff"), url("../../fonts/fa-pro/fa-solid-900.ttf") format("truetype"), url("../../fonts/fa-pro/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fonts/fa-pro/fa-duotone-900.eot");
  src: url("../../fonts/fa-pro/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-pro/fa-duotone-900.woff2") format("woff2"), url("../../fonts/fa-pro/fa-duotone-900.woff") format("woff"), url("../../fonts/fa-pro/fa-duotone-900.ttf") format("truetype"), url("../../fonts/fa-pro/fa-duotone-900.svg#fontawesome") format("svg");
}
.rounded {
  border-radius: 2.5rem !important;
}

#main-container.relative {
  position: relative;
}

#main-container > *:not(.custom-modal) {
  transition: all 0.3s ease;
}

#main-container.custom-modal-open {
  padding-top: 0 !important;
}

#main-container.custom-modal-open > *:not(.custom-modal) {
  transition-duration: 0s;
  position: absolute !important;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.btn, .btn-link, .btn-primary, .btn-secondary, .btn-dark {
  border-radius: 999px !important;
}
.btn:hover, .btn-link:hover, .btn-primary:hover, .btn-secondary:hover, .btn-dark:hover {
  border-radius: 999px !important;
}

.block-content {
  padding: 2.5rem;
}

@media (min-width: 768px) {
  .content {
    padding: 2.5rem 2.5rem 1px;
  }
}
.block.block-rounded > .block-content:last-child {
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}

.block.block-rounded > .nav-tabs > .nav-item:first-child > .nav-link {
  border-top-left-radius: 2.5rem;
}

.block.block-rounded > .nav-tabs > .nav-item:last-child > .nav-link {
  border-top-right-radius: 2.5rem;
}

.swal2-popup {
  padding: 2.5rem;
  border-radius: 2.5rem;
}

.row .col, .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-auto, .row .col-lg, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-lg-auto, .row .col-md, .row .col-md-1, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-md-2, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-auto, .row .col-sm, .row .col-sm-1, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-sm-2, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-sm-auto, .row .col-xl, .row .col-xl-1, .row .col-xl-10, .row .col-xl-11, .row .col-xl-12, .row .col-xl-2, .row .col-xl-3, .row .col-xl-4, .row .col-xl-5, .row .col-xl-6, .row .col-xl-7, .row .col-xl-8, .row .col-xl-9, .row .col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
}

.content .push {
  margin-bottom: 40px;
}

.switch-organization {
  color: #fff;
}

.block-header {
  padding: 1.25rem 2.5rem;
  border-radius: 2.5rem 2.5rem 0 0;
}

.modal-content {
  border-radius: 2.5rem;
}

.modal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  border-radius: 2rem;
  background: #000;
  position: relative;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.modal-container.regular {
  display: block;
}
.modal-container.square {
  aspect-ratio: 1;
}
.modal-container.rectangle {
  aspect-ratio: 2/1;
}
.modal-container:not(.regular)::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  transition: border-color 0.3s ease-in-out;
}
.modal-container .theme-switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.modal-container > .type-flag {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1rem;
  padding: 0.2rem 0.5rem;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.modal-container:hover > .type-flag {
  opacity: 1;
}
.modal-container .row.bottom-line {
  padding-bottom: 15px;
  position: relative;
}
.modal-container .row.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  border-radius: 1rem;
}
.modal-container .stat-box {
  box-sizing: border-box;
  background-color: #fafafa;
  box-shadow: 0 0 4px 1px #dfdfdf;
  transition: background-color 0.3s ease-in-out;
}
.modal-container .stat-box:not(.no-hover):hover {
  background-color: #eee;
}
.modal-container.native-white {
  background: #fff;
  box-shadow: 0 0 4px 1px #dfdfdf;
}
.modal-container.native-white a:hover {
  color: #0099ff;
}
.modal-container.native-white a.modal-action-button svg {
  color: #0099ff;
}
.modal-container.native-white a.modal-action-button, .modal-container.native-white a.action-button:visited, .modal-container.native-white a.modal-action-button svg, .modal-container.native-white a.modal-action-button:visited svg {
  color: #0099ff;
}
.modal-container.native-white > .type-flag {
  background: #0099ff;
  color: #ffffff;
}
.modal-container.native-white .row.bottom-line::after {
  background: -moz-linear-gradient(left, #0099ff 0%, #00436f 50%, rgba(0, 67, 111, 0) 100%);
  background: -webkit-linear-gradient(left, #0099ff 0%, #00436f 50%, rgba(0, 67, 111, 0) 100%);
  background: linear-gradient(to right, #0099ff 0%, #00436f 50%, rgba(0, 67, 111, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.modal-container.native-white .app-icon-url svg {
  color: #0099ff;
}
.modal-container.native-white .app-icon-url svg path, .modal-container.native-white .app-icon-url svg circle {
  fill: #0099ff;
}
.modal-container.native-white .app-icon-svg {
  color: #0099ff;
  font-size: 50px;
}
.modal-container.native-white .app-name {
  color: #0099ff;
}
.modal-container.native-white .app-name-byline {
  color: rgba(0, 0, 0, 0.5);
}
.modal-container.native-white .stat-box svg, .modal-container.native-white .stat-box h4, .modal-container.native-white .stat-box h3, .modal-container.native-white .stat-box i {
  color: #0099ff;
}
.modal-container.native-white form button[type=submit] {
  border: 2px solid #0099ff;
  color: #0099ff;
  background-color: transparent;
  cursor: pointer;
}
.modal-container.native-white form button[type=submit]:hover {
  color: #ffffff;
  background-color: #0099ff;
}
.modal-container.native-white .control-icon {
  color: #0099ff;
}
.modal-container.native-white .powered-by-wrap {
  position: relative;
}
.modal-container.native-white .powered-by-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-container.native-white .powered-by-wrap img {
  max-width: 130px;
  height: auto;
}
.modal-container.native-white .powered-by-wrap img.filter-correct {
  filter: invert(100%);
}
.modal-container a.modal-action-button, .modal-container a.modal-action-button:visited {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 3.125rem;
  box-sizing: border-box;
  margin-left: 1rem;
  border-radius: 1rem;
  min-width: 3rem;
  box-shadow: 0 0 4px 1px #dfdfdf;
}
.modal-container a.modal-action-button:not(.normalize) svg, .modal-container a.modal-action-button:visited:not(.normalize) svg {
  font-size: 3rem;
  padding: 0 0.5rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.5s ease;
}
.modal-container a.modal-action-button.normalize svg, .modal-container a.modal-action-button:visited.normalize svg {
  font-size: 3rem;
  padding: 0 0.5rem;
  position: relative;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
.modal-container a.modal-action-button i, .modal-container a.modal-action-button:visited i {
  display: inline-block;
  font-size: 2.5rem;
  padding: 0;
  position: relative;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
.modal-container a.modal-action-button span, .modal-container a.modal-action-button:visited span {
  display: inline-block;
  position: relative;
  top: -6px;
  box-sizing: border-box;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.modal-container a.modal-action-button:hover:not(.normalize) svg {
  transform: translateY(-50%) scale(1);
  transition-duration: 1s;
}
.modal-container a.modal-action-button:hover.normalize svg {
  font-size: 3rem;
  padding: 0 0.5rem;
  position: relative;
  transform: scale(1);
  transition: all 0.5s ease;
}
.modal-container a.modal-action-button:hover i {
  transform: scale(1);
  transition-duration: 1s;
}
.modal-container a.modal-action-button:hover span {
  max-width: 300px;
  max-height: 50px;
  padding-right: 0.5rem;
}

.app-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem;
  box-sizing: border-box;
  border-radius: 2rem;
  background: #000;
  position: relative;
  transition: all 0.3s ease;
}
.app-container.regular {
  display: block;
}
.app-container.square {
  aspect-ratio: 1;
}
.app-container.rectangle {
  aspect-ratio: 2/1;
}
.app-container.justify-center {
  justify-content: center;
}
.app-container.invite-type {
  cursor: pointer;
}
.app-container:not(.regular)::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2.5rem;
  transition: border-color 0.3s ease-in-out;
}
.app-container .control-icon {
  cursor: pointer;
}
.app-container .theme-switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.app-container > .type-flag {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1rem;
  padding: 0.2rem 0.5rem;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.app-container > .app-drag {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #eee;
  cursor: move;
}
.app-container > .app-drag i, .app-container > .app-drag svg {
  color: #0099ff;
}
.app-container > .app-drag span {
  color: #333333;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
}
.app-container:hover > .type-flag {
  opacity: 1;
}
.app-container .row.bottom-line {
  padding-bottom: 15px;
  position: relative;
}
.app-container .row.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  border-radius: 1rem;
}
.app-container .stat-box {
  box-sizing: border-box;
  background-color: #fafafa;
  box-shadow: 0 0 4px 1px #dfdfdf;
  transition: background-color 0.3s ease-in-out;
}
.app-container .stat-box:not(.no-hover):hover {
  background-color: #eee;
}
.app-container .stat-box {
  padding: 1.25rem !important;
}
.app-container .app-icon-url svg {
  width: 60px;
  aspect-ratio: 1;
}
.app-container .app-icon-svg {
  font-size: 50px;
}
.app-container.native-white {
  background: #fff;
  box-shadow: 0 0 4px 1px #dfdfdf;
}
.app-container.native-white a:hover {
  color: #0099ff;
}
.app-container.native-white a.action-button svg {
  color: #0099ff;
}
.app-container.native-white a.action-button, .app-container.native-white a.action-button:visited, .app-container.native-white a.action-button svg, .app-container.native-white a.action-button:visited svg {
  color: #0099ff;
}
.app-container.native-white > .type-flag {
  background: #0099ff;
  color: #ffffff;
}
.app-container.native-white .row.bottom-line::after {
  background: -moz-linear-gradient(left, #0099ff 0%, #00436f 50%, rgba(0, 67, 111, 0) 100%);
  background: -webkit-linear-gradient(left, #0099ff 0%, #00436f 50%, rgba(0, 67, 111, 0) 100%);
  background: linear-gradient(to right, #0099ff 0%, #00436f 50%, rgba(0, 67, 111, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.app-container.native-white .row.bottom-line.reverse::after {
  background: -moz-linear-gradient(left, rgba(0, 67, 111, 0) 0%, #00436f 50%, #0099ff 100%);
  background: -webkit-linear-gradient(left, rgba(0, 67, 111, 0) 0%, #00436f 50%, #0099ff 100%);
  background: linear-gradient(to right, rgba(0, 67, 111, 0) 0%, #00436f 50%, #0099ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
.app-container.native-white .app-icon-url svg {
  color: #0099ff;
}
.app-container.native-white .app-icon-url svg path, .app-container.native-white .app-icon-url svg circle {
  fill: #0099ff;
}
.app-container.native-white .app-icon-svg {
  color: #0099ff;
  font-size: 50px;
}
.app-container.native-white .app-name {
  color: #0099ff;
}
.app-container.native-white .app-name-byline {
  color: rgba(0, 0, 0, 0.5);
}
.app-container.native-white .stat-box svg, .app-container.native-white .stat-box h4, .app-container.native-white .stat-box h3, .app-container.native-white .stat-box i {
  color: #0099ff;
}
.app-container.native-white form button[type=submit] {
  border: 2px solid #0099ff;
  color: #0099ff;
  background-color: transparent;
  cursor: pointer;
}
.app-container.native-white form button[type=submit]:hover {
  color: #ffffff;
  background-color: #0099ff;
}
.app-container.native-white .control-icon {
  color: #0099ff;
}
.app-container.native-white .powered-by-wrap {
  position: relative;
}
.app-container.native-white .powered-by-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app-container.native-white .powered-by-wrap img {
  max-width: 130px;
  height: auto;
}
.app-container.native-white .powered-by-wrap img.filter-correct {
  filter: invert(100%);
}
.app-container.integration-white {
  background: #fff;
  box-shadow: 0 0 4px 1px #dfdfdf;
}
.app-container.integration-white a:hover {
  color: #6c00ff;
}
.app-container.integration-white a.action-button, .app-container.integration-white a.action-button:visited, .app-container.integration-white a.action-button svg, .app-container.integration-white a.action-button:visited svg {
  color: #6c00ff;
}
.app-container.integration-white a.action-button:hover, .app-container.integration-white a.action-button:hover svg {
  color: #6c00ff;
}
.app-container.integration-white > .type-flag {
  background: #6c00ff;
  color: #ffffff;
}
.app-container.integration-white .row.bottom-line::after {
  background: -moz-linear-gradient(left, #6c00ff 0%, #320077 50%, rgba(50, 0, 119, 0) 100%);
  background: -webkit-linear-gradient(left, #6c00ff 0%, #320077 50%, rgba(50, 0, 119, 0) 100%);
  background: linear-gradient(to right, #6c00ff 0%, #320077 50%, rgba(50, 0, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.app-container.integration-white .app-icon-url svg {
  color: #6c00ff;
}
.app-container.integration-white .app-icon-url svg path, .app-container.integration-white .app-icon-url svg circle {
  fill: #6c00ff;
}
.app-container.integration-white .app-icon-svg {
  color: #6c00ff;
}
.app-container.integration-white .app-name {
  color: #6c00ff;
}
.app-container.integration-white .app-name-byline {
  color: rgba(0, 0, 0, 0.5);
}
.app-container.integration-white .stat-box svg, .app-container.integration-white .stat-box h4, .app-container.integration-white .stat-box h3, .app-container.integration-white .stat-box i {
  color: #6c00ff;
}
.app-container.integration-white form button[type=submit] {
  border: 2px solid #6c00ff;
  color: #6c00ff;
}
.app-container.integration-white .control-icon {
  color: #6c00ff;
}
.app-container.integration-white .powered-by-wrap {
  position: relative;
}
.app-container.integration-white .powered-by-wrap img {
  max-width: 130px;
  height: auto;
}
.app-container.integration-white .powered-by-wrap img.filter-correct {
  filter: invert(100%);
}
.app-container a.action-button, .app-container a.action-button:visited {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 3.125rem;
  box-sizing: border-box;
  margin-left: 1rem;
  border-radius: 999px;
  min-width: 3rem;
}
.app-container a.action-button:not(.normalize) svg, .app-container a.action-button:visited:not(.normalize) svg {
  font-size: 3rem;
  padding: 0 0.5rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.5s ease;
}
.app-container a.action-button.normalize svg, .app-container a.action-button:visited.normalize svg {
  font-size: 3rem;
  padding: 0 0.5rem;
  position: relative;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
.app-container a.action-button i, .app-container a.action-button:visited i {
  display: inline-block;
  font-size: 2.5rem;
  padding: 0;
  position: relative;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
.app-container a.action-button span, .app-container a.action-button:visited span {
  display: inline-block;
  position: relative;
  top: -6px;
  box-sizing: border-box;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.app-container a.action-button.opened span, .app-container a.action-button:visited.opened span {
  max-width: 300px;
  max-height: 50px;
  padding-right: 0.75rem;
}
.app-container a.action-button:hover:not(.normalize) svg {
  transform: translateY(-50%) scale(1);
  transition-duration: 1s;
}
.app-container a.action-button:hover.normalize svg {
  font-size: 3rem;
  padding: 0 0.5rem;
  position: relative;
  transform: scale(1);
  transition: all 0.5s ease;
}
.app-container a.action-button:hover i {
  transform: scale(1);
  transition-duration: 1s;
}
.app-container a.action-button:hover span {
  max-width: 300px;
  max-height: 50px;
  padding-right: 0.75rem;
}
.app-container[class*=white] .powered-by-prefix {
  color: #555555;
}
.app-container[class*=white] a, .app-container[class*=white] a:visited, .app-container[class*=white] a svg, .app-container[class*=white] a:visited svg {
  color: #555555;
}
.app-container[class*=white] a.action-button, .app-container[class*=white] a.action-button:visited {
  box-shadow: 0 0 4px 1px #dfdfdf;
}
.app-container[class*=colorful] {
  color: #fff;
  padding: 2.5rem;
}
.app-container[class*=colorful] form button[type=submit] {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.app-container[class*=colorful]:hover::before {
  border-color: rgba(255, 255, 255, 0.9);
}
.app-container[class*=colorful] .app-icon-url svg {
  color: #ffffff;
}
.app-container[class*=colorful] .app-icon-url svg path, .app-container[class*=colorful] .app-icon-url svg circle {
  fill: #ffffff;
}
.app-container[class*=colorful] .stat-box {
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.1);
}
.app-container[class*=colorful] .stat-box svg, .app-container[class*=colorful] .stat-box h4, .app-container[class*=colorful] .stat-box i {
  color: #ffffff;
}
.app-container[class*=colorful] .stat-box:not(.no-hover):hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.app-container[class*=colorful] a.action-button, .app-container[class*=colorful] a.action-button:visited {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.app-container[class*=colorful] a.action-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.app-container[class*=colorful] .powered-by-wrap {
  position: relative;
}
.app-container[class*=colorful] .powered-by-wrap img {
  max-width: 130px;
  height: auto;
}
.app-container.native-colorful {
  background: #0099ff;
  background: -moz-linear-gradient(-45deg, #0099ff 0%, #00436f 100%);
  background: -webkit-linear-gradient(-45deg, #0099ff 0%, #00436f 100%);
  background: linear-gradient(135deg, #0099ff 0%, #00436f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0099ff", endColorstr="#00436f",GradientType=1 );
}
.app-container.native-colorful > .type-flag {
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
}
.app-container.native-colorful .row.bottom-line::after {
  background: -moz-linear-gradient(left, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.app-container.native-colorful .app-icon-svg {
  color: #ffffff;
  font-size: 50px;
}
.app-container.native-colorful .app-name {
  color: #ffffff;
}
.app-container.native-colorful .app-name-byline {
  color: rgba(255, 255, 255, 0.5);
}
.app-container.native-colorful .control-icon {
  color: #ffffff;
}
.app-container.native-colorful .powered-by-prefix {
  color: rgba(255, 255, 255, 0.4);
}
.app-container.integration-colorful {
  background: #0099ff;
  background: -moz-linear-gradient(-45deg, #6c00ff 0%, #320077 100%);
  background: -webkit-linear-gradient(-45deg, #6c00ff 0%, #320077 100%);
  background: linear-gradient(135deg, #6c00ff 0%, #320077 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0099ff", endColorstr="#00436f",GradientType=1 );
}
.app-container.integration-colorful > .type-flag {
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
}
.app-container.integration-colorful .row.bottom-line::after {
  background: -moz-linear-gradient(left, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.app-container.integration-colorful .app-icon-svg {
  color: #ffffff;
  font-size: 50px;
}
.app-container.integration-colorful .app-name {
  color: #ffffff;
}
.app-container.integration-colorful .app-name-byline {
  color: rgba(255, 255, 255, 0.5);
}
.app-container.integration-colorful .control-icon {
  color: #ffffff;
}
.app-container.integration-colorful .powered-by-prefix {
  color: rgba(255, 255, 255, 0.4);
}

.call-quality-rating {
  cursor: pointer;
}
.call-quality-rating span {
  display: block;
  text-align: center;
  font-size: 16px;
}
.call-quality-rating:hover, .call-quality-rating.selected {
  color: #0099ff;
}

.custom-modal {
  position: relative;
  z-index: 100;
  display: none;
  flex-grow: 1;
}

.custom-modal.animate-object {
  display: block;
}

select option:disabled {
  background-color: #eee !important;
  font-weight: 700;
}

.custom-radio {
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 4px 1px #dfdfdf;
}
.custom-radio label {
  margin: 0;
  font-weight: 400;
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 0.625rem;
  cursor: pointer;
}
.custom-radio label input[type=radio] {
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  margin: 0.1875rem 0 0;
  font: inherit;
  color: #000000;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #555555;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  transition: 120ms transform ease-in-out;
}
.custom-radio label input[type=radio]::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #0099ff;
}
.custom-radio label input[type=radio]:checked {
  border-color: #0099ff;
}
.custom-radio label input[type=radio]:checked::before {
  transform: scale(1);
}
.custom-radio label input[type=checkbox] {
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  margin: 0.1875rem 0 0;
  font: inherit;
  color: #000000;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #555555;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  transition: 120ms transform ease-in-out;
}
.custom-radio label input[type=checkbox]::before {
  font-size: 1.1rem;
  content: "\f058";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #0099ff;
}
.custom-radio label input[type=checkbox]:checked {
  border-color: #0099ff;
}
.custom-radio label input[type=checkbox]:checked::before {
  transform: scale(1);
}
.custom-radio:last-child {
  margin-bottom: 0;
}
.custom-radio .custom-radio {
  box-shadow: none;
  background-color: #eee;
}
.custom-radio h5 {
  color: #0099ff;
}

.fa-icon-selector.icon-light {
  font-family: "Font Awesome 5 Pro", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.fa-icon-selector.icon-regular {
  font-family: "Font Awesome 5 Pro", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.fa-icon-selector.icon-solid {
  font-family: "Font Awesome 5 Pro", "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 20px;
}
.fa-icon-selector.icon-duotone {
  font-family: "Font Awesome 5 Duotone", "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 20px;
}

.model-form input[type=text] {
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.model-form input[type=text]:focus {
  outline: 0 none;
  border-color: #000;
}
.model-form select {
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0 !important;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.model-form select:focus {
  outline: 0 none;
  border-color: #000;
}

.animate-object {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeReveal {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeReveal {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeReveal {
  -webkit-animation-name: fadeReveal;
  animation-name: fadeReveal;
}

@-webkit-keyframes fadeHide {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeHide {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeHide {
  -webkit-animation-name: fadeHide;
  animation-name: fadeHide;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.heartbeat {
  -webkit-animation-name: heartbeat;
  animation-name: heartbeat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scale-hover {
  transform: scale(1);
  transition: all 0.3s ease;
}

.scale-hover:hover {
  transform: scale(1.25);
}

.all-transition {
  transition: all 0.3s ease;
}

.integration-white .snap-scroll-y {
  margin-right: 0 !important;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  scroll-padding: 10px;
}
.integration-white .snap-scroll-y > * {
  scroll-snap-align: start;
}
.integration-white .snap-scroll-y::-webkit-scrollbar {
  width: 12px;
}
.integration-white .snap-scroll-y {
  /* Track */
}
.integration-white .snap-scroll-y::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.integration-white .snap-scroll-y {
  /* Handle */
}
.integration-white .snap-scroll-y::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(108, 0, 255, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.integration-white .snap-scroll-y::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(108, 0, 255, 0.4);
}

.integration-colorful .snap-scroll-y {
  margin-right: 0 !important;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  scroll-padding: 10px;
}
.integration-colorful .snap-scroll-y > * {
  scroll-snap-align: start;
}
.integration-colorful .snap-scroll-y::-webkit-scrollbar {
  width: 12px;
}
.integration-colorful .snap-scroll-y {
  /* Track */
}
.integration-colorful .snap-scroll-y::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.integration-colorful .snap-scroll-y {
  /* Handle */
}
.integration-colorful .snap-scroll-y::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.integration-colorful .snap-scroll-y::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.4);
}

.native-white .snap-scroll-y {
  margin-right: 0 !important;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  scroll-padding: 10px;
}
.native-white .snap-scroll-y > * {
  scroll-snap-align: start;
}
.native-white .snap-scroll-y::-webkit-scrollbar {
  width: 12px;
}
.native-white .snap-scroll-y {
  /* Track */
}
.native-white .snap-scroll-y::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.native-white .snap-scroll-y {
  /* Handle */
}
.native-white .snap-scroll-y::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 153, 255, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.native-white .snap-scroll-y::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 153, 255, 0.4);
}

.native-colorful .snap-scroll-y {
  margin-right: 0 !important;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  scroll-padding: 10px;
}
.native-colorful .snap-scroll-y > * {
  scroll-snap-align: start;
}
.native-colorful .snap-scroll-y::-webkit-scrollbar {
  width: 12px;
}
.native-colorful .snap-scroll-y {
  /* Track */
}
.native-colorful .snap-scroll-y::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.native-colorful .snap-scroll-y {
  /* Handle */
}
.native-colorful .snap-scroll-y::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.native-colorful .snap-scroll-y::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.4);
}

.draggable-items > * > * {
  transition: all 0.3s ease-in-out;
}

.sortable-chosen > * {
  transform: scale(0.75);
}

.block.sort-overlay {
  position: relative;
}

.block.sort-overlay::after {
  content: "";
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: move;
}

#analyzing {
  position: fixed;
  z-index: 9999;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#analyzing.dark {
  background-color: rgba(0, 0, 0, 0.6);
}
#analyzing.dark .text-primary {
  color: #fff !important;
  text-shadow: 0 0 4px #000;
}
#analyzing.full {
  top: 0;
  height: 100%;
}
#analyzing.show {
  opacity: 1;
  visibility: visible;
}

.fa-spin {
  -webkit-filter: blur(0);
}

/*# sourceMappingURL=909-custom.css.map */
