.my-custom-select + .select2-container {
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 50px !important;
    letter-spacing: 0.2px !important;
    color: #7a7a7a !important;
}

.my-custom-select + .select2-container .select2-selection {
    height: 70px !important;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
}

.select2-container--open .select2-dropdown {
    top: 10px !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 12px !important;
    box-shadow: 1px 1px 10px #0000004a !important;
	max-height: 300px !important;
    overflow: auto !important;
}

.select2-container--open .select2-dropdown .select2-results__options {
    max-height: none !important;
    border-radius: 5px !important;
}
