
.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: 0 0 0 .07rem rgba(13,110,253,.25);
    outline: none !important;
}

.form-select:focus {
    border-color: #ced4da !important;
    box-shadow: 0 0 0 .07rem rgba(13,110,253,.25);
    outline: none !important;
}


.card-title {
    font-weight: bold;
    color: orangered;
    border-bottom: 1px solid orangered;
    font-size: 24px;
}

.page-in-section {
    border: 1px solid silver;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: whitesmoke;
}

    .page-in-section .page-in-section-title {
        font-weight: bold;
        border-bottom: 1px solid silver;
        margin-bottom: 20px;
    }

.field-area {
    margin-bottom: 4px;
}

    .field-area .field-title {
        min-width: 170px;
        align-content: center;
    }

.tab-area {
    border: 1px solid silver;
    padding: 15px;
    border-radius: 10px;
}


.page-title {
    font-size: 30px;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1040;
}

/* Side Panel */
.side-panel {
    position: fixed;
    top: 0;
    right: -400px; /* başlangıçta gizli */
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    z-index: 1050;
    overflow-y: auto;
    transition: left 2s ease-in-out;
}

    .side-panel.open {
        right: 0px;
    }

/* Header */
.side-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

/* Body */
.side-panel-body {
    padding: 15px;
}

/* Bootstrap kapatma butonu */
.btn-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.page-icon {
    max-width: 70px;
}

.filter-item div:first-child {
    font-weight: bold;
}

.filter-area {
    padding: 20px;
    background-color: white;
    border: 1px solid silver
}

.parametric-table thead tr th {
    background-color: #e3e3e3 !important;
}

.modal-content {
    padding: 15px;
}

i.bi-x {
    font-size: 24px !important
}

.product-list-image {
    max-height:100px;
}

.btn-modalclose{
    
}

.nav-link {
    cursor: pointer;
}

    .nav-link:hover {
        background-color: rgba(255,255,255,0.08);
    }

.ms-3 .nav-link {
    font-size: 0.9rem;
}