﻿@font-face {
  font-family: "Gotham HTF Book)";
  src: url("https://db.onlinewebfonts.comw/t/1af7207b68ef04bc4e453e0aa814e986.eot");
  src:
    url("https://db.onlinewebfonts.com/t/1af7207b68ef04bc4e453e0aa814e986.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1af7207b68ef04bc4e453e0aa814e986.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/1af7207b68ef04bc4e453e0aa814e986.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/1af7207b68ef04bc4e453e0aa814e986.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/1af7207b68ef04bc4e453e0aa814e986.svg#Gotham HTF Book)")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 14px;
  font-family: "Gotham Book", sans-serif;
  color: #575756 !important;
}
.login-image {
  width: 100%;
  height: 100vh;
  padding-left: 0.7rem;
}
.active-element {
  color: #8181a5;
  background-color: rgba(0, 85, 184, 0.16);
}
.genkos-label-center {
  display: flex;
  justify-content: center;
}
.genkos-code-container {
  display: flex;
  justify-content: center;
  line-height: 0.7;
}
.genkos-h2-inline {
  display: inline-block;
  font-size: 30px !important;
}
.genkos-item-container {
  display: flex;
  justify-content: center;
  margin-top: 3px;
  margin-bottom: 3px;
}
.genkos-font-18 {
  font-size: 18px;
}
.genkos-colorLetra {
  color: #3d5da8;
}
.genkos-colorNumero {
  color: #737373;
}
.genkos-summary-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: larger;
}
.genkos-summary-label {
  display: flex;
  justify-content: center;
  font-size: larger;
}
.genkos-text-center {
  text-align: center;
}
.genkos-center {
  text-align: center;
}
.genkos-loading-img {
  width: 40px;
  height: 40px;
}
#GFSModal .modal-dialog {
  white-space: normal !important;
}

.loading-spinner-no-backdrop {
  position: relative;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid #eff3fe;
  border-right: 6px solid #eff3fe;
  border-bottom: 6px solid #eff3fe;
  border-top: 6px solid #0055b8;
  border-radius: 100%;
}
.backdrop-spinner {
  z-index: 200 !important;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.bg-gradient-default {
  background-color: #fff;
  background-size: cover;
}
.sidebar-dark {
  position: fixed;
  display: none;
  background-color: #fff;
  z-index: 2;
  border-right: 1px solid #0055b8;
}
.sidebar-dark .sidebar-brand {
  background-color: #fff;
  color: #fff;
}
.sidebar-dark .sidebar-user-profile {
  padding: 0;
  text-align: center;
}
.sidebar-dark .sidebar-user-profile .img-profile {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.sidebar-dark .sidebar-user-profile .name-profile {
  font-weight: bold;
  color: #0055b8;
  font-size: 11px;
  display: block;
  margin-bottom: 10px;
}
.sidebar-dark hr.sidebar-divider {
  width: 100%;
  margin: 0;
  border-top: 1px solid #eee;
}
.sidebar-dark .nav-item {
  color: #8181a5;
  font-size: 14px;
}
.sidebar-dark .nav-item .nav-link {
  color: #8181a5;
  padding: 0.3rem 0;
}
.sidebar-dark .nav-item .nav-link i {
  font-size: 25px;
  color: inherit;
  margin-right: 0.8em;
  margin-left: 1em;
}
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
  font-size: 14px;
  font-stretch: normal;
  font-weight: bold;
  color: #8181a5;
  background-color: rgba(0, 85, 184, 0.16);
  border-right: 5px solid #0055b8;
}
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
  color: #0055b8;
}
.sidebar-dark .nav-item.active .nav-link {
  font-size: 14px;
  font-stretch: normal;
  font-weight: bold;
  color: #8181a5;
}
.sidebar-dark .nav-item.active .nav-link i {
  color: #0055b8;
}
.sidebar-dark .nav-item-active {
  font-size: 14px;
  font-stretch: normal;
  font-weight: bold;
  color: #8181a5;
  background-color: rgba(0, 85, 184, 0.16);
  border-right: 5px solid #0055b8;
}
.sidebar-dark .nav-item-active i {
  color: #0055b8;
}
.sidebar-dark .exchange-rate-row {
  display: flex;
  background-color: rgba(0, 85, 184, 0.03);
}
.sidebar-dark .exchange-rate-row .exchange-rate-item {
  flex: 50%;
  text-align: center;
  height: 100%;
  padding: 15px 0;
}
.sidebar-dark .exchange-rate-row .exchange-rate-item:first-child {
  border-right: 1px solid #eee;
}
.sidebar-dark .exchange-rate-row .exchange-rate-item b {
  color: #575756;
}
.sidebar-dark .exchange-rate-row .exchange-rate-item span {
  font-size: 12px;
  font-stretch: normal;
  font-weight: normal;
  color: #575756;
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sidebar-user-profile {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .sidebar {
    width: 16rem !important;
    display: block;
    position: initial;
    border-right: 0;
  }
  .sidebar .nav-item .nav-link {
    width: 16rem;
    padding: 0.8rem 1rem 0.8rem 0;
  }
  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapsing {
    margin: 0;
  }
  .sidebar .nav-item .collapse .collapse-inner,
  .sidebar .nav-item .collapsing .collapse-inner {
    margin: 0;
    padding: 0.3em 0;
  }
  .sidebar .nav-item .collapse .collapse-inner .collapse-item,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    background-color: rgba(0, 85, 184, 0.16);
    margin: 0 0 0.1em 0;
    padding: 0.8rem 4.5rem;
    border-radius: 0;
  }
  .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: rgba(0, 85, 184, 0.16);
  }
  .sidebar .nav-item .collapse .collapse-inner .collapse-item-active,
  .sidebar .nav-item .collapsing .collapse-inner .collapse-item-active {
    border-right: 5px solid #0055b8;
  }
  .sidebar .nav-item .nav-link[data-bs-toggle="collapse"]::after {
    color: #1c1d21 !important;
    font-family: "Line Awesome Free", sans-serif;
    margin-top: 0.6em;
  }
  .sidebar-dark .nav-item .nav-link {
    width: 16rem;
  }
  .sidebar-dark .sidebar-user-profile {
    padding: 10px 25px 20px 25px;
    text-align: center;
  }
  .sidebar-dark .sidebar-user-profile .img-profile {
    width: 80px;
    height: 80px;
    display: inline-block;
  }
  .sidebar-dark .sidebar-user-profile .greetings {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #0055b8;
    font-weight: bold;
  }
  .sidebar-dark .sidebar-user-profile .name-profile {
    font-weight: bold;
    color: #8181a5;
    font-size: 14px;
    display: block;
    margin-bottom: 11px;
  }
}
.topbar .navbar-search {
  width: 34rem;
  z-index: 2;
  margin: 0;
}
.navbar {
  padding: 0;
  z-index: 3;
}
.navbar form {
  height: 100%;
  background-color: #fff;
}
.navbar form .input-group {
  height: 100%;
}
.navbar form .input-group .search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
}
.navbar form .input-group .search-icon i {
  font-size: 25px;
}
.navbar form .input-group input {
  height: 100%;
  background-color: #fff;
  border-style: none;
  border-radius: 0;
}
.navbar form .input-group input:focus {
  outline: 0;
}
.navbar form .typeahead-results-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 50px 30px 50px;
  align-content: center;
}
.navbar form .typeahead-results-header a:hover {
  cursor: pointer;
}
.navbar form .typeahead-results {
  margin-top: 5px;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #ececf2;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.navbar form .typeahead-results .typeahead-result {
  padding: 10px 0;
}
.navbar form .typeahead-results .typeahead-result:hover {
  cursor: pointer;
  background-color: rgba(0, 85, 184, 0.16);
}
.navbar form .typeahead-results .typeahead-result:last-child {
  margin-bottom: 10px;
}
.navbar form .typeahead-results .typeahead-result .typeahead-result-item {
  width: 100%;
  display: block;
  padding: 0 50px;
}
.navbar form .typeahead-results .typeahead-result .typeahead-result-item:hover {
  cursor: pointer;
  text-decoration: none;
  color: #575756;
}
.navbar form .typeahead-results .typeahead-notfound {
  padding: 10px 50px;
}
.navbar .nav-item {
  border-right: 1px solid #f6f6f8;
}
.navbar .nav-item:nth-child(2) {
  border-left: 1px solid #f6f6f8;
  border-right: 1px solid #f6f6f8;
}
.navbar .nav-item i.ps-icon {
  font-size: 23px;
  color: #8181a5;
}
.navbar .nav-item i.ps-icon:hover {
  color: #8181a5;
}
.navbar #language-dropdown {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .button-sign-out {
  background-color: #0055b8;
}
.navbar .button-sign-out i.ps-icon {
  color: #fff;
}
.sidebar-dark .nav-item {
  font-size: 15px !important;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  background-color: #0055b8 !important;
  color: #fff !important;
}
.collapse .collapse-inner .collapse-item:hover,
.collapsing .collapse-inner .collapse-item:hover {
  background-color: rgba(0, 85, 184, 0.5);
}
.custom-accordion .custom-accordion-header-default {
  background-color: #0055b8 !important;
}
.custom-accordion .accordion-title {
  color: #fff !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0055b8 !important;
  color: #fff !important;
}
.bg-backdrop {
  background-color: transparent;
}
.bg-backdrop-transparent {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1c1d21;
  opacity: 0.21;
  width: 100%;
  height: 100%;
}
.bg-backdrop-transition {
  transition: all 0.1s ease;
}
.content-white .container-inner {
  border-radius: 12px;
  background-color: #fff;
  height: auto;
  min-height: calc(100vh - 5.875rem);
  margin-bottom: 50px;
}
.content-white .container-inner .row {
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .container-fluid {
    padding: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .content-white {
    background-clip: content-box;
    background-color: #f6f6f8;
  }
  .content-white .container-inner {
    padding: 20px 40px;
    border-radius: 12px;
    background-color: #fff;
    height: auto;
    min-height: calc(100vh - 5.875rem);
    margin-bottom: 50px;
  }
  .content-white .container-inner .row {
    margin: 0;
  }
}
.top-margin-layout {
  display: flex;
  height: 100vh;
  align-items: center;
}
#wrapper #content-wrapper {
  background-color: #f6f6f8;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb .breadcrumb-item-first a {
  padding-bottom: 10px;
  background: linear-gradient(
      to left,
      #e1251b 0,
      #e1251b 50%,
      #0055b8 50%,
      #0055b8
    )
    bottom no-repeat;
  background-size: 50px 4px;
  background-position-x: left;
}
.breadcrumb-label {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--dark-gray);
  padding-bottom: 10px;
  background: linear-gradient(
      to left,
      #e1251b 0,
      #e1251b 50%,
      #0055b8 50%,
      #0055b8
    )
    bottom no-repeat;
  background-size: 50px 4px;
  background-position-x: left;
}
.breadcrumb-label-text {
  width: 98px;
  height: 21px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--dark-gray);
}
.primary-heading {
  font-size: 20px;
  font-stretch: normal;
  font-weight: bold;
  color: #575756;
}
.secondary-heading {
  font-size: 19px;
  font-stretch: normal;
  font-weight: bold;
  color: #1c1d21;
}
.tertiary-heading {
  font-size: 16px;
  font-stretch: normal;
  font-weight: bold;
  color: #575756;
}
.big-text-bold {
  font-size: 16px;
  font-stretch: normal;
  font-weight: bold;
  color: #1c1d21;
}
.big-text-bold-gray {
  font-size: 16px;
  font-stretch: normal;
  font-weight: bold;
  color: #575756;
}
.big-text-bold-darkblue {
  font-size: 16px;
  font-stretch: normal;
  font-weight: bold;
  color: #8181a5;
}
.regular-text-bold {
  font-size: 14px;
  font-stretch: normal;
  font-weight: bold;
  color: #8181a5;
}
.regular-text-bold-black {
  font-size: 14px;
  font-stretch: normal;
  font-weight: bold;
  color: #8181a5;
  color: #1c1d21;
}
.regular-text-bold-dropdown {
  font-size: 14px;
  font-stretch: normal;
  font-weight: bold;
  color: #575756 !important;
}
.regular-text-medium-bold {
  font-weight: bold;
  color: #0055b8 !important;
  font-size: 15px !important;
}
.regular-text {
  font-size: 14px;
  font-stretch: normal;
  font-weight: normal;
  color: #575756;
}
.regular-text-black {
  font-size: 14px;
  font-stretch: normal;
  font-weight: normal;
  color: #575756;
  color: #1c1d21;
}
.regular-text-blue {
  font-size: 14px;
  font-stretch: normal;
  font-weight: normal;
  color: #575756;
  color: #8181a5;
}
.regular-text-blue {
  font-size: 14px;
  font-stretch: normal;
  font-weight: normal;
  color: #575756;
  color: #8181a5;
}
.small-text-bold {
  font-size: 12px;
  font-stretch: normal;
  font-weight: bold;
  color: #8181a5;
}
.small-text {
  font-size: 12px;
  font-stretch: normal;
  color: #575756;
}
.small-text-blue {
  font-size: 12px;
  font-stretch: normal;
  color: #575756;
  color: #8181a5;
}
.small-text-link {
  font-size: 14px;
  font-stretch: normal;
  font-weight: normal;
  color: #575756;
  color: #0055b8;
}
.small-text-link {
  font-size: 12px;
  font-stretch: normal;
  color: #575756;
  color: #0055b8;
}
.point-success {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #78c49a;
}
.point-error {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #f25d5d;
}
.text-error {
  color: #f25d5d !important;
}
.text-success {
  color: #78c49a !important;
}
.small-text-link-bold {
  font-size: 12px;
  font-stretch: normal;
  color: #575756;
  color: #0055b8;
  font-weight: bold;
  margin-right: 5px;
}
.small-text-link-bold:hover {
  text-decoration: none;
  color: #0055b8;
}
.vertical-center-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.box-text {
  border: 1px solid #979797;
  padding: 1px 3px;
}
@media (max-width: 1360px) {
  .primary-heading {
    font-size: 20px;
    font-stretch: normal;
    font-weight: bold;
    color: #575756;
  }
  .secondary-heading {
    font-size: 19px;
    font-stretch: normal;
    font-weight: bold;
    color: #1c1d21;
  }
}
.heading {
  background-color: transparent;
}
.heading span.heading-underline {
  padding-bottom: 3px;
  border-radius: 25%;
  margin-top: 10px;
  display: block;
  width: 50px;
  background: linear-gradient(
      to left,
      #e1251b 0,
      #e1251b 50%,
      #0055b8 50%,
      #0055b8
    )
    bottom no-repeat;
}
.headUpper {
  text-transform: uppercase;
}
.form__group {
  position: relative;
  padding: 28px 0 0;
  margin-top: 10px;
}
div .field i {
  font-size: 18px !important;
  color: #0055b8 !important;
  position: absolute !important;
  top: 30px !important;
}
.icon_left_field_control {
  font-size: 18px !important;
  color: #0055b8 !important;
  position: absolute !important;
  top: 20px !important;
  left: 0 !important;
}
.icon_field_control {
  font-size: 18px !important;
  color: #0055b8 !important;
  position: absolute !important;
  right: 0 !important;
  top: 20px !important;
  opacity: 0.42;
}
.icon-right {
  right: 0 !important;
  left: auto;
}
.icon-left {
  left: 0 !important;
  right: auto;
}
.icon-left-input-margin {
  padding-left: 25px !important;
}
.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8181a5;
  outline: 0;
  color: #1c1d21;
  padding: 4px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field :disabled:hover {
  cursor: not-allowed;
}
.form__field .placeholder {
  color: transparent;
}
.form__field .placeholder-shown ~ .form__label {
  cursor: text;
  top: 20px;
}
.form__field:disabled:hover {
  cursor: not-allowed;
}
.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: #8181a5 !important;
}
.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 1px;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
}
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}
.rounded_area {
  border-radius: 8px !important;
  border: 1px solid rgba(0, 85, 184, 0.5) !important;
}
.input-search-container label {
  color: #8181a5 !important;
}
.input-search-container .input-search input {
  border: 1px solid #8181a5;
}
.input-search-container .input-search input:focus {
  box-shadow: none;
  border: 1px solid #8181a5;
}
.input-search-container .input-search button {
  background-color: #0055b8;
}
.input-search-container .input-search button:hover {
  background-color: #0055b8;
}
.input-search-container .input-search button:focus {
  box-shadow: none;
}
.input-search-container .input-search button i {
  color: #fff !important;
}
.button-spinner {
  animation: button-spinner 0.6s linear infinite;
  color: #fff;
}
@keyframes button-spinner {
  to {
    transform: rotate(360deg);
  }
}
.btn-primary-active {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #0055b8;
}
.btn-primary-active span.icon {
  padding: 0;
  display: flex;
  align-items: center;
  background: none;
}
.btn-primary-active span.icon i {
  font-size: 16px;
  color: #fff;
}
.btn-primary-active span.text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.btn-primary-active-small {
  background-color: #0055b8;
  padding: 0.25rem 0.5rem;
}
.btn-primary-active-small span.icon {
  padding: 0;
  display: flex;
  align-items: center;
  background: none;
}
.btn-primary-active-small span.icon i {
  font-size: 16px;
  color: #fff;
}
.btn-primary-active-small span.text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.btn-primary-resting {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #eff3fe;
  border: 1px solid #ececf2;
  color: #0055b8;
}
.btn-primary-resting span.text,
.btn-primary-resting .button-spinner {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0055b8;
}
.btn-primary-disabled {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #fff;
}
.btn-primary-disabled span.text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #8181a5;
}
.btn-link-icon-resting {
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-stretch: normal;
  height: 42px;
  text-decoration: none !important;
  color: #0055b8;
  font-weight: bold;
  background-color: #eff3fe;
  border: 1px solid #ececf2;
}
.btn-link-icon-resting :hover {
  text-decoration: none;
  color: #0055b8;
}
.btn-link-icon-cta {
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-stretch: normal;
  height: 42px;
  text-decoration: none !important;
  color: #fff;
  font-weight: bold;
  background-color: #e1251b;
  border: 1px solid #e1251b;
}
.btn-link-icon-cta:hover {
  text-decoration: none;
  color: #fff !important;
}
.btn-primary-main {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #e1251b;
  color: #0055b8;
}
.btn-primary-main span.text,
.btn-primary-main .button-spinner {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0055b8;
}
.btn-outline-active {
  border-radius: 8px;
  background-color: #fff;
}
.btn-outline-active span.text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0055b8;
}
.btn-outline-active:hover {
  color: #1c1d21;
}
.btn-outline-resting {
  border-radius: 8px;
  background-color: #fff;
}
.btn-outline-resting span.text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #8181a5;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #0055b8;
  border-radius: 10px;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark {
  background-color: #0055b8;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #fff;
  border: 0;
}
.radio-horizontal {
  display: inline;
  margin-right: 30px;
  padding-left: 20px;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container i {
  font-size: 20px;
}
.checkbox-container .checkmark {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #0055b8;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #0055b8;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-container .checkmarkgray {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #d9d9d9;
}
.checkbox-container .checkmarkgray:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmarkgray {
  background-color: #d9d9d9;
}
.checkbox-container input:checked ~ .checkmarkgray:after {
  display: block;
}
.checkbox-container .checkmarkgray:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page-header-container {
  position: relative;
}
.page-header-container img {
  width: 100%;
  height: auto;
}
.page-header-container .overlap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(170, 170, 170, 0.6666666667);
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: -8px;
  max-width: 180px;
  width: 180px;
}
.page-header-container .overlap i {
  font-size: 20px;
  margin-right: 8px;
}
.select2 {
  width: 100% !important;
}
.select2 .select2-selection {
  border: 1px solid #8181a5 !important;
}
.select-default {
  border: 1px !important;
  border-bottom: 1px solid #8181a5 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  background-color: transparent !important;
}
.select-margin-top {
  margin-top: 10px !important;
}
.select-margin-top label {
  color: #8181a5 !important;
}
.blazored-typeahead {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #8181a5 !important;
}
.blazored-typeahead__multi-value {
  background-color: #f5f5fa !important;
}
.blazored-typeahead__results {
  box-shadow: none !important;
}
.blazored-typeahead__selected-item {
  background-color: #f5f5fa !important;
}
*:focus {
  outline: 0;
}
.select-default-white {
  border: 1px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-left: 0;
  background-color: transparent !important;
  color: #fff;
}
.editable-label {
  margin-bottom: 2px;
  margin-right: 15px;
}
.editable-label .form__field {
  width: 80%;
}
.editable-label i.ps-icon {
  font-size: 16px;
  font-weight: bold;
  color: #8181a5;
  cursor: pointer;
  opacity: 0.5;
}
.input-remove-class {
  background: transparent;
  border: 0;
}
.custom-card {
  border-radius: 12px;
  border: 1px solid #ececf2;
  margin-bottom: 10px;
}
.custom-card .col-custom-card-icon {
  display: flex;
  align-items: center;
}
.custom-card .col-custom-card-icon .custom-card-icon {
  display: flex;
  align-items: center;
  background-color: #f5f5fa;
  color: #8181a5;
  padding: 10px;
  border-radius: 6px;
  width: 50px;
  height: 50px;
}
.custom-card .col-custom-card-icon .custom-card-icon i {
  font-size: 22px;
  margin: 0 auto;
}
.custom-card .card-icon-big {
  width: 70px !important;
  height: 70px !important;
}
.custom-card .card-icon-big i {
  font-size: 25px !important;
  margin: 0 auto;
}
.blazored-modal-overlay {
  background-color: #1c1d21;
  opacity: 0.21;
}
.blazored-modal-custom {
  width: 70vw !important;
  height: 70vh !important;
}
.blazored-modal-embed {
  width: 70vw !important;
}
.blazored-modal-custom-confirm {
  min-width: 40vw !important;
  min-height: 40vh !important;
  padding: 30px 30px;
}
.blazored-modal {
  width: 580px;
  min-height: 334px;
}
.blazored-modal .blazored-modal-header .blazored-modal-title {
  font-size: 1.2em !important;
}
.blazored-modal .blazored-modal-content {
  height: 100%;
}
.blazored-modal .blazored-modal-content .dialog-container {
  height: inherit;
  display: flex;
  flex-direction: column;
  padding: 50px 50px;
}
.blazored-modal .blazored-modal-content .dialog-container i.dialog-icon-success,
.blazored-modal .blazored-modal-content .dialog-container i.dialog-icon-warning,
.blazored-modal .blazored-modal-content .dialog-container i.dialog-icon-error {
  display: flex;
  align-content: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 10px;
}
.blazored-modal .blazored-modal-content .dialog-container .dialog-icon-success {
  background-color: #78c49a;
}
.blazored-modal .blazored-modal-content .dialog-container .dialog-icon-warning {
  background-color: #e1251b;
}
.blazored-modal .blazored-modal-content .dialog-container .dialog-icon-error {
  background-color: #f25d5d;
}
.blazored-modal .blazored-modal-content .dialog-container .heading {
  text-align: center;
  margin-bottom: 40px;
}
.blazored-modal
  .blazored-modal-content
  .dialog-container
  .heading
  span.heading-underline {
  margin: 0 auto;
  margin-top: 8px !important;
}
.blazored-modal .blazored-modal-content .dialog-container .dialog-message {
  margin-bottom: 40px;
  text-align: center;
}
.blazored-modal .blazored-modal-content .dialog-container button {
  width: 50%;
  margin: 0 auto;
}
.blazored-campaigns {
  z-index: 102;
}
.progress-dark-yellow {
  background-color: #e1251b;
  border-radius: 19px;
}
.progress-light-yellow {
  background-color: #e1251b;
  border-radius: 19px;
}
.progress-blue {
  background-color: #0055b8;
  border-radius: 19px;
}
.progress {
  height: 0.4rem !important;
}
.tab-link {
  font-size: 14px;
  font-stretch: normal;
  font-weight: normal;
  color: #575756;
  color: #8181a5 !important;
}
.tab-link.active {
  border-color: transparent !important;
  border-bottom: solid 3px #0055b8 !important;
  font-size: 14px;
  font-stretch: normal;
  font-weight: bold;
  color: #8181a5;
  color: #0055b8 !important;
}
.tab-link:hover {
  border-color: transparent !important;
  border-bottom: solid 3px #0055b8 !important;
}
.tab-main {
  margin-top: 0 !important;
}
a.noclick {
  pointer-events: none;
}
.custom-rounded-accordion {
  padding: 20px 40px;
  border-radius: 8px;
  border: 1px solid #ececf2;
  margin-bottom: 15px;
}
.custom-accordion-noborder {
  padding: 20px 40px;
  border-radius: 8px;
  border: 0;
  margin-bottom: 15px;
}
.custom-rounded-accordion-header {
  padding: 0 !important;
}
.custom-rounded-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.custom-margin-content {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-accordion {
  width: 100%;
}
.custom-accordion .custom-accordion-header-default {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px 20px 10px;
  width: 100%;
  background-color: #eff3fe;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  cursor: pointer;
}
.custom-accordion .custom-accordion-header-default .accordion-title {
  font-size: 16px;
  color: #1c1d21;
  font-weight: bold;
}
.custom-accordion .custom-accordion-header-default .accordion-icon {
  cursor: pointer;
}
.custom-accordion .custom-accordion-header-default .accordion-icon i.ps-icon {
  font-size: 16px;
  color: #1c1d21;
}
.custom-accordion .custom-accordion-header-primary {
  display: flex;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  padding: 5px 10px;
  width: 100%;
  background-color: #0055b8;
}
.custom-accordion .custom-accordion-header-primary .accordion-title {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.custom-accordion .custom-accordion-header-primary .accordion-icon {
  cursor: pointer;
}
.custom-accordion .custom-accordion-header-primary .accordion-icon i.ps-icon {
  font-size: 16px;
  color: #fff;
}
.custom-accordion .custom-accordion-content {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .custom-rounded-accordion {
    padding: 0;
  }
}
.custom-filter {
  position: relative;
  text-align: right;
}
.custom-filter .filter-clear {
  background-color: #f5f5fa;
  padding: 10px 0 10px 10px;
}
.custom-filter .filter-clear .las {
  color: #f25d5d;
}
.custom-filter i.ps-icon {
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  color: #1c1d21;
}
.custom-filter .custom-filter-container {
  position: absolute;
  top: 54px;
  right: 0;
  text-align: left;
  background-color: #fff;
  height: auto;
  width: auto;
  border-radius: 8px;
  border: 1px solid #ececf2;
  margin-bottom: 25px;
  z-index: 1;
}
.custom-filter .custom-filter-container:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -9px;
  right: 2%;
  z-index: 1;
  transform: translateX(-7px) rotate(45deg);
  border-left: 1px solid #ececf2;
  border-top: 1px solid #ececf2;
}
.custom-filter .custom-filter-container .filter-close {
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px 0 15px;
  cursor: pointer;
}
.custom-filter .custom-filter-container .custom-filter-content .filter-form {
  padding: 20px 45px;
}
.custom-filter
  .custom-filter-container
  .custom-filter-content
  input[type="text"].input-text-filter {
  height: 35px;
  border-radius: 6px;
  border: 1px solid #8181a5;
  margin-right: 5px;
}
.custom-filter .custom-filter-container .custom-filter-content .btn-filter {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  background-color: #0055b8;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 60px;
}
.daterangepicker .drp-buttons .btn {
  padding: 6px !important;
  margin-left: 1px !important;
}
.daterangepicker .drp-buttons .cancelBtn i.ps-icon {
  font-size: 21px;
  font-weight: bold;
  color: #f25d5d;
}
.daterangepicker .drp-buttons .applyBtn i.ps-icon {
  font-size: 21px;
  font-weight: bold;
  color: #78c49a;
}
.spinnerisloading {
  border: 10px solid #eff3fe;
  border-top: 10px solid #0055b8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 700ms linear infinite;
  margin: 10px auto;
}
.spinnerisloadingbackdrop {
  border: 10px solid #eff3fe;
  border-top: 10px solid #0055b8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 700ms linear infinite;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 47%;
  top: 43%;
  z-index: 999;
}
.spinner-backdrop-transparent {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5fa;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.maincontainerloading {
  position: relative;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bar-custom-loader {
  width: 45px;
  height: 40px;
  --c: linear-gradient(#0055b8 0 0);
  background:
    var(--c) 0% 50%,
    var(--c) 50% 50%,
    var(--c) 100% 50%;
  background-size: 9px 100%;
  background-repeat: no-repeat;
  animation: b1 1s infinite linear;
}
@keyframes b1 {
  33% {
    background-size:
      9px 10%,
      9px 100%,
      9px 100%;
  }
  50% {
    background-size:
      9px 100%,
      9px 10%,
      9px 100%;
  }
  66% {
    background-size:
      9px 100%,
      9px 100%,
      9px 10%;
  }
}
.position-display {
  position: unset !important;
}
.templated-popover-trigger {
  position: relative;
  cursor: pointer;
}
.templated-popover-trigger .templated-popover-content {
  z-index: 2;
  background: #fff;
  position: relative;
  white-space: nowrap;
  border: 1px solid #ececf2;
  right: -25px;
  top: 24px;
  border-radius: 8px;
}
.templated-popover-trigger .templated-popover-content:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -9px;
  right: 5%;
  z-index: 1;
  transform: translateX(-7px) rotate(45deg);
  border-left: 1px solid #ececf2;
  border-top: 1px solid #ececf2;
}
#ex1Slider .slider-selection {
  background: #0055b8;
}
.slider-track {
  background-color: #a4c8e2 !important;
  background-image: none !important;
  box-shadow: none !important;
}
.slider-handle {
  background-image: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  border: 2px solid #255e7b !important;
}
.slider.slider-horizontal {
  width: 100% !important;
}
.slider.slider-horizontal .tooltip-inner {
  background-color: #fff !important;
  border: 2px solid #255e7b !important;
  color: #000 !important;
}
.slider.slider-horizontal
  .bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before,
.slider.slider-horizontal .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #255e7b !important;
}
