
figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}
.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: rgba(33, 37, 41, 0.75);
}

.bg-opacity-15 {
    --bs-bg-opacity: 0.15;
}

.fill-primary {
    fill: #066ac9 !important;
}

.fill-white {
    fill: var(--bs-white) !important;
}

.fill-secondary {
    fill: #9a9ea4 !important;
}

.fill-success {
    fill: #0cbc87 !important;
}

.fill-info {
    fill: #17a2b8 !important;
}

.fill-warning {
    fill: #f7c32e !important;
}

.fill-danger {
    fill: #d6293e !important;
}

.fill-light {
    fill: #f5f7f9 !important;
}

.fill-dark {
    fill: #24292d !important;
}

.fill-orange {
    fill: #fd7e14 !important;
}

.fill-purple {
    fill: #6f42c1 !important;
}

.fill-blue {
    fill: #1d3b53 !important;
}

.fill-body {
    fill: var(--bs-body-bg) !important;
}
.blogh1{
    z-index: 99;
    position: relative;
    color: #165943;
    user-select: none;
    display: inline-block;
    font-weight: 600;
}
.blogh1:before{
    content: "";
    background-color: #e3f5e3;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: -1;
    height: 24px;
    width: 100%;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}


.header-blog{
    background-color: white;
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgb(255 255 255 / 1%) 30%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.1) 67%, rgba(255, 255, 255, 0.1) 100%);
}
.header-blog:before{}
.titlemainblog a{
    font-weight: 500;
    color: #333;
    text-decoration: none;
    font-size: 1.2rem;
}
.text-truncate-2{
    font-size: .9rem;
    font-weight: 300;
}
.cardnewsbottom{}
.cardnewsbottom .small{
    color: gray;
}
.cardnewsbottom a{
    color: black;
    text-decoration: none;
}
.cardnewsbottom a:hover{color: var(--green-taxiran)}



.imageblog{
    position: relative;
    overflow: hidden;
}
.imageblog img{
    border-radius: 5px;
}

.box-body{
    padding: 0 10px 0 0;
}
.box-title{
    line-height: 1.7;
}

.archive_blog_item{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.archive_blog_item a{color: #333; text-decoration: none}
.archive_blog_item a:hover{color: var(--green-taxiran)}
.archive_blog_item .archive_item{
    display: flex;
    align-items: center;
}
.archive_blog_item .numberarchive{
    color: var(--bs-gray-500);
    margin-right: auto;
}

.blogdescription{color: #666; font-weight: 300; font-size: .9rem}