.myBackGrad{
    background-image: linear-gradient(to right,  #00bfa5, #1de9b6);
}
.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;
}

.tabs .tab a{
    color: #00bfa5 !important;
} /*Black color to the text*/

.tabs .disabled{
    background: #c2cec7 !important;
} /*Black color to the text*/
.tabs .disabled a:hover{
    cursor: not-allowed !important;
} /*Black color to the text*/
.tabs .disabled a{
    color: #7c7c7c !important;
} /*Black color to the text*/

.tabs .tab a:hover {
    background-color:rgb(198, 228, 194);
    color: #00bfa5 !important;
} /*Text color on hover*/

.tabs .tab a.active {
    background-color:rgb(198, 228, 194);
    color: #00bfa5 !important;
} /*Background and text color when a tab is active*/

.tabs .indicator {
    background-color: #00bfa5 !important;
} /*Color of underline*/

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;
}

 /* Menyembunyikan radio button */
/* label > input{
    visibility: hidden; 
    position: absolute; 
} */
/* style gambar */
/* label > input + img{ 
    cursor:pointer;
    border:2px solid transparent;
} */

 /* (RADIO CHECKED) style gambar */
/* label > input:checked + img{
    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);
}

.btn{
    background-image: linear-gradient(to right, #64b5f6 , #2994ff) !important;
}
.my-text-input{
    padding: 0px !important; 
    margin:0px !important; 
    font-family: 'Nunito', sans-serif !important; 
    color:#64b5f6 !important;
}
.my-text-input input{
    font-family: 'Nunito', sans-serif !important; 
    color:#64b5f6 !important;
}

.txt-clr{
    color:#f26b76,;
    font-family: 'Nunito', sans-serif;
}

.collapsible li.disabled .collapsible-body {
    display: none !important; /*or using id of the app to avoid the use of !important*/
}

.collapsible li.disabled .collapsible-header {
    background: rgb(221,221,221);
}
.largeOnly {
    display: none !important;
}

.material-icons:hover{
    cursor: pointer;
}

.hoverMe:hover{
    cursor: pointer;
}

.myBtn{
    padding:10px !important; 
    border-radius:5px;
}
@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:5% 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;
    }
    .largeOnly {
        display: block !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;
    }
    .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: 5px !important;
    }
}