body {
    overflow-x: hidden;
}

#image {
    width: 300px;
    height: 300px;
}

#image img {
    width: 300px;
    height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    object-fit: contain;
}

.item-title {
    width: 100%;
}

.dashboard-page-one {
    min-height: 100vh;
}

textarea.form-control {
    height: auto !important;
}

.status-disable {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #808080;
    color: #fff;
    margin: auto;
    border: none;
}

.status-available {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #0C0;
    color: #fff;
    margin: auto;
    border: none;
}

input[type=radio].status-available,
input[type=radio].status-disable {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none !important;
    content: none;
}

input[type=radio].status-available:before,
input[type=radio].status-disable:before {
    font: var(--fa-font-solid);
    content: "\f00c";
    color: transparent !important;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 3px;
}

input[type=radio].status-available:checked:before,
input[type=radio].status-disable:checked:before {
    /* background: #3ea8df; */
    color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 3px;
    vertical-align: middle;
}

label:has(+input[required],
    +select[required],
    +textarea[required],
    +.form-group input[required],
    +.input-group input[required],
    +.mb-3 input[required])::after {
    content: "*";
    color: red;
    margin-left: 4px;
}

/* ================================= New Template Custom =============================== */
.app-brand-logo.demo {
    width: auto;
    height: auto;
}

.list-group-item a p {
    color: var(--bs-list-group-color);
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper a:hover {
    color: inherit;
}

.card {
    padding-left: 0;
    padding-right: 0;
}

#preloader {
    background: #ffffff url('/img/preloader.gif') no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.height-auto {
    height: auto !important;
}

.select2-container--open {
    z-index: 10000;
}

.app-email .app-emails-list .email-list li small.email-list-item-time {
    width: 120px;
}

.email-list-item-username {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 37vw;
}

.layout-menu {
    height: 100vh;
    overflow: hidden;
}

.layout-page {
    height: 100vh;
    /* overflow-y: scroll; */
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    flex-grow: 1;
    overflow: auto;
    padding-bottom: 20px;
}

footer.content-footer.footer {
    /* position: relative;
    bottom: 0;
    width: 100%; */
    flex-shrink: 0;
}

.price {
    text-align: end;
}

.flatpickr-calendar {
    z-index: 10000 !important;
}

form label {
    white-space: nowrap;
}

.img-container {
    max-width: 100%;
}

.img-container img {
    width: 100%;
    height: auto;
}

.btn-label {
    --bs-btn-padding-y: .01rem;
    --bs-btn-padding-x: .25rem;
    --bs-btn-font-size: .6rem;
}

.form-control.money:read-only {
    background-color: #f2f2f2;
}
