.primary-color {
    color: #153236;
}

.secodary-color {
    color: #20484d;
}

.tertiary-color {
    color: #24555c;
}

.quaternary-color {
    color: #2e6a72;
}

.quinary-color {
    color: #65cac2;
}


@keyframes animation-border-bottom-hover {
    0% {
        border-image: linear-gradient(to left, transparent 0%, transparent 100%) 1;
    }

    12.5% {
        border-image: linear-gradient(to left, transparent 75%, #20484d 100%) 1;
    }

    25% {
        border-image: linear-gradient(to left, transparent 50%, #20484d 100%) 1;
    }

    37.5% {
        border-image: linear-gradient(to left, transparent 25%, #20484d 100%) 1;
    }

    50% {
        border-image: linear-gradient(to left, transparent 0%, #20484d 100%) 1;
    }

    62.5% {
        border-image: linear-gradient(to left, transparent 0%, #20484d 75%) 1;
    }

    75% {
        border-image: linear-gradient(to left, transparent 0%, #20484d 50%) 1;
    }

    87.5% {
        border-image: linear-gradient(to left, transparent 0%, #20484d 25%) 1;
    }

    100% {
        border-image: linear-gradient(to left, #20484d 0%, #20484d 100%) 1;
    }
}

@keyframes animation-border-bottom {
    0% {
        border-image: linear-gradient(to right, #20484d 0%, #20484d 100%) 1;
    }

    12.5% {
        border-image: linear-gradient(to right, transparent 0%, #20484d 25%) 1;
    }

    25% {
        border-image: linear-gradient(to right, transparent 0%, #20484d 50%) 1;
    }

    37.5% {
        border-image: linear-gradient(to right, transparent 0%, #20484d 75%) 1;
    }

    50% {
        border-image: linear-gradient(to right, transparent 0%, #20484d 100%) 1;
    }

    62.5% {
        border-image: linear-gradient(to right, transparent 25%, #20484d 100%) 1;
    }

    75% {
        border-image: linear-gradient(to right, transparent 50%, #20484d 100%) 1;
    }

    87.5% {
        border-image: linear-gradient(to right, transparent 75%, #20484d 100%) 1;
    }

    100% {
        border-image: linear-gradient(to right, transparent 0%, transparent 100%) 1;
    }
}

@keyframes animation-border-bottom-hover-light {
    0% {
        border-image: linear-gradient(to left, transparent 0%, transparent 100%) 1;
    }

    12.5% {
        border-image: linear-gradient(to left, transparent 75%, #fff 100%) 1;
    }

    25% {
        border-image: linear-gradient(to left, transparent 50%, #fff 100%) 1;
    }

    37.5% {
        border-image: linear-gradient(to left, transparent 25%, #fff 100%) 1;
    }

    50% {
        border-image: linear-gradient(to left, transparent 0%, #fff 100%) 1;
    }

    62.5% {
        border-image: linear-gradient(to left, transparent 0%, #fff 75%) 1;
    }

    75% {
        border-image: linear-gradient(to left, transparent 0%, #fff 50%) 1;
    }

    87.5% {
        border-image: linear-gradient(to left, transparent 0%, #fff 25%) 1;
    }

    100% {
        border-image: linear-gradient(to left, #fff 0%, #fff 100%) 1;
    }
}

@keyframes animation-border-bottom-light {
    0% {
        border-image: linear-gradient(to right, #fff 0%, #fff 100%) 1;
    }

    12.5% {
        border-image: linear-gradient(to right, transparent 0%, #fff 25%) 1;
    }

    25% {
        border-image: linear-gradient(to right, transparent 0%, #fff 50%) 1;
    }

    37.5% {
        border-image: linear-gradient(to right, transparent 0%, #fff 75%) 1;
    }

    50% {
        border-image: linear-gradient(to right, transparent 0%, #fff 100%) 1;
    }

    62.5% {
        border-image: linear-gradient(to right, transparent 25%, #fff 100%) 1;
    }

    75% {
        border-image: linear-gradient(to right, transparent 50%, #fff 100%) 1;
    }

    87.5% {
        border-image: linear-gradient(to right, transparent 75%, #fff 100%) 1;
    }

    100% {
        border-image: linear-gradient(to right, transparent 0%, transparent 100%) 1;
    }
}


thead {
    border-bottom: 2px solid;
}

/* #region ribbon */
.ribbon-lng {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 3px 3px 3px 3px;
    margin: 3px;
    background-color: #dfdfdf;
    font-size: 15px;
    line-height: 30px;
    border-radius: 7px;
}

.ribbon-lng:hover {
    background-color: #20484d;
    color: #fff;
}

.ribbon-lng.active {
    background-color: #20484d;
    color: #fff;
}

.ribbon-lng span {
    padding-left: 5px;
    padding-right: 5px;
}

.ribbon-lng img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .ribbon-lng {
        font-size: 13px;
        line-height: 20px;
    }

    .ribbon-lng img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

}

@media (max-width: 767.98px) {
    .ribbon-lng {
        padding: 5px 5px 5px 5px;
        border-radius: 9px 9px 9px 9px;
    }

    .ribbon-lng span {
        display: none;
        padding-top: 3px;
        padding-bottom: 5px;
    }

    .ribbon-lng img {
        width: 30px;
        height: 30px;
        margin-right: 0;
    }

    .ribbon-lng:hover {
        border-radius: 9px 9px 0px 0px;
        z-index: 2;
    }

    .ribbon-lng:hover span {
        position: absolute;
        display: block;
        background-color: #20484d;
        top: 100%;
        color: #fff;
        width: 75px;
        margin-top: -2px;
        border-radius: 0px 5px 5px 5px;
        margin-left: -5px;
    }
}

.hearder-ribbon {
    width: 100%;
    background-color: #fff;
    color: #333;
    position: fixed;
    top: 0px;
    height: 22px;
    font-size: 12px;
    padding-top: 2px;
    z-index: 10;
    transition: height 0.5s ease;
    overflow: hidden;
}

.ribbon-close {
    float: right;
    cursor: pointer;
    font-size: x-large;
    margin-bottom: 0px !important;
}

.hearder-ribbon .ribbon-entry,
.hearder-ribbon .ribbon-section {
    display: inline;
}

.hearder-ribbon .ribbon-entry {
    margin-right: 10px;
}

.hearder-ribbon .ribbon-section.right {
    float: right;
}

.hearder-ribbon .ribbon-section.right .ribbon-entry {
    margin-right: 0px;
    margin-left: 10px;
}

.hearder-ribbon .ribbon-entry.login {
    background-color: #20484d;
    padding: 5px 15px 3px 15px;
    border-radius: 0px 0px 10px 10px;
}

.hearder-ribbon .ribbon-entry.login a {
    color: #fff;
}

#navigation .navbar.fixed-top {
    top: 22px;
    /* transition: top 0.5s ease; */
}

#navigation.ribbon-expanded .navbar.fixed-top {
    top: 170px;
    /* transition: top 0.5s ease; */
}

#navigation.ribbon-expanded .hearder-ribbon {
    height: 170px;
    transition: height 0.5s ease;
}

/* #endregion */

/* #region shutter */
.shutter {
    position: absolute;
    height: 100%;
    background-color: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 255;
}

.shutted {
    z-index: -1;
}

/* #endregion */

.userRightSpan {
    background-color: #20484d;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
}

.ecircle {
    background-image: url(../img/4elements.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* #region index */
.index_articles_img {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
}

.elements {
    min-height: 100vh;
    position: fixed;
    padding-top: 15vh;
    width: 100%;
    margin-top: -35px;
}

.elements-bkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px 10px 8px -3px #000000a8;
}

.elements-bkg.water {
    background-image: url(../img/water.jpg);
}

.elements-bkg.earth {
    background-image: url(../img/earth.jpg);
}

.elements-bkg.wind {
    background-image: url(../img/wind.jpg);
}

.elements-bkg.fire {
    background-image: url(../img/fire.jpg);
}

/* .elements img {
    width: 100%;
    position: absolute;
    bottom: 110px;
} */
.element {
    position: relative;
    top: 20vh;
    backdrop-filter: blur(4px);
    background-color: #20484d91;
    text-shadow: 0px 0px 25px #000000;
    color: #ffffff;
}

.element-text {
    /* background-color: #ffffff;
    border-radius: 10px; */
    padding: 10px;
}

.element-header i {
    font-size: 150px;
    color: #153236;
}

.element-header i.bi-fire {
    background: linear-gradient(#ff0000, #e8cb00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.element-header i.bi-wind {
    background: linear-gradient(#97fff0, #44af9f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.element-header i.bi-tree {
    background: linear-gradient(#05d200, #082a00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.element-header i.bi-water {
    background: linear-gradient(#c0defa, #003ee4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.element-header td {
    vertical-align: top;
}

.legend-wrapper {
    display: inline-block;
}

.elements-legend {
    position: absolute;
    bottom: 130px;
    font-size: 40px;
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

.legend-pointer {
    position: absolute;
    text-align: center;
    bottom: -100px;
    left: 45%;
    color: #20484d;
    font-size: 150px;
    cursor: pointer;
    text-shadow: 0px 2px 14px #ffffff;
    backdrop-filter: blur(4px);
    background-color: #ffffff45;
    border-radius: 20px;
    height: 150px;
    box-shadow: 0px 0px 30px 0px #0000008a;
    width: 200px;
}

.element .element-keywords {
    font-size: 20px;
    line-height: 30px;

}

.element .element-title {
    font-size: 50px;
    line-height: 50px;
}

.element.fire .element-keywords {
    color: #f33a00;
}

.element.water .element-keywords {
    color: #2c63e9;
}


.element.earth .element-keywords {
    color: #acbe32;
}

.element.wind .element-keywords {
    color: #52bcac;
}

.elements-legend .legend {
    width: 60px;
    cursor: pointer;
    backdrop-filter: blur(4px);
    background-color: #ffffff45;
    text-shadow: 0px 0px 6px #fff;
    color: #21494e;
    text-align: center;

}

.elements-legend .legend:hover {
    border-color: #000;
}

.elements-legend .legend.active {
    background-color: #ffffff;
}

@media (max-width: 767.98px) {

    .legend-pointer {
        left: 20px;
        font-size: 100px;
        width: 150px;
        margin-top: 50px;
        padding-top: 40px;
    }

    .index_articles_img {
        width: 40%;
    }

    .elements {
        margin-top: -83px;
    }

    .elements-legend {
        font-size: 30px;
        bottom: 83px;
    }

    .elements-legend .legend {
        display: inline-block;
        width: 45px;
    }

    .element {
        font-size: 15px;
        line-height: 18px;
    }

    .element .element-keywords {
        font-size: 15px;
        line-height: 20px;

    }

    .element .element-title {
        font-size: 40px;
        line-height: 40px;
    }
}

/* #endregion */

/* #region jumbo */

.jumbo-header {
    position: relative;

}

.jumbo-header .jumbo-main {
    border-radius: 10px;
    background-color: #20484d;
    height: 350px;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.jumbo-header .jumbo-main img {
    height: 100%;
}
.jumbo-header.img-right .jumbo-main img {
    float: right;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.jumbo-header.img-left .jumbo-main img {
    float: left;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}



.jumbo-header .badge {
    background-color: rgb(228 228 228);
    color: rgb(32, 72, 77);
    margin-bottom: 10px;
    font-size: 17px;
}

.jumbo-header .jumbo-text {
    position: absolute;
    width: 50%;
    color: #fff;
    top: 20px;
    z-index: 1;
    font-size: 15px;
    /* border-radius: 8px; */
    padding: 10px;
}

.jumbo-header.img-right .jumbo-text {
    text-align: left;
    padding-left: 25px;
}

.jumbo-header.img-left .jumbo-text {
    text-align: right;
    padding-right: 20px;
    right: 0;
}

.jumbo-header .jumbo-headline {
    position: absolute;
    top: 45%;
    color: #fff;
    font-size: xxx-large;
    text-shadow: 2px 2px 13px #000;
    line-height: 50px;
}

.jumbo-header.img-left .jumbo-headline {
    text-align: right;
    padding-right: 20px;
    right: 0;
}

.jumbo-header.img-right .jumbo-headline {
    text-align: left;
    padding-left: 25px;
}

.jumbo-header .jumbo-subtext {
    top: 230px;
    width: 50%;
    color: #fff;
    z-index: 1;
    position: absolute;
    font-size: 15px;
    /* border-radius: 8px; */
    padding: 11px 10px 10px 25px;
}

.jumbo-header.img-left .jumbo-subtext {
    text-align: right;
    right: 20px;
}

.jumbo-sub {
    padding-top: 10px;
    border-radius: 9px;
    text-align: center;
    margin-top: 10px;
    height: 300px;
    background-position: center;
    background-size: cover;
}

.jumbo-sub-title {
    border-radius: 9px;
    color: #20484d;
    padding: 10px;
    margin: 10px;
    top: 214px;
    position: relative;
    font-size: x-large;
    font-weight: 500;
    backdrop-filter: blur(4px);
    background-color: #ffffff45;
    text-shadow: 0px 0px 6px #fff;
}

@media (max-width: 1200px) {
    .jumbo-header {
        border-radius: 10px;
        background-color: #20484d;
    }

    .jumbo-header .jumbo-main {
        /* height: 250px; */
    }

    .jumbo-header .jumbo-text {
        font-size: 13px;
    }

    .jumbo-header .jumbo-headline {
        padding-left: 20px !important;
        padding-right: 20px;
        /* border-radius: 8px; */

    }

    .jumbo-header .jumbo-subtext {
        /* width: 100%; */
    }
}
@media (max-width: 991.98px) {
    .jumbo-header .jumbo-main img {
        margin-right: -130px;
        margin-left: -80px;
    }
}
@media (max-width: 768px) {
    .jumbo-header .jumbo-main {
        border-radius: 0px;
    }

    .jumbo-header .jumbo-main img {
        border-radius: 0 !important;
    }

    .jumbo-header .jumbo-text {
        width: 100%;
        padding: 25px 0px 10px 25px !important;
        position: initial;
        text-align: left !important;
    }

    .jumbo-header .jumbo-headline {
        width: 100%;
        text-align: center !important;
        /* border-radius: 0; */
        top: 65%;
        /* background-color: #20484d99; */
    }
    .jumbo-header .jumbo-subtext {
        position: initial;
        width: 100%;
        padding-bottom: 25px;
        text-align: left !important;
    }
}

/* #endregion */

/* #region general */
pre {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.4;
    color: rgb(73, 80, 87);
    background-color: transparent;
    white-space: break-spaces;
    margin: 0px;
}


.croppe_active .cropper-bg {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC') !important;
}

.nikki-color {
    color: #20484d !important;
}

.site a:not(.btn),
.modals a:not(.btn),
.hearder-ribbon a:not(.btn) {
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
    animation-name: animation-border-bottom;
    animation-duration: 0.2s;
}

.site a:not(.btn):hover,
.modals a:not(.btn):hover,
.hearder-ribbon a:not(.btn):hover {
    border-bottom: 2px solid #20484d;
    animation-name: animation-border-bottom-hover;
    animation-duration: 0.2s;
}


.site a.a-light:not(.btn),
.modals a.a-light:not(.btn),
.hearder-ribbon a.a-light:not(.btn) {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
    animation-name: animation-border-bottom-light;
    animation-duration: 0.2s;
}

.site a.a-light:not(.btn):hover,
.modals a.a-light:not(.btn):hover,
.hearder-ribbon a.a-light:not(.btn):hover {
    border-bottom: 2px solid #fff;
    animation-name: animation-border-bottom-hover-light;
    animation-duration: 0.2s;
}

.site a.selected {
    border-bottom: 2px solid #20484d;
}

.site a.a-light.selected {
    border-bottom: 2px solid #fff;
}

.nav.nav-underline {
    column-gap: 0px;
}

.nav.nav-underline .nav-item {
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    margin-left: 0px;
    margin-right: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: linear-gradient(to right, #f0f0f0, transparent);
    box-shadow: -2px 0px 2px 0px #00000014;

    transition: margin 0.5s ease, box-shadow 0.5s ease, background-image 0.5s ease;

}

.nav.nav-underline .nav-item.active {
    background-image: linear-gradient(to right, #fff, #fff);
    border-right-color: #ccc;
    border-top-right-radius: 10px;
    box-shadow: -2px -1px 2px 0px #00000014, 2px -1px 2px 0px #00000021;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: -1px;
    background-color: #fff;
    transition: margin 0.5s ease, box-shadow 0.5s ease, background-image 0.5s ease;

}

/* #endregion */

/* #region cropper/image-upload */

.cropper_toolbox {
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
}

.cropper_toolbox_hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.croppe_active .cropper_toolbox_hidden {
    display: inline;
    opacity: 1;
    transition: opacity 1s ease;
}

.cropper_toolbox_shown {
    display: block;
    opacity: 1;
}

.croppe_active .cropper_toolbox_shown {
    display: none;
    opacity: 0;
}

.image_modal_image_datails {
    margin-left: 10px;
}

.img-preview-title {
    display: none;
}

.croppe_active .img-preview-title {
    display: block;
}

.img-preview {
    overflow: hidden;
    border: 1px solid #999;
    opacity: 0;
    width: 100%;
    height: 200px;
}

.croppe_active .img-preview {
    opacity: 1;
}

.cropper-bg {
    background-image: none !important;
}

/* #endregion */

/* #region cart-badge */
#cart_badge {
    position: absolute;
    top: 5px;
    left: 22px;
    background-color: #ff0000;
    color: white;
    border-radius: 100%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    overflow: visible;
}

#cart_badge div {
    font-size: 12px;
    position: relative;
    top: 2px;
    width: 100%;
    text-align: center;
}

/* #endregion */

/* #region footer */
.footer {
    color: #20484d;
    position: relative;
}

.footer ul {
    list-style-type: none;
    list-style: none;
    padding-inline-start: 30px;
    line-height: 1.7rem;
}


/* #endregion */

/* #region medium-card */
.medium-card {
    margin-bottom: 25px;
    overflow: hidden;
    transition: box-shadow 0.5s ease;
}

.medium-card:hover {
    box-shadow: 0px 0px 5px 0px #757575;
    transition: box-shadow 0.5s ease;
}

.medium-card .card-body {
    padding: 0;
    cursor: pointer;
    position: relative;
}

.medium-card-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.medium-card .medium-card-name {
    text-align: center;
    color: #20484d;
    font-size: large;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fafafa;
    padding: 3px;
    border-top: 1px solid #ccc;
}

.medium-card .card-footer {
    height: 100px;
    overflow-y: scroll;
    padding: 5px;
    font-size: small;
}

/* #endregion */

/* #region shop-card */
.shop-card {
    margin-bottom: 25px;
    overflow: hidden;
    transition: box-shadow 0.1s ease, margin 0.1s ease;
    margin-top: 0px;
    border: none;
}

.shop-card:hover {
    box-shadow: 0px 2px 5px 0px #757575;
    transition: box-shadow 0.1s ease, margin 0.1s ease;
    margin-top: -2px;
    margin-bottom: 27px;
}

.shop-card .card-body {
    padding: 0;
    cursor: pointer;
    position: relative;
}


.shop-card-title {
    text-align: center;
    color: #ffffff;
    font-size: large;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #20484d;
    padding: 3px;
    /* border-top: 1px solid #ccc; */
}

.shop-card-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-card-price {
    font-size: 15px;
    text-align: right;
    padding-right: 5px;
    background-color: #24555c;
    color: #fff;
}

.shop-card-type {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f8f9fa;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
}

.shop-card-add-to-card-btn {

    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.shop-card .shop-card-img-overlay {
    background: #f00;
    transform: rotate(-15deg);
    position: relative;
    top: 50%;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.shop-card .shop-card-img-overlay.bestseller {
    background: #20484d;
    transform: rotate(28deg);
    top: 24px;
    right: -50px;
}

@keyframes animation-shop-card-add-to-card-btn-icon {
    0% {
        width: 2%;
        transform: rotate(-10deg);
    }

    100% {
        width: 100%;
    }
}

.shop-card-add-to-card-btn {
    background-image: url(../img/add_to_cart.png);
    background-position: center;
    background-repeat: no-repeat;
}

.shop-card-add-to-card-btn .shop-card-add-to-card-btn-icon {
    width: 2%;
    text-align: center;
}

.shop-card-add-to-card-btn:hover .shop-card-add-to-card-btn-icon {

    width: 100%;
    animation-name: animation-shop-card-add-to-card-btn-icon;
    animation-duration: 1s;
}

.show-shop-item-img {
    width: 100%;
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.show-shop-item-description {
    padding: 10px;
    text-align: left;
    border: 1px dashed #20484d;
    border-radius: 5px;
    margin-bottom: 10px;
    white-space: pre;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 200px;
}

.show-shop-item-price {
    padding-right: 20px;
    text-align: right;
    font-size: small;
    line-height: normal;
}

.show-shop-item-price-amount {
    font-size: xx-large;
}

/* #endregion */

/* #region articles */
.articles {
    text-align: left;
}

.articles .header {
    /* color: #20484d; */
    padding: 5px;
    /* text-align: center; */
    font-size: x-large;
    margin-bottom: 20px;
    border-bottom: 1px solid #20484d;
    padding-bottom: 10px;
    border-bottom-style: dashed;
}

.articles .row {
    margin-bottom: 50px;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
    border-bottom-style: dotted; */
}

/* #endregion */

/* #region splide */
.splide__track {
    border-radius: 10px;
}

.splide__arrow {

    background: #20484d;
}

.splide__pagination__page.is-active {
    background: #20484d;
}

.splide__pagination__page {
    background: #575757;
}

.splide_text {
    opacity: 0;
    display: block;
    position: absolute;
    background-color: #20484d;
    top: 50%;
    left: 30%;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;
    /* animation-name: animation-splide-text;
    animation-duration: 0.8s; */
    margin-right: 10px;
    transition: opacity 0.8s ease;
}

.splide__slide.is-active .splide_text {
    opacity: 0.8;
    /* animation-name: animation-splide-text-active;
    animation-duration: 0.8s; */
    transition: opacity 0.8s ease;
}

.splide__slide {
    border-radius: 10px;
    overflow: hidden;
}

/* #endregion */

/* #region bootstrap overrides */

.navbar-toggler {
    float: right;
    border: none;
    color: #20484d;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-option-selected {
    background-color: #20484d;
    color: #fff;
}

.btn-option-selected:hover,
.btn-option-selected:active:hover,
.btn-option-selected:active,
.btn-option-selected:focus {
    background-color: #20484d;
}

.btn-light:active,
.btn-light:hover,
.btn-outline-light:active,
.btn-outline-light:hover {
    background-color: #20484d;
    border-color: #20484d;
    color: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #20484d;
    color: #fff;
}

.dropdown-menu.show {
    border: 2px solid #20484d;
    box-shadow: 0px 1px 6px 1px #333;
}

.accordion-button:not(.collapsed) {
    background-color: #fef7fe;
}

.accordion-button.collapsed:hover {
    background-color: #fef7fe;
}

/* #endregion */

/* #region image modal */

#image_modal_drop_zone input {
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0%;
    left: 0%;
    border: none;
    z-index: -1;
}

#image_modal_drop_zone.mouse_over input {
    z-index: 1;
}

#image_modal_drop_zone {
    border: 3px dashed transparent;
    border-radius: 10px;
}

#image_modal_drop_zone.mouse_over {
    border: 3px dashed #20484d;
    border-radius: 10px;
}

#image_modal_drop_zone .drop_text {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: xx-large;
}

#image_modal_drop_zone.mouse_over .drop_upload_button {
    display: none;
}

#image_modal_drop_zone.mouse_over .drop_text {
    display: block;
}

.upload-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* initial icon state */
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #20484d;
    text-shadow: 0px -2px 1px #000, 0px 2px 1px #000, 2px 0px 1px #000, -2px 0px 1px #000
}

/* #endregion */

/* #region notify message */

.notify-message {
    text-align: center;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    color: #333;
    padding: 10px;
    font-size: large;
    border-radius: 5px;
    max-width: 400px;
    box-shadow: 0px -2px 5px 1px #999;
    min-height: 100px;
    vertical-align: middle;
}

.notify-message i.icon {
    float: left;
    font-size: 40px;
    margin-top: -8px;
    color: #20484d;
}

.notify-message .close {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

/* #endregion */

/*#region energy-circle */
.circle_container_wrapper {
    background-color: #0e4400;
    background-image: url(../img/bkg.png);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px #7c7c7c;
    margin-bottom: 30px;
}

.circle_container {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding-left: 20px;
}

.circle_container.circle {
    text-align: center;
    padding-left: 0px;
}

@media (max-width: 575.98px) {
    .circle_container {
        width: 100%;
        padding-left: 0px;
    }

    .circle_container.circle {
        margin-bottom: 50px;
    }
}

.energy_question_wrapper {
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 0px;
    border: 3px solid #20484d;
    border-radius: 10px;
    background-color: #ffffffc9;
    color: #20484d;
    box-shadow: 0px 0px 10px 5px #2a2a2a;
}

/*#endregion*/

/* #region nikki-nav */


#nikki-nav {
    padding: 0;
    background-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    overflow: hidden;
}

.nav-link.nikki div {
    display: inline-block;
    font-size: 16px;
}

.nav-link.nikki i {
    position: absolute;
    z-index: -1;
}

#navigation.ribbon-expanded .nav-link.nikki div,
.scrolled-down .nav-link.nikki div {
    margin-top: 4px;
    margin-left: 30px;
    /* animation-name: nav-menuitem-down-div;
    animation-duration: 0.5s; */
    transition: margin-top 0.5s ease, margin-left 0.5s ease;

}

#navigation.ribbon-expanded .nav-link.nikki i,
.scrolled-down .nav-link.nikki i {
    color: #333;
    font-size: 20px;
    transition: color 0.5s ease, font-size 0.5s ease;

    /* animation-name: nav-menuitem-down-i;
    animation-duration: 0.5s; */
}

.nav-item.active .nav-link {
    color: #20484d;
}


#navigation.ribbon-expanded #nikki-nav,
#nikki-nav.scrolled-down {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: top 0.5s ease, border-bottom-color 0.5s ease, box-shadow 0.5s ease;
}

#nikki-nav .nav-item {
    border-bottom: 2px solid #ffffff;
    animation-name: animation-border-bottom;
    animation-duration: 0.2s;
}

#nikki-nav .nav-item:hover {
    border-bottom: 2px solid #20484d;
    animation-name: animation-border-bottom-hover;
    animation-duration: 0.2s;
}

@media (min-width: 991px) {
    #nikki-nav.scrolled-top {
        border-bottom-color: #ffffff;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
        transition: top 0.5s ease, border-bottom-color 0.5s ease, box-shadow 0.5s ease;
    }

    .scrolled-top .nav-link.nikki div {
        margin-top: 50px;
        margin-left: 0px;
        transition: margin-top 0.4s ease, margin-left 0.4s ease;
    }

    .scrolled-top .nav-link.nikki i {
        color: #20484d;
        font-size: 30px;
        margin-left: 7px;
        transition: color 0.4s ease, font-size 0.4s ease, margin-left 0.5s ease;
    }

    #navigation.ribbon-expanded .nav-link.nikki i,
    .scrolled-down .nav-link.nikki i {
        margin-left: 0px;
    }

    #nikki-nav.scrolled-top .nav-img {
        height: 60px;
        transition: height 0.5s ease;
    }

    #navigation.ribbon-expanded .nav-img,
    #nikki-nav.scrolled-down .nav-img {
        height: 34px;
        transition: height 0.5s ease;
    }
}

#nikki-nav .d-lg-none {
    margin-left: 20px;
}

@media (max-width: 990px) {
    .scrolled-top .nav-link.nikki div {
        margin-top: 4px;
        margin-left: 30px;
    }

    .scrolled-top .nav-link.nikki i {
        color: #333;
        font-size: 20px;
    }

    #nikki-nav.scrolled-top,
    #nikki-nav.scrolled-down {
        border-bottom: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 767px) {
    #navigation .nav-img {
        height: 34px;
    }
}

/* #endregion */

.form-switch-inline {
    display: inline;
    padding-left: 0px;
}

.form-switch-inline input {
    margin-left: 5px !important;
    float: unset !important;
}

/* #region crerate-account */

.craeteaccount_infobox {
    height: 500px;
    float: right;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px;
    padding: 35px;
    width: 100%;
    background-image: url(../img/register.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.craeteaccount_inner {
    width: 50%;
    height: 100%;
    backdrop-filter: blur(4px);
    background-color: #ffffff45;
    text-shadow: 0px 0px 6px #fff;
    padding: 10px;
}

.craeteaccount_infobox_header {
    font-size: large;
    border-bottom: 1px solid #20484d;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 10px;
}

.craeteaccount_infobox_entry {
    line-height: 30px;
    /* color: #b7b5b5; */
}

.craeteaccount_infobox_entry .step_icon {
    font-size: 23px;
    float: left;
    margin-right: 10px;
}

.craeteaccount_infobox_entry[done] {
    color: #20484d;
}

.craeteaccount_infobox_entry[done] .step_icon {
    color: #00b13c;
}
@media (max-width: 767.98px) { 
    .craeteaccount_infobox_entry .step_icon {
        font-size: 20px;
    }
    .craeteaccount_infobox_header {
        font-size: medium;
    }
    .craeteaccount_inner {
        width: 75%;
    }
    .craeteaccount_infobox_entry {
        font-size: 14px;
    }
    .craeteaccount_infobox {
        height: 350px;
    }
 }

/* #endregion */