:root {
    --ct-primary-rgb: 10, 1, 46, 1;
    --ct-primary: #0A012E;
    --ct-btn-bg:#0A012E !important;
    --ct-dark-rgb:10, 1, 46, 1;
    --ct-link-hover-color:#0A012E !important;
    --ct-topbar-item-hover-color:#0A012E!important;

    /* link color  */
    --ct-link-color-rgb:10, 1, 46, 1;
    --ct-link-hover-color-rgb: #0A012E;

    --ct-menu-item-color:#C8A122 !important;


}


html[data-bs-theme=light]{
    --ct-menu-bg:#0A012E !important;
}
.btn-primary, .btn-info{
    --ct-btn-bg:#0A012E ;
    --ct-btn-border-color:#0A012E;
    --ct-btn-hover-bg:#0A012E;

    --ct-btn-hover-border-color: #0A012E;
    --ct-btn-active-bg:#0A012E;
}

.nav-pills{
    --ct-nav-pills-link-active-bg: #0A012E!important;
}

.active>.page-link, .page-link.active{
    --ct-pagination-active-bg:#0A012E !important;
    --ct-pagination-active-border-color:#0A012E !important;
}
.paginate_button:hover, .paginate_button:active{
    background: transparent !important;
    border-color:transparent !important;
    box-shadow:none !important;    
}

.form-check-input:checked{
    background-color: #0A012E !important;
    border-color: #0A012E !important;
}


.logo-lg img{
    width:150px !important;
    height:100px !important;
}