.select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.btn-success {
    background: #27ae60;
}

@media (min-width: 992px) {
    .img-permohonan {
        width: 100%;
        overflow: hidden;
        transition: transform .4s;
        object-fit: cover;
    }

    .img-permohonan:hover {
        transform: scale(1.3);
        transform-origin: 50% 50%;
    }
}

.btn-info{
    color: white;
    background: #03a5fc !important;
}

.btn-info:hover{
    color: white;
    background: #6ccbff !important;
}