.big-text{
    color : var(--color-bigtext);
    font-size: 4rem;
}

.light-font {
    font-weight: 300;
}

.gradient-bg {
    background: linear-gradient(#ffffff , #dcdcf5);
}

.layout-dark .gradient-bg{
    background: linear-gradient(#000000 , #23184f);
}

.btn.twitch svg{
    width: 160px;
    height: 60px;
}

.navbar-left .navbar-brand img {
    max-width: 50px !important;
    min-width: 50px !important;
}

.enable-dark-mode.dark-trigger.dark-trigger-top-menu {
    position: relative;
    right: auto;
    left: auto;
    z-index: 1;
}

#overlayer.layout-dark {
    background: var( --main-color);
}

.sidebar__menu-group ul.sidebar_nav li>a.active .nav-icon,
.sidebar__menu-group ul.sidebar_nav li>a.active .toggle-icon,
.sidebar__menu-group ul.sidebar_nav li.active>a {
    color: #6057a2;
}

.sidebar__menu-group ul.sidebar_nav li>a.active {
    color: #6057a2;
}

.demo4 .banner-feature--5 {
    min-height: unset;
}


element.style {
    max-height: 360px;
    max-width: 100%;
}
.banner-feature__shape img, .banner-feature__shape svg {
    max-width: 100% !important;
    max-height: 100% !important;
}

.banner-feature--5 .banner-feature__shape {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: -1;
}

.card-body ul {
    list-style: disc;
}

.card-header {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.product-row.row.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.product-row.row.d-flex .col-product {
    display: flex;
    flex-direction: column;
}

.product-row.row.d-flex .col-product .product{
    display: flex;
    height: 100%;
}

.product-row.row.d-flex .card {
    flex-grow: 1;
    margin: 0 !important;
}

.layout-dark select option {
    background: var( --main-color);
}

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