.ant-select.ant-select-outlined.ant-select-auto-complete {
    height: 50px !important;
}
.ant-select-dropdown {
    padding: 0 !important;
    margin-top: 10px !important;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25) !important;
}
.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: rgba(233, 241, 250, 1) !important;
}
.ant-select-item.ant-select-item-option {
    padding: 24px !important;
}
.ant-select-item-option-content {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    color: rgba(90, 143, 195, 1) !important;
}

.ant-select-item.ant-select-item-option {
    border-top: 1px solid rgba(204, 222, 239, 1) !important;
    border-radius: 0 !important;
}

.ant-select-item.ant-select-item-option:first-of-type {
    border-top: none !important;
}

.ant-select-item.ant-select-item-option:hover .ant-select-item-option-content p,
.ant-select-item.ant-select-item-option.ant-select-item-option-active p {
    color: rgba(0, 55, 100, 1) !important;
}
.ant-select-item.ant-select-item-option.ant-select-item-option-active p {
    background-color: rgba(233, 241, 250, 1) !important;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border-radius: 99px;
    height: 45px;
    border-color: rgba(226, 232, 240, 1);
    background-color: #f1f5f9;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector:hover {
    border-color: rgba(226, 232, 240, 1) !important;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
    padding-left: 25px !important;
    color: rgba(134, 134, 139, 1);
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    padding-left: 25px !important;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(0, 55, 100, 1);
    background-color: transparent;
}

.ant-select-item.ant-select-item-option .ant-select-item-option-content {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(0, 55, 100, 1);
}
