#result {
    margin: 0;
    position: absolute;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 25px;
    position: fixed;
    color: #fff;
    background-color: rgba(160, 26, 26, 0.94);
    width: 100%;
    text-align: left;
    z-index: 10000;
    font-size: 13px;
    display: none;
}
.modal{
    z-index: 2000 !important;
}

.select2-dropdown{
    z-index: 100 !important;
}

.imagecover{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 80px;
}

.imagecover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: 0.5s;
	border-radius: 4px;
}

/* Password style  */
.password-input-container {
    position: relative;
}

.password-input-container input[type="password"] {
    padding-right: 35px; /* Untuk memberi ruang untuk ikon */
}

.show-password-btn {
    position: absolute;
    right: 10px; /* Atur posisi tombol "Show Password" di sisi kanan */
    top: 50%; /* Atur posisi tombol secara vertikal di tengah */
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.show-password-btn i {
    font-size: 1rem;
}