html,
body {
    font-size: 16px !important;
    background-color: #ffffff !important;
}

/* Import Rubik Riyal Regular Font */
@font-face {
    font-family: "RubikRiyalRegular";
    src:
        url("../plugins/global/fonts/Rubik-riyal-Regular.ttf") format("truetype"),
        url("../plugins/global/fonts/Rubik-riyal-Regular.woff") format("woff"),
        url("../plugins/global/fonts/Rubik-Regular.woff2") format("woff2");
    /* url('../plugins/global/fonts/saudi_riyal.ttf') format() */

    font-weight: normal;
    font-style: normal;
    /* font-display: swap; */
    /* -webkit-font-smoothing: antialiased; */
    /* -moz-osx-font-smoothing: grayscale; */
}

.rubik-riyal {
    font-family: "RubikRiyalRegular", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    direction: rtl;
    unicode-bidi: embed;
}

/* @font-face {
    font-family: "RecaIcons";
    src: url("../plugins/global/fonts/recaicons/fonts/recaicons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.re {
    font-family: "RecaIcons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.fs-18px {
    font-size: 18px;
}
.fs-14px {
    font-size: 14px;
}
.fs-12px {
    font-size: 12px !important;
}
a,
button,
span,
p,
.btn {
    font-size: 14px;
}
a {
    color: #0a4c80;
}
footer ul {
    padding: 0px !important;
}
.iti {
    width: 100%;
}
.iti__selected-flag {
    font-size: 12px;
}
.rounded-12px {
    border-radius: 12px;
}
.text-truncate-1line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    contain: content;
}

.text-truncate-2lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    contain: content;
}
.text-truncate-3lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    contain: content;
}

.bg-linear-gradient {
    background: linear-gradient(180deg, white 0%, #f5f5ff 17%, #f5f5ff 73%, white 100%);
}
.bg-linear-gradient-2 {
    background: linear-gradient(180deg, white 0%, #eeeeff 17%, #eeeeff 73%, white 100%);
}

.bg-linear-gradient-3 {
    background: linear-gradient(90deg, white 0%, #f5f5ff 17%, #f5f5ff 73%, white 100%);
}
.bg-linear-gradient-4 {
    background: linear-gradient(90deg, white 0%, #f5f5ff 100%);
}
.rotate-180 {
    transform: rotate(180deg);
}

.scroll-bar-none {
    scrollbar-width: none;
}
.box-shadow-1 {
    box-shadow: -10px 4px 14px #f3f3ff !important;
}
.btn-glassy-corners {
    padding: 10px 30px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(132deg, #0369b8 0%, #0a4c80 20%, #0a4c80 76%, #0369b8 100%);
    color: white;
    transition: all 0.3s ease;
    vertical-align: middle;
    line-height: 1.5;
    position: relative;
}

.btn-glassy-corners:hover,
.btn-glassy-corners:active {
    filter: brightness(1.1) saturate(1.1);
    box-shadow: 0 4px 12px rgba(10, 76, 128, 0.3);
}

.btn-white {
    background-color: white;
    color: #0a4c80;
    border-radius: 12px;
    box-shadow: 0px 4px 14px #e3e3f2;
    border: 1px #e9edf8 solid;
    padding: 12px;
}

.card-animation {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
}

.card-animation:hover {
    box-shadow: -4px 14px 24px #eeeefb;
}

.card-content {
    opacity: 1;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.card-animation .btn-container {
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.card-animation:hover .btn-container {
    opacity: 1;
    transform: translateY(0);
}

.transparent-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.shadow-1 {
    box-shadow: 0px 4px 14px rgba(65.33, 81.25, 187.69, 0.24);
}
/* Theme Override start */

/* Pagination links start */
.page-item .page-link {
    font-size: 12px;
}
.page-link {
    color: #000;
    box-shadow: 0px 4px 14px #e3e3f2;
    background-color: var(--bs-white);
    border: 1px solid #e9edf8;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.page-link.active,
.active > .page-link {
    border: rgb(199, 199, 199) 1px solid;
    background-color: #f3f3ff;
    /* color: #5265E4; */
    /* border-color: var(--bs-pagination-active-border-color); */
}
.page-item.active .page-link {
    color: #5265e4;
    /* color: var(--bs-gray-200); */
}
.page-link:hover {
    /* color: var(--bs-gray-200); */
    background-color: var(--bs-gray-300);
    /* border-color: var(--bs-pagination-hover-border-color); */
}
/* Pagination links end */
.page-item:last-child .page-link {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.page-item:first-child .page-link {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.form-check-input:checked {
    background-color: #0a4c80;
    border-color: #0a4c80;
}

.select2-selection__placeholder {
    font-size: 12px;
}

@media (max-width: 991.98px) {
    html,
    body {
        font-size: 12px !important;
    }
    .fs-18px {
        font-size: 16px;
    }
    .fs-14px {
        font-size: 12px;
    }
    .fs-md-14px {
        font-size: 14px;
    }
}
@media screen and (min-width: 1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
    .fs-md-14px {
        font-size: 14px;
    }
}
@media screen and (min-width: 1352px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1256px;
    }
}
