@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    font-family: "museo-sans", sans-serif !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.salu-list li {
    margin-bottom: 5px;
}

.salu-list li span {
    line-height: 1.5rem;
    height: 1.5rem;
    vertical-align: top;
}

.salu-list li:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: .5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' stroke='currentColor' fill='%23D1D5DB' viewBox='0 0 1792 1792'%3E%3Cpath d='M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
}

.e-rowcell {
    cursor: pointer;
}

.with_eco_labels {
    flex: auto;
    max-width: 15rem;
}

.sustainability_parent {
    position: relative;
    top: 0;
    left: 0;
}

.sustainability_mainImage {
    position: relative;
    top: 0px;
    left: 0px;
}

.sustainability_child {
    position: absolute;
    top: 0px;
    left: 5px;
}

.sustainability_subImage {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.e-pager.customCss .e-currentitem.e-numericitem.e-focused, .e-pager.customCss .e-currentitem {
    background: #3d88c9;
    color: #ffffff;
    outline-style: auto;
}

@media (min-width: 768px) {
    .show-mobile {
        display: none;
    }
}

@media (max-width: 768px) {

    .show {
        visibility: visible;
        display: unset;
    }

    .hide {
        visibility: hidden;
        display: none;
    }
    
    .show-mobile {
        display: unset;
    }
    
    .left-menu {
        width: 100vw;
    }
}

.rounded-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.border-gray-1{
    border: 1px solid lightgray;
}