@font-face {
    font-family: 'iransans';
    src: url('fonts/IRANSansWeb.eot?#') format('eot'),  /* IE6–8 */
    url('fonts/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'iransansbold';
    src: url('fonts/IRANSansWeb_Bold.eot?#') format('eot'),  /* IE6–8 */
    url('fonts/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb_Bold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
body {
    background-color: #f46c22;
    direction: rtl;
    font-family: iransans;
}
.main-container{
    text-align: center;
    margin-top: 10%;
    background-color: hsla(0, 0%, 100%);
    border-style: solid;
    border-radius: 25px;
    border-color: hsla(0, 0%, 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 400px;

}
.top-noti{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 2%;
}
.clow-1{
    padding-top: 0.5%;
    display: inline-block;
    float: right;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;

}
.clow-2{

    padding-top: 0.5%;
    display: inline-block;
    float: left;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;

}
.footer-container{
    padding-top: 1%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 10px;
    color: white;
}
.img-effect:hover{
    cursor: pointer;
    -webkit-animation-name: effect1; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s ; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;

}
@keyframes effect1 {
    to {filter: blur(5px);}
}
.input-form1{
    text-align: center;
    font-family: iransans;
    border: 1.5px solid gray;
    border-radius: 15px;
    margin-top: 10px;
    width: 80%;
}
.login-btn{
    font-family: iransans;
    cursor: pointer;
    border: 1.5px solid #f46c22;
    width: 30%;
    border-radius: 15px;
    background-color: #f46c22;
    color:white;
}
.login-btn:hover{
    -webkit-animation-name: effect2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s ; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}
@keyframes effect2 {
    to {width: 40%;}
}
a{
    text-decoration: none;
}
.error-txt{
    font-size: 12px;
    color: #f46c22;
    background-color: yellow;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
.register-input{
    text-align: center;
    font-family: iransans;
    border: 1.5px solid gray;
    border-radius: 15px;
    margin-top: 5px;
    width: 75%;
}
.submit_btn{
    width: 30%;
    font-family: iransans;
    border-radius: 15px;
    cursor: pointer;
    border: 1.5px solid #f46c22;
    background-color: #f46c22;
    font-size: 18px;
    color: white;
}
.submit_btn:hover{
    -webkit-animation-name: effect3; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s ; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}
@keyframes effect3 {
    to {width: 20%;
    color: yellow;}
}
.side_menu{
    position: fixed;
    float: right;
    right: 0;
    top: 0;
    width: 12%;
    height: 100%;
    background-color: white;
    text-align: center;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;

    font-family: iransansbold;
}

li a {
    display: block;
    color: #000;
    padding: 8% 8% ;
    text-decoration: none;
    cursor: pointer;
}
li a:hover{
    background-color: #f46c22;
    color: white;
}
li{
    border-bottom: 1.5px solid #f46c22;
}
.profileimage{
    border-radius: 50%;
    width:100px;
    height:100px;
    padding-top: 5%;
}
.usernameshow{
    font-size: 12px;
    font-family: iransans;
}
.side_icons{
    width: 35px;
    height: 35px;
    float: right;
    padding-left: 10px;
}
.main_container{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 70%;
}
.label_profile{
    color: white;
    padding-left: 5px;
}
.profile-input{
    text-align: center;
    font-family: iransans;
    border: 1.5px solid gray;
    border-radius: 15px;
    margin-top: 5px;
    width: 40%;
}
.submit_btn2{
    width: 25%;
    font-family: iransans;
    border-radius: 15px;
    cursor: pointer;
    border: 1.5px solid white;
    background-color: white;
    font-size: 14px;
    color: black;
}
.submit_btn2:hover{
    -webkit-animation-name: effect4; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s ; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}
@keyframes effect4 {
    to {width: 20%;
        color: #f46c22;}
}
.notification_alert{
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1.5px solid yellow;
    border-radius: 15px;
    background-color: yellow;
}
.uploaded_document {
    width: 60%;
    height: 60%;
    border-radius: 25px;
}
.article_input{
    text-align: center;
    font-family: iransans;
    border: 1.5px solid gray;
    border-radius: 15px;
    margin-top: 5px;
    width: 20%;
}
.notification_div{
    margin-top: 3%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-family: iransansbold;
    width: 90%;
    height: 200px;
    border:1.5px solid white;
    border-radius: 15px;
}
.notification_bar {
     --thumbBG: #90A4AE;
 }
.notification_bar::-webkit-scrollbar {
    width: 11px;
}
.notification_bar {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.notification_bar::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
.notification_bar::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);

}




.maghalat_1 {
    --thumbBG: #90A4AE;
}
.maghalat_1::-webkit-scrollbar {
    width: 11px;
}
.maghalat_1 {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.maghalat_1::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
.maghalat_1::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);

}


.maghalat_2 {
    --thumbBG: #90A4AE;
}
.maghalat_2::-webkit-scrollbar {
    width: 11px;
}
.maghalat_2 {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.maghalat_2::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
.maghalat_2::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);

}
.table_info{
    text-align:center;
    margin-right:auto;
    margin-left: auto;
    direction: rtl;
    font-family: iransans;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.table_info td , table_info th {
    border: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    word-wrap: break-word;
}
.table_info tr:nth-child(even){background-color: #f2f2f2;}


.table_info th {
    text-align: center;
    background-color: #343434;
    color: white;
    font-family: iransansbold;
}
.accept_btn{
    font-family: iransans;
    border-radius: 15px;
    cursor: pointer;
    border: 1.5px solid lightgreen;
    background-color: lightgreen;
    font-size: 12px;
    color: black;
}
.reject_btn{
    font-family: iransans;
    border-radius: 15px;
    cursor: pointer;
    border: 1.5px solid lightcoral;
    background-color: lightcoral;
    font-size: 12px;
    color: black;
}
.accept_article_btn{
    width: 90%;
    font-family: iransansbold;
    font-size: 12px;
    border: 1.5px solid green;
    background-color: #50b848;
    cursor: pointer;
    border-radius: 25px;
}
.accept_article_btn:hover{
    width: 90%;
    font-family: iransansbold;
    color:white;
    border: 1.5px solid #50b848;
    background-color: green;

}


.condition_article_btn{
    width:90%;
    font-family: iransansbold;
    font-size: 12px;
    border: 1.5px solid orange;
    background-color: #ffc73d;
    cursor: pointer;
    border-radius: 25px;
}
.condition_article_btn:hover{
    width: 90%;
    font-family: iransansbold;
    color:white;
    border: 1.5px solid #ffc73d;
    background-color: orange;

}


.deny_article_btn{
    width: 90%;
    font-family: iransansbold;
    font-size: 12px;
    border: 1.5px solid red;
    background-color: lightcoral;
    cursor: pointer;
    border-radius: 25px;
}
.deny_article_btn:hover{
    width: 90%;
    font-family: iransansbold;
    color:white;
    border: 1.5px solid lightcoral;
    background-color: red;

}
.accept_article_btn1{
    width: 90%;
    font-family: iransansbold;
    font-size: 14px;
    border: 1.5px solid green;
    background-color: #50b848;
    cursor: pointer;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accept_article_btn1:hover{
    width: 70%;
    font-family: iransansbold;
    color:white;
    border: 1.5px solid #50b848;
    background-color: green;

}