html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    font-size: 15px;
    font-family: "Times New Roman", "Kalpurush", "Gotham", Sans-Serif;
    font-weight: normal;
    color: #fff;
    background-image: url(../images/background_stars_grid.jpg);
    background-repeat: repeat;
    background-position: top center;
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 500px;
}

.fs-3 {
    font-size: 1.2rem !important;
    line-height: 23px;
    margin: 5px 0;
}

.from {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.whitebg-content a:link, .whitebg-content a:hover, .whitebg-content a:visited {
    color: #000000;
}

a:link, a:hover, a:visited {
    color: #62DBFC;
    text-decoration: none;
    cursor: pointer;
}

.whitebg-content a:hover {
    color: #555555;
}

a:hover {
    color: #007bff;
}

a:link, img, button {
    outline: none;
}

.h2, h2 {
    font-size: 1.5rem;
}

.border-ddd {
    border: 1px solid #DDDDDD;
}

.image-container {
    object-fit: contain;
    min-height: 230px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

table {
    border-collapse: collapse;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-row;
}

/*-----------------------------------*/
/*DEVICES*/
/*-----------------------------------*/

body:not(.dsk) .only-dsk,
body:not(.dsk) .only-dsk-webgl,
body:not(.dsk) .only-dsk-nowebgl,
body.dsk:not(.webgl) .only-dsk-webgl,
body.dsk.webgl .only-dsk-nowebgl,
body:not(.mbl) .only-mbl,
body.mbl .not-mbl {
    display: none !important;
}

/*remove collapsing animation for bootstrap on mobile*/
body.mbl .collapsing {
    -webkit-transition: none;
    transition: none;
}

/*-----------------------------------*/
/*HEADERS*/
/*-----------------------------------*/

.solar-h1,
.solar-h1-max,
.solar-h2,
.solar-h3,
.solar-h4 {
    font-family: 'SF Fourche';
    line-height: 100%;
}

.solar-h1 {
    font-size: 360%;
    margin-top: 70px;
    text-shadow: 0 0 20px rgba(255, 255, 255, .6);
}

.solar-h1-max {
    font-size: 500%;
    margin-top: 70px;
    margin-bottom: 40px;
    text-shadow: 0 0 20px rgba(255, 255, 255, .6);
}

@media (max-width: 767px) {
    .solar-h1-max {
        font-size: 360%;
        font-weight: bold;
    }
}

.solar-h2 {
    font-size: 170%;
    margin-top: 8px;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .6);
}

.solar-h3 {
    font-size: 133%;
    color: #00d0ff;
}

.solar-text-fade {
    color: #9a9a9a;
}

.debug-table {
    text-align: left;
}

.debug-table td {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 8px;
}

/*-----------------------------------*/
/*GLOW-BOTTOM*/
/*-----------------------------------*/

.glow-bottom-8px {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 8px;
    /* background-image: url(../images/glow_bottom_8px.png); */
}


/**
About Page
 */
/*-----------------------------------*/
/*ABOUT*/
/*-----------------------------------*/

.about-page-header {
    /* background-image: none; **/
}

.about-page-header-logo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-image: url(../images/header_logo_large.png);
    background-position: center center;
}

.about-page-text {
    max-width: 680px;
    margin: 0 auto;
}

.about-page-text p {
    margin: 25px 0;
}

.about-page-text p:first-child {
    margin-top: 0;
}

.about-page-text p:last-child {
    margin-bottom: 0;
}

.solar-content .row-scope-team {
    /*display: block;*/
    margin: -10px auto;
    max-width: 1000px;
}

.col-scope-team-member {
    padding: 10px;
    display: flex;
}

.scope-team-member {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    line-height: 120%;
}

.scope-team-member img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.scope-team-member-name {
    font-size: 133%;
    margin-bottom: 8px;
}

.scope-team-member-description {
    font-size: 90%;
}

.scope-team-member-description .alt {
    color: #73a2ac;
    font-weight: bold;
}

.about-page-bold {
    font-weight: bold;
    font-size: 133%;
}

.contributor-holder {

}

.contributor-language {
    color: #8abcd0;
}

.col-commission {
    padding-top: 15px;
    padding-bottom: 15px;
}

.commission-box {
    display: flex !important;
    padding: 8px !important;
}

.col-commission .commission-left-logo {
    width: 50%;
    min-height: 100px;
}

.col-commission .commission-right-text {
    width: 60%;
    font-size: 90%;
    text-align: left;
    padding: 20px 30px 20px 30px;
}

.col-commission .commission-left-logo > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/** Inner Page with Heading **/
.models-header {
    margin-top: 100px;
    margin-bottom: 20px;
}

.models-desc {
    max-width: 300px;
    margin: 0 auto 70px;
    color: #c8c8c8;
}

.row-models {
    padding: 36px;
}

.model-cell {
    padding: 18px;
    position: relative;
}

.model-box {
    padding: 18px;
    position: relative;
}

.model-box:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    border-radius: 19px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 200ms ease;
    -ms-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

a.model-box:hover:before {
    background-color: rgba(255, 255, 255, .1);
}

.model-box .topic {
    display: block;
    position: relative;
    font-size: 120%;
    color: #fff;
    font-family: "SF-Fourche";
    line-height: 100%;
    margin-bottom: 6px;
}

.model-box .desc {
    display: block;
    position: relative;
    font-size: 90%;
    color: #87b6dc;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 15px;
}

.model-box img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}


/*-----------------------------------*/
/*AFTER HEADER AND TOPIC / MODEL */
/*-----------------------------------*/

.solar-model-bottom {
    background-color: #002638;
    /* height: 10px; */
    padding: 5px 0;
}

/*-----------------------------------*/
/*SOLAR CONTENT*/
/*-----------------------------------*/
div#v-pills-tab {
    text-align: left;
    border: 1px solid #FFFFFF;
}

div#v-pills-tab a {
    text-align: left;
    background: #25405e !important;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.solar-content {
    padding: 10px;
    text-align: center;
    margin-bottom: 70px;
}

.shop-content {
    margin-bottom: 0px !important;
}


.solar-content > .row {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.solar-content .row-distance-l {
    margin-top: 90px;
}

.solar-content .row-distance-xl {
    margin-top: 120px;
}

.sub-page-header {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    height: 180px;
    position: relative;
}

.sub-page-header > .title-holder {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub-page-header > .title-holder > .title-1 {
    font-size: 300%;
    font-family: 'SF Fourche', 'Kalpurush';
    text-shadow: 0 0 20px rgba(255, 255, 255, .6);
    line-height: 100%;
}

.sub-page-header > .title-holder > .title-1.smaller {
    font-size: 340%;
}

.sub-page-header > .title-holder > *:first-child:not(:last-child) {
    /*margin-bottom: 50px;*/
}

.sub-page-header > .title-holder > .smaller:first-child:not(:last-child) {
    margin-bottom: 30px;
}

.row-padding-small {
    padding: 7px;
}

.row-padding-small > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.row-padding-small > [class*='col-'] > img {
    align-self: flex-start;
}

.row-padding-small > [class*='col-'] > img,
.row-padding-small > [class*='col-'] > [class*='panel-'] {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.img-gallery {
    border: 2px solid #053843;
}

/*-----------------------------------*/
/*DESIGN - PLANETS*/
/*-----------------------------------*/

.jupiter-256 {
    width: 256px;
    height: 256px;
    background-image: url(../images/jupiter_256.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.mars-256 {
    width: 256px;
    height: 256px;
    background-image: url(../images/mars_256.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.earth-256 {
    width: 256px;
    height: 256px;
    background-image: url(../images/earth_256.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*-----------------------------------*/
/*DESIGN - FLARE*/
/*-----------------------------------*/

.row-flare {
    width: 100%;
    height: 0;
    position: relative;
}

.row-flare:after {
    content: "";
    display: block;
    width: 1800px;
    height: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/flare.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

/*-----------------------------------*/
/*DESIGN - ROW GLOW*/
/*-----------------------------------*/

.row-glow {
    width: 100%;
    height: 0;
    position: relative;
}

.row-glow:after {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(rgba(0, 50, 255, .15), rgba(0, 50, 255, 0));
    z-index: -99;
}

/*-----------------------------------*/
/*COOKIES DISCLAIMER*/
/*-----------------------------------*/

.cookies-disclaimer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #002638;
    border-top: 1px solid #085d6d;
    padding: 10px 20px;
    font-size: 90%;
}

.cookies-disclaimer a {
    padding: 8px 20px;
    margin: -8px 0 -8px 20px;
    text-transform: none;
    cursor: pointer;
}

/*-----------------------------------*/
/*PREVIEW IMAGE*/
/*-----------------------------------*/

.image-preview-fixed {
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    outline: none !important;
    display: none;
    cursor: pointer;
}

.image-preview-fixed:before {
    content: "";
    display: block;
    background-color: #161616;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.image-preview-fixed img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: auto;
    height: auto;
}

/*-----------------------------------*/
/*QUOTES*/
/*-----------------------------------*/

.quote-holder {
    margin: 150px 0;
    height: 200px;
    position: relative;
}

.quote-holder .fixed-position {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
}

.quote-holder .quote-box {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.quote-holder .quote-box > .text {
    text-align: left;
    font-family: 'SF Fourche';
    color: #fff;
    line-height: 150%;
    font-size: 184%;
    font-style: italic;
}

.quote-holder .quote-box > .author {
    color: #fff;
    font-size: 100%;
    font-style: italic;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.quote-holder .buttons {
    width: 800px;
    margin: 25px auto 0;
}

.quote-holder .buttons:after {
    content: "";
    display: block;
    clear: both;
}

.quote-holder .buttons > a {
    display: block;
    position: relative;
    float: left;
    color: #82c3cf;
    font-family: 'SF Fourche';
    font-size: 90%;
    text-transform: uppercase;
    margin-right: 10px;
    width: 130px;
    height: 40px;
    padding: 8px 0;
    text-align: center;
    overflow: hidden;
    text-shadow: 1px 1px #000;
}

.quote-holder .buttons > a.like {
    text-align: left;
    background-image: url(../images/icons/like.png);
    background-repeat: no-repeat;
    background-position: 14px 40%;
    background-size: 22px 18px;
}

.quote-holder .buttons > a.next {
}

.quote-holder .buttons > a:hover {
    color: #fff;
}

.quote-holder .buttons > a.like .like-text,
.quote-holder .buttons > a.like .like-count {
    position: absolute;
    left: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.quote-holder .buttons > a.like .like-count {
    color: #fff;
}

.quote-holder.liked .buttons > a.like {
    cursor: default;
}

.quote-holder:not(.liked) .buttons > a.like {
    cursor: pointer;
}

.quote-holder.liked .buttons > a.like .like-text {
    opacity: 0;
    transform: translateY(-150%);
}

.quote-holder:not(.liked) .buttons > a.like .like-count {
    opacity: 0;
    transform: translateY(50%);
}

/*-----------------------------------*/
/*SOLAR LAB LINES*/
/*-----------------------------------*/

.solarlab-lines {
    display: block;
    width: 178px;
    height: 61px;
    position: relative;
}

.solarlab-lines > [class*='line'] {

}

.solarlab-lines > [class*='line'] {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/lab/lab-diagline.png) 0px 0px no-repeat;
    opacity: .8;
    animation: solarlab-lines-animation 3s infinite;
    animation-timing-function: ease-in;
    opacity: .15;
}

.solarlab-lines > .line1 {
    background-position: 0px 0px;
    animation-delay: 0s;
}

.solarlab-lines > .line2 {
    background-position: 43px 0px;
    animation-delay: .3s;
}

.solarlab-lines > .line3 {
    background-position: 86px 0px;
    animation-delay: .6s;
}


@keyframes solarlab-lines-animation {
    0% {
        opacity: .15;
    }
    25% {
        opacity: .8;
    }
    50% {
        opacity: .4;
    }
    99% {
        opacity: .15;
    }
}

.carousel-caption {
    background: #00000070;
    width: 50%;
    margin: 0 auto;
}

.carousel-caption h3 {
    font-size: 35px;
}

.carousel-caption h4 {
    font-size: 20px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.spacepedia-article-preview-title-list {
    counter-reset: article-counter;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: -20px;
    display: inline-block;
}

.nav-pills button.nav-link {
    text-align: left;
    padding: 5px 20px;
    border: none;
    background: #002638;
    border-radius: 0px !important;
    font-size: 25px;
    font-family: "Times New Roman", "Kalpurush", "Gotham", Sans-Serif; 
    /** 'SF Fourche'; **/
    color: #FFFFFF;
}

.col-md-9 .tab-content {
    text-align: left;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1C416B !important;
}

.col-md-9.gap-0 {
    vertical-align: text-top;
    text-align: left;
}

.bangla_font {
    font-family: "Kalpurush", Sans-Serif !important;
}


.spacepedia-category-box {
    min-width: 16.6666667%;
    width: 182px;
    position: relative;
    padding: 8px;
}

.spacepedia-category-box .part-bottom {
    display: table-row;
    height: 0;
}

.spacepedia-category-box .img {
    display: table-cell;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.spacepedia-category-box .part-top {
    display: table-row;
    height: 100%;
}

.spacepedia-category-box:not(.no-image) {
    display: table;
    height: 110px;
}

.spacepedia-category-boxes {
    display: flex;
    flex-wrap: wrap;
}

.spacepedia-margin-bottom-small {
    margin-bottom: 30px;
}

.spacepedia-category-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    background-image: none;
    border-style: solid;
    border-color: transparent;
    border-image-slice: 12 fill;
    border-image-width: 12px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-source: url("../images/panels/btn-type-7-edge-on-white-br-teal-white.png");
}

.spacepedia-category-box:not(.no-image) .topic {
    display: table-cell;
    padding: 4px 12px;
}

.spacepedia-left-major-right-minor {
    display: flex;
}

.spacepedia-category-box .topic {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: 'SF Fourche';
    font-size: 110%;
    line-height: 120%;
    -webkit-transition: background-color 200ms ease;
    -ms-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.spacepedia-left-major-right-minor > * {
    margin-bottom: 70px;
    position: relative;
    text-align: left;
}

.spacepedia-left-major-right-minor > *:nth-child(1) {
    width: 66.66666667%;
    padding-right: 40px;
}

.spacepedia-left-major-right-minor > *:nth-child(2) {
    width: 33.33333333%;
    padding-left: 40px;
}

.spacepedia-left-major-right-minor > * > [class*='title']:nth-child(1) {
    margin-bottom: 30px;
}


.title-dark-bg {
    background-color: rgba(10, 45, 50, .8);
    color: #fff;
    padding: 12px 10px;
    margin-bottom: 50px;
    font-size: 133%;
    font-family: 'SF Fourche';
    line-height: 120%;
}

.spacepedia-article-preview-box-list > .spacepedia-article-preview-box:first-child {
    margin-top: 0;
}

a.spacepedia-article-preview-box {
    display: block;
    color: #155869;
}


.spacepedia-article-preview-box .text-and-image {
    position: relative;
    margin: -10px;
}

.spacepedia-article-preview-box .bottom-info {
    font-size: 90%;
    font-style: italic;
    clear: both;
}

.spacepedia-article-preview-box .text-and-image:after {
    content: "";
    display: block;
    clear: both;
}

.spacepedia-article-preview-box .text-and-image > .image-box {
    width: 25%;
}

.spacepedia-article-preview-box .text-and-image > * {
    float: left;
    padding: 10px;
    position: relative;
}

.spacepedia-article-preview-box .text-and-image > .image-box > .image {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.spacepedia-article-preview-box .text-and-image > .text-box {
    width: 75%;
}

.spacepedia-article-preview-box .text-box > .title {
    color: #155869;
    font-size: 170%;
    text-shadow: 0 0 10px rgba(255, 255, 255, .6);
    font-family: "SF Fourche";
    line-height: 120%;
    margin-bottom: 20px;
}

.spacepedia-article-preview-box .text-box > .sub-title {
    margin-top: -16px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: bold;
    font-size: 90%;
}

.spacepedia-article-preview-box .text-box > .text {
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
}

.spacepedia-article-preview-box {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    background-image: none;
    border-style: solid;
    border-color: transparent;
    border-image-slice: 12 fill;
    border-image-width: 12px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-source: url("../images/panels/btn-type-7-edge-on-white-br-teal-white.png");
}

.shop-article-preview-box {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    background-image: none;
    border-style: solid;
    border-color: transparent;
    border-image-slice: 12 fill;
    border-image-width: 12px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-source: url("../images/panels/btn-type-7-edge-on-white-br-teal-white.png");
}

.spacepedia-article-preview-title-list > a {
    position: relative;
    border-bottom: 2px solid rgba(20, 90, 100, .5);
    margin-left: 40px;
    padding: 20px 4px 20px 4px;
    display: block;
    color: #155869;
}

.spacepedia-article-preview-title-list:before, .spacepedia-article-preview-title-list:after {
    content: "";
    display: block;
    clear: both;
}

.spacepedia-article-preview-title-list > a:after {
    content: counter(article-counter);
    counter-increment: article-counter;
    position: absolute;
    left: -45px;
    top: 20px;
    padding-left: 15px;
}

.spacepedia-header-title {
    /*color: #155869;*/
}

.spacepedia-header-image:not(.no-image) {
    background-repeat: no-repeat;
    height: 340px;
}

.spacepedia-header-image {
    position: relative;
    background-color: #000;
    background-position: center center;
    background-size: auto auto;
}

.spacepedia-header-image > .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spacepedia-header-image:not(.no-image) .vcenter-title {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.spacepedia-header-image-credit {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-style: italic;
    font-size: 90%;
    text-align: right;
    padding: 0 15px;
}

.spacepedia-header-image:not(.no-image) .spacepedia-header-image-title {
    display: inline-block;
    padding: 10px 15px;
}

.spacepedia-header-image .spacepedia-header-image-title {
    margin: 0;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-family: "SF Fourche";
    line-height: 120%;
    font-size: 500%;
}

.spacepedia-category-box .topic.active {
    background: rgba(10, 45, 50, .8);
}

@media only screen and (max-width: 767px) {
    .sub-page-header > .title-holder > .title-1 {
        font-size: 180%;
        font-family: 'SF Fourche';
        text-shadow: 0 0 20px rgba(255, 255, 255, .6);
        line-height: 120%;
    }
}

.title-2 {
    margin-left: auto;
    margin-right: auto;
}

.title-2 div.sub-title-div {
    color: #555555;
    margin-top: 10px;
    font-size: 22px;
}


.backgroundwhite .article-icons {
    margin-top: -25px;
    margin-bottom: 60px;
}

.backgroundwhite .article-icon-date {
    background-image: url(../images/icons/article_date.png);
}

.backgroundwhite .article-icon-views {
    background-image: url(../images/icons/article_views.png);
}

.backgroundwhite .article-icons [class*='article-icon-'] {
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 32px;
    white-space: nowrap;
    font-size: 90%;
    font-weight: bold;
}

.backgroundwhite .article-icons [class*='article-icon-']:not(:first-child) {
    margin-left: 40px;
}

.backgroundwhite .article-icons [class*='article-icon-'] {
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 32px;
    white-space: nowrap;
    font-size: 90%;
    font-weight: bold;
}

.backgroundwhite .article-icons:after {
    content: "";
    display: block;
    clear: both;
}


.image-container {
    width: 100%;
    height: 300px;
    /* Set a fixed height for the image container */
    overflow: hidden;
    /* Ensures images don't overflow the container */
    position: relative;
    /* For proper image positioning */
    background-color: #f5f5f5;
    /* Optional: Placeholder color for empty spaces */
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image fits within the container, cropping if necessary */
    object-position: center;
    /* Centers the image */
}

.categories ul.inline, ul.inline {
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
    display: flex;
    gap: 10px;
}

.categories ul.inline li, ul.inline li {
    display: inline;            
}
.categories .inline li a, ul.inline li a {
    color: #0093a9;
}

.short-details h4 {
    font-size: 16px;
    color: #0093a9;
    margin: 0;
    padding: 10px 0;
}

.short-details p {
    font-size: 14px !important;
    padding: 2px 0;
    margin: 0;
}

/* Style the container */
.imagecontainer {    
    overflow: hidden;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
}

/* Ensure images fit within the container */
.imagecontainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

.cover-photo-container {
    margin-bottom: 20px;
}

.cover_photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

div#v-pills-tab a.active {
    color: #62DBFC !important;
}