﻿@supports not selector(::-webkit-scrollbar) {
    .scroll {
        scrollbar-color: rgba(0,0,0,0.3) rgba(0,0,0,0);
        scrollbar-width: thin;
    }
}
.title {
    color: #005a64;
    font-size: larger;
    font-weight: 600;
}
.collapse-title {
    color: #005a64;
    font-size: large;
    font-weight: 500;

}
.ecosphere-logo {
    max-width: 50vw;
    width: 150px !important;
    border-radius: var(--bs-border-radius);
    padding-right: 10px;
    border: 0px solid var(--bb-layout-logo-border-color);
}
.layout-header {
/*    background-color: #e0dada !important;*/
    height:12vh;
}
.layout-banner {
    background-color: #ffffff !important;
}


.step {
    display: unset;
}
.rate-item-custom {
    padding-top:12%;
    display: flex;
    flex-direction: column;
    font-size: small;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: 11vw;
    max-width: 200px;
    text-align: center;
    color: #005a64;
}



.rate-item-custom i {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.25rem;

}

.rate-label {
    font-size: 0.7rem;
    text-align: center;
    color: #666;
    white-space: wrap;
    font-weight: 450;
    line-height: 1.3;
}


/* Responsive */
@media (max-width: 576px) {
    .step {
        display: unset;
    }
    .custom-rate {
        max-width: 100% !important;
        gap: 0.5rem !important;
    }

    .rate-item-custom {
        width: 3rem;
        overflow-wrap: break-word;
        font-size: x-small;
        margin-right: 5px;
    }

        .rate-item-custom i {
            font-size: 1.8rem;
        }

    .rate-label {
        font-size: 0.5rem;
        white-space: normal;
        word-wrap: revert;
    }
    .step-title {
        font-size: 0.5rem;
    }
}
@media (max-width: 415px) {
    .step{
        display:none;
    }
    .custom-rate {
        max-width: 100% !important;
        gap: 0.4rem !important;
    }

    .rate-item-custom {
        width: 2.0rem;
        max-width: 45px;
        overflow-wrap: break-word;
        font-size: xx-small;
        margin-right: 5px;
    }

        .rate-item-custom i {
            font-size: 2.1rem;
        }

    .rate-label {
        font-size: 0.4rem;
        white-space: normal;
        word-wrap: break-word;
 
    }
    .step-title {
        font-size: 0.5rem;
        text-wrap-style:auto;
    }
}
.custom-rate .rate-item-custom.active .rate-label {
    color: var(--bs-primary);
    font-weight: 400;
}
