@media only screen and (min-device-width: 1024px){
    #addphotostag{
        display: none;
    }.titlecontainer{
        width: 100%;
        display: flex;
        height: 50px;
        border: 1px solid white;
        align-items: center;
        justify-content: right;
    }.titlecontainer label{
        width: 50px;
        display: flex;
        justify-content: right;
        padding-right: 3px;
    }
    .titleinput{
        height: 30px;
        width: auto;
        min-width: 400px;
        font-size: 16px;
        text-align: right;
        flex: 1;
    }.pricecontainer{
        width: 100%;
        height: 40px;
        display: flex;
        margin-top: 5px;
        margin-bottom: 5px;
        align-items: center;
        justify-content: right;
        border: 1px solid white;
    }.pricecontainer label{
        width: 50px;
        display: flex;
        justify-content: right;
        padding-right: 5px;
    }.pricecontainer input{
        height: 30px;
        font-size: 25px;
        width: 200px;
        padding-left: 10px;
        padding-right: 10px;
    }.descriptioncontainer{
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #C0C0C0;
        height: auto;
        min-height: 200px;
        display: flex;
        flex-wrap: wrap;
        border-radius: 4px;;
    }.addvalue{
        width: auto;
        min-width: 100px;
        flex: 1;
        vertical-align: top;
        min-height: 300px;
        max-height: 300px;
        background-color: transparent;
        border: 1px solid black;
        text-align: right;
        font-size: 20px;
        padding-top: 0px;
        overflow-y: scroll;
        padding-left: 5px;
        padding-right: 5px;
        text-align: right;
        white-space: pre-wrap;
        overflow-x: hidden;
        word-wrap: break-word;
        user-select: none;
    }#descriptionvalue.typing {
        user-select: none;     /* Allow selection during typing */
    }
    .imagecontainer{
        width: 300px;
        border: 0px solid blue;
        height: 300px;
    }.uploadedphotos{
        width: 300px;
        height: 200px;
    }.photsnavigation{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
    }.photsnavigation button{
        margin-left: 5px;
        margin-right: 5px;
    }.additembutton{
        background-color: #7BF1A8;
        height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
    }.additembutton:hover{
        cursor: pointer;
        font-weight: bold;
    }.insertionstatus{
        width: 100%;
        height: 40px;
        display: flex;
        border: 1px solid lightblue;
        align-items: center;
    }.itmeidlabel{
        font-size: 20px;
        margin-left: 5px;
        color: #2e2d2c;
    }.itemsid{
        font-size: 20px;
        font-weight: bold;
        display: flex;
        background-color: #D6D3D1;
        height: 40px;
        width: auto;
        min-width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }.savebutton{
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #9AE630;
        margin-top: 5px;

    }.savebutton:hover{
        cursor: default;
    }
    .titleofdesandimage{
        width: 100%;
        height: 20px;
        display: flex;
        justify-content: space-between;
        padding-left: 10%;
        padding-right: 10%;
    }.newprodcutbutton{
        height: 100%;
        background-color: orange;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 50px;
        flex: 1;
    }.newprodcutbutton:hover{
        cursor: pointer;

    }.statusbar{
        box-sizing: border-box;
        background-color: transparent;
        border: 1px solid lightblue;
        height: 100%;
        margin-right: 5px;
        margin-left: 5px;
        padding-lefT: 5px;
        padding-right: 5px;
        display: flex;
        align-items: center;
        justify-content: right;
        flex: 1;
    }.navigationfortheform{
        /* this is container for navigation like بعدی and قبلی  and 
        it is flex stylied so the button are near each other to navigate successfully
        */
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
    }.navigationfortheform button{
        margin-left: 5px;
        margin-right: 5px;
    }.responsedel{
        /*this is reponse of the del return that give you the return if your order was successfull*/
        width: 100%;
        height: 20px;
        background-color: transparent;
        border: 1px solid black;
        color: green;
        display: flex;
        justify-content: center;

    }
}