@import url('/css/global.css');


.star {
    opacity: 0.1;
}

.star-selected {
    opacity: 1;
}

.star-half {
    opacity: 0.5;
}

#form {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

textarea {
    height: 300px !important;
}