  *{
   /* border:1px red solid; */
   font-size: 1.1vw;
   font-weight: 500;
   line-height: 1.5;
 }
 body{
  background-color: rgb(10, 10, 46);
  background-image:url("images/background.jpg");
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size:cover; 
  height:auto; 
  }
/*  */
/* General Purpose */
/*  */
 h1{
    text-align: center;
  }
.special{
    font-size:2vw;
    color:rgb(7, 7, 53);
   /* border:1px black solid;
    /*background-color:rgb(7, 7, 53);*/
    padding:1%;
  }
.imp{
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    padding: auto;
  }
  .left{
    font-size: 1.5vw;
    text-align: left;
  }
  .imp1{
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    color:rgb(174, 219, 235);
  }
  .img-1{
   height:35%;
   width:25%;
  }
  .imp2{
    text-align: left;
    font-weight: bold;
    line-height: 0.5;
    display:inline;
  }
  ol{
    margin-top: 0px;
  }

/* navbar.php styles */
 .nav{
    background-color:rgb(174, 219, 235); 
    height:25%;
    width:85%;
    margin-top:3%;
    margin-bottom: 3%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top:3px;
    padding-left:2%;
    padding-right:2%;
    padding-bottom:2%;
    border-radius: 8px;
    box-shadow:0 0 3px  rgb(7, 7, 53),
    0 0 9px  rgb(7, 7, 53), 0 0 15px  rgb(7, 7, 53);
    position:sticky;
    top:0%;
    z-index: 10;
  }
 .s-nav-bar li{
    color:white;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1vw;
  }
  .j-opt{
    color:white;
    padding:4px;
    margin:0px 1px;
  }
  .j-opt:hover{
    font-weight: 600;
    color:rgb(7, 7, 53);
  }
  


  .j-op{
 font-weight:bolder
    }
  .editoral li{
    list-style-type:none;}
  /*.img-0{
    height:1%;
    width:10% ;
    left:0%;
  }*/


  
 /* ul{
    /*border: 1px white solid;
    list-style-type:none;
    display:flex;
    flex-direction: column;
    color:white;
    margin-top:0%;
    margin-bottom:0%;
    text-align: center;
    padding: 1px;
    border-radius: 4px;
    justify-content: flex-end;
  } */
  
  /* .nav-bar ul li:hover{
    font-weight: 600;
    color:rgb(7, 7, 53);
    background-color: rgb(174, 219, 235);
    } */
    
  .changestyle{
    list-style-type:none;
  }
  .changestyle li{
    position: relative;
    padding-left: 22px;
  }
  .changestyle li::before{
    content: '➤';
    position: absolute;
    left: 0px;
  }
 

  .l-change{
    font-size: 1.2vw;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .s-imp{
    font-size: 1.5vw;
    padding-bottom: 5px;
  }
  .m-block{
    display: inline;
  }
  .nav-bar{
    border-radius: 8px; 
    background-color:rgb(7, 7, 53);
    /*border:1px white solid; */
    height:40%;
    width:94%;
    text-align: left;
    margin-top:auto;
    margin-bottom: 2px;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 1px;
    padding-bottom:2px;
    padding-left: 0px;
    padding-right: 0px;
  } 
  /*.opt{
   border:1px lightblue solid;
    color:white;
    font-size:1lvw;
    margin-top: 1%;
    margin-bottom:2%;
    margin-left: 2%;
    margin-right: 2%;
    
  }*/
 .nav-bar a{
   text-decoration:none ;
 }
 .content{
  background-color:rgb(174, 219, 235); 
  margin-top: 5%;
  margin-left: 5%;
  margin-right:5%;
  width:89%;
  display: flex;
  flex-direction:row;
  text-align:left; 
  border-radius: 8px;
  text-wrap: wrap;
  font-weight: 500;
}
.journal-menu a{
  text-decoration:none ;
  /*text-align:center;*/
 padding-left: 75px;
}
.journal-menu{
   width:27%;
   border:1px rgb(7, 7, 53) solid;
   display: flex;
   flex-direction:column;
   justify-content:flex-start;
   font-weight:bold;
}
.journal-menu ul li{
  list-style-type: none;
  border-bottom:1px rgb(7, 7, 53) solid;
  text-align: center;
}
/*.journal-menu ul li:hover{
  border-bottom: none;}*/
.journal-content{
  width:70%;
  padding:0% 3% 1% 3%;
  text-align: justify;
  font-weight:bold;
  }
  .journal-content #text{
    margin:2% 0%;
    font-size: 1vw;
   /* box-shadow:0px 0px 5px rgb(7, 7, 53),0px 0px 10px rgb(7, 7, 53);*/
  }
  /*.journal-content #text:hover{
    
    border: 1px rgb(7, 7, 53) solid;
    box-shadow:0 0 5px rgb(7, 7, 53),
    0 0 10px rgb(7, 7, 53);
    /*background-color:rgba(7, 7, 53, 0.16) ;
  }*/
  .content .journal-menu ul li a{
    color:black;
    /*border: 1px black solid;*/
    display:grid;
    block-size: 28%;
    padding-top:6px;
    padding-bottom: 5px;
    margin:0px;
    text-align: left;
  }
  .content .journal-menu ul li a:hover{
    color: rgb(174, 219, 235);
    background-color:rgb(7, 7, 53); 
    box-shadow: 0 0 3px rgb(7, 7, 53),
    0 0 16px rgb(7, 7, 53);
    
    /*padding-bottom: 5px;*/
  }
  .country{
    font-weight: 800;
  }
  .content .journal-content{
    height:auto;
  }

  .journal-info{
    display: flex;
    flex-direction: row;
    padding:0% 2% 1% 2%;
    text-align:left;
  }
  .list-1{
    text-align: left;
  }
  footer{
    background-color:rgb(174, 219, 235); 
    width: 89%;
    margin-left:5%;
    text-align:center;
    border-radius: 8px;
    padding:2px;
    margin-top:2%;
  }
  .up{
    margin-top: 1px;
  }
  .l-up{
    margin-top: -12px;
  }
  .formating ul{
  list-style-type:disc;
  }
  #link{
    color: rgb(7, 7, 53);
  }
/* .paper-card {
  background-color: rgb(174, 219, 235);
  margin: 25px 0;
  padding: 20px;
  transform: skew(-6deg);
  box-shadow: 0 0 10px rgb(7,7,53);
  border-radius: 6px;
}

.paper-card-inner {
  transform: skew(6deg);
}

.paper-card h3 {
  font-size: 1.4vw;
  color: rgb(7, 7, 53);
}

.paper-actions {
  margin-top: 10px;
}

.paper-actions a {
  background-color: rgb(7, 7, 53);
  color: white;
  padding: 6px 14px;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1vw;
} */
.paper-card {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 15px;
  background-color: #e46060;
}

.paper-card-inner h3 {
  margin-bottom: 10px;
}

.paper-actions a {
  display: inline-block;
  margin-right: 15px;
  padding: 6px 12px;
  background-color: rgb(7,7,53);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
}

.status-form {
  margin-top: 30px;
  width: 60%;
}

.status-form input {
  width: 100%;
  padding: 8px;
  font-size: 1vw;
  border: 1px solid #ccc;
}

.status-form .btn {
  background-color: rgb(7,7,53);
  color: white;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/* Center content INSIDE right panel (with sidebar present) */
.journal-content .centered-panel {
  max-width: 650px;
  margin: 40px auto;   /* centers horizontally inside right column */
}

/* Form inputs consistency */
.centered-panel input,
.centered-panel textarea {
  width: 100%;
  padding: 8px;
  font-size: 1vw;
  border: 1px solid #ccc;
}

.centered-panel textarea {
  resize: vertical;
}
.journal-content .centered-panel {
  max-width: 650px;
  margin: 40px auto;
}

.centered-panel input,
.centered-panel textarea {
  width: 100%;
  padding: 8px;
  font-size: 1vw;
    border: 2px solid rgb(7,7,53);
    border-radius: 8px;
    background-color: rgb(174, 219, 235);
  /* background-color: rgb(174, 219, 235);
      /* REQUIRED COLOR 
      border: 1px solid;
      box-shadow: 0px 0px 5px rgba(7, 7, 53, 0.48), 0px 0px 13px rgba(7, 7, 53, 0.37);
      
      transition: box-shadow 0.2s ease; */
}

.status-form .btn {
  background-color: rgb(7,7,53);
  color: white;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.admin-dashboard {
  margin-top: 20px;
}

.admin-menu {
  list-style: none;
  padding: 0;
}

.admin-menu li {
  background: rgb(174, 219, 235);
  margin-bottom: 15px;
  padding: 15px;
  transform: skew(-4deg);
  box-shadow: 0 0 8px rgb(7,7,53);
}

.admin-menu li a {
  display: block;
  transform: skew(4deg);
  color: rgb(7,7,53);
  font-size: 1.2vw;
  text-decoration: none;
  font-weight: bold;
}

.admin-menu li span {
  float: right;
  color: rgb(7,7,53);
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.admin-table th {
  background-color: #f0f0f0;
}
