@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.navbar-custom {
    height: 90px;
    display: flex;
    align-items: center;
}

body {
    font-family: 'Inter', sans-serif !important;
}

.hidden {
    display: none !important;
}

.medium {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

.semibold {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
}

.bold {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
}

.btn-primary {
    background-color: #2f5bcf !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #2f5bcf !important;
}

.text-primary {
    color: #2f5bcf !important;
}

.content-page {
    background-color: #f5f6fa !important;
}

::placeholder {
    color: #999
}

.select2-container .select2-selection--single {
    background-color: #f8fafc !important;
    color: #333333;
    border: 1px solid #D0D5DD !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #9a9a9a transparent transparent transparent !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #2f5bcf;
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #333333
}

.select2-container .select2-selection--multiple {
    background-color: #f8fafc !important;
    color: #333333;
    display: flex;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 3px;
    margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 30px;
}

.select2-search__field::placeholder {
    font-family: "Inter", sans-serif;
    color: #999
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #2f5bcf;
    padding-left: 20px;
}

.primary-text {
    color: #2f5bcf !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #2f5bcf;
}



.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 35px !important;
    margin-right: 40px !important;
}

.page-item.active .page-link {
    background-color: var(--black);
}

h4 {
    font-weight: 700;
}

.card-box-no-pd {
    background-color: #fff;
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    margin-bottom: 24px;
    border-radius: 12px;
}

.card-box {
    border-radius: 12px !important;
}

.page-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title-gray {
    background-color: #F8FAFC;
    font-size: 1.25rem;
    margin: 0;
    line-height: 75px;
    color: #323a46;
    padding: 20px 50px;
}

.muted-text-sm {
    color: #B8BCCA;
    font-size: 12px;
}

.detail-group>p {
    color: #333333;
    font-size: 16px;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.required {
    color: red;
    /* or any other color you prefer */
    margin-left: 2px;
    /* Adjust spacing as needed */
    font-weight: bolder;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-14 {
    font-size: 14px !important;
}

.p-20 {
    padding: 20px;
}

.p-50 {
    padding: 50px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mtb-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.dark-p {
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.form-group {
    margin-bottom: 0;
}

.vti__dropdown {
    padding: 0 !important;
}

.vti__flag.ng {
    margin-right: 10px;
}

.vti__input {
    background-color: #f8fafc !important;
}

.form-control {
    font-family: "Inter", sans-serif;
    background-color: #f8fafc !important;
    border: 1px solid #D0D5DD !important;
    color: #333333 !important;
    padding: 10px;
}

.label {
    font-weight: 400;
    font-size: 14px;
}

.vue-tel-input {
    border: 1px solid #D0D5DD !important;
}

.error .select2-container .select2-selection--single {
    border-color: #f1556c !important;
}

.error .select2-container .select2-selection--multiple {
    border-color: #f1556c !important;
}

/* Left Side Menu Styles */
/* .left-side-menu {
    background-color: var(--primary-blue) !important;
} */

#sidebar-menu>ul>li>a {
    color: rgba(255, 255, 255, 0.8);
}

#sidebar-menu>ul>li>a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

#sidebar-menu>ul>li>a.active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}

#sidebar-menu>ul>li>a.active i,
#sidebar-menu>ul>li>a.active svg {
    color: #ffffff;
}

#sidebar-menu>ul>li>a i,
#sidebar-menu>ul>li>a svg {
    color: rgba(255, 255, 255, 0.8);
}

#sidebar-menu .menu-title {
    color: rgba(255, 255, 255, 0.6);
}

.nav-second-level li a,
.nav-thrid-level li a {
    color: rgba(255, 255, 255, 0.7);
}

.nav-second-level li a:hover,
.nav-thrid-level li a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-second-level li.active>a,
.nav-thrid-level li.active>a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}

.menuitem-active>a {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.2);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1 !important;
}