﻿/* #region Mixins */
/* #endregion */
.w-30px {
  width: 30px;
}
.t-n10px {
  top: -10px;
}
.r-n10px {
  right: -10px;
}
.mt-n1px {
  margin-top: -1px;
}
.z-index-5 {
  z-index: 5;
}
.gc-border-danger {
  position: relative;
}
.w-500px {
  width: 500px;
}
.overflow-hidden {
  overflow: hidden;
}
.badge-xxs {
  font-size: xx-small;
}
.gc-border-danger:after {
  content: '';
  position: absolute;
  display: block;
  border: 1px solid #dc3545;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border-radius: 5px;
  z-index: -1;
}
.shadow-display {
  position: relative;
}
.shadow-display.card:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f7f9d6;
  height: 100%;
  width: 100%;
}
.shadow-display .shadow-display-msg {
  display: block !important;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w-480px {
  width: 480px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h-min-824px {
  min-height: 824px;
}
.h-min-840px {
  min-height: 840px;
}
.w-18px {
  width: 18px;
}
.w-20px {
  width: 20px;
}
.h-1px {
  height: 1px;
}
.l-10 {
  left: 10px;
}
.h-18px {
  height: 18px;
}
.z-index-10 {
  z-index: 10;
}
.w-185px {
  width: 185px !important;
}
.w-300px {
  width: 300px !important;
}
.l-15px {
  left: 15px !important;
}
.w-390px {
  width: 390px;
}
.overflow-y-auto {
  overflow-y: auto;
}
.w-400px {
  width: 400px !important;
}
.pt-24px {
  padding-top: 24px;
}
.h-146px {
  height: 146px;
}
.w-100px {
  width: 100px;
}
.h-207px {
  height: 207px;
}
.mt-n42px {
  margin-top: -42px;
}
.l-0 {
  left: 0;
}
.l-n5px {
  left: -5px;
}
.t-0 {
  top: 0;
}
.zindex-15 {
  z-index: 15;
}
.h-initial {
  height: initial;
}
.h-center {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg-light-grey {
  background-color: #f5f7f9;
}
.pb-5rem {
  padding-bottom: 5rem;
}
.pt-7dot5rem {
  padding-top: 7.5rem;
}
.w-max-390-px {
  max-width: 390px;
}
.px-6 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.box-shadow-none {
  box-shadow: none;
}
.box-shadow-none:focus,
.box-shadow-none:active,
.box-shadow-none:visited {
  box-shadow: none;
}
.outline-none {
  outline: none;
}
.outline-none:focus,
.outline-none:active,
.outline-none:visited {
  outline: none;
}
.pb-dot3rem {
  padding-bottom: 0.3rem;
}
.body-background {
  background-color: #f5f7f9;
}
.z-index-10 {
  z-index: 10;
}
.badge-readonly {
  color: #495057;
  background-color: #e9ecef;
  border: solid 1px #ced4da;
  font-size: 90%;
  font-weight: 500;
}
.max-w-420 {
  max-width: 340px;
}
.w-min-38 {
  min-width: 38px;
}
.w-min-140 {
  min-width: 140px;
}
.save-msg {
  display: none;
  color: #d9534f;
}
.save-msg.active {
  display: inline-block;
  animation: blink 1.5s infinite;
}
.k-list-container.h-drop-auto.drop-account-list {
  width: 300px !important;
  height: auto !important;
}
.k-list-container.h-drop-auto.drop-account-list .k-list-scroller {
  height: auto !important;
}
#organizations-list.h-drop-auto.drop-account-list {
  overflow: hidden;
  overflow-y: auto;
}
#unyk-tv-notification-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2147483647;
}
#unyk-tv-notification-container .k-notification:before {
  display: block;
  content: '×';
  position: absolute;
  right: 0;
  padding: 0 8px;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(16, 16, 16, 0.25);
}
#unyk-tv-notification-container .k-notification {
  border: 3px solid;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  opacity: 1;
  width: 360px;
  margin-bottom: 10px;
  table-layout: fixed;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#unyk-tv-notification-container .k-notification .warning,
#unyk-tv-notification-container .k-notification .error,
#unyk-tv-notification-container .k-notification .success,
#unyk-tv-notification-container .k-notification .info {
  display: table-row;
}
#unyk-tv-notification-container .k-notification .warning .icon,
#unyk-tv-notification-container .k-notification .error .icon,
#unyk-tv-notification-container .k-notification .success .icon,
#unyk-tv-notification-container .k-notification .info .icon {
  display: table-cell;
  width: 48px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
#unyk-tv-notification-container .k-notification .warning .text,
#unyk-tv-notification-container .k-notification .error .text,
#unyk-tv-notification-container .k-notification .success .text,
#unyk-tv-notification-container .k-notification .info .text {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 1.2em;
}
.k-widget.k-tooltip.k-slider-tooltip {
  display: none !important;
}
.w-50px {
  width: 50px;
}
.t-1rem {
  top: 1rem;
}
.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.mr-less-70px {
  margin-right: -70px;
}
html,
body {
  min-height: 100% !important;
  height: 100%;
}
.mt-less-10 {
  margin-top: -10px !important;
}
#grid-container {
  height: calc(100% - 15px);
  height: -moz-calc(100% - 15px);
  height: -webkit-calc(100% - 15px);
  height: -o-calc(100% - 15px);
}
.h-100-box {
  height: calc(100% - 41px);
  height: -moz-calc(100% - 41px);
  height: -webkit-calc(100% - 41px);
  height: -o-calc(100% - 41px);
}
#win-history .k-grid-content.k-auto-scrollable {
  height: calc(100% - 100px) !important;
  height: -moz-calc(100% - 100px) !important;
  height: -webkit-calc(100% - 100px) !important;
  height: -o-calc(100% - 100px) !important;
}
.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.size-1rem {
  font-size: 1rem;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
body {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  min-height: 75rem;
  padding-top: 3.9rem;
  background-color: #f5f7f9;
  color: #0d2b3e;
}
#btn-edit,
#btn-remove {
  display: none;
}
#content-pane {
  /*.calc(height, "100% - 76px");
    //   height: 100%;
    //   overflow: hidden;
    &.plan-display {
        .calc(height, "100% - 81px");
    }*/
}
#content-pane .scroll-container {
  height: 100%;
}
.flex-min-auto,
.flex-plan-auto {
  flex: 0 0 auto;
}
.flex-max-auto,
.flex-body-auto {
  flex: 1 1 auto;
}
.no-resize {
  resize: none !important;
}
.w-94 {
  width: 94px !important;
}
.w-230 {
  width: 230px;
}
.w-min-115 {
  min-width: 115px;
}
.w-min-80 {
  min-width: 80px;
}
.h-100-62 {
  height: calc(100% - 62px) !important;
  height: -moz-calc(100% - 62px) !important;
  height: -webkit-calc(100% - 62px) !important;
  height: -o-calc(100% - 62px) !important;
}
.r-0 {
  right: 0;
}
.font-size-xl {
  font-size: x-large;
}
.t-10 {
  top: -10px;
}
.w-140 {
  width: 140px;
}
.w-inherit {
  width: inherit !important;
}
.top-bar {
  width: 100%;
  background-color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
.bg-blue {
  background-color: #19255a;
}
.text-blue {
  color: #19255a;
}
.nav-item {
  padding: 0 2px 0 1px;
}
.nav-item.active .btn {
  background-color: #19255a;
}
.nav-item.active .btn .text-blue {
  color: #fff;
}
.nav-item.active.free-bar .btn.cursor-default {
  background-color: initial;
}
.nav-item.active.free-bar .btn.cursor-default .text-blue {
  color: initial;
}
.nav-item.active.free-bar .btn.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.mt-05 {
  margin-top: 0.05rem !important;
}
.logo-image {
  height: 34px;
  width: 150px;
  transform: translateY(-4px);
}
.font-weight-100 {
  font-weight: 100;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f5f7f9;
}
.drop-shadow {
  box-shadow: 0 3px 10px rgba(130, 130, 130, 0.15);
}
.list-group-clean .list-group-item {
  border: none;
  background: transparent;
}
.o-hidden {
  overflow: hidden;
}
.o-auto {
  overflow: auto;
}
.border-radius {
  border-radius: 9px;
}
.text-dark-blue {
  color: #0d2b3e;
}
.bg-light-blue {
  background: #f5f7f9;
}
.w480 {
  width: 480px;
}
.w420 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w468 {
  width: 468px;
}
.w500 {
  width: 500px;
}
.w515 {
  width: 515px;
}
.max-w-224 {
  max-width: 224px;
}
.plan .min-w-95 {
  min-width: 95px;
}
.plan .position-y-center {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plan .text-size-s {
  font-size: calc(12px + 0.3vw);
}
.plan .text-size-xs {
  font-size: 0.8rem;
}
.plan .text-size-xxs {
  font-size: 0.7rem;
}
.plan .text-size-xxxs {
  font-size: 0.6rem;
}
.w-34 {
  width: 34px;
}
.w-1em {
  width: 1em !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.mainnav .r-0 {
  right: 0;
}
.mainnav .b-7 {
  bottom: 7px;
}
.mainnav .text-h-34-px {
  line-height: 34px;
}
.mainnav .h-34-px {
  height: 34px;
}
.mainnav .dropdown-hover .dropdown-lvl-1 {
  top: 91%;
}
.mainnav .dropdown-hover .dropdown-lvl-1 .dropdown-lvl-2 {
  list-style-type: none;
  display: none;
}
.mainnav .dropdown-hover .dropdown-lvl-1 .left-side-menu {
  right: 100%;
  left: unset;
}
.mainnav .dropdown-hover .dropdown-lvl-1 .sub-dropdown > a svg.fa-angle-down {
  display: none;
  margin-left: 10px;
}
.mainnav .dropdown-hover .dropdown-lvl-1 .sub-dropdown > a svg.fa-angle-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 9px;
}
.mainnav .dropdown-hover .dropdown-lvl-1 .sub-dropdown:hover > a {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.mainnav .dropdown-hover .dropdown-lvl-1 .sub-dropdown:hover .dropdown-lvl-2 {
  display: block;
}
.mainnav .dropdown-hover:hover .dropdown-lvl-1 {
  display: block;
}
.mainnav svg.btn-cog {
  display: none;
}
@media (min-width: 768px) {
  .mainnav .dropdown-lvl-1 .sub-dropdown > a svg.fa-angle-left {
    display: block;
  }
  .mainnav .dropdown-lvl-1 .sub-dropdown > a svg.fa-angle-down {
    display: none;
  }
}
@media (max-width: 990px) {
  svg.btn-cog {
    display: inline-block;
  }
}
@media (max-width: 766px) {
  svg.btn-cog {
    display: none;
  }
}
.size-10rem {
  font-size: 10rem;
}
.l-21rem {
  left: 21rem;
}
.size-2dot5rem {
  font-size: 2.5rem;
}
.text-size-xxxl {
  font-size: calc(12px + 1.8vw);
}
.text-size-xxl {
  font-size: calc(12px + 1.2vw);
}
.text-size-xl {
  font-size: calc(12px + 1vw);
}
.bg-img-norepeat {
  background-repeat: no-repeat;
}
.bg-img-center {
  background-position: center center;
}
.bg-img-full {
  background-size: 100% 100%;
}
.k-upgrade-win {
  overflow: hidden;
}
.k-upgrade-win .text-blue {
  color: #19255a;
}
.k-upgrade-win .img-none {
  background-image: none;
}
.k-upgrade-win .img-inputs {
  background-image: url('Images/upgrade/inputs.png');
}
.k-upgrade-win .img-contact {
  background-image: url('Images/upgrade/contacts.png');
}
.k-upgrade-win .img-rights,
.k-upgrade-win .img-policies,
.k-upgrade-win .img-integration {
  background-image: url('Images/upgrade/integrations-img.png');
}
.k-upgrade-win .img-form {
  background-image: url('Images/upgrade/forms-img.png');
}
.k-upgrade-win .k-window-titlebar .k-window-actions {
  margin-top: -1rem;
}
.k-upgrade-win .k-window-titlebar.k-header {
  z-index: 1;
  border: none;
  background-color: transparent;
}
.k-upgrade-win .k-window-titlebar.k-header .k-window-actions {
  margin-right: -1px !important;
}
.k-upgrade-win #action-btn small {
  display: none;
}
.k-upgrade-win #action-btn.disabled a {
  display: none;
  opacity: 0.65;
  pointer-events: none;
  cursor: default;
}
.k-upgrade-win #action-btn.disabled small {
  display: block;
}
.k-upgrade-win .btn-primary {
  color: #fff;
  background-color: #19255a;
  border-color: #19255a;
}
.drop-white .k-dropdown-wrap.k-state-default {
  background-color: #fff;
  border-width: 1px;
}
.k-widget.k-window,
#section-box,
#form-win-container,
#webhook-window {
  overflow: hidden;
}
.k-widget.k-window .k-widget.k-dropdown,
#section-box .k-widget.k-dropdown,
#form-win-container .k-widget.k-dropdown,
#webhook-window .k-widget.k-dropdown {
  border: solid 1px #ced4da;
}
.k-widget.k-dropdown[aria-owns=customer-grid-filter_listbox] {
  border: solid 1px #ced4da;
  border-radius: 0.25rem;
}