@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
         url('../fonts/GlacialIndifference-Regular.woff') format('woff'),
         url('../fonts/GlacialIndifference-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Bold.woff2') format('woff2'),
         url('../fonts/GlacialIndifference-Bold.woff') format('woff'),
         url('../fonts/GlacialIndifference-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.tborder {
    border: solid 1px #dadada !important;
    border-radius: 3px;
}

#data-table_paginate {
    float: right;
}

#data-table td {
    padding: 3px 10px;
    width: 1px;
    white-space: nowrap;
}

.btn1, .btn2 {
    font-family: "Glacial Indifference", sans-serif;
    font-size: 18px;
}

.btn1 {
    background-color: #fdf1e7 !important;
    color: #a36b42 !important;
}

.btn2 {
    background-color: #a36b42 !important;
    color: #fdf1e7 !important;
}

.bg_green {
    background-color: #37645b;
    color: #fdf1e7 !important;
}

.bg_coklat {
    background-color: #fdf1e7;
    color: #37645b !important;
}

.cgreen {
    font-family: "Glacial Indifference", sans-serif;
    color: #37645b !important;
    font-weight: 600 !important;
}

.box1 {
    background-color: #fdf1e7 !important;
    color: #37645b !important;
    border-radius: 20px;
}

.border_coklat {
    border: solid 2px #a36b42;
    border-radius: 20px;
}

.cborder {
    border: solid 2px #000;
    border-radius: 20px;
}

.mcontent h1 {
margin-bottom: 0.5rem; /* Adjust the bottom margin */
    font-family: "Glacial Indifference", sans-serif;
    color: #fdf1e7;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: .1rem;
}

.mcontent h5 {
    font-family: "Glacial Indifference", sans-serif;
    color: #fdf1e7;
    font-weight: 400;
}

.mcoklat h1 {
margin-bottom: 0.5rem; /* Adjust the bottom margin */
    color: #37645b;
    font-family: "Glacial Indifference", sans-serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: .1rem;
}

.mcoklat h5 {
    color: #37645b;
    font-family: "Glacial Indifference", sans-serif;
    font-weight: 400;
}

.boxcoklat {
    font-family: "Glacial Indifference", sans-serif;
    border: solid 2px #a36b42 !important;
    border-radius: 20px;
    font-weight: 800 !important;
}

.inputbox, .inputsl {
    font-family: "Glacial Indifference", sans-serif;
    color: #000;
    border: solid 2px #a36b42 !important;
    border-radius: 20px;
    font-weight: 800 !important;
    padding: 10px;
}

.boxcoklat h5 {
    font-weight: 600 !important;
}

.box-accessories {
    max-height: 250px;
    overflow-y: auto;
}

@media (min-width: 992px) {
    main:hover,
    span:hover,
    ol:hover,
    ul:hover,
    pre:hover,
    div:hover {
        scrollbar-color: #efefef transparent;
    }

    main,
    span,
    ol,
    ul,
    pre,
    div {
        scrollbar-width: thin;
        scrollbar-color: var(--bs-scrollbar-color) transparent;
    }
}

.datepicker td,
.datepicker th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}

.swal2-confirm {
background-color: #37645b; /* Confirm button background color */
    margin-left: 10px !important;
}

.datepicker-inline {
    width: 100%;
    border: solid 2px #a36b42;
    border-radius: 20px;
    background-color: #fff;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-session {
    width: 55px;
    padding-left: 10px;
    background-color: #fff;
}

.cprice {
    border: solid 2px #a36b42;
    border-radius: 20px;
}

.cprice .card-header,
.cprice .card-footer {
    font-family: "Glacial Indifference", sans-serif;
    background-color: #fdf1e7 !important;
    color: #37645b;
    font-weight: 700;
}

.cprice .card-header {
    border-radius: 18px 18px 0 0;
}

.cprice .card-footer {
    border-radius: 0 0 18px 18px;
}

.cprice .card-body {
    font-family: "Glacial Indifference", sans-serif;
    background-color: #fdf1e7;
    color: #37645b;
    border-top: solid 2px #a36b42;
    border-bottom: solid 2px #a36b42;
}

.cprice .card-body h5 {
    color: #37645b;
}

.price {
    font-size: 30px;
    color: #37645b;
}

.datepickerx {
    overflow: hidden;
}

.datepicker td,
.datepicker th {
    text-align: center;
    padding: 8px 8px !important;
    font-size: 13px !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #37645b !important;
}

.btn-session {
    color: #37645b !important;
    border-color: #37645b;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff !important;
    background-color: #37645b;
    border-color: #37645b;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff !important;
    background-color: #007e65;
    border-color: #007e65;
}

.btn-outline-primary:hover {
    color: #37645b !important;
    background-color: #fff;
    border-color: #37645b;
}

/* tambahan

.card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.button-container .btn {
    width: 80%;
    margin-bottom: 1rem; /* Adds space between buttons */
    max-width: 300px;
}

@media (min-width: 768px) {
    .button-container .btn {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .button-container .btn {
        width: 60%;
    }
}

/* Additional CSS for Dropdown Arrow Adjustment */

.form-controlx {
    padding-right: 20px; /* Adjust padding as needed */
    background-position: calc(100% - 10px) center; /* Adjust position */
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%2337645b" d="M8 11l-6-6h12z"/></svg>');
    background-size: 12px; /* Adjust size of the arrow */
}

/* Hide default arrow in Firefox */
.form-controlx::-ms-expand {
    display: none;
}

/* Hide default arrow in Chrome/Safari/Edge */
.form-controlx::-webkit-select {
    -webkit-appearance: none;
    appearance: none;
}

/* Custom CSS for responsive button widths */
@media (min-width: 992px) {
    .w-md-50 {
        width: 50%;
    }
}
@media (max-width: 991.98px) {
    .w-80-mobile {
        width: 80%;
    }
}


.label-link {
	padding: .5em;
	color: #37645b ;
	position: relative;
}


.label-link::before {
	content: '';
	height: .95em;
	width: .95em;
	
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -.65em;
	transform: translateY(-50%);
}
.label-link.active::before {
	background: #90b7a6;
}
.label-link::before {
	border: solid 1px  #37645b;
}