.tarih-nav-toolbar{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.tarih-nav-toolbar .tarih-secim{
    margin-left: 0;
    width: auto;
    margin-top: 0;
}

.tarih-nav-toolbar .dun-url{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: auto;
    text-align: right;
    padding-right: 0;
}

.tarih-nav-toolbar .dun-url a{
    margin-left: 0;
    margin-bottom: 0;
}

.tarih-nav-secim{
    position: relative;
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #d7dce2;
    border-radius: 6px;
    overflow: visible;
    background: #fff;
    margin-bottom: 10px;
}

.tarih-nav-arrow{
    border: none;
    background: #fff;
    color: #142943;
    font-size: 20px;
    line-height: 1;
    padding: 0 14px;
    cursor: pointer;
}

.tarih-nav-arrow:first-child{
    border-right: 1px solid #d7dce2;
    border-radius: 6px 0 0 6px;
}

.tarih-nav-arrow:last-child{
    border-left: 1px solid #d7dce2;
    border-radius: 0 6px 6px 0;
}

.tarih-nav-arrow:disabled{
    color: #c2c8d1;
    cursor: not-allowed;
}

.tarih-nav-arrow:not(:disabled):hover{
    background: #f2f4f7;
}

.tarih-nav-trigger{
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: #fff;
    padding: 0 16px;
    font-weight: 700;
    color: #142943;
    cursor: pointer;
    white-space: nowrap;
}

.tarih-nav-icon{
    font-size: 15px;
}

.tarih-nav-current{
    text-transform: uppercase;
}

.tarih-nav-list{
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 160px;
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d7dce2;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(20, 41, 67, 0.18);
    z-index: 20;
}

.tarih-nav-item{
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #142943;
    border-bottom: 1px solid #eef0f3;
    cursor: pointer;
    text-align: center;
}

.tarih-nav-item:last-child{
    border-bottom: none;
}

.tarih-nav-item:hover{
    background: #f2f4f7;
}

.tarih-nav-item.is-selected{
    background: #142943;
    color: #fff;
}

/* Tarih değişince tabloyu POST ile yenileyen sayfalarda (bülten, maç
   sonuçları) paylaşılan yükleniyor overlay'i. */
.cm-async-panel{
    position: relative;
}

.cm-async-panel > *{
    transition: opacity .15s ease;
}

.cm-async-panel.is-loading > *:not(.cm-async-loading){
    opacity: .35;
    pointer-events: none;
}

.cm-async-loading{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.65);
    z-index: 5;
}

.cm-async-panel.is-loading .cm-async-loading{
    display: flex;
}

.cm-async-loading strong{
    margin-top: 10px;
    display: block;
    color: #142943;
}
