.PLC_HealthInsurance__calculator {
    margin-bottom: 5px;
}
.Plc-HealthInsurance p {
    margin-bottom: 10px;
}
.PLC_HealthInsurance__selectWrapper {
    margin-bottom: 20px;
}
.PLC_Select {
    width: 100%;
    transition: opacity .3s ease 0s;
    display: inline-block;
    height: 46px;
    opacity: 0;
    color: #000;
}
.PLC_Select--loaded {
    opacity: 1;
}
.PLC_Select__input {
    display: none;
}
.PLC_Select__dropdown, .PLC_Select__label {
    position: relative;
}
.PLC_Select__label {
    padding: 0 50px 0 10px;
    overflow: hidden;
    border: 1px solid #7bc7be;
    background-color: transparent;
    color: #7bc7be;
    font-weight: 700;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    color: #a2a2a2;
    font-weight: 400;
}
.PLC_Select__label:after, .PLC_Select__label:before {
    content: "";
}
.PLC_Select__label:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background-color: #7bc7be;
    transition: background-color .5s;
}
.PLC_Select__label:after {
    transition: top .3s ease 0s,transform .3s ease 0s;
    position: absolute;
    top: 16px;
    right: 17px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) scale(1);
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
}
.PLC_Select__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    background-color: transparent;
}
.PLC_Select__list {
    transition: opacity .3s ease 0s;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 500;
    width: 100%;
    max-height: 200px;
    padding: 5px 0;
    overflow: auto;
    border: none;
    border-top: 0;
    opacity: 0;
    background-color: #fff;
    pointer-events: none;
    box-shadow: 0 9px 17px 0 #c7c7c7;
    -ms-overflow-style: none;
}
.PLC_Select__item {
    transition: all .3s ease 0s;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.PLC_Select--open .PLC_Select__list {
    opacity: 1;
    pointer-events: auto;
}
.PLC_Select--open .PLC_Select__label:before {
    background-color: #42a398;
}
.PLC_Select--open .PLC_Select__label:after {
    top: 20px;
    transform: rotate(45deg) scale(-1);
}
.PLC_HealthInsurance__resultRefund {
    color: #7bc7be;
    margin-bottom: 8px;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
}
@media only screen and (min-width: 861px) {
    .PLC_HealthInsurance__resultRefund {
        margin-bottom: 16px;
        font-size: 34px;
    }
}