﻿.panelcontent{
    position:relative;
    display:flex;
    flex-direction:column;
    width:100%; 
    background-color:transparent;
    margin-top:0vh;
}

.jarakvertical{
    height:50px;
}

.paneljudul {
    width: 30%;
    height: 100%;
    background-color: #f7f7f7;
    margin: auto;
    align-content: center;
    border-radius:10px;
}

.judul{
    position:relative;
    width:100%;
    height:50px;
    background-color:transparent;
    text-align:center;
    align-content:center;
        
}

.panelvariasiproduct {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap:20px;
    width: 100%; 
    background-color: transparent;
   justify-content:center;
}

.panelvariasiproduct-item{
    position:relative;
    width:300px;
    height:790px;
    border-radius:20px;
    border:1px solid grey;
    overflow:hidden;
}
.panelvariasiproduct-item-header{
    position:absolute;
    top:0px;
    width:100%;
    height:60px;
    text-align:center;
    background-color:#eeeeee;
}
.panelvariasiproduct-item-content{
    position:relative;
    top:50px;
    width:90%;
    height:85%;
    background-color:transparent;
    margin:auto;
    padding-top:30px;
}
.harga{
    font-size:25px;
    font-weight:bold;
    text-align:center;
}
.fitur{
    position:relative;
    top:0px;
    width:80%;
    height:70%;
    background-color:transparent;
    display:flex;
    flex-direction:column;
    padding:20px;
    margin:auto;
    gap:10px;
    color:grey;
}
.fitur a{
     left:30px;
    position:relative;
}
.fitur img{
    width:20px;
    position:absolute;
}
.fitur-utama{
    position:relative;
    width:95%;
    height:40px;
    background-color:transparent;
    margin:auto;
    margin-top:10px;
    display:flex;
    flex-direction:row;
    gap:10px;
}
.btnfiturutama{
    border:1px solid grey;
    width:30%;
    height:80%;
    align-content:center;
    text-align:center;
    border-radius:5px;
    font-size:12px;
}
.ok{
    background-color:green;
    color:white;
}
.no{
    background-color:#8e8e8e;
    color:#4a4a4a;
}
.paneldetail {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 10%;
    bottom: 0px;
    width: 80%;
    height: 80%;
    background-color: white;
    margin: auto;
    z-index: 4;
    border: 1px solid grey;
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow:hidden;
}
.paneldetail-header{
    position:relative;
    top:0px;
    margin:auto;
    width:100%;
    height:50px;
    background-color:#ffdb00;    
}
.paneldetail-header-btnclose{
    position:absolute;
    top:12px;
    bottom:0px;
    right:20px;
    margin:auto;
    cursor:pointer;
    color:grey;
}
.lblnamapaket{
    position:absolute;
}
.bestseller {
    border: 2px dashed orange;
    top: -8px;
    width: 320px;
    height: 810px;
}
.footer-fitur{
    position:absolute;
    bottom:0px;
    width:100%;
    height:40px;
    background-color:transparent;
    align-content:center;
    margin:auto;
    text-align:center;
    display:flex;
    gap:10px;
    justify-content:center;
        
}
.footer-fitur button{
    width:120px;
    height:50px;
    border-radius:10px;
    border:0px;
    cursor:pointer;
    transition:0.3s ease-in-out;
}
.footer-fitur button:hover{
    background-color:#e9dc18;
}
.warnaheader1 {
    background-color: #e9dc18;
}
.warnaheader2{
    background-color:#d6af06;
}
.warna1 {
    background: linear-gradient(to bottom, #eeecdc, #fdd553);
}

.warna2 {
    background: linear-gradient(to bottom, #eeecdc, #e6dcb1);
}
