.hubpet-select2 + .select2 {
    display: block;
    width: 100% !important;
}

.hubpet-select2 + .select2 .select2-selection--single {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    border: 1px solid #e7ecef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(32, 57, 56, 0.08);
}

.hubpet-select2 + .select2 .select2-selection__rendered {
    flex: 1;
    min-width: 0;
    padding: 0 16px;
    color: #2f5958;
    font: inherit;
    line-height: normal;
}

.hubpet-select2 + .select2 .select2-selection__placeholder {
    color: #87999a;
}

.hubpet-select2 + .select2 .select2-selection__arrow {
    position: relative;
    top: auto;
    right: auto;
    width: 42px;
    height: 100%;
    flex: 0 0 42px;
}

.hubpet-select2 + .select2 .select2-selection__arrow b {
    border-color: #2f5958 transparent transparent transparent;
}

.hubpet-select2 + .select2.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #2f5958 transparent;
}

.hubpet-select2 + .select2.select2-container--focus .select2-selection--single,
.hubpet-select2 + .select2.select2-container--open .select2-selection--single {
    border-color: #2f5958;
    outline: 0;
}

.hubpet-select2 + .select2 .select2-selection--multiple {
    min-height: 56px;
    border: 1px solid #e7ecef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(32, 57, 56, 0.08);
}

.hubpet-select2 + .select2 .select2-selection--multiple .select2-selection__rendered {
    padding: 0 8px;
}

.hubpet-select2 + .select2 .select2-selection--multiple .select2-selection__choice {
    border: 0;
    border-radius: 8px;
    background: #f2d7be;
    color: #2f5958;
    padding: 3px 8px;
}

.hubpet-select2 + .select2 .select2-selection--multiple .select2-selection__choice__remove {
    color: #2f5958;
}

.select2-container {
    z-index: 999999;
}

.select2-dropdown {
    overflow: hidden;
    border: 1px solid #e7ecef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(12, 48, 47, 0.14);
}

.select2-search--dropdown {
    padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
    border: 1px solid #e7ecef;
    border-radius: 8px;
    color: #2f5958;
    font: inherit;
    outline: 0;
}

.select2-container--default .select2-results__option {
    padding: 10px 14px;
    color: #2f5958;
    font: inherit;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #2f5958;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background: #f2d7be;
    color: #2f5958;
}

.hubpet-pet-select-wrap .hubpet-select2 + .select2 + .hubpet-pet-select-icon,
.hubpet-select-wrap .hubpet-select2 + .select2 + .hubpet-select-icon {
    display: none !important;
}

.hubpet-card-form-field.is-error .hubpet-select2 + .select2 .select2-selection--single,
.hubpet-field-group.has-error .hubpet-select2 + .select2 .select2-selection--single,
.hubpet-profile-field.has-error .hubpet-select2 + .select2 .select2-selection--single {
    border: 2px solid red !important;
    box-shadow: none !important;
}

.hubpet-tutor-register .hubpet-select2 + .select2 .select2-selection--single {
    height: 52px;
    border-color: #d7d7d7;
    border-radius: 12px;
    box-shadow: none;
}

.hubpet-profile .hubpet-select2 + .select2 .select2-selection--single {
    height: 56px;
    border-radius: 14px;
}

@media (max-width: 767px) {
    .hubpet-select2 + .select2 .select2-selection--single,
    .hubpet-profile .hubpet-select2 + .select2 .select2-selection--single {
        height: 50px;
    }
}
