.tagify {
    display: flex;
    background: red;
}


/* Icon Style */
.terrain-icon {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}

.fs-16px {
    font-size: 16px;
}

.fs-14px {
    font-size: 14px;
}

.ui-sans-serif-font {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


/*
*       admin/calendar
*/
#calendar-days .day-card {
    min-width: 120px;
    flex: 1 1 0;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    padding: 0.75rem;
    text-align: center;
    background: #f8fafc;
}

#calendar-days .day-name {
    font-weight: 600;
}

#calendar-days .day-card.active {
    border-color: #05b6d3;
    background: #e6f7fb;
}

.calendar-wrapper {
    background: #fdfefe;
}


.resource-row {
    display: grid;
    grid-template-columns: 160px repeat(16, 1fr);
    align-items: stretch;
    min-height: 68px;
    position: relative;
}

.resource-label {
    padding: 1rem;
    font-weight: 600;
    border-right: 1px solid #eef2f7;
    background: #f8fafc;
}

.time-cell {
    border: 1px solid #f1f5f9;
    background: #fbfdff;
}

.event {
    position: absolute;
    top: 12px;
    height: 44px;
    border-radius: 8px;
    color: #fff;
    padding: 0.5rem;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .status-paid {
    background: #05b6d3;
}

 .status-pending {
    background: #FFC700;
    color: #333;
}

.status-cancelled {
    background: #F1416C;
}

.status-confirmed {
    background: #50CD89;
}

.legend-box {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    display: inline-block;
}

.js-calendar-slot {
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.js-calendar-slot:hover {
    background: #eef7ff;
    border-color: #d6e9ff;
}

.calendar-grid {
    overflow-x: auto;
    width: 100%;
}

.calendar-grid .resource-row {
    display: grid;
    min-width: 100%;
    align-items: stretch;
}

.js-calendar-slot:hover {
    background: #eef7ff;
    border-color: #d6e9ff;
}

.disabled-slot {
    cursor: not-allowed;
    background: #ebebeb;
}
.btnsAction .btn:hover {
    border-color: currentColor;
}





/*/////////////////////*/

.bh-search {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.bh-pill {
    border-radius: 999px;
    padding: 2px 12px;
    font-weight: 600;
    font-size: 12px;
    background: #fff7d6;
    color: #8a6d00;
    border: 1px solid #f4d36a;
}

.bh-pill .bi-x {
    font-size: 14px;
}

.bh-btn-filter {
    border-radius: 12px;
    border: 2px solid #111827;
    padding: 10px 14px;
    font-weight: 600;
}

.bh-btn-export {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    font-weight: 600;
}

.bh-table-shell {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.bh-header {
    font-size: 13px;
    letter-spacing: .04em;
    color: #8a9aad;
    text-transform: uppercase;
}

.bh-badge-success {
    background: #e9f9f0;
    color: #1f9254;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
}

.bh-badge-secondary {
    background: #eef1f4;
    color: #6b7280;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
}

.bh-badge-warning {
    background: #fff7d6;
    color: #8a6d00;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
}
.bh-tab-link.active {
    border: 1px solid #111827;
    padding: 6px 10px;
    border-radius: 10px;
    color: #111827 !important;
}

