html {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 100px;
    text-align: center;
    overflow-x: hidden;
}

body, #main-content {
    box-sizing: border-box;
}

h1 {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: white;
    align: center;
    padding: 5px;
    line-height: 3;
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: black;
    align: center;
    padding: 5px;
    line-height: 3;
}

h3 {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: black;
    align: center;
    padding: 5px;
    line-height: 3;
}

h6 {
    color: black;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: #006eea;
}

a:active {
    color: darkgray;
}

p {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    color: black;
    text-align: left;
    line-height: 2;
    padding: 10px;
}

table {
    background-color: #ebf4f7;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    margin: 5;
}

footer {
    text-align: center;
    background-color: #01071f;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1000;
}

nav {
    padding: 0 !important;
    z-index: 1500;
}

.twitter-timeline {
    width: 33%;
    align: center;
}

.navbar {
    padding: 0px;
    z-index: 1500;
}

.navbar-brand {
    padding-left: 0px !important;
    padding-top: 10px !important;
    margin-left: 0 !important;
}

.navbar-expand-lg .navbar-collapse {
    flex-grow: 1;
    justify-content: flex-end;
    z-index: 1500;
}

.navbar-brand img {
    max-height: 100%;
    height: auto;
    width: auto;
}

.container {
    padding: 0 !important;
    margin: 0 !important;
}

.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-link {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 1000;
}

.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    max-width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
}

.card .body {
    color: #444;
    padding: 20px;
    font-weight: 400;
}
.card .header {
    color: white;
    padding: 20px;
    position: relative;
    box-shadow: none;
    background-color: black;
}
.single_post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single_post .body {
    padding: 30px
}

.single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px
}

.single_post .img-post>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    max-width: 100%;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01)
}

.single_post .img-post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out
}

.single_post .img-post:hover .social_share {
    display: block
}

.single_post .footer {
    padding: 0 30px 30px 30px
}

.single_post .footer .actions {
    display: inline-block
}

.single_post .footer .stats {
    cursor: default;
    list-style: none;
    padding: 0;
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 35px
}

.single_post .footer .stats li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.25em;
    line-height: 1;
    margin: 0 0 0 2em;
    padding: 0 0 0 2em;
    text-transform: uppercase;
    font-size: 13px
}

.single_post .footer .stats li a {
    color: #777
}

.single_post .footer .stats li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0
}

.single_post h3 {
    font-size: 20px;
    text-transform: uppercase
}

.single_post h3 a {
    color: #242424;
    text-decoration: none
}

.single_post p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0
}

.single_post .blockquote p {
    margin-top: 0 !important
}

.single_post .meta {
    list-style: none;
    padding: 0;
    margin: 0
}

.single_post .meta li {
    display: inline-block;
    margin-right: 15px
}

.single_post .meta li a {
    font-style: italic;
    color: #959595;
    text-decoration: none;
    font-size: 12px
}

.single_post .meta li a i {
    margin-right: 6px;
    font-size: 12px
}

.single_post2 {
    overflow: hidden
}

.single_post2 .content {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative
}

.single_post2 .content .actions_sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px
}

.single_post2 .content .actions_sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec
}

.single_post2 .content .title {
    font-weight: 100
}

.single_post2 .content .text {
    font-size: 15px
}

.right-box .categories-clouds li {
    display: inline-block;
    margin-bottom: 5px
}

.right-box .categories-clouds li a {
    display: block;
    border: 1px solid;
    padding: 6px 10px;
    border-radius: 3px
}

.body-widget {
    position: fixed;
    top: 80px;  /* Adjust this value to fit below your navbar */
    right: 20px;
    z-index: 1000; /* Make sure it's above other content */
    width: 250px; /* Adjust width as necessary */
}

.categories-clouds button {
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    border: 10px;
    background: black;
    text-decoration: none;
    color: white;
}

.categories-clouds button:hover {
    color: white; /* Bootstrap's default hover color for links */
    background: #aae0f2;
}

.responsive-charts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center align the iframes */
    gap: 15px; /* Add spacing between iframes */
}

.responsive-charts iframe {
    max-width: 100%; /* Ensure iframe doesn't exceed the container's width */
}

.col-lg-8,
.col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .left-box {
        padding: 0 15px;
    }
}
