.btn {
    padding: 14px 40px;
    border-radius: 24px;
    color: rgb(22, 22, 22);
    font-size: 13px;
    font-weight: bold;
}
.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-blue {
    background-color: rgb(6, 178, 227);
}
.btn-grey {
    background-color: rgb(245, 245, 245);
}
.btn-light-blue {
    background-color: rgb(180, 232, 247);
}
.btn-yellow {
    background-color: rgb(252, 204, 0);
}
button.mat-focus-indicator.mat-flat-button.mat-button-base.mat-primary {
    background-color: rgb(6, 178, 227);
    padding: 7px 40px;
    border-radius: 24px;
    color: rgb(22, 22, 22);
    font-size: 13px;
    font-weight: bold;
}
