<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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);

}

.app-title {
    color: #3F5FB6;
}

.tcs::-webkit-scrollbar {
    display: none;
}

.tcs {
    -ms-overflow-style: none; 
    scrollbar-width: none;
}


.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")
}

.spinner-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(29, 29, 29, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9000;
}
.spinner {
    /* margin: 290px auto; */
    transform: translate(-50%, -50%);
    width: 500px;
    height: 450px;
    top: 50%;
    left: 50%;
    /* background-color: rgba(29, 29, 29, 0.137); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.spinner .circle {
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #F00;
    border-radius: 50%
}

.spinner .one {
    animation: spinners linear infinite;
    width: 130px;
    height: 130px;
    border-top-color: #F7941D;
    animation-duration: .85s
}
.logo-tc {
    margin: 20px auto;
}
.spinner .two {
    animation: spinners linear infinite;
    width: 155px;
    height: 155px;
    animation-duration: .95s;
    border-top-color: #D7DF21;
}

.spinner .three {
    animation: spinners linear infinite;
    width: 180px;
    height: 180px;
    border-top-color: #5ABDEB;
    animation-duration: 1.05s
}
@keyframes anti_move_box {
    12.5% {
      transform: rotate(0deg);
    }
    37.5% {
      transform: rotate(0deg);
    }
    62.5% {
      transform: rotate(0deg);
    }
    87.5% {
      transform: rotate(0deg);
    }
}

@keyframes spinners {
    0% {
        transform: rotate(0deg)
    }
    
    100% {
        transform: rotate(360deg)
    }
}

.bg-blue-50 {
    background-color: #f5fdff;
}

::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 3px rgba(28, 61, 248, 0.3); */
	border-radius: 10px;
	background-color: #e2f3ff;
}

::-webkit-scrollbar
{
    padding-top: 4px;
    height: 8px;
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 3px rgba(28, 61, 248, 0.3); */
	background-color: #4271ff;
}


.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-new-primary {
    --bg-opacity: 1;
    background-color: #0767d41A;
    /* background-color: 5BC0F8; */
    /*text style*/
    --text-opacity: 1;
    color: #0767d4;
    transition: .3s;
}

.bg-new-primary:hover {
    background-color: #0767d4;
    color: #FFFFFF;
}


.bg-new {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: bottom;
    background-position:bottom;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-image: url('../images/bg-new.svg');
}

.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-new-secondary {
    --bg-opacity: 1;
    border-width: 1px;
    background-color: #6666661A;
    /*text style*/
    --text-opacity: 1;
    color: #666666;
    /* color: rgba(74, 85, 104, var(--text-opacity)); */
    transition: .3s;
}

.bg-new-secondary:hover {
    background-color: #666666;
    color: #fff;
}


.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-new-success {
    --bg-opacity: 1;
    background-color: #a3dd1b1A;
    /*text style*/
    --text-opacity: 1;
    color: #a3dd1b;
    transition: .3s;
}

.bg-new-success:hover {
    background-color: #a3dd1b;
    color: #fff;
    /* --bg-opacity: 1; */
}


.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-new-warning {
    /* --bg-opacity: 1; */
    background: #ffbf1e1A;
    /* border: 1px solid #ffbf1e; */
    border-radius: 4px;
    /*text style*/
    --text-opacity: 1;
    color: #ffbf1e;
    transition: .3s;
}

.bg-new-warning:hover {
    background-color: #ffbf1e;
    color: #fff;
}
/* 
.mt-20 {
    margin-top: 80px;
} */

.dz-progress {
    background-color: aliceblue;
}

.swal2-popup {
    margin-top: 80px;
}

.tippy-box {
    font-size: 11px;
    background-color: #3650f7;
    color: #fff;
}

.tippy-arrow {
    color: #3650f7;
}


.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-new-danger{
    --bg-opacity: 1;
    background-color: #D329291A;
    /* background-color: rgba(211, 41, 41, var(--bg-opacity)); */
    /*text style*/
    --text-opacity: 1;
    color: #D32929;
    transition: .3s;
}

.bg-new-danger:hover {
    background-color: #D32929;
    color: #fff;
}


.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;
}

@media only screen and (min-width: 1600px) {
    .mb-responsive {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1920px) {
    .mb-responsive {
        margin-bottom: 100px;
    }
}

/*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;
}

.input-text-uppercase {
    text-transform: uppercase;
}


ul.peserta-import-tabs{
    padding: 7px 0px;
}

ul.peserta-import-tabs li.tab-item{
    padding: 10px;
    border: 1px solid #cccccc;
    display: inline;
     font-size: 1.5rem !important;
     font-weight: 500 !important;
     border-radius: 15px 15px 0px 0px;
     cursor: pointer;
     background-color: #eee;
}
li.tab-item.active{
    color: #FFFFFF;
    background-color: rgba(28, 63, 170, var(--bg-opacity)) !important;
}

.tab-content-custom{
    border: 1px solid #CCCCCC;
    padding: 1.25rem;
}

.item-preview-personel{
    font-size: 1.3rem;
    cursor: pointer;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 10px;
}
.item-preview-personel:hover{
    background-color: #EEEEEE;
}
.input-group-btn{
    display: flex;
}

.input-group-btn input{
    flex-grow: 1;
    border-radius: 5px 0px 0px 5px;
}

.input-group-btn button{
    border-radius: 0px 5px 5px 0px !important;
}

.tr-sticky{
    position: sticky;
    top: 0;
    background: white;
    z-index: 20;
}

.tr-sticky th{
    border-color: #e2e8f0;
}

.mx-h-500{
    max-height: 500px;
}
a.text-blue:hover {
    color: #2A4FB3;
    font-weight: bold;
}

.show-modal{
    z-index: 52;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}

.btnPrepend{
    /* top: 12px; */
    /* right: 10px; */
}</pre></body></html>