@font-face {
  font-family: 'Sohne';
  src: url('./assets/fonts/Sohne/TestSohne-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SohneBold';
  src: url('./assets/fonts/Sohne/TestSohne-SemiBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

html .content.app-content {
    background: #e4e4e4;
    font-family: "Sohne", sans-serif !important;

}

.overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* atau sesuaikan misal 60% */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0; /* pastikan elemen konten di atas punya z-index lebih tinggi */
  pointer-events: none; /* biar overlay gak ganggu klik di atasnya */
}



.footer {
    background: #42C39D;
    background: -webkit-linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    background: linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#42C39D", endColorstr="#1E675E", GradientType=1);
    color: white !important;
}

.footer a {
    color: white !important;
    font-weight: 600;
}

.bg-personal{
    background: -webkit-linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    background: linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#42C39D", endColorstr="#1E675E", GradientType=1);
    color: white !important;
}

.content-header-left{
    margin-top: 2em;
}


.rundown-title{
    display: block;
    width: 300px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.logo-run{
    width: 350px;
}

.leaderboard{
    width: 50%;
    margin: 0 auto;
    row-gap: 5px;
    color:white !important;
    position: relative;
    z-index: 1;
}

.rank{
    width: 100%;
    padding: 1em;
    font-size: 1.2em;
    background: #262626;
    background: linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(237, 221, 83, 0.18) 100%);
    position: relative;
    z-index: 1;
}

.trophy{
    position: absolute;
    z-index: 9;
    top: 45px;
    left: -75px;
}

.rank-1{
    background: #ebb30e;
    background: linear-gradient(90deg, rgba(235, 179, 14, 1) 0%, rgba(237, 221, 83, 0.18) 100%);
    color:white !important
}

.rank-2{
    background: #a6a6a6;
    background: linear-gradient(90deg, rgba(166, 166, 166, 1) 0%, rgba(237, 221, 83, 0.18) 100%);
    color:white !important
}

.rank-3{
    background: #755200;
    background: linear-gradient(90deg, rgba(117, 82, 0, 1) 0%, rgba(237, 221, 83, 0.18) 100%);
    color:#e4a000 !important
}

.rank-name{
    text-align: left !important;
    column-gap: 20px;
    width: 45%;
    font-weight: 800;

}

.rank-time{
    text-align: right !important;
}






.navigation {
    font-size: 1rem !important;
    padding-bottom: 10px !important;
}

table.dataTable td, table.dataTable th {
    padding: 0.5rem 1rem !important;
    font-size: .9rem !important;
}


.main-menu .navbar-header .navbar-brand {
    margin-top: 0.35rem !important;
}


.ql-editor table{
    border: 1px solid;
}

.ql-editor td{
    border: 1px solid;
    padding: 10px;
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon, .header-navbar .navbar-container ul.navbar-nav li svg.ficon {
    color: #ffffff !important;
}

.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
    color: #ffffff;
}


.card-header-tabs .nav-link.active {
    background: -webkit-linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    background: linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#42C39D", endColorstr="#1E675E", GradientType=1);
    box-shadow: 0 0 10px 1px rgb(30, 103, 94);
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}

.main-menu.menu-light .navigation > li.active > a {
    background: -webkit-linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    background: linear-gradient(90deg, rgba(66, 195, 157, 1) 0%, rgba(30, 103, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#42C39D", endColorstr="#1E675E", GradientType=1);
    box-shadow: 0 0 10px 1px rgb(30, 103, 94);
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}

.btn-primary {
    border: none !important;
    background: -webkit-linear-gradient(0deg, #71B68A 0%, #519082 100%);
    background: -moz-linear-gradient(0deg, #71B68A 0%, #519082 100%);
    background: linear-gradient(0deg, #71B68A 0%, #519082 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71B68A", endColorstr="#519082", GradientType=1);
    box-shadow: 0 0 5px 1px rgb(30, 103, 94);
    color: #fff !important;
}

.btn-primary:hover {
    border-color: #519082 !important;
    background: #519082 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #71B68A;
    background-color: #71B68A;
    border-color: #71B68A;
}

.transparent-box{
        /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent-box label{
    color: white;
}

.avatar{
    background: #F6CE46;
}

.navbar-container{
    border-radius: 0.428rem;
}

.nav-item {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
    background-color: #dadada !important;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before, .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > svg:before {
    height: 15px !important;
    width: 15px !important;
    font-size: 1.25rem !important;
}

.main-menu.menu-light .navigation li a {
    padding: 5px 15px 5px 15px !important;
}

.dataTable img{
    /* border-radius: 10px !important; */
    object-fit: contain !important;
    height: 75px !important;
    width: 100px !important;
}

.datatable-ellipsis {
  max-width: 400px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.sidebar-group-active > a:after {
    right: 25px;
    top: 8px;
    filter: brightness(2);
}

.auth-wrapper.auth-basic .auth-inner:before {
    background-image: none !important;
}
.auth-wrapper.auth-basic .auth-inner:after {
    background-image: none !important;
}


/* PANEL INFO */
.content-slide{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
    padding: 1em;
    padding-top: 5em;
    top: 0;
}

.total-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.slide-total-gameapps{
    height: 100vh !important;
}

.total-info h1{
    font-family: "SohneBold", sans-serif !important;
    font-weight: 800;
    font-size: 5.5em ;

}

.total_info_number{
    font-size: 12.5em !important;

}

.total_info_leaderboard{
    font-size: 8em !important;
}

.slide-total-leaderboard{
    height: 90vh;
}



.slide-total-pembiayaan h1{
    font-size: 4em ;
}

.total_info_number_money{
    font-size: 7.5em !important;

}

.total-info h4{
    font-family: "SohneBold", sans-serif !important;
    font-weight: 800;
    font-size: 4.5em !important;
}

.total-info p{
    font-family: "SohneBold", sans-serif !important;
    font-weight: 800;
    font-size: 2.5em !important;

    line-height: normal !important;
}

.slide-total-leaderboard p{
font-family: "Sohne", sans-serif !important;
    font-weight: 200;
    font-size: 2.5em !important;


}

.slide-total-leaderboard .leaderboard{
    width: 90%;
    font-size: 1.5em;
}

.text-g-white{
    background: #F5F5F5;
    background: radial-gradient(ellipse farthest-corner at center center, #F5F5F5 0%, #9A9E86 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-g-gold{
   background: #F5D86C;
    background: radial-gradient(ellipse farthest-corner at center center, #F5D86C 0%, #CD8741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shadow-gold{
    text-shadow:
    0 0 5px #FFD700,
    0 0 10px #fecb6c,
    0 0 20px #CD8741;
    animation: blink-glow 2.5s infinite alternate;
}


@keyframes blink-glow {
  0% {
    text-shadow:
      0 0 5px #FFD700,
        0 0 10px #fecb6c,
        0 0 20px #CD8741;
        color: #FFD700;
  }
  50% {
    text-shadow:
      0 0 10px #FFD700,
      0 0 20px #fecb6c,
      0 0 35px #FF8C00;
    color: #CD8741;
  }
  100% {
    text-shadow:
      0 0 5px #FFD700,
      0 0 10px #CD8741,
      0 0 20px #FF8C00;
    color: #F5D86C;
  }
}

.program-list{
    text-align: left !important;
    margin-bottom: 3em;
}

.program-list h4{
    font-size: 4em !important;
    text-shadow: 0x 0px 5px black;
}

.program-list h5{
    font-size: 3em !important;
    font-weight: 800;
}

.slide-rundown{
    height: 95vh !important;
    margin-top: 0em !important;

}



/* SWIPPER */




@media (max-width:768px) {
    .auth-wrapper .auth-inner {
        background-color: transparent !important;
    }

    .logo-run {
        width: 200px;
    }

    .auth-wrapper {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .leaderboard {
        width: 95%;
        margin: 0 auto;
        row-gap: 2px;
        color: white !important;
        position: relative;
        z-index: 1;
    }

    .rank {
        width: 100%;
        padding: 1em;
        font-size: .85em;
        background: #262626;
        background: linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(237, 221, 83, 0.18) 100%);
        position: relative;
        z-index: 1;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .trophy {
        position: absolute;
        z-index: 9;
        top: 120px;
        left: -30px;
        width: 75px;
    }
}


