﻿.backgroundWhite {
    background-color: #ffffff;
}

.textWhite {
    color: #ffffff;
}

.textRed {
    color: #00AC4E !important;
}

.textDarkGrey {
    color: #444;
}

.textGrey {
    color: #7f7f7f;
}

.textPrimary {
    color: #021D69;
}

.footerContainer {
    bottom: 0px;
}

.footerLogo {
    width: calc(90vw - 240px);
    max-width: 200px;
    min-width: 90px;
}

.headerImageContainer{
    width:170px;
    max-height:100px;
    margin-left:10px;
    max-height: 150px;
    height: 100px;
    padding:5px;
    display:flex;
    align-items:center;
}

.headerLogo {
    max-height:100%;
    max-width:100%;
    width:auto;
    height:auto;
    object-fit: contain;
}

.success {
    font-size: 18px;
    font-weight: bold;
    color: #238F16;
}

.decline {
    font-size: 18px;
    font-weight: bold;
    color: #AB2229;
}

.caption {
    font-size: 20px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

.textSizeExtraSmall {
    font-size: 8px;
}

.padsTopAndBottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dobFormSectionDobButton{
    /*border-radius:25px;*/
    padding-left:20px;
    padding-right:20px;
    font-weight:bolder;
    font-size:1em;
}

.provinceSelectHeading > h4{
    display:flex;
    flex-direction:column;
    margin:0px;
    margin-bottom:20px;
    padding:12px;
    background-color: #f5f5f5;
}

.provinceSelectHeading > h4 > b{
    margin-bottom:8px;
}

.secondHeadingProvince{
    margin-top:20px;
    background-color:#f5f5f5;;
}

.secondHeadingProvince > h4{
    margin:0px;
}

.provinceOption, .pharamcyOption{
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: solid 1px #e1e1e1;
    font-size:1.2em!important;
}

.provinceOption.day__select, .pharamcyOption.day__select{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0px!important;
    font-size:1.2em!important;
}

