


body {
    direction: rtl;
    text-align: right;
}
.left {
    width: 70%;
}

.main {
    margin-top: 8vh;
}
.header {
    margin-top: 12vh;
}
/* .header a {
    cursor: pointer;
    color: blue;
    text-decoration: none;
    margin: 0 4px;
    padding: 0 20px;
    
}
.line_header{
    border-bottom: 2px solid blue;
  
} */

.header  div :hover {
    color: blue;
}

.right {
    width: 27%;
}

.w-25 {
    width: 25% !important;
}

.w-40 {
    width: 40% !important;
}

.w-20 {
    width: 20% !important;
}

.w-55 {
    width: 55% !important;
}

.down {
    background-color: #f8f8fa;
}

.box {
    gap: 5px;
    background-color: #f8f8fa;
    border: 1px solid black;
    border-radius: 4px;
}

.line {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75%;
    height: 1px;
    background-color: black;
}

.mr-15 {
    margin-right: 15px !important;
}

.eshtal-table-price td {
    padding: 0px;
    text-align: center;
}

.eshtal-table-price td {
    border: 1px solid black;
    padding: 5px;
}

.eshtal-table-price th {
    border: 1px solid black;
}

.down {
    margin-bottom: 10px;
}

    
.enter_customer_info_musk,
.enter_new_draft_name_musk,
.enter_new_qty_musk {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2000000;
}


.enter_customer_info_musk_hide,
.enter_new_qty_musk_hide,
.enter_new_draft_name_musk_hide {
    width: 100%;
    height: 100vh;
    background-color: rgba(1, 5, 23, 0.394);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000001;
}

.enter_customer_info,
.enter_new_qty,
.enter_new_draft_name {
    position: absolute;
    background-color: #2e2e2e;
    max-height: 80vh;
    overflow-y: auto;
}


.search__buy_basket__invoice {
    background-color: #2e2e2e;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.enter_customer_info,
.enter_customer_info_container {
    z-index: 2000002;
}

.enter_new_draft_name,
.enter_new_draft_name_container {
    z-index: 2000002;
}

.enter_new_qty,
.enter_new_qty_container {
    z-index: 2000002;
}

.search__buy_basket__invoice::-moz-scrollbar {
    width: 10px;
}

.search__buy_basket__invoice::-moz-scrollbar-thumb {
    background: var(--blue);
    opacity: 0.7;
    border-radius: 10px;
}

.search__buy_basket__invoice::-webkit-scrollbar {
    width: 10px;
}

.search__buy_basket__invoice::-webkit-scrollbar-thumb {
    background: var(--blue);
    opacity: 0.7;
    border-radius: 10px;
}


.enter_customer_info input[type="text"],
.enter_new_qty input[type="text"] {
    border-radius: 4px;
    /* border: #000 solid 1px; */
    border: none;
    padding: 3px;
    box-shadow: 0 0 3px white;
}

.enter_customer_info>div{
    margin: 10px 0;
}



.list_item{
    transition: 0.3s ease;
}
.list_item:hover{
    background: rgb(240, 240, 240) ;
}


iframe{
    height: 90vh;
    position: sticky;
    top: 10vh;
}



table input[type="text"] {
    padding: 5px 15px;
    font-size: 10px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    direction: rtl;
    text-align: right;
}









@media screen and (max-width: 992px) {
    .main-re {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .right {
        width: 100%;
    }

    .left {
        width: 100%;
    }

    .up div {
        display: none !important;
    }

    .arshiv-res {
        display: none !important;
    }

    .down {
        width: 100%;
        margin-top: 15px;
        padding: 5px;
        background-color: #f8f8fa;
        ;
    }

    .up-table-res .button-uptable-res {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .up-table-res div {
        display: none;
        padding: 0px;
    }

    .up-table-res p {
        display: none;
    }

    .eshtal-table-price-res td {
        padding: 5px;
    }

}