/*
* Customer Overide CSS for button color and font and background colors
*/

@media (min-width: 750px) {
    header {text-align:left;
    position: relative;
      width: 100%;
      padding: 0px;
    }
}
 
header {padding-left:20%; height:100%;}
header #logo {margin:1rem}
 
footer {color:#000000;  padding-left:20%; border-top: 0px solid #fff;}
footer p{padding-left:1em; color:#000000;}

a {
    color: #000;
    text-decoration: underline
}
a:hover {
    color: #1B3967;
    text-decoration: none
    }
h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
    color: #000
}
h2 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
    color: #000
}
h3 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
    color: #000
}
.content-container {
    background: #F6F6F6;
    border-radius: 20px;
    border: 0px solid #F6F6F6;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
/* Change the background color of the selected date */
.mud-picker-calendar-day.mud-selected {
    background-color: #000000 !important;
    color: white !important;
}

/* Change the hover color */
.mud-picker-calendar-day:hover:not(.mud-disabled) {
    background-color: rgba(#000000, 0.6) !important;
}

.wizard-button {
    display: inline-block !important;
    padding: 0 40px !important;
    background-color: #1cabb6 !important;
    color: #000 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    border-radius: 0px !important;
    border: 0px solid #1cabb6 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    height: 3.2em !important;
    transition: all .3s ease-out !important;
}
.wizard-button:hover {
    color: #fff;
    border: 0px solid #16808A;
    background: #16808A;
    outline: 0;
}
.wizard-button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.wizard-button:disabled:hover {
    background-color: #1cabb6;
    color: #000;
    opacity: 0.4;
    cursor: not-allowed;
}
