:root {
    --first-color: #7e00ac;
    --second-color: #ffae00;
    --third-color: #7f00ad;
    --fourth-color: #5e0080;
    --fifth-color: #2f0040;
    --sixth-color: #fff;
    --seventh-color: #3a0060;
    --eight-color: #15001d;
}

a, h1, h2, h3, h4, h5, h6 {
    color: var(--second-color);
}

a:hover {
    color: var(--sixth-color);
}

body {
    background: var(--eight-color);
    color: var(--sixth-color);
}

.swiper-pagination-progressbar-fill {
    background: var(--second-color) !important;
}


#nprogress .bar {
    background: var(--second-color);
}

.title-404 {
    font-size: 10rem;
}

.teks-berjalan {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1rem;
    padding: 0.2rem;
    background: var(--fifth-color);
    border-radius: 5px;
    border-bottom: 2px solid var(--second-color);
}

header {
    padding: 1.5rem;
    margin-bottom: 0.5rem;
}

.turnamen-klasemen {
    border-radius: 50px;
    padding: 0.7rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 3px solid var(--second-color);
    background: var(--fifth-color);
    margin-bottom: 1rem;
}

.turnamen-klasemen h4 {
    font-size: 1.6rem;
    font-weight: bold;
}

.turnamen-klasemen h4:hover {
    color: var(--sixth-color);
    cursor: pointer;
}

.turnamen-klasemen button {
    border: none;
    background: linear-gradient(90deg, var(--first-color) 0%, var(--fifth-color) 100%);
    color: var(--sixth-color);
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
    margin-left: 2rem;
    border: 2px solid var(--first-color);
}

.turnamen-klasemen button span {
    animation: blinker 1s linear infinite;
}

.turnamen-klasemen button:hover {
    background: linear-gradient(90deg, var(--fifth-color) 0%, var(--first-color) 100%);
    border-color: var(--fourth-color);
    color: var(--second-color);
}

#nprogress .peg {
    box-shadow: 0 0 10px var(--second-color), 0 0 5px var(--second-color);
}

#nprogress .spinner-icon {
    border-top-color: var(--second-color);
    border-left-color: var(--second-color);
}

.progress-container {
    flex: 1;
    background-color: var(--seventh-color);
    margin: 0 10px;
    border-radius: 5px;
}

.slider-blog {
    width: 47rem;
    border-radius: 5px;
    max-width: 100%;
    border-bottom: 4px solid var(--second-color);
}

.slider-blog:hover {
    opacity: 0.9;
    cursor: pointer;
}

.progress-container:hover {
    cursor: pointer;
}

.progress-bar {
    height: 5px;
    width: 0;
    border-radius: 5px;
    background-color: var(--first-color);
}

.video-controler {
    display: flex;
    border-end-end-radius: 5px;
    border-end-start-radius: 5px;
    align-items: center;
    padding: 0.5rem;
    margin-top: -0.5rem;
    background: var(--eight-color);
}

.video-wrapper {
    padding: 1rem;
    background: linear-gradient(0deg, var(--fifth-color) 0%, var(--eight-color) 50%, var(--fifth-color) 100%);
    border-radius: 10px;
    position: relative;
    margin-bottom: 2rem;
    border-bottom: 3px solid var(--second-color);
    height: 100%;
}

.video-wrapper:hover {
    cursor: pointer;
    border-bottom: 3px solid var(--first-color);
    background: linear-gradient(0deg, var(--eight-color) 0%, var(--fifth-color) 50%, var(--eight-color) 100%);

}

.title-video {
    font-size: 1rem;
    width: 11rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

.desc-video {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 0.8rem;
} 

.trophy-video {
    position: absolute;
    font-size: 1rem;
    color: var(--second-color);
    right: 0.5rem;
    top: 0.4rem;
}

.date-video {
    font-size: 0.6rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

.volume-range {
    -webkit-appearance: none; /* Remove default styling for WebKit browsers */
    appearance: none;
    outline: none;
    border-radius: 5px;
    height: 3px;
    width: 70px;
    margin-left: 0.4rem;
    background: linear-gradient(to right, var(--fifth-color), var(--first-color));
}

.volume-range::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default styling for WebKit browsers */
    appearance: none; /* Remove default styling for modern browsers */
    width: 12px; /* Width of the thumb */
    height: 12px; /* Height of the thumb */
    background: var(--second-color); /* Thumb color */
    border-radius: 50%; /* Rounded shape */
    cursor: pointer; /* Change cursor on hover */
  }

  .volume-range::-moz-range-thumb {
    width: 12px; /* Width of the thumb */
    height: 12px; /* Height of the thumb */
    background: var(--second-color); /* Thumb color */
    border-radius: 50%; /* Rounded shape */
    cursor: pointer; /* Change cursor on hover */
  }

  /* Style the thumb on active/focus state */
.volume-range:focus::-webkit-slider-thumb,
.volume-range:active::-webkit-slider-thumb {
  background: var(--second-color); /* Lighter blue on focus or click */
}

.volume-range:focus::-moz-range-thumb,
.volume-range:active::-moz-range-thumb {
  background: var(--second-color); /* Lighter blue on focus or click */
}

.video-wrapper video {
    width: 100%;
    border-start-end-radius: 5px;
    border-bottom: none;
    border-start-start-radius: 5px;
}

.play-btn {
    border: none;
    background: none;
    color: var(--second-color);
}

.overlay-play {
    background: #00000069;
    position: absolute;
    z-index: 1;
    padding: 1.85rem;
    width: 5rem;
    height: 5rem;
    line-height: 20px;
    font-size: 1.7rem;
    color: var(--sixth-color);
    text-align: center;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

video {
    margin-top: 0.5rem;
}

video:hover, .overlay-play:hover {
    cursor: pointer;
}

.cur-time, .total-time {
    margin-right: 0.3rem;
    font-size: 0.65rem;
    color: var(--second-color);
    font-weight: bold;
}

.logo-web {
    width: 15rem;
    max-width: 100%;
}

.bo-wrapper {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid var(--second-color);
    padding: 0.7rem;
    border-radius: 50px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bo-wrapper button {
    border: none;
    padding: 0.3rem;
    margin-right: 0.5rem;
    border-radius: 5px;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
}

.bg-theme {
    background: linear-gradient(320deg, var(--fifth-color) 0%, var(--first-color) 100%);
    color: var(--second-color) !important;
    margin-top: 0.5rem;
    margin-bottom: 0;
    border: var(--second-color) 1px solid;
}

.bg-theme:hover {
    background: linear-gradient(320deg, var(--first-color) 0%, var(--fifth-color) 100%) !important;
    cursor: pointer;
    color: var(--sixth-color) !important;
}

.paginate-pagination ul > li > a.page.active {
    opacity: 1;
    color: var(--sixth-color);
    font-weight: bold;
    background: var(--fourth-color);
}

.form-select {
    background-color: var(--fifth-color);
    color: var(--second-color);
    font-weight: bold;
    border: 1px solid var(--first-color);
}

.form-control {
    background-color: var(--fifth-color);
    color: var(--second-color);
    border: 1px solid var(--first-color);
    font-weight: bold;
}

hr {
    color: var(--second-color);
    opacity: 0.6;
    width: 40rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.bo-wrapper button:nth-child(even) {
    background: var(--first-color);
    color: var(--sixth-color);
}

.bo-wrapper button:nth-child(odd) {
    background: var(--second-color);
}

.bo-wrapper button:hover {
    background: none;
    color: var(--sixth-color);
}

.text-danger {
    color: var(--second-color) !important;
}

.table-hasil {
    width: 100%;
    text-align: center;
}

.table-hasil thead {
    background: var(--second-color);
    color: var(--eight-color);
}

.table-hasil thead tr th, .table-hasil tbody tr td {
    padding: 0.4rem;
    font-weight: bold;
    
}

.table-hasil thead tr th {
    border: 1px solid var(--fifth-color);
}

.table-hasil tbody tr:nth-child(odd) {
    background: var(--fifth-color);
}


.table-hasil tbody tr:nth-child(odd) td {
    background: var(--fifth-color);
    border: 1px solid var(--second-color);
}

.table-hasil tbody tr:nth-child(odd) td:last-child {
    border-right: 1px solid var(--fifth-color);
}

.table-hasil tbody tr:nth-child(odd) td:first-child {
    border-left: 1px solid var(--fifth-color);
}

.table-hasil tbody tr:nth-child(even) td:last-child {
    border-right: 1px solid var(--second-color);
}

.table-hasil tbody tr:nth-child(even) td:first-child {
    border-left: 1px solid var(--second-color);
}


.table-hasil tbody tr:nth-child(even) {
    background: var(--second-color);
}

.table-hasil tbody tr:nth-child(even) td {
    background: var(--second-color);
    color: var(--eight-color);
    border: 1px solid var(--fifth-color);
}

.table-hasil tbody tr:hover td {
    cursor: pointer;
    background: var(--seventh-color);
    color: var(--sixth-color);
    font-weight: bold;
    border: 1px solid var(--eight-color);
}

.active>.page-link, .page-link.active {
    background-color: var(--seventh-color);
    border-color: var(--seventh-color);
}

.page-link {
    color: var(--eight-color);
}

.modal-content {
    background-color: var(--eight-color);
    border-bottom: 4px solid var(--second-color);
}

.modal-header {
    border-bottom: 1px dotted var(--second-color);
    text-transform: uppercase;
}

.modal-footer {
    border-top: none;
}

.input-group-text {
    background-color: var(--fifth-color);
    border: 1px solid var(--fifth-color);
    color: var(--sixth-color);
}

.input-group>.form-control {
    border: 1px solid var(--fifth-color);
}

.input-group-text, .input-group>.form-control  {
    border-bottom: 3px solid var(--second-color);
}

.btn-theme {
    background: linear-gradient(20deg, var(--eight-color) 0%, var(--seventh-color) 100%);
    border: 1px solid var(--seventh-color);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--sixth-color);
}

.btn-theme:hover {
    background: linear-gradient(20deg, var(--seventh-color) 0%, var(--eight-color) 100%);
    color: var(--second-color);
}

.form-control:focus {
    background: var(--eight-color);
    color: var(--second-color);
}

.paginate-pagination ul > li > a.page {
    border: 1px solid var(--second-color);
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  /* Responsive */
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {

    .table-hasil {
        width: 370px !important;
    }
   
   .table-hasil thead tr th, .table-hasil tbody tr td {
        padding: 0.2rem;
        font-size: 0.6rem;
   }
   
   .turnamen-klasemen button {
        margin-left: 0;
        font-size: 0.7rem;
        padding: 0.6rem 1rem;
   }

}

/* For Mobile Landscape View */
@media screen and (max-device-width: 850px)
and (orientation: landscape) {


}

/* For Mobile Phones Portrait or Landscape View */
@media screen
and (max-device-width: 640px) {

}