


body{
    background: #e96443;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #904e95, #e96443);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #904e95, #e96443); 
    direction: rtl;
    font-family: vazir-medium;
    
}
.left{
    width: 48%;
    height: 80%;

    color: rgb(255, 255, 255);
    float: right;
    display: inline-block;
}
.right{
    width: 48%;
    height: 80%;

    color: rgb(255, 255, 255);
    float: right;
    display: inline-block;
}
.left .up legend{
    font-size: 30px;
}
.right .up legend{
    font-size: 30px;
}
.left .up fieldset{
    margin: 7px;
    padding: 7px;
    border-radius: 30px 0px 30px 0px;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.5);
}
.right .up fieldset{
    margin: 7px;
    padding: 7px;
    border-radius: 30px 0px 30px 0px;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.5);
}





@font-face {
    font-family: Vazir;
    src: url('font/Vazir-Bold.eot');
    src: url('font/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
         url('font/Vazir-Bold.woff2') format('woff2'),
         url('font/Vazir-Bold.woff') format('woff'),
         url('font/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Vazir-bold;
    src: url('font/Vazir-Black.eot');
    src: url('font/Vazir-Black.eot?#iefix') format('embedded-opentype'),
         url('font/Vazir-Black.woff2') format('woff2'),
         url('font/Vazir-Black.woff') format('woff'),
         url('font/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Vazir-medium;
    src: url('font/Vazir-Medium.eot');
    src: url('font/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
         url('font/Vazir-Medium.woff2') format('woff2'),
         url('font/Vazir-Medium.woff') format('woff'),
         url('font/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('font/Vazir-Light.eot');
    src: url('font/Vazir-Light.eot?#iefix') format('embedded-opentype'),
         url('font/Vazir-Light.woff2') format('woff2'),
         url('font/Vazir-Light.woff') format('woff'),
         url('font/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('font/Vazir-Thin.eot');
    src: url('font/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
         url('font/Vazir-Thin.woff2') format('woff2'),
         url('font/Vazir-Thin.woff') format('woff'),
         url('font/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


h1{
    text-align: center;

}
h2{
    text-align: center;

}
form{
    padding-right: 30px;
}


.za{
    display: inline;
    color: red;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;

}
.za:hover{
    display: inline;
    color: rgb(255, 255, 255);
    background-color: red;
    border-radius: 50%;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;

}



.workerlist{
    padding-left: 15px;
    padding-right: 15px;
}
.kala{
    padding-left: 15px;
    padding-right: 15px;
}
.addkala{
    width: 400px;
    height: 280px;
    background-color: rgba(213, 191, 191, 1);
    position: absolute;
    margin-right: 50px;
    margin-top: 100px;
    border-radius: 25px;
    border: 3px dotted rgb(0, 0, 0);
    display: none;

    
}
#closeaddkala{
    color: red;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 30px;    cursor: pointer;

}
#closeaddkala:hover{
    color: red;
    float: left;
    margin-top: -5px;
    margin-left: 10px;
    font-size: 35px;
    cursor: pointer;

}
.addkala .left{
    color: black;
    float: right;
    width: 50%;

}
.addkala .right{
    color: black;
    float: right;
    width: 50%;
    

}
.addkala input{
    border-radius: 5px;
    height: 20px;
}
.a1{
    background-color: #2d2d2c;
    color: aliceblue;
    border-radius: 8px;
    margin-top: 150px;    cursor: pointer;

}
.a1:hover{
    background-color: #ffffff;
    color: #2d2d2c;
    border-radius: 8px;
    margin-top: 150px;     cursor: pointer;

}
.afzodan{
    background-color: #8518c0;
    border-radius: 8px;
    margin: 5px;
    color: aliceblue;
    width: 50%;      cursor: pointer;

}
.afzodan h3{
    padding: 9px;
}
.afzodan:hover{
    background-color: aliceblue;
    cursor: pointer;

    
    width: 50%;
    border-radius: 8px;
    margin: 5px;
    color: #8518c0;
}
.afzodan h3:hover{
    padding: 9px;    cursor: pointer;

}





.addworker{
    width: 400px;
    height: 280px;
    background-color: rgba(213, 191, 191, 1);
    position: absolute;
    /* margin-right: 50px; */
    margin-top: 100px;
    border-radius: 25px;
    border: 3px dotted rgb(0, 0, 0);
    display: none;
    cursor: pointer;
    
}
#closeaddworker{
    color: red;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 30px;
    cursor: pointer;
}
#closeaddworker:hover{
    color: red;
    float: left;
    margin-top: -5px;
    margin-left: 10px;
    font-size: 35px;
    cursor: pointer;

}
.addworker .left{
    color: black;
    float: right;
    width: 50%;

}
.addworker .right{
    color: black;
    float: right;
    width: 50%;
    

}
b{
    float: left;
}
.addworker input{
    border-radius: 5px;
    height: 20px;
}
.z{
    display: inline;
    padding: 1px;
}
.zz1{
    float: left;
    margin-left: 20px;
}
.zz1:hover{
    float: left;
    margin-left: 20px;
    color: #e96443;

}
.zz2{
    float: left;
    margin-left: 20px;
}
.zz2:hover{
    float: left;
    margin-left: 20px;
    color: #e96443;

}
.z:hover{
    display: inline;
    padding: 1px;
    color: #8d65a3;
}
.writer{
    margin-left: 100px;
    margin-top: 40%;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    background-color: green;
    border-radius: 10px;
    position: absolute;
    top: -400px;
}
.showinfo{
    width: 300px;
    height: 250px;
    background-color: #262323;
    position: absolute;
    display: none;
    border-radius: 10px;
    margin-right: 120px;
    margin-top: -40px;
    border: 2px solid white;
    padding-left: 10px;
    padding-right: 10px;

}
.showinfo1{
    width: 300px;
    height: 250px;
    background-color: #262323;
    position: absolute;
    display: none;
    border-radius: 10px;
    margin-right: 120px;
    margin-top: -40px;
    border: 2px solid white;
    padding-left: 10px;
    padding-right: 10px;

}
.showinfo2{
    width: 300px;
    height: 350px;
    background-color: #262323;
    position: absolute;
    display: none;
    border-radius: 10px;
    margin-right: 120px;
    margin-top: -40px;
    border: 2px solid white;
    padding-left: 10px;
    padding-right: 10px;

}

.left1{
    width: 50%;
    float: left;
    display: inline;
    text-align: center;
}
.right1{
    width: 50%;
    float: right;
    display: inline;
}
.left1 p{
    color: #ffffff;  


}
.right1 p{
    color: #ffffff;   

}

.search{
    width: 300px;
    height: 65px;
    background-color: #724141;
    border-radius: 20px 20px 0px 0px;
    border: 2px solid white;
    margin: auto;
}

.right3{
height: 100%;
width: 70px;
/* display: inline; */
float: right;
}

.left3{
height: 100%;

display: inline-block;
float: left;
}

.right3 img{
    width: 40px;
    height: 40px;
    margin: 10px;
    display: inline;
    cursor: pointer;
}
.left input{
    float: left;
 
    
}
#search{
    width: 220px;
    font-size: 20px;
    height: 57px;
    border-radius: 10px;
    font-family: vazir-medium;}

.resaltsearch{
    width: 370px;
    
    background-color: rgb(47, 50, 53);
    border-radius: 19px;
    margin: auto;
    position: relative;
    padding-bottom: 10px;
border: 2px solid white;
color: white;


display: none;

}
.resaltsearch li{
    margin-right: 14px;
}

#closesearch{
    color: red;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 30px;    cursor: pointer;

}
#closesearch:hover{
    color: red;
    float: left;
    margin-top: -5px;
    margin-left: 10px;
    font-size: 35px;
    cursor: pointer;

}

.sucessfulkala{
    width: 180px;
    height: 50px;
    background-color: #11a21a;
    border-radius: 10px;
    display: none;
    position: absolute;
    margin: auto;
    padding: 4px;
    text-align: center;
    animation: slide-in-top3 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 1.75s both;
    animation: slide-in-top30 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.75s both;

}
.sucessfulworker{
    width: 180px;
    height: 50px;
    background-color: #11a21a;
    border-radius: 10px;
    display: none;
    position: absolute;
    margin: auto;
    padding: 4px;
    text-align: center;
    animation: slide-in-top3 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 1.75s both;
    animation: slide-in-top30 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.75s both;


    
}

#dalete{
right: 10px;
}














.left .up{
    animation: slide-in-bottom 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s both;
}
.right .up{
    animation: slide-in-bottom 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.4s both;
}
.left .down{
    animation: slide-in-bottom 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.6s both;
}
.right .down{
    animation: slide-in-bottom 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.75s both;
}

.writer{
    animation: slide-in-top3 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.75s both;
}
.search{
    animation: slide-in-top2 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.6s both;
}

@keyframes slide-in-bottom {
    0%{
        transform: translateY(1000px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-bottom {
    0%{
        transform: translateY(1000px);
        -webkit-transform: translateY(1000px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0%{
        transform: translateY(-1000px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-top {
    0%{
        transform: translateY(-1000px);
        -webkit-transform: translateY(1000px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}


@keyframes slide-in-top2 {
    0%{
        transform: translateX(-1000px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-top3 {
    0%{
        transform: translateX(400px);
        opacity: 0;
    }
    100%{
        transform: translateX(-400px);
        opacity: 1;
    }
}

@keyframes slide-in-top30 {
    0%{
        transform: translateX(-400px);
        opacity: 1;
    }
    100%{
        transform: translateX(+400px);
        opacity: 0;
    }
}
@keyframes slide-in-top4 {
    0%{
        transform: translateX(0px);
        opacity: 0;
    }
    100%{
        transform: translateX(-1400px);
        opacity: 1;
    }
}

