body {
    font-family: 'Poppins', sans-serif;
    background-color: #4F4F4F;
}

.card {
    border-radius: 8px;
    margin-bottom: 24px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 104.42%), linear-gradient(270deg, #37474F -96.46%, rgba(144, 202, 249, 0) 84.96%), #333333;
    box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.15);
}

.card .card-header {
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(270deg, #37474F 0%, rgba(144, 202, 249, 0) 100%), #333333;
    box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.15);
    padding-bottom: 2px;
    padding-top: 8px;
}

.card .card-header .card-title {
    color: #fff;
    font-weight: bold;
}

.card-button {
    margin-top: -5px;
    margin-bottom: 4px;
}

.card .card-body {
    border-radius: 0px 0px 8px 8px;
}

.scroll-y {
    height: 340px;
    overflow-y: auto;
}

.scroll-y-marquee {
    height: 320px;
    overflow: auto;
    overflow: hidden;
    position: relative;
}

.scroll-y-table {
    height: 340px;
    overflow: auto;
    overflow: hidden;
    position: relative;
}

.scroll-y table tr th,
.scroll-y table tr td {
    padding: 6px 8px;
    color: #fff;
    border: 0;
}

.scroll-y table tbody tr:nth-child(odd) {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%), rgba(86, 204, 242, 0.5);
}

.widget {
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    padding: 18px;
    margin-bottom: 10px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%), #828282;
    box-shadow: 0px 2px 20px rgba(51, 51, 51, 0.15);
}

.widget h4 {
    font-weight: 700;
    font-size: 36px;
}

.widget h5 {
    font-weight: 700;
    font-size: 24px;
}

.widget p {
    font-weight: 700;
}

.widget-success {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%), #27AE60;
    font-size: small;
}

.widget-primary {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%), rgba(86, 204, 242, 0.5);
}

.widget-danger {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 51.46%, rgba(0, 0, 0, 0) 100%), #EB5757;
}

.widget-purple {
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%), #195FDE; */
    /* background: linear-gradient(108deg, rgba(33,24,110,1) 49%, rgba(132,188,255,1) 92%, rgba(132,188,255,1) 100%); */
    background: linear-gradient(270deg, rgba(31, 130, 224, 1) 0%, rgba(23, 84, 221, 1) 50%, rgba(29, 121, 223, 1) 90%);
}

.widget-warning {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 51.46%, rgba(0, 0, 0, 0) 100%), #e4924f;
}

.circle-success {
    background-color: #3E7B55;
}

.circle-primary {
    background-color: #077ce9;
}

.circle-warning {
    background-color: #FFB263;
}

.circle-danger {
    background-color: #FF7070;
}

.circle-dark {
    background: rgba(255, 255, 255, 0.15);
}

.widget+.divider {
    position: absolute;
    top: 86px;
    /* left: 70px; */
    left: 180px;
    background-color: #fff;
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.circle-sm {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.progress {
    height: 10px;
}

.progress-bar {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%), rgba(86, 204, 242, 0.5);
}

.progress-bar-cabutan-segel {
    background: #27AE60;
}

table.f14 tr td {
    font-size: 14px;
}

.border-white-right {
    border-right: 1px solid #ffffff;
}

.list-margin {
    margin: 4px 5px 0px 2px;
}

.list-font-number {
    font-size: 24px;
    font-weight: bold;
}

.list-font-title {
    font-size: 18px;
    font-weight: bold;
}

.list-font-desc {
    font-size: 16px;
}

.dividers {
    position: absolute;
    top: 14px;
    left: -5px;
    background-color: #fff;
    background-position-x: 13px;
    background-position-y: 7px;
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.dividers_baru {
    top: 14px;
    left: -5px;
    background-color: #fff;
    background-position-x: 13px;
    background-position-y: 7px;
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 56px;
    height: 56px;
}

.box_marquee {
    margin: 3em auto;
    padding: 2em;
    position: relative;
    overflow: hidden;
    top: 1em;
    box-shadow: 7px 5px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid black;
    border-radius: 2px;
}


.slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 70s linear infinite;
    list-style-type: none;
    text-align: center;
}

.slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    /* 0%   { top:   10em }
    100% { top: -120em } */
    0%   { top: 10em }
    100% { transform: translateY(-100%) }
}

.blur .slider {
  	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
}

.blur:before, .blur::before,
.blur:after,  .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.blur:after, .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.blur:before, .blur::before {
    top: 0;
}

.table-strip table tbody tr:nth-child(odd) {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%), rgba(84, 203, 242, 0.502);
}

.dataTables_length {
    color: #ffffff !important;
}

.dataTables_info {
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #56ccf280 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.page-link {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.btn-purple-new {
    color: #fff;
    background-color: #8D99EE;
    border-color: #8D99EE;
}

th, thead {
    position: relative;
    z-index: 2;
    background-color: #2E2F2F;
}

.marquee_table {
    /* top: 20em; */
    position: relative;
    box-sizing: border-box;  
    animation: marquee_table 65s linear 0s infinite;
}

.marquee_table:hover {
    animation-play-state: paused;
}

@keyframes marquee_table {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0%, -100%);
    }
}