.select2-container--default .select2-selection--single {
	background-color: #2e3192;
	border-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
    height: 54px;
}

.select2-style-2 .select2-selection__rendered {
	display: block !important;
	height: 54px;
	color: #fff !important;
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.custom-datatable-style-wrapper table.table.dataTable> :not(caption)>*>* {
    text-align: left;
}

.footer-slider .swiper-slide {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 12px;
}
.footer-slider .swiper-slide .item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-slider .swiper-slide a {
    white-space: nowrap;
}