.login-page {
  padding: 0;
  overflow: hidden;
}
.login-page .login-background {
  background-image: url("../images/login-background.svg");
  height: 100vh;
  width: 100vw;
  background-position: right;
  background-size: cover;
}
.login-page .login-background-white {
  height: 100vh;
  width: 100vw;
  background: #fff;
}
.login-page .login-links {
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.login-page .login-links span {
  color: #939393;
  background: #f0f0f0;
  padding: 0px 3px 3px 3px;
  border-radius: 5px;
}
.login-page .login-links span a {
  color: #939393;
}
.login-page .login-links span a:hover {
  color: #a7a7a7;
}
.login-page .login-links .seal span {
  background: none;
}
.login-page .login-links .seal img {
  color: #939393;
  background: #f0f0f0;
  padding: 0px 10px 10px 10px;
  border-radius: 5px;
}
.login-page .login-image-container {
  pointer-events: none;
  height: 85px;
  width: 100%;
  background: #fff;
  position: absolute;
  display: inline-block;
  top: 0;
  z-index: 400;
}
.login-page .login-image-container img {
  pointer-events: auto;
}

.form-panel {
  border-radius: 5px;
}
.form-panel.login-panel {
  top: 0;
  left: 0;
  width: 600px;
  height: 550px;
  padding: 0;
  margin-left: calc((100vw - 600px) / 2);
  margin-top: calc((100vh - 480px) / 2);
  color: #0a0a0a;
  position: absolute;
  border-radius: 0;
}
.form-panel .row {
  margin-top: 0;
}
.form-panel .row .col-sm-12 {
  margin-top: 5px;
}
.form-panel .row.navigation-buttons {
  margin-right: 0;
  margin-top: 20px;
}
.form-panel .hide:not(.at-display-block) {
  display: none !important;
}
.form-panel .error-msg p {
  text-align: center;
  margin: 0;
}
.form-panel .form-content.login-content {
  height: auto;
  border-radius: 5px;
  background: #fff;
  padding: 40px 80px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}
.form-panel .form-content button,
.form-panel .form-content div.btn {
  width: 100%;
  height: 50px;
}
.form-panel .form-content button.btn-danger:focus,
.form-panel .form-content div.btn.btn-danger:focus {
  background: #f77975;
  border: 1px solid #f55753;
}
.form-panel .form-content button.btn-complete:focus,
.form-panel .form-content div.btn.btn-complete:focus {
  background: #6dc0f9;
  border: 1px solid #48b0f7;
}
.form-panel .form-content button.btn-success:focus,
.form-panel .form-content div.btn.btn-success:focus {
  background: #40d9ca;
  border: 1px solid #10cfbd;
}
.form-panel .form-content .form-divider {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #d8dadc;
  text-align: center;
  margin: 15px 0;
  color: #0a0a0a;
}
.form-panel .form-content .form-divider span {
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  padding: 0 10px;
}
.form-panel .form-content .form-title {
  font-size: 22px;
  font-weight: 500;
  color: #0a0a0a;
  margin-top: 0px;
}
.form-panel .form-content .form-note {
  font-size: 10px;
  color: #646972;
}
.form-panel .form-content .form-title h1 {
  font-size: 22px;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 28px;
}
.form-panel .form-content .form-input .form-group.account-selection {
  margin-top: 20px;
}
.form-panel .form-content .form-input .form-group label {
  color: #333333;
}
.form-panel .form-content .form-input .form-group label.error {
  font-size: 12px;
  color: #d32f2f;
  display: block;
}
.form-panel .form-content .form-input .form-group .form-control {
  border: 1px solid #d8dadc;
  height: 50px;
  font-size: 14px;
  border-radius: 0;
  color: #0a0a0a;
}
.form-panel .form-content .form-input .form-group .form-control::placeholder {
  color: #939393;
  opacity: 1;
  font-weight: 500;
}
.form-panel .form-content .form-input .form-group .form-control[disabled] {
  color: #dbdbdb;
  background: none !important;
}
.form-panel .form-content .form-input .form-group .form-control[disabled]::placeholder {
  color: #dbdbdb;
}
.form-panel .form-content .form-input .form-group .form-control.default-field {
  border-radius: 5px;
}
.form-panel .form-content .form-input .form-group .form-control.email-field {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0;
}
.form-panel .form-content .form-input .form-group .form-control.password-field {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: none;
  margin: 0;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field {
  width: 100%;
  border-radius: 5px;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.k-dropdown {
  background: none !important;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.k-dropdown * {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.k-dropdown .k-state-default {
  margin-top: 8px !important;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.k-dropdown.md-control .k-input {
  padding-top: 5px;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.disabled {
  cursor: not-allowed;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.disabled *[unselectable=on] {
  cursor: not-allowed;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.disabled:not(.md-control) .k-state-disabled {
  margin-top: 8px !important;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.disabled .k-state-disabled .k-input {
  background-color: none !important;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.disabled .dropdown-placeholder,
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.disabled .k-icon {
  color: #dbdbdb;
}
.form-panel .form-content .form-input .form-group .form-control.dropdown-field.no-selection .k-input {
  color: #939393;
  opacity: 1;
  font-weight: 500;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field {
  width: 100%;
  border-radius: 5px;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap {
  border-radius: 5px;
  height: 100%;
  border: 1px solid #d8dadc !important;
  box-sizing: border-box;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap li {
  background-color: #fafafa !important;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap li .k-select:hover {
  color: #d32f2f;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap li, .form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap > span {
  margin-top: 10px;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap input {
  width: 25px;
  height: 45px;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap *:not(li) {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap .k-state-default {
  margin-top: 8px;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap:hover {
  background-color: #f0f0f0;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field .k-multiselect-wrap:hover li {
  background-color: #fff !important;
}
.form-panel .form-content .form-input .form-group .form-control.multiselect-field.no-selection .k-input {
  color: #939393;
  opacity: 1;
  font-weight: 500;
}
.form-panel .form-content .form-input .form-group .form-control:focus {
  border: 1px solid #48b0f7 !important;
}
.form-panel .form-content .form-input .form-group .form-control.md-control {
  height: 40px;
  line-height: 40px;
}
.form-panel .form-content .form-input .form-group .form-control.md-control.dropdown-field.k-dropdown .k-state-default, .form-panel .form-content .form-input .form-group .form-control.md-control.multiselect-field.k-multiselect-wrap .k-state-default {
  margin-top: 0 !important;
}
.form-panel .form-content .form-input .form-group .form-control.sm-control {
  height: 30px;
  line-height: 30px;
}
.form-panel .form-content .form-input .form-group .form-control.sm-control.dropdown-field.k-dropdown .k-state-default, .form-panel .form-content .form-input .form-group .form-control.sm-control.multiselect-field.k-multiselect-wrap .k-state-default {
  margin-top: 0 !important;
}
.form-panel .form-content .form-input .form-group.inline-switch .controls {
  width: 280px;
}
.form-panel .form-content .form-input .form-group.inline-switch .switch {
  color: #939393;
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
}
.form-panel .form-content .form-input .form-group.inline-switch .switch i {
  position: relative;
  top: 10px;
}
.form-panel .form-content .form-input .form-group .form-control-feedback {
  margin-top: 15px;
  margin-right: 25px;
  font-size: 18px;
  color: #d8dadc;
}
.form-panel .form-content .form-input .form-group .form-control-feedback.text-feedback {
  margin-top: 8px;
  margin-right: 28px;
  font-size: 12px;
  color: #939393;
}
.form-panel .form-content .form-input .form-group .form-control-feedback.md-control {
  margin-top: 10px;
  margin-right: 5px;
}
.form-panel .form-content .btn-large-selector {
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  height: auto !important;
}
.form-panel .form-content .btn-large-selector i {
  font-size: 42px;
  margin-bottom: 5px;
}
.form-panel .login-ad {
  height: 100%;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.form-panel .login-ad .fallback-content {
  position: absolute;
  text-align: center;
  background: #313b44;
  color: #fff;
  height: 100%;
  padding: 40px 20px;
}
.form-panel .login-ad .fallback-content h2 {
  color: #fff;
  text-transform: uppercase;
}
.form-panel .login-ad .fallback-content ul {
  padding-left: 32px;
  text-align: left;
}
.form-panel .login-ad .fallback-content ul li {
  list-style: circle;
}
.form-panel .login-ad img {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -397px;
}
.form-panel .login-ad .ad-content {
  position: relative;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.form-panel .login-ad .ad-content.animate-show {
  opacity: 1;
}
.form-panel ol {
  counter-reset: li;
  padding-left: 5px;
}
.form-panel ol > li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px;
  list-style: none;
}
.form-panel ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 6px;
  left: -20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  background: #d8dadc;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 12px;
}
.form-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input.form-control.ng-invalid-required.ng-touched::placeholder {
  color: #d32f2f !important;
}

.form-control .dropdown-placeholder {
  color: #939393;
  opacity: 1;
  font-weight: 500;
  margin-left: -10px;
}

.form-control.ng-invalid-required.ng-touched .dropdown-placeholder {
  color: #d32f2f !important;
}

input[type=number].form-control[required]::-webkit-inner-spin-button, input[type=number].form-control[required]::-webkit-outer-spin-button,
input[type=number].form-control[ng-required]::-webkit-inner-spin-button,
input[type=number].form-control[ng-required]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 1199.9999px) {
  .login-background {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  form:not(#form-login) .form-group:not(.has-feedback) input.form-control[required] + span.at-asterisk,
form:not(#form-login) .form-group:not(.has-feedback) input.form-control[ng-required] + span.at-asterisk {
    right: 15px;
  }
}
.upgrade-container input.form-control[required] + span.at-asterisk,
.upgrade-container input.form-control[ng-required] + span.at-asterisk {
  margin-top: 45px;
}

form[name=userProfileForm] input.form-control[required] + span.at-asterisk,
form[name=userProfileForm] input.form-control[ng-required] + span.at-asterisk {
  margin-top: 40px;
}

.panel-heading p a:not(.btn) {
  color: #317bac !important;
  opacity: 1;
}

.panel-heading p a:not(.btn):hover {
  color: #6dc0f9 !important;
}

.k-list-optionlabel {
  display: none;
}

@media (max-width: 768px) {
  .login-panel {
    width: 450px !important;
    margin-left: calc((100vw - 450px) / 2) !important;
  }
  .login-panel .login-content {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .form-control-feedback.xs-adjust {
    margin-right: 42px !important;
  }
  .login-page .login-links span {
    background: #fff !important;
  }
}
@media (max-width: 481px) {
  .login-panel {
    width: 320px !important;
    margin-left: calc((100vw - 320px) / 2) !important;
  }
  .login-panel .login-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 320px) {
  .login-panel {
    margin-left: 0 !important;
  }
  .login-links {
    bottom: 0 !important;
  }
}
@media (max-height: 815px) {
  .login-links {
    bottom: 0 !important;
  }
}
@media (max-height: 763px) {
  .login-panel {
    margin-top: calc((100vh - 480px) / 2) !important;
  }
  .login-links .seal {
    display: none;
  }
}
@media (max-height: 660px) {
  .login-panel {
    height: 480px !important;
    margin-top: calc((100vh - 395px) / 2) !important;
  }
  .login-panel .login-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .login-links {
    display: none;
  }
  .login-ad .ad-content {
    top: -35px !important;
  }
}
@media (max-height: 568px) {
  .login-panel {
    margin-top: 85px !important;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  select,
textarea,
input,
.k-input {
    font-size: 13px !important;
  }
  .modal-body {
    margin-top: 0;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-body:not(html) {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .profile-circle.profile-small {
    margin-right: -10px;
  }
  .profile-dropdown.profile-small {
    margin-right: -1px;
  }
}
.p-l-7 {
  padding-left: 7px;
}

.p-r-7 {
  padding-right: 7px;
}

.p-t-8 {
  padding-top: 8px;
}

.text-align-left {
  text-align: left;
}

@media (max-width: 380px) {
  .m-t-10-380w {
    margin-top: 10px;
  }
}
[class*=at-modal-btn-] {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
}

.at-modal-btn-cancel {
  color: #646972;
}

.at-modal-btn-accept {
  color: #10cfbd;
}

.panel-section-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 20px;
}

.inline-number-input .form-control {
  display: inline-block;
  width: 55px !important;
  padding-right: 7px;
}
.inline-number-input .inline-number-input-error {
  display: inline-block;
  top: 25px;
  left: -58px;
  font-size: 11px;
  margin-right: -204px;
  width: 200px;
  color: #b10726;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
}
.inline-number-input.inerror .inline-number-input-error {
  position: relative;
  color: #b10726;
}
.inline-number-input.inerror .form-control {
  border-color: #b10726;
}

.checkbox {
  margin: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.checkbox.checkbox-inline {
  display: inline-block;
}
.checkbox label {
  margin: 0;
  white-space: normal;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.checkbox label:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
}
.checkbox input[type=checkbox]:checked + label:before {
  border-color: #03dac5 !important;
}
.checkbox input[type=checkbox]:checked + label:after {
  text-align: left !important;
}
.checkbox.checkbox-sm label {
  font-size: 10px;
}
.checkbox.semi input[type=checkbox]:checked + label::after {
  content: "\f068";
  left: 3px;
}

.at-switch-wrapper {
  cursor: pointer;
}
.at-switch-wrapper .at-switch {
  width: 58px;
  height: 24px;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.at-switch-wrapper .at-switch .at-switch-base {
  color: inherit;
  border: 0;
  cursor: inherit;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  left: 8px;
  padding: 3px 5px 3px 0px;
  top: 0;
  left: 0;
  color: #fafafa;
  z-index: 1;
  position: absolute;
}
.at-switch-wrapper .at-switch .at-switch-base .at-switch-control {
  width: 100%;
  height: 15px;
  display: flex;
  align-items: inherit;
  justify-content: center;
  background-color: #c6c6c6;
  position: relative;
  border-radius: 10px;
  padding: 3px 9px;
}
.at-switch-wrapper .at-switch .at-switch-base .at-switch-control .at-switch-input {
  left: -100%;
  width: 300%;
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  height: 50%;
  margin: 0;
  opacity: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
}
.at-switch-wrapper .at-switch .at-switch-base .at-switch-control .at-switch-thumb {
  width: 20px;
  height: 20px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  left: -9px;
}
.at-switch-wrapper .at-switch .at-switch-base .at-switch-control.active {
  background-color: #cff5f2;
}
.at-switch-wrapper .at-switch .at-switch-base .at-switch-control.active .at-switch-thumb {
  left: 9px;
  background-color: #10cfbd;
}
.at-switch-wrapper .at-switch-label {
  color: #404242;
  position: relative;
  left: -17px;
}
.at-switch-wrapper.disabled {
  cursor: not-allowed;
}
.at-switch-wrapper.disabled .at-switch-base {
  cursor: not-allowed;
}
.at-switch-wrapper.disabled .at-switch-base .at-switch-control {
  background-color: #dbdbdb;
}
.at-switch-wrapper.disabled .at-switch-base .at-switch-control .at-switch-thumb {
  background-color: rgba(255, 255, 255, 0.95);
}
.at-switch-wrapper.disabled .at-switch-base .at-switch-control.active {
  background-color: #cff5f2;
}
.at-switch-wrapper.disabled .at-switch-base .at-switch-control.active .at-switch-thumb {
  left: 9px;
  background-color: #40d9ca;
}
.at-switch-wrapper.disabled .at-switch-label {
  color: #dbdbdb;
}

.at-dropdown-buttons .at-dropdown-buttons-label {
  padding: 8px;
  padding-bottom: 0.5px;
  color: #333;
}
.at-dropdown-buttons .at-dropdown-buttons-label i {
  font-size: 22px;
  top: 0px !important;
}
.at-dropdown-buttons.open .dropdown-options {
  opacity: 1;
}
.at-dropdown-buttons .dropdown-options {
  position: absolute !important;
  opacity: 1;
  float: inherit;
  text-shadow: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: inherit;
  border-radius: inherit;
  font-size: inherit;
  margin: inherit;
  background: inherit;
  min-width: inherit;
  z-index: inherit;
  top: inherit;
  left: inherit;
}
.at-dropdown-buttons .dropdown-options.hide-list {
  opacity: 0;
}
.at-dropdown-buttons .dropdown-options .selection-list-wrapper {
  position: absolute;
  background: #fff !important;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px !important;
  z-index: 10 !important;
}
.at-dropdown-buttons .dropdown-options .selection-list-wrapper .selection-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.at-dropdown-buttons .dropdown-options .selection-list-wrapper .selection-list .selection-item {
  min-height: auto !important;
  width: auto !important;
  overflow: hidden !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  padding: 6px 8px !important;
  padding-right: 30px !important;
  white-space: nowrap !important;
  letter-spacing: 0.00938em !important;
  display: list-item;
}
.at-dropdown-buttons .dropdown-options .selection-list-wrapper .selection-list .selection-item:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.at-dropdown-buttons .dropdown-options .selection-list-wrapper .selection-list .selection-item.selected {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.at-bring-to-front .dropdown-options.dropdown-menu {
  z-index: 1010 !important;
}

.off-wht-bg-modal .modal-content {
  background-color: #f0f0f0 !important;
}

.at-modal .section-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
}
.at-modal .panel-scrollable {
  height: 275px !important;
  overflow: scroll;
}
.at-modal .hidden-x {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .app-modal-1200 .modal-dialog {
    width: 1200px !important;
  }
}
.modal .modal-v2 {
  font-size: 14px;
  color: #404242;
}
.modal .modal-v2 .modal-header {
  text-align: left;
}
.modal .modal-v2 label {
  font-size: 14px;
}
.modal .modal-v3 {
  font-size: 16px;
}
.modal .modal-v3 .modal-header {
  padding: 50px 50px 0;
}
.modal .modal-v3 .modal-header .title {
  font-size: 32px;
  font-weight: 500;
}
.modal .modal-v3 .modal-body {
  padding: 25px 50px;
}
.modal .modal-v3 label {
  font-size: 16px;
}
.modal .modal-v3 .modal-footer {
  padding: 0 50px 50px;
}
.modal .modal-v3 .modal-footer .btn.btn-v3 {
  margin-right: 16px;
  margin-left: 0;
}
.modal .modal-v3 .modal-footer .btn.btn-v3 + .btn {
  margin-left: 0;
}
.modal .modal-popover {
  font-size: 14px;
  color: #404242;
}
.modal .modal-popover label {
  font-size: 14px;
  font-weight: 500;
}
.modal .modal-popover .modal-header {
  text-align: left;
  padding: 0px;
  margin: 15px;
}
.modal .modal-popover .modal-body {
  display: flex;
  flex-direction: column;
  text-align: initial;
  margin: 15px;
  padding: 0px;
}
.modal .modal-popover .modal-body .data-row {
  margin-bottom: 10px;
}
.modal .modal-popover .modal-footer {
  margin: 15px;
  margin-top: 0px;
  padding: 0px;
}
.modal .modal-popover .modal-footer button {
  margin: 0px;
}

.at-skeleton-loading-wrapper {
  width: 100%;
  height: 100% !important;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  margin: 0 5px;
}
.at-skeleton-loading-wrapper .at-skeleton-loading {
  margin: 0 auto;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  height: 100%;
  width: 100%;
}
.at-skeleton-loading-wrapper .at-skeleton-loading .skeleton-loader {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border: #f4f4f4 1px solid;
  border-radius: 3px;
  background-color: #fff;
}
.at-skeleton-loading-wrapper .at-skeleton-loading .skeleton-row {
  display: flex;
  width: 100%;
  height: 43px;
  border-top: #f4f4f4 1px solid;
}
.at-skeleton-loading-wrapper .at-skeleton-loading .skeleton-row:first-child {
  border-top: none;
}
.at-skeleton-loading-wrapper .at-skeleton-loading .skeleton-column {
  flex: 1;
  height: 31px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 5px 20px;
  transform-origin: 0 55%;
  transform: scale(1, 0.6);
  border-radius: 4px/6.7px;
  animation: skeletonAnimation 2s ease-in-out 0.5s infinite;
}
@keyframes skeletonAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.at-skeleton-wrapper {
  min-height: 427px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.at-skeleton-wrapper.at-skeleton-flex-bottom {
  align-items: flex-end;
}
.at-skeleton-wrapper.at-skeleton-flex-left {
  justify-content: flex-start;
}

.at-skeleton-root {
  height: 1.2em;
  display: block;
  background-color: rgba(0, 0, 0, 0.04);
}
.at-skeleton-root.at-skeleton-dark {
  background-color: rgba(0, 0, 0, 0.08);
}

.at-skeleton-flex-child {
  flex: 1 1 auto;
}

.at-skeleton-bar {
  margin: 0px 20px 6px 40px;
}

.at-skeleton-column-group {
  margin: 0 6px;
}
.at-skeleton-column-group:first-child {
  margin-left: 20%;
}
.at-skeleton-column-group:last-child {
  margin-right: 20%;
}

.at-skeleton-column-wrapper {
  flex: 1 1 auto;
}
.at-skeleton-column-wrapper .at-skeleton-column {
  height: 300px;
  margin: 0;
}
.at-skeleton-column-wrapper .at-skeleton-column.at-skeleton-dark {
  height: 100px;
}

.at-skeleton-pie-wrapper {
  flex: 0 0 380px;
}
.at-skeleton-pie-wrapper .at-skeleton-pie {
  height: 380px;
  width: 380px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 100%, transparent 100%) 100% 0;
  background-color: rgba(0, 0, 0, 0.04);
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.at-skeleton-activity {
  margin: 0px 20px 40px 20px;
}
.at-skeleton-activity .at-skeleton-activity-line-one {
  display: flex;
  margin-bottom: 6px;
}
.at-skeleton-activity .at-skeleton-activity-line-one .at-skeleton-circle {
  flex: 0 0 20px;
  height: 20px;
  margin: 0;
  margin-right: 6px;
  border-radius: 50%;
}
.at-skeleton-activity .at-skeleton-activity-line-one .at-skeleton-bar {
  flex: 0 0 30%;
  height: 20px;
  margin: 0;
}
.at-skeleton-activity .at-skeleton-activity-line-two {
  display: flex;
  margin-left: 26px;
}
.at-skeleton-activity .at-skeleton-activity-line-two .at-skeleton-bar {
  flex: 1 1 auto;
  height: 30px;
  margin: 0;
}

.at-skeleton-stats-wrapper {
  min-height: 259px;
}
.at-skeleton-stats-wrapper .at-skeleton-stats {
  min-height: inherit;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 20px 40px 20px;
}
.at-skeleton-stats-wrapper .at-skeleton-stats .at-skeleton-stats-header {
  height: 10px;
  width: 20%;
  margin: 0;
  margin-bottom: 20px;
}
.at-skeleton-stats-wrapper .at-skeleton-stats .at-skeleton-stats-details-wrapper {
  min-height: inherit;
  justify-content: space-between;
}
.at-skeleton-stats-wrapper .at-skeleton-stats .at-skeleton-stats-details-wrapper .at-skeleton-stats-details .at-skeleton-stats-details-one {
  height: 20px;
  width: 65%;
  margin: 0;
  margin-bottom: 10px;
}
.at-skeleton-stats-wrapper .at-skeleton-stats .at-skeleton-stats-details-wrapper .at-skeleton-stats-details .at-skeleton-stats-details-two {
  height: 10px;
  width: 50%;
  margin: 0;
}

.at-skeleton-realtime-wrapper {
  min-height: 259px;
}
.at-skeleton-realtime-wrapper .at-skeleton-realtime {
  min-height: inherit;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 40px 20px 40px;
}
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-column-one {
  flex: 1 1 auto;
  margin-right: 20px;
}
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-column-two {
  flex: 2 1 auto;
  margin-right: 20px;
}
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-column-three {
  flex: 2 1 auto;
}
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-header {
  min-height: inherit;
  justify-content: space-between;
  margin-bottom: 20px;
}
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-header .at-skeleton-realtime-column-one,
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-header .at-skeleton-realtime-column-two,
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-header .at-skeleton-realtime-column-three {
  height: 20px;
}
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-row {
  min-height: inherit;
  justify-content: space-between;
  margin-bottom: 6px;
}
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-row .at-skeleton-realtime-column-one,
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-row .at-skeleton-realtime-column-two,
.at-skeleton-realtime-wrapper .at-skeleton-realtime .at-skeleton-realtime-row .at-skeleton-realtime-column-three {
  height: 14px;
}

.at-skeleton-wave {
  position: relative;
  overflow: hidden;
}
.at-skeleton-wave::after {
  animation: wave 1.6s linear 0.5s infinite;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
  content: "";
  position: absolute;
  transform: translateX(-100%);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

@keyframes wave {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.row-highlight {
  background-color: #ebebeb;
  transition: background-color 1.5s ease-in-out;
}
.row-highlight td {
  background-color: transparent;
}
.row-highlight.highlight-active {
  background-color: #F9D975;
  transition: background-color 1s ease-in-out;
}

/* entire container, keeps perspective */
.scene {
  perspective: 800px;
  transform-style: preserve-3d;
  display: inline-block;
}

/*  UPDATED! flip the pane when hovered */
.scene .is-flipped .card-face-back {
  transform: rotateY(0deg);
}

.scene .is-flipped .card-face-front {
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.scene, .card-face-front {
  width: 250px;
  height: 250px;
}

.scene, .card-face-back {
  width: 250px;
  height: 250px;
}

/* flip speed goes here */
.card {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}

.card-face {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* hide back of pane during swap */
.card-face-front, .card-face-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

/*  UPDATED! front pane, placed above back */
.card-face-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.card-face-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.at-tooltip {
  margin: 0;
  padding: 0;
  background: #fff !important;
}

.chart-tooltip {
  margin: 0;
  padding: 0;
  border: 1px solid #bdbdbd;
  border-left: 3px solid var(--borderColor);
}
.chart-tooltip .tooltip-row {
  text-align: left;
}
.chart-tooltip .tooltip-row .row-text {
  background-color: #fff;
  color: #616161;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 25px;
}
.chart-tooltip .tooltip-row .row-text:first-child {
  font-size: 14px;
  color: #616161;
}
.chart-tooltip .tooltip-row .row-text:not(:first-child) {
  border-top: 1px solid #bdbdbd;
  font-style: italic;
  font-size: 12px;
}

.access .options-button {
  border: none;
  font-weight: 500;
  font-size: 14px;
}
.access .options-button:hover {
  background-color: rgba(94, 94, 94, 0.12);
}
.access-grid-table.k-grid tr:hover {
  background-color: transparent;
}
.access-grid-table .access-role-select {
  background-color: transparent;
}
.access-grid-table .access-role-select .k-dropdown-wrap {
  padding-right: 0;
}
.access-grid-table .access-role-select .k-dropdown-wrap.k-state-default, .access-grid-table .access-role-select .k-dropdown-wrap.k-state-disabled, .access-grid-table .access-role-select .k-dropdown-wrap.k-state-focused {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.access-grid-table .access-role-select .k-dropdown-wrap.k-state-default .k-input, .access-grid-table .access-role-select .k-dropdown-wrap.k-state-disabled .k-input, .access-grid-table .access-role-select .k-dropdown-wrap.k-state-focused .k-input {
  background-color: transparent !important;
  text-indent: 0;
}
.access-grid-table .access-role-select .k-dropdown-wrap.k-state-hover, .access-grid-table .access-role-select .k-dropdown-wrap.k-state-active {
  box-shadow: none;
  border: none;
  background-color: #f5f5f5;
}

.option-button {
  border: none;
  background: initial;
  padding: 7px 10px;
}
.option-button:hover {
  background-color: #f5f5f5 !important;
}

.k-popup .k-list .k-item.k-state-hover {
  background-color: #f5f5f5;
  color: #404242;
}
.k-popup .k-list .k-item.k-state-selected, .k-popup .k-list .k-item.k-state-focused {
  background-color: #e0e0e0;
  color: #404242;
}

.delete-user-modal {
  color: #404242;
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 24px;
}
.delete-user-modal .checkbox label {
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
}
.delete-user-modal .checkbox input[type=checkbox]:checked + label:after {
  border-color: #03DAC5;
  top: -1.4px;
}
.delete-user-modal .message-container {
  margin: 30px 20px 0 20px;
}
.delete-user-modal .message-container .message-title {
  font-size: 22px;
  font-weight: 500;
}
.delete-user-modal .modal-footer {
  margin-top: 80px;
  font-size: 14px;
}
.delete-user-modal .modal-footer .delete {
  font-weight: 700;
  text-transform: none;
  color: #2C2E2E;
  background-color: #03dac5;
}
.delete-user-modal .modal-footer .delete:hover {
  color: #2C2E2E;
  background-color: #03dac5;
}
.delete-user-modal .modal-footer .delete:disabled {
  color: #BFC7C6;
  background-color: #E5E5E5;
}
.delete-user-modal .modal-footer .cancel {
  font-weight: 400;
  text-transform: none;
  color: #47b1f7;
  padding-left: 0;
}
.delete-user-modal .modal-footer .linkButton {
  color: #2F3030;
  border: 1px solid #2F3030;
  text-transform: none;
  font-weight: 500;
}

.accounts-table-options-menu.k-menu .k-item {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.accounts-table-options-menu.k-menu .k-item.k-state-focused {
  box-shadow: none;
}
.accounts-table-options-menu.k-menu .k-item .k-link {
  padding: 8px 0px 0px 8px;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  color: #6d7278;
  text-align: left !important;
  vertical-align: middle !important;
}
.accounts-table-options-menu.k-menu .k-item .k-group {
  width: 136px;
  padding: 0;
  position: absolute;
  margin: 0px -48px;
  height: content-box;
}
.accounts-table-options-menu.k-menu .k-item .k-group .k-item {
  width: 100%;
  border-radius: 0;
}
.accounts-table-options-menu.k-menu .k-item .k-group .k-item.k-state-hover {
  background-color: #e0e0e0;
}
.accounts-table-options-menu.k-menu .k-menu-expand-arrow {
  display: none;
}
.accounts-table-options-menu li.change-password-item[disabled] > span {
  color: #adb4bd !important;
}

.change-groups-modal {
  color: #4d4d4d;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  font-family: "Roboto";
}
.change-groups-modal .modal-body .vieweable-groups-information {
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.change-groups-modal .modal-body .form-content .btn {
  border: none;
  background: initial;
  color: #cfcfcf;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}
.change-groups-modal .modal-body .form-content .btn.btn-success {
  color: #41c7b7;
}
.change-groups-modal .modal-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: "Roboto";
  color: #404242 !important;
  font-weight: 500;
}
.change-groups-modal .modal-title span {
  display: inline-block;
  margin-left: 5px;
}
.change-groups-modal .k-grid {
  border: none;
}
.change-groups-modal .k-grid tr td {
  border: 0;
  font-family: "Roboto", sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.change-groups-modal .k-grid .checkbox input[type=checkbox]:checked + label:before {
  border-color: white !important;
}

.change-password-modal .form-title {
  font-family: Roboto, serif;
  color: #404242 !important;
}
.change-password-modal .form-title h5 {
  color: #404242 !important;
  font-size: 14px;
  margin: 10px 0;
  font-weight: bold;
}
.change-password-modal .form-title p {
  margin: 0;
  font-size: 12px;
  margin-bottom: 10px;
}
.change-password-modal .form-control {
  color: #4d4d4d;
}
.change-password-modal .action-buttons-container {
  display: flex;
  justify-content: flex-end;
}
.change-password-modal .action-buttons-container .btn {
  justify-self: flex-end;
  text-transform: uppercase;
  border: none;
  background: none;
  color: #03DAC5;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  margin-left: 16px;
  width: auto;
}
.change-password-modal .action-buttons-container .btn[disabled] {
  color: #cfcfcf;
}
.change-password-modal .action-buttons-container .btn.btn-danger {
  color: #2C2E2E;
}
.change-password-modal .action-buttons-container .btn.btn-success:not([disabled]) {
  color: #41c7b7;
}
.change-password-modal .action-buttons-container .btn:focus {
  border: none !important;
  background: none !important;
}

.commoncheckbox {
  width: 14px !important;
  height: 14px !important;
  font-size: 16px !important;
  padding: 0px !important;
  bottom: 0px;
}

.commoncheckboxlabel {
  padding-right: 10px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

div::-webkit-scrollbar {
  width: 6px !important;
  height: 5px !important;
}

div::-webkit-scrollbar-track {
  border-radius: 10px !important;
  background: transparent !important;
}

div::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.4) !important;
}

div::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

div::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4) !important;
}

.menu-3dots {
  height: 30px;
  width: 30px;
  border: none;
  background-color: transparent;
  color: #404242;
  padding: 3px 0px 0px 1px;
}
.menu-3dots:hover {
  background-color: #e0e0e0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.menu-area {
  width: 136px;
  padding: 2px 2px 2px 10px;
  position: absolute;
  margin: 0px -1px;
  background-color: white;
  cursor: pointer;
  color: #404242;
  top: -3px;
  right: 100px;
}

.at-link-copy {
  height: 40px;
}
.at-link-copy .form-control {
  color: #2c2c2c;
  cursor: text;
}

.unsupported-wrapper {
  height: 100%;
  position: relative;
}
.unsupported-wrapper .unsupported-content {
  text-align: center;
  color: #1A1A1A;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  width: 100%;
}
.unsupported-wrapper .unsupported-content .unsupported-title {
  font-size: 48px;
  line-height: 48px;
}
.unsupported-wrapper .unsupported-content .unsupported-body {
  font-size: 18px;
  line-height: 20px;
}

.center-col {
  float: none;
  margin: 0 auto;
}
