.table>:not(caption)>*>* {
    background-color: unset;
}

.table>:not(caption)>* {
    background: #fff;
}

.sidebar {
    width: 100%;
    height: 100vh;
    z-index: 3000;
    display: flex;
    justify-content: center;
    position: absolute;
    background-color: #ffffff;
}

.ans-loader {
    width: 100%;
    height: 100vh;
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #ffffffcc;
}

.loader {
    width: 100%;
    height: 100vh;
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #ffffffcc;
}

.loader .spinner-border {
    border-width: 0.5rem;
    width: 3rem;
    height: 3rem;
}

.ans-loader-icon {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.preloader {
    border-radius: 2px;
    margin-bottom: 3em;
    position: relative;
    width: 12em;
    height: 12em;
}

.preloader_item {
    animation: popInOut var(--dur2) var(--dur1) linear infinite;
    background-color: trasparent;
    position: absolute;
    top: 2.5em;
    left: 2.5em;
    width: 3em;
    height: 3em;
}

.circle {
    border-radius: 50%;
    background-color: #0e9f3f
}

.half-circle {
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    background-color: #0e9f3f
}

.square {
    background-color: #0e9f3f
}

.triangle {
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #0e9f3f 50%, #0e9f3f 100%);
}

.preloader_item:nth-child(n + 2):nth-child(-n + 3) {
    left: 6em;
}

.preloader_item:nth-child(n + 3) {
    top: 6em;
}

.preloader_item:nth-child(2) {
    animation: move2 var(--dur2) var(--dur1) linear infinite;
}

.preloader_item:nth-child(3) {
    animation: move3 var(--dur2) var(--dur1) linear infinite;
}

.preloader_item:nth-child(4) {
    animation: move4 var(--dur2) var(--dur1) linear infinite;
}

@keyframes popInOut {
    from {
        transform: translate(0, 0);
    }

    4% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(3.5em, 0);
    }

    25% {
        transform: translate(3.5em, 0);
    }

    29% {
        transform: translate(3.5em, 0);
    }

    45% {
        transform: translate(3.5em, 3.5em);
    }

    50% {
        transform: translate(3.5em, 3.5em);
    }

    54% {
        transform: translate(3.5em, 3.5em);
    }

    70% {
        transform: translate(0, 3.5em);
    }

    75% {
        transform: translate(0, 3.5em);
    }

    79% {
        transform: translate(0, 3.5em);
    }

    95% {
        transform: translate(0, 0);
    }

    99%,
    to {
        transform: translate(0, 0);
    }
}

@keyframes move2 {

    from,
    8% {
        transform: translate(0, 0);
        width: 3em;
        height: 3em;
    }

    12% {
        transform: translate(-3.5em, 0);
        width: 7em;
        height: 3em;
    }

    16%,
    83% {
        transform: translate(-3.5em, 0);
        width: 3em;
        height: 3em;
    }

    87% {
        transform: translate(-3.5em, 0);
        width: 3em;
        height: 7em;
    }

    91%,
    90% {
        transform: translate(-3.5em, 3.5em);
        width: 3em;
        height: 3em;
    }

    to {
        transform: translate(0, 0);
        width: 3em;
        height: 3em;
    }
}

@keyframes move3 {

    from,
    33% {
        transform: translate(0, 0);
        height: 3em;
    }

    37% {
        transform: translate(0, -3.5em);
        height: 7em;
    }

    41%,
    90% {
        transform: translate(0, -3.5em);
        height: 3em;
    }

    to {
        transform: translate(0, 0);
        height: 3em;
    }
}

@keyframes move4 {

    from,
    58% {
        transform: translate(0, 0);
        width: 3em;
    }

    62% {
        transform: translate(0, 0);
        width: 7em;
    }

    66%,
    90% {
        transform: translate(3.5em, 0);
        width: 3em;
    }

    to {
        transform: translate(0, 0);
        width: 3em;
    }
}

.menu {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

.menu-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    margin-right: 1rem;
    background-color: var(--grey-4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.menu-text {
    font-size: 13px;
    font-weight: 500;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.bottom .menu {
    margin-top: 1rem;

}

.table-kesimpulan .thead-style {
    font-weight: bold;
    background-color: #333 !important;
    color: #fff;
    text-align: center;
}

.table-kesimpulan .font-normal {
    font-weight: normal;
}

.table-kesimpulan tbody,
.table-kesimpulan td,
.table-kesimpulan tfoot,
.table-kesimpulan th,
.table-kesimpulan thead,
.table-kesimpulan tr {
    border-color: #333;
    vertical-align: middle;
}

.table-kesimpulan {
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}

.table-kesimpulan>tbody>*>* {
    padding: 0.7rem 0.5rem;
}

.table-kesimpulan>thead>*>* {
    padding: 0.3rem 0.5rem;
}

.table-kesimpulan thead tr th {
    z-index: 2;
    position: sticky;
    top: 0;
}

.table-kesimpulan tr th,
.table-kesimpulan tr td {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.table-kesimpulan tr:first-child th {
    border-top: 1px solid #333;
}

.table-kesimpulan tr th:first-child,
.table-kesimpulan tr td:first-child {
    border-left: 1px solid #333;
}

.table-kesimpulan thead tr th {
    font-weight: 400 !important;
    background-color: #333 !important;
    color: #fff;
    text-align: center;
}


.datepicker.datepicker-inline {
    width: 100%;
    margin: 10px;
}

.datepicker.datepicker-inline table {
    background-color: #fff;
}


.datepicker.datepicker-inline .datepicker-days table thead,
.datepicker.datepicker-inline .datepicker-days table tbody,
.datepicker.datepicker-inline .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
    list-style: none;
}

.datepicker.datepicker-inline .datepicker-days table thead,
.datepicker.datepicker-inline .datepicker-months table thead,
.datepicker.datepicker-inline .datepicker-years table thead,
.datepicker.datepicker-inline .datepicker-decades table thead,
.datepicker.datepicker-inline .datepicker-centuries table thead {
    background: var(--primary);
    color: #ffffff;
    border-radius: 0;
}

.datepicker.datepicker-inline .datepicker-days table thead tr:nth-child(2n+0) td,
.datepicker.datepicker-inline .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}

.datepicker.datepicker-inline .datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.datepicker.datepicker-inline .table-condensed>tbody>tr>td,
.datepicker.datepicker-inline .table-condensed>tbody>tr>th,
.datepicker.datepicker-inline .table-condensed>tfoot>tr>td,
.datepicker.datepicker-inline .table-condensed>tfoot>tr>th,
.datepicker.datepicker-inline .table-condensed>thead>tr>td,
.datepicker.datepicker-inline .table-condensed>thead>tr>th {
    padding: 11px 13px;
}

.datepicker.datepicker-inline .datepicker-months table thead td,
.datepicker.datepicker-inline .datepicker-months table thead th,
.datepicker.datepicker-inline .datepicker-years table thead td,
.datepicker.datepicker-inline .datepicker-years table thead th,
.datepicker.datepicker-inline .datepicker-decades table thead td,
.datepicker.datepicker-inline .datepicker-decades table thead th,
.datepicker.datepicker-inline .datepicker-centuries table thead td,
.datepicker.datepicker-inline .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th {
    border-radius: 50%;
    padding: 5px 12px;
}

.datepicker.datepicker-inline .datepicker-days table thead,
.datepicker.datepicker-inline .datepicker-months table thead,
.datepicker.datepicker-inline .datepicker-years table thead,
.datepicker.datepicker-inline .datepicker-decades table thead,
.datepicker.datepicker-inline .datepicker-centuries table thead {
    background: var(--primary);
    color: #ffffff;
    border-radius: 0;
}

.datepicker.datepicker-inline table tr td.active,
.datepicker.datepicker-inline table tr td.active:hover,
.datepicker.datepicker-inline table tr td.active.disabled,
.datepicker.datepicker-inline table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker.datepicker-inline .prev,
.datepicker.datepicker-inline .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
    font-size: 20px;
}

.datepicker.datepicker-inline .prev:hover,
.datepicker.datepicker-inline .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}

.datepicker.datepicker-inline .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

.datepicker.datepicker-inline .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.datepicker.datepicker-inline table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

.datepicker.datepicker-inline table tr td span.active,
.datepicker.datepicker-inline table tr td span.active:hover,
.datepicker.datepicker-inline table tr td span.active.disabled,
.datepicker.datepicker-inline table tr td span.active.disabled:hover {
    background-color: var(--core-blue);
    background-image: none;
}

.datepicker.datepicker-inline table tr td.active.active {
    background-color: var(--accent);
}

.datepicker.datepicker-inline table tr td.disabled,
.datepicker.datepicker-inline table tr td.disabled:hover {
    background-color: var(--danger);
    color: #fff;
}

/* JS Calendar */
.calendar {
    display: flex;
    flex-flow: column;

}

.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
    padding: 0 0 10px 0;
    text-align: center;
}

.calendar .days {
    display: flex;
    flex-flow: wrap;
}

.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: #fff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-1);
    background-color: #fff;
    border-top: 1px #fff;
    border-bottom: 1px solid var(--border-1);
}

.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-bottom: 1px solid var(--border-1);
    padding: 5px;
    font-weight: normal;
    color: var(--black-1);
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    /* min-height: 100px; */
}

.calendar .days .day_num span {
    font-size: 12px;
    padding: 6px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.calendar .days .day_num.danger-date span {
    background-color: var(--danger);
}

.calendar .days .day_num.success-date span {
    background-color: var(--green-1);
}

.calendar .days .day_num.bg-red {
    background-color: #ffe7e8 !important;
}

.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}

.calendar .days .day_num .event.green {
    background-color: #51ce57;
}

.calendar .days .day_num .event.blue {
    background-color: #518fce;
}

.calendar .days .day_num .event.red {
    background-color: #ce5151;
}

.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ddd;
    cursor: inherit;
}

.calendar .days .day_num.active {
    background-color: #f0f0f0 !important;
}