.school-sideNav-head{
    width: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 30px;
}
.calendar-card{
    margin-top: 20px;
}
.profile-card-1-text {
    position: relative;
    bottom: 2cm;
}
.profile-card {
    width: 100%;
    height: 70%;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
    -webkit-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
    -moz-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
}
.project_statistics{
    width: 100%;
    height: 70%;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
    -webkit-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
    -moz-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
}
@media only screen and ( max-width: 360px ) and ( max-height: 640px ) {
    .project_statistics{
        width: 100%;
        height: 85%;
        background-color: white;
        border-radius: 20px;
        padding: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
        -webkit-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
        -moz-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
    }
}
@media only screen and ( max-width: 600px ) and ( max-height: 1024px ) {
    .project_statistics{
        width: 100%;
        height: 85%;
        background-color: white;
        border-radius: 20px;
        padding: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
        -webkit-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
        -moz-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
    }
}
@media only screen and ( max-width: 800px ) and ( max-height: 1280px ) {
    .project_statistics{
        width: 100%;
        height: 85%;
        background-color: white;
        border-radius: 20px;
        padding: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
        -webkit-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
        -moz-box-shadow: 0px 10px 41px -12px rgba(169,154,154,0.75);
    }
}
.add-notes {
    width: 100%;
    max-height: 10.5cm;
    overflow-y: auto;
    border-radius: 30px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid rgb(160 49 49 / 30%);
    background-color: rgb(199 40 40 / 10%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 183, 136, 1)), color-stop(100%, rgb(183 16 16 / 10%)));
    background: -webkit-linear-gradient(top, rgba(82, 183, 136, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(82, 183, 136, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(82, 183, 136, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(82, 183, 136, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(82, 183, 136, 1) 0%, rgba(82, 183, 136, 1) 100%);
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 5px;
    background-color: transparent;
    margin-right: 5px;
    outline: none;
    width: 200px;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
    outline: none;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: gray;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgba(143, 144, 166, 1);
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    color: rgba(199, 201, 217, 1);
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.bg-success{
    background: rgba(82, 183, 136, 1) !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    /* min-width: 10rem; */
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dot-success{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF3B3B;
}
.badge{
    width: 100px !important;
}
.modal-content {
    background-color: #f8f9fa !important;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 35px;
    padding: 20px;
}
.modal-header{
    border-bottom: none !important;
}
.modal-footer{
    border-top: none !important;
}
.no-margin{
    margin-top: 0 !important;
}
.btn-close{
    border: 2px solid black !important;
    outline: none !important;
    border-radius: 50% !important;
}
.space-div{
    margin-bottom: 25px;
}
.copy-link{
    position: absolute;
    left: 15px;
    bottom: 42px;
    border-radius: 15px 0px 0px 15px;
    background: #6c757d47;
    border: 1px solid rgba( 228, 228, 235, 1);
    outline: none;
    padding: 9px;
}
.gray-circle{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(242, 242, 245, 1);
    padding: 70px;
    margin: 20px;
    cursor: pointer;
}
.accounts-card{
    width: 100%;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 26px;
    background: #f3f5f7;
    color: #00416B !important;
    cursor: pointer;
}
.accounts-card .gray-btn{
    width: 100%;
    border-radius: 24px;
    background-color: #d4f1e3;
    color: #52B788;
}
.accounts-card:hover .gray-btn{
    width: 100%;
    border-radius: 24px;
    background-color: #00416B;
    color: white;
}
.accounts-card:hover{
    width: 100%;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 26px;
    background: #52B788;
    color: white !important;
    cursor: pointer;
}
.bi-star-fill{
    color: #C7C9D9;
    font-size: 20pt;
}
.star-active{
    font-size: 20pt;
    color: #FFCC00;
}
.student-card{
    width: 100%;
    border-radius: 30px;
    background: rgba(242, 242, 245, 1);
    padding: 20px;
}
.swal2-success-circular-line-left{
    background-color: #e9ecef00 !important;
}
.swal2-success-circular-line-right{
    background-color: #e9ecef00 !important;
}
.swal2-success-fix{
    background-color: #e9ecef00 !important;
}