*{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
body{
    background: #e91e638a;
}
button{
    border-radius: 20px;
    background: #ffe6ed;
    border: none;
    /* width: 50%; */
    height: 30px;
    color: hotpink;
    box-shadow: 2px 2px;
    font-size: large;
    font-family: auto;
    font-weight: bold;
}
button:hover{
    border-radius: 20px;
    background: #ffe6ed;
    border: none;
    height: 30px;
    color: #40df47;
    box-shadow: 2px 2px;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    cursor: pointer;
}
.style01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    background: #ffdff0;
    border-radius: 30px;
    z-index: 999;
}
.style02{
    font-size: large;
    font-family: auto;
    font-weight: bold;
    padding-left: 9px;
    color: #ff6693;
}
.style03{
    font-size: large;
    font-family: auto;
    font-weight: bold;
    padding-right: 9px;
}
.style04{
    background-color: #ffffff;
    width: 150px;
    height: 400px;
    text-align: center;
    padding: 9px;
    border-radius: 10px 10px;
    display: inline-block;
    margin: 5px;
    box-shadow: 3px 3px #e0178a;
    border: 0.1px solid #ffdff0;
}
.style05{
    width: 150px;
    height: 200px;
    border-radius: 20px;
    /* box-shadow: 2px 2px 3px black; */
}
h2{
    width: 100%;
    height: 80px;
}
.style06{
    margin: 9px;
    color: #ff6693;
}
.style07{
    position: absolute;
    top: 3px;
    right: 8px;
    color: black;
    background: #efadff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
}
.style08{
    width: 80%;
    margin: 20px;
    height: 29px;
    border-radius: 30px;
    text-align: right;
    display: none;
    direction: rtl;
}
.style09{
    width: 100%;
    height: 100vh;
    border-radius: 20px;
    text-align: center;
    position: fixed;
    overflow: auto;
}
.style10{
    width: 100%;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 0px 0px;
    padding: 5px;
}
.style11 {
    width: 80px;
    height: 80px;
}

th,td {
    width: 20%;
    border-bottom: 2px black solid;
}
.style12{
    color: #673AB7;
    font-size: large;
    font-weight: bold;
    font-family: auto;
}

.counter{
    width: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter input{
    width: 35px;
    border: 0px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background:#0052cc;
    color: #fff;
    appearance: none;
    outline: 0px;
}
.counter span{
    display: block;
    font-size: 25px;
    padding:  10px;
    cursor: pointer;
    color: #0052cc;
    user-select: none;
    background: #ffffff;
    line-height: 12px;
}

.style13{
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 50%;
    left: 0px;
    /* z-index: 9999; */
    box-sizing: border-box;
    padding: 15px;
    font-size: 30px;
    border: 2px solid #007bff;
    background-color: #4caf23;;
}
.style14{
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 50%;
    right: 0px;
    /* z-index: 9999; */
    box-sizing: border-box;
    padding: 21px;
    font-size: 20px;
    border: 2px solid #007bff;
    background-color: #ffee4e;
    container-type: inherit;
    font-weight: bold;
}
/* #totalally::before{
    content: 'الحساب: ';
} */

.style15{
    /* display: flex;
    gap: 10px; */
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    /* justify-content: center; */
}
::-webkit-scrollbar{
        height: 10px;
        border-radius: 10px;
}
::-webkit-scrollbar-track{
        background-color: #ffdff0;
}
::-webkit-scrollbar-thumb{
        background-color: #efadff;
}
.style16{
    width: 80%;
    height: 350px;
    /* background: #9C27B0; */
    margin: 0px auto;
    text-align: center;
    padding: 30px;
    /* border: 2px blue solid; */
    position: relative;
    z-index: 9999;
    /* border-radius: 100px 0px 120px 0px; */
    display: none;
}
.stylea16{
    width: 80%;
    height: 350px;
    /* background: #9C27B0; */
    margin: 0px auto;
    text-align: center;
    padding: 30px;
    /* border: 2px blue solid; */
    position: relative;
    z-index: 9999;
    /* border-radius: 100px 0px 120px 0px; */
    display: block;
}
.style17{
    border-radius: 50px;
    border: none;
    margin: 20px auto;
    padding: 5px;
    background: white;
    color: black;
    direction: rtl;
    width: 92%;
    height: 30px;
}
.style18{
    width: 92%;
    height: 80px;
    resize: none;
    border: none;
    border-radius: 10px;
    background: white;
    color: black;
    direction: rtl;
    margin: 9px auto;
    padding: 5px;
}
.style19{
    text-align: center;
    align-content: center;
    background: radial-gradient(#EC407A, transparent);
    font-size: 75px;
    font-weight: bold;
    font-family: auto;
    margin: 2px;
    height: 100vh;
}
.style20{
    margin: 35px auto;
    padding: 40px;
    background: radial-gradient(#d999c6, transparent);
    border-radius: 22%;
    display: block;
    text-align: center;
}

.style21{
    width: 100%;
    height: 400px;
    display: block;
    border-radius: 150px 3px;
    margin: 10px 0px 0px 0px;
}
.style22{
    position: absolute;
    top: 50%;
    left: 2%;
    font-size: large;
    font-weight: bold;
    background: #e2e2e2db;
    color: #ffffff;
    width: 30px;
    text-align: center;
    border-radius: 10px;
}
.style23{
    position: absolute;
    top: 50%;
    right: 2%;
    font-size: large;
    font-weight: bold;
    background: #e2e2e2db;
    color: #ffffff;
    width: 30px;
    text-align: center;
    border-radius: 10px;
}
.style24{
    position: absolute;
    top: 20%;
    left: 8%;
    font-size: xx-large;
    font-family: auto;
    font-weight: bold;
    color: white;
    width: 50%;
}
.style25{
    background: white;
    border-bottom: 1px solid;
    box-shadow: 0px 2px 1px rgb(96, 95, 95);
    width: 100%;
    direction: ltr;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    /* position: fixed; */
    /* bottom: 0px;  */
}
.style26{
    float: right;
    margin: 10px 10px;
}
.style27{
    float: left;
    margin: 10px 10px;
}
.style28{
    text-align: center;
    max-width: 500px;
    border-radius: 2px;
    margin: 10px auto;
    padding: 50px;
}
.style29{
    padding: 12px 15px;
    margin: 10px 0px;
    width: 75%;
    color: black;
    background: white;
    border: 2px solid #858282;
    text-align: center;
    font-size: large;
    font-weight: bolder;
    border-radius: 5px;
}
.style30{
    width: 82%;
    padding: 12px 15px;
    margin: 10px 0px;
    font-size: large;
    font-weight: bold;
    font-family: auto;
    border: 1px solid;
    border-radius: 8px;
}
.style31{
    resize: none;
    margin: 15px auto;
    width: 80%;
    height: 120px;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    text-align: center;
}
.style32 div{
    height: 50px;
    text-align: center;
    background-color: white;
    font-size: 30px;
    border-radius: 20px;
}
.main{
    grid-area: main;
}
.style33{
    color: white;
    padding: 5px;
    background-color: rgb(33 171 167);
    border-radius: 15px;
    text-decoration: none;
    height: 50px;
    cursor: pointer;
    margin: 0px;
    width: 100%;
    font-size: large;
}
.style34{
    background-color: #ffdff0;
    width: 150px;
    height: 290px;
    text-align: center;
    padding: 9px;
    border-radius: 50px 10px;
    display: inline-block;
    margin: 5px;
    box-shadow: 3px 3px #e0178a;
    border: 0.1px solid #ffdff0;
}
.style35{
    display: none;
    color: white;
    font-size: large;
}
.style36{
    border-radius: 50px;
    border: none;
    margin: 20px auto;
    padding: 5px;
    background: #50c232;
    color: black;
    direction: rtl;
    width: 35%;
    height: 30px;
}
.style37{
    font-size: large;
    font-family: monospace;
    font-weight: bold;
    color: hotpink;
    margin: 0px auto;
}
.style38{
    font-size: larger;
    font-family: auto;
    font-weight: bold;
    color: navy;
}
.style39{
    font-size: large;
    font-weight: bold;
}

/* show all project page style start */
.styleshow1{
    background: white;
    border-bottom: 1px solid;
    box-shadow: 0px 2px 1px rgb(96, 95, 95);
    width: 100%;
    direction: ltr;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    /* position: fixed; */
    /* bottom: 0px;  */
}
.styleshow2{
    float: left;
    margin: 10px 10px;
}
.styleshow3{
    float: right;
    margin: 10px 10px;
}
.styleshow4{
    width: 100%;
    text-align: center;
    margin: 20px auto;
    direction: rtl;
    overflow-x: auto;
}
.styleshow5{
    width: 100%;
    max-width: 100px;
}
.styleshow6{
    font-size: large;
    color: blue;
    padding: 10px 10px;
}
.styleshow7{
    font-size: large;
    color: red;
    padding: 10px 10px;
}
.styleshow8{
    margin: 100px auto;
    text-align: center;
    /* padding: 10px; */
    color: red;
    font-size: large;
    font-weight: bold;
}
.styleshow9{
    font-size: xx-large;
    font-family: auto;
    font-weight: bold;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 20px;
    margin: 250px auto 60px auto;
}
.styleshow10{
    font-size: large;
    font-family: auto;
    font-weight: bold;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 20px;
}
.styleshow11{
    font-size: xxx-large;
    font-weight: bold;
    background: red;
    width: 150px;
    border-radius: 15%;
    margin: 0px 0px 0px 40px;
}
.styleshow12{
    font-size: xxx-large;
    font-weight: bold;
    background: rgb(0, 255, 68);
    width: 150px;
    border-radius: 15%;
    margin: 0px 40px 0px 0px;
}
.styleshow13{
    width: 400px;
    margin: 300px auto 60px auto;
    border-radius: 31px
}
.styleshow14{
    font-size: xxx-large;
    font-weight: bold;
    color: green;
}


/* search start */
.styleshow15{
    text-align: center;
    margin: 20px auto;
    width: 100%;
}
.styleshow16{
    height: 25px;
    width: 50%;
    margin-right: 0px;
    border-radius: 20px 0px 0px 20px;
    border: none;
    text-align: center;
}
.styleshow17{
    height: 26px;
    min-width: 50px;
    margin-left: -4px;
    border-radius: 0px 20px 20px 0px;
    border: none;
    background: #9C27B0;
    cursor: pointer;
}
/* search end */

/* show all project  end */

/* edit all project page style srart  */
.edit01{
    background: white;
    border-bottom: 1px solid;
    box-shadow: 0px 2px 1px rgb(96, 95, 95);
    width: 100%;
    direction: ltr;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    /* position: fixed; */
    /* bottom: 0px;  */
}
.edit02{
    float: left;
    margin: 10px 10px;
}
.edit03{
    float: right;
    margin: 10px 10px;
}
.edit04{
    text-align: center;
    max-width: 500px;
    border-radius: 2px;
    margin: 10px auto;
    padding: 25px;
}
.edit05{
    width: 75%;
    max-height: 200px;
    border-radius: 50%;
}
.edit06{
    padding: 12px 0px;
    margin: 10px 0px;
    width: 75%;
    color: black;
    background: white;
    border: 2px solid #858282;
    text-align: center;
    font-size: large;
    font-weight: bolder;
    border-radius: 5px;
}
.edit07{
    resize: none;
    margin: 15px auto;
    width: 74%;
    height: 60px;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    text-align: center;
}
.edit08{
    height: 50px;
    text-align: center;
    background-color: white;
    font-size: 30px;
}
.edit09{
    color: white;
    padding: 5px;
    background-color: rgb(33 171 167);
    border-radius: 15px;
    text-decoration: none;
    height: 50px;
    cursor: pointer;
    margin: 0px;
    width: 50%;
    font-size: large;
}
.edit10{
    background: #e91e638a;
    border: none;
}
/* edit all project  style end  */

/* signin  style strat  */
.sign01{
    text-align: center;
    max-width: 500px;
    border-radius: 2px;
    margin: 10px auto;
    padding: 50px;
}
.sign02{
    padding: 12px 15px;
    margin: 10px 0px;
    width: 75%;
    color: black;
    background: white;
    border: 2px solid #858282;
    text-align: center;
    font-size: large;
    font-weight: bolder;
    text-shadow: 1px 1px 5px black;
    border-radius: 5px;
}
.sign03{
    display: grid;
    grid-template-areas:
    'main main main main main' 
    'fotter fotter fotter fotter fotter';
    grid-gap: 10px;
    margin: 10px auto;
    width: 90%;
}
.main{
    grid-area: main;
}
.fotter{
    grid-area: fotter;
}
.sign04{
    color: white;
    padding: 5px;
    background-color: rgb(33 171 167);
    border-radius: 15px;
    text-decoration: none;
    height: 50px;
    cursor: pointer;
    margin: 0px;
    width: 50%;
    font-size: large;
}
.sign05{
    FONT-SIZE: large;
    color: green;
    font-weight: bold;
    text-align: center;
}
.sign06{
    margin: 100px auto;
    text-align: center;
    /* padding: 10px; */
    color: red;
    font-size: large;
    font-weight: bold;
}
.sign07{
    color: white;
    padding: 12px;
    background-color: red;
    border-radius: 15px;
    text-decoration: none;
    cursor: pointer;
    margin: 0px auto;
    width: 45%;
    border: 2px solid #673AB7;
}
/* signin  style end  */

/* a   style start  */
.apage01{
    text-align: center;
    margin: 60px auto 60px auto;
}
.apage02{
    color: white;
    padding: 5px;
    background-color: rgb(33 171 167);
    border-radius: 15px;
    text-decoration: none;
    height: 50px;
    cursor: pointer;
    margin: -10px auto;
    width: 50%;
    font-size: large;
}
.apage03{
    padding: 5px;
    background-color: white;
    border-radius: 15px;
    text-decoration: none;
    /* height: 500px; */
    cursor: pointer;
    margin: 30px auto;
    width: 50%;
    font-size: large;
    text-align: center;
    color: rgb(33 171 167);
    border: 1px solid;
    box-shadow: 1px 1px 1px 1px #8d7d7d;
    font-size: large;
    font-weight: bold;
    font-family: auto;
}
/* a  style end  */



