@font-face {
    font-family: NevisBold;
    src: url('../font/NevisBold-KGwl.ttf');
}

@font-face {
    font-family: Avatar;
    src: url('../font/herculanum.ttf');
}

@font-face {
    font-family: NexaLight;
    src: url("../font/NexaLight.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

/*******************
      1.General
  *******************/


  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-family: "Poppins", sans-serif;
      color: #ffffff;
      font-weight: 500;
  }

  a {
      text-decoration: none !important;
      outline: none;
  }

  p {
      line-height: 1.8;
      font-size: 15px;
      color: #ffffff !important;
  }

  label {
      font-weight: normal!important;
      color: #ffffff !important;
  }


  body {
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: rgb(27,27,27);
    overflow-x: hidden!important;

}

.flashing-text {
    color: white;
    font-weight: normal;
    animation: flashing 1s infinite;
}

@keyframes flashing {
    0%, 49.9%, 100% {
        color: rgba(255, 255, 255, 0.5); /* Warna teks selama setengah waktu animasi */
    }
    50%, 99.9% {
        color: rgb(249, 37, 37); /* Warna teks selama setengah waktu animasi berikutnya */
    }
}


  .bg-main{
    background-color: rgb(27,27,27);
    color: #ffffff;
}

.bg-main-2{
    background-color: rgb(42,42,48);
    color: #ffffff;
}

.bg-main-3{

    background: rgb(249, 37, 37);
     background:  linear-gradient(180deg, rgb(249, 37, 37) 0%, rgb(249, 37, 37) 100%);

    color: white;
}

.bg-main-hover:hover{
     background: rgb(249, 37, 37);

    border: none;
}


.btn-primary{

    background: rgb(249, 37, 37);
     background:  linear-gradient(180deg, rgb(249, 37, 37) 0%, rgb(249, 37, 37) 100%);
}



.text-main{


    background: rgb(249, 37, 37);
     background:  linear-gradient(180deg, rgb(249, 37, 37) 0%, rgb(249, 37, 37) 100%);
	-webkit-background-clip: text!important;
	-webkit-text-fill-color: transparent!important;
}


.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
    color: #fff;
    border: none;
     background: rgb(249, 37, 37);
      background:  linear-gradient(180deg, rgb(249, 37, 37) 0%, rgb(249, 37, 37) 100%);
}

#game .nav-pills .nav-link{
    color: #fff;
    border: 2px solid rgb(42,42,48);
}


.nav-tabs {
    border-bottom: none;
}



@media (max-width:  1200px) {
    .h-provider {
        height: 40px;
    }
    dl, ol, ul {
        margin-top: 0;
        margin-bottom: 0;
    }
    .carousel-indicators li {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 40px;
        height: 4px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease;
    }

}

@media (min-width: 1200px) {

    .h-provider {
        height: 60px;
    }

    .carousel-indicators li {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 60px;
        height: 6px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease;
    }

}



.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
 }
 .tabbable .nav-tabs .nav-link {
   white-space: nowrap;
 }


.bg-home {
    height: 70vh;
    width: 100%;
}

.text-dark {
    color: rgb(42,42,48) !important;

}

.table td,
.table th {
    vertical-align: middle !important;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 3px solid transparent;
}

.topnav a:hover {
    border-bottom: 3px solid rgb(249, 37, 37);
}

.topnav a.active {
    border-bottom: 3px solid rgb(249, 37, 37);
}


.img-shadow {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.37));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.37));
}



::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 rgba(44, 44, 44, 0.849), 0.048 !important;

}

::-webkit-scrollbar-thumb {
    background: #ffffff36 !important;

}

::-webkit-scrollbar-thumb:hover {
    background: rgb(249, 37, 37) !important;
}


#sidebar-menu>ul>li>a.active {
    color: 414d5f !important;
    background-color: #c4c4c42c;
    border-right-color: rgb(249, 37, 37);
    ;
}

#sidebar-menu>ul>li>a {
    /* color: #c4c4c42c; */
    display: block;
    padding: 12px 20px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: Poppins, sans-serif;
    font-size: .925rem;
    border-right: 2px solid transparent;
}


.page-item.active .page-link {
    z-index: 1;
    color: white;
    background-color: rgb(249, 37, 37);
    border-color: rgb(249, 37, 37);
    border-radius: 10px;
}


.page-item.disabled .page-link {
    background: none !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6c757d;
    background: none;
    font-weight: bold;
    border: none;
}

.page-link:hover {
    color: white;
    background-color: rgb(249, 37, 37);
    border-radius: 10px;
}



.navbar-custom {
    padding: 10px 0px;
    width: 100%;
    z-index: 999;
    background-color: rgb(42,42,48);
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
    line-height: 26px;
    color: white!important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent !important;
    padding: 6px 10px;
    margin: 0 10px;
    font-size: 15px;
}

.navbar-custom .button-menu-mobile {
    border: none;
    color: white!important;
    display: block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}
    .navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff!important;
}



.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: rgb(42,42,48)!important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-sticky.navbar-custom .logo .logo-dark {
    display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
    display: none;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
    color: white;
}


@media (max-width: 991px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: rgb(42,42,48) !important;
        -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    }

    .navbar-custom .logo .logo-dark {
        display: inline-block;
    }

    .navbar-custom .logo .logo-light {
        display: none;
    }

    .navbar-custom .logo img {
        height: 18px;
    }

    .navbar-custom .navbar-nav .nav-item .nav-link {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        color: white !important;
        margin: 0px;
        padding: 6px 0px;
    }

    .navbar-custom .navbar-nav .nav-item.active .nav-link {

        color: #323a46;
    }

    .bg-home {
        padding-top: 140px;
    }
}



@media (max-width: 1200px) {





    .tiktok{
        position: fixed;bottom:315px;right:10px;z-index:99999999;
        background-color: black;
        border-radius: 50rem;
       }
    .tiktok img{
    width: 45px;
    }

    .ig{
        position: fixed;bottom:263px;right:10px;z-index:99999999;
       }

    .ig img{
    width: 43px;
    }



    .wa{
     position: fixed;bottom:110px;right:11px;z-index:99999999;
    }

    .wa img{
     width: 45px;
    }
    .tele{
        position: fixed;bottom:150px;right:0px;z-index:99999999;
        width: 65px;
       }

       .tele img{
        width: 62px;
       }


    .fb{
        position: fixed;bottom:213px;right:12px;z-index:99999999;
       }

       .fb img{
        width: 42px;
       }

    }


    @media (min-width: 1200px) {


        .tiktok{
            position: fixed;bottom:288px;right:19px;z-index:99999999;
            background-color: black;
            border-radius: 50rem;
           }
        .tiktok img{
        width: 59px;
        }

        .ig{
            position: fixed;bottom:221px;right:21px;z-index:99999999;
           }

        .ig img{
        width: 56px;
        }

        .wa{
        position: fixed;bottom:24px;right:21px;z-index:99999999;
        }

        .wa img{
        width: 58px;
        }

        .tele{
        position: fixed;bottom:75px;right:16px;z-index:99999999;
        width: 73px;
        }

        .tele img{
        width: 80px;
        }

        .fb{
            position: fixed;bottom:153px;right:19px;z-index:99999999;
        }

        .fb img{
            width: 56px;
        }

    }





    @media (max-width: 1200px) {


        .custom-social-proof {
            margin-bottom: 60px;
            margin-left:-38px;
          }

          .custom-social-proof .custom-notification {
            width: 90px;
          }

          .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {

            padding-left: 10px;
            padding-right: 10px;
          }

      }






    .custom-social-proof {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999999999999 !important;

      }
      .custom-social-proof .custom-notification {
        width: 375px;
        border: 0;
        text-align: left;
        z-index: 99999;
        box-sizing: border-box;
        font-weight: 400;
        border-radius: 4px;
        box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
         background: rgb(249, 37, 37);

        position: relative;
        cursor: pointer;
      }
      .custom-social-proof .custom-notification .custom-notification-container {
        display: flex !important;
        align-items: center;
        height: 50px;
      }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
        max-height: 75px;
        width: 90px;
        overflow: hidden;
        border-radius: 6px 0 0 6px;
        object-fit: cover;
      }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
        margin: 0;
        height: 100%;
        color: gray;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0 6px 6px 0;
        flex: 1;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
      }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
        font-family: inherit !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px;
        line-height: 16px;
      }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
        margin-top: 3px !important;
        display: block !important;
        font-size: 12px !important;
        opacity: 0.8;
      }
      .custom-social-proof .custom-notification .custom-close {
        position: absolute;
        top: 8px;
        right: 8px;
        height: 12px;
        width: 12px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        transform: rotate(45deg);
        opacity: 0;

        color: white;
      }
      .custom-social-proof .custom-notification .custom-close::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: gray;
        position: absolute;
        left: 0;
        top: 5px;
      }
      .custom-social-proof .custom-notification .custom-close::after {
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background-color: gray;
        position: absolute;
        left: 5px;
        top: 0;
      }
      .custom-social-proof .custom-notification:hover .custom-close {
        opacity: 1;
      }
      .poweredby {
        font-weight: 600;
        text-decoration: none;
        margin-left: 3px;
        color: #3498db;
      }

      /* klasemen */
      .tablink1 {
        background: rgb(249, 37, 37);
 background:  linear-gradient(180deg, rgb(249, 37, 37) 0%, rgb(249, 37, 37) 100%);
       color: white;
       float: left;
       border: none;
       outline: none;
       cursor: pointer;
       padding-top: 14px;
       padding-bottom: 14px;
       font-size: 12px;
       width: 25%;
       border-top-left-radius: 5px
   }

   .tablink2 {
        background: rgb(249, 37, 37);
 background:  linear-gradient(180deg, rgb(249, 37, 37) 0%, rgb(249, 37, 37) 100%);
       color: white;
       float: left;
       border: none;
       outline: none;
       cursor: pointer;
       padding-top: 14px;
       padding-bottom: 14px;
       font-size: 12px;
       width: 25%
   }

   .tablink3 {
        background: rgb(249, 37, 37);
        background:  linear-gradient(180deg, rgb(249, 37, 37) 0%, rgb(249, 37, 37) 100%);
       color: white;
       float: left;
       border: none;
       outline: none;
       cursor: pointer;
       padding-top: 14px;
       padding-bottom: 14px;
       font-size: 12px;
       width: 25%
   }

   .tablink4 {


        background: rgb(249, 37, 37);
        background:  linear-gradient(180deg, rgb(249, 37, 37) 0%, rgb(249, 37, 37) 100%);
       color: white;
       float: left;
       border: none;
       outline: none;
       cursor: pointer;
       padding-top: 14px;
       padding-bottom: 14px;
       font-size: 12px;
       width: 25%;
       border-top-right-radius: 5px
   }

   .tablink1:hover {
       background-color: rgb(249, 37, 37);
       color: white
   }

   .tablink2:hover {
       background-color: rgb(249, 37, 37);
       color: white
   }

   .tablink3:hover {
       background-color: rgb(249, 37, 37);
       color: white
   }

   .tablink4:hover {
       background-color: rgb(249, 37, 37);
       color: white
   }

   .tabcontent {
       color: white;
       display: none;
       height: 100%
   }

   .mt10 {
       margin-top: 80px;
       text-align: center
   }

   .m-only {
       display: none;
   }

   .d-only {
       display: block;
   }
   @media screen and (max-width: 768px) {
       .m-only {
           display: block;
       }

       .d-only {
           display: none;
       }
   }




   .tbl-strip tr:nth-child(odd) {
    background-color: rgb(42,42,48);
    }

    .tbl-strip tr:nth-child(even) {
    background-color: rgb(27,27,27);
    }
    .blink {
  animation: blinker 1s linear infinite!important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .overlay:hover {
    opacity: 1;
  }

  .button {
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
  }
  .maintenance{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.767);
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
