/*!
 * Customize CSS
 * Copyright 2023-2024 The Miftah Authors
 */

/* Background color */
.bg-gradient-buttercup {
    background-color: #F6A60E;
}

.shadow-gradient-buttercup {

}

/*  Text Color*/
.text-buttercup {
    color: #F6A60E;
}

/* Image Dashboard */
#image-dashboard {
    width: 100%;
    height: 40rem;
    background-repeat: no-repeat;
    background-image: url('../img/kaca-film.jpeg');

}


/* Utilities for setting the height of an element */
.w-3-slash-5 {
    width: 60%;
}

/* 160 == 40 * 4 == 640px*/
.h-160 {
    height: 40rem;
}

.h-180 {
    height: 45rem;
}

.h-200 {
    height: 50rem;
}


/**/
.select2-container--default .select2-selection--single {
    border:0;
    background-image: linear-gradient(0deg, #e91e63 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, rgba(209, 209, 2
}


.i01 {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../img/inspection.jpg");
    background-size: cover;
    padding: 15px;
    font-family: roboto, sans-serif;
}
