
@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "TikTok Sans", sans-serif;
    font-weight: 400;
}

body{
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 1000px;
    background: #f8f8f8;
    /*
    background-image: url('.././img/bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    */
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    overflow: hidden;
    -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
    user-select: none;
    padding: 18px;
}

.secure{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;             /* full-bleed */
  background: #dff4eb;  /* hijau muda */
  padding: 8px;
  border-radius: 0;     /* nempel ke tepi, tanpa radius */
  z-index: 1000;
}

.secur{
font-size: 10px;
  max-width: 600px;     /* sejajarkan dengan konten */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #107e61;

}

.secur span {
  font-weight: 600;
}

.secur .lock,
.secur .chev{
  width: 8px; height: 9px; color:#107e61;
  margin-bottom: 1.3px;
}

.secure .huy{
  width: 5px; height: 7px; color:#107e61;
  margin-top: 1.3px;
  margin-left: 3px;
}

.boxmenu{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.headAlxhost{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    margin-top: 30px;
}

.rw img{
    
}

.titleget h1{
    font-weight: 700;
    color: #222;
}

.titleget p{
    font-weight: 700;
    color: #222;
}

.boxcoin{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 5px;
}

.coinmen{
    width: 100%;
    height: 100%;
    height: auto;
    background-color: #eaeaea;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
}

.coinmen:hover{
    border: 1px solid red;
    background: #FFECEF;
}

.coinitm{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.coinitm img{
    width: 22px;
}

.coinitm span{
    font-weight: 700;
    font-size: 12px;
}

.bntLogin{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background-color: #FF203E;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}

.bntLogin button{ 
    width: 100%; 
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.headAlxhost1 img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    display: none;
}

.boxpop{
    width: 100%;
    height: 100%;
    max-width: 600px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    animation: 1s alexan;
}

@keyframes alexan{
    0%{
        top: 100px;
    }
    
    50%{
        top: 0;
    }
    
    100%{
        bottom: 0;
    }
}

.scrol{
    width: 90%;
    height: 400px;
    background-color: transparent;
    overflow: scroll;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.boxpopup{
    width: 100%;
    height: 60%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 20px;
    padding: 2px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.boxpopup .close{
    width: 100%;
    border-radius: 20px;
    margin-top: 18px;
}

.btnlog{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 10px auto;
}

.btnlog button{
    width: 87%;
    padding: 12px;
    border: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.btnlog .ok{
    width: 87%;
    padding: 12px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.up img{
    width: 100%;
    max-width: 600px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
}

.prof{
    position: absolute;
    left: 10px;
}

.fb{
    position: absolute;
    left: 10px;
}



