*[onclick] {
  cursor: pointer;
}

.bg-primary {
  background-color: #377ccd !important;
}

.border-primary {
  border-color: #377ccd !important;
}

.text-primary {
  color: #377ccd !important;
}

.text-label {
  color: #8d9da7 !important;
}

.bg-light {
  background-color: #f7fafd !important;
}

.bg-light-blue {
  background-color: rgba(207, 226, 255, 0.5) !important;
}

.bg-stripe {
  background-color: #f2f3f7;
}

.badge-primary {
  background-color: #377ccd;
}

.font-base {
  font-size: 1rem !important;
}

.font-sm {
  font-size: 0.875rem !important;
}

.font-xs {
  font-size: 0.75rem !important;
}

.font-lg {
  font-size: 1.125rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.grid-container {
  display: grid;
  grid-gap: 1rem;
}
.grid-container.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-container.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-container.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-container .form-group {
  margin: 0;
}

@media (max-width: 767px) {
  .grid-container.columns-2, .grid-container.columns-3, .grid-container.columns-4 {
    grid-template-columns: auto;
  }
}
.sticky-top {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

.btn {
  font-size: 0.875rem;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
.btn.btn-sm.btn-circle {
  width: 32px;
  height: 32px;
}
.btn.btn-lg {
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-default {
  color: #8d9da7;
  border: 1px solid #e2e8ee;
}
.btn-default:not(:disabled):hover {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ced4da;
}
.btn-default:active, .btn-default:active:focus, .btn-default:focus {
  background-color: #e9ecef;
  border-color: #ced4da;
}

.btn-primary {
  background-color: #377ccd;
  border-color: #377ccd;
}

.btn-light {
  color: #adb5bd;
  background-color: #e9ecef;
  border-color: #e2e8ee;
}
.btn-light:not(:disabled):hover {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-success {
  background-color: #60ab1e;
  border-color: #60ab1e;
}

.btn-link {
  color: #377ccd;
}

.btn[class*=btn-outline]:not(:hover) {
  background-color: #fff !important;
}

.btn-outline-primary {
  color: #377ccd;
  border-color: #377ccd;
}
.btn-outline-primary:not(:disabled):hover {
  background-color: #377ccd;
  border-color: #377ccd;
}

::-moz-placeholder {
  opacity: 1;
  overflow: visible;
  padding: 0;
  color: #c2d2db;
  font-size: 0.875rem;
  font-weight: normal;
}

:-ms-input-placeholder {
  opacity: 1;
  overflow: visible;
  padding: 0;
  color: #c2d2db;
  font-size: 0.875rem;
  font-weight: normal;
}

::placeholder {
  opacity: 1;
  overflow: visible;
  padding: 0;
  color: #c2d2db;
  font-size: 0.875rem;
  font-weight: normal;
}

:-ms-input-placeholder {
  padding: 0;
  color: #c2d2db;
  font-size: 0.875rem;
  font-weight: normal;
}

::-ms-input-placeholder {
  padding: 0;
  color: #c2d2db;
  font-size: 0.875rem;
  font-weight: normal;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label:not([class*=inline]) {
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  color: #8d9da7;
}

.form-control {
  height: calc(1.3em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  color: #495057;
  border-color: #e2e8ee;
  box-sizing: border-box;
  transition: all 0.2s;
}
.form-control[disabled], .form-control.disabled, .form-control[readonly], .form-control.readonly {
  color: #6c757d;
  background-color: #eef1f5;
  cursor: default;
}
.form-control.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

textarea.in_stdlength.form-control {
  height: calc(1.3em + 1.5rem + 2px);
  overflow: hidden;
}

select.form-control {
  background: url("../img/chevron-down-solid.svg") #fff no-repeat calc(100% - 20px) center;
  background-size: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-check label {
  display: flex;
}

a.form-control, a.form-control.disabled, a.form-control.readonly {
  color: #377ccd;
  cursor: pointer;
}

.has-changed .form-control {
  background-color: #ffe5d0;
}

.mobile-placeholder {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-width: 100%;
  height: calc(1.3em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.input-group-icon {
  position: relative;
}
.input-group-icon .form-control {
  padding-right: 2.5rem;
}
.input-group-icon .input-group-prepend {
  position: absolute;
  top: 0.875rem;
  left: 1rem;
  color: #8d9da7;
}
.input-group-icon .input-group-prepend + .form-control {
  padding: 0.75rem 0 0.75rem 2.5rem;
}
.input-group-icon .input-group-append {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
}
.input-group-icon .input-group-append > i {
  line-height: 1;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

.custom-control-input {
  z-index: 1;
}
.custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: rgba(0, 123, 255, 0.5);
}

.custom-control-label {
  margin-bottom: 0;
  color: #495057;
}
.custom-control-label:before {
  border-color: #dee2e6;
}
.custom-control-label:checked ~ .custom-control-label::before {
  background-color: #377ccd;
  border-color: #377ccd;
}

.custom-control.custom-control-inline {
  cursor: pointer;
}
.custom-control.no-label .custom-control-label {
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1.25rem;
}
.custom-control.no-label .custom-control-label:before, .custom-control.no-label .custom-control-label:after {
  left: 0;
}

.upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #f8f9fa;
  border: 1px dashed #e2e8ee;
  border-radius: 0.25rem;
}
.upload-container .file-container {
  width: 280px;
  height: 210px;
}
.upload-container .file-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-module=login] {
  overflow: hidden;
}
[data-module=login] .wrap {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
[data-module=login] .side {
  width: 40%;
  height: calc(var(--vh, 1vh) * 100);
  background: url(../img/login@2x.png) left bottom no-repeat;
  background-size: cover;
}
[data-module=login] .main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  background-color: #f6fafd;
}
[data-module=login] .logo {
  width: 136px;
  height: 136px;
  margin: 1.5rem auto;
  overflow: hidden;
}
[data-module=login] .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
[data-module=login] .logo.customized {
  background-color: #fff;
  border-radius: 50%;
}
[data-module=login] .card {
  width: 360px;
  background-color: transparent;
}
[data-module=login] .card a {
  color: #adb5bd;
  font-size: 0.75rem;
  text-decoration: none;
}
[data-module=login] .card a:hover {
  text-decoration: underline;
}
[data-module=login] .card-title {
  color: #3f4c55;
  font-size: 1.125rem;
  font-weight: 700;
}
[data-module=login] .eye {
  width: 20px;
  cursor: pointer;
}
[data-module=login] select option:not([disabled]) {
  color: #4165b2;
}
[data-module=login] .copyright {
  margin-top: 1rem;
  text-align: center;
  color: #6c757d;
  font-size: 0.8rem;
}

.password-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.password-page .card {
  width: 360px;
}
.password-page .card .card-body {
  padding: 2rem;
}
.password-page .card .card-title {
  font-size: 1.75rem;
  font-weight: 700;
}

[data-module=download] {
  color: #3f4c55;
}
[data-module=download] .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
[data-module=download] .card-header {
  background-color: #f2f3f7;
}
[data-module=download] .card-body .label {
  color: #8d9da7;
}

@media (max-width: 768px) {
  [data-module=login] .wrap {
    flex-direction: column;
    justify-content: flex-start;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  [data-module=login] .side,
[data-module=login] .main-container {
    width: 100vw;
  }
  [data-module=login] .side {
    height: 80px;
  }
  [data-module=login] .logo {
    width: 64px;
    height: 64px;
    margin: 0.5rem auto;
  }
  [data-module=login] .main-container {
    height: calc(100% - 80px);
  }
  [data-module=login] .card {
    width: 75%;
  }
  [data-module=login] .card-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=single-page.css.map */