/*Select2*/
select.invFld ~ .select2-container .select2-selection--single{
    border-bottom: 2px solid #b3261e !important;
}
select.invFld ~ .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #b3261e !important;
}
select.validFld ~ .select2-container .select2-selection--single{
    border: 2px solid #49B675 !important;
}
.select2.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 56px;
}
.select2-selection {
    height: 56px;
    padding: 26px 16px 8px 16px !important;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0px 0px !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.80) !important;
    background: #FAFAFA !important;
    color: rgba(0, 0, 0, 0.80) !important;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 24px;
    height: 24px;
    top: 50%;
    right: 15px;
    transform: translate(0%,-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0;
    top: unset;
    left: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_53510_846' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_53510_846)'%3E%3Cpath d='M12 14.975C11.8667 14.975 11.7417 14.9542 11.625 14.9125C11.5084 14.8709 11.4 14.8 11.3 14.7L6.70005 10.1C6.51672 9.91672 6.42505 9.68338 6.42505 9.40005C6.42505 9.11672 6.51672 8.88338 6.70005 8.70005C6.88338 8.51672 7.11672 8.42505 7.40005 8.42505C7.68338 8.42505 7.91672 8.51672 8.10005 8.70005L12 12.6L15.9 8.70005C16.0834 8.51672 16.3167 8.42505 16.6 8.42505C16.8834 8.42505 17.1167 8.51672 17.3 8.70005C17.4834 8.88338 17.575 9.11672 17.575 9.40005C17.575 9.68338 17.4834 9.91672 17.3 10.1L12.7 14.7C12.6 14.8 12.4917 14.8709 12.375 14.9125C12.2584 14.9542 12.1334 14.975 12 14.975Z' fill='black' fill-opacity='0.8'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0088 11.4162L16.6 16.0073L17.9823 14.625L12 8.6427L6.01768 14.625L7.4 16.0073L11.9912 11.4162L12 11.4073L12.0088 11.4162Z' fill='black' fill-opacity='0.8'/%3E%3C/svg%3E");
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
.select2-dropdown{
    top: 3px;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.80) !important;
    background: #FAFAFA !important;
    padding: 8px 0x;
}
.select2-dropdown ul li{
    padding: 4px 16px;
    color: rgba(0, 0, 0, 0.80);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}
.select2-dropdown ul li:first-of-type{
    padding: 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #FFF !important;
    color: rgba(0, 0, 0, 0.80);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: rgba(51, 51, 51, 0.6) !important;
}
.select2-search__field {
    border-radius: 8px;
    border-color: var(--inputBorderColor) !important;
    height: 36px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    cursor: no-drop;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 21px;
}

#tournamentStatusSelect .select2-container--default .select2-selection--single {
    font-family: 'Inter';
    color: #32734E !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0px 24px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    background-color: #FFF !important;
}

#tournamentStatusSelect .select2-container--default .select2-selection__rendered {
    color: #32734E !important;
}
#tournamentStatusSelect .select2-container--open .select2-selection--single{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#tournamentStatusSelect .select2-container--default .select2-selection__arrow {
    height: 48px;
}
#tournamentStatusSelect .select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 50%;
    transform: translate(0%,-50%);
}

#tournamentStatusSelect .select2-dropdown {
    top: 0;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    background-color: #FFF !important;
}
#tournamentStatusSelect .select2-dropdown ul li{
    padding: 4px 16px !important;
}
#tournamentStatusSelect .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #FAFAFA  !important;
}
#tournamentStatusSelect .select2-results__option {
    color: #32734E !important;
    white-space: nowrap;
}
#tournamentStatusSelect{
    width: 200px;
}
#tournamentStatus{
    width: 100% !important;
}