.input-group-a {
    position: relative;
    display: contents;
    /* flex-wrap: wrap; */
    /* align-items: stretch; */
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dataTables_length select {
    color: white !important;
    background-color: #242526 !important;
}

.img_logo{
    width: 110px; /* or max-width: 100%; */
    height: auto;
}

.logo img {
    width: 110px; /* or max-width: 100%; */
    height: auto;
}

.custom-avatar-container {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.custom-avatar {
    width: 100px;           /* Atur sesuai kebutuhan */
    height: 100px;          /* Harus sama dengan width agar bulat */
    border-radius: 50%;     /* Membuat lingkaran */
    object-fit: cover;      /* Memastikan gambar mengisi area tanpa merusak rasio */
    overflow: hidden;       /* Menghindari gambar tumpah keluar */
    display: inline-block;  /* Untuk penempatan yang rapi */
}

.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;
    border: 2px solid #0C1892;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.edit-icon:hover {
    background-color: #052e60;
}

.select2-container .select2-selection--single {
    /* padding: 0.130rem 0.75rem !important; */
    height: 35px !important;
}

.select2-selection__rendered {
    padding-top: 3px !important;
}

/** text datatable Search on dark theme */
.dark-theme .dataTables_wrapper .dataTables_filter input {
    color: white !important;
}

.light-theme .swal2-popup .swal2-input {
    color: black !important;
}

.dark-theme .swal2-popup .swal2-input {
    color: white !important;
}