/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 05:44:51 */
/* ================================
   SELECT2 CLEAN ELLIPSIS SUPPORT
   ================================ */

/* Main container */
.select2-container--default .select2-selection--single {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Rendered (selected) text */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    flex: 1 1 auto !important;
    min-width: 0 !important;
max-width:380px!important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    padding: 0 40px 0 12px !important;
    line-height: 48px !important;
    height: 48px !important;
    color: #555 !important;
    box-sizing: border-box !important;
}

/* Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
}

@media (max-width:1200px){

	
	#select2-sc_support_website-container {max-width:300px!important;}
}
