@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {

  display: block;
}

body {

  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
  background-color: #F8F9FA;
}

body *::-webkit-scrollbar {

  width: 5px;
  height: 5px;
  transition: .2s background;
}

body *::-webkit-scrollbar-thumb {

  background: #CCD4DA;
}

body *:hover::-webkit-scrollbar-thumb {

  background: #ADB5BE;
}

a {
  color: #467fcf;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #295a9f;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}



.btn {

  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.84615385;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {

  pointer-events: none;
}

.btn-primary {

  color: #fff;
  background-color: #228be6;
  border-color: #228be6;
}

.btn-primary:hover {

  color: #fff;
  background-color: #1c7ed6;
  border-color: #1B6FB8;
}

.btn-primary:focus, .btn-primary.focus {

  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {

  color: #fff;
  background-color: #228CE7;
  border-color: #228CE7;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2f66b3;
  border-color: #2c60a9;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-success:hover {
  color: #fff;
  background-color: #4b9400;
  border-color: #448700;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #448700;
  border-color: #3e7a00;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.btn-info:hover {
  color: #fff;
  background-color: #219af0;
  border-color: #1594ef;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1594ef;
  border-color: #108ee7;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cea70c;
  border-color: #c29d0b;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c29d0b;
  border-color: #b6940b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a11918;
  border-color: #961717;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-light {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #495057;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #495057;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #228be6;
  background-color: transparent;
  background-image: none;
  border-color: #228be6;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #228be6;
  border-color: #228be6;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #228be6;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #228be6;
  border-color: #228be6;
}

.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: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.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: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #5eba00;
  background-color: transparent;
  background-image: none;
  border-color: #5eba00;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5eba00;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.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: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-outline-info {
  color: #45aaf2;
  background-color: transparent;
  background-image: none;
  border-color: #45aaf2;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #45aaf2;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.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: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-outline-warning {
  color: #f1c40f;
  background-color: transparent;
  background-image: none;
  border-color: #f1c40f;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f1c40f;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.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: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-outline-danger {
  color: #cd201f;
  background-color: transparent;
  background-image: none;
  border-color: #cd201f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #cd201f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.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: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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: 0 0 0 2px rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.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: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #467fcf;
  background-color: transparent;
}

.btn-link:hover {
  color: #295a9f;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.625;
  border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.33333333;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.90625rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #24426c;
  background-color: #dae5f5;
  border-color: #cbdbf2;
}

.alert-primary hr {
  border-top-color: #b7cded;
}

.alert-primary .alert-link {
  color: #172b46;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #316100;
  background-color: #dff1cc;
  border-color: #d2ecb8;
}

.alert-success hr {
  border-top-color: #c5e7a4;
}

.alert-success .alert-link {
  color: #172e00;
}

.alert-info {
  color: #24587e;
  background-color: #daeefc;
  border-color: #cbe7fb;
}

.alert-info hr {
  border-top-color: #b3dcf9;
}

.alert-info .alert-link {
  color: #193c56;
}

.alert-warning {
  color: #7d6608;
  background-color: #fcf3cf;
  border-color: #fbeebc;
}

.alert-warning hr {
  border-top-color: #fae8a4;
}

.alert-warning .alert-link {
  color: #4d3f05;
}

.alert-danger {
  color: #6b1110;
  background-color: #f5d2d2;
  border-color: #f1c1c0;
}

.alert-danger hr {
  border-top-color: #ecacab;
}

.alert-danger .alert-link {
  color: #3f0a09;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #e9ecef;
  border-radius: 3px;
}

.progress-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #467fcf;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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: 1rem 1rem;
}

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

.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #495057;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12);
}

.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #467fcf;
  background-color: #f8fafd;
  border-color: rgba(0, 40, 100, 0.12);
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #24426c;
  background-color: #cbdbf2;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #24426c;
  background-color: #b7cded;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #24426c;
  border-color: #24426c;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #464a4e;
  background-color: #cfd2d6;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #316100;
  background-color: #d2ecb8;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #316100;
  background-color: #c5e7a4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #316100;
  border-color: #316100;
}

.list-group-item-info {
  color: #24587e;
  background-color: #cbe7fb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #24587e;
  background-color: #b3dcf9;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #24587e;
  border-color: #24587e;
}

.list-group-item-warning {
  color: #7d6608;
  background-color: #fbeebc;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7d6608;
  background-color: #fae8a4;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d6608;
  border-color: #7d6608;
}

.list-group-item-danger {
  color: #6b1110;
  background-color: #f1c1c0;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6b1110;
  background-color: #ecacab;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6b1110;
  border-color: #6b1110;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  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;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 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: 0.5rem 0.25rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: #dee3eb;
}


.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: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 0.5rem;
  margin: 3px 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: 0.25rem 0.5rem 0.25rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: #dee3eb;
}


.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: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 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 0.25rem 0.5rem 0.25rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: #dee3eb;
}


.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 {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.5rem;
  margin-left: -0.25rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 0.5rem;
  margin: 3px 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: 0.25rem 0 0.25rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: #dee3eb;
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.75rem 1rem;
  color: #6e7687;
}



.bg-primary {
  background-color: #467fcf !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2f66b3 !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

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

.bg-success {
  background-color: #5eba00 !important;
}

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

.bg-info {
  background-color: #45aaf2 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1594ef !important;
}

.bg-warning {
  background-color: #f1c40f !important;
}

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

.bg-danger {
  background-color: #cd201f !important;
}

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

.bg-light {
  background-color: #f8f9fa !important;
}

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

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}


.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}



html {
  font-size: 16px;
  height: 100%;
  direction: ltr;
}

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}



img {
  max-width: 100%;
}

.text-wrap {
  font-size: 1rem;
  line-height: 1.66;
}

.text-wrap > :first-child {
  margin-top: 0;
}

.text-wrap > :last-child {
  margin-bottom: 0;
}

.text-wrap > h1, .text-wrap > h2, .text-wrap > h3, .text-wrap > h4, .text-wrap > h5, .text-wrap > h6 {
  margin-top: 1em;
}

.section-nav {
  background-color: #f8f9fa;
  margin: 1rem 0;
  padding: .5rem 1rem;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  list-style: none;
}

.section-nav:before {
  content: 'Table of contents:';
  display: block;
  font-weight: 600;
}

.row-cards > .col,
.row-cards > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-deck > .col,
.row-deck > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-deck > .col .card,
.row-deck > [class*='col-'] .card {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.col-text {
  max-width: 48rem;
}

.col-login {
  max-width: 24rem;
}


.page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}

body.fixed-header .page {
  padding-top: 4.5rem;
}

@media (min-width: 1600px) {
  body.aside-opened .page {
    margin-right: 22rem;
  }
}

.page-main {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background: #fff;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.header .dropdown-menu {
  margin-top: .75rem;
}

.nav-unread {
  position: absolute;
  top: .25rem;
  right: .25rem;
  background: #cd201f;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

.header-brand {

  min-height: 40px;
  color: inherit;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: .3s opacity;
  line-height: 2rem;
}

.header-brand:hover {
  opacity: .8;
  color: inherit;
  text-decoration: none;
}

.header-brand-img {

  min-width: 96px;
  margin-top: .2rem;
  height: 2rem;
  line-height: 2rem;
  vertical-align: bottom;
  margin-right: .5rem;
}

.header-avatar {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
}

.header-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
}

.header-btn.has-new {
  position: relative;
}

.header-btn.has-new:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #cd201f;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
}

.footer {

  background: #fff;
  border-top: 1px solid rgba(0, 40, 95, 0.08);
  font-size: 14px;
  padding: 15px 0;
  color: #959aa6;
}

.footer a:not(.btn) {
  color: #6e7687;
}

.display-1 i,
.display-2 i,
.display-3 i,
.display-4 i {
  vertical-align: baseline;
  font-size: 0.815em;
}

.text-inherit {
  color: inherit !important;
}

.text-default {
  color: #495057 !important;
}

.text-muted-dark {
  color: #6e7687 !important;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.05em !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.bg-blue {
  background-color: #467fcf !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #2f66b3 !important;
}

.text-blue {
  color: #467fcf !important;
}

.bg-indigo {
  background-color: #6574cd !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3f51c1 !important;
}

.text-indigo {
  color: #6574cd !important;
}

.bg-purple {
  background-color: #a55eea !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #8c31e4 !important;
}

.text-purple {
  color: #a55eea !important;
}

.bg-pink {
  background-color: #f66d9b !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #f33d7a !important;
}

.text-pink {
  color: #f66d9b !important;
}

.bg-red {
  background-color: #cd201f !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #a11918 !important;
}

.text-red {
  color: #cd201f !important;
}

.bg-orange {
  background-color: #fd9644 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #fc7a12 !important;
}

.text-orange {
  color: #fd9644 !important;
}

.bg-yellow {
  background-color: #f1c40f !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c29d0b !important;
}

.text-yellow {
  color: #f1c40f !important;
}

.bg-green {
  background-color: #5eba00 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #448700 !important;
}

.text-green {
  color: #5eba00 !important;
}

.bg-teal {
  background-color: #2bcbba !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #22a193 !important;
}

.text-teal {
  color: #2bcbba !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

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

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

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e5e5 !important;
}

.text-white {
  color: #fff !important;
}

.bg-gray {
  background-color: #868e96 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6c757d !important;
}

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

.bg-gray-dark {
  background-color: #343a40 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #1d2124 !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

.bg-azure {
  background-color: #45aaf2 !important;
}

a.bg-azure:hover, a.bg-azure:focus,
button.bg-azure:hover,
button.bg-azure:focus {
  background-color: #1594ef !important;
}

.text-azure {
  color: #45aaf2 !important;
}

.bg-lime {
  background-color: #7bd235 !important;
}

a.bg-lime:hover, a.bg-lime:focus,
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #63ad27 !important;
}

.text-lime {
  color: #7bd235 !important;
}

.icon {
  color: #9aa0ac !important;
}

.icon i {
  vertical-align: -1px;
}

a.icon {
  text-decoration: none;
  cursor: pointer;
}

a.icon:hover {
  color: #495057 !important;
}

.o-auto {
  overflow: auto !important;
}

.o-hidden {
  overflow: hidden !important;
}

.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.nav-link,
.nav-item {
  padding: 0 .75rem;
  min-width: 2rem;
  transition: .3s color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link .profile-menu-nav-link, .nav-link small {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-link .badge,
.nav-item .badge {
  position: absolute;
  top: 1px;
  right: 0;
  padding: .2rem .25rem;
  min-width: 1rem;
}

@media (max-width: 767.98px) {
  .nav-link .badge,
  .nav-item .badge {
    margin-left: 1rem;
    position: relative;
  }
}

.nav-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9aa0ac;
  margin: 0 -.75rem;
}

.nav-tabs .nav-link {
  border: 0;
  color: inherit;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  transition: .3s border-color;
  font-weight: 400;
  padding: 1rem 0;
}

.nav-tabs .nav-link:hover:not(.disabled) {
  border-color: #6e7687;
  color: #6e7687;
}

.nav-tabs .nav-link.active {
  border-color: #467fcf;
  color: #467fcf;
  background: transparent;
}

.nav-tabs .nav-link.disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
  position: relative;
}

.nav-tabs .nav-item i {
  margin-right: .25rem;
  line-height: 1;
  font-size: 0.875rem;
  width: 0.875rem;
  vertical-align: baseline;
  display: inline-block;
}

.nav-tabs .nav-item:hover .nav-submenu {
  display: block;
}

.nav-tabs .nav-submenu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-top: none;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 10rem;
  border-radius: 0 0 3px 3px;
}

.nav-tabs .nav-submenu .nav-item {
  display: block;
  padding: .5rem 1rem;
  color: #9aa0ac;
  margin: 0 !important;
  cursor: pointer;
  transition: .3s background;
}

.nav-tabs .nav-submenu .nav-item.active {
  color: #467fcf;
}

.nav-tabs .nav-submenu .nav-item:hover {
  color: #6e7687;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.024);
}

.btn {

  cursor: pointer;
  font-weight: 600;
  letter-spacing: .03em;
  font-size: 0.8125rem;
}

.btn i {

  font-size: 1rem;
  vertical-align: -1px;
}

.btn-icon {
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}

.btn-secondary {
  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 40, 100, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn-secondary:hover {
  color: #495057;
  background-color: #f6f6f6;
  border-color: rgba(0, 20, 49, 0.12);
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(0, 40, 100, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 40, 100, 0.12);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #495057;
  background-color: #e6e5e5;
  border-color: rgba(0, 15, 36, 0.12);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(0, 40, 100, 0.5);
}

.btn-pill {
  border-radius: 10rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.btn-square {
  border-radius: 0;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

/* */

.btn-google {
  color: #fff;
  border-color: #4286F5;
  border-bottom-color: #3168c1;
  background-color: #4286F5;
}

.btn-google:hover {
  color: #fff;
  border-color: #4286F5;
  border-bottom-color: #3168c1;
  background-color: #4e8ef8;
}

.btn-google:focus, .btn-google.focus {
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  border-color: #4286F5;
  border-bottom-color: #3168c1;
  background-color: #406197;
}

.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #417de0;
  border-color: #4286F5;
  border-bottom-color: #3168c1;
}

.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

/* */

.btn-blue {
  color: #fff;
  background-color: #467fcf;
  border-color: #467fcf;
}

.btn-blue:hover {
  color: #fff;
  background-color: #316cbe;
  border-color: #2f66b3;
}

.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #467fcf;
  border-color: #467fcf;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #2f66b3;
  border-color: #2c60a9;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-red {
  color: #fff !important;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-red:hover {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918;
}

.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #a11918;
  border-color: #961717;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #fd9644;
  border-color: #fd9644;
}

.btn-orange:hover {
  color: #fff;
  background-color: #fd811e;
  border-color: #fc7a12;
}

.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #fd9644;
  border-color: #fd9644;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #fc7a12;
  border-color: #fc7305;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-yellow {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #cea70c;
  border-color: #c29d0b;
}

.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #c29d0b;
  border-color: #b6940b;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-green:hover {
  color: #fff;
  background-color: #4b9400;
  border-color: #448700;
}

.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #448700;
  border-color: #3e7a00;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-white {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #495057;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #495057;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-gray:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-gray-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-gray-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-gray-dark:focus, .btn-gray-dark.focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active,
.show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-option {
  background: transparent;
  color: #9aa0ac;
}

.btn-option:hover {
  color: #6e7687;
}

.btn-option:focus {
  box-shadow: none;
  color: #6e7687;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
  min-width: 1.625rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1rem;
  min-width: 2.75rem;
  font-weight: 400;
}

.btn-list {
  margin-bottom: -.5rem;
  font-size: 0;
}

.btn-list > .btn,
.btn-list > .dropdown {
  margin-bottom: .5rem;
}

.btn-list > .btn:not(:last-child),
.btn-list > .dropdown:not(:last-child) {
  margin-right: .5rem;
}

.btn-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.btn-loading:after {
  content: '';
  -webkit-animation: loader 500ms infinite linear;
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  left: calc(50% - (1.4em / 2));
  top: calc(50% - (1.4em / 2));
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute !important;
}

.btn-loading.btn-sm:after, .btn-group-sm > .btn-loading.btn:after {
  height: 1em;
  width: 1em;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
}

.btn-loading.btn-secondary:after {
  border-color: #495057;
}

.alert {
  font-size: 0.9375rem;
}

.alert-icon {
  padding-left: 3rem;
}

.alert-icon > i {
  color: inherit !important;
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.alert-avatar {
  padding-left: 3.75rem;
}

.alert-avatar .avatar {
  position: absolute;
  top: .5rem;
  left: .75rem;
}

.close {
  font-size: 1rem;
  line-height: 1.5;
  transition: .3s color;
}

.close:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
}

.badge {
  color: #fff;
}

.badge-default {
  background: #e9ecef;
  color: #868e96;
}

.table thead th, .text-wrap table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.table th, .text-wrap table th {
  color: #9aa0ac;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
}

.table-md th,
.table-md td {
  padding: .5rem;
}

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

.table-center td,
.table-center th {
  text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-calendar {
  margin: 0 0 .75rem;
}

.table-calendar td,
.table-calendar th {
  border: 0;
  text-align: center;
  padding: 0 !important;
  width: 14.28571429%;
  line-height: 2.5rem;
}

.table-calendar td {
  border-top: 0;
}

.table-calendar-link {
  line-height: 2rem;
  min-width: calc(2rem + 2px);
  display: inline-block;
  border-radius: 3px;
  background: #f8f9fa;
  color: #495057;
  font-weight: 600;
  transition: .3s background, .3s color;
  position: relative;
}

.table-calendar-link:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: .25rem;
  top: .25rem;
  border-radius: 50px;
  background: #467fcf;
}

.table-calendar-link:hover {
  color: #fff;
  text-decoration: none;
  background: #467fcf;
  transition: .3s background;
}

.table-calendar-link:hover:before {
  background: #fff;
}

.table-header {
  cursor: pointer;
  transition: .3s color;
}

.table-header:hover {
  color: #495057 !important;
}

.table-header:after {
  content: '\f0dc';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: .5rem;
  font-size: .75rem;
}

.table-header-asc {
  color: #495057 !important;
}

.table-header-asc:after {
  content: '\f0de';
}

.table-header-desc {
  color: #495057 !important;
}

.table-header-desc:after {
  content: '\f0dd';
}

.page-breadcrumb {
  background: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .page-breadcrumb {
    margin: -.5rem 0 0;
  }
}

.page-breadcrumb .breadcrumb-item {
  color: #9aa0ac;
}

.page-breadcrumb .breadcrumb-item.active {
  color: #6e7687;
}

.pagination-simple .page-item .page-link {
  background: none;
  border: none;
}

.pagination-simple .page-item.active .page-link {
  color: #495057;
  font-weight: 700;
}

.pagination-pager .page-prev {
  margin-right: auto;
}

.pagination-pager .page-next {
  margin-left: auto;
}

.page-total-text {
  margin-right: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #6e7687;
}

.card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
}

.card .card {
  box-shadow: none;
}

.card-body {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 1.5rem 1.5rem;
  position: relative;
}

.card-body + .card-body {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.card-body > :last-child {
  margin-bottom: 0;
}

.card-body-scrollable {
  overflow: auto;
}

.card-footer,
.card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}

.card-footer {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  color: #6e7687;
}

.card-header {
  background: none;
  padding: 0.5rem 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-header .card-title {
  margin-bottom: 0;
}

.card-header.border-0 + .card-body {
  padding-top: 0;
}

@media print {
  .card-header {
    display: none;
  }
}

.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-img-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.card-title a {
  color: inherit;
}

.card-title:only-child {
  margin-bottom: 0;
}

.card-title small,
.card-subtitle {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-table {
  margin-bottom: 0;
}

.card-table tr:first-child td,
.card-table tr:first-child th {
  border-top: 0;
}

.card-table tr td:first-child,
.card-table tr th:first-child {
  padding-left: 1.5rem;
}

.card-table tr td:last-child,
.card-table tr th:last-child {
  padding-right: 1.5rem;
}

.card-body + .card-table {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.card-profile .card-header {
  height: 9rem;
  background-size: cover;
}

.card-profile-img {
  max-width: 6rem;
  margin-top: -5rem;
  margin-bottom: 1rem;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-body + .card-list-group {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.card-list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card-list-group .list-group-item:last-child {
  border-bottom: 0;
}

.card-list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-tabs {
  margin: -1.25rem 0;
  border-bottom: 0;
  line-height: 2rem;
}

.card-header-tabs .nav-item {
  margin-bottom: 1px;
}

.card-header-pills {
  margin: -.75rem 0;
}

.card-aside {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-aside-column {
  min-width: 5rem;
  width: 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: no-repeat center/cover;
}

.card-value {
  font-size: 2.5rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.card-value i {
  vertical-align: middle;
}

.card-chart-bg {
  height: 4rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.card-options {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 100;
  -ms-flex-order: 100;
  order: 100;
  margin-right: -.5rem;
  color: #9aa0ac;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.card-options a:not(.btn) {
  margin-left: .5rem;
  color: #9aa0ac;
  display: inline-block;
  min-width: 1rem;
}

.card-options a:not(.btn):hover {
  text-decoration: none;
  color: #6e7687;
}

.card-options a:not(.btn) i {
  font-size: 1rem;
  vertical-align: middle;
}

.card-options .dropdown-toggle:after {
  display: none;
}

/*
Card options
 */
.card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}

.card-collapsed .card-options-collapse i:before {
  content: '\e92d';
}

.card-fullscreen .card-options-fullscreen i:before {
  content: '\e992';
}

.card-fullscreen .card-options-remove {
  display: none;
}

/*
Card maps
 */
.card-map {
  height: 15rem;
  background: #e9ecef;
}

.card-map-placeholder {
  background: no-repeat center;
}

/**
Card tabs
 */
.card-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-tabs-bottom .card-tabs-item {
  border: 0;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.card-tabs-bottom .card-tabs-item.active {
  border-top-color: #fff;
}

.card-tabs-item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  color: inherit;
  overflow: hidden;
}

a.card-tabs-item {
  background: #fafbfc;
}

a.card-tabs-item:hover {
  text-decoration: none;
  color: inherit;
}

a.card-tabs-item:focus {
  z-index: 1;
}

a.card-tabs-item.active {
  background: #fff;
  border-bottom-color: #fff;
}

.card-tabs-item + .card-tabs-item {
  border-left: 1px solid rgba(0, 40, 100, 0.12);
}

/**
Card status
 */
.card-status {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: rgba(0, 40, 100, 0.12);
}

.card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}

/**
Card icon
 */
.card-icon {
  width: 3rem;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

/**
Card fullscreen
 */
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
}

/**
Card alert
 */
.card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}

.card-category {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: .05em;
  margin: 0 0 .5rem;
}

.dropdown {
  display: inline-block;
}

.dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 12rem;
}

.dropdown-item {
  color: #6e7687;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu-arrow:before {
  position: absolute;
  top: -6px;
  left: 12px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 40, 100, 0.12);
  border-left: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu-arrow:after {
  position: absolute;
  top: -5px;
  left: 12px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  content: '';
}

.dropdown-menu-arrow.dropdown-menu-right:before, .dropdown-menu-arrow.dropdown-menu-right:after {
  left: auto;
  right: 12px;
}

.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.dropdown-toggle:after {
  vertical-align: 0.155em;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-icon {
  color: #9aa0ac;
  margin-right: .5rem;
  margin-left: -.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
}

.list-inline-dots .list-inline-item + .list-inline-item:before {
  content: '· ';
  margin-left: -2px;
  margin-right: 3px;
}

.list-separated-item {
  padding: 1rem 0;
}

.list-separated-item:first-child {
  padding-top: 0;
}

.list-separated-item:last-child {
  padding-bottom: 0;
}

.list-separated-item + .list-separated-item {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.list-group-item.active .icon {
  color: inherit !important;
}

.list-group-transparent .list-group-item {
  background: none;
  border: 0;
  padding: .5rem 1rem;
  border-radius: 3px;
}

.list-group-transparent .list-group-item.active {
  background: rgba(70, 127, 207, 0.06);
  font-weight: 600;
}

.avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  display: inline-block;
  background: #ced4da no-repeat center/cover;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 600;
  vertical-align: bottom;
  font-size: .875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.avatar i {
  font-size: 125%;
  vertical-align: sub;
}

.avatar-status {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: .75rem;
  height: .75rem;
  border: 2px solid #fff;
  background: #868e96;
  border-radius: 50%;
}

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .75rem;
}

.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}

.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.75rem;
}

.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
}

.avatar-placeholder {
  background: #ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#868e96" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>') no-repeat center/80%;
}

.avatar-list {
  margin: 0 0 -.5rem;
  padding: 0;
  font-size: 0;
}

.avatar-list .avatar {
  margin-bottom: .5rem;
}

.avatar-list .avatar:not(:last-child) {
  margin-right: .5rem;
}

.avatar-list-stacked .avatar {
  margin-right: -.8em !important;
}

.avatar-list-stacked .avatar {
  box-shadow: 0 0 0 2px #fff;
}

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

.avatar-indigo {
  background-color: #d1d5f0;
  color: #6574cd;
}

.avatar-purple {
  background-color: #e4cff9;
  color: #a55eea;
}

.avatar-pink {
  background-color: #fcd3e1;
  color: #f66d9b;
}

.avatar-red {
  background-color: #f0bcbc;
  color: #cd201f;
}

.avatar-orange {
  background-color: #fee0c7;
  color: #fd9644;
}

.avatar-yellow {
  background-color: #fbedb7;
  color: #f1c40f;
}

.avatar-green {
  background-color: #cfeab3;
  color: #5eba00;
}

.avatar-teal {
  background-color: #bfefea;
  color: #2bcbba;
}

.avatar-cyan {
  background-color: #b9e3ea;
  color: #17a2b8;
}

.avatar-white {
  background-color: white;
  color: #fff;
}

.avatar-gray {
  background-color: #dbdde0;
  color: #868e96;
}

.avatar-gray-dark {
  background-color: #c2c4c6;
  color: #343a40;
}

.avatar-azure {
  background-color: #c7e6fb;
  color: #45aaf2;
}

.avatar-lime {
  background-color: #d7f2c2;
  color: #7bd235;
}

.product-price {
  font-size: 1rem;
}

.product-price strong {
  font-size: 1.5rem;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  100%, 60% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  100%, 60% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  100%, 60% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  100%, 60% {
    left: 107%;
    right: -8%;
  }
}

.progress {
  position: relative;
}

.progress-xs,
.progress-xs .progress-bar {
  height: .25rem;
}

.progress-sm,
.progress-sm .progress-bar {
  height: .5rem;
}

.progress-bar-indeterminate:after, .progress-bar-indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  left: 0;
  will-change: left, right;
  top: 0;
  bottom: 0;
}

.progress-bar-indeterminate:before {
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-bar-indeterminate:after {
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
Dimmer
*/
.dimmer {
  position: relative;
}

.dimmer .loader {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dimmer.active .loader {
  display: block;
}

.dimmer.active .dimmer-content {
  opacity: .04;
  pointer-events: none;
}

/**
Loader
*/
.loader {
  display: block;
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  color: #467fcf;
}

.loader:before, .loader:after {
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem 0 0 -1.25rem;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
}

.loader:before {
  border-radius: 50%;
  border: 3px solid currentColor;
  opacity: .15;
}

.loader:after {
  -webkit-animation: loader .6s linear;
  animation: loader .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 50%;
  border: 3px solid;
  border-color: transparent;
  border-top-color: currentColor;
  box-shadow: 0 0 0 1px transparent;
}

.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icons-list > li {
  -webkit-flex: 1 0 4rem;
  -ms-flex: 1 0 4rem;
  flex: 1 0 4rem;
}

.icons-list-wrap {
  overflow: hidden;
}

.icons-list-item {
  text-align: center;
  height: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.icons-list-item i {
  font-size: 1.25rem;
}

.img-gallery {
  margin-right: -.25rem;
  margin-left: -.25rem;
  margin-bottom: -.5rem;
}

.img-gallery > .col,
.img-gallery > [class*="col-"] {
  padding-left: .25rem;
  padding-right: .25rem;
  padding-bottom: .5rem;
}

.link-overlay {
  position: relative;
}

.link-overlay:hover .link-overlay-bg {
  opacity: 1;
}

.link-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 127, 207, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  opacity: 0;
  transition: .3s opacity;
}

.media-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 100%;
}

.media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea[cols] {
  height: auto;
}

.form-group {
  display: block;
}

.form-label {
  display: block;
  margin-bottom: .375rem;
  font-weight: 600;
  font-size: 0.875rem;
}

.form-label-small {
  float: right;
  font-weight: 400;
  font-size: 87.5%;
}

.form-footer {
  margin-top: 2rem;
}

.custom-control {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-controls-stacked .custom-control {
  margin-bottom: .25rem;
}

.custom-control-label {
  vertical-align: middle;
}

.custom-control-label:before {
  border: 1px solid rgba(0, 40, 100, 0.12);
  background-color: #fff;
  background-size: .5rem;
}

.custom-control-description {
  line-height: 1.5rem;
}

.input-group-prepend,
.input-group-append,
.input-group-btn {
  font-size: 0.9375rem;
}

.input-group-prepend > .btn,
.input-group-append > .btn,
.input-group-btn > .btn {
  height: 100%;
  border-color: rgba(0, 40, 100, 0.12);
}

.input-group-prepend > .input-group-text {
  border-right: 0;
}

.input-group-append > .input-group-text {
  border-left: 0;
}



.form-fieldset {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.form-required {
  color: #cd201f;
}

.form-required:before {
  content: ' ';
}

.state-valid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>") no-repeat center right 0.5rem/1rem;
}

.state-invalid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 0.5rem/1rem;
}

.form-help {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #9aa0ac;
  background: #f8f9fa;
  border-radius: 50%;
  font-size: 0.75rem;
  transition: .3s background-color, .3s color;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-help:hover, .form-help[aria-describedby] {
  background: #467fcf;
  color: #fff;
}

@-webkit-keyframes status-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .32;
  }
}

@keyframes status-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .32;
  }
}

.chips {
  margin: 0 0 -.5rem;
}

.chips .chip {
  margin: 0 .5rem .5rem 0;
}

.chip {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6e7687;
  padding: 0 .75rem;
  border-radius: 1rem;
  background-color: #f8f9fa;
  transition: .3s background;
}

.chip .avatar {
  float: left;
  margin: 0 .5rem 0 -.75rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}

a.chip:hover {
  color: inherit;
  text-decoration: none;
  background-color: #e9ecef;
}

.stamp {
  color: #fff;
  background: #868e96;
  display: inline-block;
  min-width: 2rem;
  height: 2rem;
  padding: 0 .25rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
}

.stamp-md {
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.chat {
  outline: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
}

.chat-line {
  padding: 0;
  text-align: right;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.chat-line + .chat-line {
  padding-top: 1rem;
}

.chat-message {
  position: relative;
  display: inline-block;
  background-color: #467fcf;
  color: #fff;
  font-size: 0.875rem;
  padding: .375rem .5rem;
  border-radius: 3px;
  white-space: normal;
  text-align: left;
  margin: 0 .5rem 0 2.5rem;
  line-height: 1.4;
}

.chat-message > :last-child {
  margin-bottom: 0 !important;
}

.chat-message:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #467fcf;
  border-top: 6px solid transparent;
}

.chat-message img {
  max-width: 100%;
}

.chat-message p {
  margin-bottom: 1em;
}

.chat-line-friend {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.chat-line-friend + .chat-line-friend {
  margin-top: -.5rem;
}

.chat-line-friend + .chat-line-friend .chat-author {
  visibility: hidden;
}

.chat-line-friend + .chat-line-friend .chat-message:after {
  display: none;
}

.chat-line-friend .chat-message {
  background-color: #f3f3f3;
  color: #495057;
  margin-left: .5rem;
  margin-right: 2.5rem;
}

.chat-line-friend .chat-message:after {
  right: auto;
  left: -5px;
  border-left-width: 0;
  border-right: 5px solid #f3f3f3;
}

.example-column {
  margin: 0 auto;
}

.example-column > .card:last-of-type {
  margin-bottom: 0;
}

.example-column-1 {
  max-width: 20rem;
}

.example-column-2 {
  max-width: 40rem;
}

svg {
  -ms-touch-action: none;
  touch-action: none;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.empty-state {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.empty-state .empty-icon i.fe {
  color: #dee2e6;
  font-size: 48pt;
}

.empty-state .empty-icon i.ic {

  color: #dee2e6;
  font-size: 48pt;
}

.empty-state .empty-title {
  font-size: 16pt;
}

.empty-state .empty-subtitle {
  font-size: 12pt;
}

.sidebar-menu-line {
  height: 1px;
  background: #e9ecef;
  margin-left: 1rem;
  margin-right: 1rem;
}

.page-fill-wrapper {
  min-height: 500px;
}

.min-h-100 {
  min-height: 100%;
}

.hidden {
  display: none !important;
}

.no-padding {
  padding: 0;
}

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

.text-bolder {
  font-weight: 600;
}

.text-small {
  font-size: 0.8rem;
}

.selectize-control {
  height: 38px;
}

select {
  display: none;
}

.selectize-control select {
  display: block;
}

.has-error .help-block {
  color: #cd201f;
  font-size: 0.9rem;
  padding-top: 3px;
}

.error-summary.alert ul {
  margin-bottom: 0;
  padding-left: 15px;
}

td.shrink {
  white-space: nowrap;
}

td.expand {
  width: 99%;
}

.upload-kit .files {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.upload-kit .upload-kit-input {
  width: 150px;
}

.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {

  position: relative;
  height: 150px;
  color: #aaa;
  border: 2px dashed #aaa;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
  background-origin: border-box;
  list-style: none;
}

.upload-kit .upload-kit-input .progress, .upload-kit .upload-kit-input .add, .upload-kit .upload-kit-input .remove,
.upload-kit .upload-kit-item .progress,
.upload-kit .upload-kit-item .add,
.upload-kit .upload-kit-item .remove {
  display: block;
  position: absolute;
}

.upload-kit .upload-kit-input .error-popover,
.upload-kit .upload-kit-item .error-popover {
  color: #9b0014;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
  cursor: default;
}

.upload-kit .upload-kit-input input[type=file],
.upload-kit .upload-kit-item input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.upload-kit .upload-kit-input:hover .drag, .upload-kit .upload-kit-input:hover .add {
  color: #b3b2b2;
}

.upload-kit .upload-kit-input .drag, .upload-kit .upload-kit-input .add {
  font-size: 3em;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  position: absolute;
}

.upload-kit .upload-kit-input .progress {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  display: none;
}

.upload-kit .upload-kit-input .drag {
  display: none;
}

.upload-kit .upload-kit-input.drag-highlight .add {
  display: none;
}

.upload-kit .upload-kit-input.drag-highlight .drag {
  display: block;
}

.upload-kit .upload-kit-input.in-progress .progress {
  display: block;
}

.upload-kit .upload-kit-input.in-progress .add {
  display: none;
}

.upload-kit .upload-kit-input.error .error-popover {
  display: inline-block;
}

.upload-kit .upload-kit-item.ui-sortable-helper .remove {
  display: none !important;
}

.upload-kit .upload-kit-item .remove {
  display: none;
  cursor: pointer;
  font-size: 2em;
  line-height: 40px;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px;
  border-radius: 5px;
  color: #FFF;
  margin-top: -25px;
}

.upload-kit .upload-kit-item.image > img {
  height: 100%;
  width: auto;
  border-radius: 7px;
}

.upload-kit .upload-kit-item.not-image .name {
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  display: block;
  position: absolute;
  padding: 5px 7px;
  width: 146px;
  color: #fff;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0 0 7px 7px;
}

.upload-kit .upload-kit-item.done:hover .remove {
  display: block;
}

.upload-kit::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  .landing-page-bg {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .landing-page-bg {
    min-height: 500px;
  }
}

.landing-page-head {
  padding: 15px;
}

.landing-page-head h1 {
  color: #e1456b;
  font-size: 22pt;
  margin-bottom: 10px;
  font-weight: bolder;
}

.landing-page-head .subtitle {
  color: #333;
  font-size: 14pt;
}

.landing-or {
  color: #ababab;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.9rem;
}

.social-auth-lp .auth-clients li {
  float: none;
  display: inline-block;
  margin: 0 6px;
}

.col-registration, .col-auth, .col-recovery, .col-resend {

  max-width: 36rem;
}

.col-auth {

  max-width: 24rem;
  margin-top: 80px;
  margin-bottom: 40px;
}

.col-auth.signup {

  max-width: 30rem;
}

.col-auth.restore, .col-auth.support {

  max-width: 36rem;
}

.my-login, .my-signup, .my-message {

  margin-top: 80px;
  margin-bottom: 40px;
}

.hidden {
  display: none;
}

/* */


.items-list-view .list-view-item .card-img-top-wrapper {
  width: 100%;
  padding-top: 100%;
  background: #ecf7fe;
}

.items-list-view .list-view-item .card-img-top-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
}

.items-list-view .list-view-item .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: auto !important;
}

.items-list-view .list-view-item .item-image {

  position: relative;
}

.items-list-view .list-view-item .item-images-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bolder;
  padding: 2px 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.42);
}

.items-list-view .list-view-banner {

  color: #062a52;
  border-radius: 4px;
}

.directory-search-more .form-group {
  margin-bottom: 10px;
  margin-right: 12px;
}

.directory-search-more .form-group .custom-control {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.body-messages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body-messages .page {
  width: 100%;
}

@media (max-width: 767.98px) {
  .body-messages .page-fill .content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .body-messages .page-fill .content .container {
    padding-left: 0;
    padding-right: 0;
  }
  .body-messages .page-fill .content .card {
    border: 0;
  }
  .body-messages .page-fill .content .items {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .body-messages .footer {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.col-messages-conversations {
  border-right: 1px solid rgba(0, 40, 100, 0.12);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .col-messages-conversations {
    display: none !important;
    border-right: 0;
  }
  .col-messages-conversations.active {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767.98px) {
  .col-messages-conversation.hide {
    display: none;
  }
}

.messages-conversations {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.messages-conversations .wrapper-conversations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
}

.messages-conversations .conversations .conversation.premium {
  background: #fff5ec;
}

.messages-conversations .conversations .conversation.premium .avatar {
  border: 2px solid #ff6600;
  box-shadow: 0 0 3px #ff6600;
}

.messages-conversations .conversations .conversation .avatar {
  width: 48px;
  height: 48px;
  display: inline-block;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.messages-conversations .conversations .conversation .message {
  color: #444;
}

.messages-conversations .conversations .conversation.active {
  background: #467fcf;
}

.messages-conversations .conversations .conversation.active .name {
  color: #fff;
}

.messages-conversations .conversations .conversation.active .message {
  color: #dfdfdf;
}

.messages-conversation {
  position: relative;
  height: 100%;
}

.messages-conversation .conversation-header {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  height: 73px;
}

.messages-conversation .conversation-header .avatar {
  width: 48px;
  height: 48px;
}

.messages-conversation .conversation-header .verified {
  background: #467fcf;
  font-size: 11pt;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
  border-radius: 1rem;
  text-decoration: none;
  margin-left: 0.4rem;
  text-align: center;
}

.messages-conversation .conversation-header .verified i.fe {
  color: #fff;
}

.messages-conversation .conversation-items {
  position: relative;
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.messages-conversation .conversation-items .wrapper-items {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
}

.messages-conversation .conversation-items .date {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
}

.messages-conversation .conversation-items .date span {
  padding: 3px 7px;
  color: #777;
  border: 1px solid #ddd;
  font-size: 9pt;
  text-transform: uppercase;
  border-radius: 4px;
}

.messages-conversation .conversation-items .item {
  margin-bottom: 1.5rem;
  padding: 3px;
  cursor: pointer;
  border-radius: 4px;
}

.messages-conversation .conversation-items .item::after {
  display: block;
  clear: both;
  content: "";
}

.messages-conversation .conversation-items .item .avatar {
  margin-left: 0;
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-size: 32px 32px;
}

.messages-conversation .conversation-items .item .time {
  margin-left: 0.5rem;
  margin-right: 0;
}

.messages-conversation .conversation-items .item .spinner {
  margin-left: 0.5rem;
  margin-right: 0;
  color: #888;
}

.messages-conversation .conversation-items .item .flex-row-reverse .avatar {
  margin-left: 0.5rem;
  margin-right: 0;
}

.messages-conversation .conversation-items .item .flex-row-reverse .time {
  margin-left: 0;
  margin-right: 0.5rem;
}

.messages-conversation .conversation-items .item .flex-row-reverse .spinner {
  margin-left: 0;
  margin-right: 0.5rem;
}

.messages-conversation .conversation-items .item .text {
  max-width: 30rem;
}

.messages-conversation .conversation-items .item.sent .item-body {
  float: right;
}

.messages-conversation .conversation-items .item.inbox .item-body {
  float: left;
}

.messages-conversation .conversation-items .item.new .text {
  font-weight: bolder;
}

.messages-conversation .conversation-items .item.selected {
  background: #edf2fa;
}

.messages-conversation .conversation-input {
  height: 64px;
  background: #fff;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.messages-conversation .conversation-input .emoji-items {
  overflow-y: scroll;
  max-height: 200px;
  height: 200px;
}

.messages-conversation .conversation-input .emoji-items .emoji-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px;
  margin: 2px;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.messages-conversation .conversation-input .emoji-items .emoji-item:hover {
  background: #dee2e6;
}


.dropdown-notifications .dropdown-menu {
  min-width: 20rem;
}

.dropdown-notifications .dropdown-menu .dropdown-item a {
  color: #495057;
}

.notifications-list a {
  color: #495057;
}

.notifications-list .notification-item {
  padding: 0.25rem 0.5rem;
}

.notifications-list .notification-item.new {
  background: #f5fbfe;
  border-radius: 4px;
}

.item-images .item-main-image {
  position: relative;
  padding: 1rem;
}

.item-images .item-main-image .photo-wrapper {
  width: 100%;
  padding-top: 100%;
  background: #ecf7fe;
  position: relative;
}

.item-images .item-main-image .photo-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
}

.item-images .item-main-image .photo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: auto !important;
  border-radius: 3px;
}

.item-images .item-other-images {
  padding: 1rem;
}

.item-images .item-other-images .image-item {
  position: relative;
  display: block;
}

.item-images .item-other-images .image-item div {

  border-radius: 3px;
  height: 150px;
  background-size: cover;
}

.item-images .item-other-images .image-item div.hidden-photos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
}

.item-images .item-other-images .image-item div.hidden-photos span {
  border-radius: 3px;
  color: #e9ecef;
  text-align: center;
  line-height: 1rem;
}

.profile-info .profile-info-block {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.dashboard-block > h3 {

  font-weight: 500;
  margin-bottom: 1.5rem;
}

h3, .h3 {

  font-size: 1.5rem;
}

h4, .h4 {

  font-size: 1.125rem;
}

.text-muted {

  color: #9aa0ac !important;
}

/* form-control */

.form-control {

  display: block;
  color: #495155;
  font-size: 0.9rem;
  line-height: 1.5;
  background-color: #ffffff;
  width: 100%;
  height: 2.375rem;
  padding: 0.35rem 0.70rem;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 99, 0.14);
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {

  color: #495357;
  background-color: #fff;
  border-color: #1690BB;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(71, 122, 206, 0.22);
}

/* */

#default-map {

  padding: 50px;
  background: url('/img/default_map.png') no-repeat center;
  background-size: cover;
  text-align: center;
}

#download-app-banner {

  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.field-signup-form-username i, .field-signup-form-fullname i, .field-signup-form-password i, .field-signup-form-email i {

  cursor: pointer;
}

.add-to-favorites {

  background: rgba(99, 99, 101, 0.56);
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
  top: 15px;
  left: 15px;
  position: absolute;
}

.add-to-favorites span {

  color: #fff;
  font-size: 32px;
  line-height: 32px;
  cursor: pointer;
  opacity: 0.9;
}

.add-to-favorites span:hover {

  color: #467FCF;
  opacity: 1;
}

.add-to-favorites span.active {

  color: #467FCF;
  opacity: 0.9;
}

.add-to-favorites span.loading {

  opacity: 0;
}

#search-filters {

  border-top: 1px solid #e0e5ec;
}

#search-filters .form-group {

  margin-bottom: 10px;
  margin-right: 12px;
}

#search-filters .form-group .custom-control {

  margin-bottom: 0;
}

.dropdown-notification-content {

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Conversations*/

.list-group-item {

  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 40, 100, 0.05)
}

.list-group-item:last-child {

  border: none
}

.list-group-item .time {

  color: #868e96;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 1.25rem;
  top: 0.75rem
}

.chat-title, .chat-sub-title {

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.message-item .message-item-image {

  max-width: 100%;
}

/* Chat */

.chat-image-progress .progress-bar {

  height: 3px;
}

.chat-image-upload-button {

  padding: 0;
}

.chat-image-upload-button #photo-upload {

  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.chat-image-upload-button i {

  font-size: 1rem;
  vertical-align: -8px;
}

/* Navbar search form */

.navbar-form {

  border: 1px solid #f3f3f3;
  border-radius: 3px;
  padding: 0;
}

.navbar-form .form-group {

  margin: 0;
}

.navbar-form input[type="text"] {

  padding-right: 42px;
  box-shadow: none;
  border: none transparent;
  outline: none;
}

.navbar-form button[type="submit"] {

  position: absolute;
  top:0;
  right:0;
  border: none;
  box-shadow: none;
  margin-top: 1px;
  margin-right: 1px;
}

/*  */

img.form-logo {

  max-height: 40px
}

footer .col-auto {

  width: 100%
}

.ajax-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #f4f4f4;
  z-index: 1000;
  border-radius: 3px;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}

.grid-view .loading-more-banner, .list-view .loading-more-banner {

  background: #EBEDF0;
}

/* Loader spinner in button */

.messages-loader {
  display: block;
  position: relative;
  height: 1.35rem;
  width: 1.35rem;
  color: #45AAF2;
}

.messages-loader:before, .messages-loader:after {
  width: 1.35rem;
  height: 1.35rem;
  margin: -0.65rem 0 0 -0.65rem;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
}

.btn-loader {
  display: block;
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  color: #ebedf2;
}

.btn-loader:before, .btn-loader:after, .messages-loader:before, .messages-loader:after {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.65rem 0 0 -0.65rem;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
}

.btn-loader:before, .messages-loader:before {
  border-radius: 50%;
  border: 3px solid currentColor;
  opacity: .15;
}

.btn-loader:after {
  -webkit-animation: loader .6s linear;
  animation: loader .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 50%;
  border: 3px solid;
  border-color: transparent;
  border-top-color: currentColor;
  box-shadow: 0 0 0 1px transparent;
}

/* End Loader spinner in button */

/* Profile Page */

.page-profile .profile-photo-container {

  position: absolute;
  top: 195px;
  margin: 0;
  padding: 0;
  border: 2px solid #E9ECEF;
  border-radius: 3px;
  background: #cbebf7;
  width: 150px;
  height: 150px;
}

.page-profile .profile-photo-loader {

  position: absolute;
  width: 100%;
  height: 100%;
}

.page-profile .profile-photo {

  border-radius: 3px;
  position: absolute;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.profile-main-actions .promo-msg {

  margin-right: 5px;
}

.page-profile .profile-main-actions {

  text-align: right;
}

.page-profile .addon-line {

  padding-left: 170px;
  margin-bottom: 0.3rem;
}

@media only screen and (max-width: 768px) {

  .page-profile .addon-line {

    padding-left: 0;
  }

  .page-profile .profile-main-actions {

    text-align: left;
  }

  .profile-main-actions .promo-msg {

    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.page-profile .fullname-line {

  padding-left: 170px;
  margin-bottom: 0.8rem;
}

.fullname-line h1 {

  font-weight: bold;
  display: inline-block;
  font-size: 17pt;
  margin-bottom: 0;
}

.fullname-line a {

  text-decoration: none;
  color: #6e7687;
}

.page-profile .profile-main-info-container {

  min-height: 42px
}

.card-profile-info .profile-icon {

  width: 3.75rem;
  height: 3.75rem;
  border-radius: 2.75rem;
  display: block;
  max-width: none;
}

.item-info h1 {

  font-size: 1.7rem;
}

.item-info .text-content {

  color: #5a5c61 !important;
  font-size: 1.1rem;
}

.item-info .item-info-block {

  padding: 1rem;
  border-bottom: 1px solid #e9ecef
}

.page-profile .profile-cover {

}

.profile-cover .profile-main-cover {

  padding: 0;
  position: relative;
}

.profile-cover .cover-wrapper {

  padding-top: 300px;
  width: 100%;
  background: #ecf7fe;
  position: relative;
}

.page-profile .profile-cover-img {

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.page-profile .profile-cover-loader {

  position: absolute;
  top: 130px;
  left: 50%;
}

.page-profile .cover-upload-button, .page-profile .photo-upload-button {

  bottom: 10px;
  position: absolute;
  right: 10px;
  opacity: 0.8;
}

.page-profile #cover-upload, .page-profile #photo-upload {

  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  left: 0;
  top: 0;
}

.page-profile .profile-photo-progress, .page-profile .profile-cover-progress {

  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #e9ecef;
  border-radius: 3px;
  display: none;
}

.page-profile .user-link, .page-profile .user-location {

  line-height: 1.75rem;
  font-size: 13pt;
  color: #9aa0ac;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-profile .user-bio {

  line-height: 1.75rem;
  font-size: 13pt;
  color: #9095a1;
}

/* End Profile Page*/

.header-text-message {

  word-break: normal;
  white-space: normal;
  font-size: 0.9rem;
  color: #222;
  font-weight: 400
}

.user-verified-badge {

  color: white;
  text-align: center;
  background: #5890FF;
  width: 17pt;
  height: 17pt;
  border-radius: 17pt;
  font-size: 12pt;
  text-decoration: none;
  display: inline-block;
}

.page-item-view .profile-photo-img {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: auto !important;
  border-radius: 3px;
}


.page-item-view .gallery-item div {
  background-position: center;
  background-size: cover;
}

.items-grid-view .grid-item .card-body {
  padding: 1rem 1rem;
}

.items-grid-view .grid-item .card-img-top-wrapper {

  padding-top: 70%;
}

.items-grid-view .grid-item .item-status {

  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bolder;
  padding: 2px 6px;
  border-radius: 4px;
}

.items-grid-view .grid-item .item-status.inactive {

  background: rgba(0, 0, 0, 0.85);
}

.items-grid-view .grid-item .card-img-top {
  background-size: cover;
  background-position: center;
}

.items-grid-view .grid-item .grid-location h5 {
  color: #9aa0ac !important;
  font-size: 0.85rem;
  font-weight: 400;
}

.items-grid-view .grid-item .grid-title {
  color: #6E7687;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.profile-main-info .profile-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 2.75rem;
  display: block;
}

.currency-label {
  font-size: 11px;
  color: #9aa0ac !important;
}

h1 .currency-label {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.flat_btn {
  padding: 7px 16px 8px 16px;
  margin: 0;
  font-size: 12px;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  vertical-align: top;
  overflow: visible;
  line-height: 13px;
  text-decoration: none;
  text-align: center;
  background: none;
  background-color: transparent;
  color: #3a6d99;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.flat_btn:hover {
  background: #E1E7ED;
  text-decoration: none;
  border: 1px solid #E1E7ED;
}

.btn-add-item {
  color: #fff;
  background-color: #ff983b;
  background-image: none;
  border-color: #ff983b;
}

.btn-add-item:hover {
  color: #fff;
  background-color: #ff8300;
  border-color: #ff8300;
}

.btn-add-item:focus, .btn-add-item.focus {
  box-shadow: 0 0 0 2px #D47C31;
}

.btn-add-item.disabled, .btn-add-item:disabled {
  color: #CA762E;
  background-color: transparent;
}

.btn-add-item:not(:disabled):not(.disabled):active, .btn-add-item:not(:disabled):not(.disabled).active,
.show > .btn-add-item.dropdown-toggle {
  color: #fff;
  background-color: #ff983b;
  border-color: #ff983b;
}

.btn-add-item:not(:disabled):not(.disabled):active:focus, .btn-add-item:not(:disabled):not(.disabled).active:focus,
.show > .btn-add-item.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #D47C31;
}

.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {

  height: 100px;
}

.upload-kit .upload-kit-input {

  width: 100px;
}

.upload-kit .upload-kit-input .drag, .upload-kit .upload-kit-input .add {

  margin-top: -20px;
}

/* Select group */

.select-group-pills {

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.select-group {

  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.select-group-pills .select-group-item {

  margin-right: .5rem;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.select-group-item {

  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.select-group-input {

  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.select-group-pills .select-group-button {

  border-radius: 50% !important;
}

.select-group-button {

  display: block;
  border: 1px solid rgba(0, 30, 100, 0.2);
  text-align: center;
  padding: 8px 13px;
  position: relative;
  cursor: pointer;
  color: #969CA8;
  font-size: 16px;
  line-height: 24px;
  min-width: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-group-input:checked + .select-group-button {

  border-color: #228BE6;
  z-index: 1;
  color: #228BE6;
  background: #EDF2FB;
}

/*  */

/* Google button*/

#gSignInWrapper {

  width: 100%;
  margin-bottom: 20px;
}

#g_custom_btn {
  position: relative;
  width: 100%;
  text-decoration: none !important;
  padding: 9px 27px;
  font-size: 13px;
  border-color: #3B5998;
  border-bottom-color: #263a63;
  background-color: #4285f4;
  color: #fff;
  display: block;
  margin-bottom: 0;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.43;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
}
#g_custom_btn:hover {

  cursor: pointer;
}

#g_custom_btn span.label {

  font-family: serif;
  font-weight: normal;
}

#g_custom_btn span.icon {

  background-image: url(/img/ic_google_logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  position: absolute;
  font-size: 24px;
  top: 9px;
  left: 15px;
  margin-right: 13px;
  width: 18px;
  height: 18px;
}

#g_custom_btn span.buttonText {

  font-size: 13px;
  padding-left: 25px;
}