﻿.pet-breed .select2-container {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.pet-breed .select2-selection {
    width: 100%;
}

.pet-breed > div[aria-label="Select a Breed"] {
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: 58px;
}


select2-container *:focus {
    outline: none;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 100;
}

.select2 .selection {
    text-align: left;
    width: 100%;
}

.selection {
    float: left;
    font-size: 16px;
    margin-left: 0;
    text-align: left;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #FFF !important;
    background-size: 16px 16px !important;
    height: 58px;
    width: 100% !important;
    line-height: 40px;
    width: 100%;
    font-size: 22px;
    display: flex;
    padding: 16px 24px !important;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #1A332A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1A332A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

/* Default: down arrow */
.select2-container--default .select2-selection--single[aria-expanded="false"] .select2-selection__rendered {
    background: url("../icons/pink-down-arrow-dropdown-icon.svg") no-repeat 95% center;
    border-radius: 8px;
    border: 1px solid #000;
}

/* When dropdown is open: up arrow */
.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__rendered {
    background: url("../icons/pink-up-arrow-dropdown-icon.svg") no-repeat 95% center;
    border-radius: 8px;
    border: 1px solid #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 240px;
}

.select2-results__options {
    margin-right: 16px;
    margin-bottom: 16px;
}

.select2-results__options::-webkit-scrollbar {
    width: 10px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #E3E3E1;
    border-radius: 16px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #727272;
    border-radius: 16px;
    height: 24px;
}

.select2-container--open .select2-dropdown--below {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: none;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 52px;
}

.select2-container--open .select2-dropdown--above {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: none;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    top: 9px;
}

.select2-dropdown--below .select2-search--dropdown {
    padding: 6px 16px 16px 16px;
}

.select2-dropdown--above .select2-search--dropdown {
    padding:16px;
}

.select2-container--default .select2-search--dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: flex;
    height: 52px;
    padding: 16px 16px 16px 46px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    background-image: url("../icons/black-magnifying-glass-search-icon.svg");
    background-position: 16px center;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #1A332A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    font-weight: 400;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0;
}

.select2-container--default .select2-search--dropdown .close-icon {
    position: absolute;
    background-image: url("../icons/black-cross-close-icon.svg");
    width: 16px;
    height: 16px;
    right: 32px;
    z-index: 10;
    cursor: pointer;
    display: block;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
}

.select2-results__option {
    margin-right: 16px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    background-color: #F9F4ED;
    display: flex;
    height: 48px;
    padding: 12px 16px 12px 24px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color: #1A332A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #E7BE59;
    display: flex;
    height: 48px;
    padding: 12px 12px 12px 48px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color: #0C231B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.select2-results__option {
    background-color: #FFF;
    display: flex;
    height: 48px;
    padding: 12px 12px 12px 48px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.select2-selection__rendered.is-invalid-container {
    border: 2px solid var(--color-utility-error) !important;
}

@media (max-width: 415px) {
    .select2-container--default .select2-results__option[aria-disabled=true],
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
    .select2-results__option {
        height: 70px;
    }
}

@media (max-width: 647.98px) {
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        line-height: 22px;
    }
}