@charset "UTF-8";
/* tab */
.nav {
    --bs-nav-link-color: #133C8B;
    --bs-nav-link-hover-color: #F37032;
}

.nav>li>a:hover {
	color: #F37032;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 500;
}

.nav-pills>li.active>a {
	background-color: #133C8B !important;
}

/*datatable*/
.table-region {
    padding: 1rem;
    border-radius: 6px;
    box-shadow: 0px 4px 12px rgb(0, 0, 0, 6%);
    border: 1px solid #dee2e6;
}

.tfoot-custom th,
.thead-custom th {
    color: #133C8B;
}

.page-link {
    color: #133C8B;
}

.active>.page-link,
.page-link.active {
    background-color: #133C8B;
    border-color: #133C8B;
}

/* table regis-btn */
.datatable-register-domain-btn {
    padding: 0.5rem 1rem;
    border: none;
    background: linear-gradient(120deg, rgba(223, 54, 42, 1) 0%, rgba(227, 67, 44, 1) 24%, rgba(242, 110, 50, 1) 100%);
    font-size: small;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
}

.datatable-register-domain-btn:hover {
    background: #133C8B;
}

.pagination>.active>a {
	background: #133C8B;
}
