.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 */
	}

    .pt-5-mobile{
        padding-top: 3rem !important;
    }
}

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

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

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

    .excel-upload-btn2{
        float: right;
        right: 215px;
        position: absolute;
    }

    .excel-upload-btn{
        float: right;
        right: 35px;
        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.713rem !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: #eb9220db !important;
}

.picker {
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: thin solid #eee;
}
.picker:hover {
    transform: scale(1.1);
}

.mw-100{
    max-width: 100px !important;
}

.select2-selection__rendered{
    font-size: 0.8rem !important;
}

.box-color{
  width: 25px !important;
  height: 25px !important;
}

.mw-200{
    width: 200px !important;
}

.w-150{
    max-width: 150px !important;
}

.maxw-150{
    max-width: 150px !important;
}

.maxw-100{
    max-width: 100px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--default-text-color) !important;
    /* line-height: 2.33rem !important; */
    height: 35px !important;
    line-height: 2.05rem !important;
    border: 1px solid var(--input-border) !important;
    border-radius: 0.25rem !important;
  }

  .s{
    max-width: 100px;
    border-radius: 7px !important;
  }

.text-darkred{
    color: #554a4a !important
}

.btn:hover {
  color: var(--bs-btn-hover-color) !important;
  background-color: var(--bs-btn-hover-bg) !important;
  border-color: var(--bs-btn-hover-border-color) !important;
}

.mw-100{
  max-width: 100px !important;
}

.text-red{
    color: red
}

/* Untuk browser berbasis WebKit (Chrome, Edge, Safari) */
.table-responsive::-webkit-scrollbar {
    height: 12px; /* Ubah sesuai kebutuhan kamu */
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* Untuk Firefox */
.table-responsive {
    scrollbar-width: auto; /* atau bisa 'thin' */
    scrollbar-color: #888;
}

.parsley-required{
    font-size: 10px !important;
}

.border-none{
    border: unset !important;
}

.uppercase{
    text-transform: capitalize !important;
}

.font-bold{
    font-weight: bold;
}

.modal-title-custom{
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  margin: 10px;
  border-radius: 10px;
}