*{
    font-size: 18px;
    }
    body{
    font-family: 'Courier New', Courier, monospace;
    }
    a{
        text-decoration: none;
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 17px;
        color: #111111;
    }

    .nav-header{
    display: flex;
    background-color: #a79c9c;
    height: 35px;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding:5px 10px;
    }
    .nav-header a{
        margin:0 5px;
        color: white;
    
    }
 .main-checkbox{
        display:flex; 
        flex-direction:column;
        height:250px; 
        width:50%; 
        margin:auto; 
        overflow: scroll;
    }
  .checkbox-name{
      display:flex;
      justify-content:space-between;
    margin: 7px 71px;
    /*width:100%;*/
  }
  .box-name{
      /*width:100%;*/
  }
  .check-line{
       /*height: 1px;*/
    width: 100%;
    font-size: 20px;
    border: 0.1px solid;
    color: lightgray;
}

.main-checkbox{
        display:flex; 
        flex-direction:column;
        height:250px; 
        width:50%; 
        margin:auto; 
        overflow: scroll;
    }
  .checkbox-in-publish{
      display:flex;
      justify-content:space-between;
    margin: 7px 71px;
    /*width:100%;*/
  }
  .box-name-publish{
      width:100%;
  }
  input[type=checkbox], input[type=radio] {
    margin: 4px 10px;
    line-height: normal;
}
    .publish-craiteria{
        text-align:center;
    }
    .top-date{
        color: #4f4f4f;
        background-color: #ffffff;
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 5px;
    
    }
    .sup-header{
        display:flex;
        justify-content: space-between;
        display: flex;
    padding:5px 10px;
    margin: 20px 20px;
    border-bottom: 1px solid rgb(192, 187, 187);
    }
    .sup-nave{
        margin: 25px 100px;
    }
    .sup-nave a{
        color: #4f4f4f;
    margin: 20px 15px;
    font-weight: 600px;
    }
    .logo img{
        max-width: 100%;
        max-height: 88px;
        line-height: 88px;
    
    }
    .section-one{
        display:flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row-reverse;
        padding: 0 10px;
    margin-top:30px;
    }
    .section-one figure{
        display: flex;
        flex-wrap: wrap;
    width: 25%;
    direction: rtl;
    /* margin: 5px 5px ; */
    justify-content: space-between;
    border-bottom: 1px solid #dfd8d8;
    margin-bottom: 15px;
    }
    figure img{
        width: 95%;
        height: 250px;
        margin-bottom: 10px;
    }
    figcaption{
      padding-bottom: 5px;
    }
    figure .details-article{
    margin-bottom: 10px;
    }
    .paginate{
        display: flex;
         flex-direction: row-reverse;
         margin: 10px 100px;
         justify-content: center;
         background-color: #4f4f4f;
         height: 30px;
    }
    button{
        width:50px;
        margin-right: 5px;
        }
        .footer-one{
            display: flex;
            flex-direction: row-reverse;
            background-color: #4f4f4f;
            color: #ffffff;
            padding: 10px 50px;
            font-size: 20px;
            font-weight: bold;
            justify-content: space-between;
            margin-top: 20px;
        }
    
    .footer-one p{
        text-align: center;
    }
    .contact{
        margin: 0 100px;
    }
    .links{
      margin: 0 300px;
      direction: rtl;
      width:25%;
    }
    .links ul li {
        list-style: none;
    }
    .links  a{  
          width: 500px;
        background-color: #857c7c;
        color: #ffffff;
    }
    .colors img{
        width:165px;
        aspect-ratio: auto 165 / 64;
        height: 64px;
    
    }
    .footer-two{
        display: flex;
        flex-direction: row-reverse;
        background-color: #861414;
        color: #ffffff;
        padding: 10px 50px;
        font-size: 20px;
        font-weight: bold;
        justify-content: space-between;
    }
    .colors {
        display: flex;
        justify-content: space-between;
    }
    .colors p{
    color: white;
    font-size: larger;
    font-weight: bold;
    text-shadow: 5px 10px 10px black;
    border-top: 2px solid blue;
    border-bottom: 2px solid rgb(42, 165, 79);
    border-radius: 20px;
    }
    .section-two{
        display: flex;
        justify-content: space-between;
    }
    .side-right{
      display: flex;
      flex-direction: column;
      width: 35%;
    
    }
    .side-bar{
      display: flex;
      flex-direction: column;
    margin-right: 0;
    }
    .side-bar img{
      width: 40%;
      height: 100px;
      float: right;
      margin-bottom:5px;
    }
    .side-bar .side-line{
        width:100%;
        color:red;
        height:5px;
          background-color:red;
    
    }
    .side-bar h2{
    direction: rtl;
    font-size: 20px;
    width: 50%;
    }
    .side-archive{
      direction: rtl;
      margin-top: 10px;
    }
    .recent-posts{
      font-size: 20px;
      font-weight: bolder;
      height: 30px;
      background-color: #4f4f4f;
      color: #ddd;
      margin-bottom: 5px;
      width: 100%;
        direction: rtl;
    }
    .recent-posts img{
        width: 30%;
        height:100px;
        margin-bottom:5px;
    }
    .archive{
      font-size: 20px;
    margin-top: 10px;
      font-weight: bolder;
      height: 30px;
      background-color: #4f4f4f;
      color: #ddd;
      margin-bottom: 5px;
      width: 100%;
        direction: rtl;
    }
    .section-article{
        display: flex;
        width:70%;
        text-align: center;
        flex-direction: column;
    }
    .section-article img{
        width:300px;
        height: 300px;
    }
    .section-article p{
        font-size: 20px;
    }
    .form-one{
    display: flex;
    flex-direction: column;
    /*width: 30%;*/
    margin: auto;
    }
    textarea,input{
        margin-bottom: 5px;
        font-size: 15px;
    text-align: center;
    }
    .middel{
        display: flex;
        justify-content: space-between;
    }
    input{
        padding-top: 30px;
        /* width: 1%; */
        text-align: center;
        font-size: large;
        margin-bottom: 5px;
    }
    .message-us{
        width:5%;
    }
  
    .form-one label{
      text-align: right;
      font-size: 20px;
      font-weight: bolder;
      color: black;
    }
    .edite-image{
        
            background: antiquewhite;

    }
    .button-submit{
        margin:10px auto;
        /*text-align: center;*/
        font-size: 17px;
        font-weight: bolder;
        background-color: #111111;
        width: 100%;
        color: white;
        padding: 5px 0;
    }
    .old-img {
    text-align: center;
    }
    .publish-now{
      margin:10px auto;
        text-align: center;
        font-size: 17px;
        font-weight: bolder;
        background-color: #111111;
        width: 50%;
        color: white;
        padding: 5px 0;
    }
    .form-one h2{
      text-align: center;
      margin-bottom: 10px;
      color: #ddd;
      background-color: gray;
    }
  
    option{
      text-align: center;
      
    }
    select{
      padding-top: 20px;
      font-size: 20px;
      margin-bottom: 5px;
    }
    /* slider css */
    .section-slider{
      margin-bottom: 20px;
    }
    .slider-container {
        margin: 10px auto;
        width: 800px;
        height: 250px;
        position: relative;
      }
      .slider-container img {
        position: absolute;
        opacity: 0;
        transition: opacity 1s;
        /* z-index: 1; */
        width: 99%;
        height: 99%;
      }
      .slider-container img.active {
        opacity: 1;
      }
      .slider-container .slide-number {
        position: absolute;
        left: 10px;
        top: 10px;
        background-color: rgba(0, 0, 0, .6);
        color: #FFF;
        padding: 5px 10px;
        font-size: 20px;
        /* z-index: 1; */
        border-radius: 6px;
      }
      .slider-controls {
        width: 800px;
        margin: auto;
        overflow: hidden;
      }
      .slider-controls .prev,
      .slider-controls .next {
        background-color: #009688;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        padding: 5px;
        user-select: none;
        width: 20%;
      }
      .slider-controls .prev {
        float: left;
      }
      .slider-controls .next {
        float: right;
      }
      .slider-controls .prev.disabled,
      .slider-controls .next.disabled {
        background-color: rgba(0, 150, 136, 0.5);
        cursor: no-drop;
      }
      .slider-controls .indicators {
        width: 60%;
        float: left;
      }
      .slider-controls .indicators ul {
        list-style: none;
        margin: 0;
        text-align: center;
      }
      .slider-controls .indicators ul li {
        display: inline-block;
        background-color: #F6F6F6;
        color: #333;
        font-weight: bold;
        height: 28px;
        width: 28px;
        border-radius: 4px;
        margin: 0 2px;
        line-height: 28px;
        cursor: pointer;
      }
      .slider-controls .indicators ul li.active {
        background-color: #009688;
        color: #FFF;
      }
      /* end slider css */
      .monthes{
        display: flex;
        flex-direction: column;
        border-top: 1px solid black;
        border-bottom: 1px solid gray;
        margin-bottom: 5px;
      }
      .sam-month{
        display: flex;
        flex-direction: row-reverse;
      }
      .all-monthes{
        display: flex;
        flex-direction: row-reverse;
        margin: 15px 5px;
      }
      .all-monthes button{
        width:100px;
      }
      /* search */
      .overlay {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9); /* Black with a little bit see-through */
      }
      #myOverlay{
        scroll-padding: 20px;
    
      }
      /* The content */
      .overlay-content {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
        overflow-y: scroll;
    
      }
      
      /* Close button */
      .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        cursor: pointer;
        color: white;
      }
      
      .overlay .closebtn:hover {
        color: #ccc;
      }
      
      /* Style the search field */
      .overlay input[type=text] {
        padding: 15px;
        font-size: 17px;
        border: none;
        float: left;
        width: 80%;
        background: white;
      }
      
      .overlay input[type=text]:hover {
        background: #f1f1f1;
      }
            .overlay button {
        float: left;
        width: 20%;
        padding: 15px;
        background: #ddd;
        font-size: 17px;
        border: none;
        cursor: pointer;
      }
      
      .overlay button:hover {
        background: #bbb;
      }
      #result{
        background-color: #ccc;
        text-align: center;
        margin: auto;
        height: 700px;
    
      }
      .overlay-content::-webkit-scrollbar {
        width: 30px;
      }
      .overlay-content::-webkit-scrollbar-track {
        background-color: #eee;
      }
      .overlay-content::-webkit-scrollbar-thumb {
        background-color: brown;
        border-radius: 0;
      }
      .overlay-content::-webkit-scrollbar-thumb:hover {
        background-color: black;
      }
      .overlay-content::-webkit-scrollbar-corner {
        background-color: palevioletred;
      }
      #search_text{
        margin-bottom: 10px;
      }
      .paginate-plus{
        /* border-radius: 30%; */
        background-color: #009688;
        border-radius: 30%;
        padding: 10px 10px;
        color: #ddd;
          text-align: center;
    
      }
      a{
        text-decoration: none;
      }
      .form-one{
        width:100%;
      }
      .form-one input{
        padding: 35px 20px;
    direction: rtl;   
    font-size: 20px;
        font-weight: bolder;
            background: #c1be377d;

      }
      .section-social{
        margin: 10px 0;
      }
      .content{
          background-color:rgb(250, 247, 247);
          margin:5px 30px;
          justify-content: center;
    
      }
      .content .MsoNormal span{
    color:rgb(0, 255, 42);
    font-size:50%;
    
      }
      .MsoNormal span{
        font-size:20px;
    
      }
     
    .add-sub a{
        text-align: center;
    }
    .published{
        background-color: aquamarine;
        text-align: center;
    }
    .under-pub{
        background-color: rgb(216, 6, 6);
        text-align: center;
    }
  
  
    .dashboard{
        display: flex;
        justify-content:space-between;
        width: 100%;
    }
    .list-menue{
        /* display:flex; */
        width:80%;
        margin-top: 50px;
        box-shadow: 10px 10px 10px;
        margin-bottom:100px;
    }


.add-sub a{
    text-align: center;
}
.published{
    background-color: rgb(77, 31, 31);
    text-align: center;
    /* color: aliceblue; */
}
.published a{
    color: aliceblue;
    text-decoration: none;
    margin: auto;
    font-size: 17px;
    font-weight: bold;
}
.under-pub{
    background-color: rgb(216, 6, 6);
    text-align: center;
}
.side-left {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin-top: 50px;
text-align: center;
box-shadow: 10px 10px 10px;
background-color: black;
margin-left: 20px;
text-decoration: none;
}
.side-left a{
    text-decoration: none;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: white;
font-size: 17px;
font-weight: bold;

}
.side-left a:hover{
color:rgb(152, 74, 126);
font-weight: bolder;
font-size: 20px;

}
.side-left h2{
    text-decoration: none;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: white;
font-size: 17px;
font-weight: bold;

}
.notices{
margin: auto;
}
.notices p{
text-align: center;
}
.expressLogo a{
font-size: 30px;
color: #1d0303;
box-shadow: 10px 10px 10px;
}
.editorCheif{
font-size: 30px;
box-shadow: 5px 5px 5px;
width: 300px;
text-align: center;
}
.editorCheif p{
font-size: 20px;
font-weight: bold;
}
table {
  width: 70%;
  color: black;
}

table th,
td {
  border: 1px solid;
  background-color: lightblue;
  color: black;
  font-size: 18px;
  padding:0 20px;
    text-align:center;

}

label {
  font-weight: bolder;
  text-align:right;
  color: black;
}

.option {
  font-weight: bolder;

}

.all-title-box {
  float: right;
  color: black;
  padding-top: 100px;
}
.add-users{
  display:flex;
  flex-direction:column;
  width:50%;
  margin-left:20%;
}

.add-users button{
   padding-right:100px;
   background-color:black;
   color:white;
}
.add-users h1{
   margin: 30px auto;
   background-color:black;
   color:white;
}
.add-category{
  display:flex;
  flex-direction:column;
  width:50%;
  margin-left:20%;
}
.add-category button{
   padding-right:100px;
   background-color:black;
   color:white;
}
.add-category h1{
   margin: 30px auto;
   background-color:black;
   color:white;
}
          @media only screen and (max-width:772px){

            .dashboard {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column-reverse;
}
            .side-left {
              width:100%;
            }
            .list-menue{
              width:100%;
}
            
}