@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body{
    font-family: Rubik;
    direction: rtl;
    background: #f8f8fa;
}
#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 15px 0;
    text-align: center;
    color: #171948;
    font-weight: bold;
}
#i1 {
    width: 80%;
    margin-top: 5px;
}
#i2{
    width: 50%;
    margin-top: 15px;
}
#i3{
    width: 20px;
    position: absolute;
    top: 35px;
    margin-right: 5px;
}
.hbutton{
    position: relative;
    width:60px;
    height: 60px;
    background: #ffffff;
    border-radius:20px;
}
#logo{
    width: 150px;
    opacity: 0.4;
}
table {
    width: 98%;
    margin: 5px auto;
    border-collapse: collapse;
}
  
table, th, td {
    border: 1px solid #9c9c9c;
    padding: 5px;
    text-align: center;
}
button, input[type="submit"]{
    background: white;
    border: none;
    border-radius: 10px;
    color: #cbcbcb;
    font-family: Rubik;
    outline: none;
    cursor: pointer;
    padding: 10px;
}
input[type="submit"]{
    font-size: 16px;
}
button:hover, input[type="submit"]:hover{
    background: #1277f2;
    color: #ffffff;
}
.rClose{
    background: linear-gradient(#b0b0b0,#494949);
    border: 1px solid #040404;
}
.rClose:hover{
    background: linear-gradient(#b0b0b0,#494949);
    border: 1px solid #040404;
}
#stage{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000078;
    top: 0;
    left: 0;
}
#block{
    max-width: 600px;
    margin: 15px auto;
}
#inBlock{
    width: 88%;
    max-height: 500px;
    background: #efefef;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.30);
    margin: 15px auto;
    text-align: center;
    padding: 15px;
    overflow: auto;
}
#inBlock h1{
    margin-top: 5px;
}
#desc{
    margin-top: -20px;;
}
input[type="text"], select,textarea{
    width: 91%;
    outline: none;
    border-radius: 10px;
    font-family: rubik;
    padding: 14px;
    border: none;
    margin-top: 12px;
}
.watch_block, #categories, .categories2, #categories3{
    max-width: 600px;
}
.watch_block{
    margin: 0 auto;
}
.watch{
    position: relative;
    max-width: 100%;
    height: 100px;
    background: #efefef;
    border-bottom: 1px solid #b4b4b4;
    display: block;
    margin-top: -17px;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    box-shadow: 0 0.1rem 0.5rem rgba(0,0,0,.20);
}
.watch img{
    position: relative;
    width: 30%;
    height: 100%;
    float: right;
}
.watch p{
    text-align: center;
    position: relative;
    top: 15%;
    font-size: 17px;
    font-weight: bold;
}
.watch:hover{
    background: #d4d3d3;
}
.watch span{
    float: left;
    position: absolute;
    left: 5px;
    bottom: 0;
    font-size: 12px;
}
.selected{
    background: #1277f2;
    color: #ffffff;
}
.selected:hover{
    background: #1277f2;
    color: #ffffff;
}
.about form{
    margin: 10px;
}
.cancel{
    background: linear-gradient(#ff6c61,#a01a11);
    border: 1px solid #5a0b05;
}
.cancel:hover{
    background: linear-gradient(#a01a11,#ff6c61);
    border: 1px solid #5a0b05;
}
#categories button, #categories3 button, .categories2 button{
    margin: 4px;
}
.donations{
    background: linear-gradient(#da9f82,#bf595e); 
    border:1px solid #7b1f20;
}
.donations:hover{
    background: linear-gradient(#bf595e,#da9f82); 
}
#loading, #shabat{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
}
#loading img, #shabat img{
    position: absolute;
    width: 315px;
    top: 50%;
    left: 50%;
    margin: -79.31px 0 0 -157.5px;
}
a{
    cursor: pointer;
}
textarea{
    height: 70px;
}
.categories2{
    margin: 10px auto;
}
.watchimgload{
    position: absolute;
    top: 42px;
    right: 34px;
    font-size: 19px;
}
#shabat p{
    color: #ffffff;
    opacity: 0.4;
    font-size: 20px;
    position: absolute;
    width: 315px;
    top: 50%;
    left: 50%;
    margin: 72.69px 0 0 -154.5px;
    text-align: center;
}
#header-2{
    background: #ffffff;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 0 5px 0;
    box-shadow: 0px 5px 5px 4px #0000002e;
}
#header-2 img{
    margin: 13px;
    width: 30px;
    cursor: pointer;
    padding: 10px;
}
.header2-in{
    background: #c8defc;
    border-radius: 20px;
}
#site{
    max-width: 600px;
    margin: 85px auto 0;
    position: relative;
}
.blocks, .ts{
    margin: 0 auto;
    width: 97%;
    background: #ffffff;
    border-radius: 20px;
}
.blocks div, .ts{
    padding:10px;
}
#s1{
    color: #171948;
    font-weight: bold;
}
#s2{
    color: #d0d0d0;
    font-size: 14px;
}
#slider{
    margin: 15px auto;
    position: relative;
    width: 97%;
}
.element{
    margin: 15px auto;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.element img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
#categories, .categories2, #categories3{
    text-align: center;
}