
/*----------------------------------------------------------------------------------------EMM CUSTOM CLASSES----------------------------------------------------------------------------------------*/
.EMM_Paper {
    height: max-content !important;
    width: 100%;
    z-index: 10;
    position: relative;
    border-width: 2px !important;
    border-style: dashed !important;
    border-radius: 8px !important;
    border: 1px solid #0000001e;
}

.EMM_Chip {
    color: #ffffffff;
    background-color: #424242ff;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border: none;
    display: inline-flex;
    max-width: 100%;
    outline: 0;
    padding: 0 12px;
    box-sizing: border-box;
    transition: background-color 300ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 300ms cubic-bezier(.4,0,.2,1) 0ms;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    line-height: normal;
    margin: 4px;
}

.EMM_Veil {
    background-color: white;
    height: 30px;
    width: 30%;
    border: 0px solid black;
    position: relative;
    right: 25%;
}

.EMM_SerbestMeslekDiv {
    border: 1px outset #CECECE;
    background-color: #e8ecf0;
    border-radius: 15px;
}


/*-----------------------------------------------------------------------------------BLAZORISE OVERRIDE CLASSES-----------------------------------------------------------------------------------*/
.page-item.active .page-link {
    color: #FFFFFF;
    background-color: #E50000 !important;
    border-color: #E50000 !important;
}

.b-bar-vertical-inline.b-bar-dark, .b-bar-vertical-popout.b-bar-dark, .b-bar-vertical-small.b-bar-dark {
    color: #e3e1e1 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, a.btn-primary:not(:disabled):not(.disabled):active, a.btn-primary:not(:disabled):not(.disabled).active, a.show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #E50000 !important;
    border-color: #E50000 !important;
}

btn-primary:hover, a.btn-primary:hover {
    color: #FFFFFF;
    background-color: #E50000 !important;
    border-color: #ff3939 !important;
}

.b-bar-vertical-inline.b-bar-dark .b-bar-dropdown-menu .b-bar-dropdown-item.active, .b-bar-vertical-popout.b-bar-dark .b-bar-dropdown-menu .b-bar-dropdown-item.active, .b-bar-vertical-small.b-bar-dark .b-bar-dropdown-menu .b-bar-dropdown-item.active {
    color: var(--b-bar-item-dark-active-color,#fff);
    background: #E50000 !important;
}

.btn-primary, a.btn-primary {
    color: #FFFFFF;
    background-color: #E50000 !important;
    border-color: #E50000 !important;
}

.form-control:focus, .custom-select:focus, .b-is.autocomplete.b-is-autocomplete-multipleselection.focus {
    border-color: #FE5252 !important;
    box-shadow: 0 0 0 0.2rem #FF8A8A !important;
}

.nav.nav-tabs .nav-item a.nav-link:not(.active) {
    color: #E50000 !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #E50000 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #E50000 !important;
    background-color: #E50000 !important;
}

.b-bar-vertical-inline.b-bar-dark .b-bar-link.active, .b-bar-vertical-popout.b-bar-dark .b-bar-link.active, .b-bar-vertical-small.b-bar-dark .b-bar-link.active {
    color: #fff !important;
    background: #E50000 !important;
}

.form-control:focus, .custom-select:focus, .b-is-autocomplete.b-is-autocomplete-multipleselection.focus{
    border-color:#f3bfbf !important;
    box-shadow: 0 0 0 0.2rem #f3bfbf !important;
}

/* DevExpress Blazor DxPopup: dx-blazor.bs5.css sets .dxbs-modal and backdrop to z-index:0,
   which renders below Syncfusion SfSidebar (1010) and layout controls (1200). */
.dxbs-modal {
    z-index: 1300 !important;
}

.modal-backdrop.show.dxbs-modal-back {
    z-index: 1299 !important;
}

/* Global DevExpress popup header text visibility */
.dxbs-modal .dxbs-modal-header,
.dxbs-modal .dxbs-modal-header *,
.dxbs-modal .dxbs-modal-title,
.dxbs-modal .modal-title {
    color: #ffffff !important;
}

.HeaderTitleCss,
.HeaderTitleCss * {
    color: #ffffff !important;
}

/* CRUD icon tooltips (Incele / Duzenle / Sil) */
.crud-icon-tooltip .tooltip-inner {
    background: linear-gradient(135deg, #e50000 0%, #ff4d4f 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 12px;
    font-weight: 600;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.crud-icon-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #e50000 !important;
}

.crud-icon-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #e50000 !important;
}

.crud-icon-tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #e50000 !important;
}

.crud-icon-tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #e50000 !important;
}

/* Syncfusion: üstteki kırmızı çizgili lisans uyarı şeridi (body’ye id=js-licensing ile eklenir) */
#js-licensing {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
