.select2-hidden-accessible{
    display: none;
}

select.nice-select{
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    height: 3.5rem;
    -webkit-appearance: none;
    color: #9CA3AF;
    width: 100%;
    padding-left: 18px;
    padding-right: 3rem;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border: 1px solid #E5E7EB;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    height: 3.5rem;
    line-height: 211%;
    outline: none;
    padding-left: 18px;
    padding-right: 3rem;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select2.select2-container.select2-container--disabled .select2-selection__arrow:after {
    opacity: .4;
}
.select2.select2-container.select2-container--disabled .select2-selection__rendered,
.select2-active .select2.select2-container.select2-container--disabled .select2-selection__rendered{
    color: #9CA3AF;
}
.select2.select2-container:not(.select2-container--disabled) .select2-selection:hover {
    color:#4B5563;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
    /*color: #000000;*/
    line-height: 58px;
    padding-right: 33px;
}

.select2-active .select2.select2-container .select2-selection__rendered {
    color: #111827;
}

.select2.select2-container .select2-selection .select2-selection__arrow:after {
    content: '';
    background: url('../img/icons/angle-down.svg') no-repeat center right/contain;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 1.5rem;
    margin: auto;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #fff;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow:after {
    transform: rotate(180deg);
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 58px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 10px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: 5px;
}
/*book a demo*/
.page-id-3043 .select2-container .select2-dropdown {
    display: block;
}

.page-id-3043 .select2-container .select2-dropdown .select2-results ul li:first-of-type,
.select2-container .select2-dropdown .select2-search {
    display: none;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #bebebe!important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    list-style-type: none;
    overflow: hidden;
    padding-left:0;
}
.select2-results__option {
    padding: 7px 20px;
    font-size: 14px;
    cursor: pointer;
}
.select2-container .select2-dropdown .select2-results ul li:not(:first-of-type).select2-results__option--highlighted[aria-selected] {
    background-color: #7760F9;
    color: #fff;
    cursor: pointer;
}
.select2-container--open{
    overflow: hidden;
    border-radius: 10px;
    /*max-width: 220px;*/
    min-width: 135px;
    z-index: 9;
}

.pricing-tabs .credits-list li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.pricing-tabs select.nice-select,
.pricing-tabs .select2.select2-container .select2-selection {
    height: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
    border-radius: 99px;
    width: min-content;
    color: #111827;
}

.pricing-tabs .select2.select2-container {
    width: min-content !important;
    margin-left: 0.75rem;
    min-width: auto;
}

.pricing-tabs .select2.select2-container .select2-selection .select2-selection__rendered{
    line-height: 1;
    font-size: 0.875rem;
    padding-right: 0;
}

.pricing-tabs .select2.select2-container .select2-selection .select2-selection__arrow:after{
    right: .5rem;
}
.pricing-tabs .select2.select2-container:not(.select2-container--disabled) .select2-selection:hover{
    color: #111827;
    background: #F9FAFB;
}