﻿.white-cart {
    color: #FFFFFF;
    background: #003764;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: 0%;
    content: attr(data-count);
    font-size: 40%;
    padding: 0.6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    color: #003764;
    text-align: center;
    min-width: 1em;
    font-weight: bold;
    background: white;
    border-style: solid;
}

.astroProfileBox {
    background-color: #f2f2f2;
    padding: 1.5em;
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px 0 #C9C9C9;
    box-shadow: 5px 5px 10px 0 #C9C9C9;
}

.astroProfilePic {
    overflow:hidden;
}

.astroProfileInfo {
    width: 40%
}
 
.astroProfileInfo {
    align-self: flex-end;
}
.astroProfileInfo h2 {
    font-size:1.25em;
    color:#5d9732;
    margin:0 0 0 0;
}

.astroProfileInfo .astro_flexContainer_leftgap {
    margin:0 0 0 0;
}

.astroProfileIcons {
    color: #023461;
}

.astroProfileInfo a {
    text-decoration:none;
    color:#333;
}

.astroProfileInfo a:hover {
    opacity:0.85;
}


.astroProfileQuickLinks {
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    background-color: #e4effa;
}

.astroProfileQuickLinks ul, .myASTROnav ul {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}

.astroProfileQuickLinks li {
    display:block;
    width:100%;
    color:#333;
    margin:0 0 0 0;
    padding:0 0 0 0;
    border-bottom-style:solid;
    border-bottom-color:#ffffff;
    border-bottom-width:thin;
}

.astroProfileQuickLinks li:first-child {
    font-size: 1.25em;
    padding:10px 4% 10px 4%;
}

.astroProfileQuickLinks li:last-child {
    border-bottom-style:none;
}

.astroProfileQuickLinks li a {
    display:block;
    width:100%;
    color:#333;
    text-decoration:none;
    padding:10px 4% 10px 4%;
    background-color:#e4effa;
}

.astroProfileQuickLinks li a:hover {
    text-decoration:none;
    background-color:#ffffff;
}

.astro_myastroAlert {
    padding:1.5em;
    background-color:#dedede;
    margin:2em 0 0 0;
}

.astro_myastroAlert h2 {
    font-size:1.25em;
    color:#5d9732;
    font-weight:normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.myASTROnav ul li {
    display: block;
    width: 100%;
    color: #333;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    border-bottom-width: thin;
}

.myASTROnav ul li:first-child {
    font-size:1.25em;
    color:#5d9732;
    margin:0 0 0 0;
    padding:10px 4% 10px 4%;
    border-top-style:solid;
    border-top-color:#5d9732;
    border-top-width:2px;
}

.myASTROnav ul li a, .myASTROnav ul li a:visited {
    display:block;
    width:100%;
    color:#333;
    text-decoration:none;
    padding:10px 4% 10px 4%;
}

.myASTROnav ul li a:hover {
    background-color:#f2f2f2;
    color:#333;
    text-decoration:none;
}


.astro_profileSection {
    width: 100%;
    padding: 0 0 1.5em 0;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #dedede;
}

.astro_profileSection h2 {
    display: inline-block;
    font-size: 1.75em;
    margin: 1em 2em 1em 0;
    color: #023461;
}

.astro_editIcon {
    color: #023461;
    cursor: pointer;
    margin: 1em 0 1em 0;
}

.astro_profileSection h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 600;
    margin: 1em 0 0 0;
}

.astro_profileName h3 {
    color: #5d9732;
    font-weight: 600;
}

.astro_profileSection h3:first-child {
    margin: 0 0 0 0
}

.astro_progressBarContaier, .astro_progressBarContaier_2, .astro_progressBarContaier_4, .astro_progressBarContaier_6, .astro_progressBarContaier_8, .astro_progressBarContaier_12 {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(10, 1fr);
    gap: 0;
    margin: 2em 0 2em 0;
    align-content: center;
    align-items: center;
    border-style: solid;
    border-color: #dedede;
    border-width: thin;
    border-radius: 1.5em;
    -webkit-box-shadow: 5px 5px 10px 0 #C9C9C9;
    box-shadow: 5px 5px 10px 0 #C9C9C9;
}

.astro_progressBarContaier_2 {
    grid-template-columns: repeat(2, 1fr);
}

.astro_progressBarContaier_4 {
    grid-template-columns: repeat(4, 1fr);
}

.astro_progressBarContaier_6 {
    grid-template-columns: repeat(6, 1fr);
}

.astro_progressBarContaier_8 {
    grid-template-columns: repeat(8, 1fr);
}

.astro_progressBarContaier {
    grid-template-columns: repeat(10, 1fr);
}

.astro_progressBarContaier_12 {
    grid-template-columns: repeat(12, 1fr);
}

.astro_progressBarItem_current a, .astro_progressBarItem_notDone a, .astro_progressBarItem_complete a, .astro_progressBarItem_unavailable a {
    display: flex;
    padding: 1em 1% 1em 1%;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.astro_progressBarItem_unavailable a {
   cursor:not-allowed;
}

.astro_progressBarItem_current {
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #dedede;
    background-color: #ffffff;
    color: #333;
    font-weight: bold;
}

.astro_progressBarItem_notDone {
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #dedede;
    background-color: #f2f2f2;
    color: #6c6b6b;
}

.astro_progressBarItem_unavailable {
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #dedede;
    background-color: #777777;
    color: #6c6b6b;
}

.astro_progressBarItem_complete {
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #ffffff;
    background-color: #5d9732;
    color: #ffffff;
}

.astro_progressBarItem_complete a, .astro_progressBarItem_complete a:hover, .astro_progressBarItem_complete a:visited {
    color: #ffffff;
    text-decoration: none;
}

.astro_progressBarItem_unavailable a, .astro_progressBarItem_unavailable a:hover, .astro_progressBarItem_unavailable a:visited {
    color: #dedede;
    text-decoration: none;
}

.astro_progressBarItem_current a, .astro_progressBarItem_current a:visited {
    color: #333;
}

.astro_progressBarItem_notDone a, .astro_progressBarItem_notDone a:visited {
    color: #6c6b6b;
}

.astro_progressBarItem_complete a:hover, .astro_progressBarItem_current a:hover, .astro_progressBarItem_notDone a:hover {
    text-decoration: none;
    opacity: 0.75;
}

.astro_progressBarContaier div:last-child, .astro_progressBarContaier_2 div:last-child, .astro_progressBarContaier_4 div:last-child, .astro_progressBarContaier_6 div:last-child, .astro_progressBarContaier_8 div:last-child, .astro_progressBarContaier_12 div:last-child {
    border-right-style: none;
    border-radius: 0 1.5em 1.5em 0;
}

.astro_progressBarContaier div:first-child, .astro_progressBarContaier_2 div:first-child, .astro_progressBarContaier_4 div:first-child, .astro_progressBarContaier_6 div:first-child, .astro_progressBarContaier_8 div:first-child, .astro_progressBarContaier_12 div:first-child {
    border-radius: 1.5em 0 0 1.5em;
}

.astro_progressBarItem_current::before {
    content: "\f13a";
    /*font-family: "Font Awesome 5 Pro";*/
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    font-size: 2em;
    width: 100%;
    z-index: 50;
    top: -0.5em;
    left: 0;
    text-align: center;
    color: #023461;
}

.memberApp_leftbtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.memberApp_leftbtn button {
    width:100%;
}

.memberApp_rightbtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.memberApp_rightbtn button {
    width: 100%;
}

.memberApp_centerbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.memberApp_centerbtn button {
    width:100%;
}


/*===Phone================================================================================================*/
@media screen and (max-width: 38.4375em) {
    .astroProfilePic {
        width: 100%;
    }

    .astroProfileInfo {
        width: 100%
    }

    .astroProfileQuickLinks {
        width: 100%;
    }

    .myASTROnav ul {
        margin: 0 0 1.5em 0;
    }

    .myASTROnav:first-child {
        margin: 1.5em 0 1.5em 0;
    }

    .memberApp_leftbtn, .memberApp_rightbtn {
        width: 100%;
        margin: 0.25em 0 0.25em 0;
    }

    .memberApp_centerbtn {
        width: 100%;
        margin: 0 0 0 0;
    }

    .memberApp_centerbtn button:first-child {
        margin: 0 0 0.25em 0;
    }

    .memberApp_centerbtn button:last-child {
        margin:0.25em 0 0 0;
    }
}

/*===tablet================================================================================================*/
@media screen and (min-width: 38.4375em) {

    .astroProfilePic {
        width: 48%;
    }

    .astroProfileInfo {
        width: 48%
    }

    .astroProfileQuickLinks {
        width: 100%;
    }

    .myASTROnav ul {
        margin: 0 0 0 0;
    }

    .myASTROnav:first-child {
        margin: 0 0 0 0;
    }

    .memberApp_leftbtn, .memberApp_rightbtn {
        width: 100%;
        margin: 1.25em 0 1.25em 0;
    }

    .memberApp_centerbtn {
        width: 100%;
        margin: 0 0 0 0;
    }

    .memberApp_centerbtn button:first-child {
        margin:0 0 0 0;
    }

    .memberApp_centerbtn button:last-child {
        margin:0 0 0 0;
    }

    .astro_progressBarContaier, .astro_progressBarContaier_2, .astro_progressBarContaier_4, .astro_progressBarContaier_6, .astro_progressBarContaier_8, .astro_progressBarContaier_12 {
        font-size: 0.5em;
    }
}

/*===Small Screen================================================================================================*/
@media screen and (min-width: 53.875em) {

    .astroProfilePic {
        display: block;
        width: 28%;
    }

    .astroProfileInfo {
        width: 40%
    }

    .astroProfileQuickLinks {
        width: 28%;
    }


    .memberApp_leftbtn, .memberApp_rightbtn {
        width: 15%;
        margin: 1.25em 0 1.25em 0;
    }


    .memberApp_centerbtn {
        width: 55%;
        margin: 1.25em 2% 1.25em 2%;
    }

    .astro_progressBarContaier, .astro_progressBarContaier_2, .astro_progressBarContaier_4, .astro_progressBarContaier_6, .astro_progressBarContaier_8, .astro_progressBarContaier_12 {
        font-size: 0.85em;
    }
}

/*===Large Screen================================================================================================*/
@media screen and (min-width: 70.8125em) {

    .astroProfileBox {
        margin: 0 0 0 0;
    }

}
