.small-checkbox .checkbox-inline {
    margin-right: 0;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.small-checkbox .checkbox-inline input[type=radio] {
    margin: 0 4px 0;
}

.modal-header-left {
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0!important;
    margin-bottom: 0!important;
}