/*
 * Shards v2.1.0 (https://designrevision.com/downloads/shards/)
 * Based on: Bootstrap v4.1.3 (https://getbootstrap.com)
 * Copyright 2017-* DesignRevision (https://designrevision.com)
 * Copyright 2017-* Catalin Vasile (http://catalin.me)
 */
@import url("//fonts.googleapis.com/css?family=Poppins:300,400,500,600|Roboto+Mono");
:root {
  --blue: #00AdEF;
  --indigo: #6610f2;
  --purple: #03256c;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #F66F34;
  --yellow: #ffc107;
  --green: #44AF69;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #00AdEF;
  --secondary: #03256c;
  --success: #44AF69;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #e9ecef;
  --dark: #212529;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media (max-width: 575.98px) {
  html {
    font-size: 15px; } }

body {
  font-size: 1rem;
  font-weight: 300;
  color: #5A6169;
  background-color: #fff; }

a {
  color: #00AdEF;
  text-decoration: none; }
  a:hover {
    color: #0076a3;
    text-decoration: underline; }

b, strong {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #212529; }

h1, .h1 {
  font-size: 3.052rem;
  letter-spacing: -0.0625rem;
  line-height: 3rem; }

h2, .h2 {
  font-size: 2.441rem;
  letter-spacing: -0.0625rem;
  line-height: 2.25rem; }

h3, .h3 {
  font-size: 1.953rem;
  line-height: 2.25rem; }

h4, .h4 {
  font-size: 1.563rem;
  line-height: 2rem; }

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5rem; }

.lead {
  line-height: 1.875rem; }

.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0.75rem; }

.display-1 {
  font-size: 7.451rem;
  line-height: 1; }

.display-2 {
  font-size: 5.96rem;
  line-height: 1; }

.display-3 {
  font-size: 4.768rem;
  line-height: 1; }

.display-4 {
  font-size: 3.815rem;
  line-height: 1; }

p {
  margin-bottom: 1.75rem; }

hr {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 300; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fff09e; }

.blockquote {
  margin-bottom: 0.75rem;
  font-size: 1.5rem; }

.blockquote-footer {
  font-size: 1.125rem; }

.img-thumbnail {
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: none; }

.figure-img {
  margin-bottom: 0.75rem; }

.figure-caption {
  font-size: 1rem;
  color: #868e96; }

code,
kbd,
pre,
samp {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 0.75rem;
  padding: 0.1875rem 0.8125rem; }

kbd {
  padding: 0.1875rem 0.8125rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.625rem;
  box-shadow: none; }
  kbd kbd {
    font-weight: 500; }

pre {
  margin-bottom: .75rem;
  font-size: 0.75rem;
  color: #212529;
  line-height: 1.375rem; }

.pre-scrollable {
  max-height: 340px; }

.table {
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e8fb; }

.table-hover .table-primary:hover {
  background-color: #a0e0fa; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a0e0fa; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8c2d6; }

.table-hover .table-secondary:hover {
  background-color: #a8b4cd; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #a8b4cd; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cbe9d5; }

.table-hover .table-success:hover {
  background-color: #b9e1c7; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b9e1c7; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9fafb; }

.table-hover .table-light:hover {
  background-color: #eaedf1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #eaedf1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3; }

.table-hover .table-dark:hover {
  background-color: #b4b5b6; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b4b5b6; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

.form-control {
  height: auto;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #becad6;
  font-weight: 300;
  will-change: border-color, box-shadow;
  border-radius: 0.375rem;
  box-shadow: none;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .form-control:hover {
    border-color: #8fa4b8; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00AdEF;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 173, 239, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
    .form-control:focus:hover {
      border-color: #00AdEF; }
  .form-control::placeholder {
    color: #868e96; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f5f6f7; }
    .form-control:disabled:hover, .form-control[readonly]:hover {
      border-color: #becad6;
      cursor: not-allowed; }
  .form-control[readonly]:not(:disabled):focus {
    box-shadow: none;
    border-color: #becad6; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.425rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

select.form-control:hover {
  cursor: pointer; }

form label:hover {
  cursor: pointer; }

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.35rem + 1px);
  padding-bottom: calc(0.35rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 300; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-middle > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.35rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-middle > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.0125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-middle > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-middle > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.375rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  margin-top: 0.25rem; }

.form-check {
  padding-left: 1.25rem; }

.form-check-input {
  margin-top: 0.313rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #868e96; }

.form-check-inline {
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    margin-right: 0.3125rem; }

.valid-feedback {
  margin-top: 0.25rem;
  font-size: 80%;
  color: #44AF69; }

.valid-tooltip {
  background-color: rgba(68, 175, 105, 0.8); }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #44AF69;
  box-shadow: 0 5px 11.5px rgba(68, 175, 105, 0.1); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 5px 11.5px rgba(68, 175, 105, 0.1), 0 1px 1px 0.1rem rgba(68, 175, 105, 0.2); }
  .was-validated .form-control:valid:hover, .form-control.is-valid:hover, .was-validated
  .custom-select:valid:hover,
  .custom-select.is-valid:hover {
    border-color: #44AF69; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #44AF69; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #44AF69; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #88d1a1;
    border-color: #63c384; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #63c384; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(68, 175, 105, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  color: #44AF69;
  border-color: #44AF69; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    background-color: #d2eddb;
    border-color: #63c384;
    color: #44AF69; }

.was-validated .custom-file-input:focus:valid ~ .custom-file-label, .custom-file-input:focus.is-valid ~ .custom-file-label {
  border-color: #44AF69;
  box-shadow: 0 5px 11.5px rgba(68, 175, 105, 0.1), 0 1px 1px 0.1rem rgba(68, 175, 105, 0.2); }

.was-validated .custom-file-input:hover:valid ~ .custom-file-label, .custom-file-input:hover.is-valid ~ .custom-file-label {
  border-color: #44AF69; }

.was-validated .custom-toggle .custom-control-input:not(:checked):valid ~ .custom-control-label::before, .custom-toggle .custom-control-input:not(:checked).is-valid ~ .custom-control-label::before {
  background-color: #fff; }

.was-validated .custom-toggle .custom-control-input:valid ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #44AF69; }

.was-validated .custom-toggle .custom-control-input:invalid ~ .custom-control-label::after, .custom-toggle .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #eb8c95; }

.was-validated .custom-toggle .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(68, 175, 105, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

.invalid-feedback {
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.8); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 5px 11.5px rgba(220, 53, 69, 0.1); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 5px 11.5px rgba(220, 53, 69, 0.1), 0 1px 1px 0.1rem rgba(220, 53, 69, 0.2); }
  .was-validated .form-control:invalid:hover, .form-control.is-invalid:hover, .was-validated
  .custom-select:invalid:hover,
  .custom-select.is-invalid:hover {
    border-color: #dc3545; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #eb8c95;
    border-color: #e4606d; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(220, 53, 69, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  color: #dc3545;
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    background-color: #fae3e5;
    border-color: #e4606d;
    color: #dc3545; }

.was-validated .custom-file-input:focus:invalid ~ .custom-file-label, .custom-file-input:focus.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 5px 11.5px rgba(220, 53, 69, 0.1), 0 1px 1px 0.1rem rgba(220, 53, 69, 0.2); }

.was-validated .custom-file-input:hover:invalid ~ .custom-file-label, .custom-file-input:hover.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-toggle .custom-control-input:not(:checked):invalid ~ .custom-control-label::before, .custom-toggle .custom-control-input:not(:checked).is-invalid ~ .custom-control-label::before {
  background-color: #fff; }

.was-validated .custom-toggle .custom-control-input:valid ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #44AF69; }

.was-validated .custom-toggle .custom-control-input:invalid ~ .custom-control-label::after, .custom-toggle .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #eb8c95; }

.was-validated .custom-toggle .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(220, 53, 69, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

@media (min-width: 576px) {
  .form-inline .form-check-input {
    margin-right: 0.313rem; } }

.btn {
  font-weight: 300;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.125;
  border-radius: 0.375rem;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .btn:hover, .btn.hover {
    cursor: pointer; }
  .btn:focus, .btn.focus {
    box-shadow: none; }
  .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
    box-shadow: none; }
  .btn.btn-squared {
    border-radius: 0; }
  .btn.btn-pill {
    border-radius: 50px; }

.btn-primary {
  color: color-yiq(#00AdEF);
  border-color: #00AdEF;
  background-color: #00AdEF;
  box-shadow: none; }
  .btn-primary:hover {
    color: color-yiq(#009bd6);
    background-color: #009bd6;
    border-color: #009bd6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 173, 239, 0.25); }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.15), 0 3px 15px rgba(0, 173, 239, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #00AdEF;
    border-color: #00AdEF;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: color-yiq(#009bd6);
    background-color: #009bd6;
    border-color: #0088bc;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-secondary {
  color: color-yiq(#03256c);
  border-color: #03256c;
  background-color: #03256c;
  box-shadow: none; }
  .btn-secondary:hover {
    color: color-yiq(#021d53);
    background-color: #021d53;
    border-color: #021d53;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(3, 37, 108, 0.25); }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(3, 37, 108, 0.15), 0 3px 15px rgba(3, 37, 108, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #03256c;
    border-color: #03256c;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: color-yiq(#021d53);
    background-color: #021d53;
    border-color: #02143a;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-success {
  color: color-yiq(#44AF69);
  border-color: #44AF69;
  background-color: #44AF69;
  box-shadow: none; }
  .btn-success:hover {
    color: color-yiq(#3d9d5e);
    background-color: #3d9d5e;
    border-color: #3d9d5e;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(68, 175, 105, 0.25); }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(68, 175, 105, 0.15), 0 3px 15px rgba(68, 175, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #44AF69;
    border-color: #44AF69;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: color-yiq(#3d9d5e);
    background-color: #3d9d5e;
    border-color: #368a53;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-info {
  color: color-yiq(#17a2b8);
  border-color: #17a2b8;
  background-color: #17a2b8;
  box-shadow: none; }
  .btn-info:hover {
    color: color-yiq(#148ea1);
    background-color: #148ea1;
    border-color: #148ea1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(23, 162, 184, 0.25); }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.15), 0 3px 15px rgba(23, 162, 184, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: color-yiq(#148ea1);
    background-color: #148ea1;
    border-color: #117a8b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-warning {
  color: color-yiq(#ffc107);
  border-color: #ffc107;
  background-color: #ffc107;
  box-shadow: none; }
  .btn-warning:hover {
    color: color-yiq(#edb100);
    background-color: #edb100;
    border-color: #edb100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 193, 7, 0.25); }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.15), 0 3px 15px rgba(255, 193, 7, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: color-yiq(#edb100);
    background-color: #edb100;
    border-color: #d39e00;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-danger {
  color: color-yiq(#dc3545);
  border-color: #dc3545;
  background-color: #dc3545;
  box-shadow: none; }
  .btn-danger:hover {
    color: color-yiq(#d32535);
    background-color: #d32535;
    border-color: #d32535;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(220, 53, 69, 0.25); }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15), 0 3px 15px rgba(220, 53, 69, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: color-yiq(#d32535);
    background-color: #d32535;
    border-color: #bd2130;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-light {
  color: color-yiq(#e9ecef);
  border-color: #e9ecef;
  background-color: #e9ecef;
  box-shadow: none; }
  .btn-light:hover {
    color: color-yiq(#dadfe4);
    background-color: #dadfe4;
    border-color: #dadfe4;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(233, 236, 239, 0.25); }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(233, 236, 239, 0.15), 0 3px 15px rgba(233, 236, 239, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #e9ecef;
    border-color: #e9ecef;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: color-yiq(#dadfe4);
    background-color: #dadfe4;
    border-color: #cbd3da;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-dark {
  color: color-yiq(#212529);
  border-color: #212529;
  background-color: #212529;
  box-shadow: none; }
  .btn-dark:hover {
    color: color-yiq(#16181b);
    background-color: #16181b;
    border-color: #16181b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(33, 37, 41, 0.25); }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.15), 0 3px 15px rgba(33, 37, 41, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #212529;
    border-color: #212529;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: color-yiq(#16181b);
    background-color: #16181b;
    border-color: #0a0c0d;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-white {
  color: color-yiq(#fff);
  border-color: #fff;
  background-color: #fff;
  box-shadow: none; }
  .btn-white:hover {
    color: color-yiq(#f2f2f2);
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 255, 255, 0.25); }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-white.disabled, .btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: color-yiq(#f2f2f2);
    background-color: #f2f2f2;
    border-color: #e6e6e6;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-black {
  color: color-yiq(#000);
  border-color: #000;
  background-color: #000;
  box-shadow: none; }
  .btn-black:hover {
    color: color-yiq(black);
    background-color: black;
    border-color: black;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.25); }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn-black.disabled, .btn-black:disabled {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    cursor: not-allowed; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: color-yiq(black);
    background-color: black;
    border-color: black;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  border-color: #00AdEF;
  color: #00AdEF; }
  .btn-outline-primary:hover {
    color: color-yiq(#00AdEF);
    background-color: #00AdEF;
    border-color: #00AdEF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 173, 239, 0.25); }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.15), 0 3px 15px rgba(0, 173, 239, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00AdEF;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: color-yiq(#00AdEF);
    background-color: #00AdEF;
    border-color: #00AdEF; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-secondary {
  background-color: transparent;
  background-image: none;
  border-color: #03256c;
  color: #03256c; }
  .btn-outline-secondary:hover {
    color: color-yiq(#03256c);
    background-color: #03256c;
    border-color: #03256c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(3, 37, 108, 0.25); }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(3, 37, 108, 0.15), 0 3px 15px rgba(3, 37, 108, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #03256c;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: color-yiq(#03256c);
    background-color: #03256c;
    border-color: #03256c; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-success {
  background-color: transparent;
  background-image: none;
  border-color: #44AF69;
  color: #44AF69; }
  .btn-outline-success:hover {
    color: color-yiq(#44AF69);
    background-color: #44AF69;
    border-color: #44AF69;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(68, 175, 105, 0.25); }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(68, 175, 105, 0.15), 0 3px 15px rgba(68, 175, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #44AF69;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: color-yiq(#44AF69);
    background-color: #44AF69;
    border-color: #44AF69; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-info {
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
  color: #17a2b8; }
  .btn-outline-info:hover {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(23, 162, 184, 0.25); }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.15), 0 3px 15px rgba(23, 162, 184, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-warning {
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
  color: #ffc107; }
  .btn-outline-warning:hover {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 193, 7, 0.25); }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.15), 0 3px 15px rgba(255, 193, 7, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-danger {
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
  color: #dc3545; }
  .btn-outline-danger:hover {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(220, 53, 69, 0.25); }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15), 0 3px 15px rgba(220, 53, 69, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-light {
  background-color: transparent;
  background-image: none;
  border-color: #e9ecef;
  color: color-yiq(#e9ecef); }
  .btn-outline-light:hover {
    color: color-yiq(#e9ecef);
    background-color: #e9ecef;
    border-color: #e9ecef;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(233, 236, 239, 0.25); }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(233, 236, 239, 0.15), 0 3px 15px rgba(233, 236, 239, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e9ecef;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: color-yiq(#e9ecef);
    background-color: #e9ecef;
    border-color: #e9ecef; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-dark {
  background-color: transparent;
  background-image: none;
  border-color: #212529;
  color: #212529; }
  .btn-outline-dark:hover {
    color: color-yiq(#212529);
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(33, 37, 41, 0.25); }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.15), 0 3px 15px rgba(33, 37, 41, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: color-yiq(#212529);
    background-color: #212529;
    border-color: #212529; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }

.btn-outline-white {
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  color: color-yiq(#fff);
  color: #fff; }
  .btn-outline-white:hover {
    color: color-yiq(#fff);
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 255, 255, 0.25); }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: color-yiq(#fff);
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
    color: #000; }

.btn-outline-black {
  background-color: transparent;
  background-image: none;
  border-color: #000;
  color: #000;
  color: #000; }
  .btn-outline-black:hover {
    color: color-yiq(#000);
    background-color: #000;
    border-color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.25); }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important; }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent;
    box-shadow: none; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: color-yiq(#000);
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active {
    color: #fff; }

.btn-link {
  font-weight: 300;
  color: #00AdEF !important; }
  .btn-link:hover {
    color: #0076a3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled {
    color: #868e96; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.35rem; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

.fade {
  transition: opacity 200ms ease-in-out; }

.collapsing {
  transition: height 350ms ease-in-out; }

h2 {
  color: #03256c;
  letter-spacing: -0.04em; }

h5 {
  color: #03256c; }

p {
  color: #212529; }

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  font-weight: 400; }

.faded {
  opacity: 0.5; }

.admin-bg {
  background: #f5f6f8; }

.text-facebook {
  color: #3b5999 !important; }

.text-twitter {
  color: #55acee !important; }

.text-instagram {
  color: #e4405f !important; }

.text-linkedin {
  color: #3b5999 !important; }

.text-google-plus {
  color: #dd4b39 !important; }

.navbar-light .navbar-nav .nav-link {
  color: #212529 !important; }

.navbar {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (max-width: 991.98px) {
    .navbar {
      padding: 0.75rem 1.5rem !important; } }

.admin-card .card {
  margin-bottom: 16px; }
  .admin-card .card .card-header {
    background: #fff;
    border-bottom: 1px solid #e9ecef; }
    .admin-card .card .card-header h6 {
      margin: 0; }
  .admin-card .card .card-body .card-heading {
    color: #868e96;
    font-weight: 600;
    margin: 0;
    padding: 20px; }
    .admin-card .card .card-body .card-heading--p-0 {
      padding: 0 0 20px 0 !important; }
  .admin-card .card .card-body--with-p {
    padding: 1.875rem; }
  .admin-card .card .card-footer {
    background: #fff;
    border-top: 1px solid #e9ecef; }

.avatar {
  border-radius: 50%; }
  .avatar__sm {
    height: 35px;
    width: 35px; }
  .avatar__md {
    height: 60px;
    width: 60px; }
  .avatar__lg {
    height: 100px;
    width: 100px; }
  .avatar__xl {
    height: 140px;
    width: 140px; }

.btn-facebook {
  background: #3b5999 !important;
  color: #fff !important; }

.btn-google {
  background: #dd4b39 !important;
  color: #fff !important; }

.btn-default {
  background-color: #dee2e6; }

.btn {
  font-weight: 400 !important; }

.ac-heading h4 {
  color: #fff; }
  .ac-heading h4::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #00AdEF;
    margin: 15px 0; }

.ac-heading p {
  color: #fff;
  opacity: 0.8; }

.bg-primary {
  background-color: rgba(0, 173, 239, 0.1); }

.ac-top--navbar {
  background: #e9ecef;
  padding: 0px; }
  .ac-top--navbar .ac-top--navbar-section {
    text-align: right; }
    .ac-top--navbar .ac-top--navbar-section ul {
      margin: 0px; }
      .ac-top--navbar .ac-top--navbar-section ul li {
        list-style: none;
        display: inline-block;
        margin: 0px !important; }
        .ac-top--navbar .ac-top--navbar-section ul li a {
          color: #495057;
          font-size: 0.8em;
          display: inline-block;
          padding: 5px 10px;
          transition: all 0.4s ease-in-out;
          font-weight: 600; }
        .ac-top--navbar .ac-top--navbar-section ul li i {
          opacity: 0.8; }
        .ac-top--navbar .ac-top--navbar-section ul li:hover a {
          background: #00AdEF;
          color: #fff;
          text-decoration: none; }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

.ac-navbar {
  box-shadow: 0px 8px 13px -7px rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  .ac-navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
    color: #212529 !important; }
    .ac-navbar .navbar-nav .nav-item .nav-link:hover {
      color: #00AdEF !important; }
    .ac-navbar .navbar-nav .nav-item .nav-link.active {
      color: #00AdEF !important; }
  .ac-navbar.bg-white {
    border-bottom: 1px solid #dee2e6; }
    .ac-navbar.bg-white .navbar-nav .nav-link {
      color: #212529 !important; }
    .ac-navbar.bg-white .agent-brand--logo {
      background: url(../images/logo.png) left center no-repeat !important;
      height: 40px !important;
      transition: all 0.4s ease-in-out; }
  .ac-navbar.without-bg .navbar-nav .nav-link {
    color: #fff; }
  .ac-navbar.without-bg .agent-brand--logo {
    background: url(https://www.astocare.com/assets/images/logo1.png) left center no-repeat;
    text-indent: -99999px;
    background-size: contain !important;
    height: 50px;
    width: 210px; }
  .ac-navbar .ac-navbar__links .navbar-nav li a {
    font-size: 14px;
    padding: 10px 20px; }

.dropdown.notification-dropdown .dropdown-toggle:after {
  display: none !important; }

.dropdown.notification-dropdown p {
  padding: 10px 20px;
  font-weight: 400;
  margin: 0;
  font-size: 14px; }

.dropdown.notification-dropdown a {
  position: relative;
  white-space: unset;
  display: block;
  width: 100%;
  clear: both;
  background-color: transparent;
  font-weight: 300;
  color: #212529;
  text-decoration: none;
  font-weight: 400; }
  .dropdown.notification-dropdown a .badge {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 20px;
    position: absolute;
    top: 4px;
    right: 12px;
    font-size: 10px; }

.dropdown.notification-dropdown .drop-angle-line {
  top: -9px !important;
  left: 212px !important; }

.dropdown.notification-dropdown .dropdown-menu {
  width: 300px;
  left: -180px; }
  .dropdown.notification-dropdown .dropdown-menu a {
    border-bottom: 1px solid #dee2e6; }
  .dropdown.notification-dropdown .dropdown-menu .notifciation-section {
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 36px; }
  .dropdown.notification-dropdown .dropdown-menu .see-notification {
    background-color: #f8f9fa;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .dropdown.notification-dropdown .dropdown-menu .see-notification a {
      color: #03256c;
      transition: all 0.6s ease-in-out; }

.dropdown .dropdown-menu a:hover {
  background: #e9ecef;
  color: #03256c; }

.dropdown .dropdown-menu a.active {
  background: #e9ecef !important;
  color: #03256c !important; }

.dropdown .dropdown-menu .drop-angle-line {
  width: 15px;
  position: relative;
  border-bottom: 1px solid #fff;
  top: -9px;
  left: 65px; }
  .dropdown .dropdown-menu .drop-angle-line .drop-angle {
    position: absolute;
    margin: auto;
    top: -6px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    background: #fff;
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff; }

.agent-inner__header {
  height: 500px;
  min-height: 500px; }
  .agent-inner__header .agent-inner__header__bg {
    height: 500px;
    min-height: 500px;
    background-size: cover !important; }
    .agent-inner__header .agent-inner__header__bg .agent-header--middle {
      position: absolute;
      display: flex;
      align-items: center; }
      .agent-inner__header .agent-inner__header__bg .agent-header--middle .agent-header--content .agent-header--breadcrumb {
        background-color: transparent;
        padding: 0; }
        .agent-inner__header .agent-inner__header__bg .agent-header--middle .agent-header--content .agent-header--breadcrumb .breadcrumb-item {
          padding: 0;
          font-size: 0.85em;
          opacity: 0.5; }
      .agent-inner__header .agent-inner__header__bg .agent-header--middle .agent-header--content h1 {
        font-weight: 100;
        margin-bottom: 24px; }
        .agent-inner__header .agent-inner__header__bg .agent-header--middle .agent-header--content h1.page-title {
          font-size: 2.6rem;
          font-weight: 600;
          letter-spacing: -0.06em;
          color: #03256c; }
          .agent-inner__header .agent-inner__header__bg .agent-header--middle .agent-header--content h1.page-title span {
            font-size: 0.4em;
            font-weight: 500;
            letter-spacing: 0 !important;
            display: block;
            color: #ced4da; }
  .agent-inner__header .agent-header--middle {
    height: 500px; }
  .agent-inner__header .agent-contact--bg {
    overflow: hidden; }
  .agent-inner__header .ac-website--bg {
    background: url("https://www.astocare.com/assets/images/website.jpg"); }

.header__home {
  height: 450px;
  background: url("../images/astocare/header-bg.jpg") no-repeat;
  background-size: cover !important; }
  .header__home--inner {
    height: 300px; }
  .header__home--chemist-bg {
    background: url("../images/astocare/chemist-bg.jpg"); }
  .header__home--lab-bg {
    background: url("../images/astocare/lab-bg.jpg"); }
  .header__home--doctor-bg {
    background: url("../images/astocare/doctor-bg.jpg"); }
  .header__home--patient-bg {
    background: url("../images/astocare/patient-bg.jpg"); }
  .header__home--chemist-bg-section {
    background: url("https://www.astocare.com/assets/images/astocare/chemist-section-bg.png") !important; }
  .header__home--content h1 {
    font-weight: 600; }
    .header__home--content h1 span {
      font-weight: 100 !important; }
  .header__home--content p {
    color: inherit !important;
    opacity: 0.8;
    margin-bottom: 32px; }
  .header__home--content img {
    width: 750px;
    margin-top: 30px; }
  .header__home--boxes-section {
    margin-top: -140px; }
  .header__home--boxes {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    height: 290px;
    padding: 0 16px;
    margin-left: 8px;
    margin-right: 8px;
    background: #fff;
    color: #212529;
    transition: all 0.4s ease-in-out; }
    .header__home--boxes h4 {
      color: inherit; }
    .header__home--boxes p {
      color: inherit;
      opacity: 0.9;
      font-size: 0.85rem;
      margin-top: 1em;
      margin-bottom: -16px; }
    .header__home--boxes i {
      color: #00AdEF;
      font-size: 52px;
      margin-top: 8px;
      margin-bottom: 0.4em;
      transition: all 0.4s ease-in-out; }
    .header__home--boxes a i {
      font-size: 14px; }
    .header__home--boxes .btn {
      transform: translateY(20px);
      transition: all 0.6s ease-in-out;
      opacity: 0; }
    .header__home--boxes:hover {
      background: #00AdEF;
      color: #fff;
      border-bottom-color: #03256c;
      box-shadow: 0 16px 32px rgba(0, 173, 239, 0.2); }
      .header__home--boxes:hover i {
        font-size: 58px;
        color: inherit;
        margin-top: -20px; }
      .header__home--boxes:hover h4,
      .header__home--boxes:hover p {
        color: inherit; }
      .header__home--boxes:hover .btn {
        transform: translateY(32px);
        opacity: 1;
        height: default !important; }
        .header__home--boxes:hover .btn i {
          font-size: default !important; }

.ac-subscribe .ac-subscribe--input input {
  padding: 10px 20px;
  border-radius: 0.25rem 0 0 0.25rem !important; }

.ac-subscribe .ac-subscribe--input button {
  padding: 10px;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  width: 100px; }

.ac-testimonial .carousel {
  box-shadow: none; }

.ac-testimonial__content {
  margin: 0 220px;
  text-align: center; }
  .ac-testimonial__content .ac-testimonial--pic {
    margin-bottom: 15px; }

.ac-testimonial .carousel-indicators li {
  background-color: #d8d8d8; }

.ac-testimonial .carousel-indicators .active {
  background-color: #c3c3c3; }

.ac-testimonial--icons i {
  font-size: 25px;
  color: #03256c; }

.ac-testimonial--content {
  height: 300px; }

.section-heading-left {
  padding-bottom: 20px;
  text-align: left;
  margin-bottom: 40px;
  position: relative; }
  .section-heading-left h1 {
    font-weight: 700;
    font-size: 2.4rem; }
    .section-heading-left h1:after {
      content: "";
      width: 80px;
      height: 4px;
      border-radius: 4px;
      background: #00AdEF;
      display: block;
      position: absolute;
      bottom: 0; }
  .section-heading-left .lead {
    font-weight: 100 !important; }
  .section-heading-left--light h1,
  .section-heading-left--light p {
    color: #fff !important; }
  .section-heading-left--dark h1 {
    color: #03256c; }

.section-heading {
  text-align: center;
  margin-bottom: 40px;
  position: relative; }
  .section-heading--left h1:after {
    left: 15px !important; }
  .section-heading h1 {
    font-weight: 700;
    font-size: 2.4rem; }
    .section-heading h1:after {
      content: "";
      width: 80px;
      height: 4px;
      border-radius: 4px;
      background: #00AdEF;
      display: block;
      position: absolute;
      bottom: 0;
      left: 46%; }
  .section-heading .lead {
    font-weight: 100 !important; }
  .section-heading--light h1,
  .section-heading--light p {
    color: #fff !important; }
  .section-heading--dark h1 {
    color: #03256c; }

.features-summary {
  background: url("https://www.astocare.com/assets/images/bg-features.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .features-summary .feature-block a {
    color: #fff !important;
    position: relative; }
    .features-summary .feature-block a .features-summary--icon {
      position: relative;
      height: 70px; }
      .features-summary .feature-block a .features-summary--icon i {
        position: absolute;
        width: 100%;
        left: 0;
        font-size: 52px;
        padding-bottom: 32px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        /* Safari 3.1 to 6.0 */ }
    .features-summary .feature-block a p {
      color: inherit; }
    .features-summary .feature-block a h5 {
      margin-top: 10px;
      color: inherit;
      padding-bottom: 0;
      margin-bottom: 0;
      font-weight: 600;
      text-transform: uppercase; }
    .features-summary .feature-block a:hover {
      text-decoration: none;
      color: #03256c !important; }
      .features-summary .feature-block a:hover i {
        font-size: 58px;
        text-shadow: 0px 16px 16px rgba(3, 37, 108, 0.4); }

.features-main__content {
  padding: 0px 80px; }
  .features-main__content h2 {
    position: relative;
    letter-spacing: -0.02em;
    margin-bottom: 3rem; }
    .features-main__content h2:after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 80px;
      height: 4px;
      border-radius: 4px;
      background: #00AdEF; }

.bg--light-blue {
  background-color: #f5fdff; }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed; }
  .bg__subscribe {
    background: url("../images/astocare/header-bg.jpg"); }

.agent--get-in-touch {
  background: url("https://www.astocare.com/assets/images/get-in-touch.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center; }

.footer {
  background-color: #001644;
  border-top: 4px solid #00AdEF; }
  .footer p {
    color: #adb5bd;
    font-size: 0.8rem;
    font-weight: 400; }
  .footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .footer .footer__content ul li {
    padding-bottom: 4px; }
    .footer .footer__content ul li p {
      color: #e9ecef;
      font-size: 0.9rem;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 2px; }
    .footer .footer__content ul li a {
      color: #adb5bd;
      font-size: 0.8rem;
      font-weight: 400; }
      .footer .footer__content ul li a:hover {
        text-decoration: none;
        color: #fff; }
    .footer .footer__content ul li.hd-link a {
      font-weight: 600; }
  .footer .footer__content .form-inline {
    width: 100%; }
    .footer .footer__content .form-inline .input-group {
      width: 100%;
      position: relative; }
    .footer .footer__content .form-inline button {
      position: absolute;
      height: 30px;
      margin-top: 8px;
      right: 14px; }
  .footer .footer__content.footer__app-store p {
    text-transform: none;
    font-weight: 400 !important;
    font-size: 0.8rem; }
  .footer .social-links li a {
    font-size: 24px !important;
    color: #f8f9fa !important;
    transition: all 0.3s ease-in-out; }
    .footer .social-links li a:hover {
      color: #fff !important; }

.agent-contact .agent-left--list {
  padding: 8px 0 !important; }
  .agent-contact .agent-left--list .icon i {
    font-size: 20px !important; }

.agent-contact .description {
  margin-left: 30px !important; }

.agent-list .agent-left--list {
  position: relative;
  padding: 25px 0; }
  .agent-list .agent-left--list .icon i {
    position: absolute;
    font-size: 36px;
    color: #00AdEF;
    margin-top: 4px; }
  .agent-list .agent-left--list .description {
    margin-left: 60px; }
    .agent-list .agent-left--list .description p {
      margin: 0px; }
      .agent-list .agent-left--list .description p label {
        font-weight: 100;
        display: inline-block;
        width: 5em;
        color: #868e96; }

.form-style .form-control {
  height: 44px !important;
  padding: 10px 12px;
  font-weight: 400; }
  .form-style .form-control:focus {
    box-shadow: none;
    border-color: #00AdEF; }
  .form-style .form-control::placeholder {
    color: #495057; }

.form-style:focus i {
  color: #00AdEF !important; }

.form-style .agent-contact---heading {
  padding: 15px 0 10px 0; }
  .form-style .agent-contact---heading h4 {
    font-size: 1.4rem;
    color: #03256c;
    font-weight: 600; }

.form-style .agent-social--icons h4 {
  color: #03256c;
  font-weight: 700; }

.form-style .agent-social--icons ul li {
  margin: 0 16px 0 0; }
  .form-style .agent-social--icons ul li a {
    font-size: 24px; }
    .form-style .agent-social--icons ul li a.facebook {
      color: #3b5998; }
    .form-style .agent-social--icons ul li a.twitter {
      color: #1da1f2; }
    .form-style .agent-social--icons ul li a.google-plus {
      color: #db4437; }
    .form-style .agent-social--icons ul li a.linkedin {
      color: #0077b5; }

.ac-website a {
  text-decoration: none; }
  .ac-website a .ac-website__section {
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    height: 100%; }
    .ac-website a .ac-website__section:hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
      .ac-website a .ac-website__section:hover .btn-link i {
        transform: translateX(12px); }
      .ac-website a .ac-website__section:hover .ac-website__section__icon {
        transform: translateY(-12px);
        color: #00AdEF; }
    .ac-website a .ac-website__section .btn-link i {
      transform: translateX(4px);
      transition: all 0.4s ease-in-out; }
    .ac-website a .ac-website__section__icon {
      font-size: 64px;
      color: #00AdEF;
      padding: 16px 0 20px;
      transition: all 0.4s ease-in-out;
      transform: translateY(0); }
    .ac-website a .ac-website__section__title {
      color: #000;
      font-weight: 600; }
    .ac-website a .ac-website__section__des {
      color: #495057; }
    .ac-website a .ac-website__section:hover i {
      text-shadow: 0 16px 32px rgba(33, 37, 41, 0.1); }

.ac-website--work .col {
  height: 300px;
  overflow: hidden; }
  .ac-website--work .col img {
    width: inherit;
    object-fit: cover; }

.ac-website--features {
  background: #f5fdff;
  overflow: hidden; }
  .ac-website--features .agent-services--offer p i {
    color: #00AdEF;
    margin-right: 4px;
    font-size: 18px; }
  .ac-website--features .agent-services--offer ul {
    list-style: none;
    padding: 0px;
    margin-top: 30px; }
    .ac-website--features .agent-services--offer ul li {
      font-size: 1.1rem;
      display: inline-block;
      color: #03256c;
      padding: 8px 16px;
      border-radius: 2px;
      border: 1px dashed #03256c;
      margin: 4px 2px; }
  .ac-website--features .ac-website--theme .col {
    height: 100px;
    background: #e9ecef; }

.block--sm {
  padding: 40px 0; }

.block--md {
  padding: 40px 0; }

.block--lg {
  padding: 80px 0; }

.agent-policies .agent-policies--section {
  margin-bottom: 30px; }
  .agent-policies .agent-policies--section h6 {
    color: #03256c; }
  .agent-policies .agent-policies--section h4 {
    color: #03256c; }

.ac-search .nav-pills .nav-item .active {
  color: #fff;
  background-color: #00AdEF;
  border-radius: 0px;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }

.ac-search .nav-pills .nav-item a {
  color: #868e96;
  padding: 12px 40px;
  border-radius: 0;
  background-color: #f8f9fa;
  transition: all 0.4s ease-in-out; }
  .ac-search .nav-pills .nav-item a:hover {
    box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }

.ac-search .ac-search--tabs ul {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  overflow: hidden; }

.ac-search .ac-search--cart table {
  font-size: 0.9rem; }
  .ac-search .ac-search--cart table small {
    color: #868e96; }
  .ac-search .ac-search--cart table tr:first-child td {
    border-top: 0; }
  .ac-search .ac-search--cart table .delete-icon {
    color: #adb5bd;
    padding-left: 4px; }
    .ac-search .ac-search--cart table .delete-icon:hover {
      color: #dc3545; }
  .ac-search .ac-search--cart table tr > td:last-child,
  .ac-search .ac-search--cart table tr > th:last-child {
    text-align: right; }
  .ac-search .ac-search--cart table td,
  .ac-search .ac-search--cart table th {
    padding-right: 0;
    padding-left: 0; }
  .ac-search .ac-search--cart table tr.totals {
    border-top: 2px solid #03256c; }

.ac-search .ac-search--cart .ac-search--cart-content h5 {
  font-size: 16px;
  font-weight: 900; }

.ac-search .ac-search--cart .ac-search--cart-content p {
  font-size: 12px; }

.ac-search .ac-search--cart .ac-search--cart-amount {
  text-align: right; }

.agent-circle {
  height: 60px;
  width: 60px;
  margin: 16px auto;
  background: #03256c;
  border-radius: 50%;
  line-height: 60px;
  text-align: center; }
  .agent-circle span {
    font-size: 37px;
    font-weight: 700;
    color: #fff; }

.ac-checklist--option {
  position: relative; }
  .ac-checklist--option i {
    color: #00AdEF;
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    top: 4px; }
  .ac-checklist--option p {
    margin-left: 30px;
    margin-bottom: 12px; }

@media (min-width: 576px) {
  .container-fluid {
    padding: 0 2rem; } }

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 4rem; } }

@media (min-width: 992px) {
  .container-fluid {
    padding: 0 4rem; } }

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 3rem; } }

@media (min-width: 1400px) {
  .container-fluid {
    padding: 0 4rem; } }

@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 8rem; } }

@media (max-width: 992px) {
  .ac-testimonial__content {
    margin: 0 80px;
    text-align: center; }
    .ac-testimonial__content .ac-testimonial--pic {
      position: relative; }
    .ac-testimonial__content .ac-testimonial--content {
      margin-left: 0px; }
  .ac-testimonial--content {
    height: 100%; } }

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 1.6rem; }
  h2, .h2 {
    font-size: 1.3rem; }
  .lead {
    font-size: 1rem; }
  .features-main__content {
    padding: 30px 30px; }
  .ac-testimonial__content {
    margin: 0 40px; }
  .ac-search--heading-section .slash {
    display: none; } }

@media (max-width: 576px) {
  .ac-search .nav-pills .nav-item a {
    padding: 12px 12px; }
  .profile-result--avatar {
    position: unset !important;
    text-align: center;
    margin-bottom: 16px; }
    .profile-result--avatar img {
      width: 100px;
      height: 100px; }
  .profile-result--info {
    margin-left: 0 !important;
    text-align: center; }
    .profile-result--info--skills {
      margin-bottom: 1rem; }
      .profile-result--info--skills .badge {
        margin-right: 5px; }
    .profile-result--info--user-review {
      text-align: center !important; } }

.header-search {
  background-color: rgba(3, 37, 108, 0.2);
  padding: 8px 12px;
  border-radius: 4px; }
  .header-search .form-row .form-control {
    background-color: #f8f9fa;
    padding: 12px;
    border: none; }
    .header-search .form-row .form-control.search-input--first {
      border-radius: 4px 0 0 4px !important;
      border-right: 1px solid #dee2e6; }
    .header-search .form-row .form-control.search-input--second {
      border-radius: 0 4px 4px 0 !important;
      position: relative; }
  .header-search .form-row button {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    font-size: 20px;
    margin: 8px; }

.masonry--grid .card {
  margin-bottom: 0.75rem !important; }
  .masonry--grid .card:hover {
    background: rgba(0, 173, 239, 0.1); }

.different-partners--listing {
  margin: 0px 12px; }
  .different-partners--listing .card {
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 6px #0000004a !important; }
    .different-partners--listing .card a {
      color: inherit;
      text-decoration: none; }
      .different-partners--listing .card a .card-img-top {
        height: 200px;
        width: auto;
        overflow: hidden;
        background: #00AdEF; }
        .different-partners--listing .card a .card-img-top img {
          transition: all 0.6s ease-in-out;
          width: 100%;
          height: inherit;
          object-fit: cover; }
      .different-partners--listing .card a .card-body .title {
        color: #00AdEF; }
    .different-partners--listing .card:hover {
      box-shadow: 0 8px 32px #ced4da; }
      .different-partners--listing .card:hover .card-img-top img {
        transform: scale(1.1); }
    .different-partners--listing .card-body {
      padding: 1.25rem; }
  .different-partners--listing--sm {
    height: 220px; }
    .different-partners--listing--sm .card a .card-img-top {
      height: 150px; }
    .different-partners--listing--sm .card a .card-body {
      padding: 1.2rem; }
      .different-partners--listing--sm .card a .card-body .title {
        color: #212529;
        font-size: 1rem;
        margin: 0; }

.table th,
.table td {
  vertical-align: middle; }

.table--top th,
.table--top td {
  vertical-align: top; }

.table thead tr th:first-of-type,
.table tbody tr th:first-of-type {
  text-align: left !important; }

.table thead tr th:last-of-type,
.table tbody tr th:last-of-type {
  text-align: right; }

.table thead tr td:first-of-type,
.table tbody tr td:first-of-type {
  text-align: left; }

.table thead tr td:last-of-type,
.table tbody tr td:last-of-type {
  text-align: right; }

.table thead tr td .table-action a,
.table tbody tr td .table-action a {
  margin: 0 3px; }

.table--left thead tr th:first-of-type,
.table--left tbody tr th:first-of-type {
  text-align: left !important; }

.table--left thead tr th:last-of-type,
.table--left tbody tr th:last-of-type {
  text-align: left; }

.table--left thead tr td:first-of-type,
.table--left tbody tr td:first-of-type {
  text-align: left; }

.table--left thead tr td:last-of-type,
.table--left tbody tr td:last-of-type {
  text-align: left; }

.table--left thead tr td .table-action a,
.table--left tbody tr td .table-action a {
  margin: 0 3px; }

.search--filter-panel__section {
  margin-bottom: 20px; }

.profile-result--avatar {
  position: absolute; }
  .profile-result--avatar img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: 0 0; }
  .profile-result--avatar--md img {
    height: 90px;
    width: 90px; }

.profile-result--info {
  margin-left: 180px; }
  .profile-result--info--skills {
    margin-bottom: 1rem; }
    .profile-result--info--skills .badge {
      margin-right: 5px; }
  .profile-result--info--description {
    margin-bottom: 1rem; }
  .profile-result--info--user-review {
    text-align: right; }
  .profile-result--info--rating .active-star {
    color: #ffc107; }
  .profile-result--info--rating .unactive-star {
    color: #dee2e6; }
  .profile-result--info--md {
    margin-left: 120px; }

@media (max-width: 991.98px) {
  .profile-result--info--description {
    margin-bottom: 1rem; }
  .profile-result--info--user-review {
    text-align: left; } }

.profile--steps ul li {
  position: relative;
  width: 20%; }
  .profile--steps ul li:before {
    height: 4px;
    background-color: #ced4da;
    content: "";
    position: absolute;
    top: 30px;
    z-index: 0;
    width: 100%;
    left: 50%; }
  .profile--steps ul li:last-child:before {
    display: none; }
  .profile--steps ul li a {
    text-decoration: none;
    text-align: center;
    position: relative; }
    .profile--steps ul li a.active span {
      background: #00AdEF;
      color: #fff; }
    .profile--steps ul li a.active h6 {
      color: #00AdEF; }
    .profile--steps ul li a.active p {
      color: #00AdEF; }
    .profile--steps ul li a span {
      height: 60px;
      width: 60px;
      background: #ced4da;
      display: block;
      text-align: center;
      line-height: 60px;
      font-size: 24px;
      border-radius: 50%;
      font-weight: 600;
      color: #212529;
      margin: auto; }
    .profile--steps ul li a h6 {
      margin-bottom: 0;
      margin-top: 10px; }
    .profile--steps ul li a p {
      font-size: 12px;
      margin: 0; }

.fc .fc-toolbar > * > :first-child {
  font-size: 16px !important; }

.fc-state-default {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  background: #00AdEF !important;
  border-radius: 4px !important;
  color: #fff;
  text-shadow: none !important; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: unset !important;
  padding: 1.09375rem 1.875rem !important; }

.fc-event,
.fc-event-dot {
  background-color: #00AdEF !important;
  color: #fff !important;
  border-color: #00AdEF !important; }

.availiblity-panel--form {
  margin: 20px 0; }

.availiblity-panel .card {
  margin-bottom: 0.75rem !important; }
  .availiblity-panel .card .card-body a {
    display: block; }
    .availiblity-panel .card .card-body a p {
      margin: 0; }
  .availiblity-panel .card:hover {
    background: rgba(0, 173, 239, 0.1); }

.review {
  position: relative;
  border-bottom: 1px solid #ced4da;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .review .avatar {
    position: absolute;
    top: 0;
    left: 0; }
  .review--section {
    margin-left: 50px; }
    .review--section__time {
      font-weight: 600; }
    .review--section p {
      margin: 0; }

.app-features {
  background: url("https://www.astocare.com/assets/images/key-features-bg.png") no-repeat;
  background-size: cover;
  text-align: center; }
  .app-features .slick-list {
    margin-bottom: 40px; }
  .app-features .slick-prev,
  .app-features .slick-next {
    position: unset !important;
    display: inline-block !important;
    border: 1px solid #00AdEF;
    background: transparent; }
    .app-features .slick-prev::before,
    .app-features .slick-next::before {
      color: #00AdEF !important;
      content: "<"; }
    .app-features .slick-prev:hover,
    .app-features .slick-next:hover {
      background-color: #00AdEF; }
      .app-features .slick-prev:hover::before,
      .app-features .slick-next:hover::before {
        color: #fff !important; }
    .app-features .slick-prev:focus,
    .app-features .slick-next:focus {
      background: #00AdEF; }
      .app-features .slick-prev:focus::before,
      .app-features .slick-next:focus::before {
        color: #fff !important; }
  .app-features .slick-prev {
    margin-right: 12px; }
  .app-features .slick-slide {
    margin: 0 1rem; }

@media screen and (max-width: 556px) {
  .slick-prev {
    left: 0 !important; }
  .slick-next {
    right: 0 !important; } }

.calendar .calendar-arrow {
  border: 1px solid #00AdEF;
  padding: 12px;
  border-radius: 50%;
  background: #00AdEF;
  color: #fff !important;
  margin: 0 8px 12px 0px; }

.calendar table {
  width: 100%;
  border: 1px solid #dee2e6; }
  .calendar table thead tr td {
    border: 1px solid #dee2e6;
    padding: 4px 8px;
    font-weight: 600; }
  .calendar table tbody tr td {
    border: 1px solid #dee2e6;
    padding: 8px;
    position: relative; }
    .calendar table tbody tr td.current-day {
      background: #00AdEF;
      color: #fff; }
    .calendar table tbody tr td.active {
      background: #00AdEF;
      color: #fff; }
      .calendar table tbody tr td.active.event:after {
        background: #fff !important; }
    .calendar table tbody tr td.event {
      border: 1px solid #00AdEF; }
      .calendar table tbody tr td.event:after {
        background: #00AdEF;
        border-radius: 50%;
        bottom: 50%;
        display: block;
        content: "";
        height: 8px;
        left: 80%;
        margin: -4px 0 0 -4px;
        position: absolute;
        width: 8px; }
      .calendar table tbody tr td.event-success:after {
        background: #44AF69;
        border-radius: 50%;
        bottom: 50%;
        display: block;
        content: "";
        height: 8px;
        left: 80%;
        margin: -4px 0 0 -4px;
        position: absolute;
        width: 8px; }

.dashboard-activity-container {
  -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
  box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
  padding: 40px; }
  .dashboard-activity-container .activity-wrapper {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    position: relative; }
    .dashboard-activity-container .activity-wrapper:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      bottom: 7px;
      width: 1px;
      background: #adb5bd; }
    .dashboard-activity-container .activity-wrapper .activity-list {
      position: relative; }
      .dashboard-activity-container .activity-wrapper .activity-list:before {
        content: "";
        position: absolute;
        top: 2px;
        left: -27px;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #44AF69;
        border: 4px solid rgba(255, 255, 255, 0.8); }
      .dashboard-activity-container .activity-wrapper .activity-list .title {
        color: #00AdEF !important;
        font-weight: 600;
        margin: 0;
        font-size: 14px;
        line-height: 1.5; }
      .dashboard-activity-container .activity-wrapper .activity-list .time {
        font-size: 12px;
        line-height: 1.2;
        margin: 0; }

.as-panel .fa-plus {
  display: none; }

.as-panel .fa-minus {
  display: block; }

.as-panel .collapsed .fa-minus {
  display: none; }

.as-panel .collapsed .fa-plus {
  display: block; }

.timerangepicker-container {
  display: flex;
  position: absolute;
  background: #fff;
  z-index: 99;
  width: 347px; }

.timerangepicker-label {
  display: block;
  line-height: 2em;
  background-color: #c8c8c880;
  padding-left: 1em;
  border-bottom: 1px solid grey;
  margin-bottom: 0.75em; }

.timerangepicker-from,
.timerangepicker-to {
  border: 1px solid grey;
  padding-bottom: 0.75em; }

.timerangepicker-from {
  border-right: none; }

.timerangepicker-display {
  box-sizing: border-box;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid grey;
  line-height: 2.5em;
  text-align: center;
  position: relative;
  margin: 1em 0.175em; }

.timerangepicker-display .increment,
.timerangepicker-display .decrement {
  cursor: pointer;
  position: absolute;
  font-size: 1.5em;
  width: 1.5em;
  text-align: center;
  left: 0;
  z-index: 999; }

.timerangepicker-display .increment {
  margin-top: -0.25em;
  top: -1em; }

.timerangepicker-display .decrement {
  margin-bottom: -0.25em;
  bottom: -1em; }

.timerangepicker-display.hour {
  margin-left: 1em; }

.timerangepicker-display.period {
  margin-right: 1em; }

.modal-open {
  overflow: scroll !important; }

.ac-address--list .list-group {
  position: absolute;
  max-height: 200px;
  overflow-y: scroll;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
  .ac-address--list .list-group .list-group-item {
    padding: 0; }
    .ac-address--list .list-group .list-group-item a {
      color: #212529;
      font-size: 14px;
      padding: 10px 12px;
      display: block; }
      .ac-address--list .list-group .list-group-item a:hover {
        background-color: #e9ecef;
        color: #03256c; }
    .ac-address--list .list-group .list-group-item:first-child {
      border-radius: unset !important; }
    .ac-address--list .list-group .list-group-item:last-child {
      border-radius: unset !important; }

.alert {
  border-radius: 0.375rem !important;
  padding: 10px 16px !important;
  font-size: 14px !important; }
  .alert a {
    text-decoration: underline !important; }

.w-3 {
  width: 3%; }

.w-5 {
  width: 5%; }

.w-10 {
  width: 10%; }

.w-15 {
  width: 15%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-80 {
  width: 80%; }

.w-85 {
  width: 85%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }

.form-control[readonly] {
  background-color: #fff;
  cursor: text !important; }

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #03256c !important;
  animation-name: none !important; }

.modal-header {
  display: flex !important; }

.carousel .carousel-inner .carousel-item {
  height: 350px; }
  .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 23%; }

.location-list {
  padding-bottom: 20px; }
  .location-list--title {
    font-weight: 600; }
  .location-list .line {
    height: 4px;
    width: 60px;
    background-color: #ced4da;
    margin-bottom: 12px; }
  .location-list--points li {
    margin-bottom: 8px; }
    .location-list--points li a {
      color: #000;
      line-height: 24px;
      font-weight: 500;
      text-decoration: none;
      background-image: linear-gradient(180deg, transparent 80%, #00AdEF 0%);
      background-size: 0 100%;
      background-repeat: no-repeat;
      transition: background-size 0.4s ease; }
      .location-list--points li a:hover {
        background-size: 100% 100%;
        border-color: transparent; }
      .location-list--points li a .blog-img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0px 0px 4px rgba(33, 37, 41, 0.2);
        margin-right: 12px; }

.blog-list {
  padding-bottom: 20px; }
  .blog-list--title {
    font-weight: 600; }
  .blog-list .line {
    height: 4px;
    width: 60px;
    background-color: #ced4da;
    margin-bottom: 12px; }
  .blog-list--points li {
    margin-bottom: 16px; }
    .blog-list--points li a {
      margin-bottom: 18px;
      color: #000;
      line-height: 24px;
      font-weight: 500;
      text-decoration: none;
      background-size: 0 100%;
      background-repeat: no-repeat;
      transition: background-size 0.4s ease; }
      .blog-list--points li a:hover {
        background-size: 100% 100%;
        border-color: transparent;
        color: #00AdEF; }
      .blog-list--points li a .blog-img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0px 0px 4px rgba(33, 37, 41, 0.2);
        margin-right: 12px; }
      .blog-list--points li a .date {
        background: #03256c;
        border-radius: 8px;
        color: #fff;
        padding: 8px;
        text-align: center;
        margin-right: 12px; }
        .blog-list--points li a .date h4 {
          color: #fff;
          margin: 0;
          font-weight: 600; }
        .blog-list--points li a .date span {
          font-size: 12px;
          text-transform: uppercase; }

.slick-prev::before,
.slick-next::before {
  font-size: 28px !important;
  color: #000 !important; }

.img-gallery ul li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(33, 37, 41, 0.1); }

.badge-style.badge {
  border: 1px dashed #00AdEF;
  color: #00AdEF !important;
  margin: 0 4px 6px 0;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.03) !important; }

.badge-light {
  color: #000 !important; }

.feedback .feedback-left--list {
  position: relative;
  padding: 25px 0; }
  .feedback .feedback-left--list .icon i {
    position: absolute;
    font-size: 36px;
    color: #00AdEF;
    margin-top: 4px; }
  .feedback .feedback-left--list .description {
    margin-left: 90px; }
    .feedback .feedback-left--list .description p {
      margin: 0px; }
      .feedback .feedback-left--list .description p label {
        font-weight: 100;
        display: inline-block;
        width: 5em;
        color: #868e96; }

.text-decoration-none:hover {
  text-decoration: none; }

.social-links li a i {
  font-size: 24px; }

.services--sec {
  font-size: 18px;
  text-align: center;
  border: 2px solid #dee2e6;
  padding: 13px;
  border-radius: 8px;
  background: #e9ecef; }

.view-profile--table tr td, .view-profile--table tr th {
  padding: 0.50rem 1.875rem; }

.book-appointment__slider {
  position: relative;
  padding: 0 48px;
  width: 100%;
  display: inline-block; }
  .book-appointment__slider .slick-track {
    width: 4624px !important;  /* techsters web */
  }
  .book-appointment__slider--elem {
    width: 137px !important; }
    .book-appointment__slider--elem a {
      display: block;
      text-align: center;
      padding: 17px 0;
      color: #212529; }
      .book-appointment__slider--elem a span {
        font-size: 20px;
        font-weight: 600; }
      .book-appointment__slider--elem a.active {
        border-bottom: 2px solid #00AdEF; }
  .book-appointment__slider .slick-prev {
    left: 0 !important; }
  .book-appointment__slider .slick-next {
    right: 0 !important; }
  .book-appointment__slider .slick-prev,
  .book-appointment__slider .slick-next {
    height: 60px;
    width: 60px;
    background: linear-gradient(rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.2)) !important; }
    .book-appointment__slider .slick-prev:before,
    .book-appointment__slider .slick-next:before {
      color: #03256c !important;
      font-size: 28px; }

.w-196 {
  width: 196px; }

.up-table tr {
  background-color: #f8f9fa; }
  .up-table tr th, .up-table tr td {
    border-top: 0px !important;
    border-bottom: 10px solid #fff !important;
    padding: 0.50rem !important; }

.icon-list ul li i {
  font-size: 36px; }

.icon-list ul li span {
  color: #495057; }

i.material-icons {
  font-size: inherit;
  position: relative;
  top: 2px; }

.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #5A6169;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 4rem rgba(0, 0, 0, 0.11), 0 10px 20px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06); }
  .dropdown-menu-small {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.11), 0 3px 10px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06);
    padding: 0.25rem 0;
    font-size: 0.813rem; }
    .dropdown-menu-small .dropdown-item {
      padding: 0.375rem 0.875rem;
      font-size: 0.813rem; }
    .dropdown-menu-small .dropdown-divider {
      margin: 0.25rem 0; }

.dropup .dropdown-menu {
  margin-bottom: 0; }

.dropright .dropdown-menu {
  margin-left: 0; }

.dropleft .dropdown-menu {
  margin-right: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  padding: 0.5rem 1.25rem;
  font-weight: 300;
  color: #212529;
  font-size: 0.9375rem;
  transition: background-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    background-color: #eceeef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #c3c7cc; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96; }
    .dropdown-item.disabled:hover, .dropdown-item:disabled:hover {
      background: none;
      cursor: not-allowed; }

.dropdown-header {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: #868e96; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem; }

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group.input-group-seamless > .form-control {
  border-radius: 0.375rem; }

.input-group.input-group-seamless > .input-group-append,
.input-group.input-group-seamless > .input-group-prepend {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }
  .input-group.input-group-seamless > .input-group-append .input-group-text,
  .input-group.input-group-seamless > .input-group-prepend .input-group-text {
    padding: 12px 14px;
    background: transparent;
    border: none; }

.input-group.input-group-seamless > .input-group-append {
  right: 0; }

.input-group.input-group-seamless > .input-group-middle {
  right: 0;
  left: 0; }

.input-group.input-group-seamless > .input-group-prepend {
  left: 0; }

.input-group.input-group-seamless > .form-control:not(:last-child),
.input-group.input-group-seamless > .custom-select:not(:last-child) {
  padding-right: 40px; }

.input-group.input-group-seamless > .form-control:not(:first-child),
.input-group.input-group-seamless > .custom-select:not(:first-child) {
  padding-left: 40px; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #abb6bf;
  background-color: #f9fafb;
  border: 1px solid #becad6;
  border-radius: 0.375rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-middle > .btn,
.input-group > .input-group-middle > .input-group-text {
  border-left: 0;
  border-right: 0;
  border-radius: 0; }

.input-group-middle {
  display: flex; }

.custom-control {
  min-height: 1.5rem;
  padding-left: 1.688rem; }
  .custom-control:hover {
    cursor: pointer; }
  .custom-control .custom-control-label:before {
    pointer-events: all; }

.custom-control-inline {
  margin-right: 1rem; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: transparent;
  background-color: #00AdEF;
  box-shadow: none; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(0, 173, 239, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a3e5ff;
  box-shadow: none; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96; }
  .custom-control-input:disabled ~ .custom-control-label:hover {
    cursor: not-allowed; }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef; }

.custom-control-label {
  position: static; }
  .custom-control-label:hover {
    cursor: pointer; }
  .custom-control-label::before {
    top: 0.1875rem;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    border: 1px solid #becad6;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    box-shadow: none; }
  .custom-control-label::after {
    top: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 2px; }

.custom-checkbox .custom-control-label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition-delay: 100ms; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
  background-image: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border: none;
  background-color: #00AdEF;
  box-shadow: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  content: '';
  position: absolute;
  transform: scale(1);
  background-image: none;
  background-color: #fff;
  border: none;
  width: 10px;
  height: 2px;
  top: 11px;
  left: 4px;
  opacity: 1;
  transition: none; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: #e9ecef;
  border-color: #becad6; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  border-color: #becad6; }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-label::after {
  content: '';
  border-radius: 50%;
  transform: scale(0);
  background-image: none !important;
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 5px;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition-delay: .1s;
  opacity: 0;
  transform: scale(0); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00AdEF; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
  transform: scale(1); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #a8aeb4; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: #e9ecef;
  border-color: #becad6; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background: #becad6; }

.custom-select {
  height: calc(2.425rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.2;
  color: #495057;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #becad6;
  font-weight: 300;
  font-size: 0.95rem;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  border-radius: 0.375rem; }
  .custom-select:focus {
    border-color: #00AdEF;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 173, 239, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select:hover:not(:focus):not(:disabled) {
    cursor: pointer;
    border-color: #8fa4b8; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    padding-right: 0.75rem; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }

.custom-select-sm {
  height: calc(2.0125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem; }

.custom-select-lg {
  height: calc(3.375rem + 2px);
  font-size: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

.custom-file {
  height: calc(2.428rem + 2px);
  font-size: 0.95rem;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }

.custom-file-input {
  min-width: 14rem;
  height: calc(2.428rem + 2px); }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #00AdEF;
    color: #495057;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 173, 239, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #00AdEF;
      color: #00AdEF;
      background: #d6f4ff; }
    .custom-file-input:focus ~ .custom-file-label:hover {
      border-color: #00AdEF; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input:not(:disabled):hover {
    cursor: pointer; }
    .custom-file-input:not(:disabled):hover ~ .custom-file-label,
    .custom-file-input:not(:disabled):hover ~ .custom-file-label:before {
      border-color: #8fa4b8; }
  .custom-file-input:disabled + .custom-file-label {
    color: #868e96;
    background-color: #f8f9fa; }

.custom-file-label {
  height: calc(2.428rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #becad6;
  font-weight: 300;
  box-shadow: none;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  border-radius: 0.375rem; }
  .custom-file-label::after {
    padding: 0.5rem 1rem;
    height: calc(calc(2.428rem + 2px) - 1px * 2);
    line-height: 1.5;
    color: #495057;
    border-left: 1px solid #becad6;
    background-color: #e9ecef;
    border-radius: 0 0.375rem 0.375rem 0; }

.custom-toggle {
  position: relative;
  padding-left: 3.75rem; }
  .custom-toggle .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3.125rem;
    height: 1.75rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #becad6; }
  .custom-toggle .custom-control-label::after {
    content: '';
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #becad6;
    border-radius: 6.25rem;
    transition: 350ms; }
  .custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background: #44AF69;
    border-color: #44AF69; }
  .custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
    left: 2.875rem;
    transform: translateX(-100%);
    background: #fff; }
  .custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::before {
    background: #e9ecef;
    border-color: #becad6; }
  .custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
    background: #becad6; }
  .custom-toggle .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
    width: 1.625rem; }
  .custom-toggle .custom-control-input:active:not(:checked) ~ .custom-control-label::before {
    background-color: #fff; }
  .custom-toggle .custom-control-input:disabled:active ~ .custom-control-label::before {
    background-color: #e9ecef; }
  .custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(68, 175, 105, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
  .custom-toggle .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 173, 239, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
  .custom-toggle.custom-toggle-sm {
    padding-left: 2.625rem; }
    .custom-toggle.custom-toggle-sm .custom-control-label::before {
      top: .1875rem;
      position: absolute;
      display: block;
      width: 2.1875rem;
      height: 1.125rem;
      background: #fff;
      border-radius: 100px;
      border: 0.0625rem solid #becad6; }
    .custom-toggle.custom-toggle-sm .custom-control-label::after {
      content: '';
      position: absolute;
      top: .375rem;
      left: 0.1875rem;
      width: 0.75rem;
      height: 0.75rem; }
    .custom-toggle.custom-toggle-sm .custom-control-input:checked ~ .custom-control-label::after {
      left: 1.9375rem; }
    .custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
      width: 1rem; }

.nav {
  font-size: 0.875rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.nav-link {
  padding: 0.625rem 1.125rem;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #d1d4d8; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef; }
    .nav-tabs .nav-link.disabled {
      color: #868e96; }
      .nav-tabs .nav-link.disabled:hover {
        cursor: not-allowed;
        border-color: transparent; }
    .nav-tabs .nav-link:hover {
      border-color: #e7e9ea; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.375rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00AdEF; }

.nav-pills:hover {
  background-color: #fdfdfd; }

.nav-outlined-pills .nav-link {
  border-radius: 0.375rem;
  border: 1px solid transparent; }
  .nav-outlined-pills .nav-link.active,
  .show > .nav-outlined-pills .nav-link {
    background: none;
    color: #00AdEF;
    border-color: #00AdEF; }
  .nav-outlined-pills .nav-link:hover {
    border-color: #e7e9ea; }

.nav-blue .nav-link.active {
  background-color: #00AdEF;
  border-color: #00a2e0;
  color: color-yiq(#00AdEF); }

.nav-blue .nav-link.disabled {
  color: #868e96; }
  .nav-blue .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-blue .nav-link {
  color: #00AdEF; }

.nav-blue.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #23c2ff;
  color: #00AdEF; }
  .nav-blue.nav-outlined-pills .nav-link.active:hover {
    border-color: #23c2ff; }

.nav-blue.nav-outlined-pills .nav-link {
  color: #00AdEF; }

.nav-indigo .nav-link.active {
  background-color: #6610f2;
  border-color: #5f0de6;
  color: color-yiq(#6610f2); }

.nav-indigo .nav-link.disabled {
  color: #868e96; }
  .nav-indigo .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-indigo .nav-link {
  color: #6610f2; }

.nav-indigo.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #8540f5;
  color: #6610f2; }
  .nav-indigo.nav-outlined-pills .nav-link.active:hover {
    border-color: #8540f5; }

.nav-indigo.nav-outlined-pills .nav-link {
  color: #6610f2; }

.nav-purple .nav-link.active {
  background-color: #03256c;
  border-color: #03205d;
  color: color-yiq(#03256c); }

.nav-purple .nav-link.disabled {
  color: #868e96; }
  .nav-purple .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-purple .nav-link {
  color: #03256c; }

.nav-purple.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #04369e;
  color: #03256c; }
  .nav-purple.nav-outlined-pills .nav-link.active:hover {
    border-color: #04369e; }

.nav-purple.nav-outlined-pills .nav-link {
  color: #03256c; }

.nav-pink .nav-link.active {
  background-color: #e83e8c;
  border-color: #e63084;
  color: color-yiq(#e83e8c); }

.nav-pink .nav-link.disabled {
  color: #868e96; }
  .nav-pink .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-pink .nav-link {
  color: #e83e8c; }

.nav-pink.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #ed6ca7;
  color: #e83e8c; }
  .nav-pink.nav-outlined-pills .nav-link.active:hover {
    border-color: #ed6ca7; }

.nav-pink.nav-outlined-pills .nav-link {
  color: #e83e8c; }

.nav-red .nav-link.active {
  background-color: #dc3545;
  border-color: #da2839;
  color: color-yiq(#dc3545); }

.nav-red .nav-link.disabled {
  color: #868e96; }
  .nav-red .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-red .nav-link {
  color: #dc3545; }

.nav-red.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #e4606d;
  color: #dc3545; }
  .nav-red.nav-outlined-pills .nav-link.active:hover {
    border-color: #e4606d; }

.nav-red.nav-outlined-pills .nav-link {
  color: #dc3545; }

.nav-orange .nav-link.active {
  background-color: #F66F34;
  border-color: #f56525;
  color: color-yiq(#F66F34); }

.nav-orange .nav-link.disabled {
  color: #868e96; }
  .nav-orange .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-orange .nav-link {
  color: #F66F34; }

.nav-orange.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #f89265;
  color: #F66F34; }
  .nav-orange.nav-outlined-pills .nav-link.active:hover {
    border-color: #f89265; }

.nav-orange.nav-outlined-pills .nav-link {
  color: #F66F34; }

.nav-yellow .nav-link.active {
  background-color: #ffc107;
  border-color: #f7b900;
  color: color-yiq(#ffc107); }

.nav-yellow .nav-link.disabled {
  color: #868e96; }
  .nav-yellow .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-yellow .nav-link {
  color: #ffc107; }

.nav-yellow.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #ffce3a;
  color: #ffc107; }
  .nav-yellow.nav-outlined-pills .nav-link.active:hover {
    border-color: #ffce3a; }

.nav-yellow.nav-outlined-pills .nav-link {
  color: #ffc107; }

.nav-green .nav-link.active {
  background-color: #44AF69;
  border-color: #40a462;
  color: color-yiq(#44AF69); }

.nav-green .nav-link.disabled {
  color: #868e96; }
  .nav-green .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-green .nav-link {
  color: #44AF69; }

.nav-green.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #63c384;
  color: #44AF69; }
  .nav-green.nav-outlined-pills .nav-link.active:hover {
    border-color: #63c384; }

.nav-green.nav-outlined-pills .nav-link {
  color: #44AF69; }

.nav-teal .nav-link.active {
  background-color: #20c997;
  border-color: #1ebc8d;
  color: color-yiq(#20c997); }

.nav-teal .nav-link.disabled {
  color: #868e96; }
  .nav-teal .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-teal .nav-link {
  color: #20c997; }

.nav-teal.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #3ce0af;
  color: #20c997; }
  .nav-teal.nav-outlined-pills .nav-link.active:hover {
    border-color: #3ce0af; }

.nav-teal.nav-outlined-pills .nav-link {
  color: #20c997; }

.nav-cyan .nav-link.active {
  background-color: #17a2b8;
  border-color: #1596aa;
  color: color-yiq(#17a2b8); }

.nav-cyan .nav-link.disabled {
  color: #868e96; }
  .nav-cyan .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-cyan .nav-link {
  color: #17a2b8; }

.nav-cyan.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #1fc8e3;
  color: #17a2b8; }
  .nav-cyan.nav-outlined-pills .nav-link.active:hover {
    border-color: #1fc8e3; }

.nav-cyan.nav-outlined-pills .nav-link {
  color: #17a2b8; }

.nav-white .nav-link.active {
  background-color: #fff;
  border-color: #f7f7f7;
  color: color-yiq(#fff); }

.nav-white .nav-link.disabled {
  color: #868e96; }
  .nav-white .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-white .nav-link {
  color: #fff; }

.nav-white.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: white;
  color: #fff; }
  .nav-white.nav-outlined-pills .nav-link.active:hover {
    border-color: white; }

.nav-white.nav-outlined-pills .nav-link {
  color: #fff; }

.nav-gray .nav-link.active {
  background-color: #868e96;
  border-color: #7e868f;
  color: color-yiq(#868e96); }

.nav-gray .nav-link.disabled {
  color: #868e96; }
  .nav-gray .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-gray .nav-link {
  color: #868e96; }

.nav-gray.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #a1a8ae;
  color: #868e96; }
  .nav-gray.nav-outlined-pills .nav-link.active:hover {
    border-color: #a1a8ae; }

.nav-gray.nav-outlined-pills .nav-link {
  color: #868e96; }

.nav-gray-dark .nav-link.active {
  background-color: #343a40;
  border-color: #2d3238;
  color: color-yiq(#343a40); }

.nav-gray-dark .nav-link.disabled {
  color: #868e96; }
  .nav-gray-dark .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent; }

.nav-gray-dark .nav-link {
  color: #343a40; }

.nav-gray-dark.nav-outlined-pills .nav-link.active {
  background: transparent;
  border-color: #4b545c;
  color: #343a40; }
  .nav-gray-dark.nav-outlined-pills .nav-link.active:hover {
    border-color: #4b545c; }

.nav-gray-dark.nav-outlined-pills .nav-link {
  color: #343a40; }

.navbar {
  padding: 0.75rem 1.5rem; }

.navbar-brand {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-right: 1.5rem;
  font-size: 1rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }

.navbar-text {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.navbar-toggler {
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0.375rem; }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  background: none; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  background: none; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: white; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: white; }

.card {
  background-color: #fff;
  border: none;
  border-radius: 0.625rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem; }
  .card .list-group-item {
    padding: 0.8125rem 1.875rem; }
  .card .card-text {
    margin-bottom: 1.5625rem; }
  .card a:hover {
    text-decoration: none; }
  .card-small {
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1); }
    .card-small .card-header,
    .card-small .card-body,
    .card-small .card-footer {
      padding: 1rem 1rem; }

.card-body {
  padding: 1.875rem; }
  .card-body > p:last-child {
    margin-bottom: 0; }

.card-title {
  font-weight: 500;
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -1.09375rem; }

.card-link {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .card-link + .card-link {
    margin-left: 1.875rem; }

.card-header {
  padding: 1.09375rem 1.875rem;
  background-color: rgba(90, 97, 105, 0.06);
  border-bottom: none; }
  .card-header:first-child {
    border-radius: 0.625rem 0.625rem 0 0; }

.card-footer {
  padding: 1.09375rem 1.875rem;
  background-color: rgba(90, 97, 105, 0.06);
  border-top: none; }
  .card-footer:last-child {
    border-radius: 0 0 0.625rem 0.625rem; }

.card-header-tabs {
  margin-bottom: -1rem;
  border-bottom: 0; }
  .card-header-tabs .nav-link,
  .card-header-tabs .nav-link:hover {
    border-bottom: transparent; }

.card-header-pills {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  .card-header-pills:hover {
    background: transparent; }

.card-img-overlay {
  padding: 1.875rem 2.1875rem;
  background: rgba(90, 97, 105, 0.5);
  border-radius: 0.625rem; }
  .card-img-overlay .card-title {
    color: #fff; }

.card-img {
  border-radius: 0.625rem; }

.card-img-top {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem; }

.card-img-bottom {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem; }

.card-deck .card {
  margin-bottom: 0.9375rem; }

@media (min-width: 576px) {
  .card-deck {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    .card-deck .card {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.card-group > .card {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }
  .card-group > .card:last-child .card-body,
  .card-group > .card:last-child .card-footer {
    border-right: none; }

.card-group .card-body,
.card-group .card-footer {
  border-right: 1px solid #e7e9ea; }

@media (min-width: 576px) {
  .card-group {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    border-radius: 0.625rem; }
    .card-group > .card {
      box-shadow: none; }
      .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .card-group > .card:only-child {
        border-radius: 0.625rem; }
        .card-group > .card:only-child .card-img-top,
        .card-group > .card:only-child .card-header {
          border-top-left-radius: 0.625rem;
          border-top-right-radius: 0.625rem; }
        .card-group > .card:only-child .card-img-bottom,
        .card-group > .card:only-child .card-footer {
          border-bottom-right-radius: 0.625rem;
          border-bottom-left-radius: 0.625rem; }
      .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 2.1875rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; } }

.pagination {
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem; }

.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #00AdEF;
  background-color: #fff;
  border: none;
  margin: 0;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .page-link:hover, .page-link:focus {
    color: #0076a3;
    background-color: #f5f5f6;
    border-color: #dfe1e3; }

.page-item {
  box-shadow: 0 0.125rem 0.9375rem rgba(90, 97, 105, 0.1), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.15); }
  .page-item:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    overflow: hidden; }
  .page-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    overflow: hidden; }
    .page-item:last-child .page-link {
      border-right: none; }
  .page-item.active .page-link {
    color: #fff;
    background-color: #00AdEF;
    border-color: #00AdEF; }
  .page-item.disabled .page-link {
    color: #a8aeb4;
    background-color: #fff;
    border-color: #dfe1e3; }

.pagination-lg .page-link {
  padding: 0.9375rem 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem; }

.badge {
  padding: 0.375rem 0.5rem;
  font-size: 75%;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  border-radius: 0.375rem; }

a.badge {
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }

.badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 10rem; }

.badge-squared {
  border-radius: 0; }

.badge-primary {
  color: color-yiq(#00AdEF);
  background-color: #00AdEF; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: color-yiq(#00AdEF);
    text-decoration: none;
    background-color: #0088bc; }

.badge-outline-primary {
  background: none;
  border: 1px solid #00AdEF;
  color: #00AdEF; }

.badge-secondary {
  color: color-yiq(#03256c);
  background-color: #03256c; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: color-yiq(#03256c);
    text-decoration: none;
    background-color: #02143a; }

.badge-outline-secondary {
  background: none;
  border: 1px solid #03256c;
  color: #03256c; }

.badge-success {
  color: color-yiq(#44AF69);
  background-color: #44AF69; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: color-yiq(#44AF69);
    text-decoration: none;
    background-color: #368a53; }

.badge-outline-success {
  background: none;
  border: 1px solid #44AF69;
  color: #44AF69; }

.badge-info {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: color-yiq(#17a2b8);
    text-decoration: none;
    background-color: #117a8b; }

.badge-outline-info {
  background: none;
  border: 1px solid #17a2b8;
  color: #17a2b8; }

.badge-warning {
  color: color-yiq(#ffc107);
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: color-yiq(#ffc107);
    text-decoration: none;
    background-color: #d39e00; }

.badge-outline-warning {
  background: none;
  border: 1px solid #ffc107;
  color: #ffc107; }

.badge-danger {
  color: color-yiq(#dc3545);
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: color-yiq(#dc3545);
    text-decoration: none;
    background-color: #bd2130; }

.badge-outline-danger {
  background: none;
  border: 1px solid #dc3545;
  color: #dc3545; }

.badge-light {
  color: color-yiq(#e9ecef);
  background-color: #e9ecef; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: color-yiq(#e9ecef);
    text-decoration: none;
    background-color: #cbd3da; }

.badge-outline-light {
  background: none;
  border: 1px solid #e9ecef;
  color: #e9ecef;
  color: color-yiq(#e9ecef); }

.badge-dark {
  color: color-yiq(#212529);
  background-color: #212529; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: color-yiq(#212529);
    text-decoration: none;
    background-color: #0a0c0d; }

.badge-outline-dark {
  background: none;
  border: 1px solid #212529;
  color: #212529; }

.jumbotron {
  padding: 38px 42px;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.5rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0; }

.alert-link {
  font-weight: 500; }

.alert-dismissible .close {
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .alert-dismissible .close:hover {
    cursor: pointer; }

.alert-primary {
  color: #e5f8ff;
  background-color: #00AdEF; }
  .alert-primary .alert-link {
    color: #e5f8ff; }

.alert-secondary {
  color: #6998fb;
  background-color: #03256c; }
  .alert-secondary .alert-link {
    color: #6998fb; }

.alert-success {
  color: #eff9f2;
  background-color: #44AF69; }
  .alert-success .alert-link {
    color: #eff9f2; }

.alert-info {
  color: #cbf2f9;
  background-color: #17a2b8; }
  .alert-info .alert-link {
    color: #cbf2f9; }

.alert-warning {
  color: #fffefc;
  background-color: #ffc107; }
  .alert-warning .alert-link {
    color: #fffefc; }

.alert-danger {
  color: white;
  background-color: #dc3545; }
  .alert-danger .alert-link {
    color: white; }

.alert-light {
  color: white;
  background-color: #e9ecef;
  color: color-yiq(#e9ecef); }
  .alert-light .alert-link {
    color: white; }
  .alert-light .alert-link {
    color: color-yiq(#e9ecef); }

.alert-dark {
  color: #959faa;
  background-color: #212529; }
  .alert-dark .alert-link {
    color: #959faa; }

.progress-wrapper {
  position: relative;
  color: #5A6169; }
  .progress-wrapper .progress-label {
    font-size: 0.8125rem; }
  .progress-wrapper .progress-value {
    position: absolute;
    top: 6px;
    right: 0;
    color: #5A6169; }

.progress {
  height: 0.625rem;
  font-size: 0.625rem;
  line-height: 0.625rem;
  background-color: #f5f5f6;
  margin-top: 6px;
  border-radius: 1.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(90, 97, 105, 0.15); }

.progress-sm {
  height: 0.3125rem; }

.progress-lg {
  height: 0.9375rem; }
  .progress-lg .progress-bar {
    height: 0.9375rem; }

.progress-bar {
  height: 0.625rem;
  line-height: 0.625rem;
  color: #fff;
  background-color: #00AdEF;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.625rem 0.625rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.list-group-small .list-group-item {
  padding: 0.625rem 1rem;
  font-size: 0.8125rem; }

.list-group-item-action {
  color: #5A6169;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #5A6169;
    background-color: #f7f8f8; }
  .list-group-item-action:active {
    color: #5A6169;
    background-color: #eceeef; }

.list-group-item {
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: 300; }
  .list-group-item:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  .list-group-item.active {
    color: #fff;
    background-color: #00AdEF;
    border-color: #00AdEF; }

.list-group-item-primary {
  color: #005a7c;
  background-color: #b8e8fb; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #005a7c; }
  a.list-group-item-primary:hover, a.list-group-item-primary:focus,
  button.list-group-item-primary:hover,
  button.list-group-item-primary:focus {
    color: #005a7c;
    background-color: #a0e0fa; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    background-color: #005a7c;
    border-color: #005a7c; }

.list-group-item-secondary {
  color: #021338;
  background-color: #b8c2d6; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #021338; }
  a.list-group-item-secondary:hover, a.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus {
    color: #021338;
    background-color: #a8b4cd; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    background-color: #021338;
    border-color: #021338; }

.list-group-item-success {
  color: #235b37;
  background-color: #cbe9d5; }

a.list-group-item-success,
button.list-group-item-success {
  color: #235b37; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #235b37;
    background-color: #b9e1c7; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    background-color: #235b37;
    border-color: #235b37; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #0c5460;
    background-color: #abdde5; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #856404;
    background-color: #ffe8a1; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #797b7c;
  background-color: #f9fafb; }

a.list-group-item-light,
button.list-group-item-light {
  color: #797b7c; }
  a.list-group-item-light:hover, a.list-group-item-light:focus,
  button.list-group-item-light:hover,
  button.list-group-item-light:focus {
    color: #797b7c;
    background-color: #eaedf1; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    background-color: #797b7c;
    border-color: #797b7c; }

.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #111315; }
  a.list-group-item-dark:hover, a.list-group-item-dark:focus,
  button.list-group-item-dark:hover,
  button.list-group-item-dark:focus {
    color: #111315;
    background-color: #b4b5b6; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    background-color: #111315;
    border-color: #111315; }

.close {
  font-size: 1.5rem;
  font-weight: 500;
  color: #8c949d;
  text-shadow: none;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .close:hover, .close:focus {
    color: #8c949d; }

.modal {
  z-index: 1050; }

.modal-dialog {
  margin: 0.625rem; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out; }

.modal-dialog-centered {
  min-height: calc(100% - (0.625rem * 2)); }

.modal-content {
  background-color: #fff;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }

.modal-backdrop {
  z-index: 1040;
  background-color: #5A6169; }
  .modal-backdrop.show {
    opacity: 0.12; }

.modal-header {
  padding: 0.9375rem 2.1875rem;
  border-bottom: 1px solid #dfe1e3; }

.modal-title {
  line-height: 1.5; }

.modal-body {
  padding: 1.875rem 2.1875rem; }

.modal-footer {
  padding: 0.9375rem 2.1875rem;
  border-top: 1px solid #dfe1e3; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.875rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.875rem * 2)); }
  .modal-content {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  z-index: 1070;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    width: 5px;
    height: 5px; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0; }
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-width: 5px 2.5px 0;
    border-top-color: #fff; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    width: 5px;
    height: 5px; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      border-width: 2.5px 5px 2.5px 0;
      border-right-color: #fff; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0; }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0 2.5px 5px;
    border-bottom-color: #fff; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    width: 5px;
    height: 5px; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      border-width: 2.5px 0 2.5px 5px;
      border-left-color: #fff; }

.tooltip-inner {
  max-width: 200px;
  padding: 7px 13px;
  color: #5A6169;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
  border-radius: 0.375rem; }

.popover {
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 0.5rem;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }
  .popover .arrow {
    width: 10px;
    height: 5px;
    margin: 0 0.5rem; }
    .popover .arrow::before {
      border-width: 11px; }
    .popover .arrow::after {
      border-width: 11px; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 5px; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((5px + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 5px 5px 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.05); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 5px; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((5px + 1px) * -1);
    width: 5px;
    height: 10px;
    margin: 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 5px 5px 5px 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    border-right-color: rgba(0, 0, 0, 0.05); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 5px; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((5px + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 5px 5px 5px; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.05); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    width: 10px;
    margin-left: -5px;
    border-bottom: 1px solid #f5f5f6; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 5px; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((5px + 1px) * -1);
    width: 5px;
    height: 10px;
    margin: 0.5rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 5px 0 5px 5px; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    border-left-color: rgba(0, 0, 0, 0.05); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 14px 20px;
  font-size: 1rem;
  color: #212529;
  line-height: 14px;
  background-color: #f5f5f6;
  border-bottom: 1px solid #e7e9ea;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.popover-body {
  padding: 15px 20px;
  color: #5A6169; }

.carousel {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }

.carousel-item {
  transition: transform 0.6s ease; }

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
  color: #fff;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  margin-right: 15%;
  margin-left: 15%; }
  .carousel-indicators li {
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  right: 15%;
  left: 15%;
  color: #fff; }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  background: #eceeef;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
  margin: 35px 0; }
  .noUi-target:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(0, 173, 239, 0.65), 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  position: absolute;
  will-change: transform;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }
  .noUi-connect:focus,
  .noUi-origin:focus {
    outline: 0; }

.noUi-connect {
  background: #00AdEF;
  border-radius: 5px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-vertical {
  width: 5px; }
  .noUi-vertical .noUi-origin {
    width: 0; }
  .noUi-vertical .noUi-handle {
    left: -10px;
    top: -11.5px; }
    .noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
      width: 14px;
      height: 1px;
      left: 6px;
      top: 14px; }
    .noUi-vertical .noUi-handle:after {
      top: 17px; }
  .noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 30px; }
  .noUi-vertical .noUi-draggable {
    cursor: ns-resize; }

.noUi-horizontal {
  height: 5px; }
  .noUi-horizontal .noUi-origin {
    height: 0; }
  .noUi-horizontal .noUi-handle {
    left: -11.5px;
    top: -10px; }
  .noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 30px; }

.noUi-handle {
  position: absolute;
  border: 1px solid #e7e9ea;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
  background: #fff;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .noUi-handle:hover {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab; }
  .noUi-handle:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }
  .noUi-handle:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(0, 173, 239, 0.65), 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }
  .noUi-handle:after {
    left: 17px; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-connects {
  border-radius: 5px; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-active {
  transform: scale(1.1); }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target, [disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

[disabled] .noUi-handle {
  background: #f2f3f4; }
  [disabled] .noUi-handle:focus {
    box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #a8aeb4;
  font-size: 12px; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #a8aeb4;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #a8aeb4; }

.noUi-marker-sub {
  background: #a8aeb4; }

.noUi-marker-large {
  background: #a8aeb4; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: auto;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 4px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 7px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate3d(0, -50%, 0);
  padding-left: 15px; }

.noUi-marker-vertical.noUi-marker {
  width: 4px;
  height: 1px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 7px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  border-radius: 0.375rem;
  background: #fff;
  color: #5A6169;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
  font-size: 0.75rem;
  padding: 5px 10px; }

.slider-primary .noUi-connect {
  background: #00AdEF; }

.slider-secondary .noUi-connect {
  background: #03256c; }

.slider-success .noUi-connect {
  background: #44AF69; }

.slider-info .noUi-connect {
  background: #17a2b8; }

.slider-warning .noUi-connect {
  background: #ffc107; }

.slider-danger .noUi-connect {
  background: #dc3545; }

.slider-light .noUi-connect {
  background: #e9ecef; }

.slider-dark .noUi-connect {
  background: #212529; }

.datepicker {
  border-radius: 0.625rem;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl.dropdown-menu {
      left: auto; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 20px 22px; }
    .datepicker-dropdown:before, .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #c3c7cc;
      border-bottom-color: rgba(0, 0, 0, 0.2); }
    .datepicker-dropdown:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #c3c7cc; }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    user-select: none; }
    .datepicker table tr td {
      border-radius: 50%; }
    .datepicker table tr th {
      border-radius: 0.375rem;
      font-weight: 500; }
    .datepicker table tr td, .datepicker table tr th {
      transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
      width: 36px;
      height: 36px;
      border: none;
      text-align: center; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #c3c7cc; }
  .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eceeef;
    cursor: pointer; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #e7e9ea;
    cursor: default; }
  .datepicker table tr td.highlighted {
    border-radius: 0; }
    .datepicker table tr td.highlighted.focused {
      background: #00AdEF; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
      background: #00AdEF;
      color: #5A6169; }
  .datepicker table tr td.today {
    background: #d6f4ff; }
    .datepicker table tr td.today.focused {
      background: #f5f5f6; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
      background: #f5f5f6;
      color: #868e96; }
  .datepicker table tr td.range {
    background: #00AdEF;
    color: #fff;
    border-radius: 0; }
    .datepicker table tr td.range.focused {
      background: #008fc6; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
      background: #0088bc;
      color: #23c2ff; }
  .datepicker table tr td.range.highlighted.focused {
    background: #cbd3da; }
  .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
    background: #e9ecef;
    color: #e7e9ea; }
  .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
    background: #00AdEF;
    color: #fff; }
  .datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .datepicker table tr td.day.range-start.range-end {
    border-radius: 50%; }
  .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
    background: #00AdEF;
    color: #fff; }
  .datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
    background: #00AdEF;
    color: #fff; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
      background: #e9ecef; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #e7e9ea;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #868e96; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #e9ecef; }
  .datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-daterange input {
  text-align: center; }

.bg-primary {
  background-color: #00AdEF !important; }
  .bg-primary.card .card-title,
  .bg-primary.card .card-body,
  .bg-primary.card .card-header,
  .bg-primary.card .card-footer {
    background-color: #0088bc !important; }
  .bg-primary.card .card-header,
  .bg-primary.card .card-footer {
    background: #00a2e0; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #0088bc !important; }

.bg-secondary {
  background-color: #03256c !important; }
  .bg-secondary.card .card-title,
  .bg-secondary.card .card-body,
  .bg-secondary.card .card-header,
  .bg-secondary.card .card-footer {
    background-color: #02143a !important; }
  .bg-secondary.card .card-header,
  .bg-secondary.card .card-footer {
    background: #03205d; }

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #02143a !important; }

.bg-success {
  background-color: #44AF69 !important; }
  .bg-success.card .card-title,
  .bg-success.card .card-body,
  .bg-success.card .card-header,
  .bg-success.card .card-footer {
    background-color: #368a53 !important; }
  .bg-success.card .card-header,
  .bg-success.card .card-footer {
    background: #40a462; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #368a53 !important; }

.bg-info {
  background-color: #17a2b8 !important; }
  .bg-info.card .card-title,
  .bg-info.card .card-body,
  .bg-info.card .card-header,
  .bg-info.card .card-footer {
    background-color: #117a8b !important; }
  .bg-info.card .card-header,
  .bg-info.card .card-footer {
    background: #1596aa; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }
  .bg-warning.card .card-title,
  .bg-warning.card .card-body,
  .bg-warning.card .card-header,
  .bg-warning.card .card-footer {
    background-color: #d39e00 !important; }
  .bg-warning.card .card-header,
  .bg-warning.card .card-footer {
    background: #f7b900; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }
  .bg-danger.card .card-title,
  .bg-danger.card .card-body,
  .bg-danger.card .card-header,
  .bg-danger.card .card-footer {
    background-color: #bd2130 !important; }
  .bg-danger.card .card-header,
  .bg-danger.card .card-footer {
    background: #da2839; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #e9ecef !important; }
  .bg-light.card .card-title,
  .bg-light.card .card-body,
  .bg-light.card .card-header,
  .bg-light.card .card-footer {
    background-color: #cbd3da !important; }
  .bg-light.card .card-header,
  .bg-light.card .card-footer {
    background: #e0e4e9; }

a.bg-light:hover, a.bg-light:focus {
  background-color: #cbd3da !important; }

.bg-dark {
  background-color: #212529 !important; }
  .bg-dark.card .card-title,
  .bg-dark.card .card-body,
  .bg-dark.card .card-header,
  .bg-dark.card .card-footer {
    background-color: #0a0c0d !important; }
  .bg-dark.card .card-header,
  .bg-dark.card .card-footer {
    background: #1a1d21; }

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #0a0c0d !important; }

.border {
  border: 1px solid #becad6 !important; }

.border-top {
  border-top: 1px solid #becad6 !important; }

.border-right {
  border-right: 1px solid #becad6 !important; }

.border-bottom {
  border-bottom: 1px solid #becad6 !important; }

.border-left {
  border-left: 1px solid #becad6 !important; }

.border-primary {
  border-color: #00AdEF !important; }

.border-secondary {
  border-color: #03256c !important; }

.border-success {
  border-color: #44AF69 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #e9ecef !important; }

.border-dark {
  border-color: #212529 !important; }

.rounded {
  border-radius: 0.375rem !important; }

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important; }

.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; }

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; }

.text-monospace {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.font-weight-normal {
  font-weight: 300; }

.font-weight-bold {
  font-weight: 500; }

.text-primary {
  color: #00AdEF !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0088bc !important; }

.text-secondary {
  color: #03256c !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #02143a !important; }

.text-success {
  color: #44AF69 !important; }

a.text-success:hover, a.text-success:focus {
  color: #368a53 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #e9ecef !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #212529 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0a0c0d !important; }

.text-body {
  color: #5A6169 !important; }

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-black {
  color: #000; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-muted {
  color: #868e96 !important; }

.with-shadows {
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); }

.pagination-active
{
    background: #00AdEF;
    color: #fff;
}
.doctoptext, .chemtoptext, .labtoptext, .homedoctext, .homelabtext, h4, .search-input--first, .display_card .alert
{
  text-transform: capitalize;
}