.myBackGrad{
    background-image: linear-gradient(to right, #f26b76, #ed4c59);
}
.isi{
    margin-top: 50px !important;
    background: white;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    padding: 50px !important;
}
.sdMenu{
    background: white;
    color: #ac27a5;
}
.sdMenu div:hover{
    background: rgb(217, 220, 224) !important;
}
.listAdminSheet{
    background: white; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 50px !important;
    margin-bottom: 60px;
}
input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    color: #fff;
    position: relative;
  }

input[type="date"]::-webkit-datetime-edit-year-field{
    position: absolute !important;
    border-left:1px solid #8c8c8c;
    padding: 2px;
    color:#000;
    left: 56px;
}

input[type="date"]::-webkit-datetime-edit-month-field{
    position: absolute !important;
    border-left:1px solid #8c8c8c;
    padding: 2px;
    color:#000;
    left: 26px;
}


input[type="date"]::-webkit-datetime-edit-day-field{
    position: absolute !important;
    color:#000;
    padding: 2px;
    left: 4px;
}
table{
    border-radius: 70px !important;
}
th{
    background: #d6dbe2;
    /* color : white; */
}
th,td{
    border: solid 1px white;
}
 table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 5px;
} 

.questHead{
    padding-bottom: 50px;
    border-bottom: solid 3px #2172d6;
}
.questItem{
    padding-bottom: 10px;
    border-bottom: solid 1px #c2c2c2;
}

label > input{ /* Menyembunyikan radio button */
    visibility: hidden; 
    position: absolute; 
}
label > input + img{ /* style gambar */
    cursor:pointer;
    border:2px solid transparent;
}
label > input:checked + img{ /* (RADIO CHECKED) style gambar */
    border:2px solid rgb(0, 140, 255);
}

.balok{
    padding: 10px !important;
}

.balok div{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bigText{
    font-size: 40px;
    margin: 0px;
}

.bigText i{
    font-size: 40px;
}

.btn-clr{
    background-image: linear-gradient(to right, #f26b76, #ed4c59);
}

.txt-clr{
    color:#f26b76,;
    font-family: 'Nunito', sans-serif;
}
@media screen and (max-width: 2000px) {
    .lform{
        /* margin-top:150px; */
        height: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background:white; 
        text-align:center; 
        padding:10% 50px 20px 50px !important; 
        margin:0px; 
        border-top-right-radius:50px; 
        border-bottom-right-radius:50px;
    }
}
@media screen and (max-width: 500px) {
    .s0{
        display: none !important;
    }
    .lform{
        /* margin-top:0px; */
        height: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background:white; 
        text-align:center; 
        padding:10% 50px 20px 50px !important; 
        margin:0px; border-top-right-radius:0px; 
        border-bottom-right-radius:0px;
    }
}