body {
    background: #EEF1F5;
    font-family: 'Montserrat', sans-serif;
    color: #222D40;
    font-size: 14px;
    min-height: 100vh;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

.navbar {
    font-size: 14px;
    font-weight: 500;
}

.navbar a {
    color: rgba(17, 24, 39, .6);
}

.navbar a img {
    opacity: .6;
}

.navbar a:hover img {
    opacity: 1;
}

.navbar a:hover {
    color: #FD6500;
}

.navbar a.active {
    color: rgba(17, 24, 39, 1);
}

a.navbar-brand img {
    opacity: 1 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.shadow {
    box-shadow: 0 3px 6px rgba(000, 000, 000, .16) !important;
}

.bg-orange {
    background: #FD6500;
}

.bg-dark-blue {
    background: #222D40;
}

.bg-blue-gradient {
    background: linear-gradient(to bottom, #455678, #7887A0);
}

.bg-success {
    background: #F7FEF9 !important;
}

.text-orange {
    color: #FD6500;
}

.text-dark-blue {
    color: #222D40;
}

.orange-icon {
    filter: brightness(0) saturate(100%) invert(48%) sepia(100%) saturate(3019%) hue-rotate(336deg);
}

.white-icon {
    filter: saturate(0), brightness(1);
}

.btn {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
    border: 0px;
    max-height: 55px;
    font-weight: 500;
}

.btn-arrow {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
    border: 0px;
    max-height: 55px;
    font-weight: 500;
}

.btn-arrow.bg-orange {
    color: white !important;
    text-decoration: none;
    border-radius: 8px;
}

.btn-arrow.bg-orange:hover {
    background: #FF7C24;
}

.btn-arrow::after {
    content: "";
    background-image: url("../img/arrow-icon.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    /* adjust the size to your needs */
    width: 20px;
    /* adjust the size to your needs */
    height: 20px;
    /* adjust the size to your needs */
    display: inline-block;
    margin-left: 15px;
    /* adjust the spacing to your needs */
    position: relative;
    top: 5px;
}

.btn-arrow-form {
    padding-top: 13px !important;
}

/* */

.btn-arrow-prev {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
    border: 0px;
    max-height: 55px;
    font-weight: 500;
}

.btn-arrow-prev.bg-orange {
    color: white !important;
    text-decoration: none;
    border-radius: 8px;
}

.btn-arrow-prev.bg-orange:hover {
    background: #FF7C24;
}

.btn-arrow-prev::before {
    content: "";
    background-image: url("../img/arrow-icon.svg");
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    /* adjust the size to your needs */
    width: 20px;
    /* adjust the size to your needs */
    height: 20px;
    /* adjust the size to your needs */
    display: inline-block;
    margin-right: 15px;
    /* adjust the spacing to your needs */
    position: relative;
    top: 5px;
}

.btn-small {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border: 0px;
}

.btn-small.bg-orange:hover {
    background: #FF7C24;
}

.no-btn {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border: 1px solid #E36262 !important;
    color: #E36262 !important;
}

.no-btn:hover {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    background-color: #E36262 !important;
    border: 1px solid #E36262 !important;
    color: #fff !important;
}

.yes-btn {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border: 1px solid #40B868 !important;
    color: #40B868 !important;
}

.yes-btn:hover {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    background-color: #40B868 !important;
    border: 1px solid #40B868 !important;
    color: #fff !important;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check:checked+.yes-btn {
    color: white !important;
    background-color: #40B868 !important;
    border-color: #40B868 !important;
}

.btn-check:checked+.no-btn {
    color: white !important;
    background-color: #E36262 !important;
    border-color: #E36262 !important;
}

.btn-small.bg-orange.show {
    background: #FF7C24;
}

.btn.bg-orange {
    color: white !important;
}

.btn.bg-orange:hover {
    background: #FF7C24;
}

.btn.bg-orange.show {
    background: #FF7C24;
}

.btn-small:hover {
    background: #FF7C24;
    color: white !important;
    border-color: transparent !important;
}

.btn-delete:hover {
    background: #E36262;
    color: white !important;
    border-color: transparent !important;
}

a.navbar-brand {
    color: #222D40;
}

input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: 1px solid #E3E3E3;
}

::placeholder {
    color: #B0B0B0 !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #222d40;
    outline: 0;
    box-shadow: none;
}

.card {
    border: 0;
    border-radius: 16px;
}

table td:first-child {
    padding-left: 30px;
}

table td:last-child {
    padding-right: 30px;
}

table th:first-child {
    padding-left: 30px;
}

table th:last-child {
    padding-right: 30px;
}

table tr:nth-child(even) {
    background-color: #F9F9F9;
}

tr {
    border: 0px;
}

td {
    border: 0px;
    vertical-align: middle !important;
}

th,
thead {
    border: 0px;
}

thead {
    border-bottom: 1px solid rgba(000, 000, 000, .16);
}

.page-link:focus {
    z-index: 3;
    color: inherit;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination a {
    color: inherit;
}

.pagination a:hover {
    color: #FD6500;
    background-color: transparent;
}

.page-item.page-link a.active {
    color: #FD6500;
}

.page-next a img {
    width: 20px !important;
    height: auto;
    object-fit: contain;
    filter: invert(1);
}

.page-previous a img {
    width: 20px !important;
    height: auto;
    object-fit: contain;
    filter: invert(1);
    transform: rotate(180deg) !important;
}

.page-item.page-previous a:hover,
.page-item.page-next a:hover {
    filter: brightness(0) saturate(100%) invert(48%) sepia(100%) saturate(3019%) hue-rotate(336deg);
}

li.breadcrumb-item a {
    color: #FD6500;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #FD6500;
    content: var(--bs-breadcrumb-divider, "/");
}

.progress-bar {
    background-color: #FD6500;
}

.white-icon {
    filter: grayscale(1) brightness(100);
}

.move-top {
    position: relative;
    top: 3px;
}

.move-bottom {
    position: relative;
    bottom: 3px;
}

.invert {
    filter: invert(1);
}

a.active img {
    opacity: 1 !important;
}

.rounded-16 {
    border-radius: 16px;
}

.rounded-8 {
    border-radius: 8px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}