@media screen and (min-width: 1200px) {
    body {
        max-width: 1200px !important;
        margin: auto;
    }
}

.ant-timeline-item-head {
    background-color: transparent !important;
}

.text-shadow-none {
    text-shadow: none !important;
}

.blurred-box {
    position: relative;
    background: inherit;
    overflow: hidden;
    filter: blur(4px);
}

.img-max-full-width {
    max-width: 100%;
}

.img-thumbnail-home {
    padding: 0;
    background-color: #fff;
    border: 0px;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-v2 {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
}

.max-270 {
    max-width: 270px !important;
    min-width: 270px !important;
    margin-left: auto;
    margin-right: auto;
}

blockquote.pull-right {
    border-right: 5px solid #999;
}

blockquote {
    font-size: 16px;
    line-height: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    border-left: 5px solid #999;
}

blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding-left: 1em;
}

blockquote:before,
blockquote:after {
    content: "";
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999999;
    padding-left: 1em;
}

blockquote small:before {
    content: '\2014 \00A0';
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

/*characters images in books*/

.characters-bar {
    margin: 0px 0px 0px 0px;
}

.characters-bar li {
    list-style: none;
    float: left;
}

.characters-image-link {
    display: block;
    margin-left: 1em;
    position: relative;
}

.characters-image-link>img {
    border-radius: 50%;
    max-width: 3em;
}

/*book data list*/

.book-info {
    margin: 0px 0px 40px 0px;
}

.book-info li {
    list-style: none;
    border-bottom: 1px dashed #a9a9a9;
    padding: 10px;
}

.book-info li h6 {
    display: inline;
    margin-right: 5px;
}

/*popular posts*/
.popular-posts {
    margin: 0px;
}

.popular-posts li {
    list-style: none;
    margin-bottom: 20px;
    clear: both;
    display: block;
    min-height: 70px;
}

.popular-posts li a,
.popular-posts li a:hover {
    color: #333333;
    text-decoration: none;
}

.popular-posts li img {
    float: left;
    margin-right: 20px;
}

.book-item {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: auto;

}

.book-item>h5 {
    font-size: 1.1rem;

}

@media (min-width: 992px) {
    .book-item {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 25%;
        margin: auto;
    }
}


.book-item>a {
    margin-top: auto;
}

.book-item>h5 {
    margin-top: auto;
}

.book-item>h4 {
    margin-top: auto;
}

.book-item>ul {
    margin-top: auto;
}

.post-summary {
    background: #f8f8f8;
    padding-bottom: 20px;
    overflow: auto;
}

.post-summary p {
    padding: 20px;
    margin: 0px;
}

.post-summary-footer {
    margin: 0px;
    padding: 0px 20px;
}

.post-summary-footer button {
    margin: 0px;
    float: left;
}

.post-summary>a>img {
    max-width: 100%;
}

.connected {
    list-style: none;
}

ul.post-data {
    float: right;
}

ul.post-data li:first-child,
ul.post-data-3 li:first-child {
    border: none;
    padding-left: 0px;
}

ul.post-data li,
ul.post-data-3 li {
    list-style: none;
    float: left;
    padding: 0px 10px;
    border-left: 1px dotted #a9a9a9;
}

h1,
h2,
h3,
h4,
h5 {
    text-shadow: 1px 1px 0 #fdfdfd, 2px 2px 0 rgb(81 81 81 / 50%), 0 0 1px #fdfdfd;
}

h1.ordinary,
h2.ordinary,
h3.ordinary,
h4.ordinary,
h5.ordinary {
    text-shadow: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
}

h1 small {
    font-size: 22px;
}

.compensate-for-scrollbar {
    margin-right: auto !important;
}

.title-bg {
    background: #f8f8f8;
    padding: 10px 5px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px dotted #a9a9a9;
    border-top: 1px dotted #a9a9a9;
}

body {
    background: #f9f9f9;
}

.top-border-line {
    border-top: 1px black solid !important;
}

.img-max-70-70 {
    max-width: 70px;
}

.btn-main {
    color: white;
    background-color: #4e909c;
}

.btn-main:hover {
    color: white;
    text-shadow: 1px 1px 0 #813838, 2px 2px 0 rgb(81 81 81 / 50%), 0 0 1px #813838;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-top-1em {
    margin-top: 1em;
}

.glossary-inline-list>li {
    margin-left: 1em;
}

.a-btn-transparent-bordered {
    border: solid 1px #6c757d;
    color: black;
    background-color: transparent;
}

.a-black {
    color: black;
}

a {
    /*color: #084298;*/
    /*color: #d8450b;*/
    color: #0093b7;
    text-decoration: none;
}

a:hover {
    /*color: #084298;*/
    color: #0093b7;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fdfdfd, 2px 2px 0 rgb(81 81 81 / 50%), 0 0 1px #fdfdfd;
}

a.white {
    color: white;
    text-decoration: underline;
}

a.ordinary:hover {
    /*color: #084298;*/
    text-shadow: none;
}

.character-photo {
    max-width: 100%;
}

.text-justify {
    text-align: justify;
}

.centered {
    text-align: center;
}


.alert-center-empty {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
}

.navbar-fixed-top {
    position: fixed !important;
    min-width: 100% !important;
}

.row-top {
    margin: 0 0 3em 0 !important;
}

.navbar-link-white {
    color: #fff !important;
}

.navbar-link-grey {
    color: rgba(255, 255, 255, .55) !important;
}

.navbar-link-grey:hover {
    color: rgba(255, 255, 255, .75) !important;
}

.row-alt {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.nav-link>.active {
    background-color: white !important;
    color: black !important;
}

.navbar-green {
    background-color: #198754 !important;
}

.no-decoration {
    text-decoration: none !important;
}

.center-alert-empty {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
}

.strong {
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word;
    font-family: var(--bs-font-monospace);
    direction: ltr;
    unicode-bidi: bidi-override;
}

footer {
    width: 100%;
    background: #333;
    clear: both;
    position: relative;
    z-index: 10;
}

.footer-h5 {
    color: #f9f9f9;
    text-shadow: none;
    text-align: center;
}

.footer-ul {
    margin: 0px;
}

ul.img-feed li {
    float: left;
    margin: 0px 7px 7px 0px;
    padding-bottom: 0px;
}

.img-feed>li>a>img {
    max-width: 70px;
}

.footer-ul li {
    list-style: none;
    padding-bottom: 20px;
}

.footer-ul>li>a {
    color: #dcdcdc;
    font-weight: bold;
}

ul.post-list li {
    border-bottom: 1px dashed #504f4f;
    padding: 10px 0px;
    list-style: none;
}

ul.post-list li>a {
    color: #dcdcdc;
    font-weight: bold;
}

ul.post-list li>a:hover {
    color: #0093b7;
}

.no-margin {
    margin-bottom: 0px;
}

.gallery-post-grid {
    margin: 0px;
}

.gallery-post-grid li {
    list-style: none;
    float: left;
    margin-bottom: 30px;
}

.gallery-item {
    margin-bottom: 15px;
    margin-top: 15px;
}

.gallery-hover-6col,
.gallery-hover-4col,
.gallery-hover-3col,
.gallery-hover-4col-cir {
    display: none;
    position: absolute;
    z-index: 10;
}

.gallery-icons {
    z-index: 9;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 89px;
    height: 42px;
    display: block;
}

a.item-details-link {
    height: 42px;
    width: 42px;
    background: #ffffff;
    background-position: -42px 0px;
    position: absolute;
    left: 47px;
    display: block;
}

a.item-zoom-link {
    height: 42px;
    width: 42px;
    background: #ffffff;
    background-position: 0px 0px;
    position: absolute;
    display: block;
}

.project-details a {
    color: #333333;
    margin: 0px;
    font-size: 12px;
    font-style: normal;
    text-shadow: none;
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.project-details {
    color: #6f6f6f;
    background: #f8f8f8;
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #a9a9a9;
    font-family: Georgia;
    font-style: italic;
    width: auto\9;
    height: auto;
    max-width: 100%;
    flex-grow: 3;
}

.lead {
    line-height: 28px;
    margin: 20px 0px 0px 0px;
    font-size: 21px;
    font-weight: 200;
}

.darkened-45 {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.text-italic {
    font-style: italic;
}

.blog-img {
    max-width: 100%;
}

.main-menu-img {
    max-height: 1em;
    max-width: 1em;
}

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.bg-image-sm {
    background-attachment: fixed;
}

.ca-blue {
    margin-bottom: 0 !important;
}

.ca-blue>button {
    background-color: #4ea7d2 !important;
}


.cb-blue {
    background-color: #4ea7d2 !important;
}

/*TOOLTIPS*/


/*CHARACTER PROFILE*/
.section-title h2::after {
    content: "";
    width: 20%;
    height: 1px;
    display: inline-block;
    background: #4ea7d2;
    margin: 4px 10px;
}

.section-title h3::after {
    content: "";
    width: 20%;
    height: 1px;
    display: inline-block;
    background: #4ea7d2;
    margin: 4px 10px;
}

.about-me .content ul {
    list-style: none;
    padding: 0;
}

.about-me .content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.about-me .content ul li strong {
    margin-right: 5px;
}

.about-me .content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #4ea7d2;
    line-height: 0;
}

.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.resume .timeline-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #4ea7d2;
    position: relative;
}

.timeline-item-dotted {
    margin-left: 0.5em;
    padding-left: 10px;
    margin-top: -2px;
    border-left: 2px dotted #4ea7d2;
    position: relative;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.resume .timeline-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #4ea7d2;
    border: 2px solid #4ea7d2;
}

.resume .timeline-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.resume .timeline-item ul {
    padding-left: 20px;
}

.resume .timeline-item ul li {
    padding-bottom: 10px;
}

/*Images*/
.image-round-bar-item-3em {
    margin-left: 1em;
    position: relative;
}

.image-round-bar-item-3em>img {
    border-radius: 50%;
    max-width: 3em;
}

/*Tooltips*/
[aria-label][class*=cooltipz].cooltipz--large:after,
[aria-label][class*=cooltipz][data-cooltipz-size=large]:after,
[aria-label][data-cooltipz-dir].cooltipz--large:after,
[aria-label][data-cooltipz-dir][data-cooltipz-size=large]:after {
    text-align: center !important;
}

.margin-unset {
    margin: unset !important;
}

.popup-text {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #0093b7;
}

.popup-text>sup {
    color: #0093b7;
}

.iteresting-fact-dark-image {
    padding: 1rem 1rem;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    color: #E6E0E0;
    border: 1px solid #000;
    border-right: 1px solid #353535;
    border-bottom: 1px solid #353535;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.iteresting-fact-dark {
    padding: 1rem 1rem;
    position: relative;
    color: #E6E0E0;
    background: #111;
    border: 1px solid #000;
    border-right: 1px solid #353535;
    border-bottom: 1px solid #353535;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.iteresting-fact {
    position: relative;
    color: #000000;
    background: #dcdcdc66;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 1px solid #999999a8;
    border: 1px solid #fff;
    padding: 10px;
}

.iteresting-fact>blockquote {
    margin: 0 0 0 0;
}

.appears>.row {
    flex-wrap: nowrap !important;
    overflow-y: auto;
    scrollbar-width: 10px;
    padding-bottom: 1em;
}

.anticon>svg {
    vertical-align: baseline !important;
}