
*, 
body{
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.header-navbar {
    box-shadow: 0 4px 10px 0px #638dcf17;
}
.sidebar {
    background-image: linear-gradient(85deg, #A35399 , #6F8ACF, #3C97D1);
    z-index: 9;
    width: 17%;
}
.sidebar-navbar .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: white;
    border-radius: 8px;
    padding: 15px 15px;
}
.sidebar-navbar .nav-link i {
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.sidebar-navbar .nav-link:focus {
    color: #3C97D1;
    background-color: white;
    border-radius: 8px;
}
.sidebar-navbar .nav-link:focus i {
    color: #3C97D1;
    background-color: white;
    border-radius: 8px;
}
.sidebar-navbar .nav-link:hover {
    color: #3C97D1;
    background-color: white;
    border-radius: 8px;
}
.sidebar-navbar .nav-link:hover i {
    color: #3C97D1;
    background-color: white;
    border-radius: 8px;
}
.header-navbar {
    z-index: 8;
    width: 84%;
}
.header-heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.lights-fix {
    position: fixed;
    bottom: 0;
    width: 17%;
}
.light-form {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 8px;
}
.light-form .form-switch .form-check-input {
    width: 40px !important;
    height: 20px;
}
.light-form .form-check-input:checked {
    background-color: lightgray !important;
    border-color: white !important;
}
.light-form .form-check-input:focus {
    box-shadow: none !important;
}
.bell-link {
    background-color: #a3539917 !important;
    border-radius: 8px;
}
.login-body {
    background-image: url('img/Login-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.login-box {
    border-radius: 32px;
}
.login-form .form-control {
    height: 50px;
}
.login-btn {
    background-color: #3C97D1 !important;
    color: white !important;
}
.login-btn:hover {
    background-color: #3C97D1;
    color: white;
}
.login-box .form-check-input {
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-right: 7px;
}
.add-btn {
    background-image: linear-gradient(85deg, #A35399 , #6F8ACF, #3C97D1);
    border: none !important;
    color: white !important;
    border-radius: 10px !important;
}
.content-card {
    min-height: 500px;
}
.user-table table th {
    font-weight: 600;
}
.user-table table th, td {
    padding: 20px 10px !important;
    border: none !important;
}
.user-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #FFFAFE !important;
}
.profile-icons .fa-circle-user {
    color: #C4C4C4;
    font-size: 120px;
}
.camera-icons {
    width: 30px !important;
    height: 30px !important;
    background-color: #A35399;
    color: white;
    position: relative;
    right: -85px;
    bottom: 35px;
}
.add-user-form .form-control {
    height: 50px;
}
.text-control {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 20px !important;
    height: 100px;
}
.role-table {
    border-radius: 20px;
}
.role-table table th {
    padding: 20px 30px !important;
    border-bottom: 0 !important;
    font-weight: 700;
}
.role-table table td {
    padding: 20px 30px !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.role-table .form-check-input:checked {
    background-color: #15B522;
    border-color: #15B522;
}
.view-role-table {
    border-radius: 16px;
}
.view-role-table th {
    color: #07121a85 !important;
}
.view-role-table th, td {
    border-bottom: none;
    padding: 20px 30px !important;
}
.subscription-card-tabs {
    background-color: #FFF7FE;
}
.subscription-card-tabs .nav-link {
    color: #1E1E1E;
}
.subscription-card-tabs .nav-link:hover {
    color: #1E1E1E;
}
.subscription-card-tabs .nav-link.active {
    font-weight: 700;
    color: #1E1E1E !important;
    background-color: white !important;
    box-shadow: 0px 4px 20px 0px #00000014;
}
.subscription-card-ul li {
    list-style-type: none;
}
.subscription-card-ul li .fa-circle-check {
    color: #15B522;
}
.subscription-card {
    border-radius: 26px;
}
.subscription-active-card {
    background-image: linear-gradient(85deg, #A35399 , #6F8ACF, #3C97D1);
}
.subscription-card h6 {
    font-size: 20px;
    font-weight: 700;
}
.subscription-card .subscription-cardSpan {
    font-size: 32px;
    font-weight: 700;
    background-color: #FFF7FE;
}
.subscription-cardSpan2 {
    color: #07121a7d;
    font-size: 14px;
}
.subscription-card-btn button {
    border: 1px solid #3C97D1;
    color: #3C97D1;
}
.cancel-btn {
    border: 1px solid #EF2F17 !important;
    color: #EF2F17 !important;
    background-color: #FFF8F7 !important;
}
.student-table table th, td {
    font-size: 14px;
    padding: 15px 5px !important;
}
.student-table table .form-switch {
    min-height: 0 !important;
}
.view-student-table th, td {
    padding: 5px !important;
}
.view-student-details-row .fa-circle-check {
    color: #15B522;
}
.student-modal .modal-content {
    background-image: url('img/modal-bg.png');
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}
.student-modal .delete-btn {
    border: 1px solid #EF2F17 !important;
    color:  white;
    background-color: #EF2F17 !important;
}
.student-modal .cancel-btn {
    border: 1px solid #07121a63 !important;
    color:  #07121a63 !important;
    background-color: white !important;
}
.dashboard-breadcrumb {
    background-image: linear-gradient(130deg, #A35399 , #6F8ACF, #3C97D1);
    color: white;
}
.dashboard-card {
    border-radius: 12px;
}
.dashboard-progress .progress-bar {
    background-color: #A35399;
}
.dashboard-progress .progress {
    background-color: #FFE5FC;
}
.dashboard-card .up-para {
    color: #15B522;
}
.dashboard-card .up-para2 {
    color: #EF2F17 !important;
}
.dashboard-container {
    position: relative;
    top: -60px;
}
.dashboard-box {
    border-radius: 12px;
}
#chartdiv {
    width: 100%;
    max-width:100%;
    height: 300px;
}
#chartdiv1 {
    width: 100%;
    height: 300px;
    max-width: 100%
}
#chartdiv2 {
    width: 100%;
    height: 400px;
}
.user-table-main th, td {
    padding: 20px 10px !important;
    border: none !important;
}


@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .sidebar-navbar .nav-link {
        font-size: 12px !important;
        font-weight: 600;
        color: white;
        border-radius: 8px;
        padding: 10px 8px !important;
    }
}