.header-blog-module {
    display: flex;
    justify-content: space-between;
}

.px-caption {
    padding-inline: 20px;
}

.mt-card-blog {
    margin-top: 15px
}

.height-card-blog {
    min-height: 360px;
}

.start-0 {
    right: 0px;
}


.pb-20 {
    padding-bottom: 20px;
}

.text-center {
    text-align: center !important;
}

.padding-0 {
    padding: 0px;
}


.self-center{
    justify-self: center;
}


.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.font-15 {
    font-size: 15px;
}

.card-title {
    margin-bottom: 1rem;
}






.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}





.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}




.item-blog:nth-last-child(1) i {
    margin-left: 5px;
}

.d-gird {
    display: grid;
}

.btn-blog-group {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 12px;
}

.blog-category-name-btn {
    --bs-bg-opacity: 1;
    background-color: black;
    --bs-text-opacity: 1;
    color: white;
    border: 0px;
    padding: 7.5px 12px;
    white-space: nowrap;
}

.blog-category-comment-btn {
    --bs-bg-opacity: 1;
    background-color: #229ac8;
    --bs-text-opacity: 1;
    color: white;
    border: 0px;
    padding: 7.5px 12px;
    white-space: nowrap;
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
    display: none;
}


.comment {
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    margin-bottom: 1.5rem !important;
}

/* rating */

.rating {
  direction: rtl;
  display: inline-flex;
}

.rating-pos {
    right: 10px;
    position: absolute;
}

.rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: left;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}

.rating:not(:checked)>label:before {
    content: '★ ';
}

.rating>input:checked~label {
    color: #e5c406;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
}

.rating>label:active {
    position: relative;
}


.blog-desc-short {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    text-align: justify;
    font-size: 14px;
    border-radius: 1rem !important;
    --bs-bg-opacity: 1;
    background-color: rgba(248, 249, 250, 1) !important;
    padding: 1.5rem !important;
    margin-top: 1rem;
}

.avatar {
    text-align: center;
    margin: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 50px;
    height: 50px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    border-radius: 50% !important;
    --bs-bg-opacity: 1;
    background-color: white !important;
}

.comment-reply {
    padding: 20px 0;
}

.content-box {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px;
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.content-box:nth-last-child(1) {
    margin-bottom: 0;
}

.box-icon-author {
    text-align: center;
    width: 32px;
    height: 32px;
    background-color: #ddd;
    border-radius: 5px;
    box-shadow: var(--shadow-md);
    margin-inline: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
}

.fs-icon-author {
    font-size: 2.5rem;
    margin: 0px !important;
}


.blog-detail-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 2.5rem !important;
}

.blog-desc p {
    font-size: 16px;
    line-height: 30px;
}

.blog-desc-foot .card {
    background: #f8f8f8;
    border: none;
}

.author-font {
    font-size: 12px;
    font-weight: 700;
}

.item-boxs {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}

.item-box {
    box-shadow: var(--shadow-box);
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.item-box .title {
    padding: 10px;
    position: relative;
    width: 100%;
    padding-right: 20px;
}

.item-box .title a i.bi-chevron-down::before {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.item-box .title a.collapsed i.bi-chevron-down::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.item-box .title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--main-color-one);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.item-box .desc {
    padding: 15px 10px;
    background-color: #fbf8f877;
    box-shadow: var(--shadow-inner);
}

.image-blog {
    transition: 0.3s;
    box-shadow: var(--shadow-md);
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    text-align: center !important;
}

.image-blog::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.895) 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.image-blog img {
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    max-width: 100%;
    height: auto;
}
.card-min-height {
    min-height: 425px;
}

.my-card-footer {
    bottom: 10px;
    position: absolute;
    justify-self: center;
}

.blog-desc {
    padding: 10px;
    width: 100%;
    z-index: 2;
    text-align: center !important;
}

.blog-content {
    padding: 10px;
    z-index: 10;
    width: 100%;
    text-align: right !important;
}

.blog-name {
    font-size: 14px;
    font-weight: 600;
}

.blog-tag {
    border: 1px;
    margin: 5px;
    border-radius: 50rem;
    /* color: #6c757d; */
}

.blog-title {
    display: flex;
    justify-content: space-between;
    padding-inline: 5px;
}

.blog-desc img {
    max-width: 100%;
    height: auto;
}

.item-blog {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.item-blog:nth-last-child(1) {
    padding-right: 10px;
    padding-left: 20px;
}

.item-blog:nth-last-child(1) i {
    margin-left: 5px;
}

.item-blog svg {
    margin-right: 5px;
    color: var(--main-color-one);
}

.box-icon {
    margin-inline: 5px;
}

.position-relative {
    position: relative !important
}

.lr-0 {
    left: 0px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.border-0 {
    border: 0 !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.top-50 {
    top: 50% !important;
}

.position-absolute {
    position: absolute !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.bg-light {
    --bs-bg-opacity: 1;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.swiper-container {
    direction: rtl !important;
}