.auth-full-page-content {
    background-color: #f7fafc;
}

.form-control {
    border: 1px solid #00bcd4;
}

.btn-primary {
    color: #fff;
    background-color: #4caf50;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #388e3c;
    border: none;
    transform: scale(1.05);
}

.text-muted {
    color: #0277bd !important;
}

p {
    color: #2e7d32;
}

.auth-full-bg .bg-overlay {
    background: url(../images/nyear.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* ADMIN DASHBOARD */

/* .page-content {
    background-color: #f9f5e4;
}

.col-xl-2 .card-body {
    background-color: rgba(255, 255, 255, 0.9);
    border: 3px solid #ffcc00;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-xl-2 .card-body:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px rgba(255, 204, 0, 0.8);
}

.col-xl-2 .card-body p {
    color: #0277bd !important;
}

.col-xl-2 .card-body h5 {
    color: black !important;
}

.col-md-3 .card-body {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid #ffcc00;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-md-3 .card-body:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px rgba(255, 204, 0, 0.8);
}

.col-md-3 .card-body p {
    color: black !important;
}

.col-md-3 .card-body h4 {
    color: #0277bd !important;
}

.text-muted {
    color: #0277bd !important;
}

.card-body {
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid #ffcc00;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-body:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px rgba(255, 204, 0, 0.8);
}

.metismenu {
    background: linear-gradient(180deg,#007f5f,#004d40);
}

#sidebar-menu {
    background: linear-gradient(180deg,#007f5f,#004d40);
}

.navbar-brand-box {
    background: linear-gradient(180deg,#007f5f,#004d40) !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover >  a {
    background: linear-gradient(180deg,#007f5f,#004d40) !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
    background: linear-gradient(180deg,#007f5f,#004d40) !important;
}

#sidebar-menu ul li a {
    color: #ffcc00 !important;
    transition: color 0.3s ease-in-out;
}

#sidebar-menu ul li a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #ffcc00, 0 0 20px #ff6600;
}


.menu-title {
    background: linear-gradient(45deg, #ffcc00, #ff6699);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sidebar-menu ul li a i {
    background: linear-gradient(45deg, #ffcc00, #ff6699);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sidebar-menu ui li ul .sub-menu li a {
    background: linear-gradient(45deg, #ffcc00, #ff6699);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-topbar {
    background: linear-gradient(45deg, #ffcc00,#ff6699);
    transition: all 0.4s ease-in-out;
}

#page-topbar:hover {
    background: linear-gradient(45deg,#ffcc00,#ff6600);
    transform: rotate(1deg);
}



.position-relative {
    background: #fff7d6;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ffcc00;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.app-search .form-control {
    border: none;
    outline: none;
    font-size: 12px;
    padding: 5px;
    width: 200px;
}

.input-group {
    background: white;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ffcc00;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form-control {
    border: none;
    outline: none;
    font-size: 12px;
    padding: 5px;
    width: 200px;
}

.btn-primary {
    background-color: #ffcc00;
    border: none;
} */