@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    /* font-size: small; */

}
body{
    background-color: white;
    font-family: 'Poppins', sans-serif;
}
p{
    font-size: 13px;
}
.header-atas{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
    background-color: #3498db;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

}
a{
    color: inherit;
}
#bg-login{
    /* position: relative; */
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    /* z-index: 3; */
    
}
.avatar img{
    position: relative;
    top: -220px;
    /* left: 40%; */
    /* right: 40%; */
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: whitesmoke;
    border: 0px;
    /* text-align: center; */
    justify-content: center;
    z-index: 2;
}
.box-login{
    position: absolute;
    /* margin-left: 35%;
    margin-right: 35%; */
    width: 25%;
    min-height: 400px;
    border: 1px #ccc solid;
    background-color: white;
    padding: 30px 50px 50px 50px;
    box-sizing: border-box ;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.box-login h2{
    margin-top: 10%;
    text-align: center;
    padding-bottom: 15px;

}
.input-control{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 8px;
}

/* .input-control .ck{
    height: 200px;
} */
.btn{
    width: 25%;
    padding: 10px;
    background-color: #C70039;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 5px;
    

}
.btn-lr{
    width: 35%;
    padding: 10px;
    background-color: #5486CD;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 5px;
    

}
.btn:hover{
background-color: orange;
}

header{
    /* border: 1px solid; */
    background-color: #C70039;
    color: white;
   position: fixed;
   width: 100%;
   height: 60px;
   
}
header h1{
    float: left;
    padding: 20px 15px 20 px 15px;
    margin-top: 10px;
    
}
header ul{
    float: right;
}
header ul li{
    /* padding: 20px 0 20px 15px; */
    display: inline-block;
}

header ul li a{
    padding: 5px 15px 5px 15px;
    /* display: inline-block; */
    text-decoration: none;
}
header ul li a:hover{
    background-color: #FFC300;
    color: black;
    margin: 2px;
    /* padding: 1px; */
}
.kosong{
    height: 70px;
}

.container{
    width: 80%;
    margin: 0 auto;
    
}
.container img{
    content: none;
}
.container::after{
    content: '';
    display: block;
    clear: both;
    
}

.section{
    padding: 10px 0;;
    
    /* padding-bottom: 10px; */
 }

.box{
    padding: 10px;
    /* border: 1px solid gray; */
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 25px;    
    /* background-color: blue; */
    height: 100px;
    /* margin: 5px; */
    
}

.box::after{
    content: '';
    display: block;
    clear: both;
    

}

.box .tambah{
    /* margin: 100px; */
    position: center;
    
}
footer{
    padding: 15px 0;
}

.table {
    width: 100%;
    
}
thead{
    height: 45px;
}
.table tr{
    /* padding: 15px 15px; */
    height: 30px;
}

.table tr td{
    padding: 10px 10px;
}

h3{
    margin-bottom: 15px;
}

.search {
    padding: 15px 0;
    background-color: #FFC300;
    border: 1px solid #ccc;
    text-align: center;
    border: none;
}
.search input[type=text] {
    width: 60%;
    padding: 10px;
}
.search input[type=submit]{
    padding: 12px 15px;
    background-color: #C70039;
    color: #ccc;
    border: none;
    cursor: pointer;

}
.search input[type=submit]:hover{
    background-color: #FFC300;
    color: black;
    font-weight: 400;
}
.col-5 {
    width: 10%;
    height: 55px;
    /* border: 1px solid; */
    text-align: center;
    float: left;
    padding: 2px;
    box-sizing: border-box;
    /* border: 1px solid; */
    margin-bottom: 60px;
    /* color: #AAB7B8; */
    color: #648bc6;

}

.col-5 img{
    width: 70px;
}
.col-4 {
    width: 24%;
    height: 320px;
    /* border: 1px solid grey; */
    float: left;
    
    box-sizing: border-box;
    /* ini warna box */
    /* background-color: #C70039; */
    /* color: #f8f8f8; */
    /* padding: 5px; */
    margin-top: 15px;    
}
.col-4 img{
    box-sizing: border-box;
    width: 100%;
    height: 80%;
    text-align: center;
    padding: 5px 8px 0px 8px;
    
}
.col-4:hover{
    box-shadow: 0 0 12px grey;
    background-color: aqua;
}
.col-4 .nama{
    display: block;
    box-sizing: border-box;
    float: left;
    /* padding: 5px; */
    padding: 5px 8px 0px 8px;
    margin-bottom: 5px;
   font-size: large;
   font-weight: bold;
    width: 100%;
    color: black;

    
}
.harga {
    box-sizing: border-box;
    font-weight: bold;
float: right;
/* padding-right: 5px; */
padding: 5px 8px 0px 8px;
color: #C70039;

}

.footer {
    background-color: black;
    color: #f8f8f8;
    padding: 20px 0px  30px 0px ;
    margin-top: 20%;
}

.col-2{
    width: 50%;
    min-height: 200px;
    /* border: 1px solid grey; */
    box-sizing: border-box;
    padding: 10px;
    float: left;
}

.col-2 p{
    margin: 15px 0;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}

/* Animas textbox */
.input-container {
    position: relative;
    margin-bottom: 20px;
  }
input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #767272;
    outline: none;
  }
  select {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #767272;
    outline: none;
    background-color: white;
  }
  label {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #aaa;
    transition: 0.3s;
  }
  
  input:focus + label, input:valid + label {
    top: -12px;
    left: 5px;
    font-size: 12px;
    color: #3498db;
  }
  .label-jdl {
    top: -12px;
    left: 5px;
    font-size: 12px;
    color: #3498db;
  }
  .copy{
    position: fixed;
    bottom: 0px;
    top: 95%;
    text-align: center;
    
  }

  .bottom-navigasi{
    display: none;
  }

  .container-1{
    /* display: flex;  */
    /* overflow: auto; */
    scroll-behavior: smooth;
    /* padding-left: 2px; */
    width: 100%;
    
   }
  .col-1{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-right:5px;
    margin-top: 10px;
    margin-bottom: 10px; 
    padding: 1px;
    width: 19%;
    border-radius: 10px;
    height: 230px;
    float: left;
  }
  .col-1 img{
    width: 97%;
    height: 180px;
    border-radius: 10px;
    margin: 5px;
  }
  h4{
    margin-bottom: 10px;
  }
  .col-info{
    display: flex;
    float: left;
    padding: 3px;
    margin-right: 20px;
    height: 130px;
    width: 20%;
  }

  .col-info img{
    width: 20%px;
    height: 130px;
    margin-right: 5px;
  }

/*  */
@media only screen and (max-width: 600px)  {

    body{
        background-color: #F5F5F5;
    }

header{
    /* border: 0px solid; */
    height: 40px;
    background-color: white;
    border-bottom: 1p solid grey;
}    
header h2{
    color: #C70039;
}
header h1{
    /* float: left; */
    font-size: 18px;
    padding: 2px;
    /* color: #C70039; */
}
/* header ul{ */
    /* float: right; */
/* } */
header ul li{
    display: none;
}

/* header ul li a{
    padding: 10px 5px 10px 5px;
    display: inline-block;
    text-decoration: none;
} */

.container{
    width: 90%;
    /* margin: auto; */
    /* height: 20px; */
    
    
    
}
.container::after{
    content: '';
    display: block;
    clear: both;
}


.section{
    padding: 3px 0;;
    font-size: 16px;
    padding-bottom: 10px;
 }

.box{
    padding: 0px;
    /* border: 1px solid gray; */
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;   
    /* background-color: #C70039; */
    /* height: 100%; */
}

.box::after{
    content: '';
    display: block;
    clear: both;

}

.col-5 {
    width: 25%;
    height: 40px;
    /* border: 1px solid; */
    text-align: center;
    font-size: 12px;
    float: left;
    padding: 10px;
    /* background-color: white; */
    /* box-sizing: border-box; */
    /* border: 1px solid; */
}

.col-5 img{
    width: 50px;
    height: 50px;
}

.col-4 {
    /* margin: 2px; */
    width: 50%;
    height: 250px;
    border: 0px solid;
    float: left;
    padding: 2px;
    box-sizing: border-box;
    
}

.input-container {
    position: relative;
    margin-bottom: 20px;
  }
input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #767272;
    outline: none;
  }
  
  label {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #aaa;
    transition: 0.3s;
  }
  
  input:focus + label, input:valid + label {
    top: -12px;
    left: 5px;
    font-size: 12px;
    color: #3498db;
  }

  #bg-login{
    /* position: relative; */
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    /* z-index: 3; */
    
}
.avatar img{
    position: absolute;
    top: 90px;
    left: 46%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    border: 0px;
    text-align: center;
    z-index: 2;
}
.box-login{
    position: absolute;
    /* margin-left: 35%;
    margin-right: 35%; */
    width: 25%;
    min-height: 400px;
    border: 1px #ccc solid;
    background-color: white;
    padding: 30px 50px 50px 50px;
    box-sizing: border-box ;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

  .box-login{
    width: 80%;
    /* height: 20%; */
    border: 1px #ccc solid;
    background-color: white;
    padding: 30px;
    box-sizing: border-box ;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box-register{
    position: absolute;
    width: 90%;
    /* height: 20%; */
    border: 1px #ccc solid;
    background-color: white;
    padding: 30px;
    box-sizing: border-box ;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.avatar img{
    position: relative;
    top: -210px;
    left: 10%; 
    justify-content: center;
    right: 35%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
    border: 0px;
    /* text-align: center; */
} 
.bottom-navigasi{
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex;
    /* border: 0px solid; */
    width: 100%;
    
    height: 70px;
    background-color: white;
    /* color: white; */
    /* display: fixed; */

}
.box-menu{
    
    box-sizing: border-box;
    background-color: white;
    width: 20%;
    /* padding: 3px; */
    margin: 5px;
    margin-bottom: 5px;
    /* border: 3px solid #C70039; */
    /* border-radius: 8px; */
    height: 80px;
    text-align: center;
    font-family: tahoma;
    text-decoration: none;
}
.box-menu a{
    text-decoration: none;
}
.box-menu img{
    width: 50%;
    text-decoration: none;
}
.box-menu label{
    text-decoration: none;
    color: #787474;
    position: static;
    bottom: 0px;
    left: 0px;
    margin-top: 3px;
    font-family: tahoma;
    font-size: small;
    /* text-align: center; */
}
.kosong{
    height: 50px;
}

.garis{
    margin-top: 1px;
    /* border: 1px solid; */
    width: 100%;
    height: 300px;
    /* display: flex; */
}
  

.container-1{
    display: flex;
    /* margin: 10px 10px 10px 10px;  */
    overflow: auto;
    scroll-behavior: smooth;
    padding-left: 10px;
    width: auto;
    background-color: white;
   }
  .container-1::-webkit-scrollbar{
    height: 0px;
    border-radius: 10px;
    background-color: transparent;
  }

  .container-1::-webkit-scrollbar-thumb{
    background-color: #FFC300;
    
  }


  .col-1{
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    margin-right:30px;
    margin-top: 2px;
    margin-bottom: 20px; 
    padding: 5px;
    width: 85%;
    /* border-radius: 10px; */
    height: 220px;
  }
  /* .col-info{
    height: 130px;
    width: 100%;
  }
   */
  .col-info{
    display: flex;
    padding: 3px;
    margin-right: 10px;
    height: 130px;
    width: 320px;
  }
 .col-info img{
    width: 100%;
    
 }
 .col-lapak{
    /* display: flex; */

    padding: 3px;
    margin-right: 10px;
    height: 220px;
    width: 50%;
  }
  .col-lapak img{
    width: 150px;
    height: 200px;
    margin-right: 5px;
  }
  .col-1 img{
    width: 230px;
    height: 180px;
    border-radius: 10px;
    margin: 5px;
  }
  .col-1 label{
    width: 310px;
    margin: 5px;
  }
 

  .col-2{
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    margin-right:30px;
    margin-top: 2px;
    margin-bottom: 20px; 
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    height: 30px;
  }
  .col-2 img{
    display: flex;
    width: 20%;
    height: 60px;
    border-radius: 10px;
    margin: 5px;
    float: left;
  }
  .col-2 label{
    display: flex;
    width: 70%;
    margin: 5px;
    float: right;
  }
  footer{
    /* display: flex; */
  /* margin-bottom: 4px; */
    /* bottom: 5px; */
    /* padding: 15px 0; */
    margin:200px auto 5px auto;
}
h4{
    margin-bottom: 10px;
}
.RT{
    color: #3498db;
}
.guyub{
    color: red;
}
.option {
    display: flex;
    justify-content: center;
}


}