
:root {

    --bs-info-rgb: #ffffff;
    --blue: #3266cc;
    --green: #00bf62;
    --red: #bf0000;
    --offWhite: #f4f6fa;
    --lightBlue: #317898;

    --SplashBackgroundImage: url(/images/bg/replace-tire.jpeg);
    --splashSkyStartColor: #090300;
    --splashSkyColor: #82deeb;

    --splashSolStartColor: #410a0a;
    --splashSolColor: #ffecb2;

    --splashCarStartColor: #100202;
    --splashCarColor: #ffffff;

    --splashCloudStartColor: #570f0f;
    --splashCloudColor: #fff8e3;

    --splashCloudBackStartColor: #5c2200;
    --splashCloudBackColor: #c5c5c5;

    --splashMountainStartColor: #105ca4;
    /* 020108 */
    --splashMountainColor: #105ca4;

    --splashMountainBackStartColor: #020108;
    --splashMountainBackColor: #3fa5d6;

    --bs-info-rgb: #3fa5d6;

    --bottomMenuColorD: #0b4071;

    --bottomMenuColorL: #307798;
}

html {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
}

body{
    font-family: Questrial,Helvetica,Arial,sans-serif;
}

#main {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100dvh;
    position: absolute;
    width: 100%;
}

.center{
    text-align: center;
}

div#fullHeight {
    /* display: flex;
    flex-flow: column; */
    height: 100%;
}

.logInMenuItem {
    /* font-size: 1.3em;
    font-weight: 500; */
}

.signedInDropDown {
    display: none;
}

a.dropdown-item {
    color: white;
}

div#topMenu {
    display: flex;
    /* justify-content: space-between; */
}

.changePwInputs{
    margin-top: 1em;
}

div#contactModal {
    backdrop-filter: blur(6px);
}

.splash {
    /* margin-bottom: -6vh; */
    height: calc(100vh + 6vh);
    position: relative;
}

.splashBack {
    position: absolute;
    margin-bottom: -2px;
    background-image: var(--SplashBackgroundImage);
    filter: saturate(0.9) brightness(0.4) blur(1px);
    height: calc(100vh + 6vh);
    width: 100%;
    z-index: -1;
    background-size: cover;
}

.splashMenu {
    flex-direction: column;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.profilePic {
    border-radius: 50%;
    object-fit: cover;
}

div#bottomMenuMobile {
    color: white;
    display: none;
    background-color: #0b4071;
    padding-top: 10px;
}

.bottomMenuItem {
    text-align: center;
    background-color: #307798;
    border-radius: 10px;
    margin: 0 0 13px;
    border: solid 1px;
}
nav.navbar {
    width: 100%;
    align-items: start;
}
div#basic-navbar-nav {
    margin-top: 2em;
}
.navbar-nav {
    align-items: end;
}
li.nav-item {
    margin: 0 5em;
}

.navPicImage {
    width: 1.8em;
}

.navPicHolder {
    display: inline-block;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-text {
    color: white;
    font-size: 1.3em; 
    font-weight: 500;
}

div#basic-navbar-nav.show ul, div#basic-navbar-nav.collapsing ul {
    flex-wrap: wrap;
    max-width: 10em;
}

div#basic-navbar-nav.show, div#basic-navbar-nav.collapsing {
    position: absolute;
    right: 10px;
    top: 5em;
}

button.navbar-toggler {
    margin-top: 2em;
    margin-left: auto;
}

.open-menu span {
    display: block;
    width: 50px;
    height: 4px;
    margin-bottom: 12px;
    background-color: #000;
    transition: transform .3s linear;
}
button:not(.collapsed) .open-menu span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px,13px);
}
button:not(.collapsed) .open-menu span:nth-of-type(2) {
    transform: rotate(-45deg) translateY(-5px);
}

a.nav-link.text-white {
    white-space: nowrap;
}

.open-menu span {
    display: block;
    width: 50px;
    height: 4px;
    margin-bottom: 12px;
    background-color: #ffffff;
    transition: transform .3s linear;
}

ul.dropdown-menu {
    background-color: var(--blue);
    color: white;
}

.navDrop{
    color: white;
}

#accountIcon,
#accountIconMobile {
    display: none;
}



.brand {
    display: inline-block;
    text-align: center;
    margin-left: 2em;
}

img#brandImg {
    height: 120px;
}

.brandImgModal {
    height: 85px;
}

svg.wave {
    stroke-opacity: 0;
}

svg {
    outline:none;
}
path {
        outline:none;
}

svg.wave {
    width: 100%;
    height: 6vh;
    background-color: #00000000;
    margin: 0 0;
    position: absolute;
    bottom: -2px;
}



.mainMenu {
    color: white;
    margin: 6em 0 2em 4em;
    max-width: 1288px;
}

.mainMenuBlurb {
    margin-bottom: 4em;
}

.mainMenuTopBlurb {
    text-align: left;
    font-size: 5em;
    transform: translateY(5em);
    opacity: 0;
}

.mainMenu2ndBlurb {
    font-size: 2em;
    text-align: left;
    transform: translateY(5em);
    opacity: 0;
}

.mainMenu3ndBlurb {
    font-size: 1.2em;
    width: 100%;
    text-align: left;
    transform: translateY(5em);
    opacity: 0;
}

.mainMenuTopBlurb.fadeUp, .mainMenu2ndBlurb.fadeUp, .mainMenu3ndBlurb.fadeUp, .servicesMenu.fadeUp{
    transition: transform .8s cubic-bezier(0.16, 0.46, 0, 1.06), opacity .3s;
    transform: translateY(0em);
    opacity: 1;
}

.menuItems {
    display: flex;
    flex-wrap: wrap;
}

.menuItem {
    width: 11em;
    font-size: 1.5em;
    border: solid 1px;
    border-radius: 20px;
    margin: 16px 0;
    padding: 5px;
    background-color: var(--blue);
    cursor: pointer;
    max-height: 50px;
}

.servicesMenu {
    text-align: center;
    transform: translateY(5em);
    opacity: 0;
}

.getApp-container {
    padding: 6em 2em;
    background-color: var(--offWhite);
}

img.mSnap {
    height: 27em;
    width: auto;
    padding: 0;
    margin: 1em;
    /* border: 1px solid #aaaaaa; */
    border-radius: 10px;
    box-shadow: 11px 9px 55px -4px rgba(0,0,0,0.75);
}

.getAppText {
    max-width: 37em;
    margin: auto;
}

button#downloadAndroidBtn {
    white-space: nowrap;
    width: 12em;
}

.getAppTextBlurb1 {
    font-size: 1.5em;
    color: var(--blue);
    font-weight: 800;
}

.getAppAndroid {
    margin-top: 2em;
}

.getAppAndroid button {
    background-color: var(--bs-success);
}

.getAppTextBlurb2 {
    margin-top: 2em;
    font-size: 1.1em;
}
.getAppTextBlurb3 {
    margin-top: 2em;
    font-size: 1.1em;
}

div#getAppPWResetBtn, div#getAppPWLoginResetBtn {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    color: var(--blue);
}

div#getApp {
    position: relative;
}



.info-boxes-container {
    padding: 6em 2em;
    background-color: white;
}

.infoBoxesBlurd {
    font-size: 2em;
    text-align: center;
    padding: 2em .5em;
    font-style: italic;
}

div#info-boxes {
    position: relative;
}

.info-boxes-container .row {
    justify-content: center;
}

.info-box {
    /* filter: drop-shadow(0px 0px 5px); */
    mix-blend-mode: normal;
    box-shadow: 0px 0px 7px 0px #8a8a8a;
    min-width: 262px;
    max-width: 25em;
    margin: 0 auto;
}

.info-box-icon {
    font-size: 4em;
    text-align: center;
    color: var(--blue)
    
}

.info-box-title {
    font-size: 3em;
    text-align: center;
}

.info-box-text {
    padding: 0 1em;
    font-size: 1.2em;
    text-align: center;
    margin: 2em 0;
    min-height: 6em;
}

.flutter div{
    transition: opacity .5s ease-in, transform .5s ease-out;
}

div#learnMore {
    position: relative;
    background-color: var(--offWhite);
}

.learnMoreContainer{
    padding: 5em 0;
}

.lmColCont {
    margin: auto;
    overflow: hidden;
}

.learnMoreContainer .row .lmPic{
    margin: auto;
}

.lmPic{
    width: 32em;
    height: 32em;
}

.lmPic {
    background-size: cover;
}

.lmCol{
    /* min-width: 527px; */
}
.lmText {
    margin: auto;
    padding: 0 10px;
    max-width: 25em;
}

.lmTitle{
        font-size: 3em;
        font-weight: 600;
        margin: 1.3em 0 0.7em;
}
.lmBlurb {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.lmList {
    font-size: 1.2em;
    font-weight: 600;
}

span.learnMoreTitle {
    font-size: 3em;
    font-weight: 900;
}

.row.learnMoreTitleRow {
    margin-bottom: 5em;
    padding: 0 10px;
}

.learnMoreRoadPic{
    background-image: url(/images/bg/jump-start.jpeg);
}
.learnMoreHomePic{
    background-image: url(/images/bg/snow-tire.jpeg);
}

/* reasons section */
div#reasons {
    background-color: white;
    position: relative;
}

div.reasonsTitle {
    font-size: 3em;
    font-weight: 900;
}

div.reasonsBlurb {
    font-size: 1.2em;
}

.row.reasonsTitleRow {
    margin-bottom: 5em;
    padding: 0 10px;
}

.reasonsContainer {
    padding: 5em 0 9em;
}

.expander {
    width: 0;
    padding: 1.5em;
    border-bottom-right-radius: 3em;
    border-top-right-radius: 3em;
    transition : width 1s, box-shadow 1s 2s;
    opacity: 0.7;
}

.expanderText{
    transform: translateX(-30em);
    transition : transform 1s 1s;
}

.expanded .expanderText{
    transform: translateX(0em);
}

.expander.expander1 {
    background-color: var(--red);
    box-shadow: 12px 12px 2px 1px rgb(0 0 0 / 53%);
}
.expander.expander2 {
    background-color: var(--green);
    box-shadow: 12px 12px 2px 1px rgb(0 0 0 / 53%);
}
.expander.expander3 {
    background-color: var(--blue);
    box-shadow: 12px 12px 2px 1px rgb(0 0 0 / 53%);
}

.expander.expander1.expanded1{
    width: 80%;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 53%);
}
.expander.expander2.expanded2{
    width: 90%;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 53%);
}
.expander.expander3.expanded3{
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 53%);
}
.expanderText {
    color: #ffffff;
    font-size: 2em;
    white-space: nowrap;
    text-align: right;
}

.reasonsText1 {
    font-size: 1.2em;
    margin: 1em;
}


/* provider reasons section */
div#pReasons {
    background-color: #f4f6fa;
    position: relative;
    margin-bottom: 1px;
}

.pReasonsContainer {
    padding: 5em 0 9em;
}

div.pReasonsTitle {
    font-size: 3em;
    font-weight: 900;
}

div.pReasonsBlurb {
    font-size: 1.2em;
}

.row.pReasonsTitleRow {
    margin-bottom: 5em;
    padding: 0 10px;
}




.beAProviderPrefBlurb {
    margin: 1em 0 0;
}

.col-2.modal-header-col {
    min-width: 6em;
}

.col.modal-header-col {
    text-align: center;
    align-content: center;
}

span.signUp-modal-title {
    font-size: 2em;
}

.signUpFormError {
    color: var(--red);
    font-style: italic;
}

div#SignUpFormMessage {
    color: var(--green);
    font-size: larger;
    font-weight: bolder;
}

div#store {
    position: relative;
    background-color: var(--White);
}

.storeContainer {
    padding: 6em 4em;
}

#myStoreTable {
    margin-top: 75px;
}

.prodRow {
    border-style: solid;
    border-color: rgb(232, 231, 230);
    border-width: 1px;
    margin: 15px;
    cursor: pointer;
}

.prodImageCol {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 262px;
    min-width: 250px;
    vertical-align: middle;
    background-size: contain;
}

.prodDetailCol {
    width: 100%;
    min-width: 250px;
}

.prodImageCol img {
    /*max-height: 200px;*/
}

.prodDescRow {
    /*min-height: 150px;*/
}

.prodNameCol {
    padding: 15px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.5em;
    min-width: 250px;
}

.prodDescCol {
    padding: 15px;
    padding-top: 5px;
    text-align: center;
    font-size: 1.2em;
    min-width: 250px;
}

.prodBtnCol {
    text-align: center;
}

.prodBtnCol button {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    font-size: 0.8em;
}

.prodBtnCol .quant {
    width: 45px;
    margin-left: 5px;
    margin-right: 5px;
}

span.prodPrice {
    margin-left: 5px;
    margin-right: 5px;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}


.storeBlurb {
    font-size: 3em;
    font-weight: 900;
    text-align: center;
}

#myBagTable{
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: 52px;
    width: 100%;
    z-index: 1000;
}
 #myBagTable-inner{
    background-color: #317898;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    box-shadow: 1px 5px 8px #444444;
}

button.checkOut {
    font-size: 0.8em;
    margin-left: 5px;
    border-radius: 5px;
    padding: 3px;
}

#stripeIcon{
    /* display: none; */
}

.stripeIcon {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    stroke-width: 0;
    stroke: #367ae0;
    fill: #367ae0;
    padding-bottom: 0.3em;
}

.modalLabel {
    font-size: 2em;
    white-space: nowrap;
}

.modal-body-label {
    text-align: left;
}

.footer {
    background-color: var(--lightBlue);
    padding: 2em 2em 3em;
}

.footerTagline {
    font-size: 3em;
    font-weight: 900;
    text-align: center;
    color: white;
}

img#brandImgFooter {
    width: 6em;
    border-radius: 21px;
}

.footerMidLine {
    text-align: center;
}

.footerInfoRow {
    margin-top: 2em;
}

.footerBrand {
    background-image: url(/images/Chargeride-logo.png);
    background-size: contain;
    height: 6em;
    width: 6em;
    border-radius: 10px;
    box-shadow: 7px 7px 20px 0px rgb(76 76 76 / 39%) inset;
}

.footerFollowUs {
    color: white;
}

.footerFollowUs a{
    color: white;
    margin-right: 30px;
}

.footerFollowUsIcons {
    font-size: 2em;
}

.FooterLastRow {
    color: white;
    margin-top: 2em;
}
.FooterLastRow a {
    color: white;
}

.footerSubscribe {
    color: white;
}
.footerSubscribeBlurb1 {
    font-size: 2em;
}
.footerSubscribeBlurb {
    font-size: 1em;
}

#footerCommentBtn {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    color: white;
}

.footerContainer {
    max-width: 77em;
    width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

#contact-form .form-check {
    padding: 1em 1.7em 2.5em;
    max-width: 11em;
    display: inline-block;
}

div#contactFormMessage {
    color: var(--green);
    font-size: 1.5em;
}
div#contactFormError {
    color: var(--red);
    font-size: 1.5em;
}

.subscribePrefBlurb {
    margin-top: 1em;
}

/* Modals */

#iconURL{
    display: none;
}

div#resampled img {
    height: 100px;
    width: auto;
}

#pasteIcon img{
    /* display: none; */
}

.modalHeaderBrand {
    background-image: url(/images/Chargeride-logo.png);
    background-size: contain;
    height: 6em;
    width: 6em;
    border-radius: 10px;
    box-shadow: 7px 7px 20px 0px rgb(76 76 76 / 39%) inset;
}

.modal-header {
    background-color: var(--splashMountainBackColor);
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}

.modal-dialog {
    width: 100%;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal.show {
    backdrop-filter: grayscale(1) blur(5px);
}

.col.modal-header-col {
    align-content: center;
}

.col.modal-header-col.footerBrand {
    margin-left: 2.2em;
}

.modal-content div {
    border: none;
    /* margin: 2px; */
}

.modal-dialog .modal-body {
    font-size: 20px;
    overflow-y: auto;
    margin: 1em 0;
}

.modal-body-input {
    margin: 0 0 10px 0;
}

.modal-content {
    background-color: #0b4071;
    color: white;
    max-height: 80vh;
    /* overflow-y: auto; */
    border-radius: 17px;
}

.row.formRow {
    margin: .5em 0;
}



.modal-dialog {
    margin: 0 auto;
}

.modal-body-inputs {
    /* max-width: 80%; */
    margin: 0 auto;
    font-size: .8em;
}

.modal-body-input input {
    border-radius: 14px;
    padding: 0 5px;
    width: 10em;
}

.modal-body-label {
    text-align: left;
}

.modal-body-input {
    text-align: left;
}


.skillBlurb {
    margin-top: 1em;
}

button.btn.btn-secondary.pickedSkillBtn {
    margin: 0;
    font-size: 0.5em;
    display: none;
}

.pickSkillError {
    font-size: smaller;
    color: #ffaaaa;
}

div#pickedSkills {
    max-height: 10em;
    overflow: auto;
    background-color: #dadada;
    color: #000050;
    border-radius: 10px;
    padding: 0 10px;
}

textarea#profile_experience {
    width: 100%;
    border-radius: 10px;
}

select#pickSkill {
    font-size: 0.8em;
    min-width: 10em;
    border-radius: 10px;
    padding: 0 10px;
}

.profile_input_help {
    font-size: .8em;
    color: #dddddd;
}

input#imageFile {
    display: none;
}

.custom-file-upload {
    border: 1px solid white;
    cursor: pointer;
    font-size: 0.8em;
    min-width: 10em;
    border-radius: 10px;
    padding: 0 10px;
    width: 6em;
    text-align: center;
    margin-left: 1em;
}

div#modal-body-skill-inputs {
    display: none;
}





.row.modal-body-per-inputs,
.row.modal-body-skill-inputs,
.row.modal-body-setting-inputs {
    padding: 0 5px;
    font-size: .8em;
    margin: 0 auto 0px;
    text-align: left;
}

/* .row.modal-body-setting-inputs .form-check {
    width: 5em;
} */

.form-check {
    font-size: 0.8em;
    display: inline-block;
    width: 10em;
}

.row.modal-body-per-inputs {
    margin: 0 auto 0px;
}

.row.modal-body-setting-inputs {
    text-align: left;
    padding: 0em;
}

.row.modal-body-skill-inputs{
    margin-bottom: 1em;
}

#loginModal .modal-body-label {
    display: inline-block;
}

#loginModal .modal-body-input {
    display: inline-block;
}

#loginModal .modal-body-label {
    text-align: right;
    white-space: nowrap;
}


button.btn-close.btn-close-white {
    transform: scale(1.5);
}

button.btn.btn-secondary.pickedSkillBtn {
    margin: 0;
    font-size: 0.7em;
    padding: 0;
    display: none;
}

button.btn.btn-secondary, button.btn.btn-primary {
    width: 9em;
    border-radius: 26px;
    margin: 0 0 10px 0;
    border: solid 1px;
    background-color: #0b4071;
}

div#pickedServices {
    max-height: 10em;
    overflow: auto;
    background-color: #dadada;
    color: #000050;
    border-radius: 10px;
    padding: 0 10px;
}

div#pickedServicesRead {
    max-height: 10em;
    overflow: auto;
    background-color: #dadada;
    color: #000050;
    border-radius: 10px;
    padding: 0 10px;
}

.pickedServiceItem {
    display: flex;
    flex-flow: wrap;
}

.serviceItemName {
    padding: 0 2px;
}

.serviceItemDesc {
    padding: 0 2px;
    width: 100%;
    font-size: 0.8em;
}

.serviceItemDel {
    margin-left: auto;
}




.modal-footer {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    align-content: flex-end;
}


/* md and larger */
@media (min-width: 768px) {


}


/* sm and smaller  */
@media (max-width: 576px) {

    .modalLabel {
        font-size: 1.2em;
        white-space: nowrap;
    }
    .mainMenuTopBlurb.fadeUp {
        font-size: 3em;
    }
    .splashBack {
        background-position-x: -450px;
    }
    .lmPic {
        width: 21em;
        height: 22em;
    }
    img.mSnap {
        height: 11em;
    }    
    .footerMidLine{
        display: none;
    }
}

@media (max-height: 576px) {
    .lmPic {
        width: 21em;
        height: 22em;
    }
    img.mSnap {
        height: 13em;
    } 

}
