body {
    background-color: #f5f5f5;
}

.singletitle {
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    /* flex-direction: row-reverse; */
}

.singleblogcontainer {
    margin-left: 120px;
    margin-right: 120px;
}

.singlebogtoptext {
    margin-right: 32px;
}

.singlebogdate {
    color: #000;

    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 42px;
}

.singleblogtitle {
    color: #000;

    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 32px;
}

.topabstracttext {
    color: #000;

    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 32px;
    margin-left: 20px;
}

.singleblogtags {
    color: var(--MazUST---Primary, #12544d);
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 32px;
}

.singleblogtext {
    margin-top: 40px;
    color: #000;

    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.singleblogtext p, .singleblogtext span{
    font-size: 16px;
    line-height: 28px;
}

.singlebloglatest {
    /* width: fit-content; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    place-items: center;
}

.mrzsinglecard2 {
    /* width: 285px; */
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
}

.mrzsingleimg2 {
    width: 100%;
    aspect-ratio: 16/9;
    /* height: 203px; */
}

.mrzsingledate2 {
    color: #a1a1a1;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px !important;
}

.mrzdate2 {
    position: relative;
    right: 190px !important;
}

.singlebloglatesttitle {
    margin-top: 165px;
    margin-bottom: 32px;
    color: #000;

    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media only screen and (max-width: 800px) {
    .singleblogcontainer {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 740px) {
    .singleblogcontainer {
        margin-left: 30px;
        margin-right: 30px;
    }

    /* .singletitle {
      display: block;
    } */
}


/* ### */

.glide__slide {
    /* background: #eee; */
    padding: 20px;
    text-align: center;
}

.glide__arrow {
    box-shadow: none !important;
    border: none !important;
}

.singleGalTumbnailsUl {
    grid-template-columns: repeat(auto-fit, minmax(100px, 120px));
    grid-template-rows:100px;
}

.singleBlogMainContainer {
    direction: ltr !important;
}


.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

.slideshow-container {
    max-width: 1000px;
    margin: auto;

    & > * {
        grid-row: 1;
        grid-column: 1;
    }
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.dotSB {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dotSB:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next {
        font-size: 11px
    }
}
.singleblogLightBox{
    background-color: rgba(255, 255, 255, 0.5);
    direction: ltr !important;
}