.modal-wrapper {
    background: transparent !important;
}
ion-button {
    width: 100%;
    border-radius: 5px;
    height: 70px;
    font-weight: bold;
    font-size: 20px;
}
.green-border {
    border: 1px solid green !important;
    box-shadow: 0px 1px 5px 0px green !important;
}
.gold-border {
    border: 1px solid #b69653 !important;
    box-shadow: 0px 1px 5px 0px #b69653 !important;
}
.orange-border {
    border: 1px solid orange !important;
    box-shadow: 0px 1px 5px 0px orange !important;
}
.red-border {
    border: 1px solid red !important;
    box-shadow: 0px 1px 5px 0px red !important;
}
.searchbar-cancel-button,
.searchbar-search-icon {
    display: none;
}
.alert-wrapper {
    min-width: 400px !important;
}
.alert-wrapper,
.alert-radio-label,
label {
    font-size: 20px !important;
}