@charset "UTF-8";
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
html {
  font-family: "OpenSans";
  color: #32302E;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

input, textarea, button {
  font-family: "OpenSans";
}

.h1 {
  font-size: 16px;
}

.h2 {
  font-size: 22px;
}

.h3 {
  font-size: 28px;
}

.h4 {
  font-size: 30px;
}

.h5 {
  font-size: 32px;
}

.bold {
  font-weight: bold;
}

.row {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .row {
    flex-direction: row;
  }
}

.col-1,
.col-1 {
  width: 8.3333333333%;
}

.col-2,
.col-2 {
  width: 16.6666666667%;
}

.col-3,
.col-3 {
  width: 25%;
}

.col-4,
.col-4 {
  width: 33.3333333333%;
}

.col-5,
.col-5 {
  width: 41.6666666667%;
}

.col-6,
.col-6 {
  width: 50%;
}

.col-7,
.col-7 {
  width: 58.3333333333%;
}

.col-8,
.col-8 {
  width: 66.6666666667%;
}

.col-9,
.col-9 {
  width: 75%;
}

.col-10,
.col-10 {
  width: 83.3333333333%;
}

.col-11,
.col-11 {
  width: 91.6666666667%;
}

.col-12,
.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1,
.col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2,
.col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3,
.col-sm-3 {
    width: 25%;
  }
  .col-sm-4,
.col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5,
.col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6,
.col-sm-6 {
    width: 50%;
  }
  .col-sm-7,
.col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8,
.col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9,
.col-sm-9 {
    width: 75%;
  }
  .col-sm-10,
.col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11,
.col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12,
.col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
.col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2,
.col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3,
.col-md-3 {
    width: 25%;
  }
  .col-md-4,
.col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5,
.col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6,
.col-md-6 {
    width: 50%;
  }
  .col-md-7,
.col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8,
.col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9,
.col-md-9 {
    width: 75%;
  }
  .col-md-10,
.col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11,
.col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12,
.col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1,
.col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2,
.col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3,
.col-lg-3 {
    width: 25%;
  }
  .col-lg-4,
.col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5,
.col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6,
.col-lg-6 {
    width: 50%;
  }
  .col-lg-7,
.col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8,
.col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9,
.col-lg-9 {
    width: 75%;
  }
  .col-lg-10,
.col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11,
.col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12,
.col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1,
.col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2,
.col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3,
.col-xl-3 {
    width: 25%;
  }
  .col-xl-4,
.col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5,
.col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6,
.col-xl-6 {
    width: 50%;
  }
  .col-xl-7,
.col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8,
.col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9,
.col-xl-9 {
    width: 75%;
  }
  .col-xl-10,
.col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11,
.col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12,
.col-xl-12 {
    width: 100%;
  }
}
h1 {
  margin: 0 0 20px;
}

h2 {
  margin: 0 0 20px;
}

h3 {
  margin: 0 0 20px;
}

h4 {
  margin: 0 0 20px;
}

h5 {
  margin: 0 0 20px;
}

h6 {
  margin: 0 0 20px;
}

.login {
  background: rgba(22, 145, 234, 0.06) url("../img/login_bg.svg") no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow-x: hidden;
}
.login .logo {
  border-radius: 12px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.09);
}
.login .panel {
  max-width: 400px;
  padding: 50px;
  text-align: center;
}
.login h3 {
  font-size: 24px;
  margin: 20px 0 0;
}
.login p {
  color: #777777;
  margin-top: 0px;
}
.login .hint {
  font-size: 12px;
  display: block;
  text-align: left;
  background: #fff;
  padding: 15px;
  border-radius: 2.6666666667px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}
.login form {
  margin-top: 55px;
}
.login .error-zone {
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  display: none;
}
.login .error-zone.shown {
  display: flex;
}
.login .error-zone span {
  margin-left: 15px;
  color: #ff223c;
}
.login .error-zone + .input-container {
  margin-top: 20px;
}
.login .input-container {
  width: 300px;
  height: 50px;
  position: relative;
}
.login .input-container + .input-container {
  margin-top: 5px;
}
.login .input-container.has-error input {
  border-color: #ff223c;
}
.login input {
  width: 298px;
  height: 48px;
  font-weight: normal;
  font-size: 14px;
  color: #32302E;
  border: 2px solid #cbcbcb;
  background: #fff;
  border-radius: 5px;
  padding: 20px 20px;
  outline: none;
}
.login input:focus {
  border-color: #1691EA;
  background: #fff;
}
.login input::-webkit-input-placeholder {
  color: #b7b7b7;
}
.login input:-ms-input-placeholder {
  color: #b7b7b7;
}
.login input::placeholder {
  color: #b7b7b7;
}
.login a {
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-self: flex-end;
  margin-top: 10px;
  color: #aaaaaa;
}
.login button {
  height: 50px;
  width: 300px;
  display: block;
  text-transform: uppercase;
  border: none;
  margin-top: 25px;
  border-radius: 5px;
  background: #1691EA;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.login a, .login button {
  outline-color: #1691EA;
}

.alert {
  z-index: 10;
  position: absolute;
  top: -5px;
  width: 100%;
  right: 0;
  left: 0;
  transition: all 200ms;
  transform: scaleY(0.6) translateY(-50px);
  transform-origin: top;
  opacity: 0;
}
.alert.shown {
  z-index: 50;
  transform: scaleY(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}
.alert > div {
  background: #fff;
  margin: 5px auto;
  padding: 10px 15px;
  padding-right: 50px;
  border-radius: 2.6666666667px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  position: relative;
  width: inherit;
  text-align: center;
}
.alert > div.error, .alert > div.success, .alert > div.info {
  color: #fff;
}
.alert > div.error {
  background: #FF3964;
}
.alert > div.success {
  background: #7FB800;
}
.alert > div.info {
  background: #047CFC;
}
.alert > div.warning {
  background: white;
}
.alert .close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
}
.alert .close:after {
  content: "×";
  font-size: 26px;
  line-height: 28px;
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  text-align: center;
  transition: all 200ms;
}
.alert .close:hover:after, .alert .close:active:after {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.2);
}

a {
  text-decoration: none;
  color: #32302E;
}

ul {
  list-style-type: none;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.img-fluid {
  max-width: 100%;
}

.selectize-dropdown-content {
  width: 100%;
}
.selectize-dropdown-content div.option {
  display: block;
  width: 100%;
}

.selectize-input.items::after {
  content: "v";
  width: 20px;
  height: 20px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
}

.bg-black {
  background: #000;
}

.fz-14 {
  font-size: 14px;
}

.center-piece {
  max-width: 1200px;
  margin: 0 auto;
}

.dashboard-title {
  margin: 20px 10px 32px;
  font-weight: normal;
  color: #777777;
  display: flex;
  justify-content: space-between;
}
.dashboard-title.block {
  display: block;
}
.dashboard-title > div {
  position: relative;
  display: inline-block;
}
.dashboard-title > div:last-child {
  font-size: 14px;
  color: #777777;
  font-weight: 600;
}
.dashboard-title .filter-trigger {
  border: none;
  background: #fff;
  height: 30px;
  width: 120px;
  padding: 0 16px;
  border-radius: 20px;
  margin-left: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-title .filter-trigger.sm {
  height: 25px;
}
.dashboard-title .dropdown {
  padding: 8px 0;
  margin-top: 10px;
  right: 0;
  z-index: 200;
}
.dashboard-title .dropdown span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #32302E;
  padding: 5px 25px;
  cursor: pointer;
}
.dashboard-title .dropdown span:hover {
  background: #F2F2F2;
}
.dashboard-title .dropdown span.active {
  background: #104972;
  color: #fff;
}
.dashboard-title .backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 190;
  display: none;
}
.dashboard-title .dropdown.dropped + .backdrop {
  display: block;
}

.filters > div:not(:last-child) {
  margin-right: 60px;
  margin-bottom: 15px;
}
.filters > div {
  margin-bottom: 20px;
}
.filters .dashboard-title {
  margin: 0 0 20px 0;
}
.filters .block .field-container {
  display: inline-block;
}
.filters .block .field-container input {
  height: 30px;
  font-size: 14px;
}
.filters .filter-trigger {
  border-radius: 2px;
  margin-left: 0;
}
.filters .title {
  font-weight: bold;
  font-size: 12px;
  color: #777777;
  margin-bottom: 6px;
  display: block;
}
.filters .custom-check {
  height: 30px;
}
.filters .custom-check span {
  height: 30px;
  line-height: 28px;
}
.filters .clear-button {
  color: #1691EA !important;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.pad {
  padding: 15px 10px;
}

.flash-on-load {
  animation: flash 2500ms 100ms;
}

@keyframes flash {
  0% {
    background: #fff;
  }
  50% {
    background: rgba(255, 152, 0, 0.5);
  }
  100% {
    background: #fff;
  }
}
.inserted-content {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 200ms;
}

.tabbed.inactive {
  display: none;
}

.money-piece .label {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}
.money-piece .data {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -2px;
}

span.pending {
  color: #1691EA !important;
}

span.paid {
  color: rgb(107, 155, 4) !important;
}

span.rejected {
  color: #ff223c !important;
}

.countdown {
  font-size: 16px;
  font-weight: bold;
}
.countdown i {
  opacity: 0.7;
  margin-right: 5px;
  font-size: 12px;
  font-style: normal;
}
.countdown span:last-child i {
  margin-right: 0;
}
.countdown.lg {
  font-size: 20px;
}

td span.danger, .countdown-container span.danger {
  color: #ff223c;
}
td span.warning, .countdown-container span.warning {
  color: #FF9D00;
}
td span.success, .countdown-container span.success {
  color: rgb(107, 155, 4);
}

.button {
  padding: 8px 30px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2.6666666667px;
  outline: none;
  transition: all 200ms;
  white-space: nowrap;
  border-style: solid;
  box-sizing: border-box;
}
.button.sm {
  padding: 6px 15px;
}
.button.x-sm {
  padding: 1px 3px;
  font-size: 12px;
}
.button.xs {
  padding: 4px 10px;
}
.button.primary {
  border-color: #1691EA;
  background: #1691EA;
  color: #fff;
}
.button.primary:hover {
  background: #1067DF;
  border-color: #1067DF;
}
.button.primary.outline {
  border: 1px solid #1691EA;
  background: none;
  color: #1691EA;
  font-weight: 600;
}
.button.primary.outline:hover {
  background: #1691EA;
  color: #fff;
}
.button.secondary {
  border-color: #104972;
  background: #104972;
  color: #fff;
}
.button.secondary:hover {
  background: #0a2c45;
  border-color: #0a2c45;
}
.button.secondary.outline {
  border: 1px solid #104972;
  background: none;
  color: #104972;
  font-weight: 600;
}
.button.secondary.outline:hover {
  background: #104972;
  color: #fff;
}
.button.complimentary {
  background: #FF9800;
  border: 1px solid #FF9800;
  color: #fff;
}
.button.complimentary:hover {
  background: #c27400;
}
.button.complimentary.outline {
  background: none;
  color: #FF9800;
  font-weight: 600;
}
.button.complimentary.outline:hover {
  background: #FF9800;
  color: #fff;
}
.button.danger {
  background: #ff2d5b;
  border: 1px solid #ff2d5b;
  color: #fff;
}
.button.danger:hover {
  background: #ef0034;
}
.button.danger.outline {
  background: none;
  color: #ff2d5b;
  font-weight: 600;
}
.button.danger.outline:hover {
  background: #ff2d5b;
  color: #fff;
}
.button.default {
  color: #777777;
  border: none;
}
.button.default.gray {
  background: rgba(16, 73, 114, 0.1);
}
.button.default:hover, .button.default:active {
  background: rgba(16, 73, 114, 0.2);
}
.button.text-complimentary {
  color: #FF9800;
}
.button.w-sm {
  padding-left: 15px;
  padding-right: 15px;
}
.button + .button {
  margin-left: 5px;
}
.button.block {
  display: block;
  text-align: center;
}

.fab {
  position: fixed;
  bottom: 5px;
  right: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
}
.fab img {
  width: 17px;
}
@media (min-width: 992px) {
  .fab {
    bottom: 20px;
    right: 20px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  padding: 0;
  margin: 0;
  background: #efefef;
}

aside, .agora, main, nav, header {
  transition: all 200ms;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  border-bottom: 1px solid #D8D8D8;
  border-color: #073361;
  background: #104972;
  z-index: 40;
}

nav {
  position: fixed;
  width: 100%;
  top: 60px;
  background: #fff;
  border-bottom: 1px solid #D8D8D8;
  z-index: 30;
}

.agora {
  z-index: 10;
}

aside {
  position: fixed;
  top: 101px;
  bottom: 0;
  left: -180px;
  width: 180px;
  background: rgb(252, 253, 254);
  z-index: 20;
}
aside.progress-map {
  left: -270px;
  width: 270px;
}
@media (min-width: 992px) {
  aside {
    left: 0;
  }
}
@media (max-width: 991.9px) {
  aside.drawn {
    left: 0;
  }
}

main {
  position: fixed;
  top: 101px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
main.fragment {
  margin-top: 39px;
}
@media (min-width: 992px) {
  main.fragment {
    left: 180px;
    margin-top: 0;
  }
  main.fragment.onboarding {
    left: 270px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}
.container.lg {
  max-width: 1920px;
}

.fixed {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .fixed {
    margin-top: -20px;
  }
  .fixed .header {
    margin-bottom: 20px !important;
  }
}
.fixed .form-card {
  position: fixed;
  padding: 20px 0 0;
  background: #efefef;
  z-index: 30;
  left: 0;
  right: 0;
  border: none;
}
.fixed .liner {
  padding: 0 30px;
  position: fixed;
  background: #fff;
  width: inherit;
  border: 1px solid #D8D8D8;
}
.fixed .footer {
  margin-top: -5px !important;
}

.bottom {
  margin-top: 220px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .bottom {
    margin-top: 190px;
  }
}
.bottom .footer {
  padding: 0 50px 50px !important;
}
.bottom .form-card {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 320px);
}
@media (max-width: 991.9px) {
  .bottom .form-card {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .brand,
header .user-hub,
header .notifications-hub {
  flex-grow: 0;
  flex-shrink: 0;
}
header .brand {
  height: 60px;
  width: 60px;
  border-right: 1px solid #073361;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .brand span {
  display: block;
  transition: all 100ms;
  width: 30px;
  height: 30px;
  background: url("../img/logo_sm.png");
  -webkit-background-size: contain;
  background-size: contain;
}
@media (min-width: 992px) {
  header .brand {
    width: 180px;
  }
  header .brand span {
    background: url("../img/logo.svg") no-repeat center center;
    width: 115px;
    height: 45px;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media (max-width: 575.9px) {
  header .brand {
    width: 50px;
  }
}
header .search {
  flex-grow: 1;
  flex-shrink: 1px;
  padding: 0 24px;
  visibility: hidden;
}
header .search .liner {
  display: flex;
  border: 1px solid #073361;
  max-width: 300px;
  border-radius: 3px;
  overflow: hidden;
}
header .search .icon {
  width: 30px;
  height: 35px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
header .search input {
  height: 35px;
  width: 100%;
  max-width: 270px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 0 15px 0 5px;
  outline: none;
}
header .search input:focus {
  border: 1px solid #1691EA;
}
header .search input::-webkit-input-placeholder {
  color: #000000;
}
header .search input:-ms-input-placeholder {
  color: #000000;
}
header .search input::placeholder {
  color: #000000;
}
@media (min-width: 576px) {
  header .search .icon-sm {
    display: none;
  }
}
@media (max-width: 575.9px) {
  header .search {
    padding: 0 12px;
  }
  header .search input, header .search .icon {
    display: none;
  }
  header .search .liner {
    justify-content: flex-end;
    border: none;
  }
}

.page-title {
  display: flex;
  height: 60px;
  color: #fff;
  border-right: 1px solid #D8D8D8;
  border-color: #073361;
  align-items: center;
  padding-left: 24px;
  padding-right: 25px;
  transition: all 200ms;
  transform-origin: left;
}

@media (max-width: 575.9px) {
  .page-title {
    width: auto;
    min-width: 100px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
    font-weight: bold;
  }
}
.notifications-hub,
.country-hub {
  width: 50px;
  height: 60px;
  border-left: 1px solid #D8D8D8;
  border-color: #073361;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #073361;
}

.notifications-hub img,
.country-hub img {
  width: 25px;
  height: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);
}

.notifications-hub .wrapper,
.country-hub .wrapper {
  position: relative;
  display: none;
}

.notifications-hub .wrapper .count,
.country-hub .wrapper .count {
  position: absolute;
  color: #fff;
  border-radius: 30px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  top: -12px;
  right: -12px;
}

@media (max-width: 767.9px) {
  .notifications-hub,
.country-hub {
    width: 50px;
  }
  .notifications-hub img,
.country-hub img {
    width: 30px;
    height: 30px;
  }
}
.user-hub {
  padding: 0 32px 0 12px;
  display: flex;
  align-items: center;
  border-left: 1px solid #D8D8D8;
  border-color: #073361;
  transition: all 200ms;
}

.user-hub .thumb {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: none;
}

.user-hub .name {
  margin-left: 4px;
  font-size: 12px;
  color: #fff;
}

.user-hub .caret {
  height: 60px;
  width: 30px;
  border: none;
  padding: 0;
  text-align: right;
  background: none;
  outline: none;
}

@media (max-width: 991.9px) {
  .user-hub {
    padding-right: 12px;
  }
  .user-hub .name {
    display: none;
  }
  .user-hub .caret {
    width: 20px;
  }
}
nav {
  height: 41px;
  overflow: hidden;
  position: relative;
}

nav .nav-control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  z-index: 100000;
  border: none;
  background-color: #fff;
  transition: all 500ms;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

nav .nav-control img {
  filter: brightness(0);
}

nav .nav-control.shown {
  visibility: visible;
  opacity: 1;
}

nav .nav-control.left {
  left: 0;
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.4);
}

nav .nav-control.right {
  right: 0;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.4);
}

nav .nav-control.right img {
  transform: rotate(180deg);
}
nav .container {
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
  padding-bottom: 20px;
  box-sizing: content-box;
  background: #fff;
  max-width: 100vw;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  display: flex;
}
nav ul {
  list-style-type: none;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  width: auto;
  white-space: nowrap;
  transition: all 1.5s;
}
nav li {
  display: inline-block;
}
nav li, nav a {
  height: 40px;
}
nav a {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #32302E;
  padding: 0 8px;
}
@media (max-width: 575.9px) {
  nav a {
    padding: 0 10px;
  }
}
nav a:hover {
  background: #F2F2F2;
}
nav li.active a {
  position: relative;
  color: #1691EA;
  font-weight: bold;
}
nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #1691EA;
  z-index: 1000;
}
nav .badge {
  background: #FF9D00;
  color: #fff;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 8px;
  font-weight: bold;
}

aside {
  border-right: 1px solid #D8D8D8;
}
@media (min-width: 992px) {
  aside {
    padding-top: 25px;
  }
}
aside .sidebar-trigger {
  position: absolute;
  top: 0;
  width: 100vw;
  left: 180px;
  white-space: nowrap;
  background: #777777;
  color: #fff;
  text-align: center;
  padding: 10px;
  transition: all 200ms;
  position: relative;
  display: block;
}
aside .sidebar-trigger:before, aside .sidebar-trigger:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  margin-top: 5px;
}
aside .sidebar-trigger:after {
  margin-left: 10px;
  background: url("../img/icons/right_double_white.svg") no-repeat;
}
aside .sidebar-trigger:before {
  margin-left: -20px;
  opacity: 0;
  background: url("../img/icons/left_double_white.svg") no-repeat;
}
@media (min-width: 992px) {
  aside .sidebar-trigger {
    display: none;
  }
}
@media (max-width: 991.9px) {
  aside.drawn {
    box-shadow: 15px 0 30px rgba(0, 0, 0, 0.2);
  }
  aside.drawn .sidebar-trigger {
    width: calc(100vw - 180px);
  }
  aside.drawn .sidebar-trigger:after {
    opacity: 0;
  }
  aside.drawn .sidebar-trigger:before {
    opacity: 1;
  }
}
aside ul {
  padding-left: 0;
  padding-bottom: 20px;
  width: 100%;
  height: calc(100% - 20px);
  overflow-x: hidden;
  overflow-y: auto;
}
aside ul li.active {
  background: #F2F2F2;
}
aside ul li.active > a {
  position: relative;
  color: #104972;
}
aside ul li.active > a:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 35px;
  right: 0;
  background: #104972;
}
aside ul li.has-sublist.nested .sublist a {
  padding-left: 40px;
}
aside ul li.has-sublist.nested > a {
  padding-left: 22px;
}
aside ul li.has-sublist > a {
  padding-left: 12px;
  color: #32302E;
  cursor: default;
}
aside ul li.has-sublist.active > a:after {
  background: none;
}
aside ul li.has-sublist + li,
aside ul li:not(.has-sublist) + li.has-sublist:not(.nested) {
  margin-top: 20px;
  position: relative;
}
aside ul li.has-sublist + li::before,
aside ul li:not(.has-sublist) + li.has-sublist:not(.nested)::before {
  position: absolute;
  top: -10px;
  content: "";
  width: 180px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
aside a {
  height: 35px;
  color: #777777;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
aside .sublist {
  padding-left: 0;
}
aside .sublist.second-level {
  margin-bottom: 10px;
}
aside .sublist li.active {
  background: rgba(0, 0, 0, 0.1);
}
aside .sublist li.active a {
  font-weight: bold;
}
aside .sublist li.active a:after {
  height: 30px;
}
aside .sublist a {
  padding-left: 24px;
  font-size: 12px;
  height: 30px;
}
aside .sublist .sublist a {
  padding-left: 30px;
}

main {
  padding: 20px 24px;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
@media (max-width: 991.9px) {
  main {
    padding: 10px 12px;
  }
}
main.no-pad {
  padding: 0;
}
main .content-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
main .content-wrapper.flex-container, main .content-wrapper .flex-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
main .content-wrapper.flex-container.center, main .content-wrapper .flex-container.center {
  justify-content: center;
}
main .content-wrapper.flex-container.spaced, main .content-wrapper .flex-container.spaced {
  justify-content: space-between;
}
main .content-wrapper.flex-container.middle, main .content-wrapper .flex-container.middle {
  align-items: center;
}
main .content-wrapper.flex-container.bottom, main .content-wrapper .flex-container.bottom {
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .content-wrapper.strict {
  padding-top: 15px;
}
main .content-wrapper.strict .form-card {
  display: block;
}
main .content-wrapper.strict .field-container {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  main .right-pinned-pane + .content-wrapper {
    width: calc(100% - 420px);
    margin: 0;
  }
}
main .progress-map ~ .content-wrapper {
  width: calc(100% - 100px);
  margin-left: 85px;
}
@media (min-width: 1200px) {
  main .progress-map ~ .content-wrapper {
    width: calc(100% - 270px);
    margin-left: 270px;
  }
}

.toolbar {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #D8D8D8;
  z-index: 10;
  overflow: hidden;
}
.toolbar .liner {
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: baseline;
  padding: 7px 10px 20px;
  overflow-y: hidden;
  overflow-x: auto;
  box-sizing: content-box;
}
@media (min-width: 576px) {
  .toolbar .liner {
    justify-content: flex-end;
  }
  .toolbar .liner.center {
    justify-content: center;
  }
  .toolbar .liner.sb {
    justify-content: space-between;
  }
}
.toolbar + .content-wrapper {
  margin-top: 45px;
}
@media (min-width: 992px) {
  .toolbar {
    right: 0;
    width: auto;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .toolbar [data-target="#complaintDetails"] {
    display: none;
  }
}
.toolbar .button {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  height: 25px;
  line-height: 0.4rem;
}
.toolbar .button.rounded {
  border-radius: 34px;
}
.toolbar .button:not(:first-child), .toolbar .button + form {
  margin-left: 5px;
}
.toolbar .button:last-child {
  margin-right: -10px;
}
.toolbar form:not(:first-child) {
  margin-left: 10px;
}
.toolbar form:not(:first-child) .button {
  margin-left: 0 !important;
}
.toolbar .switch + .switch {
  margin-left: 30px;
}
.toolbar .button + div {
  margin-left: 10px;
}
.toolbar .desc {
  display: flex;
  height: 35px;
  position: relative;
  top: -7px;
}
.toolbar .desc small {
  font-weight: 600;
  font-size: 12px;
  color: #aaaaaa;
  display: block;
}
.toolbar .desc h3 {
  display: inline-block;
}
.toolbar .desc h3 + h3 {
  margin-left: 50px;
}

@media (min-width: 992px) {
  .fragment .toolbar {
    left: 180px;
  }
}

.progress-map + .toolbar {
  left: 450px;
}
@media (max-width: 1199.9px) {
  .progress-map + .toolbar {
    left: 250px;
    width: calc(100% - 250px);
  }
}
@media (max-width: 991.9px) {
  .progress-map + .toolbar {
    left: 70px;
    width: calc(100% - 70px);
  }
}

.actions-panel {
  height: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #D8D8D8;
  border-bottom: none;
  text-align: right;
  padding: 0 24px;
  white-space: nowrap;
}
.actions-panel form {
  display: inline;
}
.actions-panel form button, .actions-panel form a {
  color: #777777 !important;
}
.actions-panel button, .actions-panel a {
  height: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  border: 1px solid transparent;
  outline: none;
  font-weight: 600;
  text-decoration: none;
  color: #777777;
}
.actions-panel button:last-child, .actions-panel a:last-child {
  color: #1067DF;
}
.actions-panel button:focus, .actions-panel a:focus {
  border-color: #1691EA;
}
.actions-panel button:hover, .actions-panel a:hover {
  background: #F2F2F2;
}

table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
  position: relative;
  empty-cells: hide;
  text-align: left;
}
table td {
  height: 35px;
  color: #000000;
  font-size: 13px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px !important;
}
table td .new {
  background: rgba(126, 211, 33, 0.4);
  padding: 3px 7px;
  border-radius: 1px;
}
table td a {
  color: #FF9800;
}
table td .debited::before {
  content: "–";
  margin-right: 5px;
}
table td.debit {
  color: #f40062;
}
table td.credit {
  color: #02bee9;
  font-weight: bold;
}
table.auto {
  min-width: auto;
  width: 100%;
}
table.auto th {
  width: auto;
}
table.auto th:first-child,
table.auto td:first-child {
  display: table-cell;
}
table th:first-child,
table td:first-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 30px;
  padding: 0 0 0 10px;
  display: none;
}
table th:first-child [type=checkbox],
table td:first-child [type=checkbox] {
  width: 15px;
  height: 15px;
  z-index: 20;
  opacity: 0;
}
table th:first-child [type=checkbox], table th:first-child .pseudo,
table td:first-child [type=checkbox],
table td:first-child .pseudo {
  position: absolute;
  margin: 0 auto;
}
table th:first-child .pseudo,
table td:first-child .pseudo {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  background: #fff;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}
table th:first-child input:checked ~ .pseudo,
table td:first-child input:checked ~ .pseudo {
  border-color: #1691EA;
  content: url("../img/icons/check_blue.svg");
}
table form button {
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #1691EA;
  cursor: pointer;
}

tr {
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
tr:nth-child(even) {
  background: #F7F7F8;
}
tr .right-align {
  text-align: right;
}

th:not(:first-child),
td:not(:first-child),
td:not(:last-child) {
  padding: 0 15px;
}

td:not(:first-child) {
  border-left: 1px solid #D8D8D8;
}

tbody tr:hover {
  border-right: 1px solid #104972;
  border-left: 1px solid #104972;
}
tbody tr:hover td:nth-child(2) {
  border-left: 1px solid #104972;
}
tbody tr:hover td:not(.row-actions) {
  background: rgba(16, 73, 114, 0.1);
  border-top: 1px solid #104972;
  border-bottom: 1px solid #104972;
}

thead {
  background: #32302E;
}
thead.search-shown tr {
  border: none;
}
thead.search-shown tr:nth-child(2) {
  display: table-row;
}
thead.search-shown th {
  height: 35px;
}
thead .search-row {
  background: none;
  display: none;
}
thead .search-row th {
  padding-bottom: 7px;
  padding-right: 5px;
  height: auto;
}
thead .search-row th input {
  height: 20px;
  font-size: 12px;
  border-color: transparent;
  border-width: 2px;
  border-radius: 4px;
  color: #777777;
}
thead .search-row th input:focus {
  background: #fff;
  border-color: #1691EA;
}
thead th {
  height: 40px;
  color: #fff;
  text-align: left;
  min-width: 100px;
}
thead th:not(:first-child) {
  cursor: pointer;
}
thead th .sort {
  position: relative;
  margin-left: 6px;
}
thead th .sort::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
  transition: all 200ms;
}
thead th .sort::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.3);
  transition: all 200ms;
}
thead th.descending .sort::after {
  border-top-color: rgba(255, 255, 255, 0.9);
}
thead th.ascending .sort::before {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.row-actions {
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.30) 100%);
  display: flex;
  align-items: center;
  width: 5px;
  overflow: hidden;
  visibility: hidden;
  transform-origin: right;
}
.row-actions .dropdown {
  right: 5px;
  top: 0;
  transform-origin: right;
}
.row-actions .dropdown:not(.dropped) {
  transform: scaleX(0);
}
.row-actions button, .row-actions a {
  background: #fff;
  height: 24px;
  border: 1px solid rgba(119, 119, 119, 0.7);
  border-radius: 12px;
  margin: 0 3px;
  font-size: 12px;
  color: #32302E;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
}
.row-actions button:last-child, .row-actions a:last-child {
  margin-right: 0;
}
.row-actions button:active, .row-actions button:focus, .row-actions a:active, .row-actions a:focus {
  border-color: #104972;
}
.row-actions a {
  padding: 2px 6px;
}

table.sps th:first-child,
table.sps td:first-child {
  width: 50%;
}

table.invoice thead th:first-child {
  min-width: 40px;
}
table.invoice thead th.item {
  min-width: 200px;
}
table.invoice tbody th:first-child {
  background: #32302E;
  text-align: center;
  min-width: 40px;
  color: #fff;
}
table.invoice tbody tr:hover .close {
  visibility: visible;
}
table.invoice td {
  padding: 0;
}
table.invoice td:last-child {
  position: relative;
  overflow: visible;
}
table.invoice td .close {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  visibility: hidden;
}
table.invoice input {
  border: none;
  height: 30px;
}
table.invoice .right-align {
  text-align: right;
}
table.invoice .right-align input {
  text-align: right;
}
table.invoice tfoot td {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1 solid red;
}
table.invoice tfoot td:last-child {
  color: #1067DF;
  font-weight: bold;
}
table.invoice tfoot tr {
  background: none;
}
table.invoice tfoot tr:last-child {
  background: rgba(0, 0, 0, 0.1);
}
table.invoice .addrow {
  background: #104972;
  position: absolute;
  right: -36px;
  margin-top: -23px;
  border-radius: 100% 0% 0% 100%;
  width: 35px;
  height: 30px;
  padding: 0;
  padding-left: 5px;
  padding-bottom: 1px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.show-actions .row-actions {
  width: auto;
  visibility: visible;
  overflow: visible;
}
.show-actions .dropdown.dropped {
  transition: scaleX(1);
}

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

input, textarea, select {
  border: 1px solid #C3C3C3;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  border-radius: 2px;
}
input:focus, textarea:focus, select:focus {
  border-color: #1691EA;
  background: rgba(22, 145, 234, 0.06);
}

input {
  height: 40px;
}
input[type=file] {
  height: auto;
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 80px;
}

.form-card,
.styled-form, .carded-form {
  background: #fff;
  border: 1px solid #D8D8D8;
  margin-bottom: 20px;
  padding: 0 20px 10px;
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  transition: all 300ms;
}
.form-card.spaced-bottom,
.styled-form.spaced-bottom, .carded-form.spaced-bottom {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-card,
.styled-form, .carded-form {
    width: auto;
  }
}
.form-card hr,
.styled-form hr, .carded-form hr {
  margin: 10px 0;
}
.form-card hr.separators,
.styled-form hr.separators, .carded-form hr.separators {
  margin: 30px 0;
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.form-card .header,
.styled-form .header, .carded-form .header {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -20px 20px;
}
@media (min-width: 768px) {
  .form-card .header,
.styled-form .header, .carded-form .header {
    margin-bottom: -20px;
  }
}
.form-card .body,
.styled-form .body, .carded-form .body {
  margin-top: 50px;
}
.form-card .footer,
.styled-form .footer, .carded-form .footer {
  margin: 30px -20px 0;
  padding: 0 20px 20px;
  text-align: right;
}
.form-card .footer.padded,
.styled-form .footer.padded, .carded-form .footer.padded {
  margin-left: -10px;
  margin-right: -10px;
}
.form-card .field-container,
.styled-form .field-container, .carded-form .field-container {
  margin-bottom: 15px;
  position: relative;
}
.form-card .hint,
.styled-form .hint, .carded-form .hint {
  font-size: 12px;
  color: #777777;
}
.form-card label, .form-card input, .form-card textarea, .form-card select,
.styled-form label,
.styled-form input,
.styled-form textarea,
.styled-form select, .carded-form label, .carded-form input, .carded-form textarea, .carded-form select {
  display: block;
  width: 100%;
}
.form-card input, .form-card textarea, .form-card select,
.styled-form input,
.styled-form textarea,
.styled-form select, .carded-form input, .carded-form textarea, .carded-form select {
  box-shadow: inset 0px 0px 2px #D8D8D8;
}
.form-card label,
.styled-form label, .carded-form label {
  margin-bottom: 5px;
}
.form-card .dropzone,
.styled-form .dropzone, .carded-form .dropzone {
  position: relative;
  border: 1px solid #D8D8D8;
  padding: 0;
  text-align: center;
  background: rgba(22, 145, 234, 0.06);
}
.form-card .dropzone p, .form-card .dropzone input, .form-card .dropzone .img, .form-card .dropzone img,
.styled-form .dropzone p,
.styled-form .dropzone input,
.styled-form .dropzone .img,
.styled-form .dropzone img, .carded-form .dropzone p, .carded-form .dropzone input, .carded-form .dropzone .img, .carded-form .dropzone img {
  display: block;
}
.form-card .dropzone p,
.styled-form .dropzone p, .carded-form .dropzone p {
  margin: 10px auto 15px;
}
.form-card .dropzone .img,
.styled-form .dropzone .img, .carded-form .dropzone .img {
  background: rgba(22, 145, 234, 0.06);
  border-radius: 4px;
  width: calc(100% - 30px);
  min-height: 190px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.form-card .dropzone img, .form-card .dropzone iframe,
.styled-form .dropzone img,
.styled-form .dropzone iframe, .carded-form .dropzone img, .carded-form .dropzone iframe {
  display: none;
  max-width: 100%;
  max-height: 100%;
}
.form-card .dropzone iframe,
.styled-form .dropzone iframe, .carded-form .dropzone iframe {
  overflow-y: auto;
}
.form-card .dropzone input[type=file],
.styled-form .dropzone input[type=file], .carded-form .dropzone input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media (min-width: 576px) {
  .form-card form,
.styled-form form, .carded-form form {
    padding-left: 50px;
    padding-right: 50px;
  }
  .form-card.pad-sm form,
.styled-form.pad-sm form, .carded-form.pad-sm form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-card.pad-sm form .footer:not(.padded),
.styled-form.pad-sm form .footer:not(.padded), .carded-form.pad-sm form .footer:not(.padded) {
    margin: 30px -20px 0;
  }
}
@media (min-width: 768px) {
  .form-card .field-container,
.styled-form .field-container, .carded-form .field-container {
    display: flex;
    align-items: center;
  }
  .form-card .field-container.block,
.styled-form .field-container.block, .carded-form .field-container.block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .form-card .field-container.block label,
.styled-form .field-container.block label, .carded-form .field-container.block label {
    text-align: left;
    width: auto;
  }
  .form-card .field-container.start,
.styled-form .field-container.start, .carded-form .field-container.start {
    align-items: flex-start;
  }
  .form-card .field-container.x-end,
.styled-form .field-container.x-end, .carded-form .field-container.x-end {
    justify-content: flex-end;
    padding-right: 15px;
  }
  .form-card form,
.styled-form form, .carded-form form {
    padding-top: 50px;
  }
  .form-card form .footer,
.styled-form form .footer, .carded-form form .footer {
    margin: 40px -30px 0;
  }
  .form-card label, .form-card input, .form-card textarea, .form-card select, .form-card .field-container div, .form-card .control-group,
.styled-form label,
.styled-form input,
.styled-form textarea,
.styled-form select,
.styled-form .field-container div,
.styled-form .control-group, .carded-form label, .carded-form input, .carded-form textarea, .carded-form select, .carded-form .field-container div, .carded-form .control-group {
    display: inline-block;
  }
  .form-card label,
.styled-form label, .carded-form label {
    width: 190px;
    margin-right: 35px;
    text-align: right;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .form-card label::after,
.styled-form label::after, .carded-form label::after {
    content: ":";
  }
  .form-card .sm,
.styled-form .sm, .carded-form .sm {
    width: 150px;
  }
  .form-card .md,
.styled-form .md, .carded-form .md {
    width: 220px;
  }
  .form-card .lg,
.styled-form .lg, .carded-form .lg {
    width: 370px;
  }
  .form-card .xl,
.styled-form .xl, .carded-form .xl {
    width: 500px;
  }
}
.form-card .feedback,
.styled-form .feedback, .carded-form .feedback {
  position: absolute;
  top: calc(50% + 5px);
  right: 10px;
  display: none;
}
@media (min-width: 768px) {
  .form-card .feedback,
.styled-form .feedback, .carded-form .feedback {
    top: calc(50% - 8px);
  }
}

form.validated input {
  border-color: #7FB800;
}
form.validated .feedback.green {
  display: block;
}

form.invalid input {
  border-color: #ff223c;
}
form.invalid .feedback.red {
  display: block;
}

.form-pad {
  padding: 20px 30px 0;
}

form .form-card {
  width: 655px;
  margin: 0 auto;
}
form .form-card.lg {
  width: auto;
  max-width: 1000px;
}
@media (max-width: 767.9px) {
  form .form-card {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  form .fixed .form-card {
    width: calc(100% - 24px);
  }
}

.styled-form {
  border: none;
}
@media (min-width: 576px) {
  .styled-form form {
    padding: 20px 0 0;
  }
  .styled-form .footer {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .styled-form .field-container {
    display: block;
  }
  .styled-form label {
    width: 120px;
    display: block;
    text-align: left;
  }
}

.dismissable {
  position: relative;
}
.dismissable .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  color: #ff223c;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  display: none;
  cursor: default;
}
.dismissable:hover .close {
  display: block;
}

.form-card-close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  outline: none;
  cursor: default;
}
.form-card-close img {
  width: 15px;
}

.select {
  position: relative;
}
.select::after {
  content: url("../img/icons/down.svg");
  position: absolute;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all 200ms;
}
.select::after.rotated {
  transform: rotate(180deg);
}
.select-list {
  padding: 2px 0 5px;
  margin: 0;
  position: absolute;
  top: 39px;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  z-index: 20;
  border: 1px solid #1691EA;
  background: #fff;
  display: none;
  box-shadow: -1px 0 2px 0 rgba(2, 37, 86, 0.1), 1px 2px 4px 0 rgba(2, 37, 86, 0.1);
}
.select-list.shown {
  display: block;
}
.select li {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.select li:hover, .select li:active {
  background: rgba(0, 0, 0, 0.1);
}

.dropdown {
  position: absolute;
  background: #fff;
  right: 2px;
  top: 85%;
  z-index: 2000000;
  box-shadow: -12px 0 14px 0 rgba(2, 37, 86, 0.2), 12px 12px 14px 0 rgba(2, 37, 86, 0.2);
  border-radius: 2px;
  transition: all 100ms;
  visibility: hidden;
  opacity: 0;
}
.dropdown.dropped {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .dropdown {
    right: 20px;
  }
}
.dropdown.hd ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
}
.dropdown ul {
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
}
.dropdown a, .dropdown button {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  white-space: nowrap;
}
.dropdown a:hover, .dropdown button:hover {
  background: rgba(22, 145, 234, 0.06);
}
.dropdown button, .dropdown a {
  border: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  text-transform: capitalize;
  color: #32302E;
  font-size: 14px;
}

.dropdown a:hover, .dropdown button:hover {
  background: rgba(22, 145, 234, 0.06);
}

.table-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 40px;
  background: #fff;
  border: 1px solid #D8D8D8;
  font-size: 12px;
  color: #777777;
  margin-top: -1px;
  margin-bottom: 50px;
  min-width: 576px;
}
.table-footer button, .table-footer a {
  height: 40px;
  width: 40px;
  background: none;
  border: 1px solid #D8D8D8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: -4px;
}
.table-footer button:first-child, .table-footer a:first-child {
  margin-left: -1px;
}
.table-footer button.right, .table-footer a.right {
  transform: rotate(180deg);
}
.table-footer .summary {
  margin-right: 32px;
}
.table-footer input {
  height: 30px;
  width: 40px;
  text-align: center;
  margin: 0 10px;
  font-weight: 600;
  border: 1px solid #D8D8D8;
}
.table-footer button, .table-footer a, .table-footer input {
  outline: none;
}
.table-footer button:focus, .table-footer a:focus, .table-footer input:focus {
  border-color: #104972;
}

.panel-group .panel {
  margin-bottom: 20px;
}
.panel-group .panel.has-selection {
  border-color: #1691EA;
}
.panel-group .panel-heading {
  background: #F2F2F2;
}
.panel-group .panel-title a {
  display: block;
  font-weight: 600;
  position: relative;
}
.panel-group .panel-title a:after {
  position: absolute;
  right: 0;
  font-size: 22px;
  height: 40px;
  top: -9px;
  padding-top: 4px;
  box-sizing: border-box;
}
.panel-group .panel-title a[aria-expanded=false]:after {
  content: "+";
}
.panel-group .panel-title a[aria-expanded=true]:after {
  content: "–";
}
.panel-group .panel-body {
  font-weight: 600;
}

.panel-body .row {
  width: 100%;
  display: flex;
}
.panel-body .col {
  width: 50%;
  padding-top: 10px;
}
.panel-body .col:first-child {
  padding-right: 25px;
}
.panel-body .col:last-child {
  padding-left: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.9px) {
  .panel-body .row {
    flex-direction: column;
  }
  .panel-body .col {
    width: 100%;
  }
  .panel-body .col:last-child {
    border-left: none;
  }
  .panel-body .col:first-child, .panel-body .col:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.panel-body input, .panel-body label {
  display: block;
}
.panel-body label {
  color: #32302E;
  text-align: left;
}
.panel-body .field-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.panel-body .field-container.justify-center {
  justify-content: center;
  width: 115px;
}
.panel-body .field-container span {
  transition: all 200ms ease-in;
}
.panel-body .field-container div {
  width: 35px;
  position: relative;
}
.panel-body .field-container div input {
  width: 35px;
  height: 30px;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  opacity: 0;
}
.panel-body .field-container div input + span {
  position: absolute;
  background: #D8D8D8;
  width: 35px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 25px;
  z-index: 10;
}
.panel-body .field-container div input + span span {
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 25px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 6px rgba(0, 0, 0, 0.1);
}
.panel-body .field-container div input:checked + span {
  background: rgba(16, 73, 114, 0.2);
}
.panel-body .field-container div input:checked + span span {
  background: #104972;
  right: 0;
  left: auto;
}
.panel-body .sa-header {
  height: 35px;
  margin-top: -15px;
  padding: 5px 10px;
  border-bottom: 1px solid #D8D8D8;
  text-align: center;
}
.panel-body .sa-header label, .panel-body .sa-header input {
  display: inline-block;
  width: auto;
  height: auto;
}
.panel-body .sa-header label {
  background: #F2F2F2;
  padding: 3px 8px;
  border-radius: 2.6666666667px;
  transition: all 150ms;
}
.panel-body .sa-header label:after {
  content: "";
}
.panel-body .sa-header label.active {
  background: #104972 !important;
  color: #fff;
}
.panel-body .sa-header input {
  display: none !important;
}

.selectize-input {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}
.selectize-control.multi .selectize-input {
  box-shadow: none;
}
.selectize-control.multi .selectize-input > div.active {
  background: #104972;
  color: #fff;
}

.label {
  display: block;
  color: #9d9d9d;
  font-size: 12px;
  text-transform: uppercase;
}

.data {
  display: block;
}

.field:not(:last-child) {
  margin-bottom: 20px;
}

.activity-block {
  position: relative;
  padding-bottom: 10px;
}
.activity-block:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 15px;
  padding-bottom: 25px;
}
.activity-block .field {
  margin-bottom: 15px;
}
.activity-block .actor {
  font-style: italic;
  font-size: 13px;
  padding-left: 35px;
  padding-top: 5px;
  display: block;
}
.activity-block .actor:before {
  content: "—";
  padding-right: 5px;
}
.activity-block::before {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 15px;
  left: 0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 0;
}
.activity-block:last-child::before {
  bottom: 0;
}
.activity-block.client::before {
  content: "C";
  background: #1691EA;
}
.activity-block.client .actor {
  color: #1691EA;
}
.activity-block.sp::before, .activity-block.ip::before {
  content: "SP";
  background: #FF9800;
}
.activity-block.sp .actor, .activity-block.ip .actor {
  color: #FF9800;
}
.activity-block.ip::before {
  content: "IP";
}

.details-pane {
  width: 100%;
  max-width: 100%;
  padding: 0 20px 40px;
}
.details-pane.pb-sm {
  padding-bottom: 20px;
}
.details-pane.pb-sm > .title {
  margin-bottom: 0;
}
.details-pane > .title {
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .details-pane.auto {
    width: auto;
    max-width: 600px;
    min-width: 400px;
  }
  .details-pane.auto.exp {
    max-width: 720px;
  }
}
.details-pane.center {
  margin: 0 auto;
}
@media (max-width: 575.9px) {
  .details-pane {
    padding-left: 10px;
    padding-right: 10px;
  }
  .details-pane .card.map {
    padding: 10px;
  }
}
.details-pane .actions-panel {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-pane .actions-panel button, .details-pane .actions-panel a {
  height: 26px;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 0 2px;
}
.details-pane .actions-panel button:last-child, .details-pane .actions-panel a:last-child {
  color: #777777;
}
.details-pane .profile-thumb {
  background: #32302E;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 575.9px) {
  .details-pane .profile-thumb {
    border-bottom: none;
  }
}
@media (min-width: 576px) {
  .details-pane .profile-thumb {
    width: 270px;
    border-right: none;
  }
}
.details-pane .profile-thumb img {
  min-height: 100%;
}
.details-pane .user-profile-img {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #D8D8D8;
  border-bottom: none;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.details-pane .user-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575.9px) {
  .details-pane .user-profile-img {
    height: 250px;
  }
}
.details-pane .user-profile-img + .card {
  margin-top: -1px;
}
.details-pane .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .details-pane .row {
    flex-direction: row;
  }
}
.details-pane.col-1,
.details-pane .col-1 {
  width: 8.3333333333%;
}
.details-pane.col-2,
.details-pane .col-2 {
  width: 16.6666666667%;
}
.details-pane.col-3,
.details-pane .col-3 {
  width: 25%;
}
.details-pane.col-4,
.details-pane .col-4 {
  width: 33.3333333333%;
}
.details-pane.col-5,
.details-pane .col-5 {
  width: 41.6666666667%;
}
.details-pane.col-6,
.details-pane .col-6 {
  width: 50%;
}
.details-pane.col-7,
.details-pane .col-7 {
  width: 58.3333333333%;
}
.details-pane.col-8,
.details-pane .col-8 {
  width: 66.6666666667%;
}
.details-pane.col-9,
.details-pane .col-9 {
  width: 75%;
}
.details-pane.col-10,
.details-pane .col-10 {
  width: 83.3333333333%;
}
.details-pane.col-11,
.details-pane .col-11 {
  width: 91.6666666667%;
}
.details-pane.col-12,
.details-pane .col-12 {
  width: 100%;
}
@media (min-width: 576px) {
  .details-pane.col-sm-1,
.details-pane .col-sm-1 {
    width: 8.3333333333%;
  }
  .details-pane.col-sm-2,
.details-pane .col-sm-2 {
    width: 16.6666666667%;
  }
  .details-pane.col-sm-3,
.details-pane .col-sm-3 {
    width: 25%;
  }
  .details-pane.col-sm-4,
.details-pane .col-sm-4 {
    width: 33.3333333333%;
  }
  .details-pane.col-sm-5,
.details-pane .col-sm-5 {
    width: 41.6666666667%;
  }
  .details-pane.col-sm-6,
.details-pane .col-sm-6 {
    width: 50%;
  }
  .details-pane.col-sm-7,
.details-pane .col-sm-7 {
    width: 58.3333333333%;
  }
  .details-pane.col-sm-8,
.details-pane .col-sm-8 {
    width: 66.6666666667%;
  }
  .details-pane.col-sm-9,
.details-pane .col-sm-9 {
    width: 75%;
  }
  .details-pane.col-sm-10,
.details-pane .col-sm-10 {
    width: 83.3333333333%;
  }
  .details-pane.col-sm-11,
.details-pane .col-sm-11 {
    width: 91.6666666667%;
  }
  .details-pane.col-sm-12,
.details-pane .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .details-pane.col-md-1,
.details-pane .col-md-1 {
    width: 8.3333333333%;
  }
  .details-pane.col-md-2,
.details-pane .col-md-2 {
    width: 16.6666666667%;
  }
  .details-pane.col-md-3,
.details-pane .col-md-3 {
    width: 25%;
  }
  .details-pane.col-md-4,
.details-pane .col-md-4 {
    width: 33.3333333333%;
  }
  .details-pane.col-md-5,
.details-pane .col-md-5 {
    width: 41.6666666667%;
  }
  .details-pane.col-md-6,
.details-pane .col-md-6 {
    width: 50%;
  }
  .details-pane.col-md-7,
.details-pane .col-md-7 {
    width: 58.3333333333%;
  }
  .details-pane.col-md-8,
.details-pane .col-md-8 {
    width: 66.6666666667%;
  }
  .details-pane.col-md-9,
.details-pane .col-md-9 {
    width: 75%;
  }
  .details-pane.col-md-10,
.details-pane .col-md-10 {
    width: 83.3333333333%;
  }
  .details-pane.col-md-11,
.details-pane .col-md-11 {
    width: 91.6666666667%;
  }
  .details-pane.col-md-12,
.details-pane .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .details-pane.col-lg-1,
.details-pane .col-lg-1 {
    width: 8.3333333333%;
  }
  .details-pane.col-lg-2,
.details-pane .col-lg-2 {
    width: 16.6666666667%;
  }
  .details-pane.col-lg-3,
.details-pane .col-lg-3 {
    width: 25%;
  }
  .details-pane.col-lg-4,
.details-pane .col-lg-4 {
    width: 33.3333333333%;
  }
  .details-pane.col-lg-5,
.details-pane .col-lg-5 {
    width: 41.6666666667%;
  }
  .details-pane.col-lg-6,
.details-pane .col-lg-6 {
    width: 50%;
  }
  .details-pane.col-lg-7,
.details-pane .col-lg-7 {
    width: 58.3333333333%;
  }
  .details-pane.col-lg-8,
.details-pane .col-lg-8 {
    width: 66.6666666667%;
  }
  .details-pane.col-lg-9,
.details-pane .col-lg-9 {
    width: 75%;
  }
  .details-pane.col-lg-10,
.details-pane .col-lg-10 {
    width: 83.3333333333%;
  }
  .details-pane.col-lg-11,
.details-pane .col-lg-11 {
    width: 91.6666666667%;
  }
  .details-pane.col-lg-12,
.details-pane .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .details-pane.col-xl-1,
.details-pane .col-xl-1 {
    width: 8.3333333333%;
  }
  .details-pane.col-xl-2,
.details-pane .col-xl-2 {
    width: 16.6666666667%;
  }
  .details-pane.col-xl-3,
.details-pane .col-xl-3 {
    width: 25%;
  }
  .details-pane.col-xl-4,
.details-pane .col-xl-4 {
    width: 33.3333333333%;
  }
  .details-pane.col-xl-5,
.details-pane .col-xl-5 {
    width: 41.6666666667%;
  }
  .details-pane.col-xl-6,
.details-pane .col-xl-6 {
    width: 50%;
  }
  .details-pane.col-xl-7,
.details-pane .col-xl-7 {
    width: 58.3333333333%;
  }
  .details-pane.col-xl-8,
.details-pane .col-xl-8 {
    width: 66.6666666667%;
  }
  .details-pane.col-xl-9,
.details-pane .col-xl-9 {
    width: 75%;
  }
  .details-pane.col-xl-10,
.details-pane .col-xl-10 {
    width: 83.3333333333%;
  }
  .details-pane.col-xl-11,
.details-pane .col-xl-11 {
    width: 91.6666666667%;
  }
  .details-pane.col-xl-12,
.details-pane .col-xl-12 {
    width: 100%;
  }
}
.details-pane h1 {
  margin: 0 0 20px;
}
.details-pane h2 {
  margin: 0 0 20px;
}
.details-pane h3 {
  margin: 0 0 20px;
}
.details-pane h4 {
  margin: 0 0 20px;
}
.details-pane h5 {
  margin: 0 0 20px;
}
.details-pane h6 {
  margin: 0 0 20px;
}
.details-pane #map {
  height: 300px;
  min-height: 50%;
}
@media (min-width: 1200px) {
  .details-pane #map {
    height: 450px;
  }
}

.breadcrumb {
  text-align: left;
}
.breadcrumb h4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.breadcrumb .label {
  display: inline;
}

.media {
  margin-top: -15px;
}
.media .heading-underlined {
  margin-top: 10px;
  margin-bottom: -15px;
  display: block;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.media .ratings .subtext {
  line-height: 1.8;
}
.media .numbed-text {
  display: block;
}
.media.unit, .media .top, .media .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.media.unit.left, .media .top.left, .media .footer.left {
  justify-content: flex-start;
}
.media .thumb {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  border-radius: 100%;
}
.media .name {
  margin-bottom: 7px;
}
.media .caption {
  margin-left: 15px;
  margin-top: 15px;
}
.media .footer {
  padding: 20px 0 0;
}
.media .button {
  margin-bottom: 5px;
}
.media.unit .caption, .media.unit .button {
  margin-left: 15px;
  margin-top: 15px;
}
.media.horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}
.media.horizontal:not(:first-child) {
  margin-top: -5px;
}
.media.horizontal .thumb {
  border-radius: 0;
}
.media.horizontal .caption {
  margin-top: 0;
}
.media.horizontal .title {
  margin-bottom: 5px;
}
.media.horizontal span:last-of-type {
  margin-bottom: 10px;
}
.media.horizontal .label, .media.horizontal .data {
  display: inline-block;
}
.media.horizontal .data {
  font-size: 13px;
}
.media.horizontal .button {
  margin-top: 15px;
  margin-left: 10px;
}
.media .subtext {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4) !important;
}
.media .subtext:last-child {
  margin-top: 3px;
}

.dark .media .name {
  color: #fff;
}
.dark .media .subtext {
  color: rgba(255, 255, 255, 0.7) !important;
}

.card {
  background: #fff;
  border: 1px solid #D8D8D8;
  text-align: left;
}
.card.sm {
  max-width: 340px;
}
.card:not(.no-pad) {
  padding: 20px;
}
.card hr {
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 20px 0;
}
.card .lg-text {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -2px;
}
.card .empty-msg {
  color: #777777;
  margin: 0 auto;
}
.card > .card {
  padding: 20px 10px;
}
.card.dark {
  background: #104972;
  border: 1px solid #010b16;
}
.card:not(:last-child) {
  margin-bottom: 20px;
}
.card-title {
  color: #FF9800;
}
.card.images {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.card.images img {
  width: auto;
  height: auto;
  max-height: 280px;
}
.card .subtext {
  display: block;
  font-size: 12px;
  color: #777777;
}
.card .subtext:last-child {
  margin-top: 3px;
}
.card ul {
  padding-left: 10px;
  margin-top: 5px;
}
.card li {
  margin-bottom: 3px;
}
.card li::before {
  content: url("../img/icons/arrow_right.svg");
  display: inline-block;
  margin-right: 15px;
}
.card .heading-underlined {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  display: block;
  margin-bottom: -15px;
}

.ratings .centered {
  text-align: center;
}
.ratings .centered span {
  display: block;
  margin-top: 4px;
}
.ratings hr {
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 20px 0 15px;
}

.media + .ratings {
  margin-top: 20px;
}

.modal {
  z-index: -10;
  position: fixed;
  background: rgba(16, 73, 114, 0.3);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 100ms;
}
.modal .dialog {
  background: #fff;
  max-width: 500px;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.6666666667px;
  box-shadow: 0 12px 24px rgba(119, 119, 119, 0.5);
  transform: perspective(100px) translateZ(-10rem);
  transition: all 400ms;
}
.modal.shown {
  z-index: 60;
  opacity: 1;
}
.modal.shown .dialog {
  transform: perspective(0px) translateZ(0rem);
}
.modal .header, .modal .body, .modal .footer {
  padding: 20px;
  text-align: center;
}
.modal .header {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0;
  padding-top: 15px;
  height: 50px;
}
.modal .footer {
  text-align: right;
}
.modal .body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal.lg .dialog {
    min-width: 600px;
    max-width: 900px;
  }
}
.modal.lg .body {
  padding: 30px 50px 20px;
  text-align-last: left;
}
.modal .label {
  margin-bottom: 10px;
}
.modal .recipients {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.modal .recipients .thumbs {
  margin-right: 15px;
  position: relative;
  display: inline-block;
}
.modal .recipients .thumbs img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.modal .recipients .thumbs img + img {
  margin-left: -15px;
}
.modal .recipients .thumbs::after {
  content: "+3";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.modal .text-primary {
  color: #1691EA;
}
.modal textarea {
  width: 100%;
  font-size: 15px;
  min-height: 120px;
  overflow-y: visible;
  resize: none;
  padding: 15px;
  line-height: 1.7;
}

ul.pagination li {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}

ul.pagination li a {
  color: black;
  padding: 8px 8px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 4px;
}

ul.pagination li a.active {
  background-color: #4CAF50;
  padding: 8px 8px;
  margin: 4px;
  color: white;
  border: 1px solid #4CAF50;
}

ul.pagination li.active {
  /*background-color: #4CAF50;*/
  background-color: #687282;
  padding: 8px 8px;
  margin: 4px;
  color: white;
  border: 1px solid #4CAF50;
}

/*ul.pagination li a:hover:not(.active) {background-color: #ddd;}*/
ul.pagination li a:hover {
  background-color: #999999;
}

ul.pagination li.disabled {
  /*background-color: #cccccc;*/
  color: #ddd;
  padding: 8px 8px;
  border: 1px solid #ddd;
  margin: 4px;
}

.right-drawer,
.right-pinned-pane {
  position: fixed;
  right: -200%;
  top: 140px;
  bottom: 0;
  width: 100%;
  max-width: 430px;
  background: #fff;
  z-index: 60;
  box-shadow: -45px 0 90px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 300ms;
}
.right-drawer.lg, .right-drawer.lg .liner, .right-drawer.lg .header,
.right-pinned-pane.lg,
.right-pinned-pane.lg .liner,
.right-pinned-pane.lg .header {
  max-width: 860px;
}
.right-drawer .divider,
.right-pinned-pane .divider {
  margin: 32px 0 20px;
}
.right-drawer .divider.neg,
.right-pinned-pane .divider.neg {
  margin-bottom: -10px;
}
.right-drawer .divider .label,
.right-pinned-pane .divider .label {
  margin-bottom: -15px;
}
.right-drawer.drawn,
.right-pinned-pane.drawn {
  right: 0;
  opacity: 1;
}
.right-drawer#chat,
.right-pinned-pane#chat {
  z-index: 70;
}
.right-drawer .liner,
.right-pinned-pane .liner {
  position: relative;
  padding-bottom: 20px;
}
.right-drawer .liner.full-width,
.right-pinned-pane .liner.full-width {
  box-sizing: content-box;
  width: 100%;
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.right-drawer .liner.full-width .content,
.right-pinned-pane .liner.full-width .content {
  padding-top: 10px;
  overflow-y: visible;
  padding-bottom: 20px;
}
.right-drawer .header,
.right-pinned-pane .header {
  position: fixed;
  height: 50px;
  background: #fff;
  width: 100%;
  max-width: 430px;
  z-index: 60;
  top: 140px;
  padding: 0 15px 0 15px;
  border-bottom: 1px solid #D8D8D8;
}
.right-drawer .header small,
.right-pinned-pane .header small {
  font-weight: 600;
  font-size: 12px;
  color: #aaaaaa;
  display: block;
  margin-top: -2px;
}
.right-drawer .header h3,
.right-pinned-pane .header h3 {
  margin-bottom: 0;
}
.right-drawer .header .button,
.right-pinned-pane .header .button {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -25px;
  border: none;
  background: #fff;
}
.right-drawer .numbed-text,
.right-pinned-pane .numbed-text {
  font-weight: 600;
  font-size: 12px;
  color: #aaaaaa;
}
.right-drawer .action-panel,
.right-pinned-pane .action-panel {
  height: 52px;
  margin-top: 50px;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 15px;
  background: #104972;
}
.right-drawer .action-panel.plain,
.right-pinned-pane .action-panel.plain {
  background: #F2F2F2;
}
.right-drawer .action-panel.sm,
.right-pinned-pane .action-panel.sm {
  height: 40px;
}
.right-drawer .action-panel.center,
.right-pinned-pane .action-panel.center {
  justify-content: center;
}
.right-drawer .action-panel + .content,
.right-pinned-pane .action-panel + .content {
  margin-top: 5px;
  height: calc(100vh - 230px);
}
.right-drawer .action-panel p,
.right-pinned-pane .action-panel p {
  color: #fff;
}
.right-drawer .action-panel .button,
.right-pinned-pane .action-panel .button {
  height: 25px;
  line-height: 22px;
  padding: 0 15px;
  border-radius: 34px;
}
.right-drawer .header, .right-drawer .action-panel,
.right-pinned-pane .header,
.right-pinned-pane .action-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-drawer .content,
.right-pinned-pane .content {
  overflow-y: auto;
  margin: 65px 15px 0;
  width: calc(100% - 30px);
}
.right-drawer .pb-lg,
.right-pinned-pane .pb-lg {
  padding-bottom: 50px;
}
.right-drawer .p-lg,
.right-pinned-pane .p-lg {
  padding: 0 50px 50px 0;
}
.right-drawer .grid,
.right-pinned-pane .grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.right-drawer .grid .thumb,
.right-pinned-pane .grid .thumb {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  text-align: center;
}
.right-drawer .grid .thumb img,
.right-pinned-pane .grid .thumb img {
  width: 100%;
}
.right-drawer .media .thumb,
.right-pinned-pane .media .thumb {
  width: 50px;
  height: 50px;
}
.right-drawer .media .button,
.right-pinned-pane .media .button {
  margin-top: -10px;
}
.right-drawer hr,
.right-pinned-pane hr {
  border: none;
  background: #D8D8D8;
  height: 1px;
  margin: 20px 0 0;
}
.right-drawer .section-caption,
.right-pinned-pane .section-caption {
  margin: 30px -35px 15px -20px;
  display: block;
  padding: 5px;
  border: 1px solid #D8D8D8;
}
.right-drawer .section-caption.topmost,
.right-pinned-pane .section-caption.topmost {
  margin-top: -25px;
}
.right-drawer .section-caption:empty,
.right-pinned-pane .section-caption:empty {
  padding: 0;
  border-top: none;
}
.right-drawer .field + .field,
.right-pinned-pane .field + .field {
  margin-top: -5px;
}
@media (min-width: 992px) {
  .right-drawer, .right-drawer .header,
.right-pinned-pane,
.right-pinned-pane .header {
    top: 100px;
  }
  .right-drawer .header,
.right-pinned-pane .header {
    height: 51px;
    padding-right: 30px;
  }
  .right-drawer .content,
.right-pinned-pane .content {
    height: calc(100vh - 170px);
  }
}

.toolbar ~ .right-drawer + .content-wrapper,
.toolbar ~ .right-pinned-pane + .content-wrapper {
  margin-top: 55px;
}
.toolbar ~ .right-drawer + .content-wrapper > .complaint-card,
.toolbar ~ .right-pinned-pane + .content-wrapper > .complaint-card {
  height: calc(100vh - 185px);
}

.right-pinned-pane {
  border-left: 1px solid #D8D8D8;
}
.right-pinned-pane, .right-pinned-pane .header {
  max-width: 400px;
  top: 141px;
}
.right-pinned-pane .liner {
  box-sizing: content-box;
  width: 400px;
  height: 100%;
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.right-pinned-pane .content {
  height: auto !important;
  padding-top: 10px;
  overflow-y: visible;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .right-pinned-pane {
    right: 0;
    box-shadow: none;
    opacity: 1;
  }
  .right-pinned-pane #close {
    display: none;
  }
  .right-pinned-pane + .right-pinned-pane {
    right: 400px;
  }
  .right-pinned-pane + .right-pinned-pane .header {
    border-right: 1px solid #D8D8D8;
  }
}

.chats {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.chats .introit {
  text-align: center;
  margin: 100px -20px 20px;
  border: 1px solid #D8D8D8;
  border-left: none;
  border-right: none;
  font-size: 12px;
  color: #959DAD;
  padding: 7px 10px;
}
.chats .introit a:hover {
  text-decoration: underline;
}
.chats .introit.first {
  margin-top: -31px;
}
.chats.sm .msg-content {
  max-width: 250px;
}

.msg {
  position: relative;
  display: flex;
  flex-direction: column;
}
.msg::before {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
}
@media (min-width: 576px) {
  .msg::before {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
  }
}
.msg .timestamp {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.msg .details {
  display: flex;
  margin-top: 6px;
}
.msg .details .message-status {
  display: none;
  width: 15px;
  margin-left: 5px;
  filter: brightness(0) invert(0.4);
}
.msg .details .message-status .read {
  visibility: hidden;
}
.msg .details .message-status.delivered .read {
  visibility: visible;
}
.msg .details .message-status.read {
  filter: brightness(1) invert(0);
}
.msg .details .message-status.read .read {
  visibility: visible;
}
.msg-content {
  border-radius: 0 16px 16px 16px;
  display: inline-flex;
  flex-direction: column;
  width: auto;
  max-width: 80%;
  padding: 10px 10px;
  color: #fff;
  margin-top: -12px;
}
.msg-content::first-letter {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .msg-content {
    max-width: 400px;
  }
}
.msg.client {
  padding-left: 25px;
}
.msg.client::before {
  content: "C";
  left: 0;
  background: rgba(22, 145, 234, 0.5);
}
.msg.client [class*=content] {
  background: #1691EA;
}
.msg.client .timestamp {
  color: rgba(255, 255, 255, 0.5);
}
.msg.sp, .msg.ip {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 25px;
}
.msg.sp::before, .msg.ip::before {
  content: "SP";
  right: 0;
  background: rgba(42, 46, 67, 0.5);
}
.msg.sp [class*=content], .msg.ip [class*=content] {
  background: #2A2E43;
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
}
.msg.sp .details, .msg.ip .details {
  align-self: flex-end;
}
@media (min-width: 576px) {
  .msg.client {
    padding-left: 33px;
  }
  .msg.sp, .msg.ip {
    padding-right: 33px;
  }
}
.msg.ip::before {
  content: "IP";
}
.msg.client + .msg.client, .msg.sp + .msg.sp, .msg.ip + .msg.ip {
  margin-top: 2px;
}
.msg.client + .msg.client::before, .msg.sp + .msg.sp::before, .msg.ip + .msg.ip::before {
  display: none;
}
.msg.client + .msg.sp, .msg.sp + .msg.client, .msg.client + .msg.ip, .msg.ip + .msg.client {
  margin-top: 20px;
}

.msg-media {
  height: 300px;
  width: 100%;
  border-radius: 5px;
}

.switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.switch.justify-center {
  justify-content: center;
  width: 115px;
}
.switch .control {
  margin: 0 5px;
}
.switch span {
  transition: all 200ms ease-in;
}
.switch div {
  width: 35px;
  position: relative;
}
.switch div input {
  width: 35px;
  height: 30px;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  opacity: 0;
}
.switch div input + span {
  position: absolute;
  background: #D8D8D8;
  width: 35px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 25px;
  z-index: 10;
}
.switch div input + span span {
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 25px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 6px rgba(0, 0, 0, 0.1);
}
.switch div input:checked + span {
  background: rgba(255, 152, 0, 0.3);
}
.switch div input:checked + span span {
  background: #FF9800;
  right: 0;
  left: auto;
}

.note-card {
  background: #fff;
  border: 1px solid #D8D8D8;
}
.note-card .header {
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.note-card .caption {
  padding: 20px;
  text-align: left;
  line-height: 1.8;
  color: #777777;
}
.note-card + .note-card {
  margin-top: 20px;
}

.progress-map {
  position: fixed;
  background: rgb(213, 212, 212);
  width: 270px;
  bottom: 0;
  top: 101px;
  border-right: 1px solid #f4f4f4;
  overflow: hidden;
  z-index: 15;
}
.progress-map, .progress-map li, .progress-map a {
  transition: all 200ms;
}
.progress-map .liner {
  height: calc(100% - 50px);
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding-right: 20px;
  box-sizing: content-box;
}
.progress-map ol {
  list-style-type: none;
  margin-bottom: 50px;
  margin-top: 0;
}
.progress-map li {
  border-left: 1px solid #515151;
  position: relative;
  counter-increment: listCounters;
  margin-left: 15px;
  height: 80px;
}
.progress-map li:last-child {
  height: 30px;
}
.progress-map li.passed {
  border-color: #32302E;
}
.progress-map li.passed a, .progress-map li.active a {
  opacity: 1;
}
.progress-map li::before {
  content: counter(listCounters);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid brighten(#D8D8D8, 13%);
  background: rgb(213, 212, 212);
  color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -17px;
  top: 0;
}
.progress-map li.passed::before {
  border-color: #32302E;
  background: #32302E;
  color: #fff;
}
.progress-map li.passed a {
  color: #32302E;
}
.progress-map li.partially-passed::before {
  background: #f9f9f9;
  color: #fff;
}
.progress-map li.active::before {
  border-color: #1067DF;
  color: #1067DF;
}
.progress-map li.active a {
  color: #1067DF;
}
.progress-map a {
  height: auto;
  margin-left: 50px;
  display: block;
  opacity: 0.5;
}
.progress-map a:hover {
  opacity: 1;
}
.progress-map .single-line {
  padding-top: 8px;
}
@media (max-width: 1199.9px) {
  .progress-map {
    width: 70px;
  }
  .progress-map li {
    margin-left: -5px;
  }
  .progress-map:hover {
    width: 240px;
    box-shadow: 15px 0 30px rgba(0, 0, 0, 0.2);
  }
  .progress-map:hover li {
    margin-left: 15px;
  }
}
@media (max-width: 991.9px) {
  .progress-map {
    top: 140px;
  }
  .progress-map li {
    height: 50px;
  }
  .progress-map:hover li {
    height: 65px;
  }
  .progress-map:hover li:last-child {
    height: 30px;
  }
}

.custom-check {
  display: inline-block;
  position: relative;
  height: 40px;
  width: auto !important;
  margin-right: 5px !important;
  overflow: hidden;
}
.custom-check::after {
  display: none;
}
.custom-check:last-child {
  margin-right: 0 !important;
}
.custom-check span {
  display: block;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 38px;
  border: 1px solid #C3C3C3;
  box-shadow: inset 0px 0px 2px #D8D8D8;
  border-radius: 2px;
}
.custom-check input {
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
  width: auto;
  opacity: 0;
}
.custom-check input:checked + span {
  border-color: #1691EA;
  color: #1691EA;
}

@media (min-width: 992px) {
  .input-group {
    display: flex !important;
  }
}
.input-group > input {
  width: auto;
  min-width: 40px;
  margin-bottom: 5px;
}
.input-group > input:not(:last-child) {
  margin-right: 10px;
}

.biodata {
  margin-top: 80px;
}
.biodata .display {
  position: relative;
  overflow: hidden;
}
.biodata .scan-effect {
  height: 2px;
  position: absolute;
  background: #1691EA;
  box-shadow: 0px 10px 15px #1691EA, 0px 10px 15px #1691EA, 0px -10px 5px #fff;
  opacity: 0;
  left: 5px;
  right: 5px;
}
.biodata .scanner {
  text-align: center;
  padding: 0 20px;
  margin: 0 auto 80px;
  max-width: 200px;
}
.biodata .scanner .display img {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 300ms;
  width: 150px;
  margin: 0 auto;
  height: 180px;
}
.biodata .scanner .button {
  display: inline-flex;
  align-items: center;
}
.biodata .scanner .button, .biodata .scanner .button img {
  transition: all 300ms;
}
.biodata .scanner .button img {
  margin-left: -12px;
  transform: scaleX(0);
}
.biodata .scanner .button.scan-successful img {
  margin-left: 10px;
  transform: scaleX(1);
}
.biodata .scanner .button:disabled {
  cursor: not-allowed;
}
.biodata .scanner.scanning .display img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  background: rgba(22, 145, 234, 0.1);
}
.biodata .scanner.scanning .scan-effect {
  opacity: 1;
  -webkit-animation: scan 0.8s infinite alternate;
  -moz-animation: scan 0.8s infinite alternate;
  -o-animation: scan 0.8s infinite alternate;
  animation: scan 0.8s infinite alternate;
}
.biodata .finger-name {
  margin-top: 0;
  margin-bottom: 20px;
  height: 20px;
}
.biodata .button {
  margin-top: 20px;
}

@-webkit-keyframes scan {
  0% {
    top: 0%;
  }
  100% {
    top: calc(100% - 3px);
  }
}
@-moz-keyframes scan {
  0% {
    top: 0%;
  }
  100% {
    top: calc(100% - 3px);
  }
}
@-o-keyframes scan {
  0% {
    top: 0%;
  }
  100% {
    top: calc(100% - 3px);
  }
}
@keyframes scan {
  0% {
    top: 0%;
  }
  100% {
    top: calc(100% - 3px);
  }
}
.complaint-card {
  background: #fff;
  border: 1px solid #D8D8D8;
  display: inline-block;
  width: calc(100vw - 25px);
  margin: 0 auto;
  text-align: left;
  height: calc(100vh - 180px);
  overflow: hidden !important;
  position: relative;
}
@media (min-width: 768px) {
  .complaint-card {
    width: 655px;
  }
}
.complaint-card .header {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -20px;
}
.complaint-card .header span {
  display: block;
  text-align: center;
}
.complaint-card .header span #spStatus {
  color: #777777;
  font-size: 13px;
}
.complaint-card .header span #spStatus.Online {
  color: rgb(255, 123, 0);
}
.complaint-card .body {
  height: calc(100vh - 291px);
  overflow-y: auto;
  padding: 0 10px 10px;
}
@media (min-width: 576px) {
  .complaint-card .body {
    padding: 10px 20px 20px;
  }
}
@media (min-width: 992px) {
  .complaint-card {
    height: calc(100vh - 150px);
  }
  .complaint-card .body {
    height: calc(100vh - 262px);
  }
}
.complaint-card .footer {
  border-top: 1px solid #D8D8D8;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 7px 20px;
  min-height: 50px;
  max-height: 170px;
  position: fixed;
  bottom: 15px;
  width: inherit;
}
.complaint-card .footer, .complaint-card .footer .textInput {
  transition: all 100ms;
}
.complaint-card .footer .textInput {
  width: 100%;
  min-width: 100px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  position: relative;
  height: 45px;
  min-height: 45px;
  max-height: 150px;
  resize: none;
  overflow-y: auto;
  font-weight: 600;
  outline: none;
  border-radius: 10px;
}
.complaint-card .footer .textInput:active, .complaint-card .footer .textInput:focus {
  border-color: #1691EA;
  background: #fff;
}
.complaint-card .footer button {
  background: none;
  padding-left: 20px;
  padding-right: 5px;
  border: none;
  outline: none;
}

.dashboard-card {
  background: #fff;
  margin: 0 10px 50px;
  width: 100%;
}
@media (min-width: 576px) {
  .dashboard-card {
    width: calc(50% - 20px);
  }
}
.dashboard-card .head {
  padding: 25px 25px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.dashboard-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.dashboard-card .title {
  margin-top: 0;
  margin-bottom: 4px;
}
.dashboard-card .caption {
  margin-left: 16px;
}
.dashboard-card .caption .title {
  font-size: 15px;
  text-align: left;
}
.dashboard-card .caption .spans:not(.block) {
  display: flex;
  align-items: center;
}
.dashboard-card .caption .spans.block > span {
  display: block;
}
.dashboard-card .caption .figure {
  font-weight: bold;
  font-size: 26px;
  color: #000;
  margin-right: 8px;
}
.dashboard-card .caption .context {
  font-size: 13px;
  color: rgba(119, 119, 119, 0.7);
}
.dashboard-card .body .row {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-direction: row;
}
.dashboard-card .body .row + .row {
  border-top: none;
}
.dashboard-card .body .child {
  width: 50%;
  text-align: center;
  padding: 10px;
  border-top: 2px solid transparent;
}
.dashboard-card .body .child + .child {
  border-left: 1px solid #efefef;
}
.dashboard-card .body .child:only-child {
  border-right: 1px solid #efefef;
  margin-left: 1px;
}
.dashboard-card .body .title {
  font-weight: normal;
  color: rgba(119, 119, 119, 0.7);
}
.dashboard-card .body .figure {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
.dashboard-card.deeppink .icon {
  background: rgba(244, 0, 98, 0.05);
}
.dashboard-card.deeppink .child:hover {
  border-top-color: #F40062;
  background-color: rgba(244, 0, 98, 0.05);
}
.dashboard-card.deeppink .themed {
  color: #F40062;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}
.dashboard-card.aqua .icon {
  background: rgba(33, 212, 253, 0.1);
}
.dashboard-card.aqua .child:hover {
  border-top-color: #21D4FD;
  background-color: rgba(33, 212, 253, 0.05);
}
.dashboard-card.aqua .themed {
  color: #21D4FD;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}
.dashboard-card.secondary .icon {
  background: rgba(16, 73, 114, 0.05);
}
.dashboard-card.secondary .child:hover {
  border-top-color: #104972;
  background-color: rgba(16, 73, 114, 0.05);
}
.dashboard-card.secondary .themed {
  color: #104972;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}
.dashboard-card.complimentary .icon {
  background: rgba(255, 152, 0, 0.05);
}
.dashboard-card.complimentary .child:hover {
  border-top-color: #FF9800;
  background-color: rgba(255, 152, 0, 0.05);
}
.dashboard-card.complimentary .themed {
  color: #FF9800;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}
.dashboard-card.primary .icon {
  background: rgba(22, 145, 234, 0.05);
}
.dashboard-card.primary .child:hover {
  border-top-color: #1691EA;
  background-color: rgba(22, 145, 234, 0.05);
}
.dashboard-card.primary .themed {
  color: #1691EA;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}

.summary {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.summary .dashboard-card {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.summary .dashboard-card a {
  display: inline-flex;
}
@media (min-width: 576px) {
  .summary {
    flex-direction: row;
  }
  .summary .dashboard-card:not(:last-child) {
    margin-right: 20px;
  }
  .summary .dashboard-card:only-child {
    width: 100%;
  }
}

.wallet-summary {
  padding-top: 15px;
  padding-bottom: 10px;
}

.section-caption + .wallet-summary {
  margin-bottom: -20px;
}

.tab {
  margin: 30px -20px 0 -15px;
  overflow-x: hidden;
}
.tab-buttons {
  padding: 0;
  display: flex;
}
.tab-buttons li {
  width: 50%;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
}
.tab-buttons li.active {
  background: #1691EA;
  color: #fff;
  border: none;
}
.tab .body {
  position: relative;
  padding: 0 20px 20px;
  margin-left: 7.5px;
  width: 100%;
}
.tab-content {
  position: absolute;
  transition: all 300ms;
  background: #fff;
  height: inherit;
  width: 100%;
  opacity: 0;
}
.tab-content.left {
  transform: translateX(calc(-100% - 20px));
}
.tab-content.right {
  transform: translateX(calc(100% + 20px));
}
.tab-content.active {
  transform: translateX(0%) !important;
  opacity: 1;
}
@media (min-width: 992px) {
  .tab {
    position: absolute;
    width: 100%;
    top: 250px;
    bottom: 10px;
    overflow-y: hidden;
  }
  .tab-content {
    height: calc(100vh - 450px);
    overflow-y: auto;
    padding-right: 10px;
  }
  .tab.top {
    top: 45px;
  }
  .tab.top .tab-content {
    height: calc(100vh - 250px);
  }
}

.linked-list {
  padding: 0;
  display: block;
  width: calc(100% - 60px);
}
.linked-list .list-item {
  margin-bottom: 10px;
  padding: 5px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
}
.linked-list .list-item:first-child {
  padding-top: 0;
}
.linked-list .list-item .subordinate {
  max-width: calc(100% - 120px);
}
.linked-list .list-item .main {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.linked-list .list-item .main .button {
  position: absolute;
  z-index: 70;
  transition: 100ms all;
  transform: scale(0, 0);
  opacity: 0;
  visibility: hidden;
}
.linked-list .list-item:hover .button {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.linked-list .list-item span {
  display: block;
}
.linked-list .list-item .lead {
  margin-bottom: 5px;
}
.linked-list .list-item .pending {
  color: #1691EA;
}
.linked-list .list-item .paid {
  color: rgb(107, 155, 4);
}
.linked-list .list-item .declined {
  color: #ff223c;
}

.invoice-card {
  background: #fff;
  padding: 20px 16px 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 300ms;
}
.invoice-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.invoice-card:not(:last-child) {
  margin-right: 10px;
}
.invoice-card span {
  display: block;
}
.invoice-card span.hero {
  font-weight: bold;
  color: #32302E;
  font-size: 18px;
  margin-bottom: 8px;
  position: relative;
}
.invoice-card span.hero::before {
  content: url("../img/invoice.svg");
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -16px 12px;
  text-align: center;
  padding-bottom: 16px;
}
.invoice-card span:not(.hero) {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.evaluation-report-card {
  margin-top: 24px;
}
.evaluation-report-card .inner {
  flex-direction: column;
}
@media (min-width: 768px) {
  .evaluation-report-card .inner {
    flex-direction: row;
  }
}
.evaluation-report-card .inner, .evaluation-report-card .stats, .evaluation-report-card .field {
  display: flex;
}
.evaluation-report-card .stats, .evaluation-report-card .captures, .evaluation-report-card .answers {
  padding: 20px 32px;
}
.evaluation-report-card .stats {
  flex-direction: column;
  flex-grow: 0.4;
  flex-shrink: 0;
}
.evaluation-report-card .field {
  flex-grow: 1;
  align-items: center;
}
.evaluation-report-card .field:not(:last-child) {
  margin-bottom: 8px;
}
.evaluation-report-card .field .label {
  flex-grow: 0.4;
  flex-shrink: 0;
  min-width: 120px;
  max-width: 120px;
  position: relative;
}
.evaluation-report-card .field .label::after {
  content: ":";
  position: absolute;
  right: 0;
  margin-left: 16px;
}
.evaluation-report-card .field .data {
  flex-grow: 0.6;
  padding-left: 20px;
}
.evaluation-report-card .right {
  flex-grow: 0.6;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  border-top: 1px solid #D8D8D8;
}
@media (min-width: 768px) {
  .evaluation-report-card .right {
    border-top: none;
    border-left: 1px solid #D8D8D8;
  }
}
.evaluation-report-card .captures .label, .evaluation-report-card .answers .label {
  margin: 0 0 12px;
}
.evaluation-report-card .captures > div, .evaluation-report-card .answers > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.evaluation-report-card .captures {
  flex-grow: 1;
}
.evaluation-report-card .captures > div {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.evaluation-report-card .captures .capture {
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  position: relative;
}
.evaluation-report-card .captures .capture, .evaluation-report-card .captures .capture .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.evaluation-report-card .captures .capture:not(:last-child) {
  margin-right: 20px;
}
.evaluation-report-card .captures .capture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.evaluation-report-card .captures .capture .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(16, 73, 114, 0.3);
  transition: all 200ms;
}
.evaluation-report-card .captures .capture .overlay button {
  border-radius: 24px;
  border: none;
  padding: 3px 12px;
}
.evaluation-report-card .captures .capture:hover .overlay {
  opacity: 1;
}
.evaluation-report-card .answers {
  border-top: 1px solid #D8D8D8;
  flex-grow: 0;
}
.evaluation-report-card .answers > div {
  margin-top: -8px;
}
.evaluation-report-card .answers .button {
  margin-top: 8px;
}

.question-score-indicator {
  height: 34px;
  min-width: 34px;
  border: 1px solid rgba(119, 119, 119, 0.7019607843);
  color: rgba(119, 119, 119, 0.7019607843);
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 16px;
  margin-top: 8px;
}
.question-score-indicator, .question-score-indicator > div {
  cursor: default;
}
.question-score-indicator:not(:last-child) {
  margin-right: 8px;
}
.question-score-indicator:hover {
  background-color: rgba(119, 119, 119, 0.7019607843);
  color: white;
}
.question-score-indicator.correct {
  border-color: #00C196;
  color: #00C196;
}
.question-score-indicator.correct:hover {
  background-color: #00C196;
  color: white;
}
.question-score-indicator.incorrect {
  border-color: #FF3C3C;
  color: #FF3C3C;
}
.question-score-indicator.incorrect:hover {
  background-color: #FF3C3C;
  color: white;
}

.test-question {
  padding: 20px;
}
@media (min-width: 576px) {
  .test-question {
    padding: 40px;
  }
}
.test-question .block + .block {
  margin-top: 24px;
}
.test-question .label {
  margin-bottom: 8px;
}
.test-question .second-block-content-wrapper {
  margin-top: -8px;
}
.test-question .question-score-indicator {
  color: #1691EA;
  height: 28px;
  min-width: 28px;
}

.media-modal {
  position: fixed;
  background: rgba(16, 73, 114, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms;
}
.media-modal .dialog, .media-modal .content {
  border-radius: 8px;
}
.media-modal .dialog {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 720px;
  max-height: 560px;
  box-shadow: 0 12px 24px rgba(119, 119, 119, 0.5);
  transform: perspective(100px) translateZ(-10rem);
  transition: all 200ms;
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.media-modal.shown {
  z-index: 60;
  opacity: 1;
  visibility: visible;
}
.media-modal.shown .dialog {
  transform: perspective(0px) translateZ(0rem);
}
.media-modal .header {
  display: flex;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
}
.media-modal .header .left {
  margin-right: 56px;
}
.media-modal .header .title {
  color: #1691EA;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.media-modal .header .description {
  color: rgba(0, 0, 0, 0.4);
}
.media-modal #mediaModalCloseButton {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.media-modal #mediaModalCloseButton:hover {
  background: rgba(16, 73, 114, 0.2);
}
.media-modal .content {
  margin-top: 24px;
  background: rgba(0, 0, 0, 0.1333333333);
  flex: 1 1 1px;
  overflow: hidden;
}
.online-status {
  background-color: green;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.offline-status {
  background-color: rgb(190, 183, 183);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}
