.authentication-background {
    background:unset !important;
}

.container-x {
    display: flex;
    flex-wrap: wrap; /* Membungkus elemen jika terlalu besar */
    gap: 4px;
}

.text-end {
    text-align: right !important;
}

.text-center{
    text-align: center !important;
}

.error{
    color: red !important;
}

.app-sidebar .side-menu__icon {
    font-size: 1rem !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

@media screen and (max-width: 768px) {
    .mobile-mode{
        display:block !important;
    }

    .create-btn{
		width: 100% !important;
		margin-top: 3px !important;
	}

    .item-x {
		flex: 1 1 100%; /* Setiap elemen mengambil seluruh lebar */
	}
}

@media screen and (min-width: 769px) {
    .mobile-mode{
        display:none !important;
    }

    .w-100{
        width: 100% !important;
    }

    .create-btn{
        float: right;
        right: 0px;
        position: absolute;
    }
}

.header-element.header-search .header-search-bar.form-control {
    min-width: 10rem !important;
    width: 15rem !important;
}

.card.custom-card .card-header {
    padding: 0.5rem 1rem !important;
}

.column-fix {
	width: 1%;
	white-space: nowrap;
}

.table th, .table td {
    padding: 0.2rem 1rem !important;
    height: 2.2rem !important;
}

.table thead tr th {
    text-align: center !important;
}

.mw-60{
    min-height: 53px !important;
}

.capitalize{
    text-transform: capitalize;
}

.btn {
    font-size: 0.813rem !important;
}

.selectedrow{
	background-color: #dae7f99c  !important;
}

tr{
    cursor:pointer;
    border-color: #b5c1ce !important;
}

.table > :not(caption) > * > * {
    background-color: unset !important;
}

/* .table {
    border-color: #afb9c4 !important;
} */
.table-info{
    background-color: beige !important;
}

.table thead tr th {
    font-size: 0.813rem !important;
}

.fs-14 {
    font-size: 0.813rem !important;
}

.form-check-md label {
    font-size: 0.813rem !important;
}

.display-none{
    display:none
}

.app-sidebar .main-sidebar-header {
    background: beige !important;
}

/* Mengubah ukuran font untuk select2 */
.select2-container .select2-selection--single {
    font-size: 0.813rem;
}

.select2-container .select2-results__option {
    font-size: 0.813rem;
}

.modal-footer {
    padding: 0.2rem 0.2rem !important;
  }