.content-asignacion {
    flex-grow: 1;
    padding-top: 4vh;
    padding-bottom: 4vh;
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8vh;
}

.assignment_text {
    flex-grow: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.assignment_text>p {
    margin: 0;
    font-size: 40px;
}

svg {
    max-width: 20vw;
    max-height: 40vh;
}

.tick {
    fill: #12772b;
}


.wait {
    fill: #00080F;
}

.card {
    stroke: #00080F;
    stroke-width: 2;
    stroke-linejoin: round;
    fill: none;
    stroke-linecap: round;
}

.form {
    position: absolute;
    display: flex;
    gap: 1vh;
    flex-direction: column;
    align-items: center;
}

.input {
    position: absolute;
    height: 5vh;
    font-size: 2rem;
    opacity: 0;
    right: 10000px;
}

/* background-color: #f0f3f6; */