/* Styling untuk panel sisi kiri */
#left-panel {
    background-color: rgb(30, 0, 58);
    padding: 20px;
    width: 15%;
    float: left;
    /* border-right: 1px solid red;
    border-left: 1px solid red;
    border-top: 1px solid red;
    border-bottom: 1px solid red; */
    height: 100vh;
}

/* Styling untuk panel di sisi atas */
#top-panel {
    color: white;
    padding: 10px;
    text-align: center;
    /* width: 100%; */
    /* height: 10%;  */
    background-color: rgb(30, 0, 58); /* ubah background color menjadi abu-abu */
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px; /* menambahkan border top-left rounded */
    border-top-right-radius: 10px; /* menambahkan border top-right rounded */
    border-bottom-right-radius: 10px; /* menambahkan border top-right rounded */
    border-bottom-left-radius: 10px; /* menambahkan border top-right rounded */
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-left: 13%;
    justify-content: space-between;
}

/* Styling untuk panel di sisi atas */
#top-panel2 {
    color: white;
    padding: 10px;
    text-align: center;
    /* width: 100%; */
    /* height: 10%;  */
    background-color:rgb(30, 0, 58); /* ubah background color menjadi abu-abu */
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px; /* menambahkan border top-left rounded */
    border-top-right-radius: 10px; /* menambahkan border top-right rounded */
    border-bottom-right-radius: 10px; /* menambahkan border top-right rounded */
    border-bottom-left-radius: 10px; /* menambahkan border top-right rounded */
    /* border-right: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white; */
    margin-left: 13%;
    justify-content: space-between;
}

#top-panel3 {
    color: white;
    padding: 10px;
    text-align: center;
    width: 600px;
    height: 50px; 
    background-color: rgb(230, 173, 17); /* ubah background color menjadi abu-abu */
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

#logo {
    max-width: 100%; /* ubah properti width menjadi max-width */
    height: auto;
    /* margin-right: 100px; */
    margin-bottom: 80px; 
}

/* Styling untuk panel body/content di tengah */
.main-content {
    /* margin-left: 25%; */
    padding: 1px;
    background-color: rgb(30, 0, 58);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    /* flex-direction: row; */
    /* align-items: center; */
    /* box-sizing: border-box; */
}

.main-content p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.main-content h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.left {
    /* flex: 1;
    flex-direction: column;
    background-color: black;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: left; */
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        text-align: left;
        width: 40%;
        height: 100px;
        /* border: 2px solid red; */
}

.left2 {
    /* flex: 1;
    flex-direction: column;
    background-color: black;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: left; */
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        text-align: left;
        width: 100%;
        height: 300px;
        /* border: 2px solid red; */
}

.left3 {
    /* flex: 1;
    flex-direction: column;
    background-color: black;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: left; */
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        text-align: left;
        width: 100%;
        height: 100px;
        /* border: 2px solid red; */
}

.right {
    /* flex: 2;
    flex-direction: column;
    background-color: black;
    padding: 5px;
    box-sizing: border-box;
    text-align: right; */
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: right;
        text-align: right;
        width: 100%;
        /* height: 300px; */
        /* border: 2px solid red; */
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    border: 1px solid rgb(30, 0, 58);
  }

/* Styling untuk input dan button di panel sisi kiri */
#username-input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #fff; /* ubah warna border menjadi putih */
    border-radius: 5px;
    background-color: rgb(26, 2, 48); /* ubah background color menjadi hitam */
    color: #fff; /* ubah warna teks menjadi putih */
    font-size: 16px;
}

#process-button {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #8a04be;
    border: 2px solid #fff; /* ubah warna border menjadi putih */
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

html, body {
    background-color: rgb(30, 0, 58);
    font-family: 'Poppins', sans-serif;
}

p.username{
    color: white;
}

p.play{
    color: rgb(30, 0, 58);
    font-weight: bold;
    text-align: center;
}

.panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    padding: 20px;
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}
.logo img {
    height: 50px;
    margin-bottom: 10px;
}
.logo h2 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}


/* background: */
progress::-webkit-progress-bar {background-color: rgb(241, 238, 238); height:50px; width: 600px;}
progress {background-color: rgb(241, 238, 238);}

/* value: */
progress::-webkit-progress-value {background-color: rgb(230, 173, 17) !important;}
progress::-moz-progress-bar {background-color: rgb(129, 127, 6) !important;}
progress {color: rgb(129, 127, 6);}
progress {
    text-align: right;
    color: rgb(30, 0, 58);
    font-weight: bold;
  }
  progress:after {
    content: attr(value)'%';
  }

  .stripe-1 {
    color: white;
    background: repeating-linear-gradient(
      125deg,
      rgb(230, 173, 17),
      rgb(30, 0, 58) 1px,
      rgb(30, 0, 58) 1px,
      rgb(129, 127, 6) 10px
    );
    width: 80%;
    height: 100px;
  }  
  
  .stripe-2 {
    color: white;
    background: repeating-linear-gradient(
      125deg,
      rgb(230, 173, 17),
      rgb(30, 0, 58) 1px,
      rgb(30, 0, 58) 1px,
      rgb(129, 127, 6) 10px
    );
    width: 80%;
    height: 100%;
  }  

  .stripe-1 p {
    /* margin: -2; */
    font-size: 22px;
    /* font-weight: normal; */
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.stripe-2 p {
    /* margin: -2; */
    font-size: 22px;
    /* font-weight: normal; */
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#progresRTP {
    position: relative;
  }
  
  #progresRTP span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: white;
  }
  

  #popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 998;
}