.login .invalid-feedback p {
    font-size: 13px;
    padding-top: 2px;
}

#contentDiv>* {
    height: 100%;
    overflow-y: scroll;
}

.menuright .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
    color: #000000;
}

.menuright .nav-item.profile {
    margin-left: 12px;
}

.menuright .nav-item.profile .profile-icon {
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    border-radius: 30px;
}

.profile .dropdown-toggle::after {
    display: none;
}

.profile .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
    margin-top: 8px;
    padding: 8px;
    border: 0;
    box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.04);
}

.profile .dropdown-menu a.dropdown-item {
    padding: 7px 15px;
    width: 100%;
    display: block;
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 14px;
}

.profile .dropdown-menu a.dropdown-item:hover {
    background: #efefef;
}

.profile .dropdown-menu a.dropdown-item.logout:hover {
    background: #dc3545;
    color: #ffffff;
}

.box-offset {
    padding-top: 0;
}

/* #contentDiv.style-0 {
    background: none;
    box-shadow: none;
    margin: -15px -15px 40px;
    padding: 15px;
} */

.dash-box {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    margin: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    height: calc(100% - 30px);
    border: 1px solid rgba(0,0,0,0.05);
}

.dash-box .header {
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.dash-box .header .title {
    color: #000000;
    font-size: 16px;
    margin-bottom: 13px;
}

.dash-box .content {
    padding: 10px 0;
}

.dash-box .table thead th {
    color: #878787;
    font-weight: 500 !important;
    border: 0;
    font-size: 12px;
}

.dash-box .table tbody td {
    border: 0;
    font-size: 13px;
    white-space: nowrap;
}

.dash-box2,
.dash-box2>.row {
    height: 100%;
}

.dash-box2 .dash-box {
    overflow: hidden;
}

.abstract-box .box-inner {
    height: 100%;
    position: relative;
}

.abstract-box .box-inner .header {
    border: 0;
    display: flex;
    align-items: center;
}

.abstract-box .box-inner .title {
    font-weight: 500;
    margin: 0;
    padding-left: 15px;
    color: #767676;
}

.abstract-box .box-inner .icon {
    /* position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
    padding: 14px;
    border-radius: 10px;
    background: #7BD3EA;
    color: #313131;
    box-shadow: 0 3px 9px 0px rgba(0, 0, 0, 0.15); */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
    padding: 11px;
    border-radius: 45px;
    background: rgb(202 202 202);
    color: #6f6f6f;
    box-shadow: 0 0px 2px 0px rgba(202, 202, 202, 0.45);
    border: 0.1875rem solid rgba(255, 255, 255, 0.56);
}

.abstract-box .box-inner .icon svg {
    width: 25px;
    height: auto;
}

.abstract-box .box-inner .value {
    position: relative;
    bottom: 0;
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
}

.bg-dash-blue {
    color: #3e9fb8;
}

.bg-dash-blue .box-inner .icon {
    background-color: #3e9fb8;
    color: #ffffff;
    box-shadow: 0 0px 2px 0px rgba(62, 159, 184, 0.45);
}

.bg-dash-purple {
    color: #a05195;
}

.bg-dash-purple .box-inner .icon {
    background-color: #a05195;
    color: #ffffff;
    box-shadow: 0 0px 2px 0px rgba(160, 81, 149, 0.45);
}

.bg-dash-yellow {
    color: #ffa600;
}

.bg-dash-yellow .box-inner .icon {
    background-color: #ffa600;
    color: #ffffff;
    box-shadow: 0 0px 2px 0px rgba(255, 166, 0, 0.45);
}

.bg-dash-green {
    color: #6ab187;
}

.bg-dash-green .box-inner .icon {
    background-color: #6ab187;
    color: #ffffff;
    box-shadow: 0 0px 2px 0px rgba(106, 177, 135, 0.45);
}

.bg-dash-red {
    color: #d32d41;
}

.bg-dash-red .box-inner .icon {
    background-color: #d32d41;
    color: #ffffff;
    box-shadow: 0 0px 2px 0px rgba(211, 45, 65, 0.45);
}

/* bc5090 */

/* .bg-dash-blue {
    background: #7BD3EA;
    color: #17424d;
}

.bg-dash-brown {
    background: #FDF7E4;
    color: #735c14;
}

.bg-dash-red {
    background: #FF6868;
    color: #ffffff;
}

.bg-dash-yellow {
    background: #FFF38C;
    color: #5d5619;
} */



.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #F9FAFC;
}

.login-data {
    text-align: center;
    margin-bottom: 26px;
    padding: 8px 5px 7px;
}

.login-data::after {
    content: "";
    background: #cbc8c8;
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    right: -1px;
    top: 8px;
}

.attendance .content .row .col-md-4:last-child .login-data::after {
    display: none;
}

.login-data .title {
    color: #9DA7B6;
    font-size: 13px;
    margin-bottom: 9px;
}

#interactionBar {
    overflow: hidden;
}

#interactionBar .inner-content {
    display: flex;
    height: 100%;
}

.copyright-info {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0px 15px;
}

.copyright-info p {
    margin: 0;
    font-size: 12px;
    color: #8d8d8d;
}

.today-chart {
    width: 70%;
    margin: 0 auto;
}

.chart-caption {
    font-size: 11px;
    text-align: center;
    padding: 6px 0 0;
    color: #707070;
}

.dash-box .table {
    table-layout: fixed;
    border-collapse: separate;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: center !important;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: none;
}
