/* Add here all your CSS customizations */

@media (min-width: 992px) {
    html.side-header-right:not(.side-header-above) body > .body {
        margin: 0 30% 0 0;
    }

    html.side-header #header.side-header {
        max-width: 30%;
        width: 100%;
    }

    html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:after, html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:after, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after {
        top: 12px;
    }
}

.library .pageContent {
    padding: 30px;
    direction: rtl;
    text-align: justify;
}

.p-static > h1 {
    font-size: 18px;
}

.list-caption {
    list-style: none;
    padding-right: 0;
}

.mr-mines {
    margin-right: 5px !important;
}

.center-element {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.table-custom, .table-custom a {
    color: #543838;
    border-radius: 5px 5px 0 0;
}

.padding-5 {
    padding: 5px;
}

.custom-column {
    display: inline;
    padding: 10px;
}

#footer .footer-ribbon span {
    font-size: 1.3em !important;
}

.img {
    height: 230px;
    width: 163px;
    margin-right: 10px;
    background: #d9d9d9;
    position: relative;
    overflow: hidden;
    color: transparent;
    border-radius: 5px;
}

.img::before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0, 0, 0, 0.05) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat;
    background-size: 450px 400px;
    animation: shimmer 1s linear infinite;
}

.img::before {
    background-size: 650px 600px;
}
.article-segment{display:flex;}
.article-segment1{width:45%;}
.article-segment img{
    width: auto;
    height: 100px;
}
.article-segment2{width:54%; margin-right:1%;}
@keyframes shimmer {
    0% {
        background-position: -450px 0;
    }

    100% {
        background-position: 450px 0;
    }
}

.nowrap-caption {
    white-space: nowrap;
}

.body-splash {
    background-color: #faeed6;
    overflow: hidden;
}

.container-splash {
    text-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: auto;
    top: 15%;
    bottom: 15%;
}

.button-splash {
    background-color: #fff;
    border-radius: 13px;
    border: 3px solid #d9c791;
    color: #5a3c00;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
    margin-left: 8px;
    width: 15%;
    display: inline-block;
}

.button-splash:hover {
    color: #5a3c00;
    text-decoration: none;
}

.links-splash {
    width: 50%;
    line-height: 2em;
    text-align: center;
    direction: rtl;
    align-items: center;
}

.thumb-info-wrapper .img-fluid {
    height: 230px;
}

@media (max-width: 768px) {
    .links-splash {
        width: 90%;
    }

    .button-splash {
        display: flow-root;
        width: 30%;
        float: right;
        padding: 0;
        margin-bottom: 8px;
        margin-left: 8px;
    }

    .owl-carousel .owl-item img, .img {
        width: 180px;
        left: 0;
        position: relative;
    }

    .owl-item a img {
        margin-left: 3rem;
    }

    .img {
        left: 15%;
    }

    .thumb-info-wrapper {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    section#search-domain:after {
        display: none;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .articles #content {
        padding: 3rem !important;
        text-align: center !important;
    }
}

@media (max-width: 380px) {
    .owl-item a img {
        margin-left: 2rem;
    }
    .article-segment{display:block !important;}
    .article-segment1{width:100%;}
    .article-segment1 img{width:100%;height: 200px}
    .article-segment2{width:100%;margin-top:10px;text-align:center}
    .articles{text-align:center}
}

@media (min-width: 768px) {
    section#search-domain {
        height: auto;
    }

    section#search-domain:after {
        position: relative;
        display: flex;
        bottom: -55px;
    }
}

.dropdown-submenu .dropdown-menu {
    overflow-y: auto;
}

.fix-right-position {
    margin-right: auto !important;
    width: auto !important;
}

.fix-left-position {
    margin-left: auto !important;
    width: auto !important;
}

.dropdown-submenu .dropdown-item {
    white-space: break-spaces;
    line-height: 25px;
}

/* Scroll Css */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #17a2b8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #13687a;
}

.width-per-100 {
    width: 100%;
}

ul.dropdown-menu {
    height: auto !important;
}

.dropdown-submenu .dropdown-menu {
    overflow-y: inherit !important;
}

.h-5 {
    height: 50px;
}

.w-5 {
    width: 50px;
}

div#pg0 {
    display: none !important;
}
