    select {
        background-color: #323437;
        border: 1px solid #000000;
        color: #ffffff;
        height: 20px;
        padding-left: 30px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
		width: 250px;
		border-radius: 5px; /* Закругление углов */
	}	
	
	.payout-box {
  font-size: 120%;
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: inline-block;
  color: #333;
}

.amount {
  color: #2f772f;
  font-size: 130%;
  margin-right: 0.2em;
}

.currency {     
font-size: 120%;
}

    .select2-results__option {
        display: flex !important;
        align-items: center !important;
    }

    .select2-selection__rendered {
        display: flex !important;
        align-items: center !important;
    }

    .select2-results__option img, 
    .select2-selection__rendered img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }
	
	.select2-selection__rendered {
    font-size: 16px !important;
    
}

/* Размер текста в выпадающем списке */
.select2-results__option {
    font-size: 16px !important;
    
}

.select2-selection {
    height: 30px !important; /* Увеличиваем высоту */
    display: flex !important;
    align-items: center !important; /* Центрируем текст */
}
