.landing-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 5rem;
    line-height: 6.063rem;
    letter-spacing: 0.16em;
    color: #FFFFFF;
}

.landing-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.438rem;
    text-align: center;
    color: #FFFFFF;
}

.landing-p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.688rem;
    text-align: center;
    color: #FEFEFE;
}

hr.divider-primary {
    height: 0.5rem;
    max-width: 8rem;
    margin: 1.5rem auto;
    background-color: var(--bs-primary);
    opacity: 1;
    border-radius: 0.5rem;
}

hr.divider-white {
    height: 0.5rem;
    max-width: 8rem;
    margin: 1.5rem auto;
    background-color: #fff;
    opacity: 1;
    border-radius: 0.5rem;
}

.btn-landing {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.438rem;
    text-align: center;
    color: #FEFEFE;
}

.border-radius-8 {
    border-radius: 0.5rem;
}

.fw-600 {
    font-weight: 600;
}

.fsize-80px {
    font-size: 5rem;
}

.fsize-72px {
    font-size: 72px;
}

.fsize-48px {
    font-size: 3rem;
}

.fsize-32px {
    font-size: 2rem;
}

.fsize-24px {
    font-size: 24px;
}

.fsize-22px {
    font-size: 1.375rem;
}

.fsize-18px {
    font-size: 1.125rem;
}

.fsize-16px {
    font-size: 1rem;
}

.lh-97px {
    line-height: 6.063rem;
}

.lh-87px {
    line-height: 87px;
}

.lh-58px {
    line-height: 3.625rem;
}

.lh-39PX {
    line-height: 39PX;
}

.lh-38px {
    line-height: 38px;
}

.lh-29px {
    line-height: 29px;
}

.lh-27px {
    line-height: 1.688rem;
}

.lh-20px {
    line-height: 1.25rem;
}

.lh-19px {
    line-height: 1.188rem;
}

.accordion .accordion-button {
    color: #010101;
    font-size: 1.375rem;
    line-height: 1.688rem;
}

.accordion i.bi {
    color: var(--bs-primary);
}

.accordion .accordion-body {
    color: #010101;
    font-size: 1.125rem;
    line-height: 1.25rem;
}

.accordion-button:not(.collapsed) {
    background-color: #F5F6F8;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: none;
}

.accordion-item {
    background-color: #F5F6F8;
    border: 1px solid #6F7887;
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.icon-medsos {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    gap: 10px;
}

.icon-medsos label {
    background: #2A4B8D;
    border-radius: 50px;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#mainNav>div>button.btn.btn-header {
    background: white !important;
    color: var(--bs-primary) !important;
    border-radius: 8px;
    padding: 10px;
    font-size: 1.375rem;
    line-height: 1.688rem;
    margin-left: 4.375rem;
}

.navbar-shrink#mainNav>div>button.btn.btn-header {
    background: var(--bs-primary) !important;
    color: white !important;
    border-radius: 8px;
    padding: 10px;
    font-size: 1.375rem;
    line-height: 1.688rem;
    margin-left: 4.375rem;
}

.col-button {
    border-bottom: 2px solid #E6E9EF;
    border-radius: 20px;
}

.col-button button {
    height: 74px;
    width: 216.67px;
    border: 2px solid #E6E9EF;
}

.table-custom {
    width: 100%;
}

.table-custom thead {
    background: #2A4B8D;
    color: #FEFEFE;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    height: 74px;
    vertical-align: middle;
}

.table-custom tbody {
    height: 74px;
    vertical-align: middle;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #404852;
}

.table-custom tbody td {
    border-width: 1px;
    border-style: solid;
    border-color: #E6E9EF;
    text-align: center;
}

.custom-badge {
    background: #F5F6F8;
    border: 1px solid #E6E9EF;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #010101;
}

.custom-badge i {
    color: #2A4B8D;
}

.text-dark-1 {
    color: #010101;
}

.text-gray-1 {
    color: #6F7887;
}

.text-decoration-none {
    text-decoration: none;
}

.pagination-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin-right: 5px;
}

.pagination a {
    width: 50px;
    display: block;
    text-decoration: none;
    padding: 8px 0px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
}

a.prev-data {
    width: 80px;
}

a.next-data {
    width: 60px;
}

.pagination a:hover {
    background-color: #ddd;
}

.pagination .active {
    background-color: #2A4B8D;
    border-radius: 6px;
}

.pagination .active a {
    color: #FFFFFF;
}

.pagination .active a:hover {
    color: #010101;
}