:root {
    --main-color: #007d3a;
    --font: "Open Sans Hebrew", Sans-serif;
}


.remindMeButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 15px;
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 2px;
    cursor: pointer;
}

.remindMeButton.disabled {
    cursor: default;
}

.remindMeButton_days {
    border: 1px solid black !important;
    border-radius: 2px !important;
    font-weight: 700 !important;
    padding: 3px !important;
    margin: 0px 10px !important;
    color: black !important;
}

.remindMeButton_days::-webkit-inner-spin-button,
.remindMeButton_days::-webkit-outer-spin-button {
    opacity: 1;
}