@font-face {
  font-family: 'sf-Pro-fonts';
  src: url('../../themes/default/font/sf-Pro-fonts/') format('opentype');
}
body {
  margin: auto;
  font-family: 'SF Pro Display', sans-serif !important;
  /*font-size: 14px*/
}
a {
  cursor: pointer;
}
p {
  font-size: 0.75rem;
}
.full-bg {
  background-image: url('/dist/img/Big-bg.png');
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 2%;
}
.logo {
  width: 12em;
}
.lbl-white {
  color: #fff;
  font-size: small;
}
.login__signup-label {
  font-size: 0.85rem;
}
.btn {
  background-color: #3692A8 !important;
  color: #fff !important;
  border-radius: 3px !important;
  font-size: 0.85rem !important;
}
.box-login {
  background-color: #fff;
  /*height: 70vh;*/
  max-width: 350px;
  border-radius: 3px;
  padding: 50px;
}
.box-login .container {
  margin-bottom: 5rem;
}
form .container {
  /*height: 50vh;*/
}
input[type=text],
input[type=tel],
input[type=email] {
  border: none;
  border-bottom: 1px solid #707070;
  border-top: 0px;
  border-radius: 0px;
  outline: 0;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 0.75rem;
}
input[type=password] {
  border: none;
  border-bottom: 1px solid #707070;
  border-top: 0px;
  border-radius: 0px;
  outline: 0;
  padding-left: 0px;
  margin-bottom: 20px;
  font-size: 0.75rem;
}
.otp {
  border: 1px solid #70707000 !important;
  border-radius: 8px !important;
  background-color: #EAECEF !important;
  font-size: 0.75rem !important;
  width: 2.2rem !important;
  padding: 0.375rem 0rem !important;
  text-align: center !important;
}
.fa-repeat {
  color: #fff;
  width: 1.75rem;
  vertical-align: sub;
  height: 1.3rem;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}
.style-icon-reload {
  background-color: #131B31;
  border-radius: 20px;
}
.lbl-send-again {
  vertical-align: sub;
  font-size: 0.79rem !important;
}
.form-group {
  margin-bottom: 20px;
  outline: 0px;
}
.form-group label {
  font-size: 0.85rem;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
}
input:focus {
  outline: none;
  box-shadow: 0 0 0;
  border: none;
}
.form-text {
  color: #3D8EEE !important;
  font-size: 0.8rem;
}
.form-check-label {
  color: #0C2D37 !important;
}
.form-check-label a {
  color: #0C2D37 !important;
  text-decoration: underline;
}
.lbl-top-form {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.login-button {
  position: absolute;
  bottom: 5%;
  width: 56%;
}
.login-btm .btn {
  width: -webkit-fill-available;
}
#carouselCaptions {
  width: 75%;
}
.carousel-caption {
  position: initial !important;
}
.carousel-caption h3 {
  font-weight: bolder;
}
.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}
.carousel-indicators li {
  width: 6px !important;
  height: 6px !important;
  border-radius: 100% !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}
.carousel-indicators .active {
  background-color: #fff0 !important;
  width: 8px !important;
  height: 8px !important;
}
.carousel-indicators {
  top: 100% !important;
}
.lbl-help {
  bottom: 0;
  width: -webkit-fill-available;
  text-align: center;
  color: #fff !important;
  font-size: small;
}
.lbl-help a {
  text-decoration: underline;
  color: #fff !important;
}
.lbl-confirm-password {
  white-space: pre-line !important;
  font-size: 0.73rem !important;
}
.lbl-successfully {
  /*white-space: pre-line;*/
  font-size: 1rem !important;
}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.name {
  color: #4F5F8E;
  font-size: 0.85rem;
  font-weight: 600;
}
.sm-font {
  color: #8A8A8A;
}
.sm-font.border-right {
  border-right: 1px solid #8A8A8A !important;
}
.LatestTransactions {
  color: #3692A8;
  font-size: 0.95rem;
}
.status-green {
  background-color: #22A014;
  color: #fff;
  padding: 0.1rem 0.6rem 0.1rem 0.6rem;
  border-radius: 5px;
  font-size: 0.75rem;
}
.box-login .alert {
  padding: 0.2rem 0.5em;
  font-size: 12px;
}
.dropdown-menu {
  left: 0 /*rtl:ignore*/;
  /*rtl:raw:
    right: auto;
    */
}
.dropdown-menu:before,
.dropdown-menu:after {
  display: none !important;
}
.dropdown-menu > li > a,
.dropdown-menu > .dropdown-item {
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.dropdown-menu > li > a > i:before,
.dropdown-menu > .dropdown-item > i:before {
  line-height: 0;
  vertical-align: middle;
}
.dropdown-menu .dropdown-menu:not(.daterangepicker) {
  /*rtl:raw:
        left: auto !important;
        */
}
.dropdown-menu.dropdown-menu-anim-up {
  -webkit-animation: animation-dropdown-menu-fade-in 0.3s ease 1, animation-dropdown-menu-move-up 0.3s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.3s ease 1, animation-dropdown-menu-move-up 0.3s ease-out 1;
}
.dropup .dropdown-menu.dropdown-menu-anim,
.dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
  -webkit-animation: animation-dropdown-menu-fade-in 0.3s ease 1, animation-dropdown-menu-move-down 0.3s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.3s ease 1, animation-dropdown-menu-move-down 0.3s ease-out 1;
}
@media (max-width: 600px) {
  .dropdown-menu {
    width: 75vw;
  }
}
@media (min-width: 205px) {
  .dropdown-menu.dropdown-menu-sm {
    width: 220px;
  }
}
@media (min-width: 280px) {
  .dropdown-menu.dropdown-menu-md {
    width: 250px;
  }
}
@media (min-width: 380px) {
  .dropdown-menu.dropdown-menu-lg {
    width: 350px;
  }
}
@media (min-width: 430px) {
  .dropdown-menu.dropdown-menu-xl {
    width: 400px;
  }
}
@media (min-width: 630px) {
  .dropdown-menu.dropdown-menu-xxl {
    width: 600px;
  }
}
@media (max-width: 576px) {
  .col-lg-3.col-md-3.col-sm-4.col-xs-5 {
    padding-top: 5%;
    width: 50%;
  }
  .col-lg-2.col-md-3.col-sm-3.col-xs-2 {
    padding-top: 5%;
    width: 50%;
    text-align-last: right;
  }
}
@media (max-width: 762px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
    .row.header.form-login {
        flex-direction: column-reverse;
        text-align: -webkit-center;
    }
    .box-login {
        padding: 25px;
        margin: 3em 0;

    }
    #carouselCaptions {
        width: 100%;
    }
    .carousel-caption {
        text-align: center;
        padding-top: 5%;
        margin-bottom:2rem;

    }
    .lbl-help {
        top: 115%;
        position: absolute !important;
        right: 25%;
        width:auto;
    }
}
@media (max-width: 1200px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
.dropdown.dropdown-hover:hover > .dropdown-menu {
  display: block;
}
.dropdown.dropdown-hover:hover > .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown.dropdown-hover:hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.navi {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.navi .navi-item {
  padding: 0;
  display: block;
  list-style: none;
}
    .navi .navi-item .navi-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block;
        padding: 8px 12px;
        clear: both;
        font-weight: 500;
        line-height: 1.42857143;
        color: #3692A8;
        white-space: nowrap;
        text-align: left;
        font-size: 12px;
        left: 0 !important;
        right: auto !important;
    }
.navi .navi-item .navi-link .navi-icon {
  line-height: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.navi .navi-item .navi-link .navi-icon:before {
  line-height: 0;
}
.navi .navi-item .navi-link .navi-bullet {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.navi .navi-item .navi-link .navi-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.navi .navi-item .navi-link .navi-label {
  line-height: 0;
  margin-left: 0.75rem;
}
.navi .navi-item .navi-link .navi-toolbar {
  margin-left: 0.75rem;
}
.navi .navi-item .navi-link .navi-arrow {
  line-height: 0;
  margin-left: 0.75rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #7E8299;
}
.navi .navi-item .navi-link .navi-arrow:before {
  line-height: 0;
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 0.6rem;
}
.navi .navi-item .navi-link .navi-arrow.navi-arrow-down {
  -webkit-transform: rotateZ(-90deg) /*rtl:ignore*/;
  transform: rotateZ(-90deg) /*rtl:ignore*/;
}
[direction="rtl"] .navi .navi-item .navi-link .navi-arrow.navi-arrow-down {
  -webkit-transform: rotateZ(90deg) /*rtl:ignore*/;
  transform: rotateZ(90deg) /*rtl:ignore*/;
}
.navi .navi-item:last-child {
  border-bottom: 0 !important;
}
.navi .navi-item:last-child .navi-link {
  border-bottom: 0 !important;
}
.dropdown-menu.p-0.m-0.dropdown-menu-anim-up.dropdown-menu-sm.dropdown-menu-right.show {
  right: 40px !important;
}
.pre-scrollable {
  /*max-height: 340px;*/
  overflow: auto;
  overflow-x: hidden;
}
.pre-scrollable::-webkit-scrollbar {
  width: 7px;
  scroll-padding-top: 5px;
}
/* Track */
.pre-scrollable::-webkit-scrollbar-track {
  background: #ecf7fa;
  scroll-padding-top: 5px;
}
/* Handle */
.pre-scrollable::-webkit-scrollbar-thumb {
  background: #b5b5c3;
  border-radius: 6px;
  width: 2px;
  scroll-padding-top: 5px;
}
/*ul.navi.navi-hover.py-4 {
  max-height: 75vh;
  overflow: scroll;
  overflow-x: hidden;
  font-size: 0.85rem;
}*/
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0;
  border: none;
}
