* {
    padding: 0;
    margin: 0;
    font-family: Arial;
    color: #fff;
}

a {
    text-decoration: none;
    color: rgb(95, 175, 255);
}

.fa{
    color: #fff;
}

.nav a{
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.nav li{
    padding: 10px;
    border-bottom: 1px solid green;
    list-style-type: none;
}

.nav {
    background-image: linear-gradient(rgba(37, 106, 78, 0.7) ,rgba(131, 237, 110, 0.7)), url("../static/imgaes/8.jpeg");
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    color: #000000d0;
    padding: 10px;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    z-index: 1000;
    height: 60vh;
    overflow-y: scroll;
}

.nav.show {
    top: 160px;
    opacity: 1;
}

.header {
    background-image: linear-gradient(rgba(37, 106, 78, 0.7) ,rgba(131, 237, 110, 0.7)), url("../static/imgaes/8.jpeg");
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all;
    position: fixed;
    z-index: 1000;
}

.image-logo {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.header .title {
    font-size: 30px;
    -webkit-text-stroke: 1.2px #000000d0;
}

.header .img, .header .img img{
    background-color: #fff;
    border-radius: 50%;
    height: 90px;
    width: 90px;
}
.header .auth {
    padding: 15px;
    font-size: 20px;
}

.menu {
    background-color: rgb(215, 215, 215);
    padding: 0px 0px 0px 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: fixed;
    top: 120px;
    width: 100%;
    box-shadow: 0 .1rem .2rem silver;
    z-index: 1000;
}

.menu .fa-bars {
    display: none;
    border: 2px solid black;
    color: black;
    padding: 6px;
    font-size: 16px;
    border-radius: 5px;
}

.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
}

.menu ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: .5;
    padding: 5px;
}

.menu ul li:hover {
    border-bottom: 3px solid rgba(56, 176, 31, 0.7);
}
    
.menu ul li a {
    font-size: 16px;
    color: #000000d0;
    transition: .5s;
}
        
.menu ul li a:hover {
    color: rgba(56, 176, 31, 0.7);
}

.active a{
    color: rgba(56, 176, 31, 0.7);
}
.active{
    border-bottom: 3px solid rgba(56, 176, 31, 0.7);
}

.menu span a i {
    padding: 50px;
    color: #000000d0;
}

.journal-body {
    color: #000000d0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-body {
    width: 60%;
    padding-top: 185px;
    box-shadow: 0 .5rem 1rem silver;
    margin-bottom: 30px;
    padding-bottom: 75px;
}

.main-body span, b, i{
    color: #000000d0;
}

.article{
    padding: 20px;
}

.article div{
    border-bottom: .2px solid rgb(245, 245, 245);
    width: 100%;
}

.article .arc-body{
    margin-top: 30px;
}

.article .arc-body span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.article .arc-body span p {
    color: #000000d0;
    font-size: 15px;
}

.article .arc-body span a {
    font-size: 16px;
}

.arc-main .first-child {
    font-weight: bold;
}

.article div i{
    position: relative;
    top: 10px;
    background-color: #fff;
    padding: 9px;
    left: 50px;
}

.current-issues .index-current {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
    margin-bottom: 20px;
}

.current-issues span b {
    font-size: 20px;
    font-weight: 800;
}

.current-issues {
    display: flex;
    flex-direction: row;
    gap: 200px;
}

.current-issues .index-info {
    border-left: 1px solid rgba(56, 176, 31, 0.7);
    height: 15vh;
}

.current-issues .index-info  p {
    font-size: 20px;
    font-weight: 600;
    padding:1px 10px 0px 55px;
    color: #000000d0;
    border-bottom: 2px solid rgba(56, 176, 31, 0.7);
}

.index-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.index-info span {
    padding: 0px 0px 0px 55px;
}

.register {
    color: #000000d0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form {
    overflow-y: scroll;
    height: 50vh;
}

.reg-form {
    width: 85%;
    padding-top: 250px;
    box-shadow: 0 .5rem 1rem silver;
    margin-bottom: 30px;
    padding-bottom: 75px;
}

form {
    width: 50%;
    padding: 0px 0px 0px 45px;
}
.form-info {
    display: flex;
    flex-direction: row;
    gap: 200px;
}
.form-info .info {
    border-left: 1px solid rgba(56, 176, 31, 0.7);
    height: 50vh;
}

.form-info .info p {
    font-size: 20px;
    font-weight: 600;
    padding: 55px 0px 0px 55px;
    color: #000000d0;
    width: 80%;
    border-bottom: 2px solid rgba(56, 176, 31, 0.7);
}

.form-info .form-group {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-info .form-group select {
    padding: 10px;
    width: 100%;
    outline: none;
    color: #000000d0;
}

.form-info .form-group select option {
    color: #000000d0;
}

.form-info .form-group i {
    color: red;
}

.form-info .form-group label{
    color: #000000d0;
}

.form-info .form-group input, select {
    color: #000000d0;
    padding: 10px;
    width: 95%;
    outline: none;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
}

.form-info .form-group button, .login-no-acc {
    background-color: rgba(28, 155, 28, 0.679);
    border: none;
    padding: 10px;
    width: 30%;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    transition: all .5s;
    border-radius: 5px;
}
.form-info .form-group .login-no-acc {
    width: 10%;
}

.form-info .form-group .login-no-acc:hover {
    background-color: green;
}

.form-info .btn-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 200px;
}
.form-info .form-group button:hover {
    background-color: green;
    transition: .5s;
}

.form-info .form-hearder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-info .checkbox {
    margin-bottom: 10px;
    padding: 0px 0px 0px 20px;
}

.form-info .checkbox span {
    color: #000000d0;
    font-size: 14px;
}

.form-group .alert {
    background-color: rgba(70, 225, 70, 0.372);
    width: 95%;
    border-radius: 10px;
    padding: 10px;
}

.form-group .alert p {
    color: rgb(155, 4, 4);
}

footer {
    background-image: linear-gradient(rgba(37, 106, 78, 0.7) ,rgba(131, 237, 110, 0.7)), url("../static/imgaes/8.jpeg");
    padding: 10px 100px 10px 10px;
    position: fixed;
    width: 99%;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
footer .footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.all-right p span b{
    color: silver;
    font-size: 22px;
    font-style: italic;
}
.powered p, .powered p b{
    color: silver;
    font-size:  12px;
    font-style: italic;
}

.author-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.arc-body .arc-main .pdf{
    font-size: 12px;
    border: 1px solid rgba(56, 176, 31, 0.7);
    width: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    transition: all 1s;
}

.arc-body .arc-main .pdf:hover{
    background-color: rgba(56, 176, 31, 0.7);
    color: #fff;
    transition: .5s;
}
.arc-body .arc-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.index-info{
    height: 30vh;
    overflow-y: scroll;
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}
/* -----------MOBILE VIEW------------ */

@media screen and (max-width: 994px){

    .menu ul li a {
        font-size: 12px;
    }
        
    .menu span a i {
        font-size: 12px;
        padding: 40px;
    }
}

@media screen and (max-width: 741px) {
    .header .title {
        font-size: 20px;
    
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }

    .header .img, .header .img img{
        height: 50px;
        width: 50px;
    }

    .image-logo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .menu ul {
    margin-left: 0px;
    font-size: 10px;
    }
    .menu ul li a{
    font-size: 16px;
    }
    .auth a {
        font-size: 16px;
    }
    
    .pdf{
        font-size: 16px;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 40px;
    background-color: rgb(215, 215, 215);
    width: 300%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#ul-list-editorial {
    color: black;
}

@media screen and (max-width: 993px) {
    .main-body {
        box-shadow: 0 0 0 0 #fff;
        width: 100%;
        }
        
    .reg-form{
        width: 100%;
    }

    .form-info form {
        width: 100%;
        padding: 0;
    }

    .form-info .btn-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .form-info .form-group button {
        width: 100%;
    }
    .form-info .form-group .login-no-acc {
        width: 95%;
        text-align: center;
    }
    .form-info .checkbox {
        margin-bottom: 10px;
        padding: 5px;
    }
}

@media screen and (max-width: 857px) {
    .menu ul {
        display: none;
    }

    .menu .fa-bars {
        display: block;
    }

    .current-issues {
        display: block;
    }
}

@media screen and (max-width: 670px) {
    .arc-body .arc-main .pdf{
        font-size: 10px;
    }
    .arc-body .arc-main  {
        overflow: hidden;
    }

}