.ember-movenium-flex-button-group-container {
    display: flex;
    width: 100%;
}

.ember-movenium-flex-button-group-item {
    position: relative;
    margin: 1px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    //white-space: nowrap;
    min-width: 0;
    & .ember-movenium-checkmark {
        padding-top: 15px;
        transform: rotate(45deg);
    }
}

span.ember-movenium-flex-button-group-item-small {
    position: relative;
    margin: 3px;
    width: 15%;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 0;
    border: 1px solid #d1d1d1;
    background-color: #FAFAFA;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 5px;

    & .ember-movenium-checkmark {
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff;
        transform: rotate(45deg);
    }

}

span.ember-movenium-flex-button-group-item-small-selected {
    background-color: #0c9d58;
    color: #fff;
    border: none;
}
span.ember-movenium-flex-button-modal {
    width: 40%;
    font-size: 12px;
}

@media (max-width: 768px) {
    a.ember-movenium-flex-button-group-item-small {
        margin: 2px;
        width: auto;
        padding: 0 5px;
    }
}

.ember-movenium-flex-button-group-selected {
    -webkit-box-shadow: 4px 4px 10px 2px #757575;
    -moz-box-shadow: 4px 4px 10px 2px #757575;
    box-shadow: 4px 4px 10px 2px #757575;


}

.ember-movenium-flex-button-group-selected {
    &.radio-button-skyddsrond-0 {
        background-color: #24E268;
    }
    &.radio-button-skyddsrond-1 {
        background-color: #FF0000;
    }
    &.radio-button-skyddsrond-2 {
        background-color: #FFFFFF
    }
}
