
*, 
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-module {
    height: 100%;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #3C97D1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#3C97D1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sidebar-module .nav-link.active {
    color: #3C97D1 !important;
    background-color: white;
    border-radius: 8px;
}
.sidebar-module .nav-link.active i {
    font-size: 16px;
    font-weight: 600;
    color: #3C97D1 !important;
}
.sidebar-navbar .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: white;
    border-radius: 8px;
    padding: 12px 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: auto;
}
.user-table table th {
    font-weight: 600;
    vertical-align: middle;
}
.user-table table th, td {
    padding: 20px 10px !important;
    border: none !important;
    vertical-align: middle;
}
.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 !important;
}
.add-user-form .input-group {
    height: 50px !important;
}
.add-user-form .form-label {
    font-weight: 500;
}
.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: 12px;
    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 !important;
}
#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: 15px 5px !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;
    }
}

/* Profile  */

.profile-form .camera-icons {
    width: 30px !important;
    height: 30px !important;
    background-color: #A35399;
    color: white;
    position: relative;
    right: -90px;
    bottom: 25px;
}
.profile-tabs .nav-link {
    background-color: transparent !important;
    border-bottom: 3px solid #dee2e6 !important;
    border-radius: 0 !important;
    color: #07121A;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.profile-tabs .nav-link:hover {
    background-color: transparent !important;
    border-bottom: 3px solid #dee2e6 !important;
    border-radius: 0 !important;
    color: #07121A;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.profile-tabs .nav-link.active {
    background-color: transparent !important;
    border-bottom: 3px solid #A35399 !important;
    border-radius: 0 !important;
    color: #07121A !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.back-btns-arrows {
    font-weight: 500;
}
.back-text {
    padding: 0 0 0 16px;
}
.back-link {
    font-size: 16px;
    font-weight: 600;
}
.logout-modal .modal-content {
    background-image: none;
    border-radius: 20px;
}
.logout-modal .modal-body h3 {
    font-size: 30px;
    font-weight: bold;
}
.logout-btn {
    background-color: #3C97D1 !important;
    color: white !important;
}
.logout-btn2 {
    border: 1px solid #3C97D1 !important;
    color: #3C97D1 !important;
}
.profile-menu {
    left: -100px !important;
    width: 270px;
    border-radius: 20px;
}
.profile-menu .dropdown-item:hover {
    background-color: transparent;
}
.profile-menu .dropdown-item {
    font-size: 12px;
}
.profile-heading {
    font-size: 20px;
}
.profile-text {
    font-size: 12px;
}
.dd-profile-img img {
    width: 40%;
}
.content-card .input-group, select {
    height: 40px;
    border-radius: 10px !important;
}
.content-card .input-group .form-control, .input-group-text {
    border: none !important;
    border-radius: 10px !important;
}
.content-card .input-group {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 10px !important;
}
.content-card .add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-card .add-div-btn .add-btn {
    height: 40px;
}
.login-box .form-control {
    height: 48px;
}
.login-box h3 {
    font-size: 24px;
    font-weight: 600;
}
.login-box label {
    color: #07121A;
}
.login-box p {
    color: #07121a8f;
}
.view-feedbackDiv .form-control {
    height: 50px;
}
.revenue-div {
    border-radius: 10px;
}
.revenue-div h4 {
    font-size: 20px;
    font-weight: 600;
}
.revenue-div p {
    font-size: 12px;
    font-weight: 400;
}
.user-filterDiv .input-group, .form-control {
    height: 40px;
    border-radius: 10px;
    background-color: transparent !important;
}
.user-filterDiv .input-group  {
    border-radius: 10px;
    background-color: transparent !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.input-group-text {
    background-color:  transparent !important;
    height: 35px;
}
.table-responsive {
    overflow-y: hidden;
}
.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  } 
/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #4f93d1; 
}
/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #4f93d1; 
}
.content-card .edit-subject-file {
    height: 50px;
    padding: 12px;
}
.add-user-form textarea {
    width: 100%;
    border: 1px solid #dee2e6;
}

@media only screen and (min-width: 320px) and (max-width: 767px) { 
    .sidebar {
        width: 65%;
        left: -300px;
        transition: all 0.5s;
    }
    .fa-circle-xmark, .fa-circle-chevron-right {
        font-size: 24px;
        transition: all 0.5s;
    }
    .header-navbar .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .add-div-btn {
        width: 50%;
    }
    .search-div {
        width: 100%;
    }
    .card .permission-add-btn {
        width: 75% !important;
    }
    .header-navbar .bell-link {
        padding: 10px;
    }
    .header-navbar {
        width: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-width: 1023px) {
    .sidebar {
        width: 35%;
        left: -300px;
        transition: all 0.5s;
    }
    .fa-circle-xmark, .fa-circle-chevron-right {
        font-size: 24px;
        transition: all 0.5s;
        margin-left: 5px;
    }
    .header-navbar .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .add-div-btn {
        width: 50%;
    }
    .search-div {
        width: 100%;
    }
    .header-navbar {
        width: 100%;
    }
}