
::-webkit-scrollbar-thumb {
    background: #FF6719;
    border-radius: 3px;
}

.bg-linear {
    background: rgb(36,91,86);
}

.bg-button-respireplay {
    background: rgb(250,165,48);
    background: linear-gradient(106deg, rgba(250,165,48,1) 0%, rgba(244,124,52,1) 70%);
}

.text-primary {
    color: #245B56;
}

.text-secondary {
    color: #FF6719;
}

.text-terciary {
    color: #32483B;
}

.bg-secondary {
    background-color: #f58335;
}

.bg-seventuary {
    background-color: #ffd7c4;
}

.bg-sextuary {
    background-color: #F7FEE7;
}

.border-person {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 80px;
}

.vh90 {
    height: 30rem;   
}

@media (max-width: 900px) {
    .vh90 {
        height: auto;
    }
}