@charset "UTF-8";
@font-face {
  font-family: RobotoMono-Light;
  src: url("/assets/front/fonts/RobotoMono-Light.ttf");
}
/*----------------------------*/
/* VALIDADOR DE CONTRASEÑAS   */
/*----------------------------*/
LI.invalid {
  background: url(../img/invalid.png) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #ec3f41;
}

LI.valid {
  background: url(../img/valid.png) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #3a7d34;
}

DIV#pswd_info, DIV#login_info {
  position: absolute;
  width: 350px;
  margin-top: 20px;
  padding: 15px;
  background: #fefefe;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  font-size: 14px;
  color: #444;
  z-index: 9999;
}

DIV#pswd_info ul, DIV#pswd_info li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

DIV#pswd_info h4, DIV#login_info h4 {
  font-size: 14px;
  color: #444;
}

DIV#pswd_info::before, DIV#login_info::before {
  content: "▲";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

DIV#pswd_info h4, DIV#login_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu {
  padding: 0 0 0 0;
}

a.dropdown-menu-header {
  background: #f7f9fe;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}

.dropdown-menu > li a {
  padding: 10px 20px;
}

/* -----------------------------------------
   Badge
----------------------------------------- */
.badge {
  padding: 3px 5px 2px;
  position: absolute;
  top: 4px;
  right: 5px;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge-danger {
  background-color: #db5565;
}

/* -----------------------------------------
   Bell Container
----------------------------------------- */
#notify-container {
  float: right;
  padding: 13px;
}

#notify-bell {
  font-size: 18px;
  float: left;
  color: #47648B;
  position: relative;
  top: 4px;
}

#notify-bell:hover {
  transform: scale(1.2);
  color: #9d9d9d;
}

/* -----------------------------------------
   Reloj
----------------------------------------- */
#clock {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: end;
  align-items: center;
  font-family: RobotoMono-Light, "monospace";
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: relative;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

a {
  color: #47598E;
}

a:hover {
  color: #5cb2d3;
}

a:focus {
  color: #5cb2d3;
}

a:active {
  color: #52add0;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
  color: #47598E !important;
}

html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #47598E !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: #47598E;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary,
html .text-secondary {
  color: #7AC0DB !important;
}

html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #7AC0DB !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
  border-color: #7AC0DB;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary,
html .text-tertiary {
  color: #CFCFCF !important;
}

html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #CFCFCF !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
  border-color: #CFCFCF;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary,
html .text-quaternary {
  color: #383f48 !important;
}

html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
  color: #383f48 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
  border-color: #383f48;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
  color: #2e353e !important;
}

html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
  border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light,
html .text-light {
  color: #FFF !important;
}

html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #FFF !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
  border-color: #FFF;
}

html .bg-primary,
html .background-color-primary {
  background-color: #47598E !important;
}

html .bg-secondary,
html .background-color-secondary {
  background-color: #7AC0DB !important;
}

html .bg-tertiary,
html .background-color-tertiary {
  background-color: #CFCFCF !important;
}

html .bg-quaternary,
html .background-color-quaternary {
  background-color: #383f48 !important;
}

html .bg-dark,
html .background-color-dark {
  background-color: #2e353e !important;
}

html .bg-light,
html .background-color-light {
  background-color: #FFF !important;
}

.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #47598E 0%, #7AC0DB 80%);
  color: #FFF;
}

.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #5469a8 0%, #e9807a 80%);
  color: #FFF;
}

.btn-gradient:not(.btn-outline):focus,
.btn-gradient:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(71, 89, 142, 0.5);
}

.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #47598E 0%, #7AC0DB 80%);
}

.btn-gradient:not(.btn-outline):active,
.btn-gradient:not(.btn-outline).active {
  background: linear-gradient(135deg, #3a4975 0%, #dd4238 80%) !important;
  color: #FFF !important;
}

.btn-gradient.btn-outline {
  -o-border-image: linear-gradient(135deg, #47598E 0%, #7AC0DB 80%);
  border-image: linear-gradient(135deg, #47598E 0%, #7AC0DB 80%);
  color: #47598E;
}

.btn-gradient.btn-outline:hover,
.btn-gradient.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #5469a8 0%, #e9807a 80%);
  border-image: linear-gradient(135deg, #5469a8 0%, #e9807a 80%);
  color: #5469a8;
}

.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(71, 89, 142, 0.5);
}

.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #47598E 0%, #7AC0DB 80%);
  border-image: linear-gradient(135deg, #47598E 0%, #7AC0DB 80%);
}

.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #3a4975 0%, #dd4238 80%) !important;
  border-image: linear-gradient(135deg, #3a4975 0%, #dd4238 80%) !important;
  color: #3a4975;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  color: #47598E;
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #47598E transparent transparent transparent;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li > a:focus {
    color: #47598E;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a {
    background: #47598E;
    color: #FFF;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top: 3px solid #47598E;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #47598E;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #000000 transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li > a:focus {
    color: #000000;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.active > a {
    color: #FFF;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #000000 transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li > a:focus {
    color: #000000;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a {
    color: #47598E;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a:before,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a:before,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a:before {
    background-color: #47598E;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #47598E transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top: 3px solid #47598E;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #47598E;
  }
  .header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li.active > a {
    color: #47598E !important;
  }
  .header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    color: #47598E;
  }
  .header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .mega-sub-nav-toggle:not(.toggled):before {
    color: #47598E;
  }
}
@media (max-width: 991px) {
  .header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a,
  .header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a:hover,
  .header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a:focus {
    background-color: #47598E;
  }
  .header-btn-collapse-nav {
    background: #47598E;
    color: #ffffff;
  }
}
.page-header h2 {
  border-bottom-color: #47598E;
}

.page-header .sidebar-right-toggle:hover {
  color: #47598E;
}

ul.nav-main > li.nav-active > a {
  box-shadow: 2px 0 0 #47598E inset;
}

ul.nav-main > li.nav-active > i {
  color: #47598E;
}

ul.nav-main li .nav-children li.nav-active > a {
  color: #7AC0DB;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
  color: #7AC0DB;
  background-color: #efefef;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
  color: #47598E;
}

.nav-pills-primary > li.active > a {
  background-color: #47598E;
}

.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
  background-color: #47598E;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
  background: #47598E;
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
    color: #47598E;
  }
  html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.badge,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.badge {
    background-color: #47598E;
  }
}
@media only screen and (max-width: 1199px) {
  html.boxed .header {
    border-top-color: #47598E;
  }
}
@media only screen and (min-width: 1200px) {
  html.boxed .header {
    border-top-color: #47598E;
  }
  html.boxed .sidebar-right {
    border-top-color: #47598E;
    min-height: 0;
  }
}
.userbox .dropdown-menu a:hover {
  background: #47598E;
}

.mailbox .mailbox-mail-list li.active {
  background: #47598E;
}

.mailbox .mailbox-mail .mailbox-close-mail {
  color: #47598E;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
  color: #0099e6;
}

.mailbox .mailbox-mail .card .card-header .card-actions a:hover {
  color: #47598E;
}

.media-gallery ul.mg-tags > li a:hover {
  background-color: #47598E;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
  background-color: #47598E;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
  background-color: #47598E;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
  box-shadow: 0 0 8px -1px #47598E;
}

.body-sign .card-sign .card-title-sign .title {
  background-color: #47598E;
}

.body-sign .card-sign .card-body {
  border-top-color: #47598E;
}

.body-locked .current-user .user-image {
  border-color: #47598E;
}

.list.list-filter > li a:hover,
.list.list-filter > li a:focus,
.list.list-filter > li a:active {
  border-color: #47598E;
}

.list.list-filter > li a.active {
  background: #47598E;
}

html.modern .dropdown-language + .dropdown-menu .dropdown-item:hover,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:focus {
  color: #47598E;
}

html.modern .dropdown-language + .dropdown-menu .dropdown-item:hover:active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:focus:active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:hover.active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:focus.active {
  background: #47598E !important;
}

html.modern .userbox .profile-picture.profile-picture-as-text {
  background: #47598E;
}

html.modern .userbox.show .dropdown-menu a:hover,
html.modern .userbox.show .dropdown-menu a:hover i {
  color: #47598E;
}

html.modern .userbox.show .dropdown-menu a:hover:active {
  background-color: #47598E !important;
}

html.modern .notifications > li .notification-icon:hover i {
  color: #47598E;
}

html.modern .notifications > li.show .notification-icon i {
  color: #47598E;
}

html.modern .notifications .notification-menu .image.image-as-text {
  background: #47598E;
}

html.modern .notifications .notification-menu .view-more {
  color: #47598E;
}

html.modern ul.nav-main li.nav-active i {
  color: #47598E;
}

html.modern ul.nav-main li .nav-children li.nav-active > a {
  color: #7AC0DB;
}

.ecommerce-timeline .ecommerce-timeline-items-wrapper .ecommerce-timeline-item:after {
  background: #47598E;
  box-shadow: 0px 0px 0px 2px #47598E;
}

.portfolio-item.portfolio-item-new:after {
  background: #47598E;
}

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

blockquote.primary {
  border-color: #47598E;
}

.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
  background-color: #47598E;
}

.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus,
.nav-pills-primary > li .nav-link:hover,
.nav-pills-primary > li .nav-link:focus {
  color: #FFF;
  background-color: #0099e6;
}

.nav-pills-primary > li .nav-link.active {
  color: #FFF;
  background-color: #47598E;
}

.nav-pills-primary > li .active > a,
.nav-pills-primary > li .active > a:hover,
.nav-pills-primary > li .active > a:active,
.nav-pills-primary > li .active > a:focus {
  background-color: #47598E;
}

.nav-link {
  color: #47598E;
}

.nav-link:hover,
.nav-link:focus {
  color: #0099e6;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #47598E;
}

.open > .dropdown-toggle.btn-primary {
  background: #47598E;
  border-color: #0077b3;
}

body .btn-primary.dropdown-toggle {
  border-left-color: #00a3f5;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #47598E;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #47598E;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #33bbff;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #33bbff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(71, 89, 142, 0.6);
}

.form-select:focus {
  border-color: #33bbff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(71, 89, 142, 0.6);
}

.btn-link {
  color: #47598E;
}

.btn-link:hover {
  color: #0099e6;
}

.btn-link:active {
  color: #0077b3;
}

html .btn-primary {
  background-color: #47598E;
  border-color: #47598E #47598E #36446c;
  color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #5469a8;
  border-color: #5b70ad #5b70ad #47598E;
  color: #FFF;
}

html .btn-primary:focus,
html .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(71, 89, 142, 0.5);
  background-color: #47598E;
  border-color: #47598E;
}

html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #47598E;
  border-color: #47598E #47598E #36446c;
}

html .btn-primary:active,
html .btn-primary.active,
.show > html .btn-primary.dropdown-toggle {
  background-color: #3a4975 !important;
  background-image: none !important;
  border-color: #36446c #36446c #252e4a !important;
  box-shadow: 0 0 0 0.2rem rgba(71, 89, 142, 0.5) !important;
}

html .btn-primary-scale-2 {
  background-color: #0077b3;
  border-color: #0077b3 #0077b3 #005580;
  color: #FFF;
}

html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #0090d9;
  border-color: #0099e6 #0099e6 #0077b3;
  color: #FFF;
}

html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(0, 119, 179, 0.5);
  background-color: #0077b3;
  border-color: #0077b3;
}

html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #0077b3;
  border-color: #0077b3 #0077b3 #005580;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active,
.show > html .btn-primary-scale-2.dropdown-toggle {
  background-color: #005d8c !important;
  background-image: none !important;
  border-color: #005580 #005580 #00334d !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 179, 0.5) !important;
}

html .show > .btn-primary.dropdown-toggle {
  background-color: #3a4975;
  background-image: none;
  border-color: #36446c #36446c #252e4a;
}

html .btn-secondary {
  background-color: #7AC0DB;
  border-color: #7AC0DB #7AC0DB #dc372d;
  color: #FFF;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #e9807a;
  border-color: #ea8b85 #ea8b85 #7AC0DB;
  color: #FFF;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
  background-color: #7AC0DB;
  border-color: #7AC0DB;
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #7AC0DB;
  border-color: #7AC0DB #7AC0DB #dc372d;
}

html .btn-secondary:active,
html .btn-secondary.active,
.show > html .btn-secondary.dropdown-toggle {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
  box-shadow: 0 0 0 0.2rem rgba(227, 97, 89, 0.5) !important;
}

html .btn-secondary-scale-2 {
  background-color: #df4c43;
  border-color: #df4c43 #df4c43 #cd2c23;
  color: #FFF;
}

html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #e56b64;
  border-color: #e7766f #e7766f #df4c43;
  color: #FFF;
}

html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(223, 76, 67, 0.5);
  background-color: #df4c43;
  border-color: #df4c43;
}

html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #df4c43;
  border-color: #df4c43 #df4c43 #cd2c23;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active,
.show > html .btn-secondary-scale-2.dropdown-toggle {
  background-color: #d82f24 !important;
  background-image: none !important;
  border-color: #cd2c23 #cd2c23 #a1231b !important;
  box-shadow: 0 0 0 0.2rem rgba(223, 76, 67, 0.5) !important;
}

html .show > .btn-secondary.dropdown-toggle {
  background-color: #dd4238;
  background-image: none;
  border-color: #dc372d #dc372d #b7281f;
}

html .btn-tertiary {
  background-color: #CFCFCF;
  border-color: #CFCFCF #CFCFCF #218388;
  color: #FFF;
}

html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #34c6ce;
  border-color: #3fc9d0 #3fc9d0 #CFCFCF;
  color: #FFF;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
  background-color: #CFCFCF;
  border-color: #CFCFCF;
}

html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #CFCFCF;
  border-color: #CFCFCF #CFCFCF #218388;
}

html .btn-tertiary:active,
html .btn-tertiary.active,
.show > html .btn-tertiary.dropdown-toggle {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
  box-shadow: 0 0 0 0.2rem rgba(43, 170, 177, 0.5) !important;
}

html .btn-tertiary-scale-2 {
  background-color: #26969c;
  border-color: #26969c #26969c #1c6f73;
  color: #FFF;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #2db4bb;
  border-color: #30bec6 #30bec6 #26969c;
  color: #FFF;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(38, 150, 156, 0.5);
  background-color: #26969c;
  border-color: #26969c;
}

html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #26969c;
  border-color: #26969c #26969c #1c6f73;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active,
.show > html .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #1f797e !important;
  background-image: none !important;
  border-color: #1c6f73 #1c6f73 #12474a !important;
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 156, 0.5) !important;
}

html .show > .btn-tertiary.dropdown-toggle {
  background-color: #248c92;
  background-image: none;
  border-color: #218388 #218388 #175b5f;
}

html .btn-quaternary {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  color: #FFF;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #49525e;
  border-color: #4e5865 #4e5865 #383f48;
  color: #FFF;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
  background-color: #383f48;
  border-color: #383f48;
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}

html .btn-quaternary:active,
html .btn-quaternary.active,
.show > html .btn-quaternary.dropdown-toggle {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
  box-shadow: 0 0 0 0.2rem rgba(56, 63, 72, 0.5) !important;
}

html .btn-quaternary-scale-2 {
  background-color: #2d323a;
  border-color: #2d323a #2d323a #17191d;
  color: #FFF;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #3e454f;
  border-color: #434c56 #434c56 #2d323a;
  color: #FFF;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(45, 50, 58, 0.5);
  background-color: #2d323a;
  border-color: #2d323a;
}

html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #2d323a;
  border-color: #2d323a #2d323a #17191d;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active,
.show > html .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #1c2024 !important;
  background-image: none !important;
  border-color: #17191d #17191d #000000 !important;
  box-shadow: 0 0 0 0.2rem rgba(45, 50, 58, 0.5) !important;
}

html .show > .btn-quaternary.dropdown-toggle {
  background-color: #272c32;
  background-image: none;
  border-color: #22262b #22262b #0b0d0f;
}

html .btn-dark {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
  color: #FFF;
}

html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #3e4854;
  border-color: #444e5b #444e5b #2e353e;
  color: #FFF;
}

html .btn-dark:focus,
html .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
  background-color: #2e353e;
  border-color: #2e353e;
}

html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:active,
html .btn-dark.active,
.show > html .btn-dark.dropdown-toggle {
  background-color: #1e2228 !important;
  background-image: none !important;
  border-color: #181c21 #181c21 #030303 !important;
  box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}

html .btn-dark-scale-2 {
  background-color: #23282f;
  border-color: #23282f #23282f #0d0f12;
  color: #FFF;
}

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #333b45;
  border-color: #39424d #39424d #23282f;
  color: #FFF;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(35, 40, 47, 0.5);
  background-color: #23282f;
  border-color: #23282f;
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #23282f;
  border-color: #23282f #23282f #0d0f12;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active,
.show > html .btn-dark-scale-2.dropdown-toggle {
  background-color: #131619 !important;
  background-image: none !important;
  border-color: #0d0f12 #0d0f12 #000000 !important;
  box-shadow: 0 0 0 0.2rem rgba(35, 40, 47, 0.5) !important;
}

html .show > .btn-dark.dropdown-toggle {
  background-color: #1e2228;
  background-image: none;
  border-color: #181c21 #181c21 #030303;
}

html .btn-light {
  background-color: #FFF;
  border-color: #FFF #FFF #e6e6e6;
  color: #777;
}

html .btn-light:hover,
html .btn-light.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #FFF;
  color: #777;
}

html .btn-light:focus,
html .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  background-color: #FFF;
  border-color: #FFF;
}

html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #FFF;
  border-color: #FFF #FFF #e6e6e6;
}

html .btn-light:active,
html .btn-light.active,
.show > html .btn-light.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

html .btn-light-scale-2 {
  background-color: #f2f2f2;
  border-color: #f2f2f2 #f2f2f2 #d9d9d9;
  color: #777;
}

html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #f2f2f2;
  color: #777;
}

html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
  background-color: #f2f2f2;
  border-color: #f2f2f2 #f2f2f2 #d9d9d9;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2.active,
.show > html .btn-light-scale-2.dropdown-toggle {
  background-color: #dfdfdf !important;
  background-image: none !important;
  border-color: #d9d9d9 #d9d9d9 #bfbfbf !important;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5) !important;
}

html .show > .btn-light.dropdown-toggle {
  background-color: #ececec;
  background-image: none;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #47598E;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #47598E !important;
  border-color: #47598E;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #47598E;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #47598E;
  border-color: #47598E;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #47598E;
  border-color: #47598E #47598E #36446c;
  color: #fff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #5469a8;
  border-color: #00aaff #00aaff #47598E;
  color: #fff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  box-shadow: 0 0 0 3px rgba(71, 89, 142, 0.5);
  background-color: #47598E;
  border-color: #47598E;
}

.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #47598E;
  border-color: #47598E #47598E #36446c;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active,
.show > .pagination > .active > a.dropdown-toggle,
.show > body.dark .pagination > .active > a.dropdown-toggle {
  background-color: #3a4975 !important;
  background-image: none !important;
  border-color: #36446c #36446c #252e4a !important;
  box-shadow: 0 0 0 0.2rem rgba(71, 89, 142, 0.5) !important;
}

.switch.switch-primary .ios-switch .on-background {
  background: #47598E;
}

.badge-primary {
  background: #47598E;
}

.badge-tertiary {
  background: #CFCFCF;
}

.alternative-font {
  color: #47598E;
}

.highlight {
  background-color: #47598E;
}

p.drop-caps:first-letter {
  color: #47598E;
}

p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #47598E;
}

.form-control:focus {
  border-color: #33bbff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(71, 89, 142, 0.3);
}

.header .toggle-sidebar-left {
  background: #47598E;
}

.fc .fc-toolbar h2:before {
  color: #47598E;
}

.fc .fc-toolbar .fc-button.fc-state-active {
  background-color: #47598E;
}

.fc .fc-day-grid-container {
  height: auto !important;
}

.fc-event {
  background: #47598E;
  border-color: #47598E;
}

.fc-event.fc-event-primary {
  background: #47598E;
  border-color: #47598E;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  background: #47598E;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
  color: #47598E;
}

.timeline .tm-items > li .tm-icon {
  border-color: #47598E;
  color: #47598E;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
  background: #47598E;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #47598E;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
  background: #47598E;
  box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #47598E;
}

.pricing-table .most-popular {
  border-color: #47598E;
}

.pricing-table .most-popular h3 {
  background-color: #47598E;
}

.pricing-table.princig-table-flat .plan h3 {
  background-color: #47598E;
}

.pricing-table.princig-table-flat .plan h3 span {
  background: #47598E;
}

.dataTables_processing {
  background-color: #47598E;
}

.accordion .card-header a {
  color: #47598E;
}

html .accordion.accordion-primary .card-header {
  background-color: #47598E !important;
}

html .accordion.accordion-primary .card-header a {
  color: #FFF;
}

html .accordion.accordion-secondary .card-header {
  background-color: #7AC0DB !important;
}

html .accordion.accordion-secondary .card-header a {
  color: #FFF;
}

html .accordion.accordion-tertiary .card-header {
  background-color: #CFCFCF !important;
}

html .accordion.accordion-tertiary .card-header a {
  color: #FFF;
}

html .accordion.accordion-quaternary .card-header {
  background-color: #383f48 !important;
}

html .accordion.accordion-quaternary .card-header a {
  color: #FFF;
}

html .accordion.accordion-dark .card-header {
  background-color: #2e353e !important;
}

html .accordion.accordion-dark .card-header a {
  color: #FFF;
}

html .accordion.accordion-light .card-header {
  background-color: #FFF !important;
}

html .accordion.accordion-light .card-header a {
  color: #777;
}

html .toggle-primary .toggle label {
  color: #47598E;
  border-left-color: #47598E;
  border-right-color: #47598E;
}

html .toggle-primary .toggle.active > label {
  background-color: #47598E !important;
  border-color: #47598E;
  color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #47598E;
}

html .toggle-secondary .toggle label {
  color: #7AC0DB;
  border-left-color: #7AC0DB;
  border-right-color: #7AC0DB;
}

html .toggle-secondary .toggle.active > label {
  background-color: #7AC0DB !important;
  border-color: #7AC0DB;
  color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #7AC0DB;
}

html .toggle-tertiary .toggle label {
  color: #CFCFCF;
  border-left-color: #CFCFCF;
  border-right-color: #CFCFCF;
}

html .toggle-tertiary .toggle.active > label {
  background-color: #CFCFCF !important;
  border-color: #CFCFCF;
  color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #CFCFCF;
}

html .toggle-quaternary .toggle label {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}

html .toggle-quaternary .toggle.active > label {
  background-color: #383f48 !important;
  border-color: #383f48;
  color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #383f48;
}

html .toggle-dark .toggle label {
  color: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
  background-color: #2e353e !important;
  border-color: #2e353e;
  color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #2e353e;
}

html .toggle-light .toggle label {
  color: #FFF;
  border-left-color: #FFF;
  border-right-color: #FFF;
}

html .toggle-light .toggle.active > label {
  background-color: #FFF !important;
  border-color: #FFF;
  color: #777;
}

html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #FFF;
}

.alert-primary {
  background-color: #47598E;
  border-color: #007ebd;
}

.alert-primary .alert-link {
  color: #252e4a;
}

.dd-handle:hover {
  color: #47598E !important;
}

.dd-placeholder {
  background: #e6f7ff;
  border-color: #47598E;
}

.card-highlight .card-header {
  background-color: #47598E;
  border-color: #47598E;
}

.card-highlight .card-body {
  background-color: #47598E;
}

html .card-primary .card-header {
  background: #47598E;
  border-color: #47598E;
}

html .card-featured-primary {
  border-color: #47598E;
}

html .card-featured-primary .card-title {
  color: #47598E;
}

html .card-group .card-accordion-primary {
  background: #47598E;
}

html .card-secondary .card-header {
  background: #7AC0DB;
  border-color: #7AC0DB;
}

html .card-featured-secondary {
  border-color: #7AC0DB;
}

html .card-featured-secondary .card-title {
  color: #7AC0DB;
}

html .card-group .card-accordion-secondary {
  background: #7AC0DB;
}

html .card-tertiary .card-header {
  background: #CFCFCF;
  border-color: #CFCFCF;
}

html .card-featured-tertiary {
  border-color: #CFCFCF;
}

html .card-featured-tertiary .card-title {
  color: #CFCFCF;
}

html .card-group .card-accordion-tertiary {
  background: #CFCFCF;
}

html .card-quaternary .card-header {
  background: #383f48;
  border-color: #383f48;
}

html .card-featured-quaternary {
  border-color: #383f48;
}

html .card-featured-quaternary .card-title {
  color: #383f48;
}

html .card-group .card-accordion-quaternary {
  background: #383f48;
}

html .card-dark .card-header {
  background: #2e353e;
  border-color: #2e353e;
}

html .card-featured-dark {
  border-color: #2e353e;
}

html .card-featured-dark .card-title {
  color: #2e353e;
}

html .card-group .card-accordion-dark {
  background: #2e353e;
}

html .card-light .card-header {
  background: #FFF;
  border-color: #FFF;
}

html .card-featured-light {
  border-color: #FFF;
}

html .card-featured-light .card-title {
  color: #FFF;
}

html .card-group .card-accordion-light {
  background: #FFF;
}

.progress-bar {
  background-color: #47598E;
}

.progress .progress-bar-primary {
  background-color: #47598E;
}

.toggle label {
  border-left-color: #47598E;
  color: #47598E;
}

.toggle.active > label {
  background: #47598E !important;
  border-color: #47598E;
}

.jstree-default .jstree-hovered {
  background-color: #e6f7ff !important;
}

.jstree-default .jstree-clicked {
  background-color: #b3e5ff !important;
}

.jstree-default .colored {
  color: #47598E !important;
}

.jstree-default .colored .jstree-icon {
  color: #47598E !important;
}

.jstree-default .colored-icon .jstree-icon {
  color: #47598E !important;
}

.sidebar-widget.widget-tasks ul li:before {
  border-color: #47598E;
}

.widget-twitter-profile {
  background-color: #47598E;
}

.widget-twitter-profile .profile-quote {
  background-color: #0096e0;
}

.widget-twitter-profile .profile-quote .quote-footer {
  border-top-color: rgba(0, 170, 255, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
  border-top-color: rgba(0, 170, 255, 0.7);
}

.thumb-info .thumb-info-type {
  background-color: #47598E;
}

.social-icons-list a {
  background: #47598E;
}

.notifications .notification-menu .notification-title {
  background: #47598E;
}

.notifications .notification-menu .notification-title .badge-default {
  background-color: #36446c;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
  border-bottom-color: #47598E;
}

.ui-pnotify .notification-primary {
  background: rgba(71, 89, 142, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
  background: #47598E;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
  background: rgba(71, 89, 142, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
  background: #47598E;
}

.modal-block-primary .fa,
.modal-block-primary .fab,
.modal-block-primary .fal,
.modal-block-primary .far,
.modal-block-primary .fas {
  color: #47598E;
}

.modal-block-primary.modal-header-color .card-header {
  background-color: #47598E;
}

.modal-block-primary.modal-full-color .card {
  background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .card-header {
  background-color: #47598E;
}

.modal-block-primary.modal-full-color .card-footer {
  background-color: #00a3f5;
}

.modal-block-primary .modal-icon .fa,
.modal-block-primary .modal-icon .fab,
.modal-block-primary .modal-icon .fal,
.modal-block-primary .modal-icon .far,
.modal-block-primary .modal-icon .fas {
  color: #47598E;
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover {
  color: #47598E;
}

html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus {
  border-top-color: #47598E;
}

html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  border-top-color: #47598E;
  color: #47598E;
}

html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #47598E;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #47598E;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
  border-left-color: #47598E;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
  border-right-color: #47598E;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #47598E;
  color: #47598E;
}

html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #47598E;
}

html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #47598E;
}

html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #47598E;
  color: #47598E;
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #47598E;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #47598E;
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #47598E;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #47598E;
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #47598E;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #47598E;
}

html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  color: #7AC0DB;
}

html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #7AC0DB;
}

html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #7AC0DB;
  color: #7AC0DB;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #7AC0DB;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #7AC0DB;
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #7AC0DB;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #7AC0DB;
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #7AC0DB;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #7AC0DB;
}

html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  color: #CFCFCF;
}

html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #CFCFCF;
}

html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #CFCFCF;
  color: #CFCFCF;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #CFCFCF;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #CFCFCF;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #CFCFCF;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #CFCFCF;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #CFCFCF;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #CFCFCF;
}

html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  color: #383f48;
}

html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #383f48;
}

html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #383f48;
  color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #383f48;
}

html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  color: #2e353e;
}

html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #2e353e;
  color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  color: #FFF;
}

html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #FFF;
}

html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #FFF;
  color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #FFF;
}

.tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
  background: #47598E;
}

.tab-navigation nav > ul > li > ul > li.nav-active > a {
  color: #47598E !important;
}

.tab-navigation nav > ul > li > ul > li .dropdown-menu li.nav-active > a {
  color: #47598E !important;
}

html.has-tab-navigation .toggle-menu {
  background: #47598E;
}

.search-content .search-toolbar .nav-pills li.active a {
  color: #47598E;
  border-bottom-color: #47598E;
}

.search-results-list .result-thumb .fa,
.search-results-list .result-thumb .fab,
.search-results-list .result-thumb .fal,
.search-results-list .result-thumb .far,
.search-results-list .result-thumb .fas {
  background: #47598E;
}

.scrollable.colored-slider .scrollable-slider {
  background: #47598E;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
  color: #47598E;
  border-bottom-color: #47598E;
}

.bootstrap-timepicker-widget table td a:hover {
  background-color: #47598E;
}

#nprogress .bar {
  background: #47598E;
}

#nprogress .peg {
  box-shadow: 0 0 10px 1px #47598E, 0 0 5px #47598E;
}

.img-thumbnail .zoom {
  background: #47598E;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0074ad;
}

.owl-theme .owl-nav [class*=owl-] {
  background: #47598E;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #009ceb;
}

.ct-chart .tooltip {
  background: #47598E;
}

.ct-chart .tooltip:after {
  border-top-color: #47598E;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
  stroke: #47598E;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
  fill: #47598E;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
  stroke: #005580;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
  fill: #005580;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #005580;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
  fill: #005580;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
  stroke: #1ab2ff;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
  fill: #1ab2ff;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
  stroke: #00111a;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
  fill: #00111a;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
  stroke: #80d4ff;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
  fill: #80d4ff;
}

.call-to-action.call-to-action-primary {
  background-color: #47598E;
}

ul.simple-bullet-list li:before {
  border-color: #47598E;
}

.simple-card-list li.primary {
  background: #47598E;
}

.simple-todo-list li.completed:before {
  color: #47598E;
}

.bootstrap-tagsinput .badge {
  background: #47598E;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
  background: #47598E;
  border-color: #0077b3;
}

html.dark .checkbox-text-primary input[type=checkbox]:checked + label:after,
.checkbox-text-primary input[type=checkbox]:checked + label:after {
  color: #47598E;
}

html.dark .radio-primary input[type=radio]:checked + label:after,
.radio-primary input[type=radio]:checked + label:after {
  background: #47598E;
  box-shadow: 0px 0px 1px #47598E;
}

.switch.switch-primary .ios-switch .on-background {
  background: #47598E;
}

.progress-bar {
  background-color: #47598E;
}

.progress .progress-bar-primary {
  background-color: #47598E;
}

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
  background: #47598E;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
  background-image: linear-gradient(to left, #00aaff 0, #47598E 50%, #36446c 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
  background-image: linear-gradient(to right, #00aaff 0, #47598E 50%, #36446c 100%);
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #47598E;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
  background: #47598E;
}

.datepicker table thead tr:last-child th:hover {
  color: #47598E;
}

.datepicker table tbody tr td.day:hover {
  background: #47598E;
}

.datepicker table tbody tr td.day.active {
  background: #36446c;
}

html:not(.sidebar-light) .datepicker.datepicker-dark {
  background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
  background: #47598E;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
  background: #36446c;
}

.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #47598E;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #36446c;
}

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #0099e6;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #47598E;
  color: #FFF;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #47598E;
}

.wizard-steps > li.active .badge {
  background-color: #47598E;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
  border-top-color: #47598E;
}

.wizard-tabs ul > li.active .badge {
  background-color: #47598E;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  background: #47598E;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  border-color: #47598E;
  background: #47598E;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  color: #47598E;
  border-color: #47598E;
}

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #47598E !important;
}

.dataTables_processing {
  background-color: #47598E;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #47598E;
}

.multiselect-container > .active > a,
.multiselect-container > .active > a:hover,
.multiselect-container > .active > a:focus {
  background-color: #47598E;
}

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

/* Utilities */
.letter-spacing-1 {
  letter-spacing: 0.1px;
}

.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-wrap-balance {
  text-wrap: balance;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fs-7 {
  font-size: 0.75rem !important;
}

.fs-7-5 {
  font-size: 0.65rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.25rem !important;
}

.video-placeholder-container {
  min-height: 150px;
  background-color: #DFE7F5;
  border: 1px solid #3879AE;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (width <= 768px) {
  .video-placeholder-container {
    max-width: 100%;
    min-height: 155px;
    height: 100%;
  }
}

.video-content {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  /* height: 149px; */
  /* @media (width <= 425px) {
      width: 100%;
      height: 100%;
  }
  */
}

.video-placeholder-title {
  color: #3879AE;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (width <= 425px) {
  .video-placeholder-title {
    font-size: 1.25rem;
  }
}

.video-placeholder-title-2 {
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (width <= 425px) {
  .video-placeholder-title-2 {
    font-size: 1.25rem;
  }
}

.video-placeholder-icon {
  font-size: 3rem;
  color: #3879AE;
}

.custom-progress {
  background: #FAFAFA;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
  border-radius: 25px;
  height: 20px;
  overflow: visible;
}

.bg-light-green {
  background-color: #B2D799;
}

.course-completed {
  color: #7BB651;
}

.medal-color {
  color: #BC9200;
}

body.img-background {
  background-image: url(../img/background-login.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}

/* PAGE FOOTER */
.content-body.card-margin .page-footer {
  margin-bottom: 5px;
}

/* Layout Base - Page Footer */
.page-footer {
  background: #47598E;
  border-bottom: none;
  border-left: 1px solid #3A3A3A;
  box-shadow: 1px 3px 0 1px #CCCCCC;
  height: 50px;
  margin: -40px -40px 40px -40px;
  padding: 0;
}

/* Layout Fixed */
@media only screen and (min-width: 768px) {
  /* Layout Fixed - Page footer */
  html.fixed .page-footer {
    left: 300px;
    margin: 0;
    margin-left: 300px;
    right: 0;
    bottom: 0;
  }
  html.fixed.has-top-menu:not(.has-left-sidebar-half) .page-footer {
    left: 0;
    margin-left: 0;
  }
  /* Layout Fixed - Sidebar Left Collapsed */
  html.fixed.sidebar-left-collapsed .page-footer {
    left: 73px;
    margin-left: 73px;
  }
  /* Layout Fixed - Sidebar Right Opened */
  html.fixed.sidebar-right-opened .page-footer {
    left: 0;
    margin-left: 0;
    margin-right: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer {
    margin: 0 -15px 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* Layout Fixed - Page header */
  html.fixed.sidebar-left-sm .page-footer {
    left: 250px;
    margin-left: 250px;
  }
  /* Layout Fixed - Sidebar Right Opened */
  html.fixed.sidebar-left-sm.sidebar-right-opened .page-footer {
    left: 0;
    margin-left: 0;
  }
  /* Layout Fixed - Sidebar Left Collapsed */
  html.fixed.sidebar-left-collapsed .page-footer {
    left: 73px;
    margin-left: 73px;
  }
}
@media only screen and (min-width: 768px) {
  /* Layout Fixed - Page header */
  html.fixed.sidebar-left-xs .page-footer {
    left: 200px;
    margin-left: 200px;
  }
  /* Layout Fixed - Sidebar Right Opened */
  html.fixed.sidebar-left-xs.sidebar-right-opened .page-footer {
    left: 0;
    margin-left: 0;
  }
  /* Layout Fixed - Sidebar Left Collapsed */
  html.fixed.sidebar-left-collapsed .page-footer {
    left: 73px;
    margin-left: 73px;
  }
}
html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .page-footer, html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .inner-menu {
  left: 152px;
  margin-left: 152px;
}

html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .page-footer, html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .inner-menu, html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .inner-menu-toggle {
  left: 55px;
  margin-left: 55px;
}

@media only screen and (min-width: 768px) {
  html.left-sidebar-panel.fixed .page-footer {
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
  }
  html.left-sidebar-panel.fixed.sidebar-right-opened .page-footer {
    margin-right: 0;
  }
}
/* Page Footer */
.page-footer {
  z-index: 1001;
  /* Left Breadcumb */
  /* Left Inline Breadcrumb */
  /* Mobile */
}

.page-footer h2 {
  color: #FFF;
  box-sizing: content-box;
  display: inline-block;
  float: left;
  height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 50px;
  margin: 0 0 0 -1px;
  padding: 0 22px 0 20px;
}

.page-footer p {
  color: #FFF;
  box-sizing: content-box;
  display: inline-block;
  float: left;
  height: 50px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 50px;
  margin: 0 0 0 -1px;
  padding: 0 22px 0 20px;
}

.page-footer .breadcrumbs {
  display: inline-block;
  font-size: 0;
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.page-footer .breadcrumbs li {
  color: #C3C3C3;
  display: inline-block;
  font-weight: 300;
}

.page-footer .breadcrumbs li:after {
  content: "/";
  display: inline-block;
  font-size: 13.6px;
  font-size: 0.85rem;
  margin: 0 10px;
  vertical-align: middle;
}

.page-footer .breadcrumbs li:last-child:after {
  display: none;
}

.page-footer .breadcrumbs .fa-home {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.page-footer .breadcrumbs i {
  vertical-align: middle;
}

.page-footer .breadcrumbs a,
.page-footer .breadcrumbs span {
  color: #C3C3C3;
  display: inline-block;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 20px;
  vertical-align: middle;
}

.page-footer .sidebar-right-toggle {
  cursor: pointer;
  color: #C3C3C3;
  display: inline-block;
  font-size: 17px;
  margin: 0 0 0 10px;
  height: 50px;
  width: 50px;
  vertical-align: top;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.page-footer .sidebar-right-toggle i {
  line-height: 53px;
  vertical-align: middle;
}

.page-footer .sidebar-right-toggle:hover {
  color: #CCC;
}

.page-footer.page-footer-left-breadcrumb {
  position: relative;
  background: transparent !important;
  height: auto;
  top: 3px;
  margin: 0 0 15px;
  padding-left: 8px;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 0;
}

.page-footer.page-footer-left-breadcrumb h2 {
  float: none;
  height: 40px;
  line-height: 30px;
  color: #33353F;
  padding: 0;
  border: 0;
}

.page-footer.page-footer-left-breadcrumb p {
  float: none;
  height: 40px;
  line-height: 30px;
  color: #33353F;
  padding: 0;
  border: 0;
}

.page-footer.page-footer-left-breadcrumb .right-wrapper {
  float: none;
  padding-left: 0;
}

.page-footer.page-footer-left-breadcrumb .breadcrumbs {
  margin-top: -10px;
  line-height: 30px;
}

.page-footer.page-footer-left-breadcrumb .breadcrumbs a, .page-footer.page-footer-left-breadcrumb .breadcrumbs span {
  color: #757677;
}

.page-footer.page-footer-left-breadcrumb .sidebar-right-toggle {
  position: absolute;
  top: 30%;
  right: -25px;
  color: #33353F;
  transform: translateY(-50%);
}

.page-footer.page-footer-left-inline-breadcrumb {
  display: flex;
  align-items: center;
  background: transparent;
  height: auto;
  padding: 25px 25px 0;
  margin-bottom: 20px;
  border: 0;
  box-shadow: none;
}

.page-footer.page-footer-left-inline-breadcrumb h2 {
  flex: 0 0 auto;
  border: 0;
  color: #33353F;
}

.page-footer.page-footer-left-inline-breadcrumb p {
  flex: 0 0 auto;
  border: 0;
  color: #33353F;
}

.page-footer.page-footer-left-inline-breadcrumb .breadcrumbs li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9.6px;
  font-size: 0.6rem;
}

.page-footer.page-footer-left-inline-breadcrumb .breadcrumbs a, .page-footer.page-footer-left-inline-breadcrumb .breadcrumbs span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #757677;
  text-transform: uppercase;
}

.page-footer.page-footer-left-inline-breadcrumb .right-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .page-footer.page-footer-left-inline-breadcrumb {
    flex-wrap: wrap;
  }
  .page-footer.page-footer-left-inline-breadcrumb .right-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .page-footer .page-footer-left-breadcrumb {
    margin-top: 15px;
  }
  .page-footer .page-footer-left-breadcrumb .sidebar-right-toggle {
    right: -15px;
  }
  .page-footer.page-footer-left-inline-breadcrumb {
    padding-left: 0;
  }
}
html.modern.fixed .page-footer.page-footer-left-inline-breadcrumb {
  background: #f5f5f8;
  padding-bottom: 12px;
}

@media (max-width: 991px) and (min-width: 768px) {
  html.fixed .page-footer.page-footer-left-inline-breadcrumb + .ecommerce-form, html.fixed .page-footer.page-footer-left-inline-breadcrumb + .row {
    margin-top: 50px;
  }
}
/* Footer Dark - Page Footer */
html.dark .page-footer,
html.header-dark .page-footer {
  border-left-color: #47598E;
  box-shadow: 1px 3px 0 1px #2f3139;
}

/* Sidebar Light- Page Footer */
html.sidebar-light:not(.dark) .page-footer {
  border-left-color: #e6e6e6;
  background: #f6f6f6;
  box-shadow: 1px 3px 0 1px #e2e3e6;
}

html.sidebar-light:not(.dark) .page-footer h2 {
  color: #333;
}

html.sidebar-light:not(.dark) .page-footer p {
  color: #333;
}

html.sidebar-light:not(.dark) .page-footer .breadcrumbs a,
html.sidebar-light:not(.dark) .page-footer .breadcrumbs span {
  color: #333;
}

html.sidebar-light:not(.dark) .page-footer .sidebar-right-toggle i {
  color: #333;
}

html.sidebar-right-opened .page-footer .sidebar-right-toggle i:before {
  content: "\f054";
}

/* Page Footer - Mobile */
@media only screen and (max-width: 767px) {
  .page-footer {
    padding-right: 80px;
  }
  .page-footer .breadcrumbs {
    display: none;
  }
  .page-footer h2 {
    font-size: 16px;
    padding: 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .page-footer p {
    font-size: 12px;
    padding: 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .page-footer .sidebar-right-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
}
html.ie .page-footer {
  /* Left Breadcumb */
}

html.ie .page-footer.page-footer-left-breadcrumb h2 {
  float: left;
}

html.ie .page-footer.page-footer-left-breadcrumb p {
  float: left;
}

html.has-tab-navigation .page-footer {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 10px 0;
}

html.has-tab-navigation .page-footer .breadcrumbs a,
html.has-tab-navigation .page-footer .breadcrumbs span {
  font-size: 13px;
}

html.has-tab-navigation.dark .page-footer h2 {
  color: #FFF;
}

html.has-tab-navigation.dark .page-footer p {
  color: #FFF;
}

.eye-password {
  position: absolute;
  right: 50px;
  bottom: 12px;
  cursor: pointer;
  width: 1.2rem;
  z-index: 9;
}

.eye-password2 {
  position: absolute;
  bottom: 10px;
  right: 35px;
  cursor: pointer;
  width: 1.2rem;
  z-index: 9;
}

::-ms-reveal {
  display: none !important;
}

/* PAGE FOOTER END */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

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

.questions-size {
  font-size: 16px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.custom-badge {
  padding: 10px;
  border-radius: 7px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.custom-badge-success {
  background-color: #38C172;
}

.custom-badge-warning {
  background-color: #FFED4A;
}

.header {
  background-color: #47598E !important;
}
