.mobile-filter-modal{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    background-color: white;
    z-index: 99999;
    padding:20px;
}

.select2-container .select2-selection--single {
    height: 50px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px !important;
    right: 12px !important;  
  }
  
  .select2-container .select2-selection--single {
    height: 50px;
    display: flex;
    align-items: center;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
    padding: 8px 12px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 12px;
  }
  
  .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: none;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 26px;
    line-height: 0px;
    width: 0px;
  }
  
  .select2-search--dropdown .select2-search__field {
    outline: 1px solid rgb(226 232 240 / var(--tw-border-opacity, 1));
  }
  
  .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 0px !important;
  }
  .dark .select2-container .select2-selection--single {
    background-color: #1d2a39;
    height: 50px;
    display: flex;
    align-items: center;
    border-color: rgb(61 77 96 / var(--tw-border-opacity, 1));
    padding: 8px 12px;
  }
  
  .dark .select2-container--open .select2-dropdown--below {
    background-color: #1d2a39;
  }
  
  .dark .select2-container--default .select2-search--dropdown .select2-search__field {
    color: #fff;
    background-color: #1d2a39;
  }
  
  .dark .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 12px;
  }
  
  .dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
  }
  
  
  .select2-container--default .select2-selection--multiple {
    height: 50px;
    display: flex;
    align-items: center;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 26px;
    line-height: 20px;
  }
  
  .select2-container .select2-search--inline .select2-search__field {
    height: 23px;
  }
  
  .select2-container--default .select2-selection--multiple {
    border: 1px solid rgb(226 232 240 / var(--tw-border-opacity, 1));
  }
  
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid rgb(226 232 240 / var(--tw-border-opacity, 1));
  
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 26px;
    line-height: 0px;
  }
  
  .dark .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgb(61 77 96 / var(--tw-border-opacity, 1));
    background-color: #1d2a39;
  }
  
  .dark .select2-container--default .select2-selection--multiple {
    background-color: #1d2a39;
    border-color: rgb(61 77 96 / var(--tw-border-opacity, 1));
  }
  
  .dark .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #1d2a39;
  }
  
  .select2-container--default .select2-selection--multiple {
    padding: 6px 12px 8px 12px;
  }
  
  
  .select2-scrollable .select2-results {
    max-height: 200px;
    overflow-y: auto;
  }
  
  .select2-scrollable .select2-results::-webkit-scrollbar {
    width: 8px;
  }
  
  .select2-scrollable .select2-results::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  
  .select2-scrollable .select2-results::-webkit-scrollbar-thumb:hover {
    background: #555;
  }