.sil-home-banner-1 {
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.e-perizinan-link-square {
    height: 300px;
    align-items: center;
    display: grid;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
}
.e-perizinan-link-square h2 {
    color: #fff;
    font-size: 24px;
}
.e-perizinan-link-square i {
    font-size: 40px;
}

.e-perizinan-link-square span {
    font-size: 40px;
}
.box-monitoring {
    height: 300px;
    position: relative;
}
.box-monitoring .e-monitoring-k .overlay-m {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.box-monitoring:hover {
    border-radius: 5px;
}
.box-monitoring:hover .overlay-m {
    opacity: 1;
    color: #fff;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.box-monitoring:hover .overlay-m h2 {
    color: #fff;
}

.e-monitoring-k {
    border-radius: 10px;
    background-size: cover;
}

.e-monitoring-k .center {
    display: grid;
    align-content: center;
    justify-content: center;
    height: 300px;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.e-monitoring-k h2 {
    color: #fff;
    font-size: 24px;
}
.e-monitoring-k i {
    font-size: 40px;
}

.e-monitoring-k span {
    font-size: 40px;
}

#show_hide_password a {
    float: right;
    bottom: 30px;
    right: 10px;
}

#show_hide_password_2 a {
    float: right;
    bottom: 30px;
    right: 10px;
}

.invalid-feedback {
    margin: 10px;
    display: flex;
    color: red;
}

.ac-front-side .cat-icon {
    float: none;
    margin: auto;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 0;
}
.cat-icon {
    border-radius: 50%;
    text-align: center;
    background: #b4b4c1;
    overflow: hidden;
}
.ac-front-side .category-name {
    position: relative;
    top: 10px;
    color: #242429;
    font-size: 14px;
    float: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 0;
}

.ac-front-side .category-button {
    position: relative;
    top: 20px;
    color: #242429;
    font-size: 14px;
    float: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 0;
}
.alt-verf-home {
    height: 60px;
}

.file-upload-2 {
    position: relative;
    height: 70px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.file-upload-2 .file-upload-input-2 {
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.03);
    width: 100%;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    height: 70px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 70px 0 0 0;
    overflow: hidden;
    z-index: 1;
}
.file-upload-2 .file-upload-input-2:hover {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.02);
}
.file-upload-2 span {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 75px;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    text-transform: uppercase;
    color: #4611a7;
    font-size: 12px;
    font-weight: bold;
}

.file-upload-previews-2 > .MultiFile-label {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.03);
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: relative;
    margin-right: 10px;
    width: 100%;
}
.file-upload-previews-2 span.MultiFile-label {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 10px;
}
.file-upload-previews-2 span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.file-upload-previews-2 span.MultiFile-label .MultiFile-preview {
    max-width: 200px !important;
    max-height: 150px !important;
}
.file-upload-previews-2 .MultiFile-remove {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: #ed2a21;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    z-index: 1;
}
.file-upload-previews-2 .MultiFile-remove:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: "fontawesome";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f00d";
    color: #fff;
    top: -2px;
    position: relative;
    font-size: 10px;
}

.file-uploaded-images-2 .image {
    height: 150px;
    display: inline-block;
    margin-bottom: 18px;
    margin-right: 15px;
    position: relative;
}
.file-uploaded-images-2 .image figure {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    background-color: #ed2a21;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    content: "";
    text-align: center;
    line-height: 15px;
}
.file-uploaded-images-2 .image figure i {
    color: #fff;
    font-size: 10px;
}
.file-uploaded-images-2 .image img {
    height: 100%;
}
.btn-view-file {
    margin-top: 15px;
}

#map-leaflet {
    height: 600px;
}

@media (min-width: 400px) and (max-width: 780px) {
    .box-monitoring {
        margin-bottom: 10px;
    }
    .e-perizinan-link-square {
        margin-bottom: 10px;
    }

    .alt-verf-home {
        height: 80px;
    }
    #map-leaflet {
        height: 600px;
    }
}
