html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

select {
    appearance: none; /* لإزالة السهم الافتراضي */
    background-color: #ffffff; /* لون الخلفية */
    border: 1px solid #ccc; /* الحدود */
    padding: 10px; /* المسافات الداخلية */
    font-size: 16px; /* حجم الخط */

    background-image: url('/images/ar.svg');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 10px;
}

    select:focus {
        border-color: #0f9f00; /* لون الحدود عند التركيز */
        outline: none;
    }

.bg_green {
    background-color: #e1f9e4;
}

.bg_red {
    background-color: #fedfd0;
}

.bg_primary {
    background-color: #c9e0e2;
}

.btn_primary {
    background-color: #c9e0e2 !important;
}

    .btn_primary:hover {
        background-color: #a7eacb !important;
    }

.bg_primary:hover {
    background-color: #a7eacb;
}

.bg_yellow {
    background-color: #feffd7;
}

.bt_yellow {
    background-color: #feffd7;
    border: solid 1px;
    border-color: gray;
}


.bg_silver {
    background-color: #e9e8fa;
}

.bt_green {
    background-color: #abe7cb;
}

.bt_green {
    background-color: #abe7cb;
}

.bt:hover {
    background-color: #efef82;
}

.bt_cons {
    background-color: #bbecec;
}

.bt_blue {
    background-color: #97c8f6;
}

.bt_red {
    background-color: #f89292;
}

.bt_search {
    background-color: #f7f7b1;
}

.bordery {
    border-style: solid;
    border-color: darkgray;
}

@media print {
    .hide_print {
        display: none;
    }
}

@media print {
    .print-only {
        display: block;
        margin-bottom: 40px;
    }

    .text-danger {
        color: red;
    }
}

/*my_css
*/
.bk {
    background-color: #c9e0e2 !important;
    padding: 20px;
    border-radius: 8px;
}

.btn {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-outline-primary {
    border: 2px solid #333;
    /* color: #cddfd7; */
    color: #333;
}


    .btn-outline-primary:hover {
        /* background-color: #cddfd7; */
        background-color: #fafaba;
        color: #333;
        border-color: #615819;
    }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.navbar-brand {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}



/*  .row {
        flex-direction: column;
    } */

.col-md-4 {
    margin-bottom: 10px;
}

/* .col-lg-3 {
        width: 100%;
    } */


.btn {
    font-size: 14px;
    padding: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    color: #333;
}

.hedding {
    padding: 5px;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: #c9e0e2 !important;
    text-align: center !important;
}

.title {
    background-color: #c9e0e2;
    text-align:center;
    padding:3px;
    border:solid 2px;
}
.title2 {
    background-color: #fedfd0;
    text-align: center;
    padding: 3px;
    border: solid 2px #000;
}
.title1 {
    background-color: yellowgreen;
    text-align: center;
    padding: 3px;
    border: solid 1px #000;
    border-color:black !important;
}
/*Reports*/

.bt_cons {
    background-color: #bbecec;
}

.bt_blue {
    background-color: #97c8f6;
}

.bt_red {
    background-color: #f89292;
}

.bt_search {
    background-color: #f7f7b1;
}

.bordery {
    border-style: solid !important;
    border-color: darkgray;
}

@media print {
    .hide-on-print {
        display: none !important;
    }
}

.order_number {
    background-color: #c9e0e2 !important;
}

.label-row {
    display: flex;
    justify-content: space-between;
}

.show-on-print {
    display: none;
}

@media print {
    .show-on-print {
        display: block !important;
    }
}


@media print {
    .show-on-print_float {
        float: right !important;
        display: block !important;
        margin-left: auto !important; /* لليمين في LTR */
    }
    html[dir="rtl"] .show-on-print_float {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

.mt-5 {
    margin-top: 5px !important;
}
.mb-4 {
    margin-bottom: 5px !important;
}