/* Minification failed. Returning unminified contents.
(306,34): run-time error CSS1046: Expect comma, found '0'
(306,37): run-time error CSS1046: Expect comma, found ')'
 */
#PartnerSelector {
    padding-top: 20px;
    background: #F6F6F6;
    font-family: 'Open Sans';
    font-style: normal;
}

    #PartnerSelector .container {
        margin-top: 0;
    }

    #PartnerSelector .green {
        color: #2CB543;
    }

    #PartnerSelector .partners-headers h1 {
        font-weight: 700;
        font-size: 50px;
        line-height: 80px;
        text-align: center;
        text-transform: uppercase;
        color: #263238;
        margin-top: 40px;
    }

    #PartnerSelector .partners-headers h4 {
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #263238;
        margin-top: 30px;
        margin-bottom: 70px;
    }

    #PartnerSelector .partner-row {
        min-height: 160px;
        max-height: 180px;
        background: white;
        border-radius: 20px;
        margin-bottom: 29px;
        box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
        align-items: center;
        justify-content: space-evenly;
        display: flex;
        border-bottom: 3px solid rgba(0, 0, 0, 0.24);
    }

        #PartnerSelector .partner-row:hover {
            border-bottom: 3px solid #00B955;
        }

    #PartnerSelector .partner-cell {
        position: relative;
        height: 160px;
        padding: 25px;
        flex-grow: 1;
    }

        #PartnerSelector .partner-cell.top:after {
            position: absolute;
            content: none;
            background-repeat: no-repeat;
            left: -25px;
            top: 25px;
            width: 49px;
            height: 62px;
        }

        #PartnerSelector .partner-cell.top-1:after {
            content: '';
            background-image: url(../img/partners/medal-1.png);
        }

        #PartnerSelector .partner-cell.top-2:after {
            content: '';
            background-image: url(../img/partners/medal-2.png);
        }

        #PartnerSelector .partner-cell.top-3:after {
            content: '';
            background-image: url(../img/partners/medal-3.png);
        }

        #PartnerSelector .partner-cell.flex-cols {
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        #PartnerSelector .partner-cell:not(:first-of-type):before {
            position: absolute;
            content: '';
            height: calc(100% - 50px);
            width: 1px;
            left: 0;
            background: rgba(0, 0, 0, 0.1);
        }

    #PartnerSelector .image-cell {
        padding-left: 25px;
    }

    #PartnerSelector .partner-image {
        display: block;
        width: 200px;
        height: 60px;
    }

    #PartnerSelector .partner-cell .cell-head {
        font-weight: 400;
        font-size: 18px;
        line-height: 16px;
        color: #707070;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #PartnerSelector .partner-cell .cell-value {
        font-weight: 600;
        font-size: 20px;
        line-height: 16px;
        color: #263238;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #PartnerSelector .partner-clicks {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 60px;
    }

        #PartnerSelector .partner-clicks span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            color: #707070;
        }

        #PartnerSelector .partner-clicks .clicks {
            background: #FD591F;
            width: 61px;
            height: 23px;
            border-radius: 3px;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

            #PartnerSelector .partner-clicks .clicks:before {
                position: relative;
                content: '';
                background-image: url(../img/partners/people.png);
                background-repeat: no-repeat;
                width: 20px;
                height: 20px;
                padding: 0 1px;
            }

    #PartnerSelector .button-cell {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #PartnerSelector .btn-partner {
        background: #00B955;
        border-radius: 3px;
        width: 216px;
        height: 50px;
        font-weight: 600;
        font-size: 20px;
        line-height: 16px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media screen and (max-width: 1080px) {
    #PartnerSelector .partner-cell .cell-head {
        font-size: 15px;
        line-height: 16px;
    }

    #PartnerSelector .partner-cell .cell-value {
        font-size: 15px;
        line-height: 16px;
    }
}

@media screen and (max-width: 999px) {
    #PartnerSelector .partners-headers h1 {
        font-size: 20px;
        line-height: 30px;
    }

    #PartnerSelector .partners-headers h4 {
        font-size: 16px;
        line-height: 24px;
    }

    #PartnerSelector .partner-row {
        flex-direction: column;
        width: 400px;
        margin-left: calc((100% - 400px) / 2);
        max-height: none;
        align-items: stretch;
    }

    #PartnerSelector .partner-cell.top:after {
        left: 0;
    }

    #PartnerSelector .partner-cell:first-child {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    #PartnerSelector .image-cell {
        padding-left: 0;
    }
    #PartnerSelector .partner-cell:first-of-type:before {
        position: absolute;
        content: '';
        height: 1px;
        width: calc(100% - 50px);
        left: 25px;
        bottom: 12px;
        background: rgba(0, 0, 0, 0.1);
    }
    #PartnerSelector .partner-cell:not(:first-of-type):before {
        content: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    #PartnerSelector .partner-cell {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        height: unset;
        padding: 25px;
    }

        #PartnerSelector .partner-cell .cell-head,
        #PartnerSelector .partner-cell .cell-value {
            height: unset;
        }

        #PartnerSelector .partner-cell:not(:first-of-type):not(:last-of-type) {
            padding: 10px 25px;
        }

    #PartnerSelector .button-cell {
        justify-content: center;
    }

    #PartnerSelector .btn-partner {
        width: 100%;
    }

    #last_buy_pop {
        display: none!important;
    }
}

@media screen and (max-width: 500px) {
    #PartnerSelector .partner-row {
        width: auto;
        margin-left: unset;
    }
}


/*popover*/
#last_buy_pop {
    left: 0;
    bottom: 0;
    margin-bottom: 20px;
    margin-left: 15px;
    position: fixed;
    z-index: 999;
    background: #CDE5CF;
    border: 1px solid #CDE5CF;
    display: none;
    width: 290px;
    font-size: 16px;
    text-align: center;
    max-width: 290px;
    padding: 1px;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgb(0 0 0);
    line-break: auto;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #CDE5CF;
}

#last_buy_pop .popover-content {
    padding: 14px 22px;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-left-width: 0;
    border-width: 10px;
    border-right-color: #CDE5CF;
}

