
    body {
        background-color: #EEE;
        font-family: 'Cairo', sans-serif;
        color: #333;
        line-height: 1.6;
          }

.fixed-top{
  padding: 30px;
}

body > div.container.home-page > div {
    padding: 133px 10px;
}

/* :::::::::::::::::::: start footer :::::::::::::::::::::::::::::::::::::::::::::::::::/*/

    .footer {
        background-color: rgb(22, 22, 24);
        color: #949494;
        padding: 20px;
        bottom: -575px;
        left: 0;
        width: 100%;
        position: revert-layer;
    }
/* :::::::::::::::::::: end footer :::::::::::::::::::::::::::::::::::::::::::::::::::/*/

/* :::::::::::::::::::: start post homepage :::::::::::::::::::::::::::::::::::::::::::::::::::/*/

.home-page .main-post {
        padding:20px;
        background-color:#fff;
        border: 15px solid #eeeeee;
        margin-bottom: 0px;
}

.home-page .main-post h3 {
        margin:0 0 10px;
        font-weight:bold;
        color:#777;
        letter-spacing: -1px;
}

.home-page .post-content {
        color:#888;
}

.home-page .main-post .post-author ,
.home-page .main-post .post-date ,
.home-page .main-post .post-comments {
        font-size: 12px
}

.home-page .main-post img {
        display:block;
        margin:10px 0 10px;
}

.home-page .main-post i {
        color: #999
}

.home-page .post-pagination {
       margin: 20px auto 100px;
       width: 100%;
       text-align: center;
}

.home-page .post-pagination a {
        text-decoration: none;
        color: #0d6efd;
        font-weight: bold;
        padding: 5px 10px;
        border: 1px solid #adb5bd;
        border-radius: 3px;
        transition: background-color 0.3s, color 0.3s;
        margin: 10px;

}

.home-page .post-pagination a:hover {
        background-color: #343a40;
        color: #ffffff;

}
.home-page .prev {
        float: left;
}
.home-page .next {
        float: right;
}

/* :::::::::::::::::::: end post homepage :::::::::::::::::::::::::::::::::::::::::::::::::::/*/


/* :::::::::::::::::::: sidbadr ::::::::::::::::::::::::::::::::::::::::::::::::::::::::/*/

body > div.container.home-page > div > div.col.text-center {
    padding: 20px;
}



#block-12 > form > label {

	font-size: large;
    	color: black;

}

#block-12 > form > div  {
    bottom: 5px;
    position: relative;
}


#block-9 > figure > img  {
    padding: 20px 10px;
    border: 1px solid #212529;
    background: #9284782e;
}



/* :::::::::::::::::::: sidbadr ::::::::::::::::::::::::::::::::::::::::::::::::::::::::/*/


/* :::::::::::::::::::: single-post-page :::::::::::::::::::::::::::::::::::::::::::::::::::/*/


.post-page .main-post {
        padding: 20px;
        border: 15px solid #eeeeee;
        margin: 70px 0px;
        background-color: rgba(255, 255, 255, 0.15);
}

.post-page .main-post h3 {
        margin:0 0 10px;
        font-weight:bold;
        color:#777;
        letter-spacing: -1px;
}

.post-page .post-content {
        color:#888;
}

.post-page .main-post .post-author ,
.post-page .main-post .post-date ,
.post-page .main-post .post-comments {
        font-size: 12px
}

.post-page .main-post img {
        display:block;
        margin:10px 0 10px;
}

.post-page .main-post i {
        color: #999
}

.post-page .post-pagination {
       margin: 20px auto 100px;
       width: 100%;
       text-align: center;
}

.post-page .post-pagination a {
        text-decoration: none;
        color: #0d6efd;
        font-weight: bold;
        padding: 5px 10px;
        border: 1px solid #adb5bd;
        border-radius: 3px;
        transition: background-color 0.3s, color 0.3s;

}

.post-page .post-pagination a:hover {
        background-color: #343a40;
        color: #ffffff;

}
.post-page .prev {
        float: right;

}
.post-page .next {
        float: left;

}

.post-page .main-post p {
        margin-top: 25px;
}
.post-page .main-post h3 {
        color:#6c757d;
}

.post-page .bypostauthor cite.fn  {
        border: 1px solid #ccc;
        background: #f9f9f973;
        padding: 5px;
        font-family: fantasy;
        border-radius: 10px;
        font-size: 8px;
}

.post-page .bypostauthor cite.fn:after {
        content: 'Author';
        padding: 4px;
        color: #6c757d8c;
        position: relative;
        top: -5px;
        left: 5px;
        font-size: 7px;
}

/* تنسيق رابط التحرير */
.post-edit-link {
        color: #0073aa; /* لون النص */
        font-size: 16px; /* حجم النص */
        text-decoration: none; /* إزالة الخط السفلي */
        align-items: center; /* محاذاة الأيقونة مع النص بشكل عمودي*/
        background-color: #e7ebee;
        padding: 10px;
        border-radius: 0px 0px 31px 0px;
        position: relative;
        top: -11px;
        right: 20px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 5px #00000014;

}
.post-edit-link i {
        margin-left: 5px; /* مسافة بين النص والأيقونة */
        font-size: 18px; /* حجم الأيقونة */
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

}

.post-edit-link :hover {
        color: #005177; /* تغيير اللون عند التمرير */
        text-decoration: underline; /* إضافة خط سفلي عند التمرير */
}

/* :::::::::::::::::::: end single-post-page :::::::::::::::::::::::::::::::::::::::::::::::::::/*/


/* :::::::::::::::::::: start comments :::::::::::::::::::::::::::::::::::::::::::::::::::/*/

.comments-list > .comment {
      background-color:#e7ebee;
      border: 1px solid #00000014;
      padding: 10px;
      margin: 5px;
}

.comments-num {
        padding: 10px;
        background-color: #e1e3e5;
        font-size: revert;
        box-shadow: 3px 3px 2px 2px #ccc;
}

.comment img {
        border: 3px solid #ffffff;
        margin-bottom: 10px;
        margin-right: 10px;
}

.says {
        display: none;
}
.comment-meta a {
        font-size: small;
        color: var(--bs-gray-600);
}

.reply {
        position: relative;
        float: right;
        bottom: 144px;
        padding: 5px;
        border: 2px solid #77777757;
        border-radius: 20px 0px 0px 0px;
        box-shadow: 3px 3px #77777794;
        margin-bottom: 90px;
        font-size: 10px;
}
.comment-reply-link{
        color: var(--bs-gray-600);
}
.comment p {
        color: #737d87;
}

.comments-list > .comment > .children > .comment {
      background-color: #82b0df57;
      border: 1px solid #00000014;
      padding: 5px;
      margin: -10px;
}
.comments-list > .comment > .children > .comment .comment {
      background-color: rgb(0 0 0 / 5%);
      border: 1px solid #00000014;
      padding: 10px;
      margin: 10px;
}
.comment-form {
      background: #dcdcdc;
      padding: 10px;
      margin-bottom: 10px;
}
.comment-respond label {
      display: block;
      font-size: 20px;
      padding: 10px;
      color: var(--bs-gray-600);
}
.comment-respond input[type="text"] ,
.comment-respond textarea {
      height: 40px;
      width: 100%;
      max-width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
}
.btcom {
        width: 100%;
}
.comment-respond textarea {
      height:200px;
      resize: none;
}
.comment-notes {
    display: none;
}
.comment-reply-title {
      color: #0404046b;
      padding: 10px;
      background: rgb(33 37 41 / 9%);
      text-align: center;
}

/* :::::::::::::::::::: author info comments :::::::::::::::::::::::::::::::::::::::::::::::::::/*/

.author-info {
        display: flex;
        align-items: center;
        background-color: #eeeeee;
        padding: 20px;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
        flex-direction: column;
        box-shadow: 3px 3px 3px 3px  #77777794;
}

.author-avatar {
        margin-right: 20px;
}

.author-avatar img {
        border-radius: 50%;
        border: 5px solid #ccc;
}

.author-details h4 {
        margin: 5px;
        font-size: 1.5em;
        color: var(--bs-green);
        font-family: serif;
        padding: 10px;
        position: relative;
}

.author-details p {
        margin-top: 10px;
        color: #666;
        border: 3px solid #dfdfdf;
        box-shadow: 5px 4px 8px 2px #b9b2b2;
}

p.stats {
        position: sticky;
        top: -190px;
        color: var(--bs-green);
        padding: 10px;
        width: fit-content;
        left: 0%;
        margin: 0px;
        font-size: 12px;
}
span.posts-count {
        margin-right: 5px;
        color: #ff0030;
}
.fa-tag:before {
        color: #9d9d9d;
}


/* :::::::::::::::::::: author-profile:::::::::::::::::::::::::::::::::::::::::::::::::::/*/


h2.mb-4   {

        background: #ebebeb;
        width: max-content;
        border: 3px solid #ccc;
        box-shadow: 3px 3px #ccc;
        font-family: math;
        color: #707070;
        font-size: 20px;
}
h1.h3 {
        width: auto;
        background: #e5e5e5;
        border: 3px solid #bbbbbb;
        box-shadow: 3px 3px;
        font-family: emoji;
}
.rounded-circle {
        border-radius: 50% !important;
        box-shadow: 6px 7px 6px 6px #ccc;
        border: 3px solid #57c2d3;
}

.text-muted {
        background: #e7e7e7;
        border: 3px dashed #7c7c7c;
}

.author-profile {
        background: #efefef;
        border: 3px solid #ccc;
        box-shadow: 6px 6px 9px 10px #ccc;
        font-family: emoji;
        font-size: 50px;
        color: #7b79ff;
}

.author-pagination {
        margin: 20px auto 20px;
        width: 100%;
        text-align: center;
        display: flow-root;
}

.author-pagination a {
        text-decoration: none;
        color: #0d6efd;
        font-weight: bold;
        padding: 5px 10px;
        border: 1px solid #adb5bd;
        border-radius: 3px;
        transition: background-color 0.3s, color 0.3s;
        margin: 10px;
}

.author-pagination a:hover {
        background-color: #343a40;
        color: #ffffff;
}

.author-pagination .prev {
        float: left;
}
.author-pagination .next {
        float: right;
}


/* :::::::::::::::::::: Contact Us :::::::::::::::::::::::::::::::::::::::::::::::::::/*/

h2.us {
        background: #ebebeb;
        border: 3px solid #ccc;
        box-shadow: 3px 3px #ccc;
        font-family: math;
        color: #707070;
        text-align: center;
        width: auto;
        margin: revert-layer;
}

label {
        display: block;
        margin-bottom: 10px;
        color: #666;
}

.form-control, textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
}

button.us {
        display: block;
        width: 100%;
        padding: 10px;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
}

button:hover {
        background-color: #4cae4c;
}

/* :::::::::::::::::::: page:::::::::::::::::::::::::::::::::::::::::::::::::::/*/


.w3-container, .w3-panel {
    padding: 4.01em 16px!important;
}








