@import url('../css/base.css');
@import url('../css/datatable.css');
@import url('../css/datepicker.css');
@import url('../css/pnotify.css');
@import url('../css/select2.css');
@import url('../css/tooltip.css');
@import url('../css/widget.css');
@import url('../css/summernote.css');

/* ======================================
 *
 * RULES :
 * Taruh custom css disini atau bikin file baru
 * Import file baru berada di bawah base.css
 * Jangan mengubah apapun di base.css kecuali diskusikan terlebih dahulu
 * Terkhusus base.css jangan pakai prettier
 *
 * INFO :
 * Base.css akan selalu kita bawa ke project terkait
 * Berharap menjadi sebuah standar custom untuk theme modern porto
 * Sementara informasi ditaruh di sini
 * Saat deploy production, informasi akan dihapus
 *
 ====================================== */

/* ======================================
 * Nav tabs
====================================== */
.nav-tabs.tbr_nav--tabs {
    background-color: var(--white);
    border-radius: 10px;
    min-height: 54px;
    border: none;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 3px 24px 0px rgba(0, 99, 248, 0.08);
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 99, 248, 0.08);
    -moz-box-shadow: 0px 3px 24px 0px rgba(0, 99, 248, 0.08);
}

.nav-tabs.tbr_nav--tabs .nav-link {
    position: relative;
    padding: 16px 24px 16px;
    margin-bottom: 0;
    font-size: 15px;
}

.nav-tabs.tbr_nav--tabs .nav-link:not(.active) {
    font-family: "Montserrat Bold", sans-serif;
    color: var(--dark) !important;
}

.nav-tabs.tbr_nav--tabs .nav-link.active {
    font-family: "Montserrat Bold", sans-serif;
    color: var(--primary) !important;
}

.nav-tabs.tbr_nav--tabs .nav-item.show .nav-link,
.nav-tabs.tbr_nav--tabs .nav-link.active,
.nav-tabs.tbr_nav--tabs .nav-link {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0;
}

.nav-tabs.tbr_nav--tabs .nav-link span {
    margin-left: 8px;
}

@media only screen and (max-width: 992px) {
    .nav-tabs.tbr_nav--tabs .nav-link span {
        display: none;
    }
}

.nav-tabs.tbr_nav--tabs .nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: transparent;
}

.nav-tabs.tbr_nav--tabs .nav-link.active::after {
    background-color: var(--primary);
}

.nav-tabs.tbr_nav--tabs .nav-link.active svg .tbr_custom {
    fill: var(--primary);
}

/* ======================================
 * Image Cropper Modal
====================================== */
.tbr_modal--cropper .modal-content {
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

.tbr_modal--cropper .modal-body {
    padding: 20px;
}

.tbr_modal--cropper .cropper-container {
    border-radius: 10px;
    overflow: hidden;
}

.tbr_modal--cropper .modal-footer {
    background-color: var(--light);
    border-top: 1px solid #F0EEF2;
}

/* ======================================
 * Other style
====================================== */
.tbr_header--submit {
    margin-right: 50px;
}

@media only screen and (max-width: 767px) {
    .tbr_header--submit {
        display: none;
    }
}

html .apexcharts-tooltip {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0px 12px 24px 0px rgba(0, 99, 248, 0.12);
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 99, 248, 0.12);
    -moz-box-shadow: 0px 12px 24px 0px rgba(0, 99, 248, 0.12);
}

.tbr_apex--tooltip {
    min-width: 190px;
    overflow: hidden;
}

.tbr_apex--tooltip .tbr_header {
    padding: 10px 24px;
    background-color: var(--light);
}

.tbr_apex--tooltip .tbr_body {
    padding: 16px 24px;
    background-color: var(--white);
}

.tbr_apex--tooltip .tbr_item {
    margin-bottom: 6px;
}

.tbr_apex--tooltip .tbr_item:last-child {
    margin-bottom: 0;
}

.tbr_apex--tooltip .tbr_dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: -1px;
    background-color: var(--success);
}

.tbr_apex--tooltip .tbr_item:nth-child(2) .tbr_dot {
    background-color: var(--warning);
}

.tbr_apex--tooltip .tbr_item:nth-child(3) .tbr_dot {
    background-color: var(--danger);
}

.tbr_apex--tooltip .tbr_dot.tbr_dot--member { background-color: var(--primary); }
.tbr_apex--tooltip .tbr_dot.tbr_dot--transaction { background-color: var(--success); }

.tbr_chart--wrap {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
}

hr.tbr_solid {
    height: 0;
    border-bottom: 1px solid #F2F3F8;
}

.tbr_datatable--auth-log .pagination {
    justify-content: flex-end;
}

.tbr_datatable--auth-log .dataTables_length,
.tbr_datatable--auth-log .dataTables_filter {
    display: none;
}

html .tbr_edit--error-https .modal-dialog {
    box-shadow: none;
    background-color: transparent;
}

html .tbr_edit--error-https .modal-dialog .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
}

html .tbr_edit--error-https .modal-title {
    font-family: "Montserrat Bold";
    margin: 0;
    font-size: 18px;
}

html .tbr_edit--error-https .modal-header {
    background-color: var(--light);
    border: none;
    padding: 20px 30px 18px;
}

html .tbr_edit--error-https .modal-footer {
    background-color: var(--light);
    border: none;
    padding: 16px 30px 14px;
}

html .tbr_edit--error-https .modal-body {
    padding: 30px;
}

html .tbr_edit--error-https .btn {
    font-size: 14px;
    min-height: 48px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 10px;
    letter-spacing: 0.5px;
    color: var(--dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

html .tbr_edit--error-https .btn:hover,
html .tbr_edit--error-https .btn:focus,
html .tbr_edit--error-https .btn:active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

html .tbr_edit--error-https .btn-primary {
    background-color: var(--primary) !important;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
    box-shadow: 0px 8px 24px 0px rgba(0,99,248,0.2);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0,99,248,0.2);
    -moz-box-shadow: 0px 8px 24px 0px rgba(0,99,248,0.2);
}

html .tbr_edit--error-https .form-control {
    color: var(--paragraph);
    min-height: 48px;
    border-radius: 10px;
    background-color: var(--light);
    border-width: 3px;
    border-style: solid;
    border-color: var(--light);
    box-shadow: none !important;
    outline: none !important;
    padding-right: 20px;
    padding-left: 20px;
}

html .tbr_edit--error-https .form-control:focus,
html .tbr_edit--error-https .form-control:active {
    color: var(--paragraph);
    background-color: var(--light);
    border-color: rgba(var(--rgb-primary), 0.7);
}

html .tbr_edit--error-https .form-group {
    padding-top: 0;
    border: none;
}

html #nprogress .bar {
    background: var(--primary);
    height: 3px;
}

html #nprogress .peg {
    box-shadow: 0 0 10px var(--purple), 0 0 5px var(--primary);
}

/* Custom logo and header for Absensi only */
.tbr_custom--logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 150px;
    background: #28293d;
    z-index: 1012;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px;
}

.tbr_custom--logo img {
    width: auto;
    height: 100%;
}

html.modern .sidebar-left {
    padding-top: 66px;
}

html.sidebar-left-collapsed .tbr_custom--logo {
    width: 73px;
    height: 73px;
    padding: 10px;
}

html.sidebar-left-collapsed .tbr_custom--logo img {
    width: 100%;
    height: auto;
}

html.sidebar-left-collapsed .sidebar-left {
    padding-top: 10px;
}

html .toggle-sidebar-left,
html [data-toggle-class="sidebar-left-collapsed"] {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed .sidebar-left .nano {
        transition: all 0.3s ease;
        border-radius: 0 16px 0 0;
    }

    .tbr_custom--logo .toggle-sidebar-left {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .tbr_custom--logo {
        width: 100%;
        height: 58px;
        padding: 6px;
        justify-content: space-between;
        padding-right: 15px;
        padding-left: 15px;
    }

    .tbr_user--box {
        margin-right: 15px;
    }
}

/* Custom label for Absensi only */
.tbr_label {
    font-family: "Montserrat Semi Bold", sans-serif;
}

.tbr_table tr td .tbr_label {
    display: block;
}

/* Custom anim ripple background for Absensi only */
.sidebar-left [anim="ripple"]:before {
    background: var(--ripple-background, #0F102A);
}

/* Square button in table */
.tbr_btn--column {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.tbr_btn.tbr_btn--table-square {
    width: 42px;
    height: 42px;
    min-height: unset;
    padding: 0;
    margin-top: -6px;
    margin-bottom: -6px;
}

/* Modal edit */
.tbr_modal--edit .modal-content {
    background-image: url('../svg/illustrations/Modal-Edit.svg');
    background-position: top 10px right 10px;
    background-size: initial;
    background-repeat: no-repeat;
}

.tbr_modal--edit .modal-body {
    padding: 30px 40px 40px;
}

/* Modal schedule */
.tbr_modal--schedule .modal-content,
.tbr_modal--edit .modal-content {
    border: none;
    border-radius: 20px;
}

.tbr_modal--schedule .modal-body {
    padding: 30px;
}

.tbr_schedule--wrap {
    border-radius: 15px;
    padding: 4px 0;
}

/* .tbr_schedule--wrap .tbr_schedule--item {
    padding: 20px 30px;
    border-bottom: 1px solid #E3E2E8;
}

.tbr_schedule--wrap .tbr_schedule--item:last-child {
    border-bottom: none;
}

.tbr_schedule--item .input-group-prepend,
.tbr_schedule--item .input-group-append {
    background-color: #DFD2F8;
} */

@media only screen and (max-width: 560px) {
    .tbr_modal--schedule .modal-body {
        padding: 20px;
    }
}

.tbr_schedule--title {
    font-size: 22px;
    color: var(--heading);
    font-family: "Montserrat Bold", sans-serif;
    margin: 15px 0 10px;
}

@media (min-width: 576px) {
    .tbr_modal--schedule .modal-dialog {
        max-width: 600px;
    }
}

/* Schedule checkbox */
.tbr_schedule--checkbox {
    padding-left: 0;
    margin: 2px !important;
}

.tbr_schedule--checkbox .custom-control-label {
    width: auto;
    height: 36px;
    border-radius: 6px;
}

.tbr_schedule--checkbox .custom-control-label::before,
.tbr_schedule--checkbox .custom-control-label::after {
    top: 0 !important;
    left: 0 !important;
    transition: all 0.3s ease;
}

.tbr_schedule--checkbox .custom-control-label::after {
    background-image: url('../svg/icons/Schedule-Unchecked.svg');
    background-size: initial;
    background-position: top 7px left 7px;
    background-size: initial;
    width: 100%;
    height: 36px;
    border-radius: 6px;
}

.tbr_schedule--checkbox .custom-control-label::before {
    background-color: rgba(var(--rgb-danger), 0.1);
    width: 100%;
    height: 36px;
    border-radius: 6px;
}

.tbr_schedule--checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../svg/icons/Schedule-Checked.svg');
    background-position: top 7px left 7px;
    background-size: initial;
    background-color: rgba(var(--rgb-success), 0.1);
    width: 100%;
    height: 36px;
    border-radius: 6px;
}

.tbr_schedule--checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: rgba(var(--rgb-success), 0.1);
}

.tbr_schedule--dayname {
    width: calc(100% - 29px);
    height: 100%;
    padding: 0 12px 0 10px;
    margin-left: 29px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--danger);
    font-family: "Montserrat Semi Bold", sans-serif;
}

.tbr_schedule--checkbox .custom-control-input:checked~.custom-control-label .tbr_schedule--dayname {
    color: var(--success);
}

.tbr_modal--schedule .schedule {
    flex-wrap: wrap;
}

/* Spinner */
.tbr_modal--schedule .tbr_modal_loading .spinner-border {
    border: 3px solid var(--primary);
    border-right-color: transparent;
}

.tbr_modal--schedule .tbr_modal_loading {
    margin-top: 20px;
}

.tbr_modal--schedule .tbr_modal_loading .spinner-border {
    margin-bottom: 10px;
}

.tbr_modal--schedule .spinner-grow {
    color: var(--primary) !important;
    width: 3rem;
    height: 3rem;
}

.tbr_modal--schedule .tbr_schedule--item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #F0F1F4;
}

.tbr_modal--schedule .tbr_schedule--item label img {
    margin-top: -2px;
}

.tbr_member--data {
    background-color: #F0EEF2;
}

.tbr_schedule--item.tbr_border--top {
    border-top: 1px solid #F0F1F4;
    padding-top: 16px;
}

.tbr_schedule--item.tbr_border--none {
    border-bottom: none;
    margin-bottom: 0;
}

/* Card footer */
.card-footer {
    background-color: var(--light);
    border-top: 1px solid #F0EEF2;
    margin-top: 0;
}

.card-footer.report {
    padding-top: 4px;
    padding-bottom: 4px;
}

.card-footer .tbr_btn {
    margin: 8px;
}

@media only screen and (max-width: 1200px) {
    .card-footer.report {
        justify-content: center !important;
        flex-wrap: wrap;
    }
}

.tbr_chart--wrap {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: -25px;
}

/* Avatar on the table */
.tbr_table--person {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tbr_table--avatar {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    border-radius: 50%;
    margin-top: -6px;
    margin-right: 20px;
    margin-bottom: -6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tbr_table--avatar svg {
    width: 24px;
    height: 24px;
}

/* Hover svg light */
.tbr_btn:hover .tbr_custom,
.tbr_btn:focus .tbr_custom,
.tbr_btn:active .tbr_custom {
    fill: #FFFFFF;
}

/* Fi button : send to email */
.tbr_btn.tbr_send--email[disabled] {
    background-color: var(--danger) !important;
    color: var(--white);
}

.tbr_btn.tbr_send--email-primary[disabled] {
    background-color: var(--primary) !important;
    color: var(--white);
}

/* Progress bar */
.tbr_progress--wrap {
    width: 80px;
    height: 5px;
    border-radius: 5px;
    margin-top: 8px;
    background-color: #E1E0E2;
    overflow: hidden;
}

.tbr_progress--wrap .bar-percent {
    height: 100%;
}

.tbr_progress--wrap .bar-danger  { background-color: var(--danger); width: 5px !important; }
.tbr_progress--wrap .bar-warning { background-color: var(--warning); }
.tbr_progress--wrap .bar-success { background-color: var(--success); }

/* Attendance detail */
.tbr_personel--avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: var(--primary);
    background-image: url('../svg/icons/Dafult-Avatar-Large.svg');
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
}

.tbr_personel--info ul {
    padding: 0;
    margin: 6px 0 0 16px;
}

/*=============================================
=                  Breadcrumbs                =
=============================================*/
.page-header h2 {
    font-size: 1.2rem;
}

.page-header.page-header-left-inline-breadcrumb h2 {
    color: var(--heading);
}

/*=============================================
=                   HR DOT                   =
=============================================*/
.tbr_hr_dot {
    border-bottom: 3px dotted #D6E6FA;
}

.tbr_square_img {
    width: 100%;
    border-radius: 20px;
}

.tbr_total_widget {
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    padding: 10px 20px;
}

.tbr_total_widget img {
    opacity: 0.3;
}

.tbr_total_widget--success {
    border: 2px solid rgba(var(--rgb-success), 0.1);
}

.tbr_total_widget--danger {
    border: 2px solid rgba(var(--rgb-danger), 0.1);
}

.tbr_total_widget--warning {
    border: 2px solid rgba(var(--rgb-warning), 0.1);
}

.tbr_nav_widget {
    margin-bottom: -25px;
}

.tbr_nav_widget .nav-item {
    width: 100%;
}

@media (min-width: 420px) {
    .tbr_nav_widget .nav-item {
        width: 140px;
    }
}

.tbr_nav_widget li .nav-link {
    text-align: center;
    font-family: "Montserrat Semi Bold";
    color: var(--heading);
    background: none;
    border: none;
    padding: 1rem;
}

.tbr_nav_widget .nav-item.show .nav-link,
.tbr_nav_widget .nav-link.active,
.tbr_nav_widget li.active .nav-link,
.tbr_nav_widget li .nav-link:hover,
.tbr_nav_widget li.active .nav-link:hover,
.tbr_nav_widget li.active .nav-link:focus {
    text-align: center;
    font-family: "Montserrat Semi Bold";
    color: var(--primary);
    background: none;
    border: none;
    position: relative;
}

.tbr_nav_widget li.active .nav-link::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: 1px;
    border-radius: 10px;
}

.tbr_transparent_tab_content {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

.tbr_progress--success {
    height: 10px;
    border-radius: 10px;
    box-shadow: none;
    background: rgba(var(--rgb-success), 0.1);
    box-shadow: 0px 8px 24px 0px rgba(var(--rgb-success), 0.1);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(var(--rgb-success), 0.1);
    -moz-box-shadow: 0px 8px 24px 0px rgba(var(--rgb-success), 0.1);
}

.tbr_progress--success .progress-bar {
    background: var(--success);
}

.tbr_progress--danger {
    height: 10px;
    border-radius: 10px;
    box-shadow: none;
    background: rgba(var(--rgb-danger), 0.1);
    box-shadow: 0px 8px 24px 0px rgba(var(--rgb-danger), 0.1);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(var(--rgb-danger), 0.1);
    -moz-box-shadow: 0px 8px 24px 0px rgba(var(--rgb-danger), 0.1);
}

.tbr_progress--danger .progress-bar {
    background: var(--danger);
}

.tbr_progress--warning {
    height: 10px;
    border-radius: 10px;
    box-shadow: none;
    background: rgba(var(--rgb-warning), 0.1);
    box-shadow: 0px 8px 24px 0px rgba(var(--rgb-warning), 0.1);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(var(--rgb-warning), 0.1);
    -moz-box-shadow: 0px 8px 24px 0px rgba(var(--rgb-warning), 0.1);
}

.tbr_progress--warning .progress-bar {
    background: var(--warning);
}

.tbr_circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: -18px;
    top: 4px;
    position: absolute;
    background: #000;
}

.tbr_circle.tbr_circle-success {
    background: var(--success);
}

.card-footer::after {
    content: none;
}

.tbr_profile_photo, #cropper-photo {
    display: block;
    max-width: 100%;
}

/* .tbr_profile_photo {
    border-radius: 50%;
} */

.tbr_member_card_header {
    display: flex;
    background-color: #faf9fb;
    padding: 20px;
}

.tbr_member_card_body {
    background-color: var(--white);
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
}

.tbr_member_photo {
    border-radius: 50%;
    margin-right: 20px;
    height: 80px;
    width: 80px;
}

.tbr_member_detail {
    padding-left: 15px;
}

/* Progress bar datatable attendance */
.bar-attendance {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.10);
}

.bar-attendance .bar-percent {
    height: 10px;
    border-radius: 10px;
}

.bar-attendance .bar-percent.bar-success {
    background-color: var(--success);
}

.bar-attendance .bar-percent.bar-danger {
    background-color: var(--danger);
}

.bar-attendance .bar-percent.bar-warning {
    background-color: var(--warning);
}

.tbr_attendance-link {
    padding: 4px 10px;
    color: white;
    border-radius: 8px;
}

.tbr_attendance-link.attendance-success {
    background-color: var(--success);
}

.tbr_attendance-link.attendance-warning {
    background-color: var(--warning);
}

.tbr_attendance-link.attendance-danger {
    background-color: var(--danger);
}

.nav-item.attendance .nav-link.active,
.nav-item.attendance .nav-link {
    color: var(--dark) !important;
}

.attendance-header p {
    font-size: 22px;
    color: #000000;
}

.attendance-date p {
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
}


.tbr_attendance_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tbr_hour_calculation {
    display: flex;
    align-items: center;
    min-height: 100px;
    margin-bottom: 15px;
}

.tbr_attendance_detail .percent {
    position: relative;
    scale: 1.5;
}

.tbr_attendance_detail .percent svg {
    position: relative;
    width: 70px;
    height: 70px;
    transform: rotate(-90deg);
}

.tbr_attendance_detail .percent svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.tbr_attendance_detail .percent .stroke-danger {
    stroke: var(--danger);
}

.tbr_attendance_detail .percent .circle-danger {
    fill: rgba(var(--rgb-danger), 0.1);
}

.tbr_attendance_detail .percent .stroke-warning {
    stroke: var(--warning);
}

.tbr_attendance_detail .percent .circle-warning {
    fill: rgba(var(--rgb-warning), 0.1);
}

.tbr_attendance_detail .percent .stroke-success {
    stroke: var(--success);
}

.tbr_attendance_detail .percent .circle-success {
    fill: rgba(var(--rgb-success), 0.1);
}

.tbr_attendance_detail .percent svg circle:last-of-type {
    stroke-dasharray: 185px;
    stroke-dashoffset: calc(185px - (185px * var(--percent)) / 100);
}

.tbr_attendance_detail .percent .circle-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tbr_clock_detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.tbr_circle_foto {
    height: 42px;
    width: 42px;
    border-radius: 100%;
    background-color: var(--primary);
    background-size: cover;
}

.tbr_attendance .card.card-modern .card-header {
    background-color: #7239ea;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.tbr_attendance .tbr_nav {
    display: flex;
}

.tbr_attendance .tbr_nav_item {
    display: flex;
    align-items: center;
    min-height: 10px;
    min-width: 10px;
    padding: 20px 15px 20px 10px;
    position: relative;
    cursor: pointer;
}

.tbr_attendance .tbr_nav_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #FFFFFF;
    transition: width 0.25s;
}

.tbr_attendance .tbr_nav_item.tbr_active::after
{
    width: 100%;
    transition: width 0.25s;
}

.tbr_attendance .tbr_nav_item_count {
    height: 30px;
    width: 30px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    color: #000000;
    margin-right: 10px;
}

.tbr_attendance .tbr_nav_item-masuk .tbr_nav_item_count {
    background-color: #ccf1e0;
    color: #24c981;
    font-weight: 700;
}

.tbr_attendance .tbr_nav_item-izin .tbr_nav_item_count {
    background-color: #feefcb;
    color: #ffb300;
    font-weight: 700;
}

.tbr_attendance .tbr_nav_item-alfa .tbr_nav_item_count {
    background-color: #fad6df;
    color: #f14a73;
    font-weight: 700;
}

.tbr_attendance .tbr_nav_item_text {
    color: #FFFFFF;
}

.tbr_attendance .tbr_date_filter {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tbr_attendance .tbr_date_filter [name='date_filter'] {
    width: 0px;
    height: 0px;
    border: none;
    padding: 0px;
}

.tbr_attendance .tbr_inner_date_filter {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #804dec;
    cursor: pointer;
}

.tbr_attendance .tbr_inner_date_filter .tbr_icon {
    margin-right: 7px;
    margin-bottom: 3px;
}

.tbr_attendance .tbr_inner_date_filter .tbr_selected {
    color: white;
}

.tbr_disabled {
    pointer-events: none;
    opacity: 0.3;
}

.tbr_global_schedule--member-detail {
    height: 200px;
    width: 100%;
    background-color: #FAF9FB;
    display: flex;
    justify-content: justify-between;
    align-items: center;
    width: 100%;
}

.tbr_global_schedule--member-detail h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #707793;
}

.tbr_global_schedule--member-detail h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #707793;
}

.tbr_global_schedule--member-detail-list {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: left;
}

/*
* Tebar Badges
*/

.tbr_badge--warning {
    width: 115px;
    height: 34px;
    padding: 6px, 24px, 6px, 24px;
    border-radius: 8px;
    gap: 16px;
    background: rgba(255, 247, 229, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(255, 179, 0, 1);
}

.tbr_badge--success {
    width: 115px;
    height: 34px;
    padding: 6px, 24px, 6px, 24px;
    border-radius: 8px;
    gap: 16px;
    background: rgba(214, 241, 231, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(5, 194, 112, 1);
}

.tbr_badge--danger {
    width: 115px;
    height: 34px;
    padding: 6px, 24px, 6px, 24px;
    border-radius: 8px;
    gap: 16px;
    background: rgba(254, 236, 240, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(241, 65, 108, 1);
}

.tbr_card--member {
    background: rgba(255, 255, 255, 1) !important;
}

.tbr_member-detail--heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(86, 86, 116, 1);
}

.tbr_member-detail--text {
    //styleName: H3/Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(123, 126, 134, 1);
}

.tbr_global_schedule--member-photo {
    max-width: 100px;
    max-height: 100px;
}
