.admin-navbar{
    background: #4b49ac;
}

.admin-navbar .nav-item .nav-link {
    font-weight: 500;
    color: white;
} 
.admin-navbar .nav-item .nav-link.active {
    color: #FFAA33;
    font-weight: 500;
} 
.admin-navbar .nav-item .nav-link:hover {
    color: #FFAA33;
}

.nav-tabs .nav-item .nav-link {
    font-weight: 500;
    color: white;
} 
.nav-tabs .nav-item .nav-link.active {
    color: #FFAA33;
}
.nav-tabs .nav-item .nav-link:hover {
    color: #FFAA33;
}

.table thead tr th{
    background: #4b49ac !important;
    color: white;
}

.btn-submit{
    background: #FFAA33 !important;
    color: white !important;
    border : none !important;
    border-radius: 5px !important;
}

.dt-search{
    /* width: 50%; */
    margin-bottom: 10px;
}

.active>.page-link, .page-link.active{
    background-color: #FFAA33;
    border-color: #FFAA33;
}

/* Login */
.register-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 0 20px;
}

.register-card {
    /* background: #FFAA33; */
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.header-section {
    background: #4b49ac;
    padding: 40px 30px 30px;
    text-align: center;
    color: white;
    position: relative;
}

/*.logo-container {*/
/*    background: #FFAA33;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 50%;*/
/*    margin: 0 auto 15px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
/*}*/

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #667eea;
}

.version-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
}

.form-section {
    padding: 40px 30px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
}

.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    background: white;
}

.form-control::placeholder {
    color: #999;
    font-weight: 400;
}

.btn-register {
    background: #FFAA33;
    border: none;
    border-radius: 25px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-register:hover {
    background: #4b49ac;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 180, 216, 0.3);
    color: #FFAA33;
}

.btn-toggle{
	background: #FFAA33;
	border: 2px solid #0d6efd;
	color: #0d6efd;
}
.btn-toggle.active{
	background: #0d6efd;
	border: 2px solid #0d6efd;
	color: #FFAA33;
}
.btn-toggle:hover{
	background: #0d6efd;
	border: 2px solid v#0d6efd;
	color: #FFAA33;
}

.terms-section {
    margin-top: 20px;
    text-align: center;
}

.form-check-input {
    border-radius: 4px;
    border: 2px solid #ddd;
}

.form-check-input:checked {
    background-color: #667eea;
    border-color: #667eea;
}

.form-check-label {
    font-size: 13px;
    color: #666;
}

.terms-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.terms-link:hover {
    color: #764ba2;
}

.back-arrow {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFAA33;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.back-arrow:hover {
    transform: translateX(-3px);
    color: #FFAA33;
}

@media (max-width: 480px) {
    .register-container {
        margin: 20px auto;
        padding: 0 15px;
    }
    
    .form-section {
        padding: 30px 25px;
    }
    
    .header-section {
        padding: 35px 25px 25px;
    }
}





/* /////////////////////////////////// Navbar and sidebar ////////////////////////////// */
/* .navbar-color{	     
	background:var(--color-default);
		
}
.main-sidebar .close {
    position: absolute;
    top: 0;
    left: 5px;
    transition: all 200ms;
    font-size: 30px;
    text-decoration: none;
    color: var(--color-default);
	cursor: pointer;
	display: none;
}
@media (max-width: 767px) {
	.offcanvas-md.offcanvas-start {
		width:fit-content;
	}
	.input-search{
		width: 250px !important;
	}
	.main-sidebar .navbar-brand img{
		display: none;
	}
	.main-sidebar .close {
		display: block;
	}
	.mynav li a.active, .mynav li a:hover {
		color: var(--color-primary) !important;
	}
	.main-content{
		padding: 0px;
	}
} */


.card-header{
    background: #4b49ac;
}


.btn-add {
    background: #4b49ac;
    border: none;
    border-radius: 25px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #FFAA33;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-add:hover {
    background: #4b49ac;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 180, 216, 0.3);
    color: #FFAA33;
}