﻿.button {
    border-radius: 200px !important;
    box-shadow: none !important;
}

a.button {
    border-radius: 200px !important;
    box-shadow: none !important;
}

.a.btn {
    border-radius: 200px !important;
    box-shadow: none !important;
}

.btn {
    border-radius: 200px !important;
    box-shadow: none !important;
}

    .btn.learningActivityGroupCarouselCatalogButton {
        border-radius: 200px !important;
        box-shadow: none !important;
    }

.btn-group .btn {
    border-radius: inherit !important;
}

.toggle-group .btn {
    border-radius: inherit !important;
}

.buttonLogin {
    border-radius: 200px !important;
    box-shadow: none !important;
}
/*.toggle-group .btn, .toggle.btn {
    border-radius: inherit !important;
}*/



.ui.labeled.icon.button > .icon, .ui.labeled.icon.buttons > .button > .icon {
    background-color: inherit !important;
}

