.otslr-header-main-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.otslr-header-main-action a.otslr-add-patient-button__button {
    background: transparent !important;
    border: 3px solid white;
    border-radius: 7px;
    height: 42px;
    font-size: 16px;
    line-height: 15px;
    color: white;
    margin: 7px;
    display: flex;
    align-items: center;
    width: 140px;
    text-align: center;
    justify-content: center;
}