.main-content,
.footer-area {
    margin-left: 0;
}

.side_collapsed #page-container .header-area .header-area-left {

    display: block;
    width: 100% !important;
}

.light-sidebar .header-area .header-area-left {
    width: 100%;
    height: auto;
    border-bottom: none !important;
}

.header-area {
    position: unset;
}

.main-content .main-content-inner {
    margin: auto;
    margin-top: 100px;
    max-width: 80%;

}

.row-point-item h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.row-point-item strong {
    font-size: 30px;
}

.row-point-item:not(:last-child) {
    margin-bottom: 30px;
}

.row-point-item>*:not(:last-child) {
    margin-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #1F3B83;
    border-color: #1F3B83;
}

.datatable-primary thead {
    background: #1F3B83;
}

.datatable-primary .dataTables_paginate .page-item.active .page-link,
.datatable-primary .dataTables_paginate .page-item .page-link:hover {
    background-color: #7B590E;
    border-color: #7B590E;
    color: #fff;
}

.datatable-primary .dataTables_paginate .page-item.disabled .page-link {
    color: #5f6471;
    background-color: #f9f9f9;
    border-color: #c9c6f5;
}

.profile-image img {
    height: 158px;
    width: 158px;
    object-fit: cover;
    object-position: top;
    background: #Fff;
}

#fee table tbody:nth-child(odd) tr {
    background: #f5f5f5;
}

#fee table tbody tr td {
    padding: 10px !important;
    text-align: center;
    border: 1px solid #ccc;
}

#fee table thead tr th {
    text-align: center;
}

.fc-day-grid-event .fc-time {
    display: none;
}

.fc-day-grid-event {
    cursor: pointer;
}

.form-search {
    max-width: 50%;
    margin: auto;
}

.form-search .form-group label {
    font-size: 13px;
    color: #333;
}

.form-search .form-group .error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
.fc-basic-view .fc-body .fc-row {
    min-height: 131px;
}
.fc-scroller {
    overflow: unset!important;
}
@media screen and (max-width: 1025.98px) {
    #personal th,
    #personal td {
        width: 50%;
    }

    #personal tr {
        display: flex;
    }
}

@media screen and (max-width: 767.98px) {
    .header-area .header-area-left .logo i img {
        width: 132px;
    }

    .tab-timeline {
        justify-content: center;
    }

    .header-area .header-area-left .logo i img {
        width: 90px;
    }

    .form-search {
        max-width: 100%;
    }

   
    .main-content .main-content-inner {
        max-width: 100%;
    }
    .fc-basic-view .fc-body .fc-row {
        min-height: 85px;
    }
    #atendance .fc-day-grid-event .fc-content {
        white-space: break-spaces;
        font-size: 11px;
    }
    
    #atendance .card .card-body {
        padding: 5px;
    }
}
.slider-home img {
    height: 450px;
    object-fit: cover;
}
.btn.btn-primary {
    background-color: #5DAD0D;
    border-color: #5DAD0D;
}
.btn.btn-primary:hover {
    background-color: #1f3b83;
    border-color: #1f3b83;
}
#calendar .fc-scroller.fc-day-grid-container {
    height: 100%!important;
}