.txt-color {
    color: #0072BC;
}

.btn-submit, .btn-continue, .btn-step-attdoc {
    background: #0072BC;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    color: #FFFFFF;
}
.btn-submit:hover, .btn-continue:hover{
    color: #FFFFFF;
}
.btn-cancel {
    background: #ffffff;
    border: 1px solid #0072BC;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    color: #0072BC;
}

.btn-cancel:hover {
    color: #0072BC;
}

.form-input {
    background: #f8f8f8 !important;
    border-radius: 11px !important;
}

.txt-highlight {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #e02020;
}

.append-modal {
    background: #ffffff;
    border-radius: 10px;
}

.txt-grey {
    color: #636363;
}

.txt-or {
    color: #f5802a;
}

.check-or {
    border: 4px solid #f05c23;
}

.form-check-input {
    background-color: #cccccc54 !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 3px #f8f9fa !important;
    border-radius: 32.25em !important;
}

.form-check-input:checked {
    background-color: #0072BC !important;
}

.form-check-input:focus {
    box-shadow: inset 0 0 0 3px rgb(250, 250, 250), 0 0 3px 1px #0072BC !important;
    border-color: #0072BC !important;
    outline: none !important;
}

.check-installment:checked[type="radio"] {
    background-color: #0072BC !important;
    background-image: none;
    box-shadow: inset 0 0 0 3px #f8f9fa;
}

.txt-15 {
    font-size: 15px;
}

.confirm-check[type="checkbox"], .confirm-check[type="radio"] {
    width: 20px;
    height: 20px;
    background-color: none !important;
    border-color: #0072BC !important;
    box-shadow: inset 0 0 0 3px #f8f9fa !important;
    border-radius: 32.25em !important;
    /* margin-top: 0.25em !important; */
    vertical-align: top !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
    padding: 10px;
}

.confirm-check[type="checkbox"]:focus, .confirm-check[type="radio"]:focus  {
    box-shadow: inset 0 0 0 1px rgb(250, 250, 250), 0 0 3px 1px #0072BC !important;
    border-color: #0072BC !important;
    outline: none !important;
}

.confirm-check[type="checkbox"]:checked, .confirm-check[type="radio"]:checked {
    background-color: #0072BC !important;
    color: #0072BC !important;
    border-color: #0072BC !important;
    box-shadow: inset 0 0 0 3px #f8f9fa !important;
}

.txt-red {
    color: #e02020 !important;
}

/* input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
} */

.btn-sub {
    background: #0072BC;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
}

.btn-history {
    background: #f57f29;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
}

.card-history {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

hr {
    border: solid #E3E3E3 1px;
}

.fs-12 {
    font-size: 2.95vw;
    list-style: 24px;
}
.fs-14 {
    font-size: 3.5vw;
    line-height: 24px;
}

.fs-15 {
    font-size: 0.75rem;
}

.fs-3vw {
    font-size: 3.97vw;
}
.form-check {
    margin-left: 10px;
}
.ml-0 {
    margin-left: 0 !important;
}

label.form-check-label {
    font-weight: 300;
}

.btn-violet-2 {
    background: #0072BC;
    border-radius: 10px;
    border-style: none !important;
}

.btn-violet-3 {
    background: #0072BC;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    border-style: none !important;
}

.ms-6 {
    margin-left: 5.5rem !important;
}


.custom-radios div {
    display: inline-block;
}
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.custom-radios input[type="radio"] + label {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;

    border: 2px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}
ul{
    padding-left: 1.75rem;
}