@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Mulish", sans-serif !important;
}

a {
    color: #4B4683;
    font-weight: 700;
}

a:hover {
    color: #4B4683;
    text-decoration: underline;
}

.bg-WH {
    background-color: #fff;
}

.bg-COLD {
    background-color: #E5E5E5 !important;
}

.bg-QNB {
    background-color: #f8f8fa;
    min-height: 75vh;
}

.br-10 {
    border-radius: 10px;
}

.bg-light {
    background: #f8f8fa !important;
    color: #4b4683 !important;
}

@media (min-width: 768px) {
    .col-md-white {
        flex: 0 0 50%;
        max-width: 49.5%;
    }
}

.min-h-215 {
    min-height: 215px;
}

.text-title {
    color: #4B4683 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.alertBorder {
    border: 1px solid #CE3B3B;
}

.title-18 {
    font-weight: 500;
    font-size: 18px;
    color: #4B4683;
}

.title-18-bold {
    font-weight: 700;
    font-size: 18px;
    color: #4B4683;
}

.title-20 {
    font-weight: 500;
    font-size: 20px;
    color: rgba(5, 29, 86, 0.5);
}

.title-28 {
    font-size: 28px;
    font-weight: 800;
    color: #4B4683;
}

.title-24 {
    font-size: 24px;
    font-weight: 800;
    color: #4B4683;
}

.title-32 {
    font-weight: 500;
    font-size: 32px;
    color: rgba(5, 29, 86, 0.5);
}

.formText {
    font-weight: 600;
    font-size: 16px;
    color: #4B4683;
}

.text-12 {
    font-weight: 600;
    font-size: 12px;
    color: #666F85;
}

.text-12-sub {
    font-weight: 600;
    font-size: 12px;
    color: rgba(5, 29, 86, 0.5);
}

.text-12-regular {
    font-weight: 400;
    font-size: 12px;
    color: #666F85;
}

.text-16 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(5, 29, 86, 0.5);
}

.text-18 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(5, 29, 86, 0.5);
}

.text-20 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(5, 29, 86, 0.5);
}

.text-success {
    color: #1D9300 !important;
}

.text-danger {
    color: #CE3B3B !important;
}

.smIcon {
    width: 25px !important;
    height: 25px !important;
}

.progressQNB {
    background-color: #ebf4f8;
    border-radius: 10px;
    height: 11px !important;
}

.progressBarQNB {
    background: linear-gradient(217deg, #904999, #011b59 70.71%);
    border-radius: 10px;
}

.input {
    border: 1px solid rgba(5, 29, 86, 0.2)!important;
    font-weight: 600!important;
    font-size: 20px!important;
    color: #4B4683!important;
    border-radius: 5px!important;
    height: 70px!important;
    padding: 0 17px 0 17px!important;
}

.input:focus {
    color: #4B4683;
    background-color: #fff;
    border: 1px solid #4B4683;
    outline: 0;
    box-shadow: none;
}

.input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 600;
    font-size: 16px;
    color: #4B4683;
    opacity: 1;
    /* Firefox */
}

.input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 600;
    font-size: 16px;
    color: #4B4683;
}

.input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: 600;
    font-size: 16px;
    color: #4B4683;
}

.floating-label-group {
    position: relative;
}

.floating-label-group .floating-label {
    font-size: 16px;
    color: rgba(5, 29, 86, 0.5);
    position: absolute;
    pointer-events: none;
    top: 30%;
    left: 18px;
    transition: all 0.1s ease;
    font-size: 16px;
    color: rgba(5, 29, 86, 0.5);
    position: absolute;
    pointer-events: none;
    top: 30%;
    left: 18px;
    transition: all 0.1s ease;
}

.floating-label-group .input::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.floating-label-group .input:focus ~ .floating-label {
    top: -13px !important;
    bottom: 0 !important;
    left: 20px !important;
    font-size: 14px !important;
    opacity: 1 !important;
    font-weight: 600 !important;
    color: #4B4683 !important;
    background-color: #fff !important;
    padding: 0 10px 0 10px !important;
    height: 20px !important;
}

.floating-label-group .input:not(:placeholder-shown) ~ .floating-label {
    top: -13px !important;
    bottom: 0 !important;
    left: 20px !important;
    font-size: 14px !important;
    opacity: 1 !important;
    font-weight: 600 !important;
    color: #4B4683 !important;
    background-color: #fff !important;
    padding: 0 10px 0 10px !important;
    height: 20px !important;
}

.boxArea {
    background-color: #ECECEC;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}

.form-check-label {
    color: #666F85;
    font-size: 14px;
}

.form-check-input {
    -ms-transform: scale(1.3);
    /* IE */
    -moz-transform: scale(1.3);
    /* FF */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    transform: scale(1.3);
    padding: 10px;
    accent-color: #4B4683;
}

.button-home {
    font-weight: 700;
    font-size: 20px;
    height: 66px;
    background-color: #874F95;
    border: 1px solid #051D56;
    border-radius: 13px;
    color: #fff;
}

.button-home:focus {
    background-color: #5e3768;
    outline: 0;
    box-shadow: none;
}

.button-home:hover {
    background-color: #5e3768;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.button-sub {
    font-weight: 700;
    font-size: 20px;
    height: 53px;
    background-color: #874F95;
    border: 1px solid #051D56;
    border-radius: 5px;
    color: #fff;
}

.button-sub:focus {
    background-color: #5e3768;
    outline: 0;
    box-shadow: none;
}

.button-sub:hover {
    background-color: #5e3768;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.button-file {
    font-weight: 700;
    font-size: 16px;
    height: 45px;
    background-color: #fff;
    border: 2px solid rgba(5, 29, 86, 0.2);
    border-radius: 5px;
    color: #4B4683;
}

.button-file:focus {
    background-color: #4B4683;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.button-file:hover {
    background-color: #4B4683;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.button-later {
    font-weight: 700;
    font-size: 20px;
    height: 53px;
    background-color: transparent;
    border: 2px solid #874F95;
    border-radius: 5px;
    color: #874F95;
}

.button-later:focus {
    background-color: #874F95;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.button-later:hover {
    background-color: #874F95;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.footerOfArea {
    bottom: 0px;
}

ol {
    font-size: 18px;
    font-weight: 500;
    color: #2C2855;
}

.headerArea {
    padding-bottom: 20px;
}

.hireNormal {
    text-align: center;
    border: 1px solid rgba(5, 29, 86, 0.5) !important;
    border-radius: 5px !important;
}

.hireActive {
    text-align: center;
    background: rgba(144, 73, 153, 0.1) !important;
    border-radius: 5px !important;
}

.hireLine-1 {
    color: #222943 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.hireLine-2 {
    color: #4B4683 !important;
    font-size: 12px !important;
}

.hireLine-3 {
    color: #4B4683 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 100px !important;
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 100px!important;
}
input#phone {
    padding-left: 110px!important;
}
#phone_label{
    margin-left: 110px !important;
    position: absolute;
    padding: 0 5px !important;
    background: #ffffff;
}

#saveDeposit {
    color: #fff!important;
    font-size: 20px!important;
    margin: 0!important;
    padding: 0 15px !important;
    cursor: pointer!important;
    font-weight: 900!important;
    background-color: #874F95 !important;
    border: 1px solid #051D56 !important;
}

/*# sourceMappingURL=style.css.map */
