/* body {
    background: #f3f4f6;
} */
.search-wrap {
    border-radius: 0.75rem;
}
.icon-tabs .nav-link {
    color: #6b7280;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.icon-tabs .nav-link.active {
    color: #111827;
    border-bottom-color: #111827;
    font-weight: 600;
}

.section-row {
    border: 1px solid #eef0f3;
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
    background: #fafafa;
    cursor: pointer;
}
.section-row .right-text {
    color: #6b7280;
}
.panel-hidden {
    display: none;
}

.footer-bar {
    border-top: 1px solid #eef0f3;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Calendar panel */
.when-panel,
.where-panel,
.who-panel {
    border: 1px solid #eef0f3;
    border-radius: 0.75rem;
    padding: 24px;
    background: #fff;
}
.cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.cal-title {
    font-weight: 600;
}
.cal-nav-btn {
    border: none;
    background: transparent;
    font-size: 1.1rem;
}
.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}
.dow {
    font-size: 0.8rem;
    color: #6b7280;
    text-align: center;
}
.day {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    cursor: pointer;
}
.day:hover {
    background: #f1f5f9;
}
.day.in-range {
    background: #ecebff;
}
.day.range-edge {
    background: #6658ea;
    color: #fff;
    font-weight: 600;
}

/* WHO rows */
.who-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f2f5;
}
.who-row:last-child {
    border-bottom: none;
}
.who-ctrl {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.btn-round {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-round:disabled {
    opacity: 0.4;
}
.count-badge {
    min-width: 24px;
    text-align: center;
}
.otid-popup-search {
    background-color: #f3f4f6;
    height: 100vh;
}
.w-95 {
    width: 95%;
}
.input-group.otid-popsearchs {
    background-color: white;
}

.card-img-top {
    height:140px;
    object-fit:cover;
    width: 100%;
}
.scroll-x {
    overflow-x:auto;
    white-space:nowrap;
}
.scroll-x .card {
    display:inline-block;
    min-width:240px;
    margin-right:12px;
    max-width: 241px;
}
.section-box {
    background:#fff;
    border-radius:.75rem;
    box-shadow:0 .25rem 1.25rem rgba(15,23,42,.08);
}
.pill .nav-link {
    border-radius:2rem;
}
.searchbar {
    background:#fff;
    border-radius:.75rem;
}
.nav-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* biar smooth di iOS */
}
.nav-scroll ul {
    white-space: nowrap;
}
.nav-scroll .nav-item {
    display: inline-block;
}

h6.h6lineheight {
    line-height: 16px;
}

@media (min-width:768px){
    .card-img-top {
        height:160px;
    }
    .scroll-x .card {
        min-width:260px;
        max-width: 270px;
    }
}

@media (max-width: 767.98px) {
    .cal-container {
        grid-template-columns: 1fr !important;
    }
    .when-panel,
    .where-panel,
    .who-panel {
        padding: 16px;
    }
}







:root {
    --bs-border-radius: 0.375rem;
    --bs-border-width: 1px;
}


.card {
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
}

.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}



.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    border: 1px solid #c5c5c547;
    border-radius: 9999px;
    /* padding: 1px 16px; */
}

.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}

.search-wrap {
    max-width: 980px;
    margin: 24px auto 0;
}
.text-secondary.small {
    font-size: 12px;
}
.result-item .thumb {
    position: relative;
    overflow: hidden;
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
}
.result-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rating-badge {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    background: #fcb80069;
    color: #0a0a0a;
    font-weight: 500;
    padding: 4px;
    border-radius: 9999px;
    font-size: 0.7rem;
    backdrop-filter: saturate(120%) blur(2px);
}
.chip {
    font-size: 0.6rem;
    font-weight: 600;
    color: #1e1e1e;
    border: 1px solid #e5e7eb;
    padding: 0.1rem 0.45rem;
    border-radius: 9999px;
    width: fit-content;
    background-color: #fcb800;
}
.result-item:hover .title {
    text-decoration: underline;
}
.section-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827;
}
.pill-filter .btn {
    border-radius: 999px;
}
.article-item .bi {
    font-size: 1rem;
    color: #6b7280;
}
.thumb img {
    width: auto;
    height: 75px;
    border-radius: 8px;
    width: 100%;
}
@media (max-width: 576px) {
    .result-item .thumb {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }
}



.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #fcb800;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #fcb800;
}