.com-input-search {
    border: 1px solid var(--grayMiddle);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 360px;
    height: 48px;
    text-align: center;
}

    .com-input-search:hover {
        outline:none;
    }


.com-btn-type {
    border: solid 1px var(--mainBlack);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    padding-left: 25px;
    padding-right: 25px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-left: 18px;
    cursor: pointer;
}

    .com-btn-type[data-sel='1'] {
        background-color: var(--mainBlack);
        color: white;
    }

.com-btn-type-pro[data-sel='1'] {
    background-color: var(--proYellow) !important;
    color: black !important;
    border-color: var(--proYellow);
}

.divider-dray {
    border-bottom: solid 1px var(--grayLight);
}

.margin-r-18-card
{
    margin-right:18px;
}

/*#data-container > div:last-of-type {
    margin-right: 100%;
}*/

.card-user-badge-pro-type {
    position: absolute;
    top: 7px;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--proYellow);
    padding: 4px 10px 4px 10px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    white-space:nowrap;
}

.review-star {
    width: 25px;
    margin-right: 8px;
}