.bg-lred {
    background-color: rgb(235, 195, 201);
}

.bg-lgreen {
    background-color: rgb(203, 235, 195);
}

.bg-lyellow {
    background-color: rgb(240, 241, 178);
}

canvas {
    height: 200px;
    width: 350px;
}

@media (max-width: 360px) {
    table {
        font-size: 10px;
        overflow-x: auto;
    }
    .card-body {
        padding: 10px;
    }
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.content-wrapper > .content {
    padding: 0px 0px;
    background-color: white;
}
.content-wrapper {
    background: white;
}
.card {
    box-sizing: unset;
}

.map {
    height: 300px;
    width: 100%;
}

#gmap {
    height: 300px;
    width: 100%;
}
.tdcenter {
    text-align: center;
    vertical-align: middle !important;
    border-bottom: 1px solid;
}
.tdcenternb {
    text-align: center;
    vertical-align: middle !important;
}
.tdmini {
    font-size: small;
}
th {
    text-align: center;
    vertical-align: middle !important;
}
input[type="file" i] {
    background-color: rgb(223, 78, 78);
    color: white;
    width: 100%;
}
.berkas {
    height: 70px;
}

.dash-status {
    text-align: center;
    margin-bottom: 20px;
}
.container-center {
    height: 100vh;
    padding: 25vh 5%;
}
p {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}
/*loader*/
@keyframes load_animation {
    0% {
        box-shadow: 0 0 0 0 rgba(254, 206, 104, 0.8);
    }
    100% {
        box-shadow: 0 0 100px 200px rgba(255, 255, 255, 0);
    }
}
.loader {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1060;
    background-color: #88bcf1;
    opacity: 0.7;
}
.loader .load {
    margin: auto;
}
.loader .load span {
    position: absolute;
    margin-top: -25px; /* = height / 2 */
    margin-left: -25px; /* = width / 2 */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fece68;
    animation: load_animation 1.3s infinite;
}
.loader .load span:nth-child(2) {
    animation-delay: 0.3s; /* Start the second wave with some delay */
}
.loaderimg {
    position: absolute;
    margin-top: -75px; /* = height / 2 */
    margin-left: -75px; /* = width / 2 */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 1070;
}
.right {
    right: 0;
}
