
*,
*::before,
*::after {
  box-sizing: border-box;
}
a {color: #2fe3ff;}
a:hover {text-decoration: none; color: #02e8ff;}
.bg-gradient-primary {
    background-color: #1ae3ed  !important;
    background-image:linear-gradient(180deg, #271a61  10%, #392C70  100%) !important;
    background-size: cover;
}
.sidebar-dark .sidebar-heading {
    color: #fff !important;
}
.sidebar-dark .nav-item .nav-link i {
    color: #fff !important;
}
.btn-success, .btn-primary, .page-item.active .page-link {
    color: #fff;
    background-color: #392C70  !important;
    border-color: #392C70  !important;
}

.scroll-to-top{background:#18bef3  !important;}
.scroll-to-top:hover{background:#18bef3 !important; }
.login_marwar:before{background-color: #18bef3  !important;
    background-image:linear-gradient(180deg, #18bef3  10%, #392C70  100%) !important;}