
.w-30{
    width: 30%;
}
.w-33 {
  width: 33.33%;
}
.w-60 {
  width: 60%;
}
.wr-8 {
    width: 8rem;
}
.img-80 {
    width: 80px;
    height: 80px;
}
.icon-50 {
    width: 50px;
    height: 50px;
}
.icon-40 {
    width: 40px;
    height: 40px;
}
.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-30 {
    width: 30px;
    height: 30px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-15 {
    width: 15px;
    height: 15px;
}

.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-25 {
    font-size: 25px;
}

.fs-40 {
    font-size: 40px;
}
.fs-50 {
    font-size: 50px;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-400{
    font-weight: 400;
}
.opacity-015{
opacity:0.15
}
.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    /* border-radius: 10px;
        overflow: hidden; 
        background: #444;
        display: flex;
        justify-content: center;
        align-items: center; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-overlay-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-image img {
    width: 100%;
    height: 100dvh
}

/* .register-modal{
    width: clamp(350px, 80%, 1230px);
} */
.select2-container--bootstrap-5 .select2-selection {
    border: 3px solid rgba(255, 255, 255, .05) !important;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid rgba(255, 255, 255, .05);
    background-color: var(--input-primary-color-1) !important;
    border: 0;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border: 0;
    outline: none !important;
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    background: linear-gradient(180deg, var(--theme-color-1, #1a1b1e) 0%, var(--theme-color-2, #1a1b1e) 100%);

}

.select2-container--bootstrap-5 .select2-dropdown {
    border: 0;
}

.select2-results__options {
    scrollbar-width: none !important;
    /* Firefox */
}

.select2-results__options::-webkit-scrollbar {
    width: 0 !important;
    /* Chrome / Safari */
    height: 0 !important;
}

.select2-search__field {
    color: var(--text-color-1) !important;
    background-color: var(--input-primary-color-1) !important;
    border: 1px solid rgba(255, 255, 255, .05) !important;
}

.select2-search__field:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: white !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: var(--theme-color-1) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background: linear-gradient(180deg, var(--primary-color-1, rgba(0, 0, 0, .4)) 0%, var(--primary-color-2, rgba(0, 0, 0, .4)) 100%) !important;
}

.select2-selection__placeholder {
    color: #ffffffb5 !important
}

/* .select2-container--bootstrap-5 .select2-selection {
        min-height: calc(1.5em + 0.75rem + 2px) !important;
} */
/* กล่อง select ทั้งอัน */
.select2-container--bootstrap-5 .select2-selection--single {
    border-radius: 10px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
}

/* icon + text ใน selection */
.select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    padding-left: 12px !important;
    line-height: normal !important; 
}

/* ลูกศร */
.select2-selection__arrow {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}
.box-profile{
    background: var(--theme-color-2, #1e2024);
    border-radius: .375rem;
    position: relative;
    padding: 1.5rem 1rem;
}
.avatar-lg {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.progress {
    height: 12px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
}

.progress-bar {
    border-radius: 10px;
}

.member-badge {
    width: 55px;
}




div.dt-scroll-body {
    scrollbar-width: none;
}

div.dt-scroll-body::-webkit-scrollbar {
    display: none;
}
.dt-empty{
    color: var(--text-color-1);
}

.box-switch-route {
    position:relative;
    margin-left:3rem;
}
.box-switch-route  .bg-switch{
    background: #0006;
    border-radius:10px;
    /* padding: 5px 15px; */
}
.box-switch-route  .bg-switch .active-switch{
    color:var(--text-color-1);
    padding: 5px 30px;
    border-radius:10px;
     border: 0px;
     margin: 1px;
}

.active-switch:focus,
.active-switch:active,
.active-switch.active {
  outline: none !important;
  box-shadow: none !important;
  border: 0px;
}
.box-switch-route  .bg-switch .active-switch.active{
   background: linear-gradient(180deg, var(--primary-color-1, rgba(0, 0, 0, 0.4)) 0%, var(--primary-color-2, rgba(0, 0, 0, 0.4)) 100%);
    /* background: linear-gradient(180deg,var(--primary-color-1, #4280f7) 0%,var(--primary-color-2, #4280f7) 100%); */
    color: var(--primary-font-color);
    font-weight: 500
}

html.blocked,
body.blocked {
  overflow: hidden;
  height: 100%;
}

/* .marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 1rem;
    margin-top: 3rem;
    padding: 0px 1rem;
}
.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
}
.marquee-text-wrap {
    padding: .625rem;
    color: var(--text-color-1);
} */
.bg-black {
    background-color: rgb(0 0 0 / 1);
}
.dt-paging .page-item.active .page-link {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;

  /* สีตัวเลข */
  font-weight: 700;
  color: var(--primary-color-1) !important;
}
.dt-paging .page-link.previous,
.dt-paging .page-link.next {
  width: 30px;
  height: 30px;
  border-radius: 14px;
 /* font-size: 26px;
 line-height: 1; */
  background-color: var(--theme-color-2, #1e2024) !important;
  color: var(--text-color-1) !important;

  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dt-paging .page-link.previous:hover,
.dt-paging .page-link.next:hover {
  background-color:var(--primary-color-1) !important;
}