@charset "UTF-8";

/* src/styles.scss */
cd-earn-calculator-modal cd-earn-calculator .row-content-tabs .left-side,
cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs .left-side {
  width: 24%;
  min-width: 24%;
}
cd-earn-calculator-modal cd-earn-calculator .row-content-tabs .right-side,
cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs .right-side {
  min-width: 24%;
}
cd-earn-calculator-modal cd-earn-calculator .title-label,
cd-earn-calculator-token-modal cd-earn-calculator .title-label {
  line-height: 1.6;
}
cd-earn-calculator-modal cd-earn-calculator .graph-top,
cd-earn-calculator-token-modal cd-earn-calculator .graph-top {
  margin-top: 0.25rem !important;
}
cd-earn-calculator-modal cd-earn-calculator .graph-block-body,
cd-earn-calculator-token-modal cd-earn-calculator .graph-block-body {
  height: 270px !important;
}
cd-earn-calculator-modal cd-earn-calculator .center-side .graph-block .graph-right,
cd-earn-calculator-token-modal cd-earn-calculator .center-side .graph-block .graph-right {
  bottom: -10px !important;
}
cd-earn-calculator-modal cd-earn-calculator .row-content-tabs .center-side .graph-block,
cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs .center-side .graph-block {
  padding-top: 16px;
}
cd-earn-calculator-modal cd-earn-calculator cd-select .dropdown-form-control .btn-form-control,
cd-earn-calculator-token-modal cd-earn-calculator cd-select .dropdown-form-control .btn-form-control {
  padding: 7px 40px 7px 10px !important;
  height: 50px;
}
cd-earn-calculator-modal cd-earn-calculator .row-content-tabs > div,
cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs > div {
  margin: 0 1%;
}
cd-earn-calculator-modal cd-earn-calculator .nav,
cd-earn-calculator-token-modal cd-earn-calculator .nav {
  justify-content: center;
}
cd-earn-calculator-modal cd-earn-calculator .dropdown.dropdown-form-control .dropdown-menu .dropdown-item,
cd-earn-calculator-token-modal cd-earn-calculator .dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  padding: 10px 10px 12px 10px;
}
cd-earn-calculator-modal cd-earn-calculator .card,
cd-earn-calculator-token-modal cd-earn-calculator .card {
  border-radius: 10px;
}
cd-earn-calculator-modal cd-earn-calculator .txt-abbreviation,
cd-earn-calculator-token-modal cd-earn-calculator .txt-abbreviation {
  font-size: 16px;
  color: #000000;
}
cd-earn-calculator-modal cd-earn-calculator .calc-footer-bottom,
cd-earn-calculator-token-modal cd-earn-calculator .calc-footer-bottom {
  font-size: 14px;
  color: #A19EAD;
  text-align: center;
  font-family: "Gilroy-LightItalic";
  margin: 0px 2rem 30px 2rem;
}
cd-earn-calculator-modal cd-earn-calculator .right-side .card.card-style-none,
cd-earn-calculator-token-modal cd-earn-calculator .right-side .card.card-style-none {
  height: auto !important;
  padding: 40px 20px !important;
}
@media (max-width: 1150px) {
  cd-earn-calculator-modal cd-earn-calculator .graph-block .graph-right,
  cd-earn-calculator-token-modal cd-earn-calculator .graph-block .graph-right {
    right: -50px !important;
  }
}
@media (max-width: 1100px) {
  cd-earn-calculator-modal cd-earn-calculator .right-side .card.card-style-none,
  cd-earn-calculator-token-modal cd-earn-calculator .right-side .card.card-style-none {
    height: 100% !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .right-side,
  cd-earn-calculator-token-modal cd-earn-calculator .right-side {
    margin-left: 2% !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .footer .color-link-icon,
  cd-earn-calculator-token-modal cd-earn-calculator .footer .color-link-icon {
    margin-right: 20px !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .footer .btn-lg,
  cd-earn-calculator-token-modal cd-earn-calculator .footer .btn-lg {
    min-width: 210px !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .footer .btn.btn-secondary.btn-lg,
  cd-earn-calculator-token-modal cd-earn-calculator .footer .btn.btn-secondary.btn-lg {
    margin: 0px;
  }
  cd-earn-calculator-modal cd-earn-calculator .row-content-tabs .center-side,
  cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs .center-side {
    display: none;
  }
  cd-earn-calculator-modal cd-earn-calculator .form-control-block.form-control-block-period,
  cd-earn-calculator-token-modal cd-earn-calculator .form-control-block.form-control-block-period {
    width: 100%;
    max-width: 100%;
  }
  cd-earn-calculator-modal cd-earn-calculator .row-content-tabs .left-side,
  cd-earn-calculator-modal cd-earn-calculator .row-content-tabs .right-side,
  cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs .left-side,
  cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs .right-side {
    width: 50%;
    max-width: 100%;
  }
  cd-earn-calculator-modal cd-earn-calculator .row-content-tabs > div,
  cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs > div {
    margin: 0 2%;
  }
}
@media (max-width: 991px) {
  cd-earn-calculator-modal cd-earn-calculator .body-tabs .row-content-tabs,
  cd-earn-calculator-token-modal cd-earn-calculator .body-tabs .row-content-tabs {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .footer .btn-lg,
  cd-earn-calculator-token-modal cd-earn-calculator .footer .btn-lg {
    min-width: 180px !important;
  }
}
@media (min-width: 767px) and (max-width: 820px) {
  cd-earn-calculator-modal cd-earn-calculator .footer .btn-lg,
  cd-earn-calculator-token-modal cd-earn-calculator .footer .btn-lg {
    min-width: 150px !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .footer .color-link-icon,
  cd-earn-calculator-token-modal cd-earn-calculator .footer .color-link-icon {
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  cd-earn-calculator-modal cd-earn-calculator .body-tabs .row-content-tabs,
  cd-earn-calculator-token-modal cd-earn-calculator .body-tabs .row-content-tabs {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .right-side,
  cd-earn-calculator-token-modal cd-earn-calculator .right-side {
    margin-left: 0 !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .range-txt,
  cd-earn-calculator-token-modal cd-earn-calculator .range-txt {
    font-size: 16px;
  }
  cd-earn-calculator-modal cd-earn-calculator .body ~ .footer,
  cd-earn-calculator-token-modal cd-earn-calculator .body ~ .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  cd-earn-calculator-modal cd-earn-calculator .footer .color-link-icon,
  cd-earn-calculator-token-modal cd-earn-calculator .footer .color-link-icon {
    margin: 7px 5px !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .row-content-tabs .left-side,
  cd-earn-calculator-modal cd-earn-calculator .row-content-tabs .right-side,
  cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs .left-side,
  cd-earn-calculator-token-modal cd-earn-calculator .row-content-tabs .right-side {
    width: 100%;
    margin: 0;
    max-width: none;
  }
}
@media (max-width: 509px) {
  cd-earn-calculator-modal cd-earn-calculator .range-txt,
  cd-earn-calculator-token-modal cd-earn-calculator .range-txt {
    text-align: end;
  }
  cd-earn-calculator-modal cd-earn-calculator .header-tabs .nav-tabs .nav-link,
  cd-earn-calculator-token-modal cd-earn-calculator .header-tabs .nav-tabs .nav-link {
    padding: 15px 4px !important;
  }
}
@media (max-width: 420px) {
  cd-earn-calculator-modal cd-earn-calculator .header-tabs .nav-tabs .nav-link,
  cd-earn-calculator-token-modal cd-earn-calculator .header-tabs .nav-tabs .nav-link {
    font-size: 9px !important;
  }
  cd-earn-calculator-modal cd-earn-calculator .color-link-icon,
  cd-earn-calculator-token-modal cd-earn-calculator .color-link-icon {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .modal-dialog-1300-15-15.calculator {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 1260px) and (min-width: 992px) {
  .modal-dialog-1300-15-15.calculator {
    padding: 0 30px 0 15px;
  }
}
@media (max-width: 343px) {
  .modal-dialog-1300-15-15.calculator {
    padding: 0;
  }
}
.cd-toast {
  padding: 7px 15px;
  border-radius: 10px;
  font-family: "Gilroy-Regular", serif;
  font-size: 17px;
  min-width: fit-content;
  max-width: 320px;
  pointer-events: auto;
  margin-bottom: 20px;
  margin-left: 10px;
}
.cd-toast.toast-error {
  min-width: fit-content;
  padding-right: 60px;
  max-width: 320px;
  background: red;
  color: white;
}
.cd-toast.toast-error .toast-close-button {
  color: white;
}
.cd-toast.toast-success {
  padding-right: 60px;
  min-width: fit-content;
  background-color: #0db46e;
  color: white;
}
.cd-toast.toast-success .toast-close-button {
  color: white;
}
.cd-toast.toast-success .toast-message {
  display: flex;
  align-items: center;
}
.cd-toast.toast-success .toast-message:before {
  display: flex;
  margin-right: 14px;
  content: "";
  width: 23px;
  min-width: 23px;
  height: 20px;
  background-image: url(/assets/images/arrow-copied-w.svg);
}
.cd-toast.cd-toast-alt {
  background-color: white;
  color: black;
}
.cd-toast.cd-toast-alt .toast-message {
  display: flex;
  align-items: center;
}
.cd-toast.cd-toast-alt .toast-message:before {
  display: flex;
  margin-right: 14px;
  content: "";
  width: 23px;
  height: 20px;
  background-image: url(/assets/images/arrow-copied.svg) !important;
}
.cd-toast.cd-toast-alt .toast-close-button {
  color: #000;
}
.cd-toast.cd-toast-alt.toast-error {
  color: #ff0000;
  background: white;
  max-width: 100%;
}
.cd-toast.cd-toast-alt.toast-error .toast-close-button {
  color: #ff0000;
}
.cd-toast.cd-toast-alt.toast-error .toast-message:before {
  display: none;
}
.cd-toast .toast-close-button {
  font-size: 46px;
  font-family: "Gilroy";
  color: #000000;
  line-height: 27px;
  position: absolute;
  right: 12px !important;
  top: 7px !important;
  font-weight: 100;
  opacity: 1;
}
.overlay-container .toast-top-right {
  top: 5px;
  right: 10px;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  overflow: hidden;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}
.bs-datepicker {
  border: 1px solid #f6f8fb;
  box-sizing: border-box;
  box-shadow: 0 24px 40px #e6f1fa;
  padding: 0 30px 0 233px;
  border-radius: 8px;
  background: #ffffff;
  height: 409px;
  font-family:
    "Gilroy-Regular",
    serif,
    "Gilroy-Light";
}
.bs-datepicker bs-days-calendar-view:first-child {
  margin-right: 40px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
.bs-datepicker .bs-datepicker-body .week {
  display: none;
}
.bs-datepicker .bs-datepicker-body .weeks thead tr th {
  font-weight: 700;
  font-size: 0;
  width: 40px;
  text-align: center;
}
.bs-datepicker .bs-datepicker-body .weeks thead tr th:first-letter {
  font-size: 16px;
}
.bs-datepicker .bs-datepicker-head {
  min-width: 270px;
  height: 20px;
  padding: 15px 0 20px 0;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  border-bottom: 1px solid #f2f1f5;
  margin-bottom: 20px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  position: relative;
}
.bs-datepicker .bs-datepicker-head .current {
  cursor: none;
  pointer-events: none;
  font-weight: 700;
}
.bs-datepicker .bs-datepicker-head .previous,
.bs-datepicker .bs-datepicker-head .next {
  font-family: "Gilroy-Light";
  font-size: 40px;
  position: absolute;
  top: 0;
}
.bs-datepicker .bs-datepicker-head .previous {
  left: 0;
}
.bs-datepicker .bs-datepicker-head .next {
  right: 0;
}
.bs-datepicker .bs-datepicker-head button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.bs-datepicker .bs-datepicker-body table td span.selected {
  background-color: #2460fa !important;
  color: white;
}
.bs-datepicker .bs-datepicker-body table.days span {
  color: #000000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.bs-datepicker .bs-datepicker-body table td:before,
.bs-datepicker .bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 40px;
  width: 40px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker .bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker .bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker .bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker .bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
}
.bs-datepicker .bs-datepicker-body table.days tr td:nth-child(7) span.in-range:before {
  border-radius: 0 50% 50% 0;
}
.bs-datepicker .bs-datepicker-body table.days tr td:nth-child(1) span.in-range:before {
  border-radius: 50% 0 0 50%;
}
.bs-datepicker .bs-datepicker-body table.days tr td:nth-child(n of .in-range) {
  background: red;
}
.bs-datepicker .bs-datepicker-body table tr {
  border-bottom: solid transparent 6px;
  border-top: solid transparent 6px;
}
.bs-datepicker .bs-datepicker-body table.days td.active:not(.select-start):before,
.bs-datepicker .bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker .bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker .bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #aec5ff;
}
.bs-datepicker .bs-datepicker-body table.days span.in-range {
  color: white;
}
.bs-datepicker .bs-media-container .bs-datepicker-body table.days tbody tr td span.select-end:before {
  border-radius: 0 50% 50% 0;
}
.bs-datepicker .bs-datepicker-body table.days tr td .select-start:before {
  background: #aec5ff;
  border-radius: 50% 0 0 50%;
}
.bs-datepicker .bs-media-container .bs-datepicker-body table.days tr td .select-start.select-end:before {
  border-radius: 50% 50% 50% 50%;
}
.bs-datepicker .bs-media-container .bs-datepicker-body table.days tr td .is-highlighted:not(.select-start):before {
  border-radius: 0 50% 50% 0;
}
.bs-datepicker .bs-media-container .bs-datepicker-body table.days tr td .is-highlighted.select-start:before {
  border-radius: 50% 50% 50% 50%;
}
.bs-datepicker .is-highlighted {
  color: white !important;
}
.bs-datepicker .bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #2460fa;
  transition: 0s;
}
.bs-datepicker .bs-datepicker-body table td span.selected,
.bs-datepicker .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker .bs-datepicker-body table td span.selected,
.bs-datepicker .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker .bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker .bs-datepicker-body table.days span.is-other-month {
  color: #a19ead;
}
.bs-datepicker .bs-datepicker-body table.days .disabled {
  color: #a19ead;
}
.bs-datepicker .bs-datepicker-custom-range {
  position: absolute;
  top: 0px;
  left: 0;
  width: 203px;
  background: #f6f8fb;
  height: 409px;
  border-radius: 8px 0 0 8px;
}
.bs-datepicker .bs-datepicker-custom-range .bs-datepicker-predefined-btns {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}
.bs-datepicker .bs-datepicker-custom-range .bs-datepicker-predefined-btns .btn {
  background: transparent;
  font-family: "Gilroy-Regular";
  font-size: 14px;
  color: #a19ead;
  font-weight: 600;
  margin-bottom: 6px;
}
.bs-datepicker .bs-datepicker-custom-range .bs-datepicker-predefined-btns .btn:hover {
  background: #ffffff;
  border-radius: 0;
}
.bs-datepicker .bs-datepicker-custom-range .bs-datepicker-predefined-btns .btn.selected {
  color: black;
}
@media (max-width: 624px) {
  .bs-datepicker-custom-range {
    display: none;
  }
  .bs-datepicker {
    padding: 0 0 0 30px;
  }
  .bs-datepicker bs-days-calendar-view:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 990px) {
  .bs-datepicker {
    padding-right: 0;
  }
}
@media (max-width: 380px) {
  .bs-datepicker {
    padding: 0 0 0 5px;
  }
  .bs-datepicker bs-days-calendar-view:first-child {
    margin-right: 5px;
  }
}
.bs-datepicker-container.unselected .bs-datepicker-predefined-btns .btn:first-child {
  color: black;
}
.bs-datepicker-container.second-data-selected .bs-media-container .bs-datepicker-body table.days tr td .is-highlighted:not(.select-start):not(.select-end):before {
  border-radius: 0 0 0 0;
}
.bs-datepicker-container.second-data-selected .bs-media-container .bs-datepicker-body table.days tr td .is-highlighted.select-start:before {
  border-radius: 50% 0 0 50%;
}
.bs-datepicker-container.single-picker .bs-datepicker {
  padding: 0 30px 0 30px;
}
.bs-datepicker-container.single-picker bs-days-calendar-view {
  margin-right: 0;
}
.bs-datepicker-container.single-picker .bs-datepicker-head .current {
  cursor: pointer;
  pointer-events: auto;
}
.bs-datepicker-container.single-picker .months tr td span {
  width: 90px;
  font-size: 16px;
}
.bs-datepicker-container.single-picker .years .selected,
.bs-datepicker-container.single-picker .months .selected {
  font-weight: 600;
  color: black !important;
  background-color: transparent !important;
}
.bs-datepicker-container.single-picker .years .is-highlighted span,
.bs-datepicker-container.single-picker .months .is-highlighted span {
  font-weight: 600;
  color: black !important;
  background-color: transparent !important;
}
.bs-datepicker-container.single-picker .years tr td span {
  width: 67px;
  font-size: 16px;
}
.partner.header-dropdown-min .dropdown.dropdown-min .dropdown-toggle::after {
  background-image: url(/assets/images/dropdown-toggle-grey.svg);
  width: 10px;
  height: 7px;
  top: 50%;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  margin-left: 26px;
  margin-top: -2px;
  vertical-align: 0.255em;
  content: "";
}
.partner.header-dropdown-min .dropdown.dropdown-min .dropdown-toggle::after {
  display: inline-block !important;
}
.partner.header-dropdown-min .dropdown.dropdown-min .dropdown-toggle .btn-toggle {
  background: #f6f8fb;
  border-radius: 40px;
  padding: 10px 0px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.36px;
  color: #000000;
  font-family: "GilroySemiBold";
  width: 40px;
}
@media (min-width: 881px) {
  .partner.header-dropdown-min .dropdown.dropdown-min .dropdown-toggle .btn-toggle {
    width: 60px;
    border-radius: 20px;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 881px) {
  .partner.header-dropdown-min .dropdown.dropdown-min .dropdown-toggle::after {
    margin-left: 36px;
    margin-top: -2px;
  }
}
@media (min-width: 881px) {
  .partner.header-dropdown-min .dropdown.dropdown-min .dropdown-menu .dropdown-item {
    font-size: 15px !important;
    padding: 2px 14px !important;
  }
  .partner.header-dropdown-min .dropdown.dropdown-min .dropdown-menu {
    width: 60px !important;
    top: -3px !important;
  }
}
.header-dropdown-min {
  margin-right: 15px;
}
.partner.header-dropdown-min .mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 0;
}
.partner.header-dropdown-min .mCustomScrollBox .mCSB_scrollTools {
  opacity: 0;
}
.partner.header-dropdown-min .mCustomScrollBox .mCSB_scrollTools:hover {
  opacity: 0;
}
.partner.header-dropdown-min .dropdown.dropdown-min .dropdown-menu {
  min-width: auto;
  border: none;
  padding: 0;
  width: 40px;
  background: #f6f8fb;
  border-radius: 0px 0px 20px 20px;
  padding-bottom: 6px;
  transform: translate3d(1px, 34px, 0px) !important;
  overflow: hidden;
  top: -3px;
}
.partner.header-dropdown-min .dropdown.dropdown-min .dropdown-menu .dropdown-item {
  font-size: 13px;
  letter-spacing: 0.36px;
  color: #a19ead;
  padding: 2px 6px;
  text-decoration: none;
}
.partner.header-dropdown-min .dropdown.dropdown-min.show .dropdown-toggle .btn-toggle {
  border-radius: 20px 20px 0px 0px;
}
.header-dropdown-min .dropdown.dropdown-min {
  margin: 0;
}
.dropdown-form-control .dropdown-toggle .dropdown-item {
  overflow: hidden;
}
@media (max-width: 390px) {
  .partner.header-dropdown-min .dropdown.dropdown-min .dropdown-toggle .btn-toggle {
    padding: 6px 0px;
  }
  .partner.header-dropdown-min .dropdown.dropdown-min .dropdown-toggle .btn-toggle {
    font-size: 11px;
    line-height: 18px;
    width: 32px;
  }
  .partner.header-dropdown-min .dropdown.dropdown-min .dropdown-toggle::after {
    margin-left: 19px;
  }
}
.tooltip.earn-card-tooltip {
  display: none !important;
}
.tooltip.earn-card-tooltip .tooltip-inner {
  padding: 8px 15px;
}
@media (max-width: 700px) {
  .tooltip.earn-card-tooltip {
    display: block !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url(/assets/fonts/icomoon.eot?cx7eps);
  src:
    url(/assets/fonts/icomoon.eot?cx7eps#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon.ttf?cx7eps) format("truetype"),
    url(/assets/fonts/icomoon.woff?cx7eps) format("woff"),
    url(/assets/fonts/icomoon.svg?cx7eps#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-accordion-arrow:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-borrow:before {
  content: "\e902";
}
.icon-dashboard:before {
  content: "\e903";
}
.icon-deposit:before {
  content: "\e904";
}
.icon-earn:before {
  content: "\e905";
}
.icon-glocke:before {
  content: "\e906";
}
.icon-manage-accounts:before {
  content: "\e907";
}
.icon-transactions:before {
  content: "\e908";
}
.icon-withdraw:before {
  content: "\e909";
}
@font-face {
  font-family: "icomoon2";
  src: url(/assets/fonts/icomoon2.eot?39xklb);
  src:
    url(/assets/fonts/icomoon2.eot?39xklb#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon2.ttf?39xklb) format("truetype"),
    url(/assets/fonts/icomoon2.woff?39xklb) format("woff"),
    url(/assets/fonts/icomoon2.svg?39xklb#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon2-],
[class*=" icon2-"] {
  font-family: "icomoon2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2-transfer:before {
  content: "\e900";
}
.icon2-calendar:before {
  content: "\e901";
}
.icon2-close:before {
  content: "\e902";
}
.icon2-arrow-bottom:before {
  content: "\e903";
}
.icon2-arrow-top:before {
  content: "\e904";
}
.icon2-check:before {
  content: "\e905";
}
@font-face {
  font-family: "icomoon3";
  src: url(/assets/fonts/icomoon3.eot?wrpbrn);
  src:
    url(/assets/fonts/icomoon3.eot?wrpbrn#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon3.ttf?wrpbrn) format("truetype"),
    url(/assets/fonts/icomoon3.woff?wrpbrn) format("woff"),
    url(/assets/fonts/icomoon3.svg?wrpbrn#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon3-],
[class*=" icon3-"] {
  font-family: "icomoon3" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon3-uniE900:before {
  content: "\e900";
}
.icon3-copy-address:before {
  content: "\e901";
}
.icon3-debit-card .path1:before {
  content: "\e902";
  color: rgb(148, 151, 150);
}
.icon3-debit-card .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon3-debit-card .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(148, 151, 150);
}
.icon3-debit-card .path4:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(148, 151, 150);
}
.icon-debit-card .path5:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(148, 151, 150);
}
.icon3-bank-transfer .path1:before {
  content: "\e907";
  color: rgb(0, 0, 0);
}
.icon3-bank-transfer .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon3-bank-transfer .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon3-bank-transfer .path4:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon3-bank-transfer .path5:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon3-bank-transfer .path6:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon3-bank-transfer .path7:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon3-bank-transfer .path8:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon3-bank-transfer .path9:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon3-bank-transfer .path10:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon3-i:before {
  content: "\e911";
}
.plus {
  background-image: url(/assets/images/plus.svg);
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  background-repeat: no-repeat;
  border: 0;
}
.chosen {
  position: relative;
  padding-right: 5px;
}
.chosen:before {
  position: absolute;
  content: "";
  left: 100%;
  background-image: url(/assets/images/chosen.svg);
  width: 10px;
  min-height: 8px;
  min-width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  border: 0;
  top: 6px;
}
.icon-upload {
  background-image: url(/assets/images/upload.svg);
  width: 18px;
  min-width: 18px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  display: block;
}
.review-icon-min {
  background-image: url(/assets/images/review-icon.svg);
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.review-icon {
  background-image: url(/assets/images/review-icon-max.svg);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.disabled-icon {
  background-image: url(/assets/images/disabled-icon.svg);
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.disabled-icon-max,
.not-verified-icon {
  background-image: url(/assets/images/disabled-icon-max.svg);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.verified-icon-min {
  background-image: url(/assets/images/verified-icon.svg);
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.verified-icon {
  background-image: url(/assets/images/verified-icon-max.svg);
  width: 41px;
  min-width: 41px;
  height: 41px;
  min-height: 41px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.verified-icon-lg {
  background-image: url(/assets/images/verified-icon-max.svg);
  width: 61px;
  min-width: 61px;
  height: 61px;
  min-height: 61px;
  background-repeat: no-repeat;
  border: 0;
  background-size: contain;
  border-radius: 100px;
}
.arrow-back {
  background-image: url(/assets/images/arrow.svg);
  width: 15px;
  min-width: 15px;
  height: 10px;
  min-height: 10px;
  background-repeat: no-repeat;
  border: 0;
}
.arrow-copied {
  background-image: url(/assets/images/arrow-copied.svg);
  width: 23px;
  min-width: 23px;
  height: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  border: 0;
}
.arrow-copied-w {
  background-image: url(/assets/images/arrow-copied-w.svg);
  width: 23px;
  min-width: 23px;
  height: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  border: 0;
}
.icon-password {
  background-image: url(/assets/images/icon-password.svg);
  width: 22px;
  min-width: 22px;
  height: 15px;
  min-height: 15px;
  background-repeat: no-repeat;
  border: 0;
}
.icon-password-hidden {
  background-image: url(/assets/images/icon-password-hidden.svg);
  width: 19px;
  min-width: 22px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
}
.icon-password-key {
  background-image: url(/assets/images/icon-key.svg);
  width: 10px;
  min-width: 10px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
}
.no-found-icon {
  background-image: url(/assets/images/no-transactions-found.svg);
  width: 38px;
  min-width: 38px;
  height: 53px;
  min-height: 53px;
  background-repeat: no-repeat;
  border: 0;
}
.icon-thank-you {
  background-image: url(/assets/images/icon-thank-you.svg);
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.any-time {
  background-image: url(/assets/images/any-time.svg);
  width: 27px;
  min-width: 27px;
  height: 30px;
  min-height: 30px;
  background-repeat: no-repeat;
  border: 0;
  display: block;
}
.out-daily {
  background-image: url(/assets/images/out-daily.svg);
  width: 28px;
  min-width: 28px;
  height: 27px;
  min-height: 27px;
  background-repeat: no-repeat;
  border: 0;
  display: block;
}
.icon-reboot {
  background-image: url(/assets/images/icon-reboot.svg);
  width: 35px;
  min-width: 35px;
  height: 30px;
  min-height: 30px;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
  display: block;
}
.captcha-arrow {
  background-image: url(/assets/images/captcha-arrow.svg);
  width: 25px;
  min-width: 25px;
  height: 17px;
  min-height: 17px;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
  display: block;
}
.form-wrapper-title {
  position: relative;
}
.form-wrapper-title .icon-arrows {
  position: absolute;
  left: 0;
  top: 7px;
}
.icon-arrows {
  background-image: url(/assets/images/arrows.svg);
  width: 25px;
  min-width: 25px;
  height: 17px;
  min-height: 17px;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
  display: block;
}
.color-link-icon {
  font-size: 18px;
  line-height: 20px;
  color: #0056eb;
}
.color-link-icon .icons-link {
  margin-right: 11px;
}
.color-link-icon .icons-link.out-daily {
  margin-right: 5px;
}
p .icon-thank-you {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}
.ico-affiliate {
  background-image: url(/assets/images/icon-affiliate.svg);
  height: 23px;
  width: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.ico-block-user {
  background-image: url(/assets/images/ban-solid.svg);
  width: 16px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 !important;
  margin-right: 7px;
}
@font-face {
  font-family: "Gilroy-Bolder";
  src: url(/assets/fonts/Gilroy-ExtraBold.eot);
  src:
    local("/assets/fonts/Gilroy-ExtraBold"),
    local("Gilroy-ExtraBold"),
    url(/assets/fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-ExtraBold.woff) format("woff"),
    url(/assets/fonts/Gilroy-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-Heavy.eot);
  src:
    local("/assets/fonts/Gilroy-Heavy"),
    local("Gilroy-Heavy"),
    url(/assets/fonts/Gilroy-Heavy.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Heavy.woff) format("woff"),
    url(/assets/fonts/Gilroy-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-LightItalic.eot);
  src:
    local("/assets/fonts/Gilroy-Light Italic"),
    local("Gilroy-LightItalic"),
    url(/assets/fonts/Gilroy-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-LightItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-ThinItalic.eot);
  src:
    local("/assets/fonts/Gilroy-ThinItalic"),
    local("Gilroy-ThinItalic"),
    url(/assets/fonts/Gilroy-ThinItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-ThinItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-BlackItalic.eot);
  src:
    local("/assets/fonts/Gilroy-BlackItalic"),
    local("Gilroy-BlackItalic"),
    url(/assets/fonts/Gilroy-BlackItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-BlackItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-BoldItalic.eot);
  src:
    local("/assets/fonts/Gilroy-BoldItalic"),
    local("Gilroy-BoldItalic"),
    url(/assets/fonts/Gilroy-BoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-BoldItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "GilroySemiBold";
  src: url(/assets/fonts/Gilroy-SemiBold.eot);
  src:
    local("/assets/fonts/Gilroy-SemiBold"),
    local("Gilroy-SemiBold"),
    url(/assets/fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-SemiBold.woff) format("woff"),
    url(/assets/fonts/Gilroy-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-UltraLightItalic.eot);
  src:
    local("/assets/fonts/Gilroy-UltraLightItalic"),
    local("Gilroy-UltraLightItalic"),
    url(/assets/fonts/Gilroy-UltraLightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-UltraLightItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-UltraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-SemiBoldItalic.eot);
  src:
    local("/assets/fonts/Gilroy-SemiBoldItalic"),
    local("Gilroy-SemiBoldItalic"),
    url(/assets/fonts/Gilroy-SemiBoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-SemiBoldItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-Light.eot);
  src:
    local("/assets/fonts/Gilroy-Light"),
    local("Gilroy-Light"),
    url(/assets/fonts/Gilroy-Light.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Light.woff) format("woff"),
    url(/assets/fonts/Gilroy-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-MediumItalic";
  src: url(/assets/fonts/Gilroy-MediumItalic.eot);
  src:
    local("/assets/fonts/Gilroy-MediumItalic"),
    local("Gilroy-MediumItalic"),
    url(/assets/fonts/Gilroy-MediumItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-MediumItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-ExtraBoldItalic.eot);
  src:
    local("/assets/fonts/Gilroy-ExtraBoldItalic"),
    local("Gilroy-ExtraBoldItalic"),
    url(/assets/fonts/Gilroy-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-ExtraBoldItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url(/assets/fonts/Gilroy-Regular.eot);
  src:
    local("/assets/fonts/Gilroy-Regular"),
    local("Gilroy-Regular"),
    url(/assets/fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Regular.woff) format("woff"),
    url(/assets/fonts/Gilroy-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-HeavyItalic.eot);
  src:
    local("/assets/fonts/Gilroy-HeavyItalic"),
    local("Gilroy-HeavyItalic"),
    url(/assets/fonts/Gilroy-HeavyItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-HeavyItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-HeavyItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url(/assets/fonts/Gilroy-Medium.eot);
  src:
    local("/assets/fonts/Gilroy-Medium"),
    local("Gilroy-Medium"),
    url(/assets/fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Medium.woff) format("woff"),
    url(/assets/fonts/Gilroy-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-RegularItalic.eot);
  src:
    local("/assets/fonts/Gilroy-RegularItalic"),
    local("Gilroy-RegularItalic"),
    url(/assets/fonts/Gilroy-RegularItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-RegularItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-RegularItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-UltraLight.eot);
  src:
    local("/assets/fonts/Gilroy-UltraLight"),
    local("Gilroy-UltraLight"),
    url(/assets/fonts/Gilroy-UltraLight.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-UltraLight.woff) format("woff"),
    url(/assets/fonts/Gilroy-UltraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url(/assets/fonts/Gilroy-Bold.eot);
  src:
    local("/assets/fonts/Gilroy-Bold"),
    local("Gilroy-Bold"),
    url(/assets/fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Bold.woff) format("woff"),
    url(/assets/fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-Thin.eot);
  src:
    local("/assets/fonts/Gilroy Thin"),
    local("Gilroy-Thin"),
    url(/assets/fonts/Gilroy-Thin.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Thin.woff) format("woff"),
    url(/assets/fonts/Gilroy-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-Black.eot);
  src:
    local("/assets/fonts/Gilroy Black"),
    local("Gilroy-Black"),
    url(/assets/fonts/Gilroy-Black.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Black.woff) format("woff"),
    url(/assets/fonts/Gilroy-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-LightItalic";
  src: url(/assets/fonts/Gilroy-LightItalic.eot);
  src:
    local("/assets/fonts/Gilroy-Light Italic"),
    local("Gilroy-LightItalic"),
    url(/assets/fonts/Gilroy-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-LightItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0db46e;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 1px;
  --breakpoint-md: 1px;
  --breakpoint-lg: 1077px;
  --breakpoint-xl: 1077px;
  --font-family-sans-serif: GilroySemiBold ", " Helvetica Neue ", Arial, sans-serif, " Apple Color Emoji ", " Segoe UI Emoji ", " Segoe UI Symbol ", " Noto Color Emoji;
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  background-color: #f6f8fb;
  min-width: 320px;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    "GilroySemiBold",
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a19ead;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 1px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1077px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1077px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bbead6;
}
.table-hover .table-primary:hover {
  background-color: #a8e4ca;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8e4ca;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 0.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 0.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1076.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1076.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4ef2ae;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 180, 110, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #a19ead;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
ngx-intl-tel-input.invalid .form-control,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
ngx-intl-tel-input.invalid .form-control:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
ngx-intl-tel-input.invalid .form-control ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
ngx-intl-tel-input.invalid .form-control ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
ngx-intl-tel-input.invalid .form-control-file.form-control ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
ngx-intl-tel-input.invalid .form-control-file.form-control ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label,
ngx-intl-tel-input.invalid .form-check-input.form-control ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
ngx-intl-tel-input.invalid .form-check-input.form-control ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
ngx-intl-tel-input.invalid .form-check-input.form-control ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label,
ngx-intl-tel-input.invalid .custom-control-input.form-control ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before,
ngx-intl-tel-input.invalid .custom-control-input.form-control ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
ngx-intl-tel-input.invalid .custom-control-input.form-control ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
ngx-intl-tel-input.invalid .custom-control-input.form-control ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
ngx-intl-tel-input.invalid .custom-control-input.form-control:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
ngx-intl-tel-input.invalid .custom-control-input.form-control:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label,
ngx-intl-tel-input.invalid .custom-file-input.form-control ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after,
ngx-intl-tel-input.invalid .custom-file-input.form-control ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
ngx-intl-tel-input.invalid .custom-file-input.form-control ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
ngx-intl-tel-input.invalid .custom-file-input.form-control ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label,
ngx-intl-tel-input.invalid .custom-file-input.form-control:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 1px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 180, 110, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #0db46e;
  border-color: #0db46e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0a9058;
  border-color: #0a8451;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 180, 110, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0db46e;
  border-color: #0db46e;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a8451;
  border-color: #09794a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 180, 110, 0.5);
}
.btn-secondary,
.btn-tab .nav-link.active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover,
.btn-tab .nav-link.active:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-tab .nav-link.active:focus,
.btn-secondary.focus,
.btn-tab .focus.nav-link.active {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-tab .disabled.nav-link.active,
.btn-secondary:disabled,
.btn-tab .nav-link.active:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-tab .nav-link.active:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-tab .nav-link:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.btn-tab .show > .dropdown-toggle.nav-link.active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-tab .nav-link.active:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-tab .nav-link:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-tab .show > .dropdown-toggle.nav-link.active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #0db46e;
  background-color: transparent;
  background-image: none;
  border-color: #0db46e;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0db46e;
  border-color: #0db46e;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 180, 110, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0db46e;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0db46e;
  border-color: #0db46e;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 180, 110, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #2460fa;
  background-color: transparent;
}
.btn-link:hover {
  color: #1740a8;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-lg,
.btn-group-lg > .btn {
  height: 50px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #DFE1E4;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0db46e;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #0db46e;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 180, 110, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #7ef6c3;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0db46e;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0db46e;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 180, 110, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(13, 180, 110, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0db46e;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 180, 110, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #4ef2ae;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 242, 174, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #4ef2ae;
  box-shadow: 0 0 0 0.2rem rgba(13, 180, 110, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #4ef2ae;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 180, 110, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 180, 110, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 180, 110, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0db46e;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #7ef6c3;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0db46e;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #7ef6c3;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0db46e;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #7ef6c3;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0db46e;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 0.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 0.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1076.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1077px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1076.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1077px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none !important;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 1px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 1px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 1px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2460fa;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1740a8;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0 !important;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0db46e;
  border-color: #0db46e;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #0db46e;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a8451;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 1px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #075e39;
  background-color: #cff0e2;
  border-color: #bbead6;
}
.alert-primary hr {
  border-top-color: #a8e4ca;
}
.alert-primary .alert-link {
  color: #032f1c;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0db46e;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0db46e;
  border-color: #0db46e;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #075e39;
  background-color: #bbead6;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #075e39;
  background-color: #a8e4ca;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #075e39;
  border-color: #075e39;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  padding-top: 140px;
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog.is-invisible {
  display: none;
}
@media (max-width: 660px) {
  .modal-dialog {
    padding-top: 39px;
  }
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1077px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    "GilroySemiBold",
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    "GilroySemiBold",
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #0db46e !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0a8451 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0db46e !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex,
.color-link-icon,
.btn-hidden,
.btn-icon,
.btn-flex,
.card-header-dropdown,
.header-banner-content,
.navbar-collapse .nav-item .nav-link,
.flex-card,
.flex-card-container,
.group-btn,
.sorticon,
.notification-block.empty-notification .empty-txt-notification,
.header-info .notification-header,
.progress-content,
.dropdown-menu-between .dropdown-item,
.tab-pane-body,
.card-container .card-container-header,
.transaction-col-2,
.no-found-block,
.block-labels,
.table-card,
.block-section.block-section-col2,
.card-banner,
.block-section-icon,
.list-card-banner,
.row-content-tabs,
.graph-block .charts,
.d-flex-form-control,
.label-btn-code,
.media-group,
.form-group-btns,
.alert.alert-icon,
.icon-radius,
.icon-bg-sm,
.icon-bg-sm i,
.alert-label,
.copyButtonPopup .modal-title,
.transferButtonPopup .modal-title,
.successButtonPopup .modal-title,
.VerificationCodesentsuccessfullyButtonPopup .modal-title,
.closedButtonPopup .modal-title,
.EmailSentSuccessfullyButtonPopup .modal-title,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-title,
.profile-image-modal .modal-title,
.image-modal .modal-title,
.navigation-container,
.navigation-block,
.navigation-block > div,
.title-card-filter,
.table-details,
.form-group-step,
.item-step,
.table-body .table-body-tr,
.title-block-table,
.block-table,
.footer-confirm,
.d-flex-links,
.txt-limit,
.flex-preloader,
.form-wrapper-header,
.form-wrapper-footer-btn,
.form-wrapper-footer-content,
.coming-soon,
.btn-captcha,
.flex-done,
.center-v-g,
.form-check-image,
.btn-img,
.table.table-top td .txt-table,
.tab-pane-footer {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 1px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1077px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1077px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column,
.no-found-block,
.block-section-icon,
.upload-img {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap,
.transaction-col-2,
.no-found-block,
.block-section-icon {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end,
.accordion .table .group-btn,
.txt-limit,
.table.table-top td .txt-table {
  justify-content: flex-end !important;
}
.justify-content-center,
.btn-hidden,
.input-group-text,
.no-found-block,
.pagination,
.card-banner.card-banner-center,
.block-section-icon,
.icon-radius,
.icon-bg-sm,
.icon-bg-sm i,
.upload-img,
.item-step,
.flex-preloader,
.form-wrapper-header,
.btn-captcha,
.center-v-g,
.form-check-image,
.btn-img {
  justify-content: center !important;
}
.justify-content-between,
.header-banner-content,
.header-info .notification-header,
.dropdown-menu-between .dropdown-item,
.tab-pane-body,
.block-labels,
.table-card,
.list-card-banner,
.label-btn-code,
.title-card-filter,
.footer-confirm,
.form-wrapper-footer-btn,
.form-wrapper-footer-content,
.tab-pane-footer {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end,
.color-link-icon,
.graph-block .charts {
  align-items: flex-end !important;
}
.align-items-center,
.btn-hidden,
.btn-icon,
.btn-flex,
.card-header-dropdown,
.header-banner-content,
.navbar-collapse .nav-item .nav-link,
.flex-card-container,
.group-btn,
.sorticon,
.media-table,
.header-info .notification-header,
.dropdown-menu-between .dropdown-item,
.card-container .card-container-header,
.no-found-block,
.block-labels,
.table-card,
.card-banner,
.block-section-icon,
.list-card-banner,
.d-flex-form-control,
.label-btn-code,
.media-group,
.alert.alert-icon,
.icon-radius,
.icon-bg-sm,
.icon-bg-sm i,
.alert-label,
.copyButtonPopup .modal-title,
.transferButtonPopup .modal-title,
.successButtonPopup .modal-title,
.VerificationCodesentsuccessfullyButtonPopup .modal-title,
.closedButtonPopup .modal-title,
.EmailSentSuccessfullyButtonPopup .modal-title,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-title,
.profile-image-modal .modal-title,
.image-modal .modal-title,
.navigation-container,
.navigation-block,
.navigation-block > div,
.title-card-filter,
.upload-img,
.form-group-step,
.item-step,
.table-body .table-body-tr,
.title-block-table,
.d-flex-links,
.txt-limit,
.flex-preloader,
.form-wrapper-header,
.form-wrapper-footer-btn,
.form-wrapper-footer-content,
.btn-captcha,
.flex-done,
.center-v-g,
.form-check-image,
.btn-img,
.table.table-top td .txt-table,
.tab-pane-footer,
.footer-confirm {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 1px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1077px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1077px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 1px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1077px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1077px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100,
.form-group-style {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.flex-card .flex-card-footer,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 1px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1077px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1077px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 1px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1077px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1077px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #0db46e !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0a8451 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-body {
  color: #000 !important;
}
.text-muted {
  color: #a19ead !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1077px !important;
  }
  .container {
    min-width: 1077px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "Gilroy-Bolder";
  src: url(/assets/fonts/Gilroy-ExtraBold.eot);
  src:
    local("/assets/fonts/Gilroy-ExtraBold"),
    local("Gilroy-ExtraBold"),
    url(/assets/fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-ExtraBold.woff) format("woff"),
    url(/assets/fonts/Gilroy-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-Heavy.eot);
  src:
    local("/assets/fonts/Gilroy-Heavy"),
    local("Gilroy-Heavy"),
    url(/assets/fonts/Gilroy-Heavy.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Heavy.woff) format("woff"),
    url(/assets/fonts/Gilroy-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-LightItalic.eot);
  src:
    local("/assets/fonts/Gilroy-Light Italic"),
    local("Gilroy-LightItalic"),
    url(/assets/fonts/Gilroy-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-LightItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-ThinItalic.eot);
  src:
    local("/assets/fonts/Gilroy-ThinItalic"),
    local("Gilroy-ThinItalic"),
    url(/assets/fonts/Gilroy-ThinItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-ThinItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-BlackItalic.eot);
  src:
    local("/assets/fonts/Gilroy-BlackItalic"),
    local("Gilroy-BlackItalic"),
    url(/assets/fonts/Gilroy-BlackItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-BlackItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-BoldItalic.eot);
  src:
    local("/assets/fonts/Gilroy-BoldItalic"),
    local("Gilroy-BoldItalic"),
    url(/assets/fonts/Gilroy-BoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-BoldItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "GilroySemiBold";
  src: url(/assets/fonts/Gilroy-SemiBold.eot);
  src:
    local("/assets/fonts/Gilroy-SemiBold"),
    local("Gilroy-SemiBold"),
    url(/assets/fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-SemiBold.woff) format("woff"),
    url(/assets/fonts/Gilroy-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-UltraLightItalic.eot);
  src:
    local("/assets/fonts/Gilroy-UltraLightItalic"),
    local("Gilroy-UltraLightItalic"),
    url(/assets/fonts/Gilroy-UltraLightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-UltraLightItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-UltraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "GilroySemiBoldItali";
  src: url(/assets/fonts/Gilroy-SemiBoldItalic.eot);
  src:
    local("/assets/fonts/Gilroy-SemiBoldItalic"),
    local("Gilroy-SemiBoldItalic"),
    url(/assets/fonts/Gilroy-SemiBoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-SemiBoldItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url(/assets/fonts/Gilroy-Light.eot);
  src:
    local("/assets/fonts/Gilroy-Light"),
    local("Gilroy-Light"),
    url(/assets/fonts/Gilroy-Light.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Light.woff) format("woff"),
    url(/assets/fonts/Gilroy-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-MediumItalic";
  src: url(/assets/fonts/Gilroy-MediumItalic.eot);
  src:
    local("/assets/fonts/Gilroy-MediumItalic"),
    local("Gilroy-MediumItalic"),
    url(/assets/fonts/Gilroy-MediumItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-MediumItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-ExtraBoldItalic.eot);
  src:
    local("/assets/fonts/Gilroy-ExtraBoldItalic"),
    local("Gilroy-ExtraBoldItalic"),
    url(/assets/fonts/Gilroy-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-ExtraBoldItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url(/assets/fonts/Gilroy-Regular.eot);
  src:
    local("/assets/fonts/Gilroy-Regular"),
    local("Gilroy-Regular"),
    url(/assets/fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Regular.woff) format("woff"),
    url(/assets/fonts/Gilroy-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-HeavyItalic.eot);
  src:
    local("/assets/fonts/Gilroy-HeavyItalic"),
    local("Gilroy-HeavyItalic"),
    url(/assets/fonts/Gilroy-HeavyItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-HeavyItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-HeavyItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url(/assets/fonts/Gilroy-Medium.eot);
  src:
    local("/assets/fonts/Gilroy-Medium"),
    local("Gilroy-Medium"),
    url(/assets/fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Medium.woff) format("woff"),
    url(/assets/fonts/Gilroy-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-RegularItalic.eot);
  src:
    local("/assets/fonts/Gilroy-RegularItalic"),
    local("Gilroy-RegularItalic"),
    url(/assets/fonts/Gilroy-RegularItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-RegularItalic.woff) format("woff"),
    url(/assets/fonts/Gilroy-RegularItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-UltraLight.eot);
  src:
    local("/assets/fonts/Gilroy-UltraLight"),
    local("Gilroy-UltraLight"),
    url(/assets/fonts/Gilroy-UltraLight.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-UltraLight.woff) format("woff"),
    url(/assets/fonts/Gilroy-UltraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url(/assets/fonts/Gilroy-Bold.eot);
  src:
    local("/assets/fonts/Gilroy-Bold"),
    local("Gilroy-Bold"),
    url(/assets/fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Bold.woff) format("woff"),
    url(/assets/fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-Thin.eot);
  src:
    local("/assets/fonts/Gilroy Thin"),
    local("Gilroy-Thin"),
    url(/assets/fonts/Gilroy-Thin.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Thin.woff) format("woff"),
    url(/assets/fonts/Gilroy-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy-Black.eot);
  src:
    local("/assets/fonts/Gilroy Black"),
    local("Gilroy-Black"),
    url(/assets/fonts/Gilroy-Black.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Gilroy-Black.woff) format("woff"),
    url(/assets/fonts/Gilroy-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url(/assets/fonts/icomoon.eot);
  src:
    url(/assets/fonts/icomoon.eot) format("embedded-opentype"),
    url(/assets/fonts/icomoon.ttf) format("truetype"),
    url(/assets/fonts/icomoon.woff) format("woff"),
    url(/assets/fonts/icomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icon-swap";
  src: url(/assets/fonts/icon-swap.eot);
  src:
    url(/assets/fonts/icon-swap.eot) format("embedded-opentype"),
    url(/assets/fonts/icon-swap.ttf) format("truetype"),
    url(/assets/fonts/icon-swap.woff) format("woff"),
    url(/assets/fonts/icon-swap.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon.icon-swap:before {
  content: "\e900";
}
.icon.icon-swap {
  font-family: "icon-swap" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-accordion-arrow:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-borrow:before {
  content: "\e902";
}
.icon-dashboard:before {
  content: "\e903";
}
.icon-deposit:before {
  content: "\e904";
}
.icon-earn:before {
  content: "\e905";
}
.icon-glocke:before {
  content: "\e906";
}
.icon-manage-accounts:before {
  content: "\e907";
}
.icon-transactions:before {
  content: "\e908";
}
.icon-withdraw:before {
  content: "\e909";
}
@font-face {
  font-family: "icomoon2";
  src: url(/assets/fonts/icomoon2.eot);
  src:
    url(/assets/fonts/icomoon2.eot) format("embedded-opentype"),
    url(/assets/fonts/icomoon2.ttf) format("truetype"),
    url(/assets/fonts/icomoon2.woff) format("woff"),
    url(/assets/fonts/icomoon2.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon2-],
[class*=" icon2-"] {
  font-family: "icomoon2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2-transfer:before {
  content: "\e900";
}
.icon2-calendar:before {
  content: "\e901";
}
.icon2-close:before {
  content: "\e902";
}
.icon2-arrow-bottom:before {
  content: "\e903";
}
.icon2-arrow-top:before {
  content: "\e904";
}
.icon2-check:before {
  content: "\e905";
}
@font-face {
  font-family: "icomoon3";
  src: url(/assets/fonts/icomoon3.eot);
  src:
    url(/assets/fonts/icomoon3.eot) format("embedded-opentype"),
    url(/assets/fonts/icomoon3.ttf) format("truetype"),
    url(/assets/fonts/icomoon3.woff) format("woff"),
    url(/assets/fonts/icomoon3.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon3-],
[class*=" icon3-"] {
  font-family: "icomoon3" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon3-uniE900:before {
  content: "\e900";
}
.icon3-copy-address:before {
  content: "\e901";
}
.icon3-debit-card .path1:before {
  content: "\e902";
  color: #949796;
}
.icon3-debit-card .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: #fff;
}
.icon3-debit-card .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: #949796;
}
.icon3-debit-card .path4:before {
  content: "\e905";
  margin-left: -1em;
  color: #949796;
}
.icon-debit-card .path5:before {
  content: "\e906";
  margin-left: -1em;
  color: #949796;
}
.icon3-bank-transfer .path1:before {
  content: "\e907";
  color: #000;
}
.icon3-bank-transfer .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: #fff;
}
.icon3-bank-transfer .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: #fff;
}
.icon3-bank-transfer .path4:before {
  content: "\e90a";
  margin-left: -1em;
  color: #fff;
}
.icon3-bank-transfer .path5:before {
  content: "\e90b";
  margin-left: -1em;
  color: #000;
}
.icon3-bank-transfer .path6:before {
  content: "\e90c";
  margin-left: -1em;
  color: #000;
}
.icon3-bank-transfer .path7:before {
  content: "\e90d";
  margin-left: -1em;
  color: #000;
}
.icon3-bank-transfer .path8:before {
  content: "\e90e";
  margin-left: -1em;
  color: #fff;
}
.icon3-bank-transfer .path9:before {
  content: "\e90f";
  margin-left: -1em;
  color: #000;
}
.icon3-bank-transfer .path10:before {
  content: "\e910";
  margin-left: -1em;
  color: #fff;
}
.icon3-i:before {
  content: "\e911";
}
@font-face {
  font-family: "icomoonfm";
  src: url(/assets/fonts/icomoonfm.eot);
  src:
    url(/assets/fonts/icomoonfm.eot) format("embedded-opentype"),
    url(/assets/fonts/icomoonfm.ttf) format("truetype"),
    url(/assets/fonts/icomoonfm.woff) format("woff"),
    url(/assets/fonts/icomoonfm.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icomoonfm-],
[class*=" icomoonfm-"] {
  font-family: "icomoonfm" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoonfm-camera:before {
  content: "\e900";
}
.icomoonfm-circle-search:before {
  content: "\e901";
  color: #d63333;
}
.icomoonfm-smile:before {
  content: "\e902";
  color: #c4c3d0;
}
.icomoonfm-comments:before {
  content: "\e903";
}
.icomoonfm-watch-2:before {
  content: "\e904";
  color: #d63333;
}
.icomoonfm-confidence:before {
  content: "\e905";
  color: #d63333;
}
.icomoonfm-network:before {
  content: "\e906";
  color: #d63333;
}
.icomoonfm-play:before {
  content: "\e907";
  color: #c4c3d0;
}
.icomoonfm-file-empty:before {
  content: "\e908";
  color: #c4c3d0;
}
.icomoonfm-plusic:before {
  content: "\e909";
}
.icomoonfm-two-line:before {
  content: "\e90a";
  color: #d63333;
}
.icomoonfm-compass:before {
  content: "\e90b";
  color: #fff;
}
.icomoonfm-menu:before {
  content: "\e90c";
}
.icomoonfm-menu-grad:before {
  content: "\e90d";
}
.icomoonfm-download:before {
  content: "\e90e";
  color: #848293;
}
.icomoonfm-tables:before {
  content: "\e90f";
  color: #848293;
}
.icomoonfm-list:before {
  content: "\e910";
}
.icomoonfm-users:before {
  content: "\e911";
}
.icomoonfm-phone:before {
  content: "\e912";
}
.icomoonfm-log:before {
  content: "\e913";
}
.icomoonfm-money:before {
  content: "\e914";
  color: #d63333;
}
.icomoonfm-leaf:before {
  content: "\e916";
  color: #d63333;
}
.icomoonfm-power:before {
  content: "\e917";
}
.icomoonfm-cog:before {
  content: "\e918";
}
@font-face {
  font-family: "icomoonmenu";
  src: url(/assets/fonts/icomoonmenu.eot);
  src:
    url(/assets/fonts/icomoonmenu.eot) format("embedded-opentype"),
    url(/assets/fonts/icomoonmenu.ttf) format("truetype"),
    url(/assets/fonts/icomoonmenu.woff) format("woff"),
    url(/assets/fonts/icomoonmenu.svg#icomoonmenu) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icomoonmenu-],
[class*=" icomoonmenu-"] {
  font-family: "icomoonmenu" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoonmenu-user-plus:before {
  content: "\e973";
}
.icomoonmenu-cog:before {
  content: "\e994";
}
.icomoonmenu-cogs:before {
  content: "\e995";
}
@font-face {
  font-family: "icomoonfm2";
  src: url(/assets/fonts/icomoonfm2.eot);
  src:
    url(/assets/fonts/icomoonfm2.eot) format("embedded-opentype"),
    url(/assets/fonts/icomoonfm2.ttf) format("truetype"),
    url(/assets/fonts/icomoonfm2.woff) format("woff"),
    url(/assets/fonts/icomoonfm2.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icomoonfm2-],
[class*=" icomoonfm2-"] {
  font-family: "icomoonfm2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoonfm2-check:before {
  content: "\e900";
}
.icomoonfm2-clock:before {
  content: "\e901";
}
.icomoonfm2-fb:before {
  content: "\e902";
}
.icomoonfm2-minus:before {
  content: "\e903";
}
.icomoonfm2-import:before {
  content: "\e904";
}
.icomoonfm2-search:before {
  content: "\e905";
}
.icomoonfm2-imob-style:before {
  content: "\e906";
}
.icomoonfm2-v-style:before {
  content: "\e907";
}
.icomoonfm2-youb-style:before {
  content: "\e908";
}
.icomoonfm2-in-style:before {
  content: "\e909";
}
.icomoonfm2-f-style:before {
  content: "\e90a";
}
.icomoonfm2-style:before {
  content: "\e90b";
}
.icomoonfm2-map:before {
  content: "\e90c";
}
.icomoonfm2-coment:before {
  content: "\e90d";
}
.icomoonfm2-union:before {
  content: "\e90e";
}
.icomoonfm2-right-pagination:before {
  content: "\e90f";
}
.icomoonfm2-plus:before {
  content: "\e910";
}
.icomoonfm2-in:before {
  content: "\e911";
}
.icomoonfm2-like:before {
  content: "\e912";
}
.icomoonfm2-calnd:before {
  content: "\e913";
}
.icomoonfm2-left:before {
  content: "\e914";
}
.icomoonfm2-left-bold:before {
  content: "\e915";
}
.icomoonfm2-t:before {
  content: "\e916";
}
.icomoonfm2-youtube:before {
  content: "\e917";
}
.icomoonfm2-inst:before {
  content: "\e918";
}
.icomoonfm2-stars:before {
  content: "\e91a";
}
@font-face {
  font-family: "icomoonfm3";
  src: url(/assets/fonts/icomoonfm3.eot);
  src:
    url(/assets/icomoonfm3.eot) format("embedded-opentype"),
    url(/assets/fonts/icomoonfm3.ttf) format("truetype"),
    url(/assets/fonts/icomoonfm3.woff) format("woff"),
    url(/assets/fonts/icomoonfm3.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icomoonfm3-],
[class*=" icomoonfm3-"] {
  font-family: "icomoonfm3" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoonfm3-user:before {
  content: "\e971";
}
.icomoonfm3-shield:before {
  content: "\e9b4";
}
.icomoonfm3-question:before {
  content: "\ea09";
}
.icomoon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
}
.icomoon.icomoon-pencil {
  background-image: url("./media/pencil.svg");
}
a {
  color: #2460fa;
  text-decoration: none;
}
a:hover {
  color: #1740a8;
}
.Gilroy-Regular {
  font-family: "Gilroy-Regular" !important;
}
.plus {
  background-image: url(/assets/images/plus.svg);
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  background-repeat: no-repeat;
  border: 0;
}
.chosen {
  position: relative;
  padding-right: 15px;
}
.chosen:before {
  position: absolute;
  content: "";
  right: 0;
  background-image: url(/assets/images/chosen.svg);
  width: 10px;
  min-height: 8px;
  min-width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  border: 0;
  top: 8px;
}
.icon-upload {
  background-image: url(/assets/images/upload.svg);
  width: 18px;
  min-width: 18px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  display: block;
}
.review-icon-min,
.nav-tabs-icon .nav-link.review .title-tab-icon:before {
  background-image: url(/assets/images/review-icon.svg);
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.review-icon {
  background-image: url(/assets/images/review-icon-max.svg);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.disabled-icon,
.nav-tabs-icon .nav-link.not-verified .title-tab-icon:before {
  background-image: url(/assets/images/disabled-icon.svg);
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.disabled-icon-max,
.not-verified-icon {
  background-image: url(/assets/images/disabled-icon-max.svg);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.verified-icon-min,
.nav-tabs-icon .nav-link.verified .title-tab-icon:before {
  background-image: url(/assets/images/verified-icon.svg);
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.verified-icon {
  background-image: url(/assets/images/verified-icon-max.svg);
  width: 41px;
  min-width: 41px;
  height: 41px;
  min-height: 41px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.verified-icon-lg {
  background-image: url(/assets/images/verified-icon-max.svg);
  width: 61px;
  min-width: 61px;
  height: 61px;
  min-height: 61px;
  background-repeat: no-repeat;
  border: 0;
  background-size: contain;
  border-radius: 100px;
}
.arrow-back {
  background-image: url(/assets/images/arrow.svg);
  width: 15px;
  min-width: 15px;
  height: 10px;
  min-height: 10px;
  background-repeat: no-repeat;
  border: 0;
}
.arrow-copied {
  background-image: url(/assets/images/arrow-copied.svg);
  width: 23px;
  min-width: 23px;
  height: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  border: 0;
}
.arrow-copied-w {
  background-image: url(/assets/images/arrow-copied-w.svg);
  width: 23px;
  min-width: 23px;
  height: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  border: 0;
}
.icon-password {
  background-image: url(/assets/images/icon-password.svg);
  width: 22px;
  min-width: 22px;
  height: 15px;
  min-height: 15px;
  background-repeat: no-repeat;
  border: 0;
}
.icon-password-hidden {
  background-image: url(/assets/images/icon-password-hidden.svg);
  width: 19px;
  min-width: 22px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
}
.icon-password-key {
  background-image: url(/assets/images/icon-key.svg);
  width: 10px;
  min-width: 10px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
}
.no-found-icon {
  background-image: url(/assets/images/no-transactions-found.svg);
  width: 38px;
  min-width: 38px;
  height: 53px;
  min-height: 53px;
  background-repeat: no-repeat;
  border: 0;
}
.icon-thank-you {
  background-image: url(/assets/images/icon-thank-you.svg);
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100px;
}
.any-time {
  background-image: url(/assets/images/any-time.svg);
  width: 27px;
  min-width: 27px;
  height: 30px;
  min-height: 30px;
  background-repeat: no-repeat;
  border: 0;
  display: block;
}
.out-daily {
  background-image: url(/assets/images/out-daily.svg);
  width: 28px;
  min-width: 28px;
  height: 27px;
  min-height: 27px;
  background-repeat: no-repeat;
  border: 0;
  display: block;
}
.icon-reboot {
  background-image: url(/assets/images/icon-reboot.svg);
  width: 35px;
  min-width: 35px;
  height: 30px;
  min-height: 30px;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
  display: block;
}
.captcha-arrow {
  background-image: url(/assets/images/captcha-arrow.svg);
  width: 25px;
  min-width: 25px;
  height: 17px;
  min-height: 17px;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
  display: block;
}
.form-wrapper-title {
  position: relative;
}
.form-wrapper-title .icon-arrows {
  position: absolute;
  left: 0;
  top: 7px;
}
.icon-arrows {
  background-image: url(/assets/images/arrows.svg);
  width: 25px;
  min-width: 25px;
  height: 17px;
  min-height: 17px;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
  display: block;
}
.color-link-icon {
  font-size: 18px;
  line-height: 20px;
  color: #0056eb;
}
.color-link-icon .icons-link {
  margin-right: 11px;
}
.color-link-icon .icons-link.out-daily {
  margin-right: 5px;
}
p .icon-thank-you {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}
*,
:hover,
:focus,
:active {
  outline: none !important;
  outline-width: 0;
}
img {
  max-width: 100%;
}
html,
body {
  height: 100%;
}
body {
  background-color: #f6f8fb;
}
.hidden {
  display: none !important;
}
.container {
  max-width: 1440px;
  padding-right: 86px;
  padding-left: 86px;
}
.container-max {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.btn:focus,
.btn.focus {
  box-shadow: none;
}
.txt-bold {
  font-family: "Gilroy-Bold";
}
.btn {
  border-radius: 10px;
  font-size: 14px;
  font-family: "Gilroy-Bold";
  padding: 6px 18px;
}
.btn-primary {
  border-color: #0db46e;
  box-shadow: 0px 4px 8px #b3d9fd;
}
.btn-secondary,
.btn-tab .nav-link.active {
  border: none;
  color: #ffffff;
  box-shadow: 0px 4px 8px #b3d9fd;
}
.btn-secondary:hover,
.btn-tab .nav-link.active:hover,
.btn-secondary:focus,
.btn-tab .nav-link.active:focus,
.btn-secondary:active,
.btn-tab .nav-link.active:active {
  box-shadow: 0px 4px 8px #b3d9fd;
}
.btn-secondary-middle {
  border: none;
  background: #e1edfe;
  color: #0056eb;
}
.btn-secondary-middle:hover,
.btn-secondary-middle:focus,
.btn-secondary-middle:active {
  background: #eef5fe;
  color: #0056eb;
}
.btn-warning {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
  background-color: #fff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  border-color: #ff0000 !important;
  color: #fff !important;
  background-color: #ff0000 !important;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active {
  opacity: 1;
  border-color: #c4c4c4 !important;
  color: #c4c4c4 !important;
  background-color: #fff !important;
}
.btn-color.btn-lg,
.btn-group-lg > .btn-color.btn {
  padding-left: 22px;
  padding-right: 22px;
}
.btn-cancel {
  background: transparent;
}
.p-lg-28 {
  padding: 28px 0;
}
.mrl-normal {
  margin: 0 35px !important;
}
.mrl-normal-close-account {
  margin: 0 25px !important;
}
.w-td-medium {
  width: 135px;
  padding-right: 5px !important;
}
.btn-hidden {
  background: #f6f8fb;
  height: 38px;
  width: 38px;
  min-width: 38px;
  border-radius: 100px;
  color: #000;
  cursor: pointer;
}
.btn-hidden i {
  font-size: 11px;
}
.btn-hidden.active i {
  -moz-transform: rotate(1800grad);
  -ms-transform: rotate(1800grad);
  -webkit-transform: rotate(1800grad);
  -o-transform: rotate(1800grad);
  transform: rotate(1800grad);
}
.btn-hidden.active ~ .tab-pane-body-hidden {
  display: none !important;
}
.btn-accordion {
  border: none;
  background-color: transparent;
  color: #a19ead;
  padding: 0;
  font-size: 20px;
}
.btn-accordion i:before {
  display: block;
  margin-top: -1px;
}
.btn-accordion:hover,
.btn-accordion:focus,
.btn-accordion:active {
  box-shadow: none;
}
.btn-accordion.collapsed {
  -moz-transform: rotate(1800grad);
  -ms-transform: rotate(1800grad);
  -webkit-transform: rotate(1800grad);
  -o-transform: rotate(1800grad);
  transform: rotate(1800grad);
}
.btn-accordion.collapsed i:before {
  display: block;
  margin-top: -4px;
}
.btn-link {
  color: #2460fa;
  font-size: 16px;
  padding: 0;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  box-shadow: none;
  color: #1740a8;
  text-decoration: none;
}
.txt-link {
  color: #2460fa;
}
.container-block-page-txt .txt-linker {
  font-size: 16px;
  font-family: "Gilroy-MediumItalic";
  margin-top: 0px;
  margin-bottom: 21px;
}
.btn-icon i {
  margin-right: 10px;
}
.min-h-400 {
  min-height: 400px;
  padding-bottom: 20px;
}
.center-v-g.min-h-400 {
  padding-bottom: 30px;
}
.btn-light {
  color: #a19ead;
  background: #fff;
  border-color: #a19ead;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  box-shadow: none;
  color: #fff;
  background: #a19ead;
  border-color: #a19ead;
}
.btn-light-bg {
  color: #2669fc;
  background: #f6f8fb;
  border-color: #f6f8fb;
}
.btn-light-bg:hover,
.btn-light-bg:focus,
.btn-light-bg:active,
.btn-light-bg.active {
  box-shadow: none;
  color: #f6f8fb;
  background: #2669fc;
  border-color: #2669fc;
}
.btn-group .btn {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 20px;
}
.btn-group .btn i {
  font-size: 19px;
}
.btn-group .btn i.icon2-close {
  font-size: 16px;
}
.btn-group .btn-light.disabled,
.btn-group .btn-light.btn:disabled {
  opacity: 1;
  color: #a19ead;
  background: #fff;
  border-color: #a19ead;
}
.btn-hidden.active ~ .tab-pane-body:nth-child(3) {
  margin-bottom: 5px;
}
.row-content-tabs .left-side .btn .dropdown-item .media-body h5 {
  font-family: "GilroySemiBold";
}
.btn-green {
  background: #22c062;
  border-radius: 10px;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 13px;
}
.btn-flex {
  margin-bottom: 10px;
}
.btn-flex .btn-green {
  background: #22c062;
  border-radius: 10px;
  font-size: 20px;
  color: #ffffff;
  font-family: "Gilroy-Bold";
}
.btn-flex p {
  margin: 0 0 0 10px;
  color: #a19ead;
  line-height: 22px;
  font-size: 16px;
  font-family: "Gilroy-Bold";
}
.close-min {
  background: #ff2727;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-family: "GilroySemiBold";
  font-size: 21px;
  line-height: 21px;
}
.btn-txt {
  font-family: "GilroySemiBold";
  cursor: text !important;
  border-radius: 19px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  padding: 3px 18px;
  position: relative;
  min-width: 115px;
}
.btn-txt:hover,
.btn-txt:focus,
.btn-txt:active {
  box-shadow: none;
}
.btn-txt.btn-txt-close {
  padding-right: 30px;
}
.btn-txt.btn-txt-close .btn-tooltip {
  position: absolute;
  right: 4px;
  top: 2px;
  background: transparent;
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin: 0;
}
.btn-pending {
  background: #fff9d9;
  color: #e2c62e;
}
.btn-pending:hover,
.btn-pending:focus,
.btn-pending:active {
  background: #fff9d9;
  color: #e2c62e;
}
.btn-cancelled {
  background: #ffe1df;
  color: #ff0000;
}
.btn-cancelled:hover,
.btn-cancelled:focus,
.btn-cancelled:active {
  background: #ffe1df;
  color: #ff0000;
}
.btn-completed {
  background: #dfffec;
  color: #0db46e;
}
.btn-completed:hover,
.btn-completed:focus,
.btn-completed:active {
  background: #dfffec;
  color: #0db46e;
}
.btn-processing {
  background: #fff0d9;
  color: #f5ac37;
}
.btn-processing:hover,
.btn-processing:focus,
.btn-processing:active {
  background: #fff0d9;
  color: #f5ac37;
}
.btn-failed {
  background: #ebebeb;
  color: #9a9a9a;
}
.btn-failed:hover,
.btn-failed:focus,
.btn-failed:active {
  background: #ebebeb;
  color: #9a9a9a;
}
.btn-success {
  cursor: text !important;
  background: #dfffec;
  border-radius: 19px;
  font-size: 14px;
  color: #0db47d;
  box-shadow: none;
  border: none;
  padding: 3px 18px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #dfffec;
  box-shadow: none;
  color: #0db47d;
}
.btn-tooltip {
  background-color: #cccbd3;
  border-radius: 100px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 0;
  margin: 0 10px 0 6px;
  font-family: "GilroySemiBold";
  margin-top: -2px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 15px;
}
.btn-tooltip.btn-tooltip-sm {
  min-width: 15px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  margin-top: -2px;
  font-size: 12px;
  margin-right: 0px;
  letter-spacing: 0;
  border: none;
}
.btn-tooltip.btn-tooltip-none {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: auto;
  margin: 0;
}
.btn-tooltip.tooltip-question {
  background-image: url(/assets/images/question-mark.svg);
  border: none;
  border-radius: 100px;
  min-width: 15px !important;
  max-width: 15px !important;
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  padding: 15px 0 0 15px !important;
}
.btn-form-control {
  background: #ffffff;
  border: 1px solid #e7e9ef;
  border-radius: 10px;
  text-align: left;
  font-size: 14px;
  color: #a19ead;
  padding: 7px 50px 7px 20px;
  height: 50px;
  overflow: hidden;
  font-family: "GilroySemiBold";
}
.btn-form-control:hover,
.btn-form-control:focus,
.btn-form-control:active {
  box-shadow: none;
}
.btn-form-control.dropdown-toggle::after {
  right: 28px;
  position: absolute;
  background-image: url(/assets/images/dropdown-toggle-grey.svg);
  width: 10px;
  height: 7px;
  top: 50%;
  margin: 0;
  margin-top: -3px;
  background-repeat: no-repeat;
  border: 0;
}
.btn-form-control.dropdown-toggle::before {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 37px;
  border-radius: 10px;
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.4) 5%, #ffffff 90%);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.4) 5%, #ffffff 90%);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.4) 5%, #ffffff 90%);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0.2) 5%, rgba(255, 255, 255, 0.4) 5%, #ffffff 90%);
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 5%,
      rgba(255, 255, 255, 0.4) 5%,
      #ffffff 90%);
  content: "";
}
.dropdown-form-control-sm .btn-form-control.dropdown-toggle::before {
  display: none;
}
@media (max-width: 991px) {
  .btn-form-control {
    font-size: 12px;
  }
}
.btn-form-control.dropdown-toggle.btn-select {
  color: #16181b;
}
.dropdown-active-black.dropdown-form-control.in-invalid::before,
ngx-intl-tel-input.invalid .dropdown-active-black.dropdown-form-control.iti::before {
  right: 50px;
}
.dropdown.show .btn-form-control.dropdown-toggle::after {
  -moz-transform: rotate(200grad);
  -ms-transform: rotate(200grad);
  -webkit-transform: rotate(200grad);
  -o-transform: rotate(200grad);
  transform: rotate(200grad);
}
.dropdown.dropdown-form-control .dropdown-menu {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ffffff;
  border: 1px solid #efecf9;
  box-shadow: 0px 24px 40px #e6f1fa;
  border-radius: 10px;
  margin-top: 14px;
}
.dropdown.dropdown-form-control .dropdown-menu:before,
.dropdown.dropdown-form-control .dropdown-menu:after {
  -moz-transform: rotate(200grad);
  -ms-transform: rotate(200grad);
  -webkit-transform: rotate(200grad);
  -o-transform: rotate(200grad);
  transform: rotate(200grad);
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: 0.255em;
  content: "";
  right: 12px;
  border-top: 13px solid #efecf9;
  border-right: 13px solid transparent;
  border-bottom: 0;
  border-left: 13px solid transparent;
  top: -13px;
  z-index: 1;
}
.dropdown.dropdown-form-control .dropdown-menu:after {
  top: -11px;
  border-top: 13px solid #fff;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  text-decoration: none;
  padding: 10px 19px 12px 19px;
  white-space: normal;
  font-family: "Gilroy-Medium";
  border-bottom: 2px solid #f6f8fb;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item p {
  color: #9c9cac;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item p span {
  color: #000000;
  display: block;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item p strong {
  color: #000000;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item:last-child {
  border: 0;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active,
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #a19ead;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5,
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item:active .media-table .media-body h5 {
  color: #a19ead;
}
.dropdown.dropdown-form-control.container-select .dropdown-item.active {
  color: black;
  font-weight: bold;
}
.dropdown.dropdown-form-control.container-select .align-img img {
  max-width: inherit;
  min-height: 30px;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item:hover,
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item:focus {
  color: inherit;
  background-color: #f6f8fb;
}
.language-dropdown .btn-form-control {
  text-align: left;
  font-size: 16px;
  color: #000000;
  font-family: "GilroySemiBold";
}
.language-dropdown.dropdown.dropdown-form-control .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
  color: #000000;
}
.language-dropdown.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active,
.language-dropdown.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5 {
  background-color: transparent !important;
  color: #000000;
  font-family: "Gilroy-Bold";
}
.dropdown-active-black.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active {
  background-color: transparent !important;
  color: #000;
  font-family: "Gilroy-Bold";
}
.dropdown-active-black.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5 {
  color: #000;
  font-family: "Gilroy-Bold";
}
.select-txt {
  color: #9c9cac;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
}
.select-txt span {
  color: #000000;
  display: block;
}
.dropdown.dropdown-min {
  margin: 17px 0;
}
.dropdown.dropdown-min .dropdown-toggle {
  font-family: "Gilroy-Bold";
  padding: 0;
  background: transparent;
}
.dropdown.dropdown-min .dropdown-toggle .btn-toggle {
  background: #f6f8fb;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #000000;
  font-family: "Gilroy-Bold";
  width: 70px;
}
.dropdown.dropdown-min .btn:focus,
.dropdown.dropdown-min .btn.focus {
  box-shadow: none;
}
.dropdown.dropdown-min .dropdown-toggle::after {
  background-image: url(/assets/images/dropdown-toggle-grey.svg);
  width: 10px;
  height: 7px;
  top: 50%;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  margin-left: 44px;
}
.dropdown.dropdown-min .dropdown-menu {
  min-width: auto;
  border: none;
  padding: 0;
  width: 70px;
  background: #f6f8fb;
  border-radius: 0px 0px 20px 20px;
  padding-bottom: 6px;
}
.dropdown.dropdown-min .dropdown-menu .dropdown-item {
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #a19ead;
  padding: 2px 18px;
  text-decoration: none;
}
.dropdown.dropdown-min.show .dropdown-toggle .btn-toggle {
  border-radius: 20px 20px 0px 0px;
}
.dropdown.dropdown-min .dropdown-menu .dropdown-item.active,
.dropdown.dropdown-min .dropdown-menu .dropdown-item.active-default,
.dropdown.dropdown-min .dropdown-menu .dropdown-item.active.active-default,
.dropdown.dropdown-min .hover-btn-toggle.dropdown-menu .dropdown-item.active.active-default {
  background-color: #fff;
  cursor: text;
}
.dropdown.dropdown-min .hover-btn-toggle.dropdown-menu .dropdown-item.active-default {
  background-color: transparent;
  cursor: pointer;
}
.dropdown.dropdown-min .dropdown-item:active {
  background-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: inherit;
}
.card-header-dropdown .title-dropdown {
  margin-right: 10px;
}
.title-dropdown {
  font-size: 14px;
  color: #a19ead;
  font-family: "Gilroy-Bold";
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
  padding: 13px 1rem;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.wrapper .main {
  margin-top: 180px;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
ngx-intl-tel-input.invalid .form-control,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
.invalid-feedback {
  font-size: 10px !important;
  line-height: 12px;
  color: #ff0000 !important;
  font-family: "Gilroy-Medium";
  font-style: italic;
}
.in-invalid,
ngx-intl-tel-input.invalid .iti {
  position: relative;
}
.in-invalid .form-control,
ngx-intl-tel-input.invalid .iti .form-control {
  padding-right: 40px;
}
.in-invalid:before,
ngx-intl-tel-input.invalid .iti:before {
  position: absolute;
  background-color: #ff0000;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  top: 22px;
  right: 22px;
  content: "";
  z-index: 1;
}
.in-invalid .iti ~ .invalid-feedback,
ngx-intl-tel-input.invalid .iti .iti ~ .invalid-feedback {
  display: block;
}
strong {
  font-family: "Gilroy-Bolder";
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
.block-page {
  margin-bottom: 30px;
}
.block-page.last-block {
  margin-bottom: 40px;
}
.gradient,
.btn-secondary,
.btn-tab .nav-link.active,
.banner {
  background: -moz-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -webkit-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -o-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -ms-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background:
    linear-gradient(
      286.39deg,
      #2460fa 6.29%,
      #24adfa 94.08%);
}
.gradient-hover,
.btn-secondary:hover,
.btn-tab .nav-link.active:hover,
.btn-secondary:focus,
.btn-tab .nav-link.active:focus,
.btn-secondary:active,
.btn-tab .nav-link.active:active {
  background: -moz-linear-gradient(286.39deg, #2460fa 6.29%, #2460fa 94.08%);
  background: -webkit-linear-gradient(286.39deg, #2460fa 6.29%, #2460fa 94.08%);
  background: -o-linear-gradient(286.39deg, #2460fa 6.29%, #2460fa 94.08%);
  background: -ms-linear-gradient(286.39deg, #2460fa 6.29%, #2460fa 94.08%);
  background:
    linear-gradient(
      286.39deg,
      #2460fa 6.29%,
      #2460fa 94.08%);
}
.header-banner {
  background: -moz-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -webkit-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -o-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -ms-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background:
    linear-gradient(
      286.39deg,
      #2460fa 6.29%,
      #24adfa 94.08%);
}
.header-banner-content {
  padding: 8px 0;
}
.header-banner-content p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.header-banner-content a {
  color: #fff;
  text-decoration: underline;
}
.header-banner-content a:hover,
.header-banner-content a:focus,
.header-banner-content a:active {
  text-decoration: none;
}
.header-banner-content .btn {
  margin-left: 30px;
  border-radius: 6px;
  box-shadow: none;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 1px solid #f6f8fb;
}
.header-navbar {
  background: #ffffff;
}
.header-navbar .navbar {
  padding: 0;
}
.logo {
  min-width: 36px;
  min-height: 36px;
  width: 36px;
  height: 36px;
  background-image: url(/assets/images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.logo.navbar-brand {
  padding: 25px;
  width: 86px;
  min-width: 86px;
  height: 86px;
  min-height: 86px;
  border-right: 1px solid #ebeaef;
  margin-right: 0;
}
.navbar-collapse .nav-item {
  font-size: 18px;
  color: #a19ead;
}
.navbar-collapse .nav-item .nav-link {
  color: #a19ead;
  text-decoration: none;
  padding: 29px 20px;
}
.navbar-collapse .nav-item .nav-link i {
  margin-right: 10px;
  font-size: 25px;
}
.navbar-collapse .nav-item .nav-link i.icon-transactions {
  font-size: 22px;
}
.navbar-collapse .nav-item.active {
  border-bottom: 3px solid #2460fa;
  margin-bottom: -3px;
}
.navbar-collapse .nav-item.active .nav-link,
.navbar-collapse .nav-item:hover .nav-link {
  color: #000;
}
.banner {
  border-radius: 10px;
  position: relative;
  padding: 28px 30px 28px 30px;
}
.banner * {
  color: #fff;
}
.banner .title-banner {
  font-size: 30px;
  line-height: 36px;
  font-family: "Gilroy-Bolder";
  margin-bottom: 3px;
}
.banner a {
  text-decoration: underline;
  color: #fff;
}
.banner a:hover,
.banner a:focus,
.banner a:active {
  text-decoration: none;
  color: #fff;
}
.banner p,
.banner a {
  font-size: 16px;
  line-height: 27px;
}
.banner p {
  margin-top: 8px;
  margin-bottom: 0px;
}
.banner p:first-child {
  margin-top: 0px;
}
.banner p:last-child {
  margin-bottom: 0px;
}
.banner.banner-img {
  padding-right: 40%;
  min-height: 186px;
}
.banner.banner-img:before {
  position: absolute;
  right: 0;
  content: "";
  top: 0;
  height: 100%;
  width: 40%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url(/assets/images/banner-bg.png);
}
.banner .close {
  right: 13px;
  position: absolute;
  top: 7px;
  font-family: "Gilroy-Light";
  font-weight: 100;
  text-shadow: none;
}
.card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 23px 30px;
  border: none;
}
.title-card,
.title-card-bold {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.title-card-bold {
  font-family: "Gilroy-Bold";
}
.card-group .card {
  background: transparent;
  padding: 0 15px;
}
.card-group .card:first-child {
  padding-left: 0;
}
.card-group .card:last-child {
  padding-right: 0;
}
.card-group .card .card-body {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 30px 30px 30px;
}
.card-group .card .card-footer {
  padding: 20px 0 0 0;
  background: none;
  border: none;
}
.interest-accounts-mt {
  margin-top: -20px;
}
.coin-mt {
  margin-top: -22px;
}
.flex-card {
  flex-direction: column;
  height: 100%;
}
.flex-card .flex-card-footer {
  padding-top: 7px;
}
.flex-card-container {
  margin-bottom: 10px;
}
.flex-card-container .flex-card-txt {
  width: 486px;
  padding-right: 11px;
  min-width: 412px;
}
.flex-card-container .flex-card-txt .title-card-bold {
  margin-bottom: 5px;
}
.flex-card-container .flex-card-txt p {
  margin: 0;
  line-height: 26px;
}
.flex-card-container.flex-card-container-modal .flex-card-txt {
  min-width: 280px;
  width: 280px;
  padding-right: 0 !important;
}
.flex-card-container.flex-card-container-modal .modal-img-deposit {
  width: 100%;
  min-width: 100%;
  margin-top: -9px;
  margin-bottom: -20px;
}
.flex-card-container.flex-card-container-modal .modal-img-deposit2 {
  width: 100%;
  min-width: 100%;
  margin-top: -13px;
  margin-bottom: -20px;
}
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before {
  border-top-color: #3a4347 !important;
}
.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before {
  border-left-color: #3a4347 !important;
}
.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before {
  border-right-color: #3a4347 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  border-bottom-color: #3a4347 !important;
}
.group-btn .btn-tooltip {
  background-color: #f6f8fb;
  font-size: 18px;
  color: #a19ead;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  margin-right: 10px;
}
.group-btn .btn-tooltip .icon-manage-accounts {
  font-size: 20px;
}
.invite-title {
  color: #22c062 !important;
}
.tooltip {
  opacity: 1 !important;
}
.tooltip-inner {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  line-height: 19px;
  font-family: "Gilroy-Regular";
  background: #3a4347 !important;
  border-radius: 6px;
  max-width: 256px;
  padding: 16px 21px;
}
.tooltip-min {
  font-size: 14px !important;
  font-family: "Gilroy-Regular" !important;
  display: block;
  height: 10px;
  margin-top: -6px;
  width: -moz-calc(100% - 14px);
  width: -webkit-calc(100% - 14px);
  width: -o-calc(100% - 14px);
  width: calc(100% - 14px);
  white-space: nowrap;
  margin-left: -2px;
  margin-right: -2px;
}
.wmax100 {
  max-width: 100% !important;
}
.ml-40 {
  margin-right: 40px !important;
}
.w444 {
  max-width: 140px;
  width: 140px;
  display: block;
}
.card-deck .card,
.card-style-none .card {
  padding: 23px 30px 15px 30px;
}
.card-deck .card .card-body,
.card-style-none .card .card-body {
  padding: 0;
}
.card-deck .card .card-info-lg,
.card-style-none .card .card-info-lg {
  font-size: 40px;
  line-height: 46px;
}
.card-deck .card .card-footer,
.card-style-none .card .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.card-deck .card .card-footer .card-info,
.card-style-none .card .card-footer .card-info {
  font-size: 40px;
  line-height: 46px;
}
.card-deck .card-title,
.card-style-none .card-title {
  color: #a19ead;
  font-size: 16px;
  margin-bottom: 12px;
}
.card-deck .card-mb,
.card-style-none .card-mb {
  margin-bottom: 30px;
}
.card-deck .card-mb:last-child,
.card-style-none .card-mb:last-child {
  margin-bottom: 0;
}
.card-deck.card-deck-style .card,
.card-style-none.card-deck-style .card {
  background-color: transparent;
  flex: initial;
  padding: 15px 30px 15px 30px;
}
.card-deck.card-deck-style .card:first-child,
.card-style-none.card-deck-style .card:first-child {
  padding-left: 0px;
}
.card-deck.card-deck-style .card:last-child,
.card-style-none.card-deck-style .card:last-child {
  padding-right: 0px;
}
.card-deck.card-deck-style .card-info,
.card-style-none.card-deck-style .card-info {
  padding-top: 5px;
}
.card-deck.card-deck-style .card-info.card-info-lg,
.card-style-none.card-deck-style .card-info.card-info-lg {
  padding-top: 0;
}
.card-info {
  font-family: "Gilroy-Bold";
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #000000;
  line-height: 36px;
  white-space: nowrap;
}
.card-style-none .card-body {
  padding: 20px;
}
.card-style-none .card-body .card-info {
  font-size: 20px;
}
.card-style-none .card-body .card-title {
  margin-bottom: 5px;
}
.card-style-none .card-mb {
  margin-bottom: 35px;
}
.right-side .card-style-none {
  height: 100%;
  border: 1px solid #edecf0;
}
.right-side .card.card-style-none {
  padding: 30px 20px !important;
}
.right-side .card.card-style-none .card-body {
  padding: 0 !important;
}
.accordion .table {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.accordion .table td {
  border-top: 2px solid #f6f8fb;
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.accordion .table td:first-child {
  padding-left: 30px;
  width: 20%;
}
.accordion .table td:last-child {
  text-align: right;
  padding-right: 20px;
}
.accordion .table th {
  border: 0;
  padding: 9px 10px;
  color: #a19ead;
  font-size: 16px;
}
.accordion .table th:last-child {
  text-align: right;
  padding-right: 20px;
}
.accordion .table th:first-child {
  padding-left: 30px;
  width: 20%;
}
.accordion .table th .table-title,
.accordion .table th .btn {
  font-family: "GilroySemiBold";
}
.accordion .table th .btn-tooltip {
  margin-top: -3px;
}
.accordion .table .group-btn .btn:first-child {
  margin-left: 0;
}
.accordion .table .group-btn .btn:last-child {
  margin-right: 0;
}
.accordion-alert .collapse {
  width: 100%;
  min-height: 90px !important;
}
.accordion-alert .collapse:not(.show) {
  display: block;
  height: 90px !important;
  overflow: hidden;
  min-height: 90px !important;
  width: 100%;
}
.accordion-alert .collapsing {
  min-height: 90px !important;
  width: 100%;
}
.accordion-alert .btn-accordion {
  position: absolute;
  right: 3px;
  top: 26px;
  z-index: 1;
}
.accordion-alert .btn-accordion .btn-hidden {
  background-color: transparent;
}
.accordion-alert .card {
  padding: 0;
}
.accordion-alert .alert.alert-icon {
  padding: 0;
}
.accordion-alert .card:last-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-alert .card:first-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.accordion-alert .icon-radius {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
}
.accordion-alert .card-body.alert-body {
  padding: 17px 30px 17px 85px;
}
.accordion-alert .card-body.alert-body p {
  margin: 0;
}
.accordion-alert .card.alert {
  margin-bottom: 20px;
}
.accordion-alert .card.alert:last-child {
  margin-bottom: 0;
}
.modal-pd-sm.modal-large.modal-dialog {
  margin: 3% auto;
}
.modal.modal-xs .modal-dialog {
  max-width: 480px;
  margin: 170px auto;
  text-align: center;
}
.modal.modal-xs .modal-body {
  padding: 47px 70px 57px 70px;
}
.successfully-modal .verified-icon-lg {
  margin: 20px auto;
}
.successfully-modal .title-successfully {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-family: "Gilroy-Bold";
}
.sorticon {
  cursor: pointer;
}
.sorticon i {
  font-size: 10px;
  margin: 0 10px;
}
.sorting_asc .sorticon i {
  -moz-transform: rotate(200grad);
  -ms-transform: rotate(200grad);
  -webkit-transform: rotate(200grad);
  -o-transform: rotate(200grad);
  transform: rotate(200grad);
}
.title-thead {
  font-size: 20px;
  color: #000000;
  margin: 0;
}
.table-title {
  color: #a19ead;
  font-size: 16px;
  font-family: "Gilroy-Bold";
  margin: 0;
}
.txt-table {
  font-size: 16px;
  color: #000000;
  position: relative;
  white-space: nowrap;
  padding: 0px;
  line-height: 16px;
  font-family: "Gilroy-Medium";
}
.txt-table p {
  margin: 0;
}
.txt-table .txt-sm-span {
  font-size: 14px;
  color: #a19ead;
  display: block;
  line-height: 14px;
  padding-bottom: 1px;
  padding-top: 5px;
}
.txt-table .txt-sm-span.success-color {
  color: #0db46e;
}
.txt-table .txt-sm-span.danger-color {
  color: #ff0000;
}
.success-color {
  color: #0db46e;
}
.danger-color {
  color: #ff0000;
}
.table th,
.table td {
  vertical-align: middle;
  padding: 16px 10px;
}
.table thead th {
  vertical-align: middle;
}
.sorticon {
  white-space: nowrap;
}
.media-list {
  margin: 0;
}
.media-list .media {
  background: #f6f8fb;
  border-radius: 6px;
  padding: 16px 35px 16px 20px;
  position: relative;
  margin: 10px 0;
}
.media-list .media img {
  max-width: 38px;
  max-height: 38px;
  border-radius: 20px;
}
.media-list .media:before {
  position: absolute;
  content: "";
  right: 20px;
  background-color: #ff0000;
  height: 8px;
  width: 8px;
  top: 50%;
  margin-top: -4px;
  border-radius: 20px;
}
.media-list .media h5 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  margin-top: -2px;
}
.media-list .media p {
  margin: 0;
  font-size: 14px;
  color: #a19ead;
  line-height: 18px;
}
.media-table .align-img {
  width: 30px;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 100px;
}
.media-table .align-img img {
  max-width: inherit;
  min-height: 30px;
}
.media-table .media-body h5 {
  font-size: 16px;
  color: #000000;
  margin: 0;
  font-family: "Gilroy-Medium";
  white-space: nowrap;
}
.media-table.media-table-lg {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.media-table.media-table-lg .align-img {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.media-table.media-table-lg .align-img img {
  width: 100%;
}
.media-table.media-table-lg h5 {
  font-family: "Gilroy-Bold";
}
.media-table.media-table-lg p {
  font-size: 14px;
  color: #a19ead;
  margin: 0;
}
.media-table.media-table-lg p.txt-sm {
  font-size: 12px;
  max-width: 245px;
  line-height: 14px;
  margin-bottom: -7px;
}
.media.media-table {
  min-width: 215px;
}
.table-accordion-st th:nth-last-child(-n+2),
.table-accordion-st td:nth-last-child(-n+2) {
  width: 100px !important;
  min-width: 100px !important;
}
.table-accordion-st th:nth-last-child(-n+2) {
  text-align: center;
}
.table-accordion-st th:nth-last-child(-n+1),
.table-accordion-st td:nth-last-child(-n+1) {
  width: 195px !important;
  min-width: 195px !important;
}
.table-accordion-st th:nth-last-child(-n+1) {
  text-align: right;
}
.dropdown-item {
  cursor: pointer;
}
.profile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-menu li {
  padding: 8px 30px;
  font-size: 16px;
  color: #a19ead;
  overflow: hidden;
}
.profile-menu li:hover {
  background-color: #f6f8fb;
}
.profile-menu li a,
.profile-menu li button {
  color: #a19ead;
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
  padding: 0;
}
.profile-menu li:last-child {
  margin-bottom: 7px;
}
.header-info .profile-logo .dropdown.dropdown-form-control .dropdown-menu {
  right: -10px;
  min-width: 330px;
  padding: 0;
  box-shadow: 0px 24px 40px #e6f1fa;
}
.header-info .profile-logo .dropdown.dropdown-form-control .dropdown-menu::before,
.header-info .profile-logo .dropdown.dropdown-form-control .dropdown-menu::after {
  right: 8px;
}
.profile-logo-img {
  text-align: center;
  height: 40px;
  width: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-logo-img img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.profile-logo-img:after {
  background-image: url(/assets/images/profile-logo.svg);
  position: absolute;
  content: "";
  height: 42px;
  width: 42px;
  border-radius: 100%;
  top: -1px;
  left: 0px;
}
.profile-logo-img.active:before {
  background-color: #0db46e;
}
.profile-logo-img.profile-upload img {
  display: none;
}
.notification-block {
  position: relative;
}
.notification-block .notification-icon {
  position: relative;
  width: 20px;
  cursor: pointer;
}
.notification-block .notification-icon .icon-glocke {
  font-size: 22px;
  color: #a19ead;
  display: block;
}
.notification-block .notification-icon:before {
  position: absolute;
  content: "";
  right: -2px;
  background-color: #ff0000;
  border: 2px solid #fff;
  height: 13px;
  width: 13px;
  top: -4px;
  border-radius: 20px;
}
.notification-block .empty-txt-notification {
  display: none !important;
}
.notification-block.empty-notification .notification-icon:before {
  display: none;
}
.notification-block.empty-notification .notification-footer,
.notification-block.empty-notification .notification-header .btn-link {
  display: none !important;
}
.notification-block.empty-notification .empty-txt-notification {
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.notification-block.empty-notification .empty-txt-notification p {
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #a19ead;
  font-family: "Gilroy-Bold";
}
.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 86px;
}
.header-info .dropdown.dropdown-form-control .dropdown-menu {
  transform: translate3d(0px, 4px, 0px) !important;
  left: auto;
  right: -60px;
  min-width: 405px;
  padding: 20px;
  box-shadow: none;
}
.header-info .dropdown.dropdown-form-control .dropdown-menu::before,
.header-info .dropdown.dropdown-form-control .dropdown-menu::after {
  right: 55px;
}
.header-info .btn.dropdown-toggle {
  border: none;
  background-color: transparent;
  padding: 0;
}
.header-info .btn.dropdown-toggle:after {
  display: none;
}
.header-info .btn-link {
  font-size: 14px;
  font-family: "GilroySemiBold";
  color: #2f82ff;
}
.header-info .notification-header {
  margin-bottom: 12px;
}
.header-info .notification-header h4 {
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.header-info .notification-header h4 ~ .btn-link {
  margin-left: 20px;
}
.header-info .notification-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header-info .notification-footer .btn-link {
  margin-left: auto;
}
.header-info .notification-block,
.header-info .profile-logo {
  margin-left: 20px;
}
.title-lg {
  font-size: 30px;
  color: #000000;
  font-family: "Gilroy-Bold";
}
.navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}
.accordion .table th:first-child {
  padding-left: 20px;
  width: 15%;
}
.accordion .table td:first-child {
  padding-left: 20px;
  width: 15%;
}
.m-b-12 {
  margin-bottom: 17px;
  margin-top: 11px;
}
.accordion .table.table-accordion-st th,
.accordion .table.table-accordion-st td {
  width: auto !important;
}
.accordion .table.table-accordion-st th:first-child,
.accordion .table.table-accordion-st td:first-child {
  width: 243px !important;
  max-width: 243px;
  min-width: 243px;
}
.accordion .table.table-accordion-st th:nth-child(2),
.accordion .table.table-accordion-st td:nth-child(2) {
  width: 216px !important;
  max-width: 216px;
  min-width: 216px;
}
.accordion .table.table-accordion-st th:nth-child(3),
.accordion .table.table-accordion-st td:nth-child(3) {
  width: 216px !important;
  max-width: 216px;
  min-width: 216px;
}
.accordion .table.table-accordion-st th:nth-child(4),
.accordion .table.table-accordion-st td:nth-child(4) {
  width: 260px !important;
  max-width: 260px;
  min-width: 260px;
}
.accordion .table.table-accordion-st th:nth-child(5),
.accordion .table.table-accordion-st td:nth-child(5) {
  width: 125px !important;
  max-width: 125px;
  min-width: 125px;
}
.accordion .table.table-accordion-st th:nth-child(6),
.accordion .table.table-accordion-st td:nth-child(6) {
  width: 208px !important;
  max-width: 208px;
  min-width: 208px;
}
.card-deck .card {
  padding: 23px 20px 15px 20px;
}
.card-title.invite-title {
  text-transform: inherit;
}
.tabs-card .nav-link {
  border-radius: 0;
  padding: 19px 30px;
  background: #fff;
  border-top: 1px solid #f6f8fb;
  border-bottom: 1px solid #f6f8fb;
  color: #000000;
  text-decoration: none;
}
.tabs-card .nav-link:first-child {
  border-radius: 10px 10px 0 0;
  border-top: 0;
}
.tabs-card .nav-link:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: 0;
}
.tabs-card .nav-link.active {
  position: relative;
}
.tabs-card .nav-link.active:before {
  background: #2460fa;
  width: 3px;
  height: -moz-calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: -o-calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
}
.tabs-card .nav-link.active:first-child:before {
  border-radius: 100px 0 0 0;
}
.tabs-card .nav-link.active:last-child:before {
  border-radius: 0 0 0 100px;
}
.tabs-card .nav-pills .nav-link.active,
.tabs-card .nav-pills .show > .nav-link {
  color: #000000;
  background-color: #f6f8fb;
}
.tabs-card .nav-pills-sm .nav-link {
  padding: 23px 21px;
}
.tabs-card .nav-pills-sm h5 {
  font-size: 18px;
  margin: 0;
  font-family: "Gilroy-Medium";
}
.tabs-card .nav-pills-sm .nav-link.active::before {
  width: 3px;
}
.progress-style {
  padding: 5px 0;
}
.progress-style .progress {
  display: flex;
  height: 4px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px #d3dbe1;
  border-radius: 10px;
}
.progress-style .progress-bar {
  box-shadow: 0px 4px 8px #d3dbe1;
  border-radius: 10px;
  margin-right: 5px;
  position: relative;
}
.progress-style .progress-bar:last-child {
  margin-right: 0;
}
.progress-content {
  margin-top: 14px;
  width: fit-content;
  font-family: "Gilroy-Regular", serif;
}
.progress-content .strong {
  font-family: "Gilroy-Medium", serif;
}
.progress-content.progress-scale {
  margin-top: 0px;
  -webkit-animation: none !important;
  animation: none !important;
  padding-left: 0 !important;
}
.progress-content.progress-scale .progress-point {
  padding: 14px 0 0 0;
  font-size: 14px;
  font-family: "Gilroy-Bold";
}
.progress-content.progress-scale .progress-point::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 4px;
  background-image: url(/assets/images/scale.svg);
  width: 3px;
  height: 9px;
}
.progress-content.progress-scale .progress-point:first-child {
  margin-left: -8px;
}
.progress-point {
  position: relative;
  font-size: 16px;
  color: #a19ead;
  white-space: nowrap;
  padding: 0 9px 0 15px;
}
.progress-point:before {
  height: 9px;
  width: 9px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  content: "";
  position: absolute;
  border-radius: 40px;
}
.progress-point:last-child {
  padding-right: 0px;
}
.bg-bch,
.bg-point-bch:before {
  background: #91c158;
}
.bg-ltc,
.bg-point-ltc:before {
  background: #a5a8a9;
}
.bg-xrp,
.bg-point-xrp:before {
  background: #23292f;
}
.bg-eth,
.bg-point-eth:before {
  background: #6282e7;
}
.bg-btc,
.bg-point-btc:before {
  background: #f4922f;
}
.bg-tgbp,
.bg-point-tgbp:before {
  background: #d3202b;
}
.bg-eurs,
.bg-point-eurs:before {
  background: -moz-linear-gradient(90.06deg, #15bcff 3.61%, #a336ec 102.1%);
  background: -webkit-linear-gradient(90.06deg, #15bcff 3.61%, #a336ec 102.1%);
  background: -o-linear-gradient(90.06deg, #15bcff 3.61%, #a336ec 102.1%);
  background: -ms-linear-gradient(90.06deg, #15bcff 3.61%, #a336ec 102.1%);
  background:
    linear-gradient(
      90.06deg,
      #15bcff 3.61%,
      #a336ec 102.1%);
}
.bg-dai,
.bg-point-dai:before {
  background: -moz-linear-gradient(90.09deg, #f8af34 2.2%, #f9c256 99.95%);
  background: -webkit-linear-gradient(90.09deg, #f8af34 2.2%, #f9c256 99.95%);
  background: -o-linear-gradient(90.09deg, #f8af34 2.2%, #f9c256 99.95%);
  background: -ms-linear-gradient(90.09deg, #f8af34 2.2%, #f9c256 99.95%);
  background:
    linear-gradient(
      90.09deg,
      #f8af34 2.2%,
      #f9c256 99.95%);
}
.bg-usdc,
.bg-point-usdc:before {
  background: #2775ca;
}
.bg-usdt,
.bg-point-usdt:before {
  background: #35a07c;
}
.modal-backdrop {
  background-color: #040e1f;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-dialog {
  max-width: 620px;
}
.modal-content {
  border-radius: 10px;
}
.modal-title-center {
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
}
.modal-header {
  padding: 20px 35px 28px 35px;
  border-bottom: none;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  min-height: 104px;
}
.modal-header .modal-title {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}
.modal-header .close {
  position: absolute;
  right: 10px;
  left: auto;
  top: 19px;
  font-size: 46px;
  font-family: "Gilroy-Light";
  color: #a19ead;
  opacity: 1;
  line-height: 46px;
  padding: 0;
  margin: -1rem 0 0 auto;
  font-weight: 100;
}
.modal-header-content {
  padding: 0px 50px 17px 25px;
  font-size: 12px;
  line-height: 17px;
}
.modal-header-content p {
  font-family: "Gilroy-Medium";
}
.modal-header-content p:last-child {
  margin-bottom: 0;
}
.modal-header ~ .modal-header-content {
  margin-top: -7px;
}
.mb-1rem {
  margin-bottom: 1rem !important;
}
.modal-body {
  padding: 28px;
}
.modal-body .dropdown.dropdown-form-control .dropdown-menu {
  box-shadow: none;
}
.modal-footer {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  border-top: none;
  padding: 28px;
}
.modal-footer.modal-footer-center-btn {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.modal-large .modal-footer.modal-footer-center-btn {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.text-center.pr {
  padding-top: 15px;
  padding-bottom: 3px;
}
.modal-large .modal-footer.modal-footer-center-btn .btn-lg,
.modal-large .modal-footer.modal-footer-center-btn .btn-group-lg > .btn {
  min-width: 184px;
}
.modal-header ~ .modal-body {
  padding-top: 5px;
  padding-bottom: 0px;
}
.modal-body ~ .modal-footer {
  padding-top: 40px;
}
.modal-footer > :not(:first-child) {
  margin-left: 10px;
}
.modal-footer > :not(:last-child) {
  margin-right: 10px;
}
.btn-min-w {
  min-width: 184px;
}
.btn-s-w {
  min-width: 157px;
}
.btn-outline-secondary {
  color: #256efb;
  border-color: #256efb;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  color: #fff;
  background-color: #256efb;
  border-color: #256efb;
}
.btn-outline-secondary.btn {
  padding: 5px 18px;
}
.btn-outline-secondary.btn-lg,
.btn-group-lg > .btn-outline-secondary.btn {
  padding: 12px 1rem;
}
.btn-outline-secondary.btn-sm,
.btn-group-sm > .btn-outline-secondary.btn {
  padding: 5px 25px 7px 25px;
}
.error-txt {
  color: #ff0000 !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.modal-footer .dropdown.dropdown-form-control .dropdown-menu {
  box-shadow: none;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 16px;
  padding: 6px 25px 8px 25px;
  line-height: 16px;
  border-radius: 8px;
}
.scroll-height-card-form {
  max-height: 700px;
}
.tab-pane-100 {
  max-height: 100% !important;
}
.scroll-height-tab {
  max-height: -moz-calc(100% - 73px);
  max-height: -webkit-calc(100% - 73px);
  max-height: -o-calc(100% - 73px);
  max-height: calc(100% - 73px);
}
.tab-content-icon.mCustomScrollbar {
  padding-right: 0px;
}
.tab-content-icon.mCustomScrollbar .mCSB_container {
  margin-right: 30px !important;
}
.scroll-height .mCSB_inside > .mCSB_container,
.scroll-height-card-form .mCSB_inside > .mCSB_container,
.scroll-height-tab .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.scroll-height .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll-height-card-form .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll-height-tab .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll-height .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll-height-card-form .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll-height-tab .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
}
.scroll-height .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll-height-card-form .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll-height-tab .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d7d4e1 !important;
}
.scroll-height .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail,
.scroll-height-card-form .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail,
.scroll-height-tab .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}
.dropdown.dropdown-form-control .scroll-height,
.dropdown.dropdown-form-control .scroll-height-card-form,
.dropdown.dropdown-form-control .scroll-height-tab {
  max-height: 400px;
}
.modal-body .dropdown.dropdown-form-control .scroll-height,
.modal-body .dropdown.dropdown-form-control .scroll-height-card-form,
.modal-body .dropdown.dropdown-form-control .scroll-height-tab,
.modal-footer .dropdown.dropdown-form-control .scroll-height,
.modal-footer .dropdown.dropdown-form-control .scroll-height-card-form,
.modal-footer .dropdown.dropdown-form-control .scroll-height-tab {
  max-height: 220px;
  overflow: hidden;
}
.modal.fade .modal-dialog {
  transform: translate(0, 0);
}
.dropdown-footer-btn {
  border-top: 2px solid #f6f8fb;
  padding: 14px;
  text-align: center;
}
.dropdown-menu-between .media-interest {
  padding-right: 40px;
  padding-left: 20px;
  font-family: GilroySemiBold;
}
.dropdown-menu-between .btn-form-control .media-interest {
  padding-right: 9px;
}
.dropdown-menu-between .btn-form-control .media-body h5 {
  overflow: hidden;
  height: 19px;
}
.media-interest {
  font-size: 18px;
  color: #000000;
}
.btn-form-control .dropdown-item-lender {
  padding: 0;
}
.btn-form-control .dropdown-item-lender:hover,
.btn-form-control .dropdown-item-lender:focus {
  color: inherit;
  background-color: #fff;
}
.form-control {
  border: 1px solid #a19ead;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Gilroy-Bold";
  color: #000000;
  height: 44px;
}
.form-control:focus {
  border-color: #000000;
  box-shadow: none;
}
.form-control.form-control-weight {
  font-family: "Gilroy-Medium";
  color: #000000;
}
.dropdown-form-control-sm .btn-form-control {
  border: 1px solid #a19ead;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
  padding: 7px 30px 7px 15px;
  height: 44px;
  font-family: "Gilroy-Bold";
}
.dropdown-form-control-sm .btn-form-control:focus {
  border-color: #000;
}
.dropdown-form-control-sm .btn-form-control.dropdown-toggle::after {
  right: 17px;
  margin-top: -3px;
}
.dropdown-form-control-sm.dropdown.dropdown-form-control .dropdown-menu::before,
.dropdown-form-control-sm.dropdown.dropdown-form-control .dropdown-menu::after {
  right: 8px;
}
.dropdown-form-control-sm.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 20px;
}
.dropdown-form-control-sm .align-img {
  display: none !important;
}
.dropdown-form-control-sm .media-body h5 {
  font-size: 14px;
  line-height: 20px;
}
.dropdown-form-control-sm.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  padding: 19px;
}
.tab-pane-height,
.tabs-card .tab-pane.tab-pane-height {
  max-height: 100%;
}
.tab-pane-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 57px 20px 20px;
  margin-bottom: 30px;
  position: relative;
}
.tab-pane-card .btn-hidden {
  position: absolute;
  right: 9px;
  top: 22px;
}
.tab-pane-card .btn-group .btn {
  padding: 10px 13px;
}
.tab-pane-card:first-child .btn-group .btn {
  padding: 10px 20px;
}
.tab-pane-card.tab-pane-card-sm {
  padding: 0;
}
.tab-pane-body {
  margin-bottom: 30px;
}
.tab-pane-body .tab-pane-left {
  width: 40%;
}
.tab-pane-body .tab-pane-left.tab-pane-left-line {
  line-height: 22px;
}
.tab-pane-body .tab-pane-left.tab-pane-left-line p {
  padding-right: 55px;
}
.tab-pane-body .tab-pane-right {
  width: 60%;
  min-width: 500px;
  max-width: 500px;
  margin-left: 30px;
}
.tab-pane-body .tab-pane-right.tab-pane-right-line {
  padding-top: 23px;
  line-height: 22px;
}
.tab-pane-body .tab-pane-right.tab-pane-right-line .label-title {
  margin-bottom: 0px;
}
.tab-pane-body:last-child {
  margin-bottom: 5px;
}
.tab-pane-body:last-child .tab-pane-right,
.tab-pane-body:last-child .tab-pane-left {
  border-top: 2px solid #f6f8fb;
  padding-top: 20px;
}
.tab-pane-body p {
  margin-bottom: 0;
}
.btn-default {
  border: 1px solid #e7e9ef;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  color: #000000;
  padding: 10px;
  min-width: 78px;
  font-family: "Gilroy-Bold";
}
.ml-20 {
  margin-left: 20px;
}
.input-group-text {
  background: #a19ead;
  border-radius: 10px !important;
  border-color: #a19ead;
  color: #fff;
  min-width: 75px;
  text-align: center;
  font-size: 16px;
}
.input-group-append {
  margin-left: -20px;
}
.tab-pane-txt-sm {
  font-size: 14px;
  color: #a19ead;
  line-height: 18px;
}
.label-title ~ .tab-pane-txt-sm {
  margin-top: -3px;
}
.label-title {
  color: #a19ead;
  font-size: 16px;
  font-family: "Gilroy-Bold";
  margin-bottom: 8px;
}
.label-title.label-title-black {
  color: #000;
}
.label-title.vert-label {
  margin-top: 12px;
}
.card-txt {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #000000;
  font-family: "Gilroy-Bolder";
  white-space: nowrap;
}
.card-txt .card-txt-span {
  color: #a19ead;
  font-family: "Gilroy-Bold";
  display: block;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
}
.card-txt.card-txt-lg {
  font-size: 30px;
  line-height: 32px;
}
.card-txt.card-txt-sm {
  font-size: 16px;
  font-family: "Gilroy-Bold";
}
.tab-pane-title {
  font-size: 20px;
  line-height: 24px;
  color: #a19ead;
  font-family: "Gilroy-Bold";
}
.tab-pane-title span {
  font-size: 16px;
  font-family: "Gilroy-Regular";
  color: #000000;
  display: block;
}
.link-underline {
  color: #2f82ff;
  font-family: "Gilroy-Bold";
  font-size: 14px;
  text-decoration: underline;
}
.btn-empty .show {
  display: none;
}
.btn-empty.active .show {
  display: inline;
}
.btn-empty.active .hide {
  display: none;
}
.btn.btn-link.btn-empty {
  min-width: 94px;
  text-align: right;
}
.card-form .card {
  margin-bottom: 20px;
  padding: 20px;
}
.card-form .card:last-child {
  margin-bottom: 0;
}
.title-label {
  font-size: 14px;
  color: #a19ead;
  font-family: "Gilroy-Bold";
}
.title-label.title-label-lg {
  font-size: 16px;
}
.form-group .title-label {
  margin-bottom: 4px;
}
.card-container {
  background: #ffffff;
  border-radius: 10px;
}
.card-container .card-container-header {
  border-bottom: 2px solid #f6f8fb;
  padding: 20px;
}
.card-container .card-container-header * {
  margin-bottom: 0;
}
.card-container .card-container-header .title-card-bold {
  margin-right: 30px;
}
.card-container .card-container-header .btn-form-control {
  min-width: 70px;
  color: #a19ead;
}
.card-container .card-container-header .btn-form-control .dropdown-item,
.card-container .card-container-header .btn-form-control h5 {
  color: #a19ead;
}
.card-container .card-container-header .dropdown h5 {
  text-align: center;
}
.card-container .card-container-header .dropdown-form-control-sm.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  padding: 10px 19px;
  border: 0;
  text-align: center;
}
.card-container .card-container-header .dropdown-menu {
  min-width: auto;
}
.card-container .card-container-header .dropdown-form-control-sm.dropdown.dropdown-form-control .dropdown-menu::before,
.card-container .card-container-header .dropdown-form-control-sm.dropdown.dropdown-form-control .dropdown-menu::after {
  right: 50%;
  margin-right: -15px;
}
.card-container .mCustomScrollBox {
  width: 100%;
}
.card-container .table td {
  border-top: 2px solid #f6f8fb;
}
.card-container .table td:last-child {
  text-align: right;
}
.card-container .table td:last-child .txt-table .txt-sm-span {
  right: 0;
}
.card-container tr:first-child td {
  border-top: none;
}
.col-9 .card-container {
  height: 100%;
}
.info-transaction label {
  font-size: 12px;
  font-family: "Gilroy-Regular";
  color: #a19ead;
  margin: 0;
}
.info-transaction .link-txt,
.info-transaction .t-txt {
  display: block;
  max-width: 300px;
  word-wrap: break-word;
}
.info-transaction .t-txt {
  font-size: 12px;
}
.info-transaction .link-txt {
  text-decoration-line: none;
}
.transaction-col-2 > div {
  margin-right: 47px;
}
.transaction-col-2 > div:last-child {
  margin-right: 0;
}
#dropdownLanguage.dropdown.dropdown-form-control .dropdown-menu {
  padding-top: 4px;
  padding-bottom: 3px;
}
.link-txt {
  font-size: 12px;
  text-decoration-line: underline;
  color: #2669fc;
}
.media-table-lg ~ .info-transaction {
  margin-left: 52px;
  margin-top: 5px;
}
.tab-pane-card .btn-hidden {
  background: transparent;
}
.table.table-top td {
  vertical-align: top;
  position: relative;
  padding: 14px 10px 14px 10px;
}
.table.table-top .btn-txt {
  margin-top: 5px;
}
.table.table-top .txt-table {
  padding-top: 0px;
}
.table.table-top td:first-child {
  padding-left: 23px;
}
.table.table-top td:last-child {
  padding-right: 50px;
}
.table.table-top .btn-hidden {
  position: absolute;
  top: 14px;
  right: 17px;
  width: 18px;
  min-width: 18px;
  background: transparent;
}
.table.table-top .btn-hidden i {
  font-size: 10px;
  -moz-transform: rotate(1800grad);
  -ms-transform: rotate(1800grad);
  -webkit-transform: rotate(1800grad);
  -o-transform: rotate(1800grad);
  transform: rotate(1800grad);
}
.table.table-top .btn-hidden.active i {
  -moz-transform: rotate(0grad);
  -ms-transform: rotate(0grad);
  -webkit-transform: rotate(0grad);
  -o-transform: rotate(0grad);
  transform: rotate(0grad);
}
.table.table-top .info-transaction {
  display: none;
}
.table.table-top tr.active .info-transaction,
.table.table-top .tr.active .info-transaction {
  display: block;
}
.table.table-top .media.media-table.media-table-lg {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.table.table-top .media-table.media-table-lg p.txt-sm {
  margin-bottom: 0;
}
.txt-table-lg p {
  font-size: 14px;
  color: #a19ead;
  margin: 0;
}
.small-data-range .datepicker-block input {
  height: 35px;
  min-height: 35px;
  font-family: "Gilroy-Bold" !important;
  padding: 8px 35px 6px 15px;
  border: 1px solid #EBEAEF;
  border-radius: 10px;
}
.small-data-range .datepicker-block .icon2-calendar {
  top: 8px;
}
.datepicker-block {
  position: relative;
}
.datepicker-block .icon2-calendar {
  position: absolute;
  color: #000;
  font-size: 20px;
  right: 12px;
  top: 11px;
}
.datepicker-block .form-control {
  background-color: transparent;
  position: relative;
  padding-right: 2.75rem;
}
.datepicker-block .form-control:focus ~ .icon2-calendar {
  color: #000000;
}
.datepicker-block .form-control::-moz-placeholder {
  color: #000 !important;
}
.datepicker-block .form-control::-webkit-input-placeholder {
  color: #000 !important;
}
.datepicker-block .form-control:-ms-input-placeholder {
  color: #000 !important;
}
.datepicker-block .form-control::-ms-input-placeholder {
  color: #000 !important;
}
.datepicker-block .form-control::placeholder {
  color: #000 !important;
}
.no-found-block {
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  color: #a19ead;
  padding: 170px 20px;
}
.no-found-block div {
  margin: 5px 0;
}
.media-checkbox {
  position: relative;
}
.media-checkbox::before,
.media-checkbox::after {
  content: "";
  position: absolute;
}
.custom-control-label::before,
.media-checkbox::before {
  border: 2px solid #a19ead;
  background-color: #fff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
}
.custom-control-label::after,
.media-checkbox::after {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #a19ead;
  border-radius: 5px;
  background-size: 70% 55%;
  background-position: center;
}
.media-body .media-checkbox ~ .title-media-checkbox {
  color: #000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.dropdown-item-lender.active .media-checkbox::after {
  background-image: url(/assets/images/checkbox.svg);
  background-repeat: no-repeat;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.dropdown .dropdown-toggle .media-checkbox {
  display: none !important;
}
.dropdown-item .media-checkbox {
  position: absolute;
  top: -1px;
  right: 18px;
}
.dropdown-item .media-body h5 {
  position: relative;
}
.dropdown-item .custom-control {
  padding-right: 1.5rem;
  padding-left: 0;
  position: absolute;
  top: -18px;
  right: 0;
}
.dropdown-item .custom-control-label::after,
.dropdown-item .custom-control-label::before {
  right: -1.5rem;
  left: auto;
}
.dropdown-item .custom-control-label {
  width: 100%;
}
@media (min-width: 992px) {
  body {
    padding: 0 !important;
    overflow: hidden;
  }
  .wrapper {
    overflow-x: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -17px;
  }
}
.progress-content-marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.progress-content-marquee .progress-content {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: marquee 20s infinite linear;
  animation: marquee 20s infinite linear;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200%, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-200%, 0);
  }
}
.modal-title {
  font-family: "Gilroy-Medium";
}
.modal-large.modal-content {
  background: #f6f8fb;
  border-radius: 10px;
}
.modal-large.modal-dialog {
  max-width: 1300px;
  margin: 170px auto;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-large.modal-header {
  min-height: 74px;
  padding: 20px 35px 16px 35px;
}
.modal-large.modal-header .modal-title {
  font-family: "Gilroy-Bold";
  font-size: 20px;
  line-height: 36px;
  max-width: 90%;
}
.modal-header .modal-title.modal-title-sm {
  font-size: 18px;
}
.modal-header .media.media-table .modal-title {
  max-width: 100%;
}
.modal-body {
  background: #ffffff;
  border-radius: 10px;
  margin: 0 20px;
  padding: 0;
}
.modal-large .modal-header .close {
  right: 17px;
}
.modal-large .modal-footer {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 20px 20px 30px 20px;
}
.modal-large .modal-footer .color-link-icon {
  margin-right: 9%;
  white-space: nowrap;
}
.modal-large .modal-body ~ .modal-footer {
  padding-top: 20px;
}
.modal-large .modal-footer .btn-lg,
.modal-large .modal-footer .btn-group-lg > .btn {
  min-width: 296px;
}
.modal-large .modal-footer.modal-footer-btn .btn-lg,
.modal-large .modal-footer.modal-footer-btn .btn-group-lg > .btn {
  min-width: 157px;
}
.modal-large .modal-footer.modal-footer-btn .btn-lg.btn-cancel,
.modal-large .modal-footer.modal-footer-btn .btn-group-lg > .btn-cancel.btn {
  min-width: 94px;
}
.accordion-alert .collapsed .icon-radius ~ .alert-body,
.accordion-alert .collapse .icon-radius ~ .alert-body {
  height: 90px;
  position: relative;
}
.modal-dialog-614-15-15 {
  max-width: 584px;
}
.modal-dialog-1300-15-15 {
  max-width: 1270px;
  padding: 0 15px 0 30px;
}
.modal-dialog-1300-0-0 {
  max-width: 1270px;
  padding: 0;
}
.modal-dialog-991-15-15 {
  max-width: 961px;
}
.gray-content .modal-content {
  background: #f6f8fb;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .gray-content .modal-content {
    background: #fff;
  }
}
body {
  background-color: #f6f8fb;
  min-width: 280px;
}
.modal-dialog-480 {
  max-width: 480px;
  margin: auto !important;
}
.accordion-alert .collapsed .icon-radius ~ .alert-body:before,
.accordion-alert .collapse .icon-radius ~ .alert-body:before {
  position: absolute;
  content: "";
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 100%;
}
.accordion-alert .alert-warning .collapsed .icon-radius ~ .alert-body:before,
.accordion-alert .alert-warning .collapse .icon-radius ~ .alert-body:before {
  background: -moz-linear-gradient(180deg, rgba(255, 237, 236, 0), #ffedec 90.33%);
  background: -webkit-gradient(180deg, rgba(255, 237, 236, 0), #ffedec 90.33%);
  background: -webkit-linear-gradient(180deg, rgba(255, 237, 236, 0), #ffedec 90.33%);
  background: -o-linear-gradient(180deg, rgba(255, 237, 236, 0), #ffedec 90.33%);
  background: -ms-linear-gradient(180deg, rgba(255, 237, 236, 0), #ffedec 90.33%);
  background:
    linear-gradient(
      180deg,
      rgba(255, 237, 236, 0),
      #ffedec 90.33%);
}
.accordion-alert .alert-info .collapsed .icon-radius ~ .alert-body:before,
.accordion-alert .alert-info .collapse .icon-radius ~ .alert-body:before {
  background: -moz-linear-gradient(180deg, rgba(231, 246, 255, 0), #e7f6ff 90.33%);
  background: -webkit-gradient(180deg, rgba(231, 246, 255, 0), #e7f6ff 90.33%);
  background: -webkit-linear-gradient(180deg, rgba(231, 246, 255, 0), #e7f6ff 90.33%);
  background: -o-linear-gradient(180deg, rgba(231, 246, 255, 0), #e7f6ff 90.33%);
  background: -ms-linear-gradient(180deg, rgba(231, 246, 255, 0), #e7f6ff 90.33%);
  background:
    linear-gradient(
      180deg,
      rgba(231, 246, 255, 0),
      #e7f6ff 90.33%);
}
.accordion-alert .show.collapsed .icon-radius ~ .alert-body,
.accordion-alert .show.collapse .icon-radius ~ .alert-body {
  height: auto !important;
}
.accordion-alert .alert-warning .show.collapsed .icon-radius ~ .alert-body::before,
.accordion-alert .alert-warning .show.collapse .icon-radius ~ .alert-body::before,
.accordion-alert .alert-info .show.collapsed .icon-radius ~ .alert-body::before,
.accordion-alert .alert-info .show.collapse .icon-radius ~ .alert-body::before {
  background: transparent !important;
}
.modal-border {
  border-top: 1px solid #e7e9ef;
  padding-top: 23px !important;
  border-radius: 0 !important;
}
.block-labels .title-label ~ .color-link {
  font-size: 14px;
  font-family: "Gilroy-Bold";
  margin-bottom: 1px;
  padding-left: 20px;
  white-space: nowrap;
}
.block-labels .title-label ~ .color-link.btn-color-link {
  font-family: "GilroySemiBold";
}
.color-link {
  color: #0056eb;
}
.color-link.btn-color-link {
  cursor: pointer;
}
.modal-large .modal-footer.modal-footer-btn {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  padding: 20px 25px 28px 25px;
}
.modal-large.modal-large-md .modal-content {
  background: #fff;
}
.modal-large.modal-large-md .modal-dialog {
  max-width: 614px;
}
.modal-large.modal-large-md .modal-header .close {
  top: 30px;
}
.modal-large.modal-large-md .modal-header {
  min-height: 77px;
  padding: 20px 25px 20px 25px;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.modal-large.modal-large-md .modal-header .modal-title {
  text-align: left;
  margin: 0;
}
.modal-large.modal-large-md .modal-body {
  margin: 0 25px;
}
.modal-large.modal-large-md .modal-body.modal-body-center {
  margin-right: 50px;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}
.modal-large.modal-large-md .modal-body.modal-body-center p,
.modal-large.modal-large-md .modal-body.modal-body-center .list-decimal {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  line-height: 24px;
}
.modal-large.modal-large-md .flex-card-container {
  background: #f6f8fb;
  border-radius: 6px;
  padding: 14px 23px 14px 28px;
  margin-bottom: 20px;
}
.modal-large.modal-large-md .flex-card-container .title-card-bold {
  font-size: 18px;
  letter-spacing: 0;
}
.modal-large.modal-large-md .flex-card-container p {
  font-size: 14px;
  line-height: 22px;
  font-family: GilroySemiBold !important;
}
.modal-large.modal-large-md .flex-card-container .flex-card-txt {
  padding-right: 10%;
}
.list-decimal {
  list-style: decimal;
  padding-left: 20px;
}
.list-decimal li {
  margin-bottom: 10px;
}
.link-color {
  color: #2460fa;
  text-decoration: none;
}
.link-color:hover,
.link-color:active,
.link-color:focus {
  color: #1740a8;
}
.title-block-section {
  font-size: 18px;
  color: #000000;
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
}
.card-color {
  background: #f6f8fb;
  border-radius: 6px;
}
.table-card {
  padding: 22px 29px 22px 22px;
}
.table-card > div {
  margin-right: 10px;
  margin-left: 10px;
}
.table-card > div:first-child {
  margin-left: 0px;
}
.table-card > div:last-child {
  margin-right: 0px;
}
.table-card ~ .table-card {
  margin-top: 5px;
}
.block-section {
  margin-bottom: 28px;
}
.block-section:last-child {
  margin-bottom: 0px;
}
.block-section .txt-block-section {
  max-width: 80%;
  margin-bottom: 20px;
}
.block-section .txt-block-section a {
  text-decoration: none;
}
.block-section .txt-block-section.w-100,
.block-section .txt-block-section.form-group-style {
  max-width: 100%;
}
.block-section.block-section-col2 .section-col {
  width: 50%;
}
.table.table-section thead th {
  border: 0;
  padding: 1px 22px;
  font-size: 14px;
  color: #a19ead;
  font-family: "Gilroy-Bold";
}
.table.table-section thead th:first-child {
  padding-left: 0;
}
.table.table-section td {
  padding: 21px 22px;
  border: 0;
  background: #f6f8fb;
  color: #000000;
  font-size: 16px;
}
.table.table-section td:first-child {
  border-radius: 6px 0 0 6px;
}
.table.table-section td:last-child {
  border-radius: 0 6px 6px 0;
}
.table.table-section tr {
  border-bottom: 3px solid #fff;
}
.pagination {
  margin: 20px 0 40px 0;
}
.page-item {
  font-size: 14px;
  font-family: "Gilroy-Bold";
  padding-left: 9px;
}
.page-item .page-link {
  border: none;
  font-size: 14px;
  color: #a19ead;
  padding: 0;
}
.page-item.active .page-link,
.page-item .page-link:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.page-item .page-link-txt {
  color: #000;
}
.page-item.disabled .page-link-txt {
  color: #a19ead;
}
.page-item:first-child {
  padding-left: 0;
}
.page-item-other {
  position: relative;
  min-width: 4px;
}
.page-item-other:before {
  position: absolute;
  content: "...";
  color: #a19ead;
  left: 0;
  bottom: -2px;
}
.txt-warning {
  display: block;
  color: #ea3c3c;
}
.fade:not(.show) {
  display: none;
}
.card-banner {
  padding: 4px 20px;
}
.card-banner img {
  max-height: 134px;
  margin: 0 10px;
}
.txt-block-section {
  color: #000000;
  line-height: 26px;
  font-family: "Gilroy-Medium";
}
.txt-block-section-bold {
  font-family: "GilroySemiBold";
  margin-bottom: 10px;
}
.block-section-icon {
  text-align: center;
  color: #a19ead;
  padding: 0px 20px 15px 20px;
  min-height: 234px;
}
.block-section-icon .title-block-section-icon {
  font-size: 30px;
  max-width: 70%;
  letter-spacing: 0.01em;
}
.block-section-icon div {
  margin: 5px 0;
}
.block-section-icon p {
  font-family: "Gilroy-Medium";
  max-width: 76%;
}
.list-card-banner .card-banner {
  padding: 0;
  margin: 0 10px;
  width: 283px;
}
.list-card-banner .card-banner .title-card-banner {
  font-size: 16px;
  line-height: 21px;
  padding: 0 10px 0 22px;
}
.list-card-banner .card-banner img {
  max-height: 142px;
  height: 142px;
}
.list-card-banner .card-banner:first-child {
  margin-left: 0px;
}
.list-card-banner .card-banner:last-child {
  margin-right: 0px;
}
.title-card-banner {
  font-size: 20px;
  color: #000000;
}
.header-tabs .nav-tabs {
  border-bottom-color: #f1f1f1;
}
.header-tabs .nav-tabs .nav-link {
  font-size: 16px;
  color: #a19ead;
  font-family: "Gilroy-Bold";
  text-decoration: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 19px 28px;
}
.header-tabs .nav-tabs .nav-link.active {
  color: #000;
}
.header-tabs .nav-tabs .nav-link:first-child {
  padding: 19px 35px;
}
.header-tabs .nav-tabs .nav-link:hover,
.header-tabs .nav-tabs .nav-link:focus {
  border: none;
  border-bottom: 2px solid transparent;
}
.header-tabs .nav-tabs .nav-link.active,
.header-tabs .nav-tabs .nav-item.show .nav-link {
  border: none;
  border-bottom: 3px solid #2460fa;
  margin-bottom: -2px;
}
.body-tabs {
  padding: 34px 35px 25px 35px;
}
.tab-content-icon {
  padding: 28px 30px 20px 30px;
}
.nav-tabs-icon {
  border-bottom: 2px solid #f6f8fb;
}
.nav-tabs-icon .nav-link {
  font-size: 18px;
  font-family: "Gilroy-Bold";
  color: #a19ead !important;
  border-radius: 0 !important;
  padding: 22px 30px;
  letter-spacing: 0.01em;
}
.nav-tabs-icon .nav-link.review .title-tab-icon {
  position: relative;
  padding-right: 28px;
}
.nav-tabs-icon .nav-link.review .title-tab-icon:before {
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
}
.nav-tabs-icon .nav-link.not-verified .title-tab-icon {
  position: relative;
  padding-right: 28px;
}
.nav-tabs-icon .nav-link.not-verified .title-tab-icon:before {
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
}
.nav-tabs-icon .nav-link.verified .title-tab-icon {
  position: relative;
  padding-right: 28px;
}
.nav-tabs-icon .nav-link.verified .title-tab-icon:before {
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
}
.nav-tabs-icon .nav-link.active {
  border-radius: 0 !important;
  color: #000000 !important;
}
.nav-tabs-icon .nav-link.active:before {
  background: #2460fa;
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  border-radius: 0 !important;
}
.nav-tabs-icon.nav-tabs-col2 .nav-item {
  width: 50%;
  text-align: center;
  margin-bottom: 0px;
}
.nav-tabs-icon.nav-tabs-col2 .nav-link:hover,
.nav-tabs-icon.nav-tabs-col2 .nav-link:focus {
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs-icon.nav-tabs-col2 .nav-item:first-child .nav-link {
  border-left: 0 !important;
  border-right: 1px solid #f6f8fb !important;
  border-radius: 10px 0px 0 0 !important;
}
.nav-tabs-icon.nav-tabs-col2 .nav-item:last-child .nav-link {
  border-right: 0 !important;
  border-left: 1px solid #f6f8fb !important;
  border-radius: 0 10px 0px 0 !important;
}
input[type=range]::-moz-range-thumb {
  cursor: pointer;
  height: 21px;
  width: 21px;
  border-radius: 40px;
  background: #ffffff;
  border: 2px solid #256dfb;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: ew-resize;
  height: 21px;
  width: 21px;
  border-radius: 40px;
  background: #ffffff;
  border: 2px solid #256dfb;
  margin-top: -8px;
}
input[type=range] {
  -webkit-appearance: none;
  height: 7px;
  box-shadow: 0px 4px 8px #d3dbe1;
  border-radius: 10px;
}
input[type=range]::-webkit-slider-runnable-track {
  background-color: #256dfb;
  border-radius: 10px;
  height: 7px;
  -webkit-appearance: none;
}
input[type=range]::-moz-range-progress {
  background-color: #256dfb;
  border-radius: 10px;
  height: 7px;
  -webkit-appearance: none;
}
input[type=range]::-moz-range-track {
  background-color: #fff;
  border-radius: 10px;
  height: 7px;
  -webkit-appearance: none;
}
input[type=range]::-ms-fill-lower {
  background-color: #256dfb;
  border-radius: 10px;
  height: 7px;
  -webkit-appearance: none;
}
input[type=range]::-ms-fill-upper {
  background-color: #fff;
  border-radius: 10px;
  height: 7px;
  -webkit-appearance: none;
}
.range-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 53px;
}
.range-txt {
  white-space: nowrap;
  width: 140px;
  padding-left: 14px;
  margin-top: -19px;
  font-size: 20px;
  color: #256dfb;
  font-family: "Gilroy-Bold";
}
.row-content-tabs > div {
  margin: 0 2%;
}
.row-content-tabs > div:first-child {
  margin-left: 0;
}
.row-content-tabs > div:last-child {
  margin-right: 0;
}
.row-content-tabs .left-side {
  width: 29%;
  margin-top: -5px;
}
.row-content-tabs .left-side .form-group:last-child {
  margin-bottom: 0;
}
.row-content-tabs .center-side {
  width: 60%;
}
.row-content-tabs .center-side .graph-block {
  padding-top: 22px;
  padding-right: 52px;
  position: relative;
}
.row-content-tabs .right-side {
  width: 29%;
  padding-top: 22px;
}
.graph-block-body {
  height: 100%;
  position: relative;
}
.graph-block-body .graph-block-info {
  margin: 0 33px;
}
.graph-top,
.graph-right {
  font-size: 16px;
  color: #a19ead;
}
.graph-block .graph-top {
  position: absolute;
  top: -5px;
  left: 7px;
}
.graph-block .graph-right {
  position: absolute;
  right: -27px !important;
  bottom: -5px !important;
  width: 70px;
  white-space: nowrap;
}
.graph-block .charts {
  height: 100% !important;
  max-height: 270px !important;
  max-width: 500px !important;
  width: 100% !important;
  margin-bottom: -23px;
}
.graph-block .graph-block-info {
  position: absolute;
  top: 0;
  left: 0;
}
.center-side .graph-block .graph-right {
  right: -27px !important;
  bottom: -5px !important;
}
.graph-block-title-sx {
  font-size: 13px !important;
  font-family: "Gilroy-Bold" !important;
  margin-bottom: 6px !important;
  margin-left: 7px !important;
  margin-top: 7px !important;
}
.row-content-tabs .left-side .form-group {
  margin-bottom: 13px;
}
#charts canvas {
  margin-top: 4px !important;
}
.graph-block-info {
  background: #ffffff;
  border: 1px solid #edecf0;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px;
  display: inline-block;
}
.graph-block-info .list-disc {
  padding-left: 16px;
  margin: 0;
}
.graph-block-info .list-disc span {
  font-size: 12px;
  line-height: 19px;
  color: #000000;
  display: block;
}
.forms-middle .title-label {
  font-size: 16px;
  font-family: "GilroySemiBold";
}
.forms-middle .btn-form-control {
  padding: 7px 40px 7px 10px;
}
.forms-middle .btn-form-control.dropdown-toggle::after {
  right: 20px;
}
.forms-middle .form-control {
  border-color: #e7e9ef;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
}
.forms-middle .btn-form-control {
  font-size: 16px;
}
.form-middle .btn-form-control ~ .dropdown-menu::before,
.form-middle .btn-form-control ~ .dropdown-menu::after {
  right: 11px;
}
.form-middle {
  margin-bottom: 20px;
}
.form-middle .title-label,
.form-middle .label-title {
  font-size: 16px;
  font-family: "GilroySemiBold";
  margin-bottom: 4px;
}
.form-middle .btn-form-control {
  padding: 7px 40px 7px 10px;
}
.form-middle .btn-form-control.dropdown-toggle::after {
  right: 20px;
}
.form-middle .form-control {
  border-color: #e7e9ef;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
}
.form-middle .btn-form-control {
  font-size: 14px;
}
.form-middle .dropdown.dropdown-form-control .dropdown-menu .dropdown-item p {
  font-family: "GilroySemiBold";
}
.form-middle .dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  padding: 10px 14px 12px 14px;
}
.form-middle .datepicker-block .icon2-calendar {
  right: 26px;
  top: 15px;
}
.form-middle .datepicker-block.in-invalid .icon2-calendar,
.form-middle ngx-intl-tel-input.invalid .datepicker-block.iti .icon2-calendar,
ngx-intl-tel-input.invalid .form-middle .datepicker-block.iti .icon2-calendar {
  right: 40px;
}
.dropdown-btn-middle .btn {
  font-size: 16px !important;
  padding-left: 0.75rem !important;
}
.dropdown-btn-middle .invalid-feedback {
  margin-bottom: 30px;
}
.dropdown-btn-middle .dropdown-menu .dropdown-item {
  padding-left: 0.75rem !important;
}
.form-wrapper-footer-btn .btn.btn-link {
  text-align: left;
  padding: 0;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active {
  background-color: #f6f8fb !important;
}
.checked.btn-form-control {
  color: #000;
}
.form-control-block {
  position: relative;
}
.form-control-block .form-control {
  padding-right: 95px;
  margin: 0;
}
.form-control-block .title-label {
  margin: 8px 0 8px 0;
  overflow: hidden;
  white-space: nowrap;
  width: -moz-calc(100% - 95px);
  width: -webkit-calc(100% - 95px);
  width: -o-calc(100% - 95px);
  width: calc(100% - 95px);
}
.form-control-block .form-control-info {
  position: absolute;
  right: 15px;
  width: 85px;
  overflow: hidden;
  font-size: 16px;
  text-align: right;
  color: #000000;
  white-space: nowrap;
  top: 25px;
  margin-top: -12px;
}
.form-control-block .title-label ~ .form-control-info {
  font-size: 21px;
  font-family: "Gilroy-Bold";
  line-height: 21px;
  right: 0;
  margin-top: -17px;
}
.forms-middle input::-moz-placeholder {
  color: #a19ead !important;
}
.forms-middle input::-webkit-input-placeholder {
  color: #a19ead !important;
}
.forms-middle input:-ms-input-placeholder {
  color: #a19ead !important;
}
.forms-middle input::-ms-input-placeholder {
  color: #a19ead !important;
}
.forms-middle input::placeholder {
  color: #a19ead !important;
}
.form-control-block input.input::-moz-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
}
.form-control-block input.input::-webkit-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
}
.form-control-block input.input:-ms-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
}
.form-control-block input.input::-ms-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
}
.form-control-block input.input::placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
}
.color-daily {
  color: #8001ff;
}
.color-weekly {
  color: #4b47ff;
}
.color-monthly {
  color: #ddbd12;
}
.color-quarterly {
  color: #0db46e;
}
.color-semi-annual {
  color: #3fd9d9;
}
.color-annual {
  color: #ff0000;
}
.title-xs {
  font-size: 12px;
  font-family: "Gilroy-Bold";
}
.center-side .graph-block {
  height: 100%;
}
.input {
  padding: 0;
  min-width: 10px;
  max-width: 30px;
  border: none;
  box-shadow: none;
}
.input:hover,
.input:active,
.input:focus {
  border: none;
  box-shadow: none;
}
.buffer {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
}
.period-data {
  font-size: 16px;
  font-family: "Gilroy-Bold";
  color: #a19ead;
  margin: 0 5px;
}
.title-modal-content {
  font-size: 16px;
  font-family: GilroySemiBold;
  margin-bottom: 13px;
}
.modal-body-content {
  font-size: 14px;
  font-family: "Gilroy-Medium";
  line-height: 22px;
}
.modal-body-content p {
  font-size: 14px;
  font-family: "Gilroy-Medium";
  line-height: 22px;
}
.modal-body-content p:last-child {
  margin-bottom: 0;
}
.form-control-info-invalid .in-invalid::before,
.form-control-info-invalid ngx-intl-tel-input.invalid .iti::before,
ngx-intl-tel-input.invalid .form-control-info-invalid .iti::before {
  display: none !important;
}
.form-control-info-invalid .control-icon {
  position: relative;
}
.form-control-info-invalid .control-icon:before {
  position: absolute;
  background-color: #ff0000;
  width: 6px;
  height: 6px;
  border-radius: 40px;
  top: 6px;
  left: -14px;
  content: "";
}
.form-control-txt-lg,
.form-control-txt-lg.is-invalid,
ngx-intl-tel-input.invalid .form-control-txt-lg.form-control {
  font-family: "GilroySemiBold";
  color: #000000 !important;
}
input.form-control-txt-lg::-moz-placeholder {
  font-size: 16px !important;
}
input.form-control-txt-lg::-webkit-input-placeholder {
  font-size: 16px !important;
}
input.form-control-txt-lg:-ms-input-placeholder {
  font-size: 16px !important;
}
input.form-control-txt-lg::-ms-input-placeholder {
  font-size: 16px !important;
}
input.form-control-txt-lg::placeholder {
  font-size: 16px !important;
}
.btn-form-control.is-invalid ~ .invalid-feedback,
ngx-intl-tel-input.invalid .btn-form-control.form-control ~ .invalid-feedback {
  display: block;
  height: 0;
}
.dropdown-form-control.in-invalid::before,
ngx-intl-tel-input.invalid .dropdown-form-control.iti::before {
  right: 42px;
}
.dropdown-form-control .is-invalid,
.dropdown-form-control ngx-intl-tel-input.invalid .form-control,
ngx-intl-tel-input.invalid .dropdown-form-control .form-control {
  border-color: #ff0000 !important;
}
.btn-link.link-txt {
  color: #0056eb;
  font-family: GilroySemiBold;
  text-decoration: none;
  font-size: 14px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.pb-6 {
  padding-bottom: 10px !important;
}
.forms-pb-group .form-group {
  margin-bottom: 30px !important;
}
.forms-pb-group .form-group:last-child {
  margin-bottom: 10px !important;
  padding-bottom: 0px !important;
}
.media-group {
  flex-wrap: wrap;
}
.media-group > * {
  margin-right: 10px;
}
.media-left {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.media-left .img-media {
  margin-right: 20px;
}
.media-left .media-body {
  margin-bottom: 10px;
}
.txt-sm {
  font-size: 14px;
  font-family: "Gilroy-Medium";
}
.mt-m-min {
  margin-top: -7px;
}
.w-360 {
  max-width: 360px;
}
.list-group-form {
  margin: 0;
  border: 1px solid #e7e9ef;
  font-size: 12px;
  line-height: 22px;
  border-radius: 10px;
  padding: 12px;
  list-style: none;
  color: #a19ead;
}
.list-group-form label {
  color: #000000;
  margin-bottom: 0;
}
.list-txt-form {
  margin: 0;
  list-style: none;
  padding: 0;
}
.form-group-btns {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  padding: 8px 0;
}
.form-group-btns .btn {
  min-width: 157px;
}
.btn-secondary.disabled,
.btn-tab .disabled.nav-link.active,
.btn-secondary:disabled,
.btn-tab .nav-link.active:disabled {
  background: #c4c4c4;
  border-color: #c4c4c4;
  opacity: 1;
}
.form-block-section .form-group {
  margin-bottom: 22px;
}
.form-group-style .title-label {
  font-size: 14px;
  color: #000000;
  font-family: "GilroySemiBold";
}
.form-group-style .title-label.title-label-lg {
  font-size: 16px;
  margin-bottom: 13px;
  margin-top: 5px;
  font-family: "Gilroy-Medium";
}
.form-group-style .title-label.title-label-md {
  color: #a19ead;
  font-size: 16px;
  font-family: "Gilroy-Bold";
}
.form-group-style .title-label.title-label-strong {
  font-size: 16px;
  font-family: "Gilroy-Bold";
}
.form-group-style .btn-form-control {
  padding: 7px 30px 7px 10px;
  font-size: 16px;
}
.form-group-style .btn-form-control.dropdown-toggle::after {
  right: 28px;
}
.form-group-style .media-table .media-body h5 {
  font-family: "GilroySemiBold";
}
.modal-body .form-group-style:last-child {
  padding-bottom: 38px;
  margin-bottom: 0;
}
.alert {
  border: none;
  border-radius: 10px;
}
.alert.alert-icon {
  padding: 20px 18% 20px 25px;
}
.alert.alert-icon .icon-radius {
  margin-right: 25px;
}
.alert .alert-body .alert-heading {
  font-size: 12px;
  font-family: "Gilroy-Bold";
  margin-bottom: 0;
  line-height: 17px;
}
.alert .alert-body p {
  font-size: 12px;
  font-family: "Gilroy-Regular";
  line-height: 17px;
}
.alert .alert-body p:last-child {
  margin-bottom: 0;
}
.alert.alert-lg.alert-warning {
  color: #ff0000;
}
.alert.alert-lg.alert-warning .icon-radius {
  color: #ff0000;
}
.alert.alert-lg .alert-body p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Gilroy-Medium";
}
.alert.alert-lg.alert-icon {
  padding: 20px 30px 20px 25px;
}
.alert.alert-left-content {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  padding: 20px 30px 20px 25px;
}
.alert.alert-left-content .icon-radius {
  margin-top: 11px;
  margin-bottom: 11px;
}
.alert.alert-left-content .alert-heading {
  margin-bottom: 5px;
}
.alert.alert-left-content .alert-body p {
  font-family: "Gilroy-Medium";
  margin-bottom: 4px;
}
.alert.alert-left-max {
  padding: 20px 10px 20px 25px;
}
.alert.alert-left-max p {
  font-family: "Gilroy-Medium";
}
.alert.alert-left-max .icon-radius {
  margin-right: 20px;
}
.txt-dropdown {
  font-family: "Gilroy-Medium";
  font-size: 12px;
  line-height: 17px;
  margin-top: 10px;
  padding-right: 20px;
}
.alert-info {
  color: #000;
  background-color: #e7f6ff;
}
.alert-info .icon-radius {
  color: #4b7eff;
}
.alert-warning {
  color: #ea3c3c;
  background-color: #ffedec;
}
.alert-warning .icon-radius {
  color: #ea3c3c;
}
.w-heading {
  font-family: "Gilroy-Medium";
}
.icon-radius {
  font-size: 20px;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
}
.icon-radius i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.icon-bg-sm {
  border-radius: 100px;
  text-align: center;
}
.icon-bg-sm i {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}
.alert-label {
  font-size: 14px;
  margin-bottom: 17px;
}
.alert-label.alert-label-info {
  color: #0056eb;
  text-decoration: none;
}
.alert-label.alert-label-info .icon-bg-sm {
  font-size: 9px;
  background-color: #0056eb;
  color: #fff;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 100px;
}
.alert-label.alert-label-info .icon-bg-sm.exclamation-icon-bg-sm {
  background-color: none;
}
.alert-label.alert-label-info.alert-label-info-sm {
  font-size: 12px;
  text-transform: inherit;
}
.alert-label.alert-label-right {
  justify-content: flex-end;
  margin-bottom: 4px;
}
.alert-label.alert-label-right .icon-bg-sm {
  margin-right: 0;
}
.form-control-position-right {
  position: relative;
}
.form-control-position-right.form-control-input .txt-abbreviation,
.form-control-position-right.content-form-control .txt-abbreviation {
  right: 21px;
}
.form-control-position-right .txt-abbreviation {
  position: absolute;
  top: 13px;
}
.content-form-control .txt-abbreviation {
  color: #000000;
}
.content-form-control .txt-minimum {
  display: none;
}
.content-form-control.form-control-position .txt-abbreviation {
  right: 21px;
}
.in-invalid.form-control-position .txt-minimum,
ngx-intl-tel-input.invalid .form-control-position.iti .txt-minimum,
.in-invalid .footer-confirm .txt-limit,
ngx-intl-tel-input.invalid .iti .footer-confirm .txt-limit {
  display: none !important;
}
.in-invalid.form-control-position .txt-abbreviation,
ngx-intl-tel-input.invalid .form-control-position.iti .txt-abbreviation {
  right: 45px;
}
.content-form-control-preloader {
  position: relative;
}
.content-form-control-preloader .flex-preloader {
  height: auto;
  position: absolute;
  right: 16px;
  top: 10px;
}
.content-form-control-preloader.form-control-position .txt-abbreviation {
  right: 62px;
}
.exclamation-icon-bg-sm {
  background-color: transparent !important;
  width: 15px !important;
  min-width: 15px !important;
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px;
  padding: 15px 0 0 15px;
  background-image: url(/assets/images/exclamation-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
}
.alert-label-info-sm .icon-bg-sm {
  cursor: pointer;
}
.form-control-input .alert-label-info-sm {
  margin-top: 5px;
}
.form-control-info .btn .icon3-copy-address {
  color: #a19ead;
  font-size: 21px;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-switch .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 16px;
  font-family: "Gilroy-Medium";
}
.custom-switch .custom-control-label::before {
  position: absolute;
  top: 5px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 14px;
  pointer-events: none;
  content: "";
  background-color: #ceccd6;
}
.custom-switch .custom-control-label::before,
.custom-switch .custom-file-label,
.custom-switch .custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
  border: 0;
}
.custom-switch .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 0;
}
.custom-switch .custom-control-label::after {
  top: 7px;
  left: calc(-2.25rem + 2px);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 0.5rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #0056eb;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
  left: calc(-2.25rem + 4px);
}
.custom-switch {
  margin-bottom: 10px;
}
.media-body-title {
  font-size: 16px;
  font-family: "Gilroy-Bold";
  color: #a19ead;
}
.media-popup {
  border-top: 1px solid #e7e9ef;
  padding-top: 27px;
}
.media-popup p {
  font-size: 12px;
  color: #a19ead;
  line-height: 16px;
  font-family: "GilroySemiBold";
}
.media-popup p:last-child {
  margin-bottom: 0;
}
.media-popup .img-media {
  margin: 0 20px;
}
.media-popup .media-table {
  margin: 20px 0;
}
.media-popup .media-table .media-body h5 {
  font-size: 20px;
  font-family: "Gilroy-Bold";
}
.media-popup .alert-label {
  margin-bottom: 12px;
}
.media-popup a.alert-label {
  margin-top: -6px;
  margin-bottom: 14px;
  text-transform: inherit;
}
.media-popup .media-back {
  margin-top: 31px;
}
.media-popup .alert-label.alert-label-info .arrow-back {
  margin-right: 6px;
}
.media-popup ~ .alert {
  margin-top: 20px;
}
.mt-m-mn {
  margin-top: -12px;
}
.text-muted {
  font-size: 12px;
  font-family: "Gilroy-Medium";
  margin-top: 2px;
}
.copyButtonPopup,
.transferButtonPopup,
.successButtonPopup,
.VerificationCodesentsuccessfullyButtonPopup,
.closedButtonPopup,
.EmailSentSuccessfullyButtonPopup,
.ConfirmationLinkSentSuccessfullyButtonPopup {
  bottom: auto;
}
.copyButtonPopup .modal-dialog,
.transferButtonPopup .modal-dialog,
.successButtonPopup .modal-dialog,
.VerificationCodesentsuccessfullyButtonPopup .modal-dialog,
.closedButtonPopup .modal-dialog,
.EmailSentSuccessfullyButtonPopup .modal-dialog,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-dialog {
  max-width: 364px;
}
.copyButtonPopup .modal-content,
.transferButtonPopup .modal-content,
.successButtonPopup .modal-content,
.VerificationCodesentsuccessfullyButtonPopup .modal-content,
.closedButtonPopup .modal-content,
.EmailSentSuccessfullyButtonPopup .modal-content,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-content {
  margin-left: 137%;
  padding: 14px 20px;
}
.copyButtonPopup .modal-title .arrow-copied,
.transferButtonPopup .modal-title .arrow-copied,
.successButtonPopup .modal-title .arrow-copied,
.VerificationCodesentsuccessfullyButtonPopup .modal-title .arrow-copied,
.closedButtonPopup .modal-title .arrow-copied,
.EmailSentSuccessfullyButtonPopup .modal-title .arrow-copied,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-title .arrow-copied {
  margin-right: 14px;
}
.copyButtonPopup .close,
.transferButtonPopup .close,
.successButtonPopup .close,
.VerificationCodesentsuccessfullyButtonPopup .close,
.closedButtonPopup .close,
.EmailSentSuccessfullyButtonPopup .close,
.ConfirmationLinkSentSuccessfullyButtonPopup .close {
  font-size: 46px;
  font-family: "Gilroy-Regular";
  color: #000000;
  line-height: 46px;
  position: absolute;
  right: 23px;
  top: 7px;
  opacity: 1;
}
.transferButtonPopup .modal-dialog,
.copyButtonPopup .modal-dialog,
.successButtonPopup .modal-dialog,
.VerificationCodesentsuccessfullyButtonPopup .modal-dialog,
.closedButtonPopup .modal-dialog,
.EmailSentSuccessfullyButtonPopup .modal-dialog,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-dialog {
  margin-right: 40px;
  margin-top: 40px;
}
.transferButtonPopup .modal-title,
.copyButtonPopup .modal-title,
.successButtonPopup .modal-title,
.VerificationCodesentsuccessfullyButtonPopup .modal-title,
.closedButtonPopup .modal-title,
.EmailSentSuccessfullyButtonPopup .modal-title,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-title {
  margin-right: 63px;
}
.transferButtonPopup .modal-title span,
.copyButtonPopup .modal-title span,
.successButtonPopup .modal-title span,
.VerificationCodesentsuccessfullyButtonPopup .modal-title span,
.closedButtonPopup .modal-title span,
.EmailSentSuccessfullyButtonPopup .modal-title span,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-title span {
  white-space: nowrap;
}
.transferButtonPopup .modal-dialog {
  max-width: 326px;
}
.copyButtonPopup .modal-dialog {
  max-width: 291px;
}
.copyButtonPopup.activetag .modal-dialog {
  max-width: 253px;
}
.successButtonPopup .modal-dialog {
  max-width: 218px;
}
.VerificationCodesentsuccessfullyButtonPopup .modal-dialog {
  max-width: 525px;
}
.copyButtonPopup.code-copied .modal-dialog {
  max-width: 269px;
}
.closedButtonPopup .modal-dialog {
  max-width: 450px;
}
.EmailSentSuccessfullyButtonPopup .modal-dialog {
  max-width: 350px;
}
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-dialog {
  max-width: 462px;
}
.transferButtonPopup .modal-content,
.copyButtonPopup .modal-content,
.successButtonPopup .modal-content,
.VerificationCodesentsuccessfullyButtonPopup .modal-content,
.closedButtonPopup .modal-content,
.EmailSentSuccessfullyButtonPopup .modal-content,
.ConfirmationLinkSentSuccessfullyButtonPopup .modal-content {
  margin-left: 0;
}
.code-send-block {
  display: none;
}
.btn-send-code .resend-code-txt {
  display: none !important;
}
.resend-code-btn .resend-code-txt {
  display: block !important;
}
.resend-code-btn .send-txt {
  display: none !important;
}
.verification-code-btn.code-sent .code-send-block {
  display: block;
}
.verification-code-btn.code-sent .code-send-block .btn-link.link-txt {
  color: #a19ead;
  cursor: text;
}
.verification-code-btn.code-sent .code-send-block .btn-tooltip {
  margin-right: 1px;
  margin-left: 3px;
}
.verification-code-btn.code-sent .btn-send-code {
  display: none !important;
}
.profile-image-modal {
  bottom: auto;
}
.profile-image-modal .modal-dialog {
  max-width: 480px;
  margin-top: 63px;
  margin-right: 40px;
}
.profile-image-modal .modal-content {
  padding: 14px 20px;
  background-color: #0db46e;
  border: none;
}
.profile-image-modal .modal-title {
  color: #fff;
}
.profile-image-modal .modal-title .arrow-copied-w {
  margin-right: 14px;
}
.profile-image-modal .close {
  font-size: 46px;
  font-family: "Gilroy-Regular";
  color: #fff;
  line-height: 46px;
  position: absolute;
  right: 23px;
  top: 7px;
  opacity: 1;
  font-weight: normal;
  text-shadow: none;
}
.profile-image-modal .modal-title {
  white-space: nowrap;
}
.profile-image-modal.SelectedAccounthasbeenSuccessfullyAdded .modal-dialog {
  max-width: 570px;
}
.profile-image-modal.error-upload .modal-content {
  background-color: #ff0000;
}
.image-modal {
  bottom: auto;
}
.image-modal .modal-dialog {
  max-width: 460px;
  margin-top: 63px;
  margin-right: 40px;
}
.image-modal .modal-content {
  padding: 14px 20px;
  background-color: #0db46e;
  border: none;
}
.image-modal .modal-title {
  color: #fff;
}
.image-modal .modal-title .arrow-copied-w {
  margin-right: 14px;
}
.image-modal .close {
  font-size: 46px;
  font-family: "Gilroy-Regular";
  color: #fff;
  line-height: 46px;
  position: absolute;
  right: 23px;
  top: 7px;
  opacity: 1;
  font-weight: normal;
  text-shadow: none;
}
.image-modal .modal-title {
  white-space: nowrap;
}
.image-modal.SelectedAccounthasbeenSuccessfullyAdded .modal-dialog {
  max-width: 570px;
}
.image-modal.error-upload .modal-content {
  background-color: #ff0000;
}
.image-modal.error-upload-border .modal-content {
  background-color: #fff;
}
.image-modal.error-upload-border .modal-content .modal-title,
.image-modal.error-upload-border .modal-content .close {
  color: #ff0000;
}
.table-top .media-table.media-table-lg .align-img {
  margin-right: 22px;
}
.min-h-200 {
  height: 352px;
  margin-top: -10px;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
#Your_password_has_been_changed .modal-dialog {
  max-width: 450px;
}
#profile_image_deleted.profile-image-modal .modal-dialog {
  max-width: 472px;
}
.profile-menu .active span,
.profile-menu .inactive span {
  position: relative;
  padding-right: 15px;
}
.profile-menu .active span::before,
.profile-menu .inactive span::before {
  position: absolute;
  content: "";
  right: 0px;
  background-color: #efaf0a;
  height: 7px;
  width: 7px;
  top: 7px;
  border-radius: 20px;
}
.profile-menu .active span::before {
  background-color: #0db46e;
}
.profile-menu-header {
  padding-bottom: 7px;
}
.profile-menu-header .profile-logo-img {
  margin: 20px auto;
  width: 90px;
  height: 90px;
}
.profile-menu-header .profile-logo-img img {
  height: 90px;
  width: 90px;
}
.profile-menu-header .profile-logo-img:before {
  display: none;
}
.profile-menu-header .profile-logo-img:after {
  height: 90px;
  width: 90px;
  background-size: cover;
}
.profile-menu-header .profile-name {
  font-size: 19px;
  color: #000000;
  font-family: "GilroySemiBold";
  overflow: hidden;
  text-align: center;
  line-height: 28px;
}
.profile-menu-header .profile-name .first-letter-upper {
  text-transform: lowercase;
  display: inline-block;
}
.profile-menu-header .profile-name .first-letter-upper:first-letter {
  text-transform: uppercase;
}
.profile-menu-header .profile-email {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "Gilroy-Regular";
  overflow: hidden;
  text-align: center;
  border-bottom: 2px solid #f6f8fb;
  padding-bottom: 23px;
}
.profile-menu-header .profile-email.profile-email-title {
  font-size: 19px;
  font-family: "GilroySemiBold";
}
.profile-menu-header:hover {
  background-color: transparent !important;
}
.navigation-container > div {
  margin-left: 25px;
  margin-right: 25px;
}
.navigation-container > div:first-child {
  margin-left: 0;
}
.navigation-container > div:last-child {
  margin-right: 0;
}
.navigation-block {
  font-size: 14px;
  font-family: "Gilroy-Bold";
  color: #a19ead;
  position: relative;
}
.navigation-block .icon2-arrow-top.left {
  -moz-transform: rotate(-99grad);
  -ms-transform: rotate(-99grad);
  -webkit-transform: rotate(-99grad);
  -o-transform: rotate(-99grad);
  transform: rotate(-99grad);
  display: block;
  font-size: 11px;
  margin: 7px;
}
.navigation-block .icon2-arrow-top.right {
  -moz-transform: rotate(99grad);
  -ms-transform: rotate(99grad);
  -webkit-transform: rotate(99grad);
  -o-transform: rotate(99grad);
  transform: rotate(99grad);
  display: block;
  font-size: 11px;
  margin: 7px;
}
.navigation-block .navigation-block-popup {
  position: absolute;
  top: 35px;
  right: 7px;
  background: #ffffff;
  border: 1px solid #efecf9;
  box-shadow: 0px 24px 40px #e6f1fa;
  border-radius: 10px;
  padding: 8px 0px;
  z-index: 1;
  min-width: 106px;
  display: none;
}
.navigation-block .navigation-block-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "GilroySemiBold";
}
.navigation-block .navigation-block-popup ul .active * {
  color: #000;
  font-family: "Gilroy-Bold";
}
.navigation-block .navigation-block-popup ul li {
  padding: 7px 20px;
}
.navigation-block .navigation-block-popup ul li:hover {
  background-color: #f6f8fb;
}
.navigation-block .navigation-block-popup ul li.active:hover {
  background-color: transparent;
}
.navigation-block .navigation-block-popup:before,
.navigation-block .navigation-block-popup:after {
  -moz-transform: rotate(200grad);
  -ms-transform: rotate(200grad);
  -webkit-transform: rotate(200grad);
  -o-transform: rotate(200grad);
  transform: rotate(200grad);
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: 0.255em;
  content: "";
  right: 25px;
  border-top: 13px solid #efecf9;
  border-right: 13px solid transparent;
  border-bottom: 0;
  border-left: 13px solid transparent;
  top: -13px;
  z-index: 1;
}
.navigation-block .navigation-block-popup:after {
  top: -11px;
  border-top: 13px solid #fff;
}
.navigation-block a {
  text-decoration: none;
  color: #000;
}
.navigation-block .navigation-list {
  margin-right: 12px;
}
.navigation-block .navigation-body {
  position: relative;
}
.navigation-block .navigation-body:hover .navigation-block-popup,
.navigation-block .navigation-body:active .navigation-block-popup,
.navigation-block .navigation-body:focus .navigation-block-popup {
  display: block;
}
.title-card-filter .clear-filter,
.title-card-filter .clear-filter * {
  font-size: 14px;
  color: #2460fa;
  font-family: "Gilroy-Bold";
  margin-left: 15px;
  cursor: pointer;
}
.title-card-filter .clear-filter:hover,
.title-card-filter .clear-filter:active,
.title-card-filter .clear-filter:focus,
.title-card-filter .clear-filter *:hover,
.title-card-filter .clear-filter *:active,
.title-card-filter .clear-filter *:focus {
  color: #1740a8;
}
.select {
  display: block;
  max-width: 215px;
  width: 100%;
  position: relative;
}
.new-select {
  position: relative;
  border: 1px solid #ced4da;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.new-select__list {
  position: absolute;
  top: 45px;
  left: 0;
  border: 1px solid #ced4da;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  -webkit-user-select: none;
  user-select: none;
}
.new-select__list.on {
  display: block;
}
.new-select__item span {
  display: block;
  padding: 10px 15px;
}
.new-select__item span:hover {
  color: #12b223;
}
.new-select:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 9px;
  top: 9px;
  opacity: 0.6;
  -webkit-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-select.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#dropdownStablecoinorCryptoCalculateYourEarnings.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  padding: 10px 10px 12px 10px;
}
#dropdownStablecoinorCryptoCalculateYourEarnings.dropdown.dropdown-form-control .dropdown-menu::before,
#dropdownStablecoinorCryptoCalculateYourEarnings.dropdown.dropdown-form-control .dropdown-menu::after {
  right: 11px;
}
.min-p-dropdown.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  padding: 10px 10px 12px 10px;
}
.form-check-btn textarea.form-control.form-control-placeholder {
  border-color: #e7e9ef;
  height: 100px;
  border-radius: 10px;
  font-size: 14px;
  resize: none;
  margin-top: 15px;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}
.form-check-btn .custom-control-input:checked ~ textarea,
.form-check-btn .custom-control-input:checked ~ .custom-control-label ~ textarea {
  display: block !important;
}
textarea.form-control-placeholder::-moz-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
textarea.form-control-placeholder::-webkit-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
textarea.form-control-placeholder:-ms-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
textarea.form-control-placeholder::-ms-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
textarea.form-control-placeholder::placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
.form-group input.form-control-placeholder::-moz-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
.form-group input.form-control-placeholder::-webkit-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
.form-group input.form-control-placeholder:-ms-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
.form-group input.form-control-placeholder::-ms-input-placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
.form-group input.form-control-placeholder::placeholder {
  color: #a19ead !important;
  opacity: 1 !important;
  font-family: "GilroySemiBold";
}
.txt-popup,
.txt-popup p {
  font-size: 16px;
  line-height: 29px;
  font-family: "Gilroy-Medium";
  margin: 0;
}
.txt-popup strong,
.txt-popup p strong {
  font-family: "Gilroy-Bold";
}
.modal-body-txt-popup {
  padding-top: 8px !important;
  margin-bottom: -5px !important;
}
.navbar-collapse .nav-item .nav-link,
.header-banner-content p,
.banner p,
.flex-card-container .flex-card-txt p,
.title-card.text-center {
  font-family: "Gilroy-Regular";
}
.dropdown.dropdown-min .dropdown-toggle .btn-toggle {
  font-family: "GilroySemiBold";
}
.banner .title-banner {
  font-family: "Gilroy-Bold";
}
.tabs-card .tab-pane .tab-content .mCustomScrollBox,
.tabs-card .tab-pane .tab-content .mCSB_container {
  min-height: auto;
}
.btn {
  letter-spacing: 0.03em;
}
.btn.dropdown-toggle,
.btn.btn-icon {
  letter-spacing: 0em;
}
.table-accordion-st .media-table .align-img img {
  min-height: 36px;
}
.table-accordion-st .media-table .align-img {
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.table-accordion-st.table td {
  padding: 20px 10px;
}
.list-table {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Medium";
  font-size: 1rem;
}
.list-table > li {
  margin-bottom: 15px;
}
.list-table > li:last-child {
  margin-bottom: 0;
}
.list-table ~ .list-table {
  margin-top: 35px;
}
.list-table .table-details {
  margin-bottom: 15px;
}
.table-details .w1 {
  width: 45%;
  padding-right: 10px;
}
.table-details .w2 {
  width: 55%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "GilroySemiBold";
  color: #a19ead;
}
.hr-section {
  border-top: 2px solid #f6f8fb;
  padding-top: 25px;
}
.profile-block {
  cursor: pointer;
  position: relative;
  width: 152px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.profile-block .profile-img {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background-color: #cfced4;
}
.profile-block input {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.profile-block img {
  height: 140px;
  width: 140px;
  position: absolute;
  border-radius: 100px;
  border: 1px solid transparent;
}
.profile-block label {
  font-size: 16px;
  color: #0056eb;
  text-align: center;
  position: absolute;
  bottom: -10px;
  width: 140px;
  z-index: 2;
}
.profile-block label.info-profile-img {
  display: none;
  color: #a19ead;
  width: 100%;
  line-height: 20px;
  bottom: auto;
  margin-top: 10px;
}
.upload-img {
  position: absolute;
  top: 0;
  height: 140px;
  width: 140px;
  display: none;
  color: #fff;
  font-size: 14px;
}
.upload-img span {
  position: absolute;
  padding-bottom: 0px;
  text-align: center;
  display: block;
  bottom: 18px;
  left: 0;
  width: 100%;
}
.profile-upload .upload-img {
  display: -ms-flexbox !important;
  display: flex !important;
}
.profile-upload .label_image {
  display: none;
}
.profile-upload .info-profile-img {
  display: block !important;
}
.profile-upload .imgshow {
  display: none !important;
}
body {
  transform-origin: top left;
}
.tag-txt,
.code-copied-txt {
  display: none;
}
.activetag .tag-txt {
  display: block;
}
.activetag .address-txt {
  display: none;
}
.code-copied .address-txt,
.code-copied .tag-txt,
.code-copied .success-txt {
  display: none;
}
.code-copied .code-copied-txt {
  display: block;
}
.form-group-step {
  color: #0056eb;
  font-family: "Gilroy-Bold";
  font-size: 16px;
}
.form-group-step .item-step {
  margin-right: 10px;
}
.item-step {
  border-radius: 40px;
  background-color: #0056eb;
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: #fff;
  font-family: "Gilroy-Bold";
  font-size: 16px;
}
.modal-body-bg {
  background-color: #f6f8fb;
}
.modal-body-top {
  padding: 14px 25px;
  margin-top: 6px;
  margin-bottom: 38px;
}
.table-body .table-body-tr {
  margin-bottom: 17px;
}
.table-body .table-body-tr:last-child {
  margin-bottom: 0;
}
.title-table-body {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  line-height: 23px;
  color: #a19ead;
  margin-right: 20px;
  width: 130px;
}
.content-table-body {
  font-family: "Gilroy-Medium";
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  word-break: break-all;
}
.content-table-body .media-table .media-body h5 {
  font-size: 20px;
  font-family: "Gilroy-Bold";
}
.content-table-body .media-table .align-img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
}
.content-table-body .media-table .align-img img {
  min-height: 24px;
}
.txt-p p {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  line-height: 24px;
  margin-bottom: 20px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-form-control-sm .media.media-table {
  min-width: auto;
}
.table-medium {
  font-family: "Gilroy-Medium";
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.table-medium .media-table .media-body h5 {
  font-size: 14px;
  font-family: "Gilroy-Medium";
}
.table-medium .media-table .align-img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
}
.table-medium .media-table .align-img img {
  min-height: 24px;
}
.table-medium .media-table {
  margin: 0px 0;
}
.table-medium td {
  padding-bottom: 13px;
  padding-right: 26px;
}
.table-medium tr td:last-child {
  padding-right: 5px;
}
.table-medium tr:last-child td {
  padding-bottom: 6px;
}
.txt-white-space {
  white-space: normal;
}
.media-medium {
  border-top: 1px solid #e7e9ef;
  padding-top: 22px;
}
.no-fees {
  color: #0db46e;
  word-spacing: 3px;
}
.title-block-table {
  color: #a19ead;
}
.content-block-table {
  color: #a19ead;
}
.italic {
  font-style: italic;
}
.block-table {
  margin-bottom: 11px;
  font-size: 16px;
}
.block-table .btn-tooltip {
  width: 15px;
  min-width: 15px;
  height: 15px;
  line-height: 14px;
  margin-top: 0px;
  font-size: 12px;
  margin-left: auto;
}
.block-table .title-block-table {
  width: 170px;
}
.block-table .content-block-table {
  margin-left: 10px;
}
.block-table.txt-color .title-block-table,
.block-table.txt-color .content-block-table {
  color: #000000;
}
.txt-minimum {
  font-size: 14px;
  color: #a19ead;
}
.txt-abbreviation {
  color: #a19ead;
}
.form-control-position {
  position: relative;
}
.form-control-position .txt-minimum {
  position: absolute;
  top: 15px;
  right: 20px;
  padding-left: 10px;
  border-left: 1px solid #a19ead;
  line-height: 20px;
  padding-top: 1px;
}
.form-control-position .form-control {
  padding-right: 201px;
  padding-left: 10px;
}
.form-control-position .txt-abbreviation {
  position: absolute;
  top: 13px;
  right: 128px;
}
.footer-confirm .btn-secondary,
.footer-confirm .btn-tab .nav-link.active,
.btn-tab .footer-confirm .nav-link.active {
  margin-top: 13px;
  min-width: 136px;
}
.d-flex-links .btn-tooltip.btn-tooltip-sm {
  margin-top: 0px;
}
.txt-limit {
  font-size: 12px;
  color: #a19ead;
  margin-top: 7px;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
ngx-intl-tel-input.invalid .form-control:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: none;
}
.modal-large .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active,
.dropdown.dropdown-form-control .dropdown-menu.hover-dropdown-item .dropdown-item.active,
.modal-large .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active-first:hover,
.modal-large .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active-first.active:hover,
.modal-large .dropdown.dropdown-form-control .dropdown-menu.hover-dropdown-item .dropdown-item.active-first.active:hover {
  background-color: transparent !important;
}
.modal-large .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5,
.modal-large .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active-first .media-table .media-body h5 {
  color: #000000;
  font-family: "Gilroy-Bold";
}
.modal-large .dropdown.dropdown-form-control .dropdown-menu.hover-dropdown-item .dropdown-item.active-first:hover {
  background-color: #f6f8fb !important;
}
.modal-large .dropdown.dropdown-form-control .dropdown-menu.hover-dropdown-item .dropdown-item.active-first .media-table .media-body h5 {
  font-family: "Gilroy-Medium";
}
.modal-large .dropdown.dropdown-form-control .dropdown-menu.hover-dropdown-item .dropdown-item.active.active-first .media-table .media-body h5 {
  font-family: "Gilroy-Bold";
}
.flex-preloader {
  height: 100%;
}
.r-bounds {
  fill: none;
  stroke: transparent;
}
.svg-preloader {
  height: 90px;
  width: 90px;
}
.g-circles {
  fill: #2460fa;
}
.u-circle {
  transform-origin: 45px 45px;
  animation: opacity 1.2s linear infinite;
}
.u-circle:nth-child(12n+1) {
  transform: rotate(-30deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.1s;
}
.u-circle:nth-child(12n+2) {
  transform: rotate(-60deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.2s;
}
.u-circle:nth-child(12n+3) {
  transform: rotate(-90deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.3s;
}
.u-circle:nth-child(12n+4) {
  transform: rotate(-120deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.4s;
}
.u-circle:nth-child(12n+5) {
  transform: rotate(-150deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.5s;
}
.u-circle:nth-child(12n+6) {
  transform: rotate(-180deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.6s;
}
.u-circle:nth-child(12n+7) {
  transform: rotate(-210deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.7s;
}
.u-circle:nth-child(12n+8) {
  transform: rotate(-240deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.8s;
}
.u-circle:nth-child(12n+9) {
  transform: rotate(-270deg) translate(10px, 10px) scale(0.85);
  animation-delay: -0.9s;
}
.u-circle:nth-child(12n+10) {
  transform: rotate(-300deg) translate(10px, 10px) scale(0.85);
  animation-delay: -1s;
}
.u-circle:nth-child(12n+11) {
  transform: rotate(-330deg) translate(10px, 10px) scale(0.85);
  animation-delay: -1.1s;
}
.u-circle:nth-child(12n+12) {
  transform: rotate(-360deg) translate(10px, 10px) scale(0.85);
  animation-delay: -1.2s;
}
@keyframes opacity {
  0% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}
.r-bounds-sm {
  fill: none;
  stroke: transparent;
}
.svg-preloader-sm {
  height: 30px;
  width: 30px;
}
.g-circles-sm {
  fill: #e7e9ef;
}
.u-circle-sm {
  transform-origin: 15px 15px;
  animation: opacity 1.2s linear infinite;
}
.u-circle-sm:nth-child(8n+1) {
  transform: rotate(-45deg) translate(3px, 3px);
  animation-delay: -0.1s;
}
.u-circle-sm:nth-child(8n+2) {
  transform: rotate(-90deg) translate(3px, 3px);
  animation-delay: -0.2s;
}
.u-circle-sm:nth-child(8n+3) {
  transform: rotate(-135deg) translate(3px, 3px);
  animation-delay: -0.3s;
}
.u-circle-sm:nth-child(8n+4) {
  transform: rotate(-180deg) translate(3px, 3px);
  animation-delay: -0.4s;
}
.u-circle-sm:nth-child(8n+5) {
  transform: rotate(-225deg) translate(3px, 3px);
  animation-delay: -0.5s;
}
.u-circle-sm:nth-child(8n+6) {
  transform: rotate(-270deg) translate(3px, 3px);
  animation-delay: -0.6s;
}
.u-circle-sm:nth-child(8n+7) {
  transform: rotate(-315deg) translate(3px, 3px);
  animation-delay: -0.7s;
}
.u-circle-sm:nth-child(8n+8) {
  transform: rotate(-360deg) translate(3px, 3px);
  animation-delay: -0.8s;
}
.r-bounds-md {
  fill: none;
  stroke: transparent;
}
.svg-preloader-md {
  height: 30px;
  width: 30px;
}
.g-circles-md {
  fill: #e7e9ef;
}
.u-circle-md {
  transform-origin: 15px 15px;
  animation: opacity 1.2s linear infinite;
}
.u-circle-md:nth-child(8n+1) {
  transform: rotate(-45deg) translate(3px, 3px);
  animation-delay: -0.1s;
}
.u-circle-md:nth-child(8n+2) {
  transform: rotate(-90deg) translate(3px, 3px);
  animation-delay: -0.2s;
}
.u-circle-md:nth-child(8n+3) {
  transform: rotate(-135deg) translate(3px, 3px);
  animation-delay: -0.3s;
}
.u-circle-md:nth-child(8n+4) {
  transform: rotate(-180deg) translate(3px, 3px);
  animation-delay: -0.4s;
}
.u-circle-md:nth-child(8n+5) {
  transform: rotate(-225deg) translate(3px, 3px);
  animation-delay: -0.5s;
}
.u-circle-md:nth-child(8n+6) {
  transform: rotate(-270deg) translate(3px, 3px);
  animation-delay: -0.6s;
}
.u-circle-md:nth-child(8n+7) {
  transform: rotate(-315deg) translate(3px, 3px);
  animation-delay: -0.7s;
}
.u-circle-md:nth-child(8n+8) {
  transform: rotate(-360deg) translate(3px, 3px);
  animation-delay: -0.8s;
}
.txt-letter-spacing {
  letter-spacing: 2px;
  font-size: 20px;
}
.flex-preloader-xxl .svg-preloader {
  height: 120px;
  width: 120px;
}
.qr-media .svg-preloader {
  height: auto;
  width: auto;
  margin-right: 23px;
  margin-left: 23px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.qr-media .g-circles {
  fill: #e7e9ef;
}
.form-control-block .flex-preloader {
  position: absolute;
  right: 20px;
  top: 0;
}
.form-control-block-preloader .form-control-info {
  display: none;
}
.showBlock {
  display: block !important;
}
.hideBlock {
  display: none !important;
}
.form-control-block-preloader input.form-control {
  font-family: "GilroySemiBold" !important;
}
.form-control-block-preloader input.form-control::-moz-placeholder {
  font-family: "GilroySemiBold" !important;
}
.form-control-block-preloader input.form-control::-webkit-input-placeholder {
  font-family: "GilroySemiBold" !important;
}
.form-control-block-preloader input.form-control:-ms-input-placeholder {
  font-family: "GilroySemiBold" !important;
}
.form-control-block-preloader input.form-control::-ms-input-placeholder {
  font-family: "GilroySemiBold" !important;
}
.form-control-block-preloader input.form-control::placeholder {
  font-family: "GilroySemiBold" !important;
}
.title-modal-lg {
  font-size: 23px !important;
}
.txt-link-modal-lg {
  font-size: 18px !important;
  margin-bottom: 20px;
}
.form-wrapper {
  min-width: auto !important;
  background: -moz-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -webkit-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -o-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background: -ms-linear-gradient(286.39deg, #2460fa 6.29%, #24adfa 94.08%);
  background:
    linear-gradient(
      286.39deg,
      #2460fa 6.29%,
      #24adfa 94.08%);
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  padding: 0 !important;
  overflow: hidden;
}
.form-wrapper .main {
  margin-top: 0;
}
.form-wrapper .wrapper {
  overflow-x: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: -17px;
}
.form-wrapper-content {
  max-width: 480px;
  background: #ffffff;
  border-radius: 10px;
  margin: 70px auto;
  padding: 0px 60px;
}
.form-wrapper-content.captcha {
  max-width: 420px;
  padding: 0px 30px;
  position: relative;
}
.form-wrapper-content.captcha .close {
  position: absolute;
  right: 15px;
  left: auto;
  top: 19px;
  font-size: 46px;
  font-family: "Gilroy-Regular";
  color: #a19ead;
  opacity: 1;
  line-height: 46px;
  padding: 0;
  margin: -1rem 0 0 auto;
  font-weight: 100;
}
.form-wrapper-content.modal-dialog {
  max-width: 480px !important;
  background: #ffffff;
  border-radius: 10px;
  margin: 110px auto !important;
  padding: 0px 60px;
  border: 0 !important;
}
.form-wrapper-content.modal-dialog .modal-content {
  border: 0;
}
.form-wrapper-header {
  padding: 34px 0px 30px 0px;
}
.form-wrapper-header-txt {
  font-family: "Gilroy-Bold";
  font-size: 20px;
  line-height: 24px;
  color: #0056eb;
  margin: 0 6px;
}
.form-wrapper-footer {
  padding: 30px 0px 30px 0px;
}
.form-wrapper-footer .btn {
  margin-bottom: 27px;
}
.form-wrapper-footer .form-wrapper-footer-content {
  margin-bottom: 10px;
}
.form-wrapper-footer .form-wrapper-footer-txt {
  margin-right: 15px;
}
.form-wrapper-footer p {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #a19ead;
  font-family: "Gilroy-Medium";
  margin-bottom: 0;
}
.form-wrapper-footer p:last-child {
  margin-bottom: 1rem;
}
.form-wrapper-footer p.txt-sm-form-wrapper {
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gilroy-Medium";
  color: #a19ead;
  text-align: left;
  margin: 0;
}
.form-wrapper-footer-btn ~ .txt-sm-form-wrapper {
  margin-top: -4px !important;
  margin-bottom: -10px !important;
}
.pt-15 {
  padding-top: 15px;
}
.p-0-60 {
  padding: 0 60px;
}
.p-0-4 {
  padding: 0 4px;
}
.p-0-38 {
  padding: 0 38px;
}
.p-0-135 {
  padding: 0 135px;
}
.form-wrapper-footer-btn {
  margin-bottom: 27px;
}
.form-wrapper-footer-btn .btn {
  margin: 0;
}
.form-wrapper-footer-btn .btn-min-w {
  min-width: 160px;
}
.form-wrapper-footer-btn.flex-column .btn,
.form-wrapper-footer-btn.no-found-block .btn,
.form-wrapper-footer-btn.block-section-icon .btn,
.form-wrapper-footer-btn.upload-img .btn {
  text-align: center;
  margin-bottom: 15px;
}
.form-wrapper-footer-btn.flex-column .btn:last-child,
.form-wrapper-footer-btn.no-found-block .btn:last-child,
.form-wrapper-footer-btn.block-section-icon .btn:last-child,
.form-wrapper-footer-btn.upload-img .btn:last-child {
  margin-bottom: 0;
}
.form-wrapper-footer-btn.flex-column .btn:last-child.btn-link,
.form-wrapper-footer-btn.no-found-block .btn:last-child.btn-link,
.form-wrapper-footer-btn.block-section-icon .btn:last-child.btn-link,
.form-wrapper-footer-btn.upload-img .btn:last-child.btn-link {
  margin-bottom: -15px;
}
.form-wrapper-footer-txt {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.form-wrapper-footer-link {
  font-size: 16px;
  font-family: "Gilroy-Bold";
  color: #0056eb;
  white-space: nowrap;
}
.form-wrapper-body .form-wrapper-title {
  margin-bottom: 30px;
  text-align: center;
}
.form-wrapper-body .form-middle {
  margin-bottom: 20px;
}
.form-wrapper-body .list-group-form {
  color: #000;
}
.form-wrapper-body .form-control-input {
  position: relative;
}
.form-wrapper-body .list-group-form .chosen::before {
  top: 4px;
}
.form-wrapper-body .link-middle {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.form-control-input.chosen:before {
  top: 22px;
  left: auto;
  right: 22px;
}
.form-control-input.chosen .form-control {
  padding-right: 2.75rem;
}
.form-group.form-group-style .list-group-form .chosen::before {
  top: 4px;
}
.form-wrapper-title {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-family: "Gilroy-Bold";
}
.form-check-sm .custom-control-label::before {
  border-radius: 3px;
  width: 15px;
  height: 15px;
}
.form-check-sm .custom-control-label::after,
.form-check-sm .media-checkbox::after {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-size: 100% 73%;
}
.form-check-sm .custom-control-label {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  padding-top: 3px;
}
.form-check-sm.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/assets/images/chosen.svg);
  border-color: #0db46e;
}
.form-check-sm.is-invalid .custom-control-label::after,
ngx-intl-tel-input.invalid .form-check-sm.form-control .custom-control-label::after {
  border-color: #ff0000;
}
.custom-checkbox.is-invalid ~ .invalid-feedback,
ngx-intl-tel-input.invalid .custom-checkbox.form-control ~ .invalid-feedback,
.btn-invalid .invalid-feedback {
  display: block;
}
.form-check-btn {
  font-size: 16px;
  font-family: "Gilroy-Bold";
  color: #0056eb;
}
.form-check-btn .custom-control-label::before,
.form-check-btn .media-checkbox::before {
  border: 1px solid #0056eb;
  background-color: transparent;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.form-check-btn .custom-control-label {
  width: 100%;
  border: 1px solid #0056eb;
  background-color: transparent;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 10px;
}
.form-check-btn.custom-control {
  padding-left: 0;
}
.form-check-btn .custom-control-label::after,
.form-check-btn .media-checkbox::after,
.form-check-btn .custom-control-label::before,
.form-check-btn .media-checkbox::before {
  display: none;
}
.form-check-btn.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  background-color: #0056eb;
  color: #fff;
}
.form-check-btn-group .form-check-btn {
  margin-bottom: 15px;
}
.dropdown-item.disabled {
  cursor: auto;
}
.label-check {
  margin-bottom: 9px !important;
}
.checked-option {
  color: #a19ead;
}
.checked-option .label-check {
  color: #a19ead;
}
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.disabled:hover,
.dropdown.dropdown-form-control .dropdown-menu .dropdown-item.disabled:focus {
  background-color: transparent;
}
.form-wrapper-footer.btn-invalid .btn {
  margin-bottom: 15px;
}
.form-wrapper-footer.btn-invalid .invalid-feedback {
  margin-bottom: 27px;
}
.mb-27 {
  margin-bottom: 27px;
}
.coming-soon {
  position: relative;
  flex-wrap: wrap;
}
.txt-coming-soon {
  color: #a19ead;
  line-height: 1.2;
  margin-left: 15px;
}
.txt-form-wrapper {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-family: "Gilroy-Medium";
  margin-bottom: 25px;
}
.form-control-input .icons-password .icon-password,
.form-control-input .icons-password .icon-password-hidden,
.form-control-input .icons-password .icon-password-key {
  display: block;
  position: absolute;
  right: 17px;
  top: 18px;
}
.form-control-input .icons-password .icon-password-hidden {
  top: 16px;
}
.form-control-input .icons-password .icon-password-key {
  top: 16px;
}
.form-control-input.password-key .icon-password,
.form-control-input.password-key .icon-password-hidden {
  right: 36px;
}
.in-invalid .icon-password-key,
ngx-intl-tel-input.invalid .iti .icon-password-key {
  display: none !important;
}
.in-invalid.password-key .icon-password,
ngx-intl-tel-input.invalid .password-key.iti .icon-password,
.in-invalid.password-key .icon-password-hidden,
ngx-intl-tel-input.invalid .password-key.iti .icon-password-hidden {
  right: 17px;
}
.form-control-input-icon .form-control {
  padding-right: 90px;
}
.form-control-input-icon.in-invalid::before,
ngx-intl-tel-input.invalid .form-control-input-icon.iti::before {
  right: 50px;
}
.body-captcha {
  position: relative;
  margin: 10px 0 30px 0;
}
.body-captcha .bg-captcha {
  width: 100%;
}
.body-captcha .puzzle-arrows {
  position: absolute;
  left: 0;
  width: 100%;
  top: 110px;
}
.body-captcha .puzzle-arrows .puzzle-left {
  position: absolute;
  left: 0px;
  top: 0px;
}
.body-captcha .puzzle-arrows .puzzle-right {
  position: absolute;
  left: 70%;
  top: 0px;
}
.form-wrapper-content.captcha .reboot {
  position: absolute;
  right: 15px;
  bottom: 22px;
  cursor: pointer;
}
.form-wrapper-content.captcha .form-wrapper-body {
  padding-top: 31px;
}
.form-wrapper-content.captcha .form-wrapper-footer {
  padding: 0;
  margin: 0 -30px;
  min-height: 76px;
}
.footer-captcha {
  background: #f1f4fd;
  border-radius: 5px;
  height: 60px;
  width: 100%;
  position: relative;
}
.footer-captcha .btn-captch-txt {
  position: absolute;
  left: 73px;
  top: 19px;
}
.footer-captcha.movement .btn-captch-txt,
.footer-captcha.ideally .btn-captch-txt,
.footer-captcha.error .btn-captch-txt {
  display: none;
}
.btn-captcha {
  background-color: #2460fa;
  border-radius: 5px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-captcha.error .btn-captcha {
  background-color: #ff0000;
}
.footer-captcha.ideally .btn-captcha {
  background-color: #0db46e;
}
.footer-captcha.ideally .btn-captcha .captcha-arrow {
  background-image: url(/assets/images/ideally.svg);
  width: 25px;
  min-width: 25px;
  height: 22px;
  min-height: 22px;
}
.title-captcha {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #ffffff;
  font-family: "Gilroy-Bold";
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 1;
}
.title-captcha.title-captcha-md {
  font-size: 25px;
  line-height: 34px;
  top: 19px;
}
.title-captcha.title-captcha-sm {
  font-size: 20px;
  line-height: 27px;
}
.btn-captch-txt {
  font-size: 16px;
  line-height: 22px;
  color: #5c5867;
}
@media (max-width: 991px) {
  .form-wrapper .wrapper {
    margin-right: auto;
  }
  .form-wrapper-content {
    margin: 30px auto;
  }
}
@media (max-width: 500px) {
  .form-wrapper-content {
    margin: 30px 10px;
    padding: 0px 20px;
  }
  .form-wrapper-content.form-wrapper-content.captcha {
    padding: 0px 20px;
  }
  .title-captcha,
  .title-captcha.title-captcha-md,
  .title-captcha.title-captcha-sm {
    font-size: 16px;
    line-height: 20px;
  }
  .btn-captch-txt {
    font-size: 13px;
  }
  .form-wrapper-content.captcha .form-wrapper-footer {
    margin: 0 -16px;
  }
}
.qr-media {
  position: relative;
}
.qr-media .img-media {
  max-width: 137px;
  max-height: 137px;
}
.qr-media .flex-preloader {
  width: 137px;
  height: 137px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 20px;
}
.qr-media .svg-preloader-sm {
  height: 62px;
  width: 70px;
}
.card-form .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active {
  background-color: #fff !important;
  color: #000 !important;
}
.card-form .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5,
.card-form .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:active .media-table .media-body h5 {
  color: #000;
  font-family: "Gilroy-Bold";
}
.card-header-dropdown .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5,
.card-header-dropdown .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:active .media-table .media-body h5 {
  color: #000;
  font-weight: bold;
  font-family: "Gilroy-Bold";
}
.card-header-dropdown .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active {
  background-color: #fff !important;
}
.card-header-dropdown .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:hover,
.card-header-dropdown .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:focus {
  color: inherit;
  background-color: #f6f8fb;
}
.card-form .btn-form-control .media-table .media-body h5 {
  font-family: "Gilroy-Bold";
}
.w-470 {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.w-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.m-25 {
  margin-bottom: 25px;
}
.notification-block {
  display: none !important;
}
.flex-done img {
  margin: 0 8px;
}
.txt-sm-\441oming-soon {
  font-size: 14px;
  color: #a19ead;
  display: block;
  line-height: 14px;
  padding-top: 1px;
}
.tab-height .tabs-card .tab-pane {
  max-height: 100%;
}
.tab-height .tab-content,
.tab-height .tab-pane,
.tab-height .center-v-g,
.tab-height .mCSB_container {
  height: 100%;
}
.tab-height .tab-content {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.tab-height .tab-pane {
  max-height: 100%;
}
.modal-images {
  display: block;
  border-radius: 10px;
  margin: 0px auto 30px auto;
}
.text-left-imp {
  text-align: left !important;
}
.coming-soon-lg {
  font-size: 26px;
  text-align: center;
  color: #a19ead;
}
.link-right {
  text-align: right;
  margin-bottom: 10px;
}
.label-check {
  font-size: 16px;
  color: #a19ead;
  font-family: "GilroySemiBold";
}
.dropdown-btn-middle .dropdown-menu .dropdown-item {
  color: #000 !important;
  cursor: inherit;
}
.dropdown-btn-middle .dropdown-menu .dropdown-item.active {
  font-family: "Gilroy-Bold";
}
.form-check-image {
  padding: 16px 0 11px 0;
}
.form-check-image img {
  max-height: 140px;
}
.btn-img i {
  margin-right: 10px;
}
.wm-190 {
  min-width: 190px !important;
}
.modal-large.modal-large-md .modal-body.modal-body-center .modal-footer-bottom-txt,
.modal-footer-bottom-txt {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.modal-large.modal-large-md .modal-body.modal-body-center .modal-footer-bottom-txt p,
.modal-footer-bottom-txt p {
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #a19ead;
  font-family: "Gilroy-Medium";
}
.table.table-top td {
  vertical-align: middle;
}
.table.table-top td .btn-txt {
  margin-top: 8px;
  margin-bottom: 7px;
}
.table.table-top td .txt-table {
  height: 42px;
  flex-wrap: wrap;
  max-width: 180px;
}
.table.table-top td .txt-table .txt-sm-span {
  width: 100%;
  display: none;
}
.table.table-top td .txt-table-lg {
  height: 42px;
}
.container-block-page-txt.bg-white .text-center.txt-link {
  font-size: 27px;
}
.table.table-top .active td {
  vertical-align: top;
}
.table.table-top .active td:first-child {
  vertical-align: middle;
}
.table.table-top td:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
.container-block-page-txt {
  padding: 5px 0px 0px 0px;
  margin: auto;
  font-family: "Gilroy-Medium";
}
.container-block-page-txt h3 {
  font-family: "Gilroy-Bold";
  font-size: 20px;
  margin-bottom: 25px;
}
.container-block-page-txt h1 {
  color: #2460fa;
}
.container-block-page-txt h4 {
  font-family: "Gilroy-Bold";
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2460fa;
}
.container-block-page-txt img {
  margin: 20px auto 30px auto;
  display: block;
  border-radius: 10px;
}
.container-block-page-txt .block-p p:last-child {
  margin-bottom: 10px;
}
.fnt-26 {
  font-size: 26px !important;
}
.fnt-26.title-block-section-icon {
  font-family: "Gilroy-Medium";
}
.block-p {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pt-20 {
  padding-top: 20px !important;
}
.btn-center-200 {
  min-width: 200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.btn-center-270 {
  min-width: 270px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.btn-left-200 {
  min-width: 200px !important;
}
.fz-20 {
  font-size: 20px;
}
.btn-tab .nav-item {
  margin-right: 20px;
}
.btn-tab .nav-item:last-child {
  margin-right: 0px;
}
.btn-tab .nav-link {
  border: 1px solid #a19ead !important;
  border-radius: 10px !important;
  color: #a19ead !important;
  min-width: 135px;
  padding: 12px 10px !important;
  text-align: center;
}
.btn-tab .nav-link.active {
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
  padding: 13px 10px !important;
}
.btn-tab .nav-link:before {
  display: none;
}
.custom-control-link .custom-control-label {
  color: #2460fa;
  font-size: 12px;
  padding-left: 6px;
  padding-top: 5px;
  cursor: pointer;
}
.label-title-lg {
  font-size: 30px;
  font-family: "Gilroy-Bolder";
}
.btn-lg-400 {
  width: 100%;
  max-width: 400px;
}
.tab-pane-footer {
  flex-wrap: wrap;
}
.tab-pane-footer .label-title-lg,
.tab-pane-footer .btn {
  margin-bottom: 20px;
}
.tab-pane-footer .label-title-lg {
  margin-right: 20px;
}
.tab-pane-card-df {
  padding: 22px 5px 24px 5px;
}
.tab-pane-card-df .tab-pane-body {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.tab-pane-card-df .tab-pane-body .tab-pane-left {
  width: 200px;
}
.tab-pane-card-df .tab-pane-body .tab-pane-right {
  width: auto;
  min-width: 446px;
  max-width: auto;
  margin-left: 30px;
}
.tab-pane-body-footer {
  border-top: 2px solid #f6f8fb;
  padding-top: 13px;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.label-available {
  font-size: 16px;
  color: #a19ead;
  font-family: "Gilroy-Bold";
  line-height: 36px;
}
.label-available .txt-available {
  font-size: 20px;
  font-family: "Gilroy-Bolder";
  letter-spacing: 0.03em;
  color: #000000;
  line-height: 36px;
  margin-left: 8px;
}
.mt-05 {
  margin-top: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.w450 {
  max-width: 450px;
}
.w325 {
  max-width: 325px;
}
.w265 {
  max-width: 265px;
}
.tooltip.tooltip-clickable {
  pointer-events: auto !important;
}
ngx-intl-tel-input .iti {
  width: 100%;
}
.filter-icon-link,
.close-filter-popup {
  display: none;
}
.col-9-filter .card-container-header {
  min-height: 86px;
}
.partner-borrow cd-masked-amount .form-control {
  border-color: #e7e9ef;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  padding-left: 0.75rem;
}
.partner-borrow cd-masked-amount .suffix {
  padding: 6px 25px;
}
.partner-borrow cd-masked-amount .suffix .txt-abbreviation {
  font-family: "Gilroy-Bold";
  font-size: 14px;
  letter-spacing: 0.03em;
}
.partner-borrow cd-masked-amount .form-control::placeholder {
  color: #a19ead;
  opacity: 1;
}
.accordion .table.table-accordion-st.table-accordion-dashboard th:first-child,
.accordion .table.table-accordion-st.table-accordion-dashboard td:first-child {
  width: 243px !important;
  max-width: 243px;
  min-width: 243px;
}
.accordion .table.table-accordion-st.table-accordion-dashboard th:nth-child(2),
.accordion .table.table-accordion-st.table-accordion-dashboard td:nth-child(2) {
  width: 216px !important;
  max-width: 216px;
  min-width: 216px;
}
.accordion .table.table-accordion-st.table-accordion-dashboard th:nth-child(3),
.accordion .table.table-accordion-st.table-accordion-dashboard td:nth-child(3) {
  width: 216px !important;
  max-width: 216px;
  min-width: 216px;
}
.accordion .table.table-accordion-st.table-accordion-dashboard th:nth-child(4),
.accordion .table.table-accordion-st.table-accordion-dashboard td:nth-child(4) {
  width: 130px !important;
  max-width: 130px;
  min-width: 130px;
}
.accordion .table.table-accordion-st.table-accordion-dashboard th:nth-child(5),
.accordion .table.table-accordion-st.table-accordion-dashboard td:nth-child(5) {
  width: 125px !important;
  max-width: 125px;
  min-width: 125px;
  text-align: center;
}
.accordion .table.table-accordion-st.table-accordion-dashboard th:nth-child(6),
.accordion .table.table-accordion-st.table-accordion-dashboard td:nth-child(6) {
  width: 190px !important;
  max-width: 190px;
  min-width: 190px;
}
.accordion .table.table-accordion-st.table-accordion-dashboard th:nth-child(6),
.accordion .table.table-accordion-st.table-accordion-dashboard td:nth-child(6) {
  width: 180px !important;
  max-width: 180px;
  min-width: 180px !important;
}
.max-width100 {
  max-width: 100% !important;
}
.bg-COINDEPO,
.bg-point-COINDEPO:before {
  background: #0053fc;
}
.bg-xrp,
.bg-point-xrp:before {
  background: #23292F;
}
.bg-trx,
.bg-point-trx:before {
  background: #FF060A;
}
.w-auto {
  width: auto !important;
}
@font-face {
  font-family: "icomoon-token";
  src: url(/assets/fonts/icomoon-token.eot?7nodhh);
  src:
    url(/assets/fonts/icomoon.eot?7nodhh#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon-token.ttf?7nodhh) format("truetype"),
    url(/assets/fonts/icomoon-token.woff?7nodhh) format("woff"),
    url(/assets/fonts/icomoon-token.svg?7nodhh#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-token-icon-new {
  font-family: "icomoon-token" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-token-icon-new:before {
  content: "\e900";
}
@font-face {
  font-family: "arrow-left-right";
  src: url(/assets/fonts/arrow-left-right.eot?bi22hw);
  src:
    url(/assets/fonts/arrow-left-right.eot?bi22hw#iefix) format("embedded-opentype"),
    url(/assets/fonts/arrow-left-right.ttf?bi22hw) format("truetype"),
    url(/assets/fonts/arrow-left-right.woff?bi22hw) format("woff"),
    url(/assets/fonts/arrow-left-right.svg?bi22hw#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-arrow-left-right {
  font-family: "arrow-left-right" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
  margin-right: 4px;
}
.icon-arrow-left-right:before {
  content: "\e900";
}
.icon-token-calm {
  width: 30px;
  min-width: 30px;
  height: 27px;
  max-height: 27px;
}
.center-popup {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
}
.center-popup-header-txt {
  font-family:
    "Gilroy-Bold",
    Helvetica,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #0056EB;
  text-decoration: none;
  margin-left: 8px;
}
.center-popup-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.center-popup-header img {
  max-width: 45px;
  min-width: 45px;
  width: 45px;
}
.btn-cancel-new {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #000 !important;
}
.center-popup-body {
  border-radius: 10px;
  background: #fff;
  padding: 25px;
}
.center-popup-footer {
  margin-bottom: -10px;
}
.form-control-info-icon {
  height: 24px;
}
.center-popup-footer .btn {
  margin-right: 40px;
  margin-bottom: 10px;
}
.center-popup-footer .btn.btn-secondary {
  min-width: 200px;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.center-popup-footer .btn:last-child {
  margin-right: 0px !important;
  margin-bottom: 10px;
}
.form-group-content-table {
  margin-top: 36px;
  margin-bottom: 36px;
}
.form-group-content-table-min .title-block-table {
  width: 234px;
}
.form-group-content-table .title-block-table {
  width: 300px;
}
.center-popup-body-header {
  padding-bottom: 17px;
}
.center-title {
  font-family: "Gilroy-Bold";
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.center-title .icon {
  margin-right: 6px;
  margin-top: -1px;
  font-size: 25px;
}
.center-popup-body-content {
  border-top: 1px solid #E7E9EF;
  padding-top: 23px !important;
}
.input-group-media-table .btn.btn-form-control.dropdown-toggle {
  padding-left: 10px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border-right-width: 0px;
}
.input-group-db .media.media-table {
  min-width: auto;
}
.input-group-media-table .btn-form-control.dropdown-toggle::after {
  right: 17px;
}
.input-group-db .form-control {
  border-color: #E7E9EF;
  min-height: 50px;
  border-left-width: 0px;
}
.black-txt {
  color: #000 !important;
}
.i-arrow-block {
  display: flex;
  align-items: center;
}
.i-arrow-block img {
  margin-left: 5px;
}
.center-popup-header-content {
  padding: 0;
  margin-top: 6px;
}
.center-popup-header-content p {
  font-family: "Gilroy-Medium";
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.footer-confirm-right {
  justify-content: flex-end !important;
  font-size: 14px;
  margin-top: 3px;
}
.center-popup-body-content-conversion {
  border-top: none !important;
  padding-top: 6px !important;
}
.txt-blue-coindepo,
.txt-blue-coindepo .media-body h5 {
  color: #0053fc !important;
}
.txt-green {
  color: #0DB46E;
  text-transform: uppercase;
}
.gilroy-bold,
.GilroySemiBold .gilroy-bold {
  font-family: "Gilroy-Bold" !important;
}
.title-h6 {
  font-size: 17px;
  margin-bottom: 3px;
}
.media-table-mix {
  justify-content: center !important;
  margin-bottom: 10px;
}
.media-table-mix .media-body {
  flex: inherit;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.media-table-mix .txt-media-table {
  margin-left: 8px;
}
.GilroySemiBold * {
  font-family: "GilroySemiBold" !important;
}
.verified-icon-lg {
  background-image: url(/assets/images/verified-icon-max.svg);
  width: 61px;
  min-width: 61px;
  height: 61px;
  min-height: 61px;
  background-repeat: no-repeat;
  border: 0;
  background-size: contain;
  border-radius: 100px;
}
.btn-buy {
  margin-right: 8px;
  margin-top: -1px;
  min-width: 100px;
}
.btn-group-p.btn-group-p-new {
  font-size: 16px;
}
.fs-19 {
  font-size: 19px;
}
.input-group-media-table .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5,
.input-group-media-table .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:active .media-table .media-body h5,
.input-group-media-table .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5,
.input-group-media-table .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active-first .media-table .media-body h5 {
  color: #000000;
  font-family: "Gilroy-Bold";
}
.input-group-media-table .dropdown.dropdown-form-control .dropdown-menu.hover-dropdown-item .dropdown-item.active-first .media-table .media-body h5 {
  font-family: "Gilroy-Medium";
}
.bnt-block-3 {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.btn-withdraw {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100% !important;
  border-radius: 10px !important;
}
.bnt-block-3 .btn-group {
  margin-left: 3px;
  margin-right: 10px;
  width: 100%;
  max-width: 100%;
}
.bnt-block-3 .btn-flex {
  flex-wrap: nowrap;
  display: flex;
}
.bnt-block-3 .btn-flex * {
  white-space: nowrap;
}
.rewards-info {
  text-transform: inherit !important;
  font-size: 16px !important;
}
.btn-empty.btn-link {
  font-size: 12px !important;
}
.mt-rewards-info {
  margin-top: -1px;
}
.white-icons-nowrap {
  white-space: nowrap;
}
.btn-form-control.dropdown-toggle::before {
  z-index: 1;
}
.group-btn-buy-mob {
  display: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.input-group-media-table-2 {
  display: flex;
}
.input-group-media-table-2 .align-img img {
  max-width: 30px;
}
.input-group-media-table-2 button .media-table .align-img {
  margin-right: auto;
  margin-left: auto;
}
.input-group-media-table.input-group-media-table-2 .dropdown-form-control:last-child .btn.btn-form-control.dropdown-toggle {
  border-radius: 0;
  border-left: 0;
}
.input-group-media-table.input-group-media-table-2 .dropdown-form-control:last-child {
  position: relative;
}
.input-group-media-table.input-group-media-table-2 .dropdown-form-control:last-child:before {
  height: 20px;
  padding-top: 1px;
  content: "";
  background: #A19EAD;
  width: 1px;
  position: absolute;
  top: 14px;
  left: -4px;
}
.min-width-auto {
  min-width: auto !important;
}
.search-block-select {
  position: relative;
}
.input-group-db .search-block-select .form-control {
  min-height: 42px;
  height: 42px;
  border-left-width: 1px;
  font-size: 14px;
}
.search-block-select .search-input {
  margin-top: 13px;
  position: relative;
}
.header-dropdown-menu-select {
  text-align: center;
  padding: 13px 20px;
}
.input-group-media-table-2 .dropdown-menu .dropdown-item {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.header-dropdown-menu-select h6 {
  font-family: "Gilroy-Bold";
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 5px;
}
.header-dropdown-menu-select p {
  font-family: "Gilroy-Medium";
  font-size: 12px;
  line-height: 17px;
}
#btnSearchClear {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 12px;
  color: #A19EAD;
  font-size: 13px;
}
.dropdown-form-control-left-txt .dropdown-menu {
  min-width: 457px;
}
.form-middle .dropdown-menu-country .btn-form-control ~ .dropdown-menu::before,
.form-middle .dropdown-menu-country .btn-form-control ~ .dropdown-menu::after {
  right: auto;
  left: 39px;
}
.form-middle .dropdown-menu-currency .btn-form-control ~ .dropdown-menu::before,
.form-middle .dropdown-menu-currency .btn-form-control ~ .dropdown-menu::after {
  right: auto;
  left: 34px;
}
.input-group-media-table-2 .btn-form-control .dropdown-item-lender:hover,
.input-group-media-table-2 .btn-form-control .dropdown-item-lender:focus,
.input-group-media-table-2 .dropdown-item.active,
.input-group-media-table-2 .dropdown-item:active {
  color: #000;
}
.input-group-media-table-2 .dropdown-menu {
  font-size: 13px;
}
.input-group-media-table-2 .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active,
.input-group-media-table-2 .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:active {
  font-family: "Gilroy-Bold";
  color: #000;
}
.media-table-btn-form-control {
  padding: 9px 40px 9px 10px;
  border: 1px solid #E7E9EF;
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border-right-width: 0px;
}
.block-table .media-table .align-img img {
  max-width: 30px;
}
.btn-tooltip-none {
  border-radius: 0px !important;
}
.form-group-content-table-margin {
  margin-top: 36px;
  margin-bottom: 36px;
}
.dropdown-menu-currency .dropdown-item {
  font-family: "GilroySemiBold";
  display: flex;
  justify-content: space-between;
}
.dropdown-menu-currency .dropdown-item .txt-currency-code {
  text-align: right;
}
button .txt-currency-code {
  color: #000;
}
.flex-form-control-block {
  display: flex;
}
.flex-form-control-block .form-control-block {
  margin-left: 10px;
}
.flex-form-control-block .form-control-block .form-control-info {
  position: relative;
  right: 0;
  width: 27px;
  top: 0;
  margin-top: 0;
}
.block-table .flex-form-control-block .btn-tooltip {
  width: 27px;
  height: 26px;
}
.btn-21 {
  height: 16px;
  margin-top: -9px;
}
.mb-4px {
  margin-bottom: 4px;
}
.input-group-media-table-2 .dropdown-menu {
  box-shadow: 0px 4px 4px rgba(0, 86, 235, 0.1) !important;
}
.card-deck .card,
.accordion .table,
.card-group .card .card-body,
.card-box,
.tab-pane-card,
.nav.flex-column.nav-pills,
.center-popup-body,
.card-form .card,
.card-container,
.table-accordion-st .card {
  box-shadow: 0px 4px 8px #ebebeb;
  border-radius: 10px !important;
}
.card-deck-style.card-deck .card,
.modal .center-popup-body {
  box-shadow: none;
}
.card-flex-top {
  display: flex;
  flex-wrap: wrap;
}
.card-new-block .card-body {
  display: flex;
  flex-wrap: wrap;
}
.card-deck .card-new-block .card-mb {
  margin-bottom: 0px;
}
.card-deck .card-new-block .card-mb .btn.btn-block {
  min-width: 200px;
}
.color-green {
  color: #1B8A5C;
}
.color-blue {
  color: #0B3FC2;
}
.color-violet {
  color: #2938E9;
}
.card-flex-top .card-body:first-child,
.card-new-block .card-mb:first-child {
  margin-right: 10px;
}
.card-new-block .card-mb {
  flex: 1 1 auto;
}
@media (max-width: 1300px) {
  .accordion .table.table-accordion-st.table-accordion-dashboard th:first-child,
  .accordion .table.table-accordion-st.table-accordion-dashboard td:first-child {
    width: 190px !important;
    max-width: 190px;
    min-width: 190px;
  }
  .media.media-table {
    min-width: auto !important;
  }
  .tab-pane-body .tab-pane-left.tab-pane-left-line p {
    padding-right: 0px;
  }
}
.form-wrapper .footer,
.form-wrapper .footer-nav * {
  color: #fff !important;
}
.content-table-body .media-table .align-img img {
  min-height: 24px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media (max-width: 509px) {
  .modal-dialog {
    min-width: 280px;
  }
}
.header-info .profile-logo .dropdown.dropdown-form-control .dropdown-menu {
  min-width: 280px;
}
@media (max-width: 360px) {
  body.form-wrapper,
  html {
    min-width: 280px !important;
  }
}
@font-face {
  font-family: "icomoon-token2";
  src: url(/assets/fonts/icomoon-token-new.eot?tynio);
  src:
    url(/assets/fonts/icomoon-token-new.eot?tynio#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon-token-new.ttf?tynio) format("truetype"),
    url(/assets/fonts/icomoon-token-new.woff?tynio) format("woff"),
    url(/assets/fonts/icomoon-token-new.svg?tynio#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-cd-icon {
  font-family: "icomoon-token2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cd-icon:before {
  content: "\e900";
}
.out-daily.out-daily-blue {
  background-image: url("./media/out-daily-bold-blue.svg");
  width: 31px;
  min-width: 31px;
  height: 30px;
  min-height: 30px;
}
.gilroy-bold {
  font-family: "Gilroy-Bold";
}
.blue-new-color {
  color: #0053fc;
}
.offcanvas-visibility {
  height: 100%;
  padding: 0 20px;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  position: inherit;
}
.offcanvas-visibility .offcanvas-center {
  height: auto;
  min-height: 500px;
}
.offcanvas-visibility .offcanvas-center {
  flex-wrap: wrap !important;
  display: flex !important;
}
.offcanvas-logo {
  width: 100%;
  text-align: center;
  margin: 53px auto;
}
.offcanvas-visibility .offcanvas-center .offcanvas-img {
  margin: -30px auto auto auto;
  min-height: 344px;
  padding-left: 70px;
}
.mix-icon-failed {
  position: relative;
  margin-top: 21px;
  margin-left: -19px;
}
.failed-img {
  min-height: 323px;
  position: relative;
  z-index: 2;
  margin-left: 70px;
}
.failed2-img {
  position: absolute;
  left: 23px;
  top: -22px;
}
.offcanvas-visibility .offcanvas-center .offcanvas-content {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.offcanvas-visibility .title-offcanvas {
  margin-bottom: 0px;
  font-family: "Gilroy-Bold";
  font-size: 1.875rem;
  line-height: 2.313rem;
}
.w550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.offcanvas-visibility .offcanvas-center .offcanvas-content .btn {
  margin-top: 2.813rem;
  margin-bottom: 2.813rem;
  min-width: 14.688rem;
  align-content: center !important;
  align-items: center !important;
  display: flex !important;
  justify-content: center;
}
.bg-white {
  background-color: #fff !important;
}
.btn.btn-icon-group i.icon-arrow-btn {
  margin-top: 0px;
  background-image: url("./media/arrow-fuild.svg");
  width: 0.438rem;
  min-width: 0.438rem;
  height: 0.563rem;
  min-height: 0.563rem;
  background-repeat: no-repeat;
  border: 0;
  margin-left: 9px;
}
.customBtn {
  display: flex;
  align-items: center;
  background: white;
  margin: 0 4px;
  color: #444;
  width: 100%;
  border: 1px solid #E7E9EF;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  white-space: nowrap;
  justify-content: center;
}
.customBtn:first-child {
  margin-left: 0;
}
.customBtn:last-child {
  margin-right: 0;
}
.customBtn img {
  max-height: 20px;
}
.customBtn:hover {
  cursor: pointer;
  border-color: #2460FA;
}
.customBtn-group {
  display: flex;
}
.customBtn span.buttonText {
  font-size: 16px;
  font-family: "GilroySemiBold" !important;
}
.form-or-site {
  position: relative;
  min-height: 20px;
  margin-top: -4px;
  margin-left: 2px;
  margin-right: 2px;
}
.form-or-site:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #E7E9EF;
}
.form-or-site .or-txt {
  left: 50%;
  top: 50%;
  margin-top: -8px;
  padding: 0 10px;
  margin-left: -18px;
}
body.page-black h3 {
  color: #DFE1E4 !important;
}
body.page-black {
  background: -moz-linear-gradient(251.57deg, #1D1F21 -1.07%, #474B4E 100%) !important;
  background: -webkit-gradient(251.57deg, #1D1F21 -1.07%, #474B4E 100%) !important;
  background: -webkit-linear-gradient(251.57deg, #1D1F21 -1.07%, #474B4E 100%) !important;
  background: -o-linear-gradient(251.57deg, #1D1F21 -1.07%, #474B4E 100%) !important;
  background: -ms-linear-gradient(251.57deg, #1D1F21 -1.07%, #474B4E 100%) !important;
  background:
    linear-gradient(
      251.57deg,
      #1D1F21 -1.07%,
      #474B4E 100%) !important;
  color: #DFE1E4;
}
body.page-black .card,
body.page-black .card-group .card .card-body,
body.page-black .header-navbar,
body.page-black .accordion .table {
  background: #242628 !important;
}
body.page-black .card-group .card {
  background: transparent !important;
}
body.page-black .card-deck .card,
body.page-black .accordion .table,
body.page-black .card-group .card .card-body,
body.page-black .card-box,
body.page-black .tab-pane-card,
body.page-black .nav.flex-column.nav-pills,
body.page-black .nav.nav-pills.no-found-block,
body.page-black .nav.nav-pills.block-section-icon,
body.page-black .nav.nav-pills.upload-img,
body.page-black .center-popup-body,
body.page-black .card-form .card,
body.page-black .card-container,
body.page-black .table-accordion-st .card {
  box-shadow: 0px 4px 8px #121212 !important;
}
body.page-black .profile-block .profile-img {
  background-color: #323436;
}
body.page-black .upload-img {
  color: #DFE1E4 !important;
}
body.page-black .list-table,
body.page-black .txt-block-section {
  color: #A19EAD;
}
body.page-black .nav-tabs-icon.nav-tabs-col2 .nav-item:last-child .nav-link {
  border-left-color: #1D1F21 !important;
}
body.page-black .tabs-card .nav-link {
  color: #DFE1E4 !important;
}
body.page-black .header {
  border-bottom: 1px solid #121212 !important;
}
body.page-black .accordion .table td {
  border-color: #5D6062 !important;
}
body.page-black .btn-secondary,
body.page-black .btn-tab .nav-link.active {
  background: #2471FA !important;
  border-color: #2471FA !important;
  box-shadow: 0px 4px 8px #213B5A !important;
}
body.page-black .btn-secondary:hover,
body.page-black .btn-tab .nav-link.active:hover,
body.page-black .btn-secondary:focus,
body.page-black .btn-tab .nav-link.active:focus,
body.page-black .btn-secondary:active,
body.page-black .btn-tab .nav-link.active:active {
  box-shadow: 0px 4px 8px #021f3a !important;
}
body.page-black .group-btn .btn-tooltip {
  background-color: #1D1F21 !important;
  color: #A19EAD !important;
}
body.page-black .btn-hidden {
  background-color: transparent !important;
  color: #A19EAD !important;
}
body.page-black .table.table-top .btn-hidden {
  top: 16px;
}
body.page-black .btn-tooltip {
  color: #A19EAD !important;
  background: #323436 !important;
}
body.page-black .btn-tooltip.btn-tooltip-blue,
body.page-black .btn-tooltip.btn-tooltip-copy {
  background-color: transparent !important;
}
body.page-black .media-table .media-body h5,
body.page-black .txt-table {
  color: #fff !important;
}
body.page-black .btn-success,
body.page-black .btn-verified {
  background: #0DB47D !important;
  color: #DFFFEC !important;
}
body.page-black .title-thead {
  color: #fff !important;
}
body.page-black .navbar-collapse .nav-item.active .nav-link,
body.page-black .navbar-collapse .nav-item:hover .nav-link {
  color: #fff !important;
}
body.page-black .logo.navbar-brand {
  border-right-color: #121212 !important;
}
body.page-black .btn-primary {
  box-shadow: 0px 4px 8px #084e31 !important;
}
body.page-black .btn-form-control {
  border-color: #5D6062 !important;
  background-color: #323436 !important;
}
body.page-black .btn-form-control.dropdown-toggle::before {
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.2) 5%, rgba(0, 0, 0, 0.4) 5%, #fff 90%);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.2) 5%, rgba(0, 0, 0, 0.4) 5%, #fff 90%);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.2) 5%, rgba(0, 0, 0, 0.4) 5%, #fff 90%);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0.2) 5%, rgba(0, 0, 0, 0.4) 5%, #fff 90%);
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 5%,
      rgba(0, 0, 0, 0.4) 5%,
      #fff 90%);
  content: "";
  display: none;
}
body.page-black .dropdown.dropdown-min .dropdown-toggle .btn-toggle {
  background: #323436 !important;
  color: #fff !important;
}
body.page-black .profile-logo-img::after {
  background-image: url(/assets/images/profile-logo-black.svg) !important;
}
body.page-black .profile-menu-header .profile-logo-img::after {
  background-image: url(/assets/images/profile-logo-black2.svg) !important;
}
body.page-black .dropdown.dropdown-min .dropdown-toggle::after,
body.page-black .btn-form-control.dropdown-toggle::after,
body.page-black .title-left-filter::before {
  background-image: url(/assets/images/dropdown-toggle-grey.svg);
}
body.page-black .dropdown.dropdown-min .dropdown-menu {
  background: #323436 !important;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu {
  border-color: #1D1F21 !important;
  background-color: #323436 !important;
}
body.page-black .profile-logo-img.active::before {
  border-color: #242628;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu {
  color: #fff;
  box-shadow: 0px 4px 8px #121212 !important;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item p span {
  color: white;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:hover,
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:focus {
  border-color: #1D1F21 !important;
  background-color: #242628 !important;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:last-child:hover,
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:last-child:focus,
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:last-child.active,
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:last-child.active {
  border-radius: 0 0 10px 10px;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:first-child:hover,
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:first-child:focus,
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:first-child.active,
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:first-child.active {
  border-radius: 10px 10px 0 0;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  border-bottom-color: #1D1F21 !important;
}
body.page-black .dropdown.dropdown-min .dropdown-menu .dropdown-item.active,
body.page-black .dropdown.dropdown-min .dropdown-menu .dropdown-item.active-default,
body.page-black .dropdown.dropdown-min .dropdown-menu .dropdown-item.active.active-default,
body.page-black .dropdown.dropdown-min .hover-btn-toggle.dropdown-menu .dropdown-item.active.active-default,
body.page-black .dropdown-menu .dropdown-item:hover,
body.page-black .dropdown-menu .dropdown-item:focus {
  background-color: #1D1F21 !important;
  color: #fff !important;
}
body.page-black .btn-form-control .dropdown-item-lender:hover,
body.page-black .btn-form-control .dropdown-item-lender:focus {
  background-color: #323436;
}
.title-block-section {
  color: #DFE1E4 !important;
}
body.page-black .modal-content,
body.page-black .modal-large .modal-content {
  background: #1D1F21 !important;
}
body.page-black .modal-large .modal-body {
  background: #242628 !important;
}
body.page-black .right-side .card-style-none,
body.page-black .header-tabs .nav-tabs {
  border-color: #1D1F21 !important;
}
body.page-black .input,
body.page-black .nav-tabs .nav-link.active,
body.page-black .nav-tabs .nav-item.show .nav-link {
  background: transparent;
}
a.btn.btn-primary {
  text-decoration: none;
}
body.page-black .header-tabs .nav-tabs .nav-link.active,
body.page-black .form-control-block .form-control-info {
  color: #DFE1E4;
}
body.page-black .range-bar {
  box-shadow: 0px 4px 8px #121212 !important;
}
body.page-black .range-handle {
  background-color: #DFE1E4;
}
body.page-black .close {
  text-shadow: none;
}
body.page-black .profile-image-modal .modal-content {
  background-color: #0DB46E !important;
}
body.page-black .profile-image-modal .modal-dialog {
  max-width: 300px;
}
body.page-black .btn-secondary.disabled,
body.page-black .btn-tab .disabled.nav-link.active,
body.page-black .btn-secondary:disabled,
body.page-black .btn-tab .nav-link.active:disabled {
  background: #5D6062 !important;
  border-color: #5D6062 !important;
  box-shadow: none !important;
}
body.page-black .left-filter .filter-dropdown::before {
  border-top-color: #1D1F21;
}
body.page-black .left-filter .filter-dropdown::after {
  border-top-color: #242628;
}
body.page-black .container-block-page-txt,
body.page-black .form-check-sm .custom-control-label {
  color: #A19EAD;
}
body.page-black .left-filter .filter-dropdown {
  border-color: #1D1F21 !important;
  background-color: #242628 !important;
  box-shadow: 0px 4px 8px #121212 !important;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active .media-table .media-body h5,
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item:active .media-table .media-body h5 {
  color: #DFE1E4;
  font-family: "Gilroy-Bold";
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active {
  background-color: #242628 !important;
  color: #DFE1E4;
  font-family: "Gilroy-Bold";
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu::after {
  border-top-color: #323436 !important;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu::before {
  border-top-color: #1D1F21 !important;
}
body.page-black .dropdown.dropdown-form-control .dropdown-menu::after {
  border-top-color: #323436 !important;
}
body.page-black .progress-style .progress {
  box-shadow: none !important;
  background-color: transparent;
}
body.page-black .card-deck-style.card-deck .card,
body.page-black .modal .center-popup-body {
  box-shadow: none !important;
  background-color: transparent !important;
}
body.page-black .title-lg {
  color: #fff;
}
body.page-black .tab-pane-card {
  background: #242628 !important;
}
body.page-black .tab-pane-body:last-child .tab-pane-right,
body.page-black .tab-pane-body:last-child .tab-pane-left {
  border-top-color: #1D1F21 !important;
}
body.page-black .card-txt {
  color: #fff !important;
}
body.page-black .tabs-card .nav-link {
  background: #242628 !important;
  border-top-color: #1D1F21 !important;
  border-bottom-color: #1D1F21 !important;
}
body.page-black .center-popup-body {
  background: #242628 !important;
}
body.page-black .nav-tabs-icon {
  border-color: #1D1F21;
}
body.page-black .nav-tabs-icon.nav-tabs-col2 .nav-item:first-child .nav-link {
  border-right-color: #1D1F21 !important;
}
body.page-black .hr-section {
  border-top-color: #1D1F21 !important;
}
body.page-black .nav-tabs-icon.nav-tabs-col2 .w-100.nav-item:first-child .nav-link,
body.page-black .nav-tabs-icon.nav-tabs-col2 .w-100.nav-item:last-child .nav-link {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-radius: 10px 10px 0 0 !important;
}
body.page-black .table.table-section td {
  background: #323436;
  color: #DFE1E4;
}
body.page-black .table.table-section tr {
  border-bottom-color: #1D1F21;
}
.form-mb {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .form-mb .col,
  .form-mb .col-auto {
    flex-basis: 1;
    width: 100%;
  }
  .form-mb .col-auto {
    margin-top: 12px;
  }
  .form-mb .btn-164 {
    width: 100%;
  }
}
body.page-black .card-container .card-container-header {
  border-bottom-color: #1D1F21;
}
body.page-black .card-container {
  background: #242628 !important;
}
body.page-black .dropdown-form-control-sm .btn-form-control {
  color: #fff !important;
}
body.page-black .language-dropdown .btn-form-control {
  color: #DFE1E4 !important;
}
body.page-black .card-container .table td {
  border-top-color: #1D1F21 !important;
}
body.page-black .tab-pane-title span {
  color: #fff;
}
body.page-black .form-control {
  background-color: #323436 !important;
  border-color: #1D1F21;
}
body.page-black .block-page-blue .card.card-new-top {
  background: #2471FA !important;
  box-shadow: 0px 4px 8px #213B5A !important;
}
body.page-black .btn-tooltip.btn-tooltip-blue {
  color: #2471FA !important;
  margin-top: -5px;
  font-size: 17px;
}
body.page-black .link-tooltip-block {
  display: flex;
}
body.page-black .btn-tooltip.btn-tooltip-copy {
  color: #2471FA !important;
  margin-top: 1px;
  font-size: 19px;
  margin-left: 10px;
}
body.page-black h3.title-block-page-black {
  font-size: 23px;
  margin-bottom: 30px;
  text-align: center;
  color: #247BFA !important;
}
body.page-black .flex-card-with-title-flex {
  display: flex !important;
  flex-direction: column;
}
body.page-black .flex-card-with-title-flex .flex-card-footer {
  margin-top: auto !important;
  margin-bottom: 15px;
  padding-top: 30px;
}
body.page-black .flex-card-with-title-flex .flex-card-footer.mt-0 {
  margin-top: 20px !important;
  margin-bottom: 10px;
}
.btn-min-group-or .pagination {
  margin: 0 0 1rem;
}
body.page-black .flex-card-with-title-flex .flex-card-footer.btn-min-j-center {
  margin-left: auto;
  margin-right: auto;
}
body.page-black .flex-card-with-title-flex .flex-card-footer.btn-min-j-center .btn {
  min-width: 157px;
}
body.page-black .page-item.disabled .page-link,
body.page-black .page-item.active .page-link,
body.page-black .page-item .page-link:hover,
body.page-black .page-link {
  background-color: transparent !important;
  border-color: transparent !important;
}
body.page-black .flex-card-with-title .pagination {
  margin: 0;
}
body.page-black .profile-menu-header .profile-name,
body.page-black .profile-menu-header .profile-email {
  color: #fff;
}
body.page-black .language-dropdown-footer .dropdown-menu {
  background-color: #1D1F21 !important;
  box-shadow: none;
}
body.page-black .language-dropdown-footer .dropdown-menu::before,
body.page-black .language-dropdown-footer .dropdown-menu::after {
  border-top-color: #1D1F21;
}
body.page-black .language-dropdown-footer .dropdown-menu .media-table .media-body h5 {
  color: #A19EAD !important;
}
body.page-black .profile-menu-header .profile-email {
  border-bottom-color: #5D6062 !important;
}
body.page-black .profile-menu li:hover,
body.page-black .navbaradmin-menu li:hover {
  background-color: #1D1F21 !important;
}
body.page-black .profile-menu .profile-menu-header:hover {
  background-color: transparent !important;
}
body.page-black .navigation-block .navigation-block-popup {
  background: #1D1F21 !important;
  border: 1px solid #1D1F21 !important;
  box-shadow: none !important;
}
body.page-black .navigation-block .navigation-block-popup::before,
body.page-black .navigation-block .navigation-block-popup::after {
  border-top-color: #1D1F21 !important;
}
body.page-black .navigation-block a,
body.page-black .navigation-block .navigation-block-popup ul .active * {
  color: #A19EAD !important;
}
body.page-black .navigation-block .navigation-block-popup ul li:hover {
  background-color: #1D1F21 !important;
}
body.page-black .form-control {
  color: #fff !important;
}
body.page-black .datepicker-block .icon2-calendar {
  color: #fff;
}
body.page-black .datepicker-block .form-control::-moz-placeholder {
  color: #fff !important;
}
body.page-black .datepicker-block .form-control::-webkit-input-placeholder {
  color: #fff !important;
}
body.page-black .datepicker-block .form-control:-ms-input-placeholder {
  color: #fff !important;
}
body.page-black .datepicker-block .form-control::-ms-input-placeholder {
  color: #fff !important;
}
body.page-black .datepicker-block .form-control::placeholder {
  color: #fff !important;
}
body.page-black .card-form .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active {
  background-color: #1D1F21 !important;
  color: #fff !important;
}
body.page-black .scroll-height .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
body.page-black .scroll-height-card-form .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
body.page-black .scroll-height-tab .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1D1F21 !important;
}
body.page-black .btn-light-bg {
  background-color: #323436;
  border-color: #323436;
}
body.page-black .btn-light-bg:hover,
body.page-black .btn-light-bg:focus,
body.page-black .btn-light-bg:active,
body.page-black .btn-light-bg.active {
  background: #2669FC;
  border-color: #2669FC;
}
body.page-black .dropdown-menu .mCustomScrollBox {
  border-radius: 6px;
}
body.page-black .btn-form-control {
  border-color: #1D1F21 !important;
  background-color: #323436 !important;
}
body.page-black .forms-middle .form-control {
  border-color: #1D1F21;
  background-color: #323436;
}
.content-form-control-left.form-control-position .txt-abbreviation {
  right: 21px;
}
.align-items-arrow-block {
  align-items: flex-end !important;
  margin-bottom: 8px !important;
}
body.page-black .black-txt {
  color: #fff !important;
}
.list-numbering-block {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.list-numbering-block li {
  position: relative;
  display: flex;
  margin-bottom: 19px;
}
.list-numbering-block li:last-child {
  margin-bottom: 0px;
}
.list-numbering-block .card,
body.page-black .card-deck .list-numbering-block .card {
  padding: 0 !important;
  box-shadow: none !important;
}
.list-numbering-block .list-number-block {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  background: #247BFA;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
.btn-min-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-12 {
  margin-bottom: 12px;
}
.GilroySemiBoldItali {
  font-family: GilroySemiBoldItali;
}
.list-icon-block {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0 0px 0;
}
.list-icon-content {
  margin: 20px 0 0px 0;
  text-align: center;
  font-size: 12px;
  font-family: "Gilroy-Medium";
}
.list-icon-block li {
  margin: 3px;
}
.list-icon-block img {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  max-width: 26px;
  max-height: 26px;
}
.list-icon-block li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@font-face {
  font-family: "icomoonclock";
  src: url(/assets/fonts/icomoon-clock.eot?n83096);
  src:
    url(/assets/fonts/icomoon-clock.eot?n83096#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon-clock.ttf?n83096) format("truetype"),
    url(/assets/fonts/icomoon-clock.woff?n83096) format("woff"),
    url(/assets/fonts/icomoon-clock.svg?n83096#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icomoonclock "],
[class*=" icomoonclock-"] {
  font-family: "icomoonclock" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-clock:before {
  content: "\e900";
}
body.page-black .media-body .media-checkbox ~ .title-media-checkbox {
  color: #DFE1E4 !important;
}
body.page-black .form-check-label::before {
  background: transparent;
}
body.page-black .card-form .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active {
  background-color: #1D1F21 !important;
}
body.page-black .custom-control-label::after,
body.page-black .media-checkbox::after,
body.page-black .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
body.page-black .custom-control-label::before {
  background-color: transparent;
}
body.page-black .txt-nlink {
  color: #247bfa !important;
}
body.page-black .dropdown-footer-btn {
  border-top-color: #1D1F21;
}
body.page-black .custom-control-label::before,
body.page-black .media-checkbox::before {
  background-color: transparent;
}
body.page-black .page-item.active .page-link,
body.page-black .page-item .page-link:hover,
body.page-black .page-item .page-link-txt {
  color: #DFE1E4;
}
body.page-black .card-deck .card.flex-card-with-title-flex,
body.page-black .card-deck.card-deck-dashboard-p .card {
  padding-left: 30px;
  padding-right: 30px;
}
.btn-min-group .btn {
  margin-top: 5px;
  margin-left: 7px;
  margin-right: 7px;
}
body.page-black .header-info .profile-logo {
  margin-right: 10px;
}
.progress-content .media-table.media-table-lg .align-img {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
}
.progress-content .media-table .align-img img {
  min-height: 20px !important;
  min-width: 20px !important;
}
.media-new {
  align-items: center;
}
.media-new .align-img {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  margin-right: 10px;
}
.media-new .align-img img {
  min-height: 40px !important;
  min-width: 40px !important;
}
.btn-or {
  color: #A19EAD;
  font-size: 13px;
  white-space: nowrap;
}
.btn-min-group-or .btn {
  width: 48%;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
.list-numbering-block .card-body {
  display: flex;
  justify-content: space-between;
}
.list-numbering-block .card-body .card-title {
  font-size: 14px;
  margin-bottom: 0;
}
.list-numbering-block .card-body .card-info {
  line-height: 30px;
  font-size: 14px;
}
.list-number-block-title {
  line-height: 30px;
  color: #24ADFA;
  margin-right: 10px;
  margin-bottom: 10px;
}
.btn-min-group-or .btn:first-child {
  margin-left: 0px;
}
.btn-min-group-or .btn:last-child {
  margin-right: 0px;
}
body.page-black .tab-pane-right-line-m-b {
  border-top-color: #1D1F21 !important;
}
body.page-black .card-info,
body.page-black,
body.page-black .black-txt,
body.page-black .card-txt,
body.page-black .media-table .media-body h5,
body.page-black .txt-table {
  color: #DFE1E4 !important;
}
body.page-black .custom-switch .custom-control-label::before {
  background-color: #323436;
}
body.page-black .custom-switch .custom-control-label::after,
body.page-black .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #DFE1E4;
}
body.page-black .language-dropdown.dropdown.dropdown-form-control .dropdown-menu .dropdown-item:hover,
body.page-black .language-dropdown.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
  color: #DFE1E4;
}
.defi-color {
  color: #DFE1E4 !important;
}
.ml-20 {
  margin-left: 20px;
}
.b-rad-6 {
  border-radius: 6px;
}
.mb20-10 {
  margin-bottom: 20px !important;
}
.page-black .form-warpper-content {
  background: transparent;
}
.open {
  z-index: 9999 !important;
}
body.page-black .bs-datepicker .bs-datepicker-custom-range {
  background: #242628;
}
body.page-black .bs-datepicker .bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  color: #dfe1e4;
}
body.page-black .bs-datepicker .bs-datepicker-custom-range .bs-datepicker-predefined-btns .btn:hover {
  background: #323436;
}
body.page-black .bs-datepicker {
  border: 1px solid #1d1f21;
  background: #323436 !important;
  box-shadow: 0 4px 8px #121212 !important;
}
body.page-black .bs-datepicker .bs-datepicker-custom-range .bs-datepicker-predefined-btns .btn.selected {
  color: #dfe1e4;
}
body.page-black .bs-datepicker-container.unselected .bs-datepicker-predefined-btns .btn:first-child {
  color: #dfe1e4;
}
body.page-black .bs-datepicker .bs-datepicker-head {
  border-bottom-color: #1d1f21;
}
body.page-black .bs-datepicker .bs-datepicker-head .current {
  color: #dfe1e4;
}
body.page-black .bs-datepicker .bs-datepicker-head .previous,
body.page-black .bs-datepicker .bs-datepicker-head .next {
  color: #dfe1e4;
}
body.page-black .modal-defi .modal-dialog .modal-content {
  box-shadow: rgba(255, 255, 255, 0.05) 0px 0px 0px 1px;
  background-color: #121313 !important;
  border-radius: 44px;
}
.modal-large.modal-defi .modal-dialog {
  max-width: 390px;
}
.modal-defi .form-warpper-content {
  padding: 0px;
  max-width: 100%;
  margin-left: 25px;
  margin-right: 25px;
}
body.page-black .modal-defi .close {
  color: #DFE1E4 !important;
  font-family: "Gilroy-Light";
  font-size: 33px;
  opacity: 1;
  font-weight: 100;
  position: absolute;
  right: 10px;
  top: 10px;
  position: absolute;
  z-index: 100;
  right: 25px;
  top: 17px;
}
.calculator .modal-body {
  background: transparent !important;
}
.calculator .body {
  background: #242628 !important;
}
.calculator input[type=range] {
  box-shadow: none;
}
@media (max-width: 767px) {
  .calculator .modal-body {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.modal-large.modal-defi .modal-dialog {
  max-width: 390px;
}
.modal-defi.modal-dialog {
  max-width: 390px;
}
.modal-defi .form-control,
.modal-defi .btn {
  border-radius: 16px;
}
.modal-defi .form-warpper-footer {
  padding: 30px 0px 30px 0px;
}
.modal-defi.modal-dialog .modal-content {
  box-shadow: rgba(255, 255, 255, 0.05) 0px 0px 0px 1px;
  background-color: #121313 !important;
  border-radius: 44px;
}
.calculator .container {
  padding-right: 15px;
  padding-left: 15px;
}
.calculator .row-content-tabs > div {
  margin: 0 1%;
}
.calculator .row-content-tabs .right-side {
  min-width: 24%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .calculator .row-content-tabs .left-side,
  .calculator .row-content-tabs .right-side {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .calculator .row-content-tabs .center-side {
    display: none;
  }
}
.modal-defi .form-warpper-header-txt {
  font-family: "Gilroy-Bold";
  font-size: 20px;
  line-height: 24px;
  color: #0056EB;
  margin: 0 6px;
}
.modal-defi .form-warpper-header {
  padding: 34px 0px 30px 0px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.calculator .center-side {
  width: 45% !important;
}
.calculator input,
.calculator div {
  color: #fff !important;
}
.calculator #period::-moz-placeholder {
  color: #dfe1e4 !important;
}
.calculator #period::-webkit-input-placeholder {
  color: #dfe1e4 !important;
}
.calculator #period:-ms-input-placeholder {
  color: #dfe1e4 !important;
}
.calculator #period::-ms-input-placeholder {
  color: #dfe1e4 !important;
}
.calculator #period::placeholder {
  color: #dfe1e4 !important;
}
.card-style-none .card-body .card-info,
.card-style-none .card-body .card-title,
.calculator .graph-top,
.calculator .graph-right,
.calculator .txt-abbreviation,
.calculator .form-control-info,
.calculator input {
  font-family:
    "Gilroy-Medium",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.card-style-none .card-body .card-info {
  color: #FFFFFF !important;
}
.card-style-none .card-body .card-info,
.calculator .forms-middle .title-label {
  font-size: 16px;
}
.calculator .dropdown-item,
.calculator .dropdown.dropdown-form-control .dropdown-menu .dropdown-item.active {
  font-size: 13px;
}
.calculator .dropdown-item:hover {
  color: #FFFFFF !important;
}
.calculator .graph-top,
.calculator .graph-right {
  color: #A19EAD !important;
}
.calculator .body-tabs .right-side .card.card-style-none {
  border-color: #5D6062 !important;
}
body.page-black .modal-new-defi .modal-body {
  background-color: transparent !important;
}
body.page-black .modal-new-defi .modal-content,
body.page-black .modal-large.modal-new-defi .modal-content {
  background-color: #242628 !important;
}
body.page-black .media-medium {
  border-top-color: #1D1F21;
}
.popup-title-new {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #A19EAD;
}
.popup-title-new .align-img img {
  width: 50px;
}
.popup-title-new h4 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Gilroy-Medium";
  margin-top: 7px;
}
.modal-title-new {
  width: 100%;
  max-width: 100% !important;
}
.popup-number-new {
  font-family: "Gilroy-Bold";
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 28px;
}
.block-section-icon-new {
  min-height: auto !important;
  padding-top: 5px;
  padding-bottom: 0px;
}
.processing-color {
  color: #EFAF0A;
  font-family: "Gilroy-Medium";
}
.completed-color {
  color: #0DB46E;
  font-family: "Gilroy-Medium";
}
.block-section-icon-new .verified-icon,
.block-section-icon-new .review-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-position: center;
  background-size: contain;
}
.block-section-icon-new.block-section-icon .title-block-section-icon {
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
}
.modal-new-defi .modal-header .close {
  top: 20px !important;
}
.safe-accounts-img {
  margin-top: -5px;
  max-height: 204px;
}
@media (max-width: 460px) {
  body.page-black .modal-new-defi.modal-large .modal-body {
    margin: 0 15px;
  }
  .popup-number-new {
    font-size: 21px;
  }
  .popup-title-new h4 {
    font-size: 12px;
  }
  .block-section-icon-new.block-section-icon .title-block-section-icon {
    font-size: 12px;
    margin-top: -3px;
  }
  .popup-title-new .align-img img {
    width: 40px;
  }
}
.table.table-top td,
.table.table-top .tr {
  vertical-align: top;
  position: relative;
  padding: 14px 10px 14px 10px;
}
.page-black .wrapper {
  scrollbar-width: none;
  scrollbar-color: #1D1F21 #1D1F21;
}
.page-black .wrapper {
  scrollbar-width: none;
  scrollbar-color: #1D1F21 #1D1F21;
}
.wrapper {
  overflow-x: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
body {
  padding: 0 !important;
  overflow: hidden;
}
.table.table-top td {
  vertical-align: middle;
}
.white-space-nowrap {
  white-space: nowrap !important;
}
.modal-comfirm-defi-width {
  max-width: 586px;
}
.modal-comfirm-defi-width .modal-header .close {
  right: 17px;
}
body.page-black .form-warpper-footer-txt {
  color: #DFE1E4 !important;
}
@font-face {
  font-family: "discordgrey";
  src: url(/assets/fonts/icomoondiscordgrey.eot?8ow217);
  src:
    url(/assets/fonts/icomoondiscordgrey.eot?8ow217#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoondiscordgrey.ttf?8ow217) format("truetype"),
    url(/assets/fonts/icomoondiscordgrey.woff?8ow217) format("woff"),
    url(/assets/fonts/icomoondiscordgrey.svg?8ow217#icomoondiscordgrey) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icomoondiscordgrey-],
[class*=" icomoondiscordgrey-"] {
  font-family: "discordgrey" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoondiscordgrey-new:before {
  content: "\e900";
}
@font-face {
  font-family: "icomoonx";
  src: url(/assets/fonts/icomoon-x.eot?66jv3d);
  src:
    url(/assets/fonts/icomoon-x.eot?66jv3d#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon-x.ttf?66jv3d) format("truetype"),
    url(/assets/fonts/icomoon-x.woff?66jv3d) format("woff"),
    url(/assets/fonts/icomoon-x.svg?66jv3d#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=iconx-],
[class*=" iconx-"] {
  font-family: "icomoonx" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconx-x-logo:before {
  content: "\e900";
}
.social-block i.iconx-x-logo {
  font-size: 19px;
  display: block;
  margin-top: -8px;
}
@font-face {
  font-family: "icomoonsocial";
  src: url(/assets/fonts/icomoon-social.eot?djaikb);
  src:
    url(/assets/fonts/icomoon-social.eot?djaikb#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon-social.ttf?djaikb) format("truetype"),
    url(/assets/fonts/icomoon-social.woff?djaikb) format("woff"),
    url(/assets/fonts/icomoon-social.svg?djaikb#icomoon-social) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icomoonsocial-],
[class*=" icomoonsocial-"] {
  font-family: "icomoonsocial" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoonsocial-arrow:before {
  content: "\e900";
}
.icomoonsocial-facebook:before {
  content: "\e901";
}
.icomoonsocial-Group-2017:before {
  content: "\e902";
}
.icomoonsocial-instagram:before {
  content: "\e903";
}
.icomoonsocial-linkedin:before {
  content: "\e904";
}
.icomoonsocial-medium:before {
  content: "\e905";
}
.icomoonsocial-reddit:before {
  content: "\e906";
}
.icomoonsocial-telegram:before {
  content: "\e907";
}
.icomoonsocial-twitter:before {
  content: "\e908";
}
.icomoonsocial-Union:before {
  content: "\e909";
}
.icomoonsocial-youtube:before {
  content: "\e90a";
}
.social-block i.icomoonsocial-youtube {
  font-size: 26px;
}
.social-block li {
  padding: 0.75rem 0.938rem;
}
.social-block li:first-child {
  padding-left: 0;
}
.social-block li:last-child {
  padding-right: 0;
}
.social-block i {
  font-size: 1.5rem;
  color: #A19EAD;
}
.social-block i.icomoonsocial-facebook {
  margin-left: -5px;
}
.social-block i:hover {
  color: #0959ce;
}
.footer-new-defi {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.social-block {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  display: flex;
}
.copyright-defi {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-new-defi .footer-nav {
  margin-bottom: 0px;
}
.main-new {
  height: 100%;
}
.main-new .container,
.main-new .block-page-card-new {
  height: 100%;
}
.block-page-card-new {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-page-card-new-title,
.block-page-card-new-content {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.block-page-card-new-title h1 {
  display: flex;
  color: #2471FA;
  font-family: "Gilroy-Bold";
  font-size: 50px;
  line-height: 62px;
}
.block-page-card-new-content .form-warpper-content {
  background: #1D1F21 !important;
  border-radius: 44px;
}
.block-page-card-new-content .form-control,
.block-page-card-new-content .btn {
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .block-page-card-new-title h1 {
    font-size: 40px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .block-page-card-new-content .form-warpper-content {
    padding: 0px 25px;
  }
}
@media (max-width: 767px) {
  .block-page-card-new-title h1 {
    justify-content: center;
  }
  .block-page-card-new-content .form-warpper-content {
    padding: 0 25px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .main-new .container,
  .main-new .block-page-card-new {
    height: auto;
  }
  .block-page-card-new {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .block-page-card-new-title,
  .block-page-card-new-content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .block-page-card-new-title h1 {
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
  .social-block {
    display: none !important;
  }
  .copyright-defi {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 360px) {
  .block-page-card-new-title h1 {
    font-size: 28px;
    line-height: 37px;
  }
}
.block-page-card-new-content .btn {
  margin-bottom: 27px;
}
.block-page-card-new-content .form-warpper-content {
  max-width: 480px;
  margin: 70px auto;
  padding: 0px 60px;
}
@media (max-width: 991px) {
  .block-page-card-new-content .form-warpper-content {
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .block-page-card-new-content .form-warpper-content {
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.form-warpper-footer-content .form-warpper-footer-txt {
  color: #DFE1E4;
  margin-right: 15px;
  font-size: 12px;
  line-height: 18px;
}
.form-warpper-footer-content .form-warpper-footer-link {
  margin-left: 15px;
  font-size: 16px;
}
.form-warpper-footer-content {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.copyright-defi .copyright {
  margin-bottom: 10px;
}
.footer-new-defi .footer-nav {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.footer-new-defi .footer-nav li {
  padding: 5px 10px;
  font-size: 12px;
}
.footer-new-defi .footer-nav * {
  color: #A19EAD;
}
.copyright-defi .copyright {
  font-family:
    "Gilroy-Medium",
    Helvetica,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: #A19EAD;
}
.bordtop-paddtop-0 {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.position-relative {
  position: relative;
}
.diagram-block {
  position: absolute;
  margin: 38px auto;
  left: auto;
  right: auto;
}
.diagram {
  margin: 0px auto;
}
.tab-pane-card-new {
  padding-right: 20px !important;
}
@media (max-width: 1300px) {
  .diagram-block {
    position: absolute;
    margin: 33px auto;
    height: 200px;
    margin-bottom: 10px;
  }
  .diagram {
    height: 200px;
    width: 200px;
  }
}
.flex-new {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex-card-img-h {
  height: 118px;
}
.card-group .card .card-body.card-body-token {
  padding-bottom: 20px;
}
@media (min-width: 1101px) {
  .card-title-token.card-title {
    font-size: 23px;
    margin-bottom: 13px !important;
  }
  .txt-token {
    font-size: 19px;
  }
}
@media (max-width: 1100px) {
  .txt-img-left {
    padding-right: 0px;
    padding-left: 20px;
  }
  .card-group .card .card-body.card-body-token .flex-card-container {
    margin-bottom: 0px;
  }
}
@media (max-width: 420px) {
  .card-group .card .card-body.card-body-token {
    padding-bottom: 15px;
  }
}
.error-wrapper .form-warpper-body-new-txt h3 {
  margin-bottom: 17px;
}
@media (max-width: 540px) {
  .error-wrapper .form-warpper-body-new-txt h3 {
    margin-bottom: 15px;
  }
  .form-warpper-body-new-txt {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .mrl-normal-close-account,
  .mrl-normal {
    margin: 0 20px !important;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-collapse .nav-item .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .navbar-collapse .nav-item {
    font-size: 15px;
  }
  .navbar-collapse .nav-item:first-child .nav-link {
    padding-left: 20px !important;
  }
}
@media (max-width: 1100px) and (min-width: 991px) {
  .card-deck .card {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .card-deck .card:first-child {
    margin-left: 15px;
  }
  .card-deck .card:last-child {
    margin-right: 15px;
  }
}
@media (max-width: 1100px) and (min-width: 767px) {
  .dropdown-menu-between .btn-form-control .media-interest {
    padding-right: 28px;
  }
}
@media (max-width: 300px) {
  .dropdown.dropdown-form-control .btn-form-control {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .dropdown.dropdown-form-control.dropdown-menu-between.dropdown-active-black .dropdown-menu .dropdown-item {
    padding: 10px 15px 10px 15px;
  }
}
@media (max-width: 1100px) {
  .dropdown.dropdown-form-control .dropdown-menu {
    margin-top: 4px;
  }
}
@media (max-width: 640px) {
  .tab-pane-card.tab-pane-card-r-min {
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  body {
    padding: 0 !important;
    overflow: hidden;
  }
  .wrapper {
    overflow-x: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -17px;
  }
  .transferButtonPopup .modal-dialog,
  .copyButtonPopup .modal-dialog,
  .successButtonPopup .modal-dialog,
  .VerificationCodesentsuccessfullyButtonPopup .modal-dialog,
  .closedButtonPopup .modal-dialog,
  .EmailSentSuccessfullyButtonPopup .modal-dialog,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-dialog,
  .error-popup .modal-dialog {
    margin-right: 27px !important;
  }
}
@media (max-width: 1100px) {
  .form-middle .datepicker-block .icon2-calendar {
    top: 10px;
    right: 16px;
  }
  .form-middle .datepicker-block.in-invalid .icon2-calendar,
  .form-middle ngx-intl-tel-input.invalid .datepicker-block.iti .icon2-calendar,
  ngx-intl-tel-input.invalid .form-middle .datepicker-block.iti .icon2-calendar {
    right: 34px;
  }
}
@media (max-width: 660px) {
  .error-popup-style .close {
    font-size: 40px;
    line-height: 24px;
    right: 10px;
    top: 7px;
  }
  .error-popup-style .modal-content .modal-title {
    font-size: 14px;
  }
  .copyButtonPopup .modal-content,
  .transferButtonPopup .modal-content,
  .successButtonPopup .modal-content,
  .VerificationCodesentsuccessfullyButtonPopup .modal-content,
  .closedButtonPopup .modal-content,
  .EmailSentSuccessfullyButtonPopup .modal-content,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-content,
  .error-popup .modal-content,
  .error-popup-style .modal-content,
  .profile-image-modal .modal-content {
    padding: 7px 35px 7px 10px !important;
  }
  .successButtonPopup .modal-content .modal-title,
  .successButtonPopup .modal-content .success-txt,
  .successButtonPopup .modal-content .address-txt,
  .successButtonPopup .modal-content .tag-txt,
  .successButtonPopup .modal-content .code-copied-txt,
  .copyButtonPopup .modal-content .modal-title,
  .copyButtonPopup .modal-content .success-txt,
  .copyButtonPopup .modal-content .address-txt,
  .copyButtonPopup .modal-content .tag-txt,
  .copyButtonPopup .modal-content .code-copied-txt,
  .VerificationCodesentsuccessfullyButtonPopup .modal-content .modal-title,
  .VerificationCodesentsuccessfullyButtonPopup .modal-content .success-txt,
  .VerificationCodesentsuccessfullyButtonPopup .modal-content .address-txt,
  .VerificationCodesentsuccessfullyButtonPopup .modal-content .tag-txt,
  .VerificationCodesentsuccessfullyButtonPopup .modal-content .code-copied-txt,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-content .modal-title,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-content .success-txt,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-content .address-txt,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-content .tag-txt,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-content .code-copied-txt,
  .EmailSentSuccessfullyButtonPopup .modal-content .modal-title,
  .EmailSentSuccessfullyButtonPopup .modal-content .success-txt,
  .EmailSentSuccessfullyButtonPopup .modal-content .address-txt,
  .EmailSentSuccessfullyButtonPopup .modal-content .tag-txt,
  .EmailSentSuccessfullyButtonPopup .modal-content .code-copied-txt,
  .closedButtonPopup .modal-content .modal-title,
  .closedButtonPopup .modal-content .success-txt,
  .closedButtonPopup .modal-content .address-txt,
  .closedButtonPopup .modal-content .tag-txt,
  .closedButtonPopup .modal-content .code-copied-txt,
  .transferButtonPopup .modal-content .modal-title,
  .transferButtonPopup .modal-content .success-txt,
  .transferButtonPopup .modal-content .address-txt,
  .transferButtonPopup .modal-content .tag-txt,
  .transferButtonPopup .modal-content .code-copied-txt,
  .profile-image-modal .modal-content .modal-title,
  .profile-image-modal .modal-content .success-txt,
  .profile-image-modal .modal-content .address-txt,
  .profile-image-modal .modal-content .tag-txt,
  .profile-image-modal .modal-content .code-copied-txt,
  .error-popup .modal-content .modal-title,
  .error-popup .modal-content .success-txt,
  .error-popup .modal-content .address-txt,
  .error-popup .modal-content .tag-txt,
  .error-popup .modal-content .code-copied-txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .image-modal .modal-dialog {
    max-width: 320px !important;
    margin-left: auto !important;
  }
  .transferButtonPopup .modal-dialog,
  .copyButtonPopup .modal-dialog,
  .successButtonPopup .modal-dialog,
  .VerificationCodesentsuccessfullyButtonPopup .modal-dialog,
  .closedButtonPopup .modal-dialog,
  .EmailSentSuccessfullyButtonPopup .modal-dialog,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-dialog,
  .error-popup .modal-dialog {
    margin-right: 10px;
    margin-top: 5px;
  }
}
@media (max-width: 520px) {
  .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-body .mrl-normal {
    margin: 0 15px !important;
  }
  .modal-large .modal-footer .btn-lg,
  .modal-large .modal-footer .btn-group-lg > .btn,
  .modal-large .modal-footer .btn-group-lg > .btn {
    min-width: 100px;
  }
  .modal-large .modal-footer.modal-footer-center-btn .btn-lg,
  .btn-min-w,
  .modal-large .modal-footer.modal-footer-center-btn .btn-group-lg > .btn {
    min-width: 100px;
  }
}
@media (max-width: 660px) {
  .title-modal-lg {
    font-size: 20px !important;
  }
  .txt-link-modal-lg {
    font-size: 17px !important;
  }
}
@media (max-width: 570px) {
  .p-0-135 {
    padding: 0 70px;
  }
}
@media (max-width: 1100px) {
  .form-control-input .icons-password .icon-password,
  .form-control-input .icons-password .icon-password-hidden,
  .form-control-input .icons-password .icon-password-key {
    top: 13px;
  }
  .form-control-input .icons-password .icon-password-hidden {
    top: 11px;
  }
}
@media (max-width: 991px) {
  .form-wrapper .wrapper {
    margin-right: auto;
  }
  .form-wrapper-content {
    margin: 30px auto;
  }
  .form-wrapper-content.form-wrapper-content-popup.modal-dialog {
    margin-top: 67px !important;
  }
}
@media (max-width: 500px) {
  .form-wrapper-content {
    margin: 30px 10px;
    padding: 0px 20px;
  }
  .form-wrapper-content.form-wrapper-content-captcha {
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-captcha,
  .title-captcha.title-captcha-md,
  .title-captcha.title-captcha-sm {
    font-size: 16px;
    line-height: 20px;
  }
  .btn-captch-txt {
    font-size: 13px;
  }
  .form-wrapper-content-captcha .form-wrapper-footer {
    margin: 0 -16px;
  }
}
@media (max-width: 440px) {
  .form-wrapper-content.form-wrapper-content-captcha {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 660px) {
  .modal-images {
    margin: 0px auto 25px auto;
  }
}
@media (max-width: 991px) {
  .coming-soon-lg {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .coming-soon-lg {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .row-filter-page {
    position: relative;
  }
  .row-filter-page .col-3-filter {
    position: absolute;
    max-width: 300px;
  }
  .row-filter-page .col-9-filter {
    flex: auto;
    max-width: 100%;
  }
  .filter-icon-link {
    width: 40px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 26px;
    margin-top: 28px;
    margin-left: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background: #fff;
  }
  .filter-icon-link .filter-icon {
    width: 30px;
    margin-right: 10px;
  }
  .filter-icon-link .title-card {
    margin: 0;
    font-size: 16px;
  }
  .row-filter-page .title-card-bold,
  .row-filter-page .title-card {
    font-size: 16px;
  }
  .row-filter-page .card-form {
    border-top: 2px solid #f6f8fb;
    border-bottom: 2px solid #f6f8fb;
    border-right: 2px solid #f6f8fb;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 24px 40px #e6f1fa;
  }
  .row-filter-page .card-form .card {
    margin-bottom: 0px;
    padding: 15px;
  }
  .row-filter-page .card-form .card:last-child {
    margin-bottom: 0;
    padding-top: 0;
  }
  .title-card-filter .clear-filter,
  .title-card-filter .clear-filter * {
    font-size: 12px;
  }
  .row-filter-page .card-container-header .title-card-bold {
    margin-left: 40px;
  }
  .close-filter-popup {
    font-size: 28px;
    font-family: "Gilroy-Regular";
    display: block;
    position: absolute;
    top: -2px;
    right: 9px;
  }
  .row-filter-page .card-form {
    display: none;
  }
  .row-filter-page .card-form.active {
    display: block;
  }
}
@media (min-width: 991px) {
  .error-wrapper .form-wrapper-content h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .table.table-top .tr {
    border-top: 2px solid #f6f8fb;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .table.table-top .tr .tr-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .table.table-top .tr .txt-table-lg {
    order: 3;
    text-align: right;
  }
  .table.table-top .tr .txt-table-lg,
  .table.table-top .tr .txt-table {
    width: 100%;
    max-width: 50%;
  }
  .table.table-top .tr:first-child {
    border-top: 0;
  }
  .table.table-top .btn-txt {
    order: 4;
  }
  .table-top .media-table.media-table-lg .align-img {
    margin-right: 8px;
  }
  .media-table-lg ~ .info-transaction {
    margin-left: 39px;
  }
  .error-wrapper .form-wrapper-content .form-wrapper-body .img-form-wrapper-body {
    padding-left: 30px;
  }
}
@media (max-width: 540px) {
  .error-wrapper .form-wrapper-content .form-wrapper-body {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .error-wrapper .form-wrapper-content .form-wrapper-body .img-form-wrapper-body {
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .error-wrapper .form-wrapper-content {
    padding: 20px 15px;
    margin: 0px 10px;
  }
}
@media (max-width: 1360px) {
  .flex-card-container .flex-card-txt {
    width: 100%;
    min-width: 367px;
  }
  .header-banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-info {
    margin-right: 15px;
  }
}
@media (max-width: 1210px) {
  .wrapper {
    margin-right: 0;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-info {
    margin-right: 15px;
  }
  .header-banner .container {
    padding-right: 15px;
  }
  .header-info {
    margin-right: 15px;
  }
  .flex-card-container .flex-card-txt {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .accordion .table.table-accordion-st th:first-child,
  .accordion .table.table-accordion-st td:first-child,
  .accordion .table.table-accordion-st th:nth-child(2),
  .accordion .table.table-accordion-st td:nth-child(2),
  .accordion .table.table-accordion-st th:nth-child(3),
  .accordion .table.table-accordion-st td:nth-child(3),
  .accordion .table.table-accordion-st th:nth-child(4),
  .accordion .table.table-accordion-st td:nth-child(4),
  .accordion .table.table-accordion-st th:nth-child(5),
  .accordion .table.table-accordion-st td:nth-child(5),
  .accordion .table.table-accordion-st th:nth-child(6),
  .accordion .table.table-accordion-st td:nth-child(6) {
    width: auto !important;
    max-width: auto !important;
    min-width: auto !important;
  }
  .media.media-table {
    min-width: auto !important;
  }
  .tab-pane-body .tab-pane-left.tab-pane-left-line p {
    padding-right: 0px;
  }
}
@media (max-width: 1200px) {
  .tab-pane-body .tab-pane-right {
    min-width: auto;
  }
  .tabs-card > .row > .col-9 {
    padding-left: 0px;
  }
  .tabs-block.tabs-block .col-9-filter {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .tab-pane-card .dropdown-form-control.language-dropdown {
    max-width: 360px;
  }
}
@media (max-width: 1100px) {
  .table-details .btn-form-control.dropdown-toggle::after {
    top: 21px;
  }
  .table-details .dropdown-group-btn .btn-form-control.dropdown-toggle::after {
    right: 20px;
  }
  .table-details .dropdown-group-btn .btn-form-control {
    padding: 5px 38px 5px 15px;
  }
  .dropdown-form-control.in-invalid::before,
  ngx-intl-tel-input.invalid .dropdown-form-control.iti::before {
    top: 18px;
    right: 36px;
  }
  .select-txt {
    font-size: 12px;
    line-height: 13px;
  }
  .dropdown.dropdown-form-control .dropdown-menu .dropdown-item p {
    font-size: 12px;
    line-height: 16px;
  }
  .form-middle .dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
    padding: 7px 14px 7px 10px;
  }
  .form-middle .form-control {
    height: 40px;
    font-size: 14px;
  }
  .in-invalid::before,
  ngx-intl-tel-input.invalid .iti::before {
    top: 17px;
    right: 15px;
  }
  .form-middle .btn-form-control.dropdown-toggle::after {
    right: 15px;
  }
  .list-card-banner .card-banner {
    width: auto;
    margin: 5px;
  }
  .table.table-section td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .form-control-block .form-control-info {
    font-size: 14px;
    margin-top: -15px;
  }
  .media-table .align-img img {
    max-width: 26px;
    min-height: 26px;
    min-width: 26px;
  }
  .media-table .align-img {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
  .forms-middle .form-control {
    height: 40px;
  }
  .forms-middle .form-control-position .txt-abbreviation {
    top: 8px;
  }
  .modal-large .modal-footer .color-link-icon {
    margin-right: 15px;
  }
  .modal-large .modal-content {
    background: #fff;
  }
  .body-tabs {
    padding: 25px 0 15px 0;
  }
  .modal-large .modal-body {
    margin: 0 15px;
  }
  .tabs-card .nav-pills .media-table .media-body h5 {
    font-size: 14px;
  }
  .tabs-card > .row > .col-3 {
    max-width: 180px;
  }
  .tabs-card > .row > .col-9 {
    padding-left: 0px;
    flex: auto;
    max-width: 100%;
  }
  .tabs-card .nav-link {
    padding: 14px 10px;
  }
  .tabs-card .btn-group .btn {
    font-family: "GilroySemiBold";
    letter-spacing: 0.03em;
    font-size: 12px;
  }
  .tabs-card > .row {
    flex-wrap: nowrap;
  }
  .wrapper .main {
    margin-top: 94px;
  }
  .wrapper-account .main,
  .wrapper-admin .main {
    margin-top: 80px;
  }
  .header-banner-content p {
    font-size: 14px;
    line-height: 17px;
  }
  .logo.navbar-brand {
    padding: 7px;
    width: 76px;
    min-width: 76px;
    height: 60px;
    min-height: 60px;
  }
  .navbar-collapse .nav-item .nav-link {
    padding: 14px 20px;
  }
  .block-page {
    margin-bottom: 20px;
  }
  .card-group .card {
    padding: 0 10px;
  }
  .card {
    padding: 15px 20px;
  }
  .card-group .card .card-body {
    padding: 20px;
  }
  .banner.banner-img {
    padding-left: 20px;
    min-height: auto;
  }
  .btn-lg,
  .btn-group-lg > .btn,
  .btn-outline-secondary.btn-lg,
  .btn-group-lg > .btn-outline-secondary.btn {
    font-size: 14px;
    padding: 7px 1rem;
    height: 36px;
  }
  .btn-form-control,
  .group-btn.btn-group .btn-tooltip {
    height: 40px;
    min-height: 40px;
  }
  .btn-form-control {
    padding: 7px 30px 7px 15px;
  }
  .card-txt.card-txt-lg {
    font-size: 26px;
    line-height: 30px;
  }
  .tab-pane-title {
    font-size: 18px;
    line-height: 22px;
  }
  .tabs-card > .row > .col-3.col-tabs-card-min {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .dropdown.dropdown-form-control .dropdown-menu::before,
  .dropdown.dropdown-form-control .dropdown-menu::after {
    right: 6px;
  }
}
@media (min-width: 992px) {
  .desktop-none {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mob-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .desktop-none-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mob-none-xs {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .br-none {
    display: none !important;
  }
}
@media (min-width: 1101px) {
  .header-banner-content {
    min-height: 64px !important;
  }
  .wrapper .main {
    margin-top: 145px !important;
  }
}
@media (max-width: 1023px) {
  .tab-pane-right-line-m-n {
    border: 0 !important;
    padding-top: 0px !important;
  }
  .tab-pane-right-line-m-b {
    border-top: 2px solid #f6f8fb;
    padding-top: 20px;
    margin-top: 5px;
  }
  .tab-pane-right .btn-flex .ml-20 {
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .tab-pane-body .tab-pane-right {
    max-width: 100%;
  }
  .tab-pane-body.tab-pane-body-hidden:last-child {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .tab-pane-body.tab-pane-body-hidden:last-child .tab-pane-left {
    margin-bottom: 0px;
  }
  .tab-pane-body.tab-pane-body-hidden:last-child .tab-pane-right {
    margin-bottom: 15px;
  }
  .tab-pane-body .tab-pane-right {
    width: 100%;
    margin-left: 0px;
  }
  .tab-pane-body .tab-pane-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .tab-pane-body {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header-tabs .nav-tabs .nav-link {
    font-size: 14px;
    font-family: "GilroySemiBold";
    padding: 15px 10px;
  }
  .header-tabs .nav-tabs .nav-link:first-child {
    padding: 15px;
  }
  .block-section-icon {
    min-height: 140px;
  }
  .title-card-banner {
    font-size: 16px;
  }
  .list-card-banner {
    flex-wrap: wrap;
  }
  .list-card-banner .card-banner {
    width: 100%;
    margin: 5px 0px;
  }
  .modal-large .modal-footer {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
  }
  .color-link-icon {
    font-size: 15px;
  }
  .modal-large .modal-footer .btn-lg,
  .modal-large .modal-footer .btn-group-lg > .btn {
    min-width: 180px;
  }
  .modal-large .modal-footer {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 20px 20px 30px 20px;
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .row-content-tabs .center-side {
    display: none;
  }
  .row-content-tabs .left-side,
  .row-content-tabs .right-side {
    width: 50%;
  }
  .txt-progress-content {
    display: none;
  }
  .progress-point {
    font-size: 14px;
  }
  .mb-7 {
    margin-bottom: 20px !important;
  }
  .progress-content-marquee .progress-content {
    display: inline-block;
    padding-left: 0;
    -webkit-animation: none;
    animation: none;
    flex-wrap: wrap;
  }
  .progress-content-marquee {
    white-space: normal;
  }
  .card-deck.card-deck-style .card,
  .card-style-none.card-deck-style .card {
    padding-left: 0px;
    margin-bottom: 0px !important;
  }
  .banner p,
  .banner a {
    font-size: 14px;
    line-height: 23px;
  }
  .banner .title-banner {
    font-size: 24px;
    line-height: 30px;
  }
  .card-group {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .card-group .card {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .card-group .card:last-child {
    margin-bottom: 0px;
  }
  .card-deck {
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    margin-bottom: 20px;
    flex: 46%;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  .card-deck .card:last-child {
    margin-bottom: 0px;
  }
  .card-deck .card:nth-last-child(2) {
    margin-bottom: 0px;
  }
  .btn-lg-400 {
    max-width: 180px;
  }
  .label-title-lg {
    font-size: 27px;
  }
  .tab-pane-card-df .tab-pane-body .tab-pane-right {
    width: auto;
    min-width: 100%;
    max-width: auto;
    margin-left: 0px;
  }
  .tab-pane-card-df .tab-pane-body .tab-pane-left {
    width: 100%;
    margin-bottom: 5px;
  }
  .btn-tab .nav-link {
    min-width: 110px;
  }
  .tabs-card .btn-tab .nav-link.active,
  .tabs-card .btn-tab .nav-link {
    font-size: 14px;
    padding: 7px 1rem !important;
  }
  .btn-tab .nav-item {
    margin-right: 10px;
  }
  .forms-middle .form-control {
    height: 40px;
  }
  .btn-default {
    padding: 7px;
    min-width: 70px;
    font-size: 16px;
  }
  .tab-pane-card-df .tab-pane-body.mb-25 {
    margin-bottom: 10px !important;
  }
  .color-link-icon {
    font-size: 14px;
  }
  .tabs-card.tabs-card-icon .nav-pills-sm .nav-link {
    padding: 15px 15px;
  }
  .tabs-card-icon .ic-nav-txt {
    font-size: 14px;
  }
  .tabs-card-icon .nav-tabs-icon .nav-link {
    font-size: 14px;
  }
  .table.table-section td {
    font-size: 12px;
  }
  .table.table-section thead th {
    border: 0;
    padding: 1px 10px;
    font-size: 13px;
    white-space: nowrap;
  }
  .table-card {
    padding: 15px;
    font-size: 14px;
  }
  .in-invalid::before,
  ngx-intl-tel-input.invalid .iti::before {
    top: 17px;
    right: 15px;
  }
  .modal-open .btn-group {
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1020px) and (min-width: 767px) {
  .banner.banner-img p {
    max-width: 66%;
  }
}
@media (max-width: 1100px) {
  .image-modal .modal-dialog {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .chosen::before {
    top: 6px;
  }
  .list-table {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .block-section-col2 {
    flex-wrap: wrap;
  }
  .list-table ~ .list-table {
    margin-top: 25px;
  }
  .block-section.block-section-col2 .section-col {
    width: 100%;
    margin-bottom: 25px;
  }
  .block-section.block-section-col2 .section-col:last-child {
    margin-bottom: 0px;
  }
  .block-section.block-section-col2 .section-col .table-details:last-child {
    margin-bottom: 0px;
  }
  .block-section.block-section-col2 .section-col:first-child {
    margin-top: 0px;
  }
  .block-section {
    margin-bottom: 25px;
  }
  .block-section .txt-block-section {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .modal.modal-xs .modal-header .close {
    top: 24px;
    right: 15px;
  }
  .modal-large .modal-body ~ .modal-footer {
    padding-top: 25px !important;
  }
  .forms-pb-group .form-group:last-child {
    padding-bottom: 0px !important;
  }
  .modal-body .form-group-style:last-child {
    padding-bottom: 28px;
  }
  .modal-body .form-group-style:last-child.pb-6 {
    padding-bottom: 0px !important;
  }
  .btn-empty {
    font-size: 14px;
  }
  .modal-footer-card {
    padding: 8px 5px 8px 5px;
  }
  .table-admin td:first-child,
  .table-admin th:first-child {
    padding-left: 15px;
  }
  .tablecard-responsive .card-admin,
  .tablecard-responsive .card-admin:last-of-type {
    padding: 15px;
  }
  .pt-35 {
    padding-top: 20px !important;
  }
  .flex-card-container .flex-card-txt {
    min-width: auto;
  }
  .form-group-style .title-label.title-label-md {
    font-size: 14px;
  }
  .tabs-card-icon .nav-tabs-icon .nav-link.verified .title-tab-icon,
  .tabs-card-icon .nav-tabs-icon .nav-link.review .title-tab-icon,
  .tabs-card-icon .nav-tabs-icon .nav-link.not-verified .title-tab-icon {
    padding-right: 0px;
  }
  .tabs-card-icon .nav-tabs-icon .nav-link.verified .title-tab-icon::before,
  .tabs-card-icon .nav-tabs-icon .nav-link.review .title-tab-icon::before,
  .tabs-card-icon .nav-tabs-icon .nav-link.not-verified .title-tab-icon::before {
    display: none;
  }
  .close-filter-popup {
    top: 5px;
    right: 13px;
  }
  .row-filter-page .card-form .card {
    padding-top: 26px;
  }
  .row-filter-page .col-3-filter {
    max-width: 100%;
  }
  .card-container .card-container-header .btn-form-control {
    min-width: 56px;
    padding: 0 13px;
    height: 35px;
  }
  .card-container .card-container-header .dropdown-form-control-sm .btn-form-control.dropdown-toggle::after {
    right: 9px;
  }
  .card-container .card-container-header .dropdown .btn-form-control h5 {
    text-align: left;
    font-family: "Gilroy-Bold";
  }
  .navigation-block {
    font-size: 12px;
  }
  .navigation-container > div {
    margin-left: 10px;
  }
  .row-filter-page .card-container-header .title-card-bold {
    margin-left: 45px;
    margin-right: 40px;
  }
  .card-container .card-container-header {
    padding: 15px;
  }
  .navigation-container .navigation-block {
    margin-right: 0;
  }
  .navigation-container .card-header-dropdown .title-dropdown {
    display: none;
  }
  .navigation-block .navigation-list {
    margin-right: 5px;
  }
  .navigation-block .icon2-arrow-top.left {
    font-size: 9px;
    margin: 0px;
  }
  .navigation-block .icon2-arrow-top.right {
    font-size: 9px;
    margin: 0 5px;
  }
  .forms-middle .title-label {
    font-size: 14px;
  }
  .row-content-tabs {
    flex-wrap: wrap;
  }
  .row-content-tabs .left-side {
    width: 100%;
    margin: 0;
  }
  .row-content-tabs .right-side {
    width: 100%;
    margin: 0;
  }
  .body-tabs {
    padding-bottom: 0;
  }
  .range-txt {
    font-size: 14px;
    font-family: "GilroySemiBold";
  }
  .color-link-icon {
    margin-bottom: 14px;
  }
  #CalculateYourEarnings.modal-large .modal-body ~ .modal-footer .btn.btn-secondary.btn-lg {
    margin: 12px auto 0px auto;
  }
  .modal-large .modal-body ~ .modal-footer > .d-flex,
  .modal-large .modal-body ~ .modal-footer > .color-link-icon {
    flex-wrap: wrap;
  }
  .btn-tab .nav-link {
    min-width: 90px;
  }
  .tabs-card .btn-tab .nav-link.active,
  .tabs-card .btn-tab .nav-link {
    padding: 7px 7px !important;
  }
  .btn-flex .ml-20 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .link-right {
    font-size: 14px;
  }
  .navbar-collapse .nav-item.active .nav-link,
  .navbar-collapse .nav-item:hover .nav-link {
    color: #2460fa;
  }
  .navbar-collapse .nav-item.active {
    border-bottom: 0;
  }
  .card-deck.card-deck-style .card,
  .card-style-none.card-deck-style .card {
    background-color: transparent;
    flex: initial;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .card-deck .card-title,
  .card-style-none .card-title {
    margin-bottom: 7px;
  }
  .card-deck .card-mb {
    margin-bottom: 35px;
  }
  .card-style-none .card-mb {
    margin-bottom: 20px;
  }
  .card-deck .card .card-info-lg,
  .card-style-none .card .card-info-lg {
    font-size: 35px;
    line-height: 40px;
  }
  .card-info {
    font-size: 25px;
    line-height: 28px;
  }
  .tab-pane-card {
    padding: 20px 20px 20px 20px;
    margin-bottom: 15px;
  }
  .tab-pane-card .btn-hidden {
    right: 4px;
    top: 4px;
  }
  .modal-header .close {
    font-size: 35px;
    line-height: 32px;
  }
  .group-btn .btn-tooltip {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .group-btn .btn-tooltip:last-child {
    margin-right: 0px;
  }
  .table-accordion-st .media-table .align-img img {
    max-width: 36px;
    min-height: 36px;
    min-width: 36px;
  }
  .table-accordion-st .media-table .align-img {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .btn-lg,
  .btn-group-lg > .btn,
  .btn-outline-secondary.btn-lg,
  .btn-group-lg > .btn-outline-secondary.btn {
    font-size: 14px;
    padding: 7px 1rem;
  }
  .card-group {
    flex-flow: wrap;
  }
  .navbar-collapse .nav-item .nav-link .nav-title {
    display: none;
  }
  .navbar-collapse .nav-item .nav-link .icon {
    margin-right: 0;
  }
  .banner.banner-img::before {
    display: none;
  }
  .banner.banner-img {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 24px;
    min-height: auto;
  }
  .modal-header {
    padding: 20px 35px 15px 35px;
  }
  .modal-header .modal-title {
    line-height: 26px;
  }
  .modal-body ~ .modal-footer {
    padding-top: 20px;
  }
  .btn-form-control {
    height: 40px;
  }
  .header-banner {
    display: none;
  }
  .wrapper .main {
    margin-top: 80px;
  }
  .dropdown-menu-between .media-interest {
    padding-right: 0px;
  }
  .flex-card-container .flex-card-txt p {
    line-height: 22px;
    font-size: 14px !important;
  }
  .title-card,
  .title-card-bold {
    font-size: 18px;
  }
  .btn-form-control {
    padding: 7px 30px 7px 15px;
  }
  .btn-form-control.dropdown-toggle::after {
    right: 15px;
  }
  .media-table .align-img {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
  .media-table .align-img img {
    max-width: 26px;
    min-height: 26px;
    min-width: 26px;
  }
  .modal-large .modal-header .modal-title {
    line-height: 24px;
  }
  .progress-point {
    font-size: 12px;
  }
  .title-block-section {
    font-size: 16px;
  }
  .custom-switch .custom-control-label {
    font-size: 14px;
  }
  .custom-switch .custom-control-label::before {
    top: 3px;
  }
  .custom-switch .custom-control-label::after {
    top: 5px;
  }
  .language-dropdown .btn-form-control {
    font-size: 14px;
  }
  .block-section .txt-block-section {
    max-width: 180%;
  }
  .container-block-page-txt h4 {
    font-family: "Gilroy-Bold";
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #2460fa;
  }
  .container-block-page-txt p {
    font-size: 14px;
  }
  .container-block-page-txt h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .container-block-page-txt h6,
  .h6 {
    font-size: 14px;
  }
  .container-block-page-txt {
    padding: 0px;
  }
  .tab-content-icon {
    padding: 20px 15px 20px 15px;
  }
  .container-block-page-txt .txt-linker {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .container-block-page-txt img {
    margin: 15px auto 15px auto;
  }
  .form-group-btns .btn {
    min-width: 107px;
  }
  .min-h-400 {
    min-height: 200px;
  }
  .profile-block {
    margin-bottom: 3px;
  }
  .upload-img {
    height: 120px;
    width: 120px;
  }
  .profile-block .profile-img {
    width: 120px;
    height: 120px;
  }
  .upload-img {
    font-size: 12px;
  }
  .profile-block {
    width: 120px;
  }
  .profile-block label {
    width: 120px;
    font-size: 14px;
  }
  .profile-block img {
    height: 120px;
    width: 120px;
  }
  .profile-image-modal .modal-title {
    white-space: normal;
  }
  .profile-image-modal .modal-dialog {
    margin-right: 15px;
  }
  .block-section-icon .title-block-section-icon {
    font-size: 22px;
    max-width: 100%;
  }
  .fnt-26 {
    font-size: 20px !important;
  }
  .block-section-icon .title-block-section-icon {
    font-size: 22px;
    max-width: 100%;
    letter-spacing: 0.01em;
  }
  .modal-large .modal-dialog {
    margin: 60px auto;
  }
  .form-group-style .title-label.title-label-lg {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .form-middle .form-control {
    height: 40px;
    font-size: 14px;
  }
  .content-form-control.form-control-position .txt-abbreviation {
    right: 15px;
  }
  .form-control-position .txt-abbreviation {
    top: 8px;
  }
  .accordion-alert .icon-radius {
    position: absolute;
    left: 15px;
  }
  .accordion-alert .card-body.alert-body {
    padding-left: 70px;
  }
  .txt-popup,
  .txt-popup p {
    font-size: 14px;
    line-height: 25px;
  }
  .form-control-position .txt-minimum {
    top: 9px;
    right: 15px;
  }
  .block-table {
    font-size: 14px;
  }
  .accordion-popup .media-table .media-body {
    display: none;
  }
  .accordion-popup.accordion .table th {
    font-size: 14px;
  }
  .accordion-popup .media-table .align-img img {
    max-width: 26px;
    min-height: 26px;
    min-width: 26px;
  }
  .accordion-popup .media-table .align-img {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
  .accordion-popup .txt-table {
    font-size: 14px;
  }
  .accordion-popup .accordion .table td:first-child {
    padding-left: 15px;
  }
  .modal-large-xxl .accordion .table.table-accordion-st .btn-link,
  .modal-large-xxl .accordion .table.table-accordion-st td .btn-link {
    font-size: 14px;
  }
  .modal-large-xxl .accordion .table.table-accordion-st .btn-accordion.ml-3,
  .modal-large-xxl .accordion .table.table-accordion-st td .btn-accordion.ml-3 {
    margin-left: 10px !important;
  }
  .modal-large-xxl .accordion .table.table-accordion-st th:first-child,
  .modal-large-xxl .accordion .table.table-accordion-st td:first-child {
    width: 60px !important;
  }
  .modal-large-xxl.modal-large.modal-large-md .modal-body {
    margin: 0 5px;
  }
  .modal-large-xxl.modal-large.modal-large-md .modal-body .btn.btn-link.btn-empty {
    min-width: 60px;
    font-size: 12px;
  }
  .search-block {
    max-width: 220px;
  }
}
@media (max-width: 676px) {
  .card-deck.card-deck-style .card {
    min-width: 45%;
  }
  .search-block {
    order: 0;
    padding-left: 0;
  }
  .card-admin-pd {
    flex-wrap: wrap;
  }
  .form-check-right {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 660px) {
  .accordion-popup.accordion .table th {
    font-size: 13px;
    white-space: nowrap;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .header-search {
    padding-right: 0;
  }
  .card-admin-pd {
    flex-wrap: wrap;
  }
  .card-admin-pd .form-check-inline {
    padding-top: 7px;
  }
  .container-block-page-txt.bg-white .text-center.txt-link {
    font-size: 20px;
  }
  .table-details {
    flex-wrap: wrap;
  }
  .table-details .form-group.form-middle {
    margin-left: 0px;
    width: 100%;
    margin-top: 15px;
  }
  .table-details .w2 {
    padding-right: 0px;
  }
  .tabs-card-icon .nav-tabs-icon .nav-link {
    font-size: 13px;
  }
  .tabs-card .btn-group .btn {
    letter-spacing: 0;
  }
  .tabs-card-icon .ic-nav-txt {
    display: none;
  }
  .tabs-card > .row > .col-3.col-tabs-card-min {
    max-width: 90px;
  }
  .tabs-card-icon .ic-nav i {
    padding-right: 0px;
    margin: auto;
  }
  .modal-large .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-large.modal-large-md .modal-body.modal-body-center {
    margin-right: 15px;
  }
  .modal-large .modal-dialog {
    margin: 67px auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .transferButtonPopup .modal-dialog,
  .copyButtonPopup .modal-dialog,
  .successButtonPopup .modal-dialog,
  .VerificationCodesentsuccessfullyButtonPopup .modal-dialog,
  .closedButtonPopup .modal-dialog,
  .EmailSentSuccessfullyButtonPopup .modal-dialog,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-dialog,
  .copyButtonPopup.code-copied .modal-dialog,
  .error-popup .modal-dialog,
  .error-popup-style .modal-dialog,
  .profile-image-modal .modal-dialog,
  .profile-image-modal.SelectedAccounthasbeenSuccessfullyAdded .modal-dialog,
  .copyButtonPopup.activetag .modal-dialog {
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 15px;
    max-width: 100%;
  }
  .error-popup-style .modal-dialog,
  #profile_image_deleted.profile-image-modal .modal-dialog,
  #Your_password_has_been_changed .modal-dialog {
    margin-right: 15px !important;
    margin-top: 5px !important;
    margin-left: 15px !important;
    max-width: 100% !important;
  }
  .modal .success-txt,
  .modal .address-txt,
  .modal .tag-txt,
  .modal .code-copied-txt {
    font-size: 14px;
  }
  .transferButtonPopup .modal-title,
  .copyButtonPopup .modal-title,
  .successButtonPopup .modal-title,
  .VerificationCodesentsuccessfullyButtonPopup .modal-title,
  .closedButtonPopup .modal-title,
  .EmailSentSuccessfullyButtonPopup .modal-title,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-title,
  .error-popup .modal-title,
  .profile-image-modal .modal-title {
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .copyButtonPopup .modal-content,
  .transferButtonPopup .modal-content,
  .successButtonPopup .modal-content,
  .VerificationCodesentsuccessfullyButtonPopup .modal-content,
  .closedButtonPopup .modal-content,
  .EmailSentSuccessfullyButtonPopup .modal-content,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-content,
  .error-popup .modal-content {
    padding: 7px 15px;
  }
  .modal-title {
    font-size: 16px;
  }
  .arrow-copied {
    width: 18px;
    min-width: 18px;
    height: 15px;
    min-height: 16px;
    background-size: contain;
  }
  .copyButtonPopup .close,
  .transferButtonPopup .close,
  .successButtonPopup .close,
  .VerificationCodesentsuccessfullyButtonPopup .close,
  .closedButtonPopup .close,
  .EmailSentSuccessfullyButtonPopup .close,
  .ConfirmationLinkSentSuccessfullyButtonPopup .close,
  .error-popup .close,
  .profile-image-modal .close {
    font-size: 40px;
    line-height: 24px;
    right: 10px;
    top: 8px;
  }
  .modal-large.modal-large-md .modal-body.modal-body-center p,
  .modal-large.modal-large-md .modal-body.modal-body-center .list-decimal,
  .modal-header .modal-title {
    font-size: 14px;
    line-height: 20px;
  }
  .error-wrapper .form-wrapper-content .form-wrapper-body p {
    font-size: 14px;
  }
  .error-wrapper .form-wrapper-content .form-wrapper-body h3 {
    font-size: 20px;
  }
  .error-wrapper .img-form-wrapper-body {
    max-width: 200px;
  }
  .copyButtonPopup .modal-title .arrow-copied,
  .transferButtonPopup .modal-title .arrow-copied,
  .successButtonPopup .modal-title .arrow-copied,
  .VerificationCodesentsuccessfullyButtonPopup .modal-title .arrow-copied,
  .closedButtonPopup .modal-title .arrow-copied,
  .EmailSentSuccessfullyButtonPopup .modal-title .arrow-copied,
  .ConfirmationLinkSentSuccessfullyButtonPopup .modal-title .arrow-copied,
  .error-popup .arrow-copied {
    margin-right: 9px;
    margin-left: 4px;
    background-size: contain;
    width: 19px;
    min-width: 19px;
    height: 15px;
    min-height: 15px;
  }
  .content-table-body {
    font-size: 13px;
    line-height: 20px;
  }
  .modal-large.modal-large-md .modal-header .close {
    top: 22px;
  }
  .modal-large .modal-header .close,
  .modal-large-xxl.modal-large .modal-header .close {
    right: 12px;
  }
  .modal-large.modal-large-md .modal-header {
    min-height: 60px;
  }
  .form-wrapper-content.modal-dialog {
    margin: 60px auto !important;
  }
  .in-invalid.form-control-position .txt-abbreviation,
  ngx-intl-tel-input.invalid .form-control-position.iti .txt-abbreviation {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .card-deck {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .card-deck.card-deck-style {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .successfully-modal .title-successfully {
    font-size: 17px;
  }
  .modal.modal-xs .modal-body {
    padding: 33px 20px 57px 20px;
    margin-right: auto;
    max-width: 290px;
    margin-left: auto;
  }
  .tab-header .nav .icon.icon-borrow {
    font-size: 18px;
  }
  .tab-header .nav .nav-link {
    padding: 15px 10px;
  }
  .tab-header .nav h5 {
    font-size: 16px;
  }
  .tab-pane-card-df-color {
    padding: 15px;
  }
  .navbar-collapse .nav-item .nav-link {
    padding: 14px;
  }
  .navbar-collapse .nav-item:first-child {
    margin-left: 12px;
  }
  .block-labels .title-label ~ .color-link {
    font-size: 12px;
    padding-left: 10px;
  }
  .alert-label {
    font-size: 12px;
  }
  .alert.alert-left-content {
    padding: 15px;
  }
  .modal-large .modal-header .modal-title.modal-title-sm,
  .modal-footer-card .title-card {
    font-size: 17px;
  }
  .tabs-card > .row > .col-3.col-tabs-card-min {
    max-width: 72px;
  }
  .header-tabs {
    margin-left: -16px;
    margin-right: -16px;
  }
  .modal-header {
    padding: 27px 15px 15px 15px;
  }
  .modal-large .modal-header {
    padding: 27px 15px 16px 15px;
  }
  .modal-large .modal-header .modal-title {
    font-size: 17px;
    max-width: 100%;
  }
  .label-available {
    font-size: 14px;
    line-height: 24px;
  }
  .tab-height .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tab-height .tab-content .tab-pane-card-df {
    padding: 15px 0px 10px 0px;
  }
  .btn-flex p {
    line-height: 19px;
    font-size: 14px;
  }
  .label-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .modal-dialog {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 640px) {
  .tabs-card > .row > .col-3 {
    max-width: 72px;
    padding-left: 0px;
  }
  .tabs-card .nav-link.active:first-child::before {
    border-radius: 0;
  }
  .tabs-card .nav-link.active::before {
    height: -moz-calc(100% + 0px);
    height: -webkit-calc(100% + 0px);
    height: -o-calc(100% + 0px);
    height: calc(100% + 0px);
    top: 0px;
  }
  .tabs-card .nav-link.active:first-child {
    border-radius: 0 10px 0 0;
  }
  .tabs-card .nav-pills .media-table .media-body h5 {
    display: none;
  }
  .tabs-card .nav-pills .media-table .align-img {
    margin-right: 0px;
  }
  .tabs-card .nav-pills .nav-link {
    padding: 14px;
  }
  .tabs-card .nav-link.active::before {
    width: 2px;
  }
  .tabs-card .nav-pills .nav-link.active,
  .tabs-card .nav-pills .show > .nav-link {
    background-color: #fff;
  }
  .tab-pane-card {
    padding: 15px;
  }
  .tabs-card-icon .tab-pane .nav-tabs-icon .nav-link.active::before {
    background: #2460fa;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    border-radius: 0 !important;
  }
  .modal-large.modal-large-md .flex-card-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-card-container.flex-card-container-modal .flex-card-txt {
    min-width: auto;
    width: auto;
  }
  .alert.alert-icon {
    padding-left: 15px;
    padding-right: 15px;
  }
  .media-popup {
    padding-top: 20px;
  }
  .modal-large.modal-large-md .flex-card-container .title-card-bold {
    font-size: 16px;
  }
  .title-modal-content {
    font-size: 15px;
  }
  .form-control-position .form-control {
    padding-right: 120px;
  }
  .accordion-popup .media-table .align-img {
    margin-right: 0px;
  }
  .accordion-popup .table-accordion-st.table th,
  .accordion-popup .table-accordion-st.table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .accordion-popup.accordion .table th:first-child,
  .accordion-popup.accordion .table td:first-child {
    padding-left: 15px;
  }
  .accordion-popup .btn-light-bg.btn-sm {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
  }
  .label-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .btn-flex p {
    line-height: 19px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .image-modal .modal-dialog,
  .profile-image-modal .modal-dialog {
    margin-left: 15px;
  }
  .card-deck .card {
    flex: 100%;
  }
}
@media (max-width: 509px) {
  .p-0-135 {
    padding: 0 20px;
  }
  .table-admin th,
  .table-admin td,
  .data-tables {
    font-size: 14px;
  }
  .tab-header .nav {
    flex-wrap: nowrap;
  }
  .tab-header .nav h5 {
    justify-content: center;
  }
  .tab-header .nav .nav-link {
    width: 100%;
  }
  .tab-header .nav h5 .ic-nav-txt {
    display: none;
  }
  .tab-header .nav {
    justify-content: space-between;
  }
  .tab-header .nav .nav-link {
    padding: 15px 15px;
  }
  .tab-header .ic-nav .data-icon,
  .tab-header .ic-nav i {
    margin-right: 0px;
    padding-right: 0px;
  }
  .tabs-padding {
    padding: 20px 15px;
  }
  .header-dropdown-min {
    margin-right: 11px;
  }
  .header-dropdown-min .dropdown.dropdown-min .dropdown-toggle .btn-toggle {
    padding: 10px 14px;
    font-size: 16px;
    width: 60px;
  }
  .header-dropdown-min .dropdown.dropdown-min .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 2px 14px;
  }
  .header-dropdown-min .dropdown.dropdown-min .dropdown-menu {
    width: 60px;
  }
  .header-dropdown-min .dropdown.dropdown-min .dropdown-toggle::after {
    margin-left: 34px;
  }
  .footer-confirm {
    flex-wrap: wrap-reverse;
  }
  .footer-confirm .txt-limit {
    text-align: right;
    width: 100%;
  }
  .dropdown-form-control-sm.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
    padding: 11px 15px;
  }
  .profile-menu-header .profile-logo-img {
    margin: 15px auto 8px auto;
  }
  .profile-menu-header .profile-name {
    font-size: 17px;
  }
  .profile-menu li {
    padding: 5px 15px;
    font-size: 15px;
  }
  .profile-menu-header .profile-email {
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 15px;
  }
  .block-table {
    flex-wrap: wrap;
  }
  .block-table .btn-tooltip {
    margin-left: 6px;
  }
  .block-table .content-block-table {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
  }
  .block-table .title-block-table {
    width: auto;
  }
  .modal-border {
    padding-top: 15px !important;
  }
  .modal-header-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-middle .title-label,
  .form-middle .label-title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .form-wrapper-content.modal-dialog {
    padding: 0px 20px;
    margin: 60px 15px !important;
  }
  .form-wrapper-content.modal-dialog .p-0-38 {
    padding: 0 0px;
  }
  .media-popup {
    flex-wrap: wrap;
  }
  .qr-media .img-media {
    max-width: 100px;
    max-height: 100px;
  }
  .qr-media .flex-preloader {
    width: 100px;
    height: 100px;
  }
  .qr-media .svg-preloader {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .txt-coming-soon {
    margin-left: 0;
    width: 100%;
  }
  .btn-tab .nav-link,
  .tabs-card .btn-tab .nav-link.active,
  .tabs-card .btn-tab .nav-link {
    min-width: 77px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .modal.modal-xs .modal-dialog {
    margin: 60px 15px;
  }
  .alert.alert-lg.alert-icon {
    padding: 15px 15px 15px 15px;
  }
  .alert.alert-icon .icon-radius {
    margin-right: 15px;
  }
  .alert.alert-lg .alert-body p {
    font-size: 12px;
    line-height: 18px;
  }
  .header-tabs .nav-tabs .nav-link {
    font-size: 12px;
    padding: 15px 5px;
  }
  .header-tabs .nav-tabs .nav-link:first-child {
    padding: 15px 6px;
  }
  .card-deck .card:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .media-interest {
    font-size: 14px;
  }
  .media-table .media-body h5 {
    font-size: 14px;
  }
  .forms-middle .form-control {
    font-size: 14px;
  }
  .group-btn .btn-tooltip {
    font-size: 14px;
    width: 33px;
    height: 33px;
  }
  .group-btn .btn-tooltip {
    margin-left: 3px;
    margin-right: 3px;
  }
  .group-btn .btn-tooltip .icon-manage-accounts {
    font-size: 16px;
    padding-top: 1px;
    display: block;
  }
  .btn-hidden {
    height: 33px;
    width: 33px;
    min-width: 33px;
  }
  .table-body .table-body-tr {
    flex-wrap: wrap;
  }
  .table-body-tr .title-table-body {
    width: 100%;
    font-size: 15px;
  }
  .table-body-tr .media-table {
    margin-top: 6px;
  }
  .modal-body-top {
    padding: 14px 20px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .modal-large.modal-large-md .modal-body {
    margin: 0 15px;
  }
  .modal-large.modal-large-md .modal-header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-large .modal-footer.modal-footer-btn {
    padding: 15px 15px 25px 15px;
  }
}
@media (max-width: 460px) {
  .qr-media {
    width: 100%;
  }
  .media-left .qr-media {
    width: auto;
  }
  .qr-media .flex-preloader {
    right: auto;
    top: 20px;
  }
  .media-popup .img-media {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .header-info .profile-logo .dropdown.dropdown-form-control .dropdown-menu {
    margin: 0 4px 0 4px;
    min-width: 312px;
  }
  .navbar-collapse .nav-item .nav-link {
    padding: 14px 12px 14px 12px;
  }
  .navbar-collapse .nav-item:first-child {
    margin-left: 12px;
  }
  .card-table-mob {
    padding: 15px 15px !important;
  }
  .card {
    padding: 15px;
  }
  .card-group .card .card-body {
    padding: 15px;
  }
  .banner.banner-img {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .btn-empty {
    font-size: 14px;
  }
}
@media (max-width: 1100px) and (min-width: 767px) {
  .accordion .table.table-accordion-st .media-table .align-img img,
  .table.table-accordion-st.desktop-none .media-table .align-img img {
    max-width: 30px !important;
    min-height: 30px !important;
    min-width: 30px !important;
  }
}
.tab-pane-body-flex {
  flex-wrap: wrap;
}
.tab-pane-body-flex.tab-pane-body .tab-pane-left {
  width: auto;
}
.tab-pane-body-flex.tab-pane-body .tab-pane-right {
  width: auto;
  min-width: auto;
}
.tab-pane-body-flex .tab-pane-right .btn-group {
  margin-left: 0 !important;
}
.tab-pane-body-flex .tab-pane-title {
  white-space: nowrap;
  margin-right: 20px;
}
.tab-pane-body-flex .tab-pane-left {
  margin-bottom: 15px;
}
.tab-pane-body-flex .tab-pane-right {
  margin-left: 0px;
}
.spanbr {
  display: block;
}
@media (max-width: 1200px) {
  .btn-group-stable .btn-group .btn,
  .tab-pane-card .btn-group-stable .btn-group .btn {
    letter-spacing: 0.03em;
    font-size: 14px !important;
    padding: 10px 20px !important;
    min-width: auto !important;
  }
  .btn-group-stable .btn-group .btn-icon i,
  .tab-pane-card .btn-group-stable .btn-group .btn-icon i {
    margin-right: 10px !important;
  }
  .btn-group-stable .btn-group .btn i,
  .tab-pane-card .btn-group-stable .btn-group .btn i {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .tab-pane-body-flex.tab-pane-body .tab-pane-right {
    width: auto;
  }
  .btn-hidden ~ .tab-pane-body-flex .tab-pane-right .btn-group {
    margin-right: 26px;
  }
  .d-flex-mob-center {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.desktop-none-btn {
  display: none !important;
}
@media (max-width: 700px) {
  .desktop-none-btn {
    display: flex !important;
  }
}
@media (max-width: 420px) {
  .tab-pane-card .block-section .table-responsive td {
    white-space: nowrap;
  }
}
@media (max-width: 660px) {
  .tabs-card-icon .ic-nav-txt {
    display: none;
  }
}
@media (max-width: 991px) {
  .tabs-card-icon .ic-nav-txt {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .tabs-card.tabs-card-icon .nav-pills-sm .nav-link {
    padding: 15px 15px;
  }
}
@media (max-width: 540px) {
  .tabs-card .nav-pills .nav-link,
  .tabs-card.tabs-card-icon .nav-pills-sm .nav-link {
    padding: 10px !important;
  }
}
@media (max-width: 520px) {
  .tabs-card .nav-pills .nav-link {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .tabs-card .nav-pills .nav-link {
    padding: 14px;
  }
}
@media (max-width: 1100px) {
  .tabs-card .nav-link {
    padding: 14px 10px;
  }
}
@media (max-width: 660px) {
  .tabs-card-icon .ic-nav i {
    padding-right: 0px !important;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .tabs-card > .row > .col-3,
  .tabs-card > .row > .col-3.col-tabs-card-min {
    max-width: 50px;
    padding-right: 5px;
  }
}
@media (max-width: 360px) {
  .navbar-collapse .nav-item .nav-link {
    padding: 14px 5px 14px 5px;
  }
  .logo.navbar-brand {
    width: 60px;
    min-width: 60px;
  }
  .header-navbar .header-info {
    margin-right: 10px;
  }
  .header-dropdown-min {
    margin-right: 5px;
  }
}
@media (max-width: 420px) {
  .navbar-collapse .nav-item .nav-link i {
    margin-right: 10px;
    font-size: 22px;
  }
  .navbar-collapse .nav-item:first-child {
    margin-left: 5px;
  }
}
@media (max-width: 360px) {
  .tabs-card > .row > .col-9 {
    padding-right: 10px;
  }
}
@media (max-width: 420px) {
  .tabs-card > .row > .col-9 {
    max-width: -moz-calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    max-width: -o-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .btn-form-control.dropdown-toggle::after,
  .form-group-style .btn-form-control.dropdown-toggle::after {
    right: 15px !important;
  }
}
@media (max-width: 509px) {
  .row-filter-page .card-container .card-container-header .btn-form-control {
    min-width: 56px;
    padding: 0 19px 0 8px;
    height: 30px;
    font-size: 13px;
    min-height: 30px;
    text-align: center;
  }
}
.btn-lg {
  height: auto !important;
  min-height: 50px !important;
  white-space: wrap !important;
}
@media (max-width: 1100px) {
  .btn-lg {
    min-height: 36px !important;
  }
}
@media (max-width: 640px) {
  .label-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .btn-flex p {
    line-height: 19px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .card-txt.card-txt-lg {
    font-size: 23px;
  }
  .card-txt .card-txt-span {
    font-size: 18px;
  }
  .tab-pane-title {
    font-size: 16px;
  }
  .tab-pane-title span {
    font-size: 14px;
  }
  .btn-tooltip {
    margin-left: 5px;
    margin-right: 5px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 10px;
  }
  .card-txt {
    font-size: 18px;
  }
  .btn-flex .btn-green {
    font-size: 18px;
    padding: 7px 10px;
  }
  .btn-flex p {
    font-size: 13px;
  }
}
@media (max-width: 1400px) {
  .txt-table-lg p {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .txt-table-lg p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .form-or .form-row::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .dropdown.dropdown-form-control.language-dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  .dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
    padding: 10px 15px 12px 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 520px) {
  .icon-radius i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .icon-radius i {
    line-height: 30px;
  }
}
@media (max-width: 509px) {
  .media-table .media-body h5 {
    font-size: 14px;
  }
  .media-table.media-table-lg p {
    font-size: 12px;
  }
  .alert.alert-lg .alert-body p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 460px) {
  .txt-table-lg p {
    font-size: 12px !important;
  }
}
@media (max-width: 420px) {
  .modal-footer.modal-footer-btn .btn-lg {
    min-width: auto !important;
  }
  .page-item {
    padding-left: 7px;
  }
  .page-item .page-link {
    font-size: 10px;
  }
  .table-card {
    font-size: 10px !important;
  }
}
@media (max-width: 390px) {
  .dropdown.dropdown-min .dropdown-menu .dropdown-item {
    font-size: 11px;
    padding: 2px 5px;
  }
  .dropdown.dropdown-min .dropdown-menu {
    width: 32px;
    top: -12px;
  }
}
@media (max-width: 360px) {
  .txt-table-lg p {
    font-size: 10px !important;
  }
  .modal-large .modal-header .modal-title,
  .modal-large .modal-header .modal-title.modal-title-sm,
  .modal-footer-card .title-card {
    font-size: 16px;
    line-height: 20px;
  }
  .dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-deck .card .card-info-lg,
  .card-style-none .card .card-info-lg {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 320px) {
  .header-info .profile-logo .dropdown.dropdown-form-control .dropdown-menu {
    min-width: 280px;
  }
  .navbar-collapse .nav-item .nav-link i {
    font-size: 18px;
  }
  .navbar-collapse .nav-item .nav-link i.icon-swap {
    font-size: 17px;
  }
  .navbar-collapse .nav-item .nav-link {
    padding: 14px 4px 14px 4px;
  }
  .logo.navbar-brand {
    width: 50px;
    min-width: 54px;
  }
  .navbar-collapse .nav-item .nav-link i.icon-transactions {
    font-size: 17px;
    line-height: 19px;
  }
  .profile-logo-img {
    height: 30px;
    width: 30px;
  }
  .profile-logo-img::after {
    height: 30px;
    width: 30px;
  }
  .card-deck .card .card-footer .card-info,
  .card-style-none .card .card-footer .card-info {
    font-size: 28px;
  }
  .card-info,
  .card-deck.card-deck-dashboard .card-info,
  .card-style-none.card-deck-dashboard .card-info {
    font-size: 20px;
    line-height: 25px;
  }
  .media-interest {
    font-size: 12px;
  }
  .media-table .media-body h5 {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .dropdown.dropdown-min .dropdown-menu .dropdown-item {
    font-size: 11px !important;
    padding: 2px 5px !important;
  }
  .dropdown.dropdown-min .dropdown-menu {
    width: 32px !important;
    top: -12px !important;
  }
}
@media (max-width: 320px) {
  .header-info .profile-logo .dropdown.dropdown-form-control .dropdown-menu {
    min-width: 280px !important;
  }
  .navbar-collapse .nav-item .nav-link i {
    font-size: 18px !important;
  }
  .navbar-collapse .nav-item .nav-link i.icon-swap {
    font-size: 17px !important;
  }
  .navbar-collapse .nav-item .nav-link {
    padding: 14px 4px 14px 4px !important;
  }
  .logo.navbar-brand {
    width: 50px !important;
    min-width: 54px !important;
  }
  .navbar-collapse .nav-item .nav-link i.icon-transactions {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .profile-logo-img {
    height: 30px !important;
    width: 30px !important;
  }
  .profile-logo-img::after {
    height: 30px !important;
    width: 30px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1230px) {
  .card-txt.card-txt-lg {
    font-size: 20px;
  }
  .card-txt,
  .card-txt .card-txt-span {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .txt-table,
  .accordion .table th {
    font-size: 14px;
  }
  .txt-table .txt-sm-span {
    font-size: 12px;
  }
  .accordion .media-table .media-body h5,
  .table-title {
    font-size: 14px;
  }
  .accordion .group-btn .btn-tooltip {
    font-size: 13px;
    width: 35px;
    height: 35px;
    margin-left: 0px;
  }
  .accordion .group-btn .btn-tooltip .icon-manage-accounts {
    font-size: 16px;
  }
  .btn.btn-accordion.ml-3 {
    margin-left: 7px !important;
  }
}
@media (min-width: 1024px) {
  .maxw300-dekstop {
    max-width: 300px;
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  .fs-19,
  .bnt-block-3 .btn-group .btn i {
    font-size: 16px;
  }
  .btn-group-p.btn-group-p-new .btn {
    font-size: 14px;
  }
  .btn.btn-lg,
  .btn-group-lg > .btn {
    min-height: 36px !important;
  }
  .bnt-block-3 .btn-green {
    font-size: 14px;
    padding: 8px 13px 6px 13px;
  }
  .input-group-db .form-control {
    height: 40px;
    min-height: 40px;
  }
  .media-table .align-img img.tron-icon {
    max-height: 22px !important;
    max-width: 22px !important;
    width: 26px;
    height: 26px;
    right: -8px;
    bottom: -6px;
  }
  .media-table .align-img img.binance-icon-plus {
    max-height: 25px !important;
    max-width: 25px !important;
    width: 25px;
    height: 25px;
    right: -10px;
    bottom: -8px;
  }
}
@media (max-width: 1100px) and (min-width: 767px) {
  .accordion .table.table-accordion-st .media-table .align-img.lign-img-plus img.tron-icon,
  .table.table-accordion-st.desktop-none .media-table .align-img.lign-img-plus img.tron-icon {
    max-width: 27px !important;
    min-height: 27px !important;
    min-width: 27px !important;
    right: -8px;
    bottom: -7px;
  }
  .accordion .table.table-accordion-st .media-table .align-img.lign-img-plus img.binance-icon-plus,
  .table.table-accordion-st.desktop-none .media-table .align-img.lign-img-plus img.binance-icon-plus {
    max-width: 29px !important;
    min-height: 29px !important;
    min-width: 29px !important;
    right: -9px;
    bottom: -8px;
  }
}
@media (max-width: 991px) {
  .tab-pane-body-flex.tab-pane-body-balance .card-txt.card-txt-lg {
    margin-right: 0px;
  }
}
@media (max-width: 940px) {
  .navbar-collapse .nav-item .nav-link i.icon-token-icon-new {
    margin-right: 0px !important;
  }
}
@media (max-width: 720px) {
  .card-txt.card-txt-lg {
    font-size: 23px;
    line-height: 27px;
  }
  .card-txt,
  .card-txt .card-txt-span {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .title-h6 {
    font-size: 15px;
  }
  .txt-media-table,
  .media-table-mix.media-table .media-body h5,
  .center-popup-body-content-conversion .txt-green {
    font-size: 14px;
  }
  .card-table-mob .card-table-body {
    flex-wrap: wrap;
  }
  .card-table-mob .card-table-body .txt-table {
    width: 100%;
  }
  .card-table-mob .card-table-body .txt-table:last-child {
    text-align: left !important;
    margin-top: 15px;
  }
  .card-table-mob .card-table-body .btn.btn-success {
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .input-group-media-table {
    width: 100%;
  }
  .input-group-media-table .btn.btn-form-control.dropdown-toggle {
    border-radius: 10px;
    margin-bottom: 5px;
    border-right-width: 1px;
  }
  .input-group-db .form-control {
    border-left-width: 1px;
    border-radius: 10px !important;
    text-align: left !important;
  }
  .center-title {
    font-size: 18px;
    line-height: 20px;
  }
  .form-group-content-table .block-table,
  .form-group-content-table-min .block-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-group-content-table .block-table .content-block-table {
    width: 100%;
  }
  .form-group-content-table .title-block-table,
  .form-group-content-table-min .title-block-table {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .card-txt.card-txt-lg {
    font-size: 21px;
    line-height: 25px;
  }
  .card-txt,
  .card-txt .card-txt-span {
    font-size: 15px;
  }
}
@media (max-width: 509px) {
  .footer-confirm-right {
    font-size: 12px;
    line-height: 15px;
  }
  .center-popup-footer .btn {
    margin-right: 30px;
  }
}
@media (max-width: 460px) {
  .card-txt.card-txt-lg {
    font-size: 18px;
    line-height: 22px;
  }
  .card-txt,
  .card-txt .card-txt-span {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .label-title {
    font-size: 13px;
  }
  .rewards-info {
    font-size: 14px !important;
    line-height: 19px;
  }
}
@media (max-width: 420px) {
  .group-btn-buy-mob .btn-buy {
    min-width: 150px;
    margin-right: 0px;
  }
  .group-btn-buy-dekstop .btn-buy {
    display: none !important;
  }
  .group-btn-buy-mob {
    display: flex !important;
    justify-content: center;
    text-align: center;
    margin: auto;
  }
  .card-table-mob .group-btn.group-btn-buy-dekstop {
    width: auto;
  }
  .dropdown-menu-between .media-interest {
    padding-right: 0px !important;
    padding-left: 10px;
    text-align: center;
  }
  .bnt-block-3 {
    flex-wrap: wrap;
  }
  .order-1-mob,
  .order-1-mob.mb-0 {
    order: 1;
    margin-bottom: 10px !important;
  }
  .order-2-mob {
    order: 2;
  }
  .bnt-block-3 .btn-group,
  .bnt-block-3 .btn-flex,
  .bnt-block-3 .btn-flex .btn-green {
    width: 100%;
    text-align: center;
  }
  .bnt-block-3 .btn-group {
    margin-right: 0px;
  }
}
@media (max-width: 410px) {
  .card-txt,
  .card-txt .card-txt-span {
    font-size: 13px;
  }
  .card-txt.card-txt-lg {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .card-txt,
  .card-txt .card-txt-span {
    font-size: 13px;
  }
  .card-txt.card-txt-lg {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .title-h6 {
    font-size: 14px;
  }
  .txt-media-table,
  .media-table-mix.media-table .media-body h5,
  .center-popup-body-content-conversion .txt-green {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .title-thead {
    font-size: 16px;
  }
  .btn.btn-link.btn-empty {
    min-width: auto;
  }
  .btn-empty.btn-link {
    font-size: 11px !important;
  }
  .tab-pane-body-flex .group-btn.btn-group .btn-tooltip {
    min-width: auto;
  }
  .card-table-mob .group-btn {
    width: 100%;
    justify-content: flex-end;
  }
  .card-txt.card-txt-lg {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .card-txt.card-txt-lg {
    font-size: 11px;
  }
  .card-txt,
  .card-txt .card-txt-span {
    font-size: 11px;
  }
}
@media (max-width: 1120px) {
  .center-popup-header {
    margin-bottom: 23px;
  }
}
@media (max-width: 1100px) {
  .dropdown-form-control-left-txt .dropdown-menu {
    min-width: 461px;
  }
  .dropdown-menu-country button .align-img img {
    max-width: 26px;
    min-height: 26px;
    min-width: 26px;
  }
  .dropdown-menu-currency.dropdown.dropdown-form-control .dropdown-menu .dropdown-item {
    padding: 7px 13px 7px 15px;
  }
  .input-group-media-table.input-group-media-table-2 .dropdown-form-control:last-child::before {
    top: 10px;
  }
  .media-table-btn-form-control {
    padding: 6px 40px 6px 10px;
  }
  .form-middle .dropdown-menu-country .btn-form-control ~ .dropdown-menu::before,
  .form-middle .dropdown-menu-country .btn-form-control ~ .dropdown-menu::after {
    right: auto;
    left: 35px;
  }
}
@media (min-width: 768px) {
  .input-group-media-table-2 .dropdown-item {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .input-group-media-table.input-group-media-table-2 .btn-form-control.dropdown-toggle::after {
    right: 17px !important;
    top: 21px;
  }
  .input-group-media-table-2 .dropdown-menu {
    font-size: 12px;
  }
  .form-control-info-icon {
    margin-top: -5px;
  }
}
@media (max-width: 620px) {
  .dropdown-form-control-left-txt .dropdown-menu {
    min-width: 449px;
  }
}
@media (max-width: 600px) {
  .center-popup-header-txt {
    font-size: 21px;
    margin-left: 0px;
  }
  .center-popup-header img {
    display: none;
  }
  .center-title .icon {
    font-size: 22px;
  }
  .center-popup-header {
    margin-bottom: 20px;
  }
  .media-table-btn-form-control {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 14px;
    border-radius: 10px;
    border-right-width: 1px;
  }
  .input-group-media-table.input-group-media-table-2 .dropdown-form-control.dropdown-form-control-mob-table-2 .btn.btn-form-control.dropdown-toggle {
    border-radius: 10px 0 0 10px;
    border-right-width: 0px;
  }
  .input-group-media-table.input-group-media-table-2 .dropdown-form-control:last-child .btn.btn-form-control.dropdown-toggle {
    border-radius: 0 10px 10px 0;
  }
  .input-group-media-table.input-group-media-table-2 .dropdown-form-control:last-child {
    width: 100%;
  }
  .form-middle .dropdown-menu-currency .btn-form-control ~ .dropdown-menu::before,
  .form-middle .dropdown-menu-currency .btn-form-control ~ .dropdown-menu::after {
    right: 8px;
    left: auto;
  }
  .header-dropdown-menu-select h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .header-dropdown-menu-select p {
    font-size: 11px;
    line-height: 15px;
  }
  .input-group-db .search-block-select .form-control {
    min-height: 38px;
    height: 38px;
    font-size: 13px;
  }
  #btnSearchClear {
    top: 11px;
    font-size: 11px;
  }
  .dropdown-form-control-left-txt .dropdown-menu {
    min-width: 350px;
  }
}
@media (max-width: 520px) {
  .input-group-db .search-block-select .form-control {
    font-size: 12px;
  }
  #btnSearchClear {
    top: 12px;
    font-size: 9px;
    right: 6px;
  }
  .dropdown-menu-currency .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
  .header-dropdown-menu-select {
    padding: 13px 10px;
  }
  .input-group-media-table-2 .dropdown-menu .dropdown-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 460px) {
  .dropdown-form-control-left-txt .dropdown-menu {
    min-width: 300px;
  }
}
@media (max-width: 420px) {
  .center-popup-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .center-popup-footer .btn.btn-secondary,
  .center-popup-footer .btn-tab .btn.nav-link.active,
  .btn-tab .center-popup-footer .btn.nav-link.active {
    min-width: auto;
  }
  .code-form-control-block {
    font-size: 12px;
  }
  .flex-form-control-block .form-control-info .btn .icon3-copy-address {
    font-size: 15px;
  }
  .flex-form-control-block .form-control-block {
    margin-left: 2px;
  }
  .block-table .flex-form-control-block .btn-tooltip {
    width: 21px;
    height: 20px;
  }
  .flex-form-control-block .form-control-block .form-control-info {
    width: 21px;
  }
  .form-control-info-icon {
    height: 19px;
    margin-top: -2px !important;
  }
}
@media (max-width: 350px) {
  .dropdown-form-control-left-txt .dropdown-menu {
    min-width: 250px;
  }
}
@media (max-width: 320px) {
  .code-form-control-block {
    font-size: 10px;
  }
  .flex-form-control-block .form-control-info .btn .icon3-copy-address {
    font-size: 13px;
  }
  .flex-form-control-block .form-control-block .form-control-info {
    margin-top: -2px;
  }
}
@media (max-width: 300px) {
  .dropdown-form-control-left-txt .dropdown-menu {
    min-width: 238px;
  }
}
@media (max-width: 1300px) and (min-width: 521px) {
  .card-deck-dashboard.card-deck .card {
    margin-bottom: 0px;
  }
}
@media (max-width: 1120px) and (min-width: 992px) {
  .card-deck-dashboard .card-info {
    font-size: 25px;
    line-height: 46px;
  }
  .card-deck-dashboard.card-deck .card .card-footer .card-info {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .card-deck-dashboard.card-deck .card-mb {
    margin-bottom: 20px;
  }
  .card-deck-dashboard.card-deck .card-title {
    margin-bottom: 5px;
  }
  .card-deck-dashboard.card-deck .card .card-footer {
    margin-bottom: 20px;
  }
  .card-flex-top .card-body:last-child .card-mb:last-child {
    margin-bottom: 0px;
  }
  .card-deck-dashboard.card-deck .card-new-block .card-mb:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 676px) {
  .card-deck-dashboard.card-deck .card:nth-last-child(2) {
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .card-deck-dashboard.card-deck .card:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) and (min-width: 480px) {
  .card-deck-dashboard.card-deck .card-mb:last-child,
  .card-deck-dashboard.card-deck .card-new-block .card-mb {
    margin-bottom: 0;
  }
}
@media (max-width: 360px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .group-btn .btn-tooltip {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
  .group-btn .btn-tooltip .icon-manage-accounts {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .tab-pane-body-flex .tab-pane-title {
    white-space: normal;
  }
  .title-lg.pt-3.mb-1rem {
    padding-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .title-lg {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .card-deck .card-title,
  .card-style-none .card-title {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .customBtn {
    height: 40px;
    font-size: 14px;
  }
  .customBtn span.buttonText {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .offcanvas-visibility .title-offcanvas {
    font-size: 1.5rem;
  }
  .w550 {
    max-width: 440px;
  }
  .offcanvas-logo {
    margin: 30px auto;
  }
  .offcanvas-visibility .offcanvas-center .offcanvas-content .btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .offcanvas-visibility .offcanvas-center .offcanvas-content .btn {
    min-width: auto;
  }
}
.customBtn img.logo-twitter {
  max-height: 24px;
}
@media (max-width: 767px) {
  .offcanvas-visibility .offcanvas-center .offcanvas-img {
    min-height: 280px;
    padding-right: 0;
    padding-left: 16px;
    max-width: 240px;
  }
  .failed-img {
    min-height: 270px;
  }
}
@media (max-width: 570px) {
  .offcanvas-visibility .offcanvas-center .offcanvas-img {
    min-height: 180px;
    padding-right: 0;
    padding-left: 23px;
    max-width: 190px;
  }
  .failed-img {
    min-height: 200px;
    margin-left: 60px;
  }
  .offcanvas-visibility .title-offcanvas {
    font-size: 22px;
    line-height: 34px;
  }
  .form-or-site .or-txt {
    margin-left: -17px !important;
  }
}
@media (max-width: 330px) {
  .logo.navbar-brand {
    width: 45px !important;
    min-width: 45px !important;
  }
  .navbar-collapse .nav-item .nav-link {
    padding: 14px 3px 14px 3px !important;
  }
  .navbar-collapse .nav-item .nav-link i {
    font-size: 17px !important;
  }
  .navbar-collapse .nav-item .nav-link i.icon-swap {
    font-size: 16px !important;
  }
  .navbar-collapse .nav-item .nav-link i.icon-transactions {
    font-size: 15px !important;
  }
  .header-info .profile-logo {
    margin-right: 6px !important;
  }
}
@media (max-width: 1200px) {
  .row-filter-page .card-form {
    border-top-color: #1D1F21;
    border-bottom-color: #1D1F21;
    border-right-color: #1D1F21;
    background: transparent;
    box-shadow: 0px 4px 8px #121212 !important;
  }
  body.page-black .filter-icon-link {
    background: transparent;
  }
}
@media (max-width: 1170px) {
  body.page-black h3.title-block-page-black {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
@media (max-width: 1135px) {
  body.page-black h3.title-block-page-black {
    font-size: 18px;
  }
}
@media (max-width: 951px) {
  .mob-block {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1100px) {
  body.page-black .body-tabs {
    padding: 25px 15px 15px 15px;
  }
  body.page-black .flex-card-with-title-flex .flex-card-footer {
    margin-bottom: 0px;
  }
}
@media (max-width: 1000px) {
  body.page-black .navbar-collapse .nav-item .nav-link .nav-title {
    display: none;
  }
}
@media (min-width: 992px) {
  body.page-black .card-flex-top-link {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .list-numbering-block .card-mb {
    margin-bottom: 0px !important;
  }
  body.page-black .table.table-top .tr {
    border-top-color: #1D1F21;
  }
  .media-tr {
    order: 2;
    width: 63%;
  }
}
@media (max-width: 767px) {
  .card-deck-dashboard-black.card-deck {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  body.page-black .card-deck-dashboard-black.card-deck-dashboard.card-deck .card:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .card-deck-dashboard.card-deck .card:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .card-deck-dashboard-black.card-deck .flex-card-with-title-flex {
    align-items: flex-start !important;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .card-deck-dashboard-black.card-deck .flex-card-with-title-flex .flex-card-footer,
  .card-deck-dashboard-black .flex-card-with-title {
    width: 100%;
  }
  .list-numbering-block li {
    margin-bottom: 15px;
  }
  body.page-black .connect-your-wallet {
    font-size: 11px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .list-icon-content {
    font-size: 11px;
  }
  .list-icon-block img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
  }
  .list-numbering-block .list-number-block {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  .btn-min-group-or .pagination {
    margin: 0;
  }
  .list-number-block-title {
    line-height: 20px;
    font-size: 13px;
  }
  .list-numbering-block .card-body .card-title {
    font-size: 13px;
  }
  .list-numbering-block .card-body .card-info {
    line-height: 28px;
    font-size: 13px;
  }
  body.page-black .card-deck .card.flex-card-with-title-flex,
  body.page-black .card-deck.card-deck-dashboard-p .card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-min-group .btn {
    margin-left: 0px;
    margin-right: 0px;
  }
  .btn-min-group-or {
    flex-wrap: wrap;
  }
  .btn-min-group-or > * {
    width: 100%;
  }
  .btn-min-group-or .btn-or {
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: center;
  }
  .btn-min-group-or .btn {
    width: 100%;
  }
  body.page-black .flex-card-with-title-flex .flex-card-footer.btn-min-group-or,
  .btn-min-group-or {
    margin-top: 0px !important;
    padding-top: 0px;
  }
  .btn-min-group-or .btn:first-child {
    margin-top: 0px;
  }
  body.page-black h3.title-block-page-black {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .card-deck-md {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .media-new .align-img {
    width: 26px !important;
    min-width: 26px !important;
    height: 26px !important;
  }
  .media-new .align-img img {
    min-height: 26px !important;
    min-width: 26px !important;
  }
}
@media (max-width: 660px) {
  body.page-black .profile-image-modal .modal-dialog {
    max-width: 100%;
  }
}
@media (max-width: 722px) {
  .card-deck-dashboard.card-deck .flex-card-with-title-flex .card-mb:last-child {
    margin-bottom: 20px;
  }
  .card-deck-dashboard.card-deck .flex-card-with-title-flex .card-flex-top:last-child .card-mb:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .forms-middle .form-control-position .txt-abbreviation {
    top: 11px;
  }
  .content-form-control-left.form-control-position .txt-abbreviation {
    right: 12px;
  }
}
@media (max-width: 600px) {
  .mb20-10 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 540px) {
  body.page-black .connect-your-wallet {
    font-size: 8px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  body.page-black .connect-your-wallet span {
    display: block;
  }
}
@media (max-width: 520px) {
  .list-numbering-block .card,
  body.page-black .card-deck .list-numbering-block .card {
    flex: 100% 0 1;
  }
}
@media (max-width: 509px) {
  .navigation-container-defi.ml-auto {
    margin-left: 0 !important;
    width: 100%;
  }
  .navigation-container-defi.ml-auto .card-header-dropdown {
    margin-left: auto;
  }
}
@media (max-width: 460px) {
  .list-numbering-block .card-body {
    flex-wrap: wrap;
  }
  body.page-black .modal-large .modal-body {
    margin: 0;
  }
  body.page-black .modal-large .modal-body {
    border-radius: 0px;
  }
  body.page-black .table.table-top .tr .txt-table-lg {
    flex-wrap: wrap;
  }
}
@media (max-width: 420px) {
  body.page-black .table.table-top .btn-hidden {
    top: 0px;
  }
}
@media (max-width: 360px) {
  .media-new .align-img {
    display: none;
  }
  body.page-black .header-navbar .header-info {
    margin-right: 0px !important;
  }
  body.page-black .header-info .profile-logo {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  .calculator .body-tabs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .calculator .center-side {
    width: 45%;
  }
}
@media (max-width: 509px) {
  .navigation-container-defi.ml-auto {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (max-width: 509px) {
  .navigation-container-defi.ml-auto .card-header-dropdown {
    margin-left: auto;
  }
}
@media (max-width: 420px) {
  body.page-black .table.table-top .btn-hidden {
    top: 0px;
  }
}
body.page-black .table.table-top .btn-hidden {
  top: 16px;
}
@media (max-width: 420px) {
  .table.table-top .btn-hidden {
    top: 0px;
    right: 10px;
  }
}
@media (max-width: 991px) {
  .table.table-top .tr .txt-table-lg {
    width: 36%;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .table.table-top .tr .txt-table-lg {
    order: 3;
    text-align: right;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  .table-top .txt-table-lg {
    display: flex;
    align-items: center;
    justify-content: right;
    white-space: nowrap;
  }
}
@media (max-width: 460px) {
  body.page-black .table.table-top .tr .txt-table-lg {
    flex-wrap: wrap;
  }
}
@media (max-width: 360px) {
  .media-table .media-body h5 {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .media-table .media-body h5 {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .container-max {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1400px) {
  .logo.navbar-brand {
    margin-left: -15px;
  }
}
@media (max-width: 1400px) {
  .header-info {
    margin-right: 71px !important;
  }
}
@media (max-width: 1360px) {
  .header-info {
    margin-right: 0px !important;
  }
}
@media (max-width: 700px) {
  .ceneter-auth-modal {
    top: calc(50% - 250px) !important;
  }
  w3m-modal {
    margin-bottom: 30% !important;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
