.nav-tabs .active {
    border-bottom-width: 4px;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, 1);
    font-weight: 600;
    border-radius: unset;
    color: #4a5568;
    color: rgba(74, 85, 104, 1);

}

.nav-tabs {
    color: #718096;
    font-size: 1rem;
}


/*TELEGRAM*/
.font-tg {
    font-family: Arial !important;
}

.sm-tg {
    font-size: 8pt !important;
}

.base-tg {
    font-size: 10pt !important;
}

.header-tg {
    font-size: 11pt !important;
}

.mb-tg-lg {
    margin-bottom: 11pt;
}

.mb-tg-md {
    margin-bottom: 10pt;
}

.mb-tg-sm {
    margin-bottom: 8pt;
}

@page {
    margin: 0;
}

table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right
}


table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png") !important
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png") !important
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png")
}


.bg-primary {
    --bg-opacity: 1;
    background-color: #1C3FAA;
    background-color: rgba(28, 63, 170, var(--bg-opacity));
    /*text style*/
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.bg-secondary {
    --bg-opacity: 1;
    border-width: 1px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    /*text style*/
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}

.bg-success {
    --bg-opacity: 1;
    background-color: #91C714;
    background-color: rgba(145, 199, 20, var(--bg-opacity));
    /*text style*/
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.bg-warning {
    --bg-opacity: 1;
    background-color: #FBC500;
    background-color: rgba(251, 197, 0, var(--bg-opacity));
    /*text style*/
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.bg-danger{
    --bg-opacity: 1;
    background-color: #D32929;
    background-color: rgba(211, 41, 41, var(--bg-opacity));
    /*text style*/
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.bg-dark{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    /*text style*/
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.title-seleksi-id-card {
    background-image: url("../images/triangle-orange.png"), url("../images/line_orange.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    background-size:40px;
}

.fc-event-time, .fc-event-title {
    padding: 0 1px !important;
    white-space: normal !important;
}

/*fix list summernote*/
.note-editable ul{
    list-style: disc !important;
    list-style-position: outside !important;
    padding-left: 10px;
}

.note-editable ol {
    list-style: decimal !important;
    list-style-position: outside !important;
    padding-left: 10px;
}

ul{
    list-style: disc !important;
    list-style-position: outside !important;
    padding-left: 10px;
}

ol {
    list-style: decimal !important;
    list-style-position: outside !important;
    padding-left: 10px;
}