html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  background-color: #111e41;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

  body > * {
    position: relative;
    z-index: 2;
  }

body:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(rgba(33, 81, 109, 0.35), rgba(66, 145, 191,0.80));
}

a {
  color: #304d9b;
  text-decoration: none !important;
}

  a:hover {
    color: #3657ae;
  }

  a.link-muted {
    color: #6b697c;
  }

    a.link-muted:hover {
      color: #243a74;
    }

  a[href^=tel] {
    color: inherit;
  }

@media (max-width: 991.98px) {
  h1 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .header {
    display: none !important;
  }
}

.logo {
  display: inline-block;
  min-width: 220px;
  max-width: 240px;
  width: 55%;
}

  .logo img {
    width: 100%;
    display: block;
    height: 50px;
    object-fit: contain;
  }

.form-logo img {
  width: 240px;
}

.footer address {
  margin-bottom: 0;
}

.footer .footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

  .footer .footer-links li {
    display: inline-block;
  }

    .footer .footer-links li + li:not(:last-child) {
      margin-right: 0.5rem;
    }

    .footer .footer-links li:last-child {
      margin-right: -0.5rem;
    }

    .footer .footer-links li a {
      display: inline-block;
      padding: 0.25rem 0.5rem;
      font-size: 15px;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.6);
    }

.container {
  max-width: 1400px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.custom-radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

  .custom-radio + .custom-radio {
    margin-top: 1rem;
  }

  .custom-radio span {
    font-size: 0.95rem;
    display: block;
    line-height: 20px;
    margin-left: 20px;
    padding-left: 12px;
    text-align: left;
    color: rgba(57, 54, 77, 0.7);
  }

    .custom-radio span:before {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      left: 0;
      background: trapnsparent;
      border: 3px solid #d0d0d0;
      border-radius: 50%;
    }

    .custom-radio span:after {
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      left: 5px;
      top: 5px;
      border-radius: 50%;
    }

  .custom-radio input[type=radio] {
    opacity: 0;
    z-index: -1;
    position: absolute;
  }

    .custom-radio input[type=radio]:checked + span {
      color: #39364d;
    }

      .custom-radio input[type=radio]:checked + span:after {
        content: "";
        background: #243a74;
      }

    .custom-radio input[type=radio]:disabled + span {
      opacity: 0.65;
    }

    .custom-radio input[type=radio]:checked + span:before {
      box-shadow: none;
      border-color: #243a74;
    }

.no-user-select, .custom-radio {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-item {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #39364d;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f6f7fa !important;
  height: 42px;
  padding: 0 0.75rem;
  background-clip: padding-box;
  outline: none !important;
}

  .form-item:hover {
    border-color: #3c61c2;
  }

  .form-item:focus, .form-item:active {
    border-color: #3c61c2;
    box-shadow: inset 0 0 0 1px #3c61c2;
  }

  .form-item.disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .form-item::-webkit-input-placeholder {
    font-style: italic;
    color: #d0d0d0;
    opacity: 1;
  }

  .form-item::-moz-placeholder {
    font-style: italic;
    color: #d0d0d0;
    opacity: 1;
  }

  .form-item:-ms-input-placeholder {
    font-style: italic;
    color: #d0d0d0;
    opacity: 1;
  }

  .form-item::-ms-input-placeholder {
    font-style: italic;
    color: #d0d0d0;
    opacity: 1;
  }

  .form-item::placeholder {
    font-style: italic;
    color: #d0d0d0;
    opacity: 1;
  }

input[type=date].form-item,
input[type=time].form-item,
input[type=datetime-local].form-item,
input[type=month].form-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-item-char {
  max-width: 46px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

  .form-item-char + .form-item-char {
    margin-left: 5px;
  }

  .form-item-char:hover {
    border: 1px solid #d0d0d0;
  }

  .form-item-char:focus {
    border-color: #3c61c2;
    box-shadow: inset 0 0 0 1px #3c61c2;
  }

.form-col label:not(.custom-radio) {
  display: block;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #39364d;
}

@media (min-width: 576px) {
  .form-col {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .form-col {
    margin-bottom: 0.75rem;
  }
}

.form-col p {
  text-align: left;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

  .form-col p:empty {
    margin: 0;
  }

.form-col.form-col-error > label {
  color: #ee0d47;
}

.form-col.form-col-error > .form-item {
  border-color: #ee0d47;
}

  .form-col.form-col-error > .form-item:focus {
    box-shadow: inset 0 0 0 1px #ee0d47;
  }

.form-col [class^=col].form-col-error .form-item {
  border-color: #ee0d47;
}

  .form-col [class^=col].form-col-error .form-item:focus {
    box-shadow: inset 0 0 0 1px #ee0d47;
  }

.form-col.form-col-multi-field .form-col-multi-errors {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

  .form-col.form-col-multi-field .form-col-multi-errors p {
    margin-bottom: 0;
  }

.form-password-wrapper {
  position: relative;
}

  .form-password-wrapper .form-password-type-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.984 5.25c-3.653 0-7.401 2.115-10.351 6.344a.75.75 0 0 0-.013.833c2.267 3.548 5.964 6.323 10.364 6.323 4.352 0 8.125-2.783 10.397-6.34a.757.757 0 0 0 0-.819C20.104 8.076 16.303 5.25 11.984 5.25Z'%3E%3C/path%3E%3Cpath d='M12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
  }

    .form-password-wrapper .form-password-type-toggle + .form-item {
      padding-right: 42px;
    }

  .form-password-wrapper.form-password-show .form-password-type-toggle:after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 6px;
    height: 25px;
    border-radius: 2px;
    background: #000;
    border: 2px solid #f6f7fa;
    transform: translate(-50%, -50%) rotate(45deg);
  }

.btn {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 1rem;
  line-height: 18px;
}

  .btn.btn-sm {
    font-size: 11px;
    padding: 5px 1rem;
  }

  .btn:focus {
    box-shadow: none !important;
  }

.btn-ghost {
  font-weight: bold;
  position: relative;
  border: 2px solid #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.25s ease;
}

  .btn-ghost:after {
    content: "";
    transition: transform 0.25s ease;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.89 6.96-1.054 1.08 3.21 3.21H3v1.5h15.047l-3.211 3.21 1.055 1.08L20.93 12l-5.04-5.04Z'%3E%3C/path%3E%3C/svg%3E");
  }

  .btn-ghost:hover {
    border-color: #df5928;
  }

    .btn-ghost:hover:after {
      transform: translateX(5px);
    }

.btn-main {
  font-weight: bold;
  background: #df5928;
  color: #fff !important;
  transition: all 0.35s ease;
}

  .btn-main:hover, .btn-main:focus, .btn-main.active {
    background: #1b4259;
  }

  .btn-main:disabled {
    pointer-events: none;
  }

.btn-secondary {
  color: #fff !important;
  background: #3c61c2;
  transition: all 0.35s ease;
}

  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active {
    background: #304d9b;
  }

.btn-rounded {
  border-radius: 50px;
}

.btn-input {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #39364d;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f6f7fa !important;
  height: 42px;
  padding: 0 0.75rem;
  background-clip: padding-box;
  outline: none !important;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 14px;
}

  .btn-input:hover {
    border-color: #3c61c2;
  }

  .btn-input:focus, .btn-input:active {
    border-color: #3c61c2;
    box-shadow: inset 0 0 0 1px #3c61c2;
  }

  .btn-input:after {
    content: none;
  }

.btn-loading {
  position: relative;
}

  .btn-loading:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 9px;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 14px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid #fff;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-name: loaderspin;
  }

@keyframes loaderspin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-language {
  width: auto;
  height: auto;
  padding: 0.25rem !important;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

  .btn-language i {
    vertical-align: middle;
  }

.dropdown-menu {
  box-shadow: 5px 5px 15px rgba(36, 58, 116, 0.07);
  border-color: #d0d0d0;
}

  .dropdown-menu .dropdown-item {
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    font-size: 14px;
    color: #39364d;
  }

    .dropdown-menu .dropdown-item:hover {
      background-color: #f6f7fa;
    }

    .dropdown-menu .dropdown-item:active {
      background-color: #eceef5;
    }

.box {
  position: relative;
  border-radius: 5px;
  color: #39364d;
}

@media (max-width: 991.98px) {
  .box {
    margin-top: 10px;
  }
}

.box.box-bg-decoration {
  background-repeat: no-repeat;
  background-position: top center;
}

.box.border-decoration:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #e85b31;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .box.border-decoration:after {
    margin-left: -10px;
  }
}

@media (max-width: 991.98px) {
  .box.border-decoration:after {
    margin-top: -10px;
  }
}

.decoration-line {
  display: block;
  width: 80px;
  height: 8px;
  border-radius: 8px;
  background: #e85b31;
}

.timer-wrapper .timer-box {
  text-align: left;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

  .timer-wrapper .timer-box .timer {
    position: relative;
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
  }

    .timer-wrapper .timer-box .timer .timer-value {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #39364d;
      font-size: 12px;
    }

    .timer-wrapper .timer-box .timer svg path {
      fill: #f6f7fa;
      stroke: #12cf5e;
      stroke-width: 2;
      stroke-linecap: round;
    }

.timer-wrapper .timer-box-expired {
  display: none;
}

.timer-wrapper.timer-expired .timer-box {
  display: none;
}

.timer-wrapper.timer-expired .timer-box-expired {
  display: block;
}

.btn-card {
  display: block;
  padding: 1.25rem;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  text-align: left;
  background: #fff;
  transition: all 0.35s ease;
}

@media (max-width: 360px) {
  .btn-card {
    font-size: 0.95rem;
    padding: 1rem;
  }
}

.btn-card h6 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.btn-card p {
  font-size: 0.85em;
  margin: 0;
}

.btn-card:hover, .btn-card:focus {
  border-color: #243a74;
  background: #243a74;
  color: #fff;
}

.header-alert, .box-alert {
  padding: 1rem;
  background: linear-gradient(#e85b31, #e85b31);
  text-align: center;
}

.header-alert p, .box-alert p {
  margin: 0 !important;
  color: #fff !important;
}

.header-alert p + p, .box-alert p + p {
  margin-top: 1rem !important;
}

.box-alert {
  border-radius: 5px;
}

.row.row-xs {
  margin-left: -5px;
  margin-right: -5px;
}

  .row.row-xs > [class^=col] {
    padding-left: 5px;
    padding-right: 5px;
  }

.text-link {
  color: #243a74;
}

.text-error {
  color: #ee0d47;
}

.text-08 {
  font-size: 0.8rem;
}

.text-09 {
  font-size: 0.9rem;
}

.text-small {
  font-size: 0.95rem;
}

.text-11 {
  font-size: 1.1rem;
}

.text-12 {
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .text-sm-12 {
    font-size: 1.2rem;
  }
}

.fill-success {
  fill: #12cf5e;
}

.fill-error {
  fill: #ee0d47;
}

.modal {
  color: #111e41;
}

.modal-content {
  border-radius: 10px;
}

.modal-footer .btn {
  border-radius: 36px;
  border: 2px solid;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
}

.bank-main-color {
  color: #e85b31;
}

.w-150 {
  width: 150px;
}

.maxw-150 {
  max-width: 150px;
}

@media (max-width: 575.98px) {
  .w-xs-150 {
    width: 150px;
  }

  .maxw-xs-150 {
    max-width: 150px;
  }
}

@media (min-width: 576px) {
  .w-sm-150 {
    width: 150px;
  }

  .maxw-sm-150 {
    max-width: 150px;
  }
}

.w-180 {
  width: 180px;
}

.maxw-180 {
  max-width: 180px;
}

@media (max-width: 575.98px) {
  .w-xs-180 {
    width: 180px;
  }

  .maxw-xs-180 {
    max-width: 180px;
  }
}

@media (min-width: 576px) {
  .w-sm-180 {
    width: 180px;
  }

  .maxw-sm-180 {
    max-width: 180px;
  }
}

.w-240 {
  width: 240px;
}

.maxw-240 {
  max-width: 240px;
}

@media (max-width: 575.98px) {
  .w-xs-240 {
    width: 240px;
  }

  .maxw-xs-240 {
    max-width: 240px;
  }
}

@media (min-width: 576px) {
  .w-sm-240 {
    width: 240px;
  }

  .maxw-sm-240 {
    max-width: 240px;
  }
}

.w-360 {
  width: 360px;
}

.maxw-360 {
  max-width: 360px;
}

@media (max-width: 575.98px) {
  .w-xs-360 {
    width: 360px;
  }

  .maxw-xs-360 {
    max-width: 360px;
  }
}

@media (min-width: 576px) {
  .w-sm-360 {
    width: 360px;
  }

  .maxw-sm-360 {
    max-width: 360px;
  }
}

.w-490 {
  width: 490px;
}

.maxw-490 {
  max-width: 490px;
}

@media (max-width: 575.98px) {
  .w-xs-490 {
    width: 490px;
  }

  .maxw-xs-490 {
    max-width: 490px;
  }
}

@media (min-width: 576px) {
  .w-sm-490 {
    width: 490px;
  }

  .maxw-sm-490 {
    max-width: 490px;
  }
}

.w-560 {
  width: 560px;
}

.maxw-560 {
  max-width: 560px;
}

@media (max-width: 575.98px) {
  .w-xs-560 {
    width: 560px;
  }

  .maxw-xs-560 {
    max-width: 560px;
  }
}

@media (min-width: 576px) {
  .w-sm-560 {
    width: 560px;
  }

  .maxw-sm-560 {
    max-width: 560px;
  }
}

.flexw-100px {
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
}

.flexw-90px {
  -webkit-flex: 0 0 90px;
  flex: 0 0 90px;
}

.pl-45 {
  padding-left: 2rem !important;
}

.pr-45 {
  padding-right: 2rem !important;
}

.px-45 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pt-45 {
  padding-top: 2rem !important;
}

.pb-45 {
  padding-bottom: 2rem !important;
}

.py-45 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 6rem !important;
}

@media (min-width: 576px) {
  .pt-sm-6 {
    padding-top: 4rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }

  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (max-width: 359.98px) {
  .px-xs-45 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.mt-45 {
  margin-top: 2rem !important;
}

.mb-45 {
  margin-bottom: 2rem !important;
}

.my-45 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

@media (max-width: 359.98px) {
  .mx-xs-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}

.icon-64 {
  width: 64px;
}

.dropdown-select2 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-color: #3c61c2;
  box-shadow: inset 0 0 0 1px #3c61c2;
}

.select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
  border-radius: none;
  height: 42px;
}

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #39364d;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background: #f6f7fa !important;
    height: 42px;
    padding: 0 0.75rem;
    background-clip: padding-box;
    outline: none !important;
    line-height: 40px;
    text-align: left;
  }

    .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
      border-color: #3c61c2;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:active {
      border-color: #3c61c2;
      box-shadow: inset 0 0 0 1px #3c61c2;
    }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
  }

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #39364d;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f6f7fa !important;
  height: 42px;
  padding: 0 0.75rem;
  background-clip: padding-box;
  outline: none !important;
}

  .select2-container--default .select2-search--dropdown .select2-search__field:hover {
    border-color: #3c61c2;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field:focus, .select2-container--default .select2-search--dropdown .select2-search__field:active {
    border-color: #3c61c2;
    box-shadow: inset 0 0 0 1px #3c61c2;
  }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #243a74;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f6f7fa;
}

.select2-dropdown {
  margin-top: 10px;
  width: 70vw !important;
  max-width: 300px !important;
  min-width: 226px;
  box-shadow: 5px 5px 15px rgba(36, 58, 116, 0.07);
  border: 1px solid #d0d0d0 !important;
  border-radius: 5px !important;
}

.select2-search--dropdown {
  padding: 0.75rem;
}

.select2-results__options {
  color: #39364d;
  font-size: 14px;
}

.select2-results__option {
  padding: 0.5rem 0.75rem;
}
