html, body {
    background-color: #fafbff;
}

/*Fonts*/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:black;
}
.btn-primary, .btn-primary, .btn-primary {
    background-color: #4286CE;
    border-color: #4286CE;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #0E1E54;
    border-color: #0E1E54;
    color: #fff;
}
a.btn,
button.btn {
    border-radius: 8px;
    padding: 10px 25px;
}
label {
     font-weight: 700;
     font-size: 16px;
     line-height: 30px;
 }

span.badge {
    padding: 10px 20px !important;
}



.collapse.navbar-collapse {justify-content: flex-end;flex-direction: row;}

.custom-user-panel {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-user-info {
    display: flex;
    flex-direction: column;
    color: #000100;
}

.custom-user-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* margin-right: 20px; */
}

span.custom-user-name {
    font-size: 14px;
}

span.custom-user-role {
    font-size: 12px;
}

.navbar .container-fluid {
    padding-right: 80px;
}
nav#default-navbar {
    background: transparent;
    border: unset;
    padding: 20px 0px;
}
.navbar ul.navbar-nav.me-auto.mb-lg-0 {
    display: none;
}

.navbar .d-flex.w-auto {
    display: none!important;
}
img.dashboard-image {
    max-width: 170px;
    max-height: 89px;
    width: 100%;
    height: 100%;
    object-fit: none;
}

a.sidebar-brand.brand-logo.hidden-xs {
    height: 115px;
    border: unset;
}

.sidebar-scroll {
    margin-top: 115px;
}
.select2-container.form-control.select2,
.select2-container .select2-choices .select2-search-field input {
    border: 1px solid #EAEEF4 !important;
    background: #F6FAFD !important;
    font-size: 16px;
    padding: 9px 20px;
    height: 50px;
}
.panel.panel-default {
    background: white;
       padding: 0px 30px;
    border-radius: 16px;
    margin: 20px;
}
.info-avaliacao {
    font-size: 20px;
    color: black;
}
.role-parent div#file-details-box,
.role-student div#file-details-box {
    display: none;
}
.role-parent a#view-details-button,
.role-student a#view-details-button {
    display: none;
}

.pull-left.file-upload.btn.btn-default {
    background: transparent;
    border: unset;
}

.form-group .avatar {
    display: flex;
    background: #f6fafd;
    max-width: 190px;
    padding: 5px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #EAEEF4;
}
span#select2-chosen-4,
span#select2-chosen-2 {
    background: #f6fafd !important;
    padding: 5px 0px;
}
.general-form textarea.form-control,
.general-form input.form-control {
    height: 50px;
    background: #f6fafd;
    border: 1px solid #EAEEF4;
    border-radius: 8px;
}
.g-body .select2-container-multi ul.select2-choices {
    background: #f6fafd !important;
}

select.form-control,
input.form-control {
    border: 1px solid #EAEEF4 !important;
    background: #F6FAFD !important;
    font-size: 16px;
    padding: 9px 20px;
    height: 50px;
}

span.classification-badge {
    margin: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.classification-group{
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-menu li.active > a {
    color: #fff !important;
    background-color: #4387cf;
}


.card-body.card-body-container {
    border: 1px solid;
    border-radius: 12px;
}
.card-body.card-body-container.status-absent,
.card-body.card-body-container.status-late {
    border-color: #D6A342;
    color: #D7A342;
    background: #F7F2E6;
}
.card-body.card-body-container.status-present {
    border-color: #018766;
    color: #008767;
    background: #A4E6CA;
}
.card-body.card-body-container.status-anular {
    border-color: #9096B3;
    color:#9096B3;
    background: #f3f3f3;
}
.card-body.card-body-container.status-absent h5, .card-body.card-body-container.status-absent p,
.card-body.card-body-container.status-late h5, .card-body.card-body-container.status-late p{
    border-color: #D6A342;
    color: #D7A342;
    background: #F7F2E6;
}
.card-body.card-body-container.status-present h5, .card-body.card-body-container.status-present p {
    border-color: #018766;
    color: #008767;
    background: #A4E6CA;
}
.card-body.card-body-container.status-anular h5, .card-body.card-body-container.status-anular p {
    border-color: #9096B3;
    color:#9096B3;
    background: #f3f3f3;
}
.card-body.card-body-container button {
    margin: 5px;
}
button.btn.action-btn {
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    color: white;
    font-weight: 500;
}
button.btn.action-btn:hover {
    opacity: 0.6;
}

.card-body.card-body-container.status-anular button.btn.action-btn {
    background: #9198b6;
}
.card-body.card-body-container.status-present button.btn.action-btn {
    background: #018766;
}
.card-body.card-body-container.status-absent button.btn.action-btn,
.card-body.card-body-container.status-late button.btn.action-btn {
    background: #D6A342;
}
span.badge.badge-info {
    background: #9097b2;
}
img.img-circle {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    object-fit: cover;
}

.table-responsive {
     width: 100%;
     max-width: 100%;
     border: none !important;
     overflow: scroll;
     padding: 0 12px;
 }

.table-responsive span.badge {
    width: 100%;
    max-width: 150px;
    border-radius: 20px;
    display: flex;
    align-items: center;

}
.table-responsive span.badge.badge-warning{
    color: #D6A243;
    font-size:13px;
    font-weight: 500;
    background: #D6A2431F;
}
.table-responsive span.badge.badge-success{
    color: #91C561;
    font-size:13px;
    font-weight: 500;
    background: #91C5611F;
}
.table-responsive span.badge.attendance-anular{

    color:#9096B3;
    font-size:13px;
    font-weight: 500;
    background: #f3f3f3;
    border: 1px solid #9096B3;
}
.table-responsive span.badge.badge-danger{
    color:#E21C1D;
    font-size:13px;
    font-weight: 500;
    background: #FEC4C51F;
}
.table-responsive span.badge:before {
    content: "";
    display: block;
    width: 20px;
    height: 18px;
    max-width: 100%;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 6px;
}
.table-responsive span.badge.badge-warning:before {

    background-image:url("../icons/proccess.svg");

}
.table-responsive span.badge.badge-success:before {

    background-image:url("../icons/success.svg");

}
.table-responsive span.badge.badge-danger:before {

    background-image:url("../icons/proccess.svg");

}
.factura .btn-info svg {
    stroke: white;
}

.grades-panel-body-custom th {
    text-align: center!important;
}

.grades-panel-body-custom td {
    text-align: center!important;
}

.grades-panel-body-custom th.text-left {
    text-align: left!important;
}

.grades-panel-body-custom td.text-left {
    text-align: left!important;
}
.no-borders tr td {
    border: unset;
}

.no-borders thead tr {
    border: unset!Important;
    border-style: unset!important;
    border-color: transparent!important;
}
.card {
    border-radius: 30px;
}
.card .card-header:first-child {
    border-radius: 30px 30px 0 0;
    border: unset;
    padding: 30px;
}
.card .card-body {

    padding: 30px;
}
.page-title {
    background: #fff;
    border-bottom: 1px solid #f1f1f5;
    color: #4e5e6a;
    border-radius: 30px 30px 0 0;
}
.sidebar-menu li a {
    color: #9197B3;
}
.events-page .title-button-group.custom-toolbar.events-title-button.skip-dropdown-migration {
    display: none;
}

#sharing-options-container > div:has(#all_contacts_of_the_client),
#sharing-options-container > div:has(#specific_contacts_of_the_client) {
    display: none;
}
#mobile-quick-add-button,
.form-group > div:has(#clients_dropdown){
    display: none;
}
.sidebar {
    width: 310px;
}
.page-container {
    margin-left: 306px;
}
.modal-dialog .panel.panel-default {
    padding: 0;
    margin: 0;
}

.modal-dialog .panel.panel-default .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-dialog .panel.panel-default .form-group .row {
    flex-direction: column;
}

.modal-dialog .panel.panel-default .form-group .row div {
    width: 100%;
}
.avatar img {
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    max-height: 80px;
    width: 100%;
    max-width: 80px;
}
#events-dropzone .upload-file-button,
button#record-start-button,
.events-page.role-parent .modal-content .btn-danger,
.events-page.role-parent .modal-content .btn-success,
.events-page.role-student .modal-content .btn-danger,
.events-page.role-student .modal-content .btn-success{
    display: none;
}

.events-page .page-title h1 {
    padding: 20px 30px;
}
.invoices-page .card .card-header:first-child {
    padding: 12px 30px;
}
.students_list-page  .page-title{
border-bottom: unset;
}
.students_list-page .page-title h1{
    padding: 20px 30px;
        
}
.students_list-page .page-title .btn {
    margin: 0px 5px;
}
.card-body.row h3 {
     font-size: 1.4em;
}
.invoices-page .card-body.row {
    padding-top: 20px;
}
.page-title h1 {
    font-size: 1.4em;
    margin: 0;
    padding: 20px 30px;
    float: left;
}
.student_grades-page .panel.panel-default {
    background: white;
    padding: 10px 30px;
    border-radius: 16px;
    margin: 20px;
}
.mb15.col.image {
    width: 100%;
    max-width: 125px;
}
@media (max-width: 990px) {
    .sidebar-off {
        left: -326px;
        transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
    }
}
.year-dev {
    background: #9097B2;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 12px;
    color: white !important;
}
.invoices-page .year-dev {
    padding: 8px 15px;
}
#sidebar-menu li.main:has(.feather-settings) {
    display: none;
}
@media(max-width: 990px) {
    .title-button-group.custom-toolbar.events-title-button.skip-dropdown-migration {
    display:none!important;
    }
    .panel.panel-default {
        background: white;
        padding: 10px;
        border-radius: 16px;
        margin: 0;
    }
    .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
        display: flex;
        flex-direction: column;
    }
    .custom-date-nav .d-flex {
        display: flex;
        flex-direction: column;
    }

    .custom-date-nav {
        display: flex;
        flex-direction: column;
    }

    .custom-date-nav .btn-group.d-flex.align-items-center.date-navigator {
        flex-direction: row;
    }
    .student_grades-page .row.clearfix.clearfix.mb-3 {
        display: flex;
        flex-direction: column;
    }
}

.events-page #calendar,
.events-page .calendar-container,
.events-page [data-fc-view] {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

/* Запрещаем календарю сжиматься */
.events-page .fc {
    min-width: 900px !important;
}

.events-page .fc-view-harness {
    min-width: 900px !important;
    overflow: visible !important;
}

/* Родительский panel не обрезает */
.events-page .panel.panel-default {
    overflow-x: auto !important;
    overflow-y: visible !important;
}

@media (max-width: 990px) {
    .events-page .fc {
        min-width: 750px !important;
    }
}
.sidebar-menu svg {
    width: 28px;
    height: 26px;
}
.sidebar-menu li.active > a svg {
    
    background: white;
    border-radius: 50%;
    padding: 2px;
}
.sidebar-menu li.active > a svg{
    color: #9197B3 !important;
   
}
 