body {
    margin: 0;
    font-family: 'Noto Sans Khmer', sans-serif !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 0 16px 0;
    font-family: 'Noto Sans Khmer';
    color: hsl(var(--heading-color));
    line-height: 1.2;
    font-weight: 700;
}
.common-tab .nav-item .nav-link.active {
    color: #1432cb;
    background-color: #1432cb08;
    border-color: #1432cb;
}
.common-tab .nav-item .nav-link:hover {
    color: #1432cb;
    border-color: #1432cb;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    transition: transform .3s ease-in-out;
    transform: translateX(-100%);
}

.sidebar.open {
    transform: translateX(0);
}

.color-rean {
    color: #1432cb !important;
}
.bg-rean {
    background: #1432cb;
}
.sidebar-menu__link:hover {
    color: #1432cb !important;
    background-color: #1432cb0f !important;
}
a:hover {
    color: #1432cb !important;
}
.active-item {
    background-color: #1432cb0f !important;
    color: #1432cb !important;
}
.btn-hover:hover {
    background-color: #1432cb !important;
    opacity: 0.9;
    transition: 0.2s ease-in-out;
}
.modal-backdrop-custom {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    z-index: 9999;
}
.modal-custom {
    width: 800px;
    max-height: 90vh;
    border-radius: 16px;
    padding: 20px;
}
.sidebar-menu__link {
    padding: 8px 16px;
    border-radius: 8px;
    color: var(--gray-300);
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
}
.form-check-input:checked {
    background-color: #1432cb;
    border-color: #1432cb;
}
.modal-custom-user {
    max-height: 90vh;
    border-radius: 16px;
    padding: 20px;
    width: 600px;
}

.dashboard-main-wrapper {
    background-color: #1432cb08 !important;
}
.bg-search {
    background-color: #1432cb08 !important;
}

.btn-outline-main {
    background-color: transparent !important;
    border-color: #1432cb !important;
    color: #1432cb !important;
}

.btn-outline-main:hover {
    background-color: #1432cb  !important;
    border-color: #1432cb  !important;
    color: hsl(var(--white)) !important;
}
.modal-custom-course {
    /* max-height: 90vh; */
    border-radius: 16px;
    padding: 20px;
    width: 1400px;
}
.step-list__item {
    background-color: #1432cb !important;
    clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%, 6% 47%);
    color: white !important;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-list__item_new {
    background-color: #1432cb08 !important;
    clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%, 6% 47%);
    color: #000 !important;
}

.step-list__item .line {
    flex: 1; 
    height: 1px;
    background: #fff; 
    position: relative;
}

.step-list__item .line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff; 
}

.step-list__item_new .line {
    flex: 1; 
    height: 1px;
    background: #1432cb; 
    position: relative;
}

.step-list__item_new .line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #1432cb;
}
.step-list__item.active {
    color: #fff!important;
}
.step-list__item.active .line::before {
    background-color: #fff;
}
.step-list__item.active .icon {
    color: #fff;
}
.course-item__button:hover span, .course-item__button.active span {
    color: #1432cb !important;
}
.taf-logo img {
    width: 60%;
}
.setting-profile {
    position: relative;
    margin-top: 20px;
}
.btn {
    font-family: unset;
}

.pagination .page-item.active .page-link {
    border-color: #1432cb;
    background-color: #1432cb08;
    color: #1432cb;
}
.slide-feature {
    flex-shrink: 0;
}
.pdf-container {
    position: 'relative';
    height: '600px';
    background-color: '#525659';
}

.tooltip-inner {
    background-color: #051C47; /* dark blue */
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.modal-backdrop-custom-delete {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    z-index: 9999;
}

@keyframes modalIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-modal {
    animation: modalIn 0.25s ease-out;
}


@media screen and (min-width: 1200px) {
    .sidebar {
      transform: none !important; 
    }
}
