body,html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    direction: rtl;
    color: black;
    font-size: 16px;
    line-height: 1.1;
    background: linear-gradient(135deg, #f0f9ff, #c2e9fb);
    overscroll-behavior-y: contain;
    
}
.the_toper {
    width: 100%;
    position:static;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 1;
}
.the_editor_title h1{
    font-weight: normal;
    font-size:22px;
    font-weight: bold;
}
.the_editor_form_row_holder{
    background: white;
}
.the_editor_form_row_input input, .the_editor_form_row_input textarea {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: 40px;
    line-height: 22px;
    margin-top: 5px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.the_editor_form_row_buts_long{
        border-radius: 8px;
        background: #33b1eb;
}
.the_editor_form_row_buts_long:hover {
    background: #1599d3;
}
.the_top_txt {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
}
.the_editor_logo{
    margin-bottom:10px;
}
.the_editor_form_row_holder {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid lightcyan;
    position: relative;
}

@media screen and (max-width: 600px) {
    .the_editor_form {
        height: 100vh;
    }
    .the_editor_logo img {
        height: 80px;
    }
    .the_editor_form_row_holder{
                width: 90%;
    }
    .the_editor_form_row_buts{
        width:100%;
    }
}

