﻿.grey {
    color: grey;
}

.port-blue {
    background-color: #0488d7 !important;
}

.port-blue-a {
    color: #0488d7 !important;
    border-color: #0488d7 !important;
}

    .port-blue-a:hover {
        background-color: #0488d7 !important;
        color: white !important;
    }

.icon-green {
    color: #00a948;
    font-weight: 500;
}

.icon-blue {
    color: #0488d7;
    font-weight: 500;
}

.goally-yellow {
    background-color: #E5BC40 !important;
}

    .goally-yellow:hover {
        color: #333 !important;
    }

.address {
    font-size: small;
    color: #808080;
}

.widget-span {
    color: white !important;
    font-size: 17px !important;
}

.user-stat {
    height: 100px !important;
    padding-bottom: 0px !important;
}

.reward-section {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.04);
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.thin-border {
    border: 1px solid #eaeaea;
}

.white-bg {
    background-color: #fff;
}

.formLogo {
    text-align: center;
    padding-bottom: 25px;
    width: 33%;
    margin-left: auto;
    margin-right: auto;
}

.white-space-preline {
    white-space: pre-line;
}

.min-height-100 {
    min-height: 100px !important;
}

.listing-item-container.list-layout .listing-item-image:before {
    background-color: #fff !important;
}

.verified-badge {
    cursor: pointer;
}

.font-weight-500 {
    font-weight: 500 !important;
    font-size: 2vw;
}

.white-color {
    color: white !important;
}

.phone-home {
    font-size: 19px;
    font-weight: bold;
    color: #00a948;
    margin-left: 20px;
}

.landing-review {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: dimgray;
    font-weight: 500;
}

.testimonial-author {
    padding-top: 0px;
}

.message-overflow {
    height: 700px;
    margin-bottom: 50px;
    overflow: auto;
}

    .message-overflow::-webkit-scrollbar {
        display: none;
    }

.messages-container-inner .messages-inbox ul {
    max-height: 700px;
    margin-bottom: 50px;
}

.video-margin-adapt {
    margin-top: 16%;
}

.small-button {
    background-color: #64bc36;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.small-button-red {
    background-color: #f44336;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media (max-width: 750px) {
    .webapp-merch-img {
        max-width: 50%;
        margin-left: 25%;
    }

    .font-weight-500 {
        font-weight: 500 !important;
        font-size: 3vw;
    }
}

@media (max-width: 400px) {
    .main-search-container {
        height: 1120px;
    }
}

@media (max-width: 991px) {
    .no-display-on-mobile {
        display: none !important;
    }

    .user-menu {
        padding-left: 0px !important;
    }

    .margin-adjust {
        margin-top: 20px !important;
    }

    .main-search-inner {
        top: 15%;
    }

    .video-margin-adapt {
        margin-top: 30%;
    }

    .image-margin-adapt {
        margin-top: 15%;
    }

    .design-header-margin {
        margin-top: 300px;
    }
}
