/* Kenarlara yapışmayı önlemek için hafif iç boşluk */
html.is-web #root.layout-bc {
    padding: 2px;
    box-sizing: border-box;
}

.nav-menu-container.header-navigation:first-child .nav-menu>li:first-child>.nav-menu-item {
    border-start-start-radius: 0px !important;
    border-end-start-radius: 0px !important;
}

.empty-b-text-v-bc {
padding: 2vh 10px !important;
}


/* Modal / popup: middleware tam yükseklik olmalı; aksi halde .popup-inner-bc margin:auto dikey ortalamaz */
.popup-holder-bc .popup-middleware-bc {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 100% !important;
}

/* Betslip / hızlı bahis mesaj çubuğu: sol şerit kaldır, köşe yuvarlaklığı yok */
.quickBetMsgWrapper-bc {
    border-radius: 0 !important;
}

.quickBetMsgWrapper-bc.betslip-success-message,
.quickBetMsgWrapper-bc.betslip-error-message,
.quickBetMsgWrapper-bc.betslip-warning-message,
.quickBetMsgWrapper-bc.betslip-info-message {
    border-left: 0 !important;
    border-inline-start: 0 !important;
}