* {
    direction: rtl;
}

.thumbnail {
    font-family: Cairo;
    font-size: 13px;
    font-weight: bold;
}
/* تنسيق الجدول */
table {
    direction: rtl;
    border-collapse: collapse;
    width: 70%;
    margin: 30px auto;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}
/* تنسيق الرأس */
th {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    text-align: center; /* محاذاة أفقية لليمين */
}
/* تنسيق الخلايا */ td {
    direction: rtl;
    padding: 12px;
    text-align: center; /* محاذاة أفقية */
    vertical-align: middle; /* توسيط رأسي */
}
/* صفوف متناوبة */ tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* تأثير عند المرور */ tr:hover {
    background-color: #e0f7e9;
    transition: 0.3s;
}
/* حدود خفيفة */ th, td {
    border-bottom: 1px solid #ddd;
}

.myinput {
    margin: 5px;
    text-align: right
}

    .myinput input {
        padding: 5px;
        color: darkslateblue;
        border: 1px solid green;
        border-radius: 7px;
        font-family: Cairo;
        font-size: 17px;
        font-weight: 600;
        width: 99%
    }

    .myinput label {
        color: green;
        font-family: Cairo;
        font-size: 17px;
        font-weight: 500;
    }


.col12 {
    float: right;
    width: 97%;
}

.col6 {
    float: right;
    width: 48%;
}

.col4 {
    float: right;
    width: 31.6%;
}

.col3 {
    float: right;
    width: 23.4%;
}

.col2 {
    float: right;
    width: 18.5%;
}


@media screen and (max-width: 700px) {
    .col6,
    .col2,
    .col3,
    .col4 {
        width: 100%;
    }
    #hid1, #hid2, #hid3 {
        display:none;
    }
}

