
.plmailup .plmailup-form-control-wrap select ,
.wpcf7 .wpcf7-form-control-wrap select {
    color: #000;
    border: 1px solid rgba(43, 46, 52, 0.4705882353);
    padding: 15px;
    position: relative;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
}

.plmailup-form-control-wrap .select2-container,
.wpcf7 .wpcf7-form-control-wrap .select2-container{
    width: 100% !important;
    max-width: 100%;
}
.plmailup-form-control-wrap .select2-container .selection .select2-selection ,
.wpcf7 .wpcf7-form-control-wrap  .select2-container .selection .select2-selection{
    padding: 15px 5px;
    height: auto;
    border: 1px solid rgba(43, 46, 52, 0.4705882353);
    border-radius: 0;
}
.plmailup-form-control-wrap .select2-container .selection .select2-selection .select2-selection__rendered,
.wpcf7 .wpcf7-form-control-wrap  .select2-container .selection .select2-selection .select2-selection__rendered{
    font-size: 1.2rem;
    font-weight: 300;

    color:#000;
}
.plmailup-form-control-wrap .select2-container .select2-selection--single .select2-selection__arrow ,
.wpcf7 .wpcf7-form-control-wrap .select2-container .select2-selection--single .select2-selection__arrow{
    top:50%;
    transform: translateY(-50%);
    right: 10px;
}

.select2-container .select2-results__option--highlighted[aria-selected],
.wpcf7 .wpcf7-form-control-wrap .select2-container .select2-results__option--highlighted[aria-selected]{
    background-color: #888;
}
