/* CSS styles for consistent layout */
.container-2 {
    border: solid 3px black;
    background-color: rgb(115, 188, 247);
    padding: 25px;
    max-height: 100%;
    overflow-y: auto; /* Allows vertical scrolling */
    overflow-x: hidden; /* Prevents horizontal scrolling */
    box-sizing: border-box; /* Ensures padding is included in height calculation */
}


.height-container {
    height: 60vh;
    
}

.stiai-ca {
    border: 2px solid black;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden; /* Ensures floating elements are contained */
}

.star-rating {
    display: flex;
    flex-wrap: nowrap;
}

.checked {
    color: orange;
}

.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    font-weight: bold;
}


.joaca-btn{

    margin-top:10px;
}


