.o_field_event_state_selection {
    .o_status {
        width: $font-size-base * 1.36;
        height: $font-size-base * 1.36;
        text-align: center;
        margin-top: -0.5px;
    }

    .fa-lg {
        font-size: 1.75em;
        margin-top: -2.5px;
        max-width: 20px;
        max-height: 20px;
    }

    .o_status_blocked {
        color: $warning;
    }
}

.event_state_selection_menu {
    .fa {
        margin-top: -1.5px;
        font-size: 1.315em;
        vertical-align: -6%;
        transform: translateX(-50%);
    }

    .o_status {
        margin-top: 1px;
        width: 14.65px;
        height: 14.65px;
        text-align: center;
    }

    .o_status_blocked {
        color: $warning;
    }
}

