/*
 * 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;
border-bottom: 1px solid #E1E1E1;}
img {
        height:75px; margin:1rem}
    }
}


header {text-align:left !important; width: 100%; border-bottom: 1px solid #E1E1E1;}
header img {margin:1rem}

footer {padding:10px; background:#000; color:#fff;  margin-top:auto; border-top: 0px solid #fff;
position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer p{padding-left:1em; color:#fff;}
footer a{color:#fff; text-decoration: underline}
footer a:hover{color:#fff; text-decoration: none}

.mt-4 {margin-bottom:40px}
 
a {
    color: #000;
    text-decoration: underline
}
 
a:hover {
    color: #1B3967;
    text-decoration: none
    }
 
h1 {
    font-size: 3em;
    line-height: 1.25;
    letter-spacing: -.1rem;
    color: #000
}
 
h2 {
    font-size: 2.5em;
    line-height: 1.3;
    letter-spacing: -.1rem;
    color: #000
}
 
h3 {
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
    color: #000
}

/* 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;
}
 
.content-container {
    background: #F6F6F6;
    border-radius: 20px;
    border: 0px solid #F6F6F6;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
 
.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 !important;
    border: 0px solid #16808A;
    background: #16808A !important;
    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;
}
