/* <style> */
.img-file {
    width: 100%;
    height: 100%;
    padding: 5px;
    border: solid 1px #ddd;
}

.loadbutton {
    display: none;
}

.error {
    margin-left: 5px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 30px;
}

ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.kolom-border {
    /* border-right: 1px solid #ccc; */
    border-right: none;
}

.rs-text {
    display: flex;
    text-align: left;
    align-items: center;
}

.badge-orange {
    background: #fd7e14;
    color: white;
}

.swal-radius {
    border-radius: 15px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.btn-radius-15 {
    border-radius: 15px !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-radius-15:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transform: translateY(-1px);
}

.btn-radius-15:active {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transform: translateY(0);
}

/* .background-page {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url("/public/img/background-dilandacita.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

@media (max-width: 576px) {
    .kolom-border {
        border-right: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .rs-text {
        text-align: center;
        justify-content: center;
    }
}

/* </style> */
