html * {
    touch-action: manipulation;
}

html {
    scrollbar-width: thin;
    font-size: 16px;
}

    html::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    html::-webkit-scrollbar-track {
        background: #eee;
    }

    html::-webkit-scrollbar-thumb {
        background-color: darkgrey;
    }

html, body {
    height: 100%;
}

body {
  background: #f6f6f6;
  font-family: "Open Sans", sans-serif;
  color: #302825;
  min-width: 320px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

a {
    cursor: pointer;
    color:#3552D8;
    text-decoration: none !important;
}

a:hover {
    color: #ff2d79;
}

a[href^=tel] {
  color: inherit;
}

hr {
    border-color: rgba(54, 45, 41, 0.1);
}

p:last-child {
    margin-bottom: 0;
}

.container-xs {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.container-sm {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .col-sm-form {
        -webkit-flex: 0 0 480px !important;
        flex: 0 0 480px !important;
    }
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-backdrop.show {
    background: black;
    opacity: 0.8;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    width: auto;
    height: auto;
}

.modal-dialog {
    min-width: 290px;
    max-width: 420px;
    margin: 1.5rem auto;
    min-height: calc(100% - 3rem) !important;
    max-height: calc(100% - 3rem) !important;
}

    .modal-dialog.modal-dialog-centered .modal-content {
        margin-top: auto;
        margin-bottom: auto;
    }

    .modal-dialog.modal-dialog-xs .modal-content {
        margin: auto;
        max-width: 320px;
    }

@media (max-width: 459.98px) {
    .modal-dialog {
        margin: 1rem;
        min-height: calc(100% - 2rem) !important;
        max-height: calc(100% - 2rem) !important;
    }
}

.modal-dialog .modal-content {
    border-radius: 5px !important;
    overflow: hidden;
    border: 2px solid #302825;
    border-radius: 10px !important;
}

.modal-dialog .modal-header {
    padding: 30px 40px 20px 40px;
    border: none;
}

@media (max-width: 459.98px) {
    .modal-dialog .modal-header {
        padding: 20px;
    }
}

.modal-dialog .modal-header h3 {
    margin: 0;
}

.modal-dialog .modal-header .btn-close {
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 34px;
    line-height: 32px;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
    font-size: 32px;
    color: #302825;
}

.modal-dialog .modal-body {
    padding: 0 40px;
    scrollbar-width: thin;
}

@media (max-width: 459.98px) {
    .modal-dialog .modal-body {
        padding: 0 20px;
    }
}

.modal-dialog .modal-footer {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 40px;
    border: none;
}

    .modal-dialog .modal-footer > * {
        margin: 0;
    }

@media (max-width: 459.98px) {
    .modal-dialog .modal-footer {
        padding: 14px 20px;
    }
}

.modal-dialog.modal-dialog-scrollable .modal-footer {
    padding-top: 12px;
}

#modal-intro .swiper-pagination {
    display: -webkit-inline-flex;
    display: inline-flex;
    line-height: 1;
    background: #fff;
    border-radius: 40px;
    padding: 7px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    right: auto;
    position: absolute;
    top: 10px;
    bottom: auto;
}

#modal-intro .swiper-slide {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#modal-intro .swiper-pagination-bullet {
    background: #4f3384;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 2px;
}

#modal-intro .swiper-pagination-bullet-active {
    background: #9cefb9;
}

#modal-intro .modal-footer a, #modal-intro .modal-footer button {
    position: relative;
    z-index: 2;
}

#modal-intro .modal-footer .btn-swiper-done {
    display: none;
}

#modal-intro .modal-footer .swiper-button-disabled {
    display: none;
}

    #modal-intro .modal-footer .swiper-button-disabled + .btn-swiper-done {
        display: block;
    }

.illustration {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #fff;
    margin: 5rem auto 2rem;
}

.py-45 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.mt-45 {
    margin-top: 2rem !important;
}

.mb-45 {
    margin-bottom: 2rem !important;
}

.my-45 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.bg-cream-green {
    background: #d3f7df;
    color: #705499;
}

.bg-cream-pink {
    background: #ffe3f9;
    color: #705499;
}

.fs-09 {
    font-size: .9rem;
}

.fs-13 {
    font-size: 1.375rem;
}

.background-cover {
    background-size: cover;
    background-position: center center;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: pink;
    opacity: 0.9;
    z-index: 0;
}

    .bg-overlay + div {
        position: relative;
        z-index: 2;
    }

.bg-light {
    background: rgba(48, 40, 37, 0.05);
}

h1 {
    font-weight: 300;
}

h2 {
    font-weight: bold;
}

hr {
    border-color: rgba(48, 40, 37, 0.05);
}

.c-control-alt {
    border-radius: 5px !important;
}

.btn {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 1rem;
  line-height: 18px;
}

  .btn.btn-xs {
    font-size: .9rem;
    min-height: 32px;
    line-height: 32px;
    padding: 0 1rem;
  }

  .btn.btn-sm {
    font-size: 11px;
    padding: 5px 1rem;
  }

  .btn:focus, .btn:active {
    outline: none;
    box-shadow: none;
  }

.btn-success,
.btn-cta {
    border-radius: 5px !important;
    background-color:#3552D8;
    color: #fff !important;
}

    .btn-success:hover,
    .btn-cta:hover {
        background-color: #ff93ba;
    }

.btn-outline {
    border: 1px solid #302825 !important;
}

    .btn-outline:hover {
        background: #302825;
        color: #fff;
    }

.btn-icon {
    display: inline-block;
    background: rgba(48, 40, 37, 0.05);
    color: rgba(48, 40, 37, 0.7);
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 21px;
    font-size: 14px;
}

.color-dot, .color-dot-lg {
    display: inline-block;
    border-radius: 50%;
    background:#3552D8;
    vertical-align: middle;
    margin: -2px 3px 0;
}

.color-dot {
    width: 5px;
    height: 5px;
}

.color-dot-lg {
    width: 21px;
    height: 21px;
}

.color-dot-border {
    border: 6px solid #f4f4f4;
}

.block-contextual {
    display: inline-block;
    padding: .375rem .75rem;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 50px;
}

    .block-contextual.block-error {
        border: 1px solid #F53224;
    }

    .block-contextual.block-success {
        background: #188630;
        color: #fff;
    }

.c-icon {
    display: inline-block;
    background: rgba(48, 40, 37, 0.05);
    color: rgba(48, 40, 37, 0.7);
    text-align: center;
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 24px;
}

.text-xxs {
    font-size: 12px;
}

.text-xs {
    font-size: 14px;
}

.text-lg {
    font-size: 28px;
}

.text-link-alt {
    color:#3552D8 !important;
}

.text-faded {
    color: rgba(48, 40, 37, 0.7) !important;
}

.text-success {
    color: #188630;
}

.text-error {
    color: #F53224;
}

.fw-700 {
    font-weight: 700;
}

.lh-12 {
    line-height: 1.2;
}

.w-20px {
    width: 20px;
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .angle-xs-90 {
        transform: rotate(90deg);
    }
}

.border-error {
    border: 1px solid #F53224;
}

.border-rounded {
    border-radius: 50px;
}

.row.row-sm {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .row.row-sm > [class^=col] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

.row.row-xs {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.row-xs > [class^=col] {
        padding-left: 5px;
        padding-right: 5px;
    }

.card {
    border-radius: 9px;
    border-color: rgba(48, 40, 37, 0.1);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    display: none !important;
}

.dataTables_wrapper .dataTables_scrollBody {
    border-bottom: none !important;
}

.dataTables_wrapper .table.dataTable {
    width: 100% !important;
    font-size: 14px !important;
    border-bottom: none !important;
}

    .dataTables_wrapper .table.dataTable thead th {
        white-space: nowrap !important;
        border-top: none !important;
        border-bottom: none !important;
        font-size: 12px !important;
        color: rgba(48, 40, 37, 0.7);
    }

    .dataTables_wrapper .table.dataTable tbody tr {
        cursor: pointer;
    }

        .dataTables_wrapper .table.dataTable tbody tr td {
            border-top: 1px solid rgba(48, 40, 37, 0.1);
        }

.pagination .page-item .page-link {
    margin-right: 3px;
    border: none;
    color: rgba(48, 40, 37, 0.7) !important;
    background: transparent !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    font-size: 13px;
    padding: 0;
    text-align: center;
}

    .pagination .page-item .page-link:hover {
        color:#3552D8 !important;
        background: #fff !important;
    }

.pagination .page-item.active .page-link {
    color: #fff !important;
    background:#3552D8 !important;
}

.timeline-component .timeline-item {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
}

    .timeline-component .timeline-item:not(:last-child) {
        padding-bottom: 1.5rem;
    }

    .timeline-component .timeline-item .timeline-bullet {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: #c0bebd;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 5px;
    }

    .timeline-component .timeline-item:not(:first-child):before {
        content: "";
        display: block;
        width: 1px;
        border-right: 2px dotted #c0bebd;
        position: absolute;
        left: 7px;
        top: -1px;
        height: 10px;
    }

    .timeline-component .timeline-item:not(:last-child):after {
        content: "";
        display: block;
        width: 1px;
        border-right: 2px dotted #c0bebd;
        position: absolute;
        left: 7px;
        top: 5px;
        bottom: 0;
    }

input[type=text].c-control,
input[type=search].c-control,
input[type=email].c-control,
input[type=password].c-control,
input[type=tel].c-control,
input[type=number].c-control,
input[type=url].c-control,
input[type=date].c-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #302825 !important;
    border: 1px solid rgba(48, 40, 37, 0.1);
    border-radius: 5px;
    background-color: #f3f3f3;
    height: 42px;
    padding: 0 .75rem;
    background-clip: padding-box;
    outline: none !important;
}

    input[type=text].c-control:hover,
    input[type=search].c-control:hover,
    input[type=email].c-control:hover,
    input[type=password].c-control:hover,
    input[type=tel].c-control:hover,
    input[type=number].c-control:hover,
    input[type=url].c-control:hover,
    input[type=date].c-control:hover {
        border-color: #6a5851;
    }

    input[type=text].c-control:focus, input[type=text].c-control:active,
    input[type=search].c-control:focus,
    input[type=search].c-control:active,
    input[type=email].c-control:focus,
    input[type=email].c-control:active,
    input[type=password].c-control:focus,
    input[type=password].c-control:active,
    input[type=tel].c-control:focus,
    input[type=tel].c-control:active,
    input[type=number].c-control:focus,
    input[type=number].c-control:active,
    input[type=url].c-control:focus,
    input[type=url].c-control:active,
    input[type=date].c-control:focus,
    input[type=date].c-control:active {
        border-color: #6a5851;
        box-shadow: inset 0 0 0 1px #6a5851;
    }

    input[type=text].c-control:disabled, input[type=text].c-control.disabled,
    input[type=search].c-control:disabled,
    input[type=search].c-control.disabled,
    input[type=email].c-control:disabled,
    input[type=email].c-control.disabled,
    input[type=password].c-control:disabled,
    input[type=password].c-control.disabled,
    input[type=tel].c-control:disabled,
    input[type=tel].c-control.disabled,
    input[type=number].c-control:disabled,
    input[type=number].c-control.disabled,
    input[type=url].c-control:disabled,
    input[type=url].c-control.disabled,
    input[type=date].c-control:disabled,
    input[type=date].c-control.disabled {
        pointer-events: none;
        background-color: #f3f3f3;
        opacity: 0.7;
    }

    input[type=text].c-control.c-control-sm,
    input[type=search].c-control.c-control-sm,
    input[type=email].c-control.c-control-sm,
    input[type=password].c-control.c-control-sm,
    input[type=tel].c-control.c-control-sm,
    input[type=number].c-control.c-control-sm,
    input[type=url].c-control.c-control-sm,
    input[type=date].c-control.c-control-sm {
        height: 32px;
        padding: 0 .5rem;
    }

    input[type=text].c-control::-webkit-input-placeholder,
    input[type=search].c-control::-webkit-input-placeholder,
    input[type=email].c-control::-webkit-input-placeholder,
    input[type=password].c-control::-webkit-input-placeholder,
    input[type=tel].c-control::-webkit-input-placeholder,
    input[type=number].c-control::-webkit-input-placeholder,
    input[type=url].c-control::-webkit-input-placeholder,
    input[type=date].c-control::-webkit-input-placeholder {
        color: #acafba;
        opacity: 1;
    }

    input[type=text].c-control::-moz-placeholder,
    input[type=search].c-control::-moz-placeholder,
    input[type=email].c-control::-moz-placeholder,
    input[type=password].c-control::-moz-placeholder,
    input[type=tel].c-control::-moz-placeholder,
    input[type=number].c-control::-moz-placeholder,
    input[type=url].c-control::-moz-placeholder,
    input[type=date].c-control::-moz-placeholder {
        color: #acafba;
        opacity: 1;
    }

    input[type=text].c-control:-ms-input-placeholder,
    input[type=search].c-control:-ms-input-placeholder,
    input[type=email].c-control:-ms-input-placeholder,
    input[type=password].c-control:-ms-input-placeholder,
    input[type=tel].c-control:-ms-input-placeholder,
    input[type=number].c-control:-ms-input-placeholder,
    input[type=url].c-control:-ms-input-placeholder,
    input[type=date].c-control:-ms-input-placeholder {
        color: #acafba;
        opacity: 1;
    }

    input[type=text].c-control::-ms-input-placeholder,
    input[type=search].c-control::-ms-input-placeholder,
    input[type=email].c-control::-ms-input-placeholder,
    input[type=password].c-control::-ms-input-placeholder,
    input[type=tel].c-control::-ms-input-placeholder,
    input[type=number].c-control::-ms-input-placeholder,
    input[type=url].c-control::-ms-input-placeholder,
    input[type=date].c-control::-ms-input-placeholder {
        color: #acafba;
        opacity: 1;
    }

    input[type=text].c-control::placeholder,
    input[type=search].c-control::placeholder,
    input[type=email].c-control::placeholder,
    input[type=password].c-control::placeholder,
    input[type=tel].c-control::placeholder,
    input[type=number].c-control::placeholder,
    input[type=url].c-control::placeholder,
    input[type=date].c-control::placeholder {
        color: #acafba;
        opacity: 1;
    }

input[type=text].c-control,
input[type=search].c-control,
input[type=email].c-control,
input[type=password].c-control,
input[type=tel].c-control,
input[type=number].c-control,
input[type=url].c-control {
    display: block;
}

input[type="number"].c-control {
    -moz-appearance: textfield;
}

    input[type="number"].c-control::-webkit-outer-spin-button, input[type="number"].c-control::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

select.c-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #302825 !important;
    border: 1px solid rgba(48, 40, 37, 0.1);
    border-radius: 5px;
    background-color: #f3f3f3;
    height: 42px;
    padding: 0 .75rem;
    background-clip: padding-box;
    outline: none !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 32' width='32' height='32'%3E%3Cpath d='M19.196 13.143q0 0.232-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411z'%3E%3C/path%3E%3C/svg%3E");
    background-position: 99% center;
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    text-overflow: ellipsis;
}

    select.c-control:hover {
        border-color: #6a5851;
    }

    select.c-control:focus, select.c-control:active {
        border-color: #6a5851;
        box-shadow: inset 0 0 0 1px #6a5851;
    }

    select.c-control:disabled, select.c-control.disabled {
        pointer-events: none;
        background-color: #f3f3f3;
        opacity: 0.7;
    }

.form-col-password {
    position: relative;
}

    .form-col-password .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-col-password .password-type-toggle + .form-item {
            padding-right: 42px;
        }

    .form-col-password.password-show .password-type-toggle:after {
        content: "";
        position: absolute;
        left: 50%;
        display: block;
        width: 6px;
        height: 25px;
        border-radius: 2px;
        background: #000;
        border: 2px solid #f3f3f3;
        transform: translate(-50%, -50%) rotate(45deg);
    }

.btn-main {
    font-weight: bold;
    background: #302825;
    color: #fff !important;
    transition: all 0.35s ease;
}

    .btn-main:hover {
        background: #221c1a !important;
    }

    .btn-main:focus, .btn-main:active, .btn-main.active {
        background: #191513 !important;
    }

  .btn-main:disabled, .btn-main.disabled {
    opacity: 0.6 !important;
    background: #302825;
    pointer-events: none;
  }

.btn-cancel {
    color: rgba(48, 40, 37, 0.8) !important;
    background: #f3f3f3 !important;
}

    .btn-cancel:hover {
        color: #302825 !important;
    }

    .btn-cancel:focus, .btn-cancel:active, .btn-cancel.active {
        background: #dadada !important;
    }

.box {
    background: #fff;
    border-radius: 10px;
}

    .box .box-footer {
        border-top: 2px solid rgba(48, 40, 37, 0.1);
    }

        .box .box-footer .c-control {
            height: 28px !important;
            width: 80px !important;
            text-align: center;
            background: #f3f3f3;
            border: none;
        }

html,
body {
  width: 100%;
  height: 100%;
}

@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:#3552D8;
      }

    .custom-radio input[type=radio]:disabled + span {
      opacity: 0.65;
    }

    .custom-radio input[type=radio]:checked + span:before {
      box-shadow: none;
      border-color:#3552D8;
    }

.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: #6a5851;
  }

  .form-item:focus, .form-item:active {
    border-color: #6a5851;
    box-shadow: inset 0 0 0 1px #6a5851;
  }

  .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: #6a5851;
    box-shadow: inset 0 0 0 1px #6a5851;
  }

.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-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: #302825;
  }

    .btn-ghost:hover:after {
      transform: translateX(5px);
    }

.btn-secondary {
  color: #fff !important;
  background: #6a5851;
  transition: all 0.35s ease;
}

  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active {
    background: #221c1a;
  }

.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: #6a5851;
  }

  .btn-input:focus, .btn-input:active {
    border-color: #6a5851;
    box-shadow: inset 0 0 0 1px #6a5851;
  }

  .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-image: url(../../../Images/LoginImages/075/bg_form.png);
  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: #302825;
  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: #302825;
}

.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:#3552D8;
  background:#3552D8;
  color: #fff;
}

.header-alert, .box-alert {
  padding: 1rem;
  background: linear-gradient(#302825, #c51017);
  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:#3552D8;
}

.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: #302825;
}

.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: #6a5851;
  box-shadow: inset 0 0 0 1px #6a5851;
}

.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: #6a5851;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:active {
      border-color: #6a5851;
      box-shadow: inset 0 0 0 1px #6a5851;
    }

  .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;
  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: #6a5851;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field:focus, .select2-container--default .select2-search--dropdown .select2-search__field:active {
    border-color: #6a5851;
    box-shadow: inset 0 0 0 1px #6a5851;
  }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color:#3552D8;
}

.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;
}

