﻿.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8094ae;
    line-height: 1.75;
    padding: .4375rem calc(2.125rem + 2px) .4375rem 1rem;
}

.select2-container--default .select2-selection--single {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.select2-container--default .select2-selection--single {
    height: calc(3.225rem + 2px);
    font-family: Roboto,sans-serif;
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    box-shadow: none;
    transition: all .3s;
}


    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(3.225rem + 2px);
        position: absolute;
        top: 0;
        right: 0;
        width: calc(2.125rem + 2px);
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #8094ae;
        line-height: 1.9;
    }

.text-purple {
    color: #5461b2 !important;
}

.text-purple-light {
    color: #a090f9 !important;
}



.text-pink {
    color: #e16a9c !important;
}


.select2-dropdown {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    font-weight: 400;
}

body {
    color: #677384
}


.review-portrait-s1 {
    margin-bottom: 0;
    margin-right: 1.5rem;
}

.review-s2 {
    flex-direction: row;
}

.card-shadow-blue {
    box-shadow: 0px 6px 35.2px 4.8px rgba(124, 117, 208, 0.06);
}

@media (max-width: 767px) {
    .review-portrait-s1 {
        width: 92px;        
    }
}

.pricing-badge {
    background: #5461b2;
}