.center{
	text-align: center;
}

.content-inner {
    padding-top: 50px;
    padding-bottom: 70px;
}

.form-group{
    margin-bottom:10px;
}

.dz-bnr-inr.dz-bnr-inr-sm {
    height: 140px;
}
.dz-bnr-inr.dz-bnr-inr-sm .dz-bnr-inr-entry {
    height: 0px;
}

.content-inner {
    padding-top: 10px;
    padding-bottom: 70px;
}

.check-tbl {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    vertical-align: middle;
    font-size: 10pt;
}

.btn.btn-sm {
    font-size: 10pt;
    padding: 8px 8px;
}

.dz-bnr-inr h1, .dz-bnr-inr .h1 {
    font-size: 25pt;
}

.datepicker-dropdown {
    padding: 0 !important; /* Remove extra padding if added */
}

/* Ensure correct positioning */
.datepicker {
    z-index: 1 !important; /* Ensure datepicker stays on top of other elements */
}

/* Adjust the padding and margin of datepicker cells if required */
.datepicker table tr td,
.datepicker table tr th {
    padding: 5px !important; /* Adjust padding of the table cells */
    margin: 0;
}

.datepicker table {
    margin: 10px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border:1px solid rgba(0, 0, 0, 0.125);
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 0px;
    background: transparent;
    border-color: #E1E1F0;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    margin-bottom: 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    font-size: 10pt;
}

.DZ-theme-btn.DZ-bt-support-now {
    background: #1ebbf0;
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    bottom: 70px;
    display: none;
}

.DZ-theme-btn.DZ-bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%);
    display: none;
}

.main-slider .swiper-slide {
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Stretches and scales the background to cover the entire slide */
    overflow: hidden;
}

.main-slider.style-1 .swiper-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px 0;
}

.custom-hr {
    border: 2px solid white;
    border-style: solid;
}

.books-card .dz-media img {
    width: 250px;
    border-radius: var(--border-radius-base);
}

.content-inner-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-inner-2 {
    padding-top: 30px;
    padding-bottom: 0;
}

.color-white{
    color:white !important;
}

.bg-white{
    background-color:white !important;
}

.hover-icon:hover {
    color: #b38d05 !important;
}


.main-slider.style-1 .banner-content {
    padding-top: 50px;
}



.book-grid-row.style-4 .dz-box .dz-media {
    min-width: 230px;
}

.deskripsi{
    font-family: Arial, sans-serif !important; /* or your preferred font */
    font-size: 1rem !important;
    font-weight: normal !important;
    text-align: left !important;
}

.fawa {
    margin-right: 6px;
}

.badge {
    margin: 1px;
}

footer .footer-top {
    padding: 20px 0px 30px;
}

.detailBuku{
    background-color:#f2f2f2; 
    padding:10px; 
    border-radius:20px;
}

.align-top{
    vertical-align:top !important;
}

.form-control {
    background-color: white;
    color: black;
    border: 1px solid #888a89;
}

.form-control::placeholder {
    color: #cacccb;
}

.form-control:focus {
    border-color: darkorange; /* Optional: Highlight border on focus */
    outline: none; /* Remove default focus outline */
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5); /* Optional: Add shadow on focus */
}

    /* Style the container generated by Select2 */
.select2-container .select2-selection {
    background-color: white;
    color: black;
    border: 1px solid #888a89;
    height: 48px; /* Matches Bootstrap form-control height */
    border-radius: 4px; /* Optional: Match the form-control border radius */
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
}

/* Style the placeholder in Select2 */
.select2-container .select2-selection__placeholder {
    color: #cacccb;
}

/* Style the dropdown options */
.select2-dropdown {
    background-color: white;
    border: 1px solid #888a89;
    border-radius: 4px; /* Optional */
}

/* Style the highlighted option */
.select2-results__option--highlighted {
    background-color: rgba(255, 165, 0, 0.2); /* Light orange highlight */
    color: black;
}

/* Focus styles for the Select2 container */
.select2-container--focus .select2-selection {
    border-color: darkorange;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5);
}

    /* Style the datepicker input */
.yearpicker.form-control {
    background-color: white;
    color: black;
    border: 1px solid #888a89;
}

.yearpicker.form-control::placeholder {
    color: #cacccb;
}

.yearpicker.form-control:focus {
    border-color: darkorange;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5);
}

/* Style the dropdown calendar (specific to the datepicker plugin used) */
.datepicker {
    background-color: white;
    border: 1px solid #888a89;
    border-radius: 4px; /* Optional */
    color: black;
    z-index: 1050; /* Ensure it's above other elements */
}

/* Style active and hover states in the datepicker */
.datepicker .active, 
.datepicker .today, 
.datepicker .day:hover {
    background-color: rgba(255, 165, 0, 0.2); /* Light orange highlight */
    color: black;
    border-radius: 50%; /* Optional: Circular highlight */
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #888a89;
}

.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid #888a89;
}

.note-editor .note-toolbar, .note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
    border-bottom: 1px solid black;
}

.search-input .bootstrap-select.default-select .dropdown-toggle {
    height: 47px;
    min-width: 145px;
    position: static;
    background-color: #f5f5f5;
    padding: 0px 20px;
    border-radius: 0;
    line-height: 48px;
    border: 0;
    outline: 0 !important;
    border-radius: var(--border-radius-base) 0 0 var(--border-radius-base);
}

.dzsale{
    display:none !important;
}