html,
body {
    overflow-x: hidden;
}


body * {
  font-family: "IBM Plex Sans Thai", sans-serif;
}

/* Container */
.select2-container {
    width: 100% !important;
    max-width: 100% !important;
}


/* กล่องหลัก */
.select2-container--default .select2-selection--single {
    height: 42px !important;
    min-height: 42px !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 15px !important;
    background: #fff;
    display: flex !important;
    align-items: center;
    padding-left: 15px;
    padding-right: 40px;
    box-sizing: border-box;
}

/* ข้อความ */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #111827;
}

/* ลูกศร */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    width: 30px !important;
    right: 8px !important;
}

/* focus */
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #1e293b !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 10 12 14 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
}

.membership-tab-swiper {
    overflow: hidden;
}

.membership-tab-swiper .swiper-wrapper {
    align-items: center;
}

.membership-tab-swiper .swiper-slide {
    width: auto;
}