.ma-bottom-20 {
    margin-bottom: 20px;
}

.red-asterisk {
    font-weight: bold;
    color: red;
    font-size: 14px;
}

.hdmi-small-title {
    color: #000;
    font-size: 1.3rem !important;
    font-weight: 600;
}

.card:hover {
    box-shadow: 5px 20px 25px -12px rgba(0, 0, 0, 0.15);
}

.card {
    min-width: 350px;
    padding: 10px 15px;
    border-radius: 4px;
}

.flex-parent {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.flex-item {
    max-width: 350px;
    height: 150px;
    margin: 5px;
    padding: 5px;
    border: 2px solid #eee;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
}

.flex-item-large {
    margin: 5px;
    padding: 5px;
    border: 2px solid #eee;
    border-radius: 4px;
    background-color: #f8f9fa !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.flex-item:hover, .flex-item-large:hover {
    box-shadow: 5px 20px 25px -12px rgba(0, 0, 0, 0.15);
}

input[type="radio"] {
    margin: 0 20px 0 5px;
}

label {
    display: inline-block;
    margin-bottom: 0rem !important;
    font-weight: 600;
}
