﻿.body {
    font-family: 'main_font';
    src: url('../fonts/Cairo-VariableFont_wght.ttf') format('truetype');
    margin:0;
}
.containering {
    display: grid;
    place-items: center;
    max-width: 100%;
    width: 100%;
}

.containeringmain {
    display: grid;
    max-width: 100%;
    width: 100%;
    grid-template-columns: 1fr 1fr; /* أو أي عدد من الأعمدة تريدها */
    grid-template-columns: repeat(2, 14% 86%);
}

.dataoptionmain {
    display: grid;
    grid-template-columns: repeat(2, 10% 90%);
    width: 100%;
    font-family: Cairo;
    font-weight: bold;
    font-size: 12px;
}

.column {
    flex-grow: 1; /* يسمح للعمود بالنمو */
    flex-shrink: 1; /* يسمح للعمود بالانكماش */
    flex-basis: 0; /* يبدأ من الصفر، مما يتيح التوزيع */
    /* يمكنك أيضًا تحديد نسبة محددة لكل عمود مثل: flex: 2 1 200px; */
}

    .column:nth-child(1) {
        flex-basis: 40%; /* عمود أول بعرض 100 بكسل */
    }

    .column:nth-child(2) {
        flex-basis: 60%; /* عمود ثاني بعرض 200 بكسل */
    }

.itemlogout {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 6%;
    margin-top: 0;
    font-family: Cairo;
    font-size: 12px;
    font-weight: bold;
    justify-content: flex-end;
    margin-top: 0vw;
}

.itemtitelcenter {
    box-shadow: 0 0 1px rgba(var(--bs-body-color-rgb), 0.125), 0 1px 3px rgba(var(--bs-body-color-rgb), 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: center;
    background-color: var(--bs-body-bg);
    border: 0.5px solid darkgray;
    border-radius: 1vw 1vw 0vw 0vw;
    width: 100%;
    height: 50px;
    font-family: Cairo;
    font-size: 22px;
    font-weight: bold;
}

.itemtitelDefault {
    display: flex;
    justify-content: center;
    align-items: center;
    position: center;
    width: 100%;
    height: auto;
    font-family: Cairo;
    font-size: 22px;
    font-weight: bold;
}

.itemtitellogin {
    display: flex;
    justify-content: center;
    align-items: center;
    position: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0.5px solid darkgray;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    margin-top: 0.25vw;
    font-family: Cairo;
    font-size: 22px;
    font-weight: bold;
}

.itemoperation {
    position: center;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-body-bg);
    border: 0.5px solid darkgray;
    border-radius: 0vw 0vw 1vw 1vw;
    width: 100%;
    height: 70px;
    margin-top: 0.25vw;
    z-index: 1;
}

.itemoperationlogin {
    position: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0.5px solid darkgray;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    margin-top: 0.25vw;
    z-index: 1;
}

.otheroperation {
    position: center;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-body-bg);
    border: 0.5px solid darkgray;
    border-radius: 0vw 0vw 0vw 0vw;
    width: 100%;
    z-index: 1;
    margin-top: 0.25vw;
}

.otheroperationlogin {
    position: center;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-body-bg);
    border: 0.5px solid darkgray;
    border-radius: 10px;
    width: 100%;
    margin-top: 0.25vw;
    z-index: 1;
}

.dataoption {
    display: grid;
    grid-template-columns: repeat(2, 60% 40%);
    width: 100%;
    font-family: Cairo;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0.25vw;
}

.insertdataoption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: center;
    background-color: var(--bs-body-bg);
    border: 0.5px solid darkgray;
    border-radius: 0vw 0vw 0vw 0vw;
    width: 100%;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
}

.coldataoption {
    display: flex;
    position: center;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-body-bg);
    border: 0.5px solid darkgray;
    border-radius: 0vw 0vw 0vw 0vw;
    width: 100%;
}

.dataoptionlogin {
    display: grid;
    grid-template-columns: repeat(2, 70% 30%);
    width: 100%;
    font-family: Cairo;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0.25vw;
}

.btn-Save {
    background-color: DarkGreen;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0.30vw;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    height: 50px;
}

    .btn-Save:hover {
        background-color: Green;
    }

.btn-Edit {
    background-color: darkblue;
    border: none;
    color: white;
    width: 100px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
}

    .btn-Edit:hover {
        background-color: blue;
    }

.btn-Delete {
    background-color: darkred;
    border: none;
    color: white;
    width: 100px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
}

    .btn-Delete:hover {
        background-color: red;
    }

.btn-Clear {
    background-color: grey;
    border: none;
    color: white;
    width: 100px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
}

    .btn-Clear:hover {
        background-color: darkgrey;
    }

.btn-Print {
    background-color: darkgoldenrod;
    border: none;
    color: white;
    width: 100px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
}

    .btn-Print:hover {
        background-color: goldenrod;
    }

.btn-Detailes {
    background-color: dodgerblue;
    border: none;
    color: white;
    width: 100px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
}

    .btn-Detailes:hover {
        background-color: cornflowerblue;
    }

.btn-Search {
    background-color: grey;
    border: none;
    color: white;
    width: 50px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
}

    .btn-Search:hover {
        background-color: darkgray;
    }

.btn-Exit {
    background-color: darkmagenta;
    border: none;
    color: white;
    width: 100px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: Cairo;
    font-size: 14px;
    font-weight: bold;
}

    .btn-Exit:hover {
        background-color: magenta;
    }

.btn-margen {
    margin-top: 10px;
}


