.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding-left: 0;
}

/* For focus and hover states */
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Adjust dropdown menu */
.select2-container .select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.area-main-content .dropbtn {
    height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #999;
    background-color: #fff;
    width: 100%;
    text-align: left;
  }
  
  .area-main-content .dropbtn:hover, .area-main-content .dropbtn:focus {
    /* background-color: #2980B9; */
  }
  
  .area-main-content .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .area-main-content .dropdown-content {
    display: none;
    position: absolute;
  width:100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .area-main-content .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .area-main-content .dropdown a:hover {background-color: #ddd;}
  
 .area-main-content .show {
    display: block;
padding: 8px;
background-color: #fff;}
 .area-main-content .svg-arow {
    position: absolute;
    right: 0;
    top: 8px;
 }
 .area-main-content .dropdown-content-inner p {
   font-weight: 600;
   text-align: center;
 }
 .area-main-content .dropdown-content-inner {
    display: flex;
    gap: 8px;
 }
 .area-main-content .dropdown-content-inner input{
width: 100%;
 }