html,
body {
    background: #f7f7f7;
}

@font-face {
    font-family: 'Mentor';
    src: url(./fonts/Mentor_Std_Regular.otf);
    font-style: normal;
    font-weight: 400;
}

.simple-card-container {
    position: relative;
    background: #f2f6ff;
    padding: 5px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%) inset;
    margin-bottom: 10px;
}

.simple-card {
    padding: 10px 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    border-radius: 16px;
    margin: 10px;
    display: flow-root;
}

.full-height {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.mentor-text {
    font-family: 'Mentor';
}


.tab-list .tab-header-container {
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    position: relative;
    z-index: 1;
}

.tab-list .tab-header {
    text-align: center;
    padding: 12px 2%;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: thin solid #eee;
    border-bottom: none;
}

.tab-list .tab-header:hover {
    background: #eee;
}

.tab-list .tab-header.active {
    font-weight: 400;
    background: #007bff;
    color: white;
    border: none;
}


i.bi.bold{
    -webkit-text-stroke: 1px;
} 

i.bi.dark-hover:hover { 
    color: black;
}

.fancy-footer {
    margin: 15px;
    padding: 15px;
    border-radius: 32px;
}

.fancy-footer a {
    text-decoration: none;
}
.fancy-footer .footer-item {
    display: block;
    margin: 20px 0px;
}

.hero-section {
    margin: 0px 10px;
    padding: 0px 15px;
    border-radius: 32px;
}

.floating-on-top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
}

.custom-top-badge { 
    display: block;
    border-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;    
    width: fit-content;
    margin: 0px auto;
    padding: 4px 12px;
    font-size: 14px;
}  

.classy-address {
        position: absolute;
        bottom:0px;
        left: 0px;
        background:
            linear-gradient(90deg, rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,0));
        z-index: 10;
        width: 100%;
        padding: 4px 10px;
        box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}

.background-image {
    background-size: cover;
    padding-bottom: 66.6666%;
    width: 100%;
}


.google-address-result-container{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    border-radius:  4px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);

    overflow:hidden;
}

.google-address-result {
    background-color: #f5f5f5;
    color: black;
}

.google-address-result:hover {
    background-color: blue;
    color: white;
}

.gradient {
        background-image: linear-gradient(to right, #fa724d, #5e51f7);
}

.gradient-border {
    background: linear-gradient(to right, #fa724d, #5e51f7);
    border-radius: 100px;
    padding: 2px;
}
.gradient-border-inverted {
    background: linear-gradient(to left, #fa724d, #5e51f7);
    border-radius: 100px;
    padding: 2px;
}
.gradient-border-content {
    background: white;
    border-radius: 100px;
    padding: 6px 18px;
}
.gradient-border-content img {
    height: 20px;
    vertical-align: text-bottom;
    padding-left: 5px;
}

.gradient-border.thick, .gradient-border-inverted.thick {
    padding: 4px;
}

.gradient-color {
    background: linear-gradient(to right, #fa724d, #5e51f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-background-light {
    background: linear-gradient(to right,rgba(94, 81, 247, .2), rgba(250, 114, 77, .2));
    backdrop-filter: blur(6px);

}

.gradient-background-light-center {
    background: radial-gradient(rgba(94, 81, 247, .2), rgba(250, 114, 77, .2));
}

.gradient-background-dark {
    background: linear-gradient(to right, rgb(77, 35, 24), rgb(27, 23, 71));
}

.gradient-background-darker {
    background: linear-gradient(120deg, rgb(77, 35, 24), rgb(0, 0, 0), rgb(47 40 124));
}

.gradient-background-overpaying {
    background:linear-gradient(0deg, rgb(250, 114, 77, 0.15) 0, rgb(247, 247, 247, 0.15) 50%, rgb(250, 114, 77, 0.15) 100%);
}

.gradient-background-underpaying {
    background:linear-gradient(0deg, rgb(94, 81, 247, 0.15) 0%, rgb(247, 247, 247, 0.15) 50%, rgb(94, 81, 247, 0.15) 100%);
}

.gradient-background-faqs {
    background:linear-gradient(90deg, rgb(250, 114, 77, .2) 0%, rgb(94, 81, 247, .2) 100%);
}

.gradient-background-dark *, .gradient-background-darker {
    color: white;
}

.orange-text {
    color: #FA724D;
}

.blue-text {
    color: #5E51F7;
}
.blue-background {
    background: #5E51F7;
}

.sienna {
    color: #FA724D;
}
.sienna-background {
    background: #FA724D;
}

.map-marker {
    border-radius: 100px;
    padding: 6px 10px;
    border: thin solid #332886;
    color: white;
    font-size: 1.2em;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.map-marker.overpaying {
    background: #FA724D;

}
.map-marker.underpaying {
    background: #5E51F7;
}
.map-marker.distance {
    background: rgba(27, 27, 27, .8)
}

.button-cta {
    color: 'white' !important;
    background-color: #FA724D;
    padding: 10px 20px;
    border: 5px solid black;
    border-radius: 30px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 500;
}

.button-cta:hover {
    margin-top:'10px';
    background-color: #5E51F7;
    border: 5px solid black;
}

.button-blue-cta, .btn.button-blue-cta:hover, .btn.button-blue-cta:active {
    background: #5E51F7;
    color: white;    
    border-radius: 1000px;
    padding: 15px 30px;
    font-weight: 500;
    width: 90%;
    margin: 0px 0px 20px;
}


.nav-wrapper, .nav-wrapper.slide {
    padding-bottom: 80px;
}
.nav-container {
    background-color: white;
    border-radius: 100px 100px 0px 0px;
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 80%;
}

.nav-item {
    border-left: thin solid #ccc;
    border-radius: 0px;
    padding: 0px 20px;
    margin: 6px 0px;
    font-weight: 500;
    align-content: center;
}
.nav-item:first-child {
    border: none;   
}
@media (max-width: 768px) {
    .nav-wrapper, .nav-wrapper.slide {
        padding-bottom: 220px;
    }
    .nav-container {
        border-radius: 32px 32px 0px 0px;
    }
    .nav-item {
        border-top: thin solid #ccc;
        border-left: none;
    }
}

.fancy-input-dark {
    margin-top: 20px;
}
.fancy-input-dark input {
    background: rgba(27, 27, 27, .8);
    border-radius: 100px;
    color: white;
    padding: 14px 20px;
}
.fancy-input-dark input::placeholder {
    color: #F7F7F7;
}

.big-submit {
    width: 100%;
    font-size: 28px;
    border-radius: 100px;
    border: none;
}

.grey-header {
    background: #D9D9D9;
    border-radius: 8px;
    padding: 8px;
    font-weight: 500;
    margin: 10px 0px;

}
.page-break {
    width: 100%;
    border-bottom: thin solid #D9D9D9;
    clear: both;
    margin: 10px 0px
}

