/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: "Poppins", sans-serif;
    background: #fafafa;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.7em;
    color: #666;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.bg-sma {
    background-color: #005eb8 !important;
}

a.bg-sma:hover,
a.bg-sma:focus,
button.bg-sma:hover,
button.bg-sma:focus {
    background-color: #0b56a1 !important;
}
.whatsappButton {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.75);

    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    z-index: 2;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.subheaderbar {
    margin-top: -41px !important;
    text-align: right;
    padding: 5px 5px;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.75);
    z-index: 1;
}

#img-navbar-logo {
    max-height: 50px;
    transition: all 0.3s;
    margin-left: 5px;
    margin-right: 5px;
}

.fa-star,
.fa-star-half-alt {
    color: #fbbb00;
    -webkit-text-stroke: 0.2px black;
}

/* #img-navbar-logo.active {
    display: none;
} */

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.content-header {
    flex: 1;
    flex-direction: row;
    background-color: white;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px;
    margin-bottom: 10px;
    text-align: center;
}

.index-card {
    width: 16rem;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.card-title {
    height: 3.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.card-text {
    font-size: 0.8em;
    height: 3.5em;
    padding: 3px;
}

.card-img-top {
    height: 150px;
}

.panelist-pic {
    max-height: 300px;
    position: central;
    width: 100%;
    margin: 0px;
}
.img-fluid {
    margin: 5px;
}

.h5,
h5 {
    font-size: 1em;
}

#body-menu {
    width: 100%;
    background: #2a66c6;
    color: #fff;
    transition: all 0.3s;
    margin-top: 5px;
    border-radius: 10px;
    padding: 0px;
    margin-left: 1px;
}

#body-menu ul li {
    padding: 5px;
    border-bottom: 1px solid #5379b7;
    width: 100%;
    border-radius: 5px;
}

#body-menu ul li:hover {
    background: #fff;
    color: #2a66c6;
    border: 1px solid #6c92d0;
}

.title-collapsed-bodymenu {
    color: #ffffff;
    text-align: left;
}

.button-white {
    color: #fff;
}

.nav-item-bodymenu svg {
    float: right;
}

.badge-top {
    position: absolute;
    margin-top: -5px;
    padding: 3px;
}

footer {
    padding-top: 10px;
    color: #fff;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #2a66c6;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 14px;
    background: #0966c6;
    align-items: center;
    text-align: center;
}

.img-header-logo {
    width: 50%;
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
    margin-bottom: 0em;
}

#sidebar ul li a {
    padding: 13px;
    font-size: 0.9em;
    display: block;
}

#sidebar ul li a span {
    padding-left: 10px;
}

#sidebar ul li a:hover {
    color: #2353a1;
    background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #2353a1;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.show {
    transition: all 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1em;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #153362;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.scratched {
    color: #aaa;
    text-decoration: line-through;
    font-size: 0.8em;
}

.title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.alert {
    z-index: 1000;
    position: absolute;
}

.cart-image {
    max-width: 150px;
    max-height: 150px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }

    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }

    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

    /* #img-navbar-logo.active {
        display: block;

    }
    #img-navbar-logo {
        display: none;

    } */
    .index-card {
        width: 100%;
        float: left;
        margin-right: 10px;
    }

    .container {
        margin: 0;
        width: 100% !important;
        padding: 0;
    }

    .content-section {
        margin: 0;
        padding: 0;
    }

    .cart-image {
        max-width: 50px;
        max-height: 50px;
    }

    .btn-title {
        font-size: 12px;
    }
}
