﻿.dropdown-img-left {
    background-image: url(../../assets/img/photos/photo-31.jpg) !important;
}
.fixed-top-2 {
    margin-top: 56px;
}
.text-blue {
    color: #06247a;   
}
.text-label {
    color: #99AAEE;
}
.avatar-icon {
    width: 3.1rem;
    height: 3.1rem;
}
.font-size-title-large-1x {
    line-height: 1.4;
    font-size: 3.5rem;
}
.font-size-title-large {
    line-height: 1.4;
    font-size: 2.5rem;
}
.font-size-title {
    line-height: 1.4;
    font-size: 1.3125rem;
    letter-spacing: -.01em;
}
.font-size-subtitle {
    font-size: .75rem !important
}
.btn-outline-sort-soft {
    color: #616468;
    border-color: #616468;
    font-size: 0.8rem;
    line-height: 1.0rem;
}
.btn-outline-sort {
    line-height: 1.0rem;
    background-color: #fff5f2;
    border-color:#ff89ab;
    color: #000000;
    font-size: 0.8rem;
}
select {
    padding-right: 2rem !important;
}
a[aria-expanded="true"] .fe-chevron-down {
    display: none;
}

a[aria-expanded=false] .fe-chevron-up {
    display: none;
}

.icon-circle-small {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    min-height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}

.loading-image {
}
.min-vh-header {
    min-height: 9vh !important;
}
.min-vh-10 {
    min-height: 10vh !important;
}
.min-vh-20 {
    min-height: 20vh !important;
}
.min-vh-30 {
    min-height: 30vh !important;
}
.min-vh-40 {
    min-height: 40vh !important;
}
.min-vh-50 {
    min-height: 50vh !important;
}
.min-vh-60 {
    min-height: 60vh !important;
}
.min-vh-70 {
    min-height: 70vh !important;
}
.min-vh-80 {
    min-height: 80vh !important;
}
.min-vh-90 {
    min-height: 50vh !important;
}

.bg-gray-100 {
    background-color: #e6eeff !important;
}


#signUpWizardContainer {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0 !important;
}

    #signUpWizardContainer .active {
        color: #000000
    }

    #signUpWizardContainer li {
        list-style-type: none;
        font-size: 12px;
        width: 20%;
        float: left;
        position: relative
    }
    #signUpWizardContainer .subscriptionPlan:before {
        font-family: FontAwesome;
        content: "\f155";
    }

    #signUpWizardContainer .account:before {
        font-family: FontAwesome;
        content: "\f023";
    }

    #signUpWizardContainer .personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #signUpWizardContainer .mobile:before {
        font-family: FontAwesome;
        content: "\f09c";
    }

    #signUpWizardContainer .payment:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #signUpWizardContainer .confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #signUpWizardContainer li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #signUpWizardContainer li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #signUpWizardContainer li.active:before,
    #signUpWizardContainer li.active:after {
        background: skyblue
    }
