@media only screen and (min-width: 768px) {
  .back-filter {
    backdrop-filter: blur(3px);
  }

  .custom-dropdown-class,
  .custom-dropdown-class,
  .custom-dropdown-class3 {
    width: 100% !important;
  }
  .custom-dropdown-class2 {
    width: 10vw !important;
  }
  .dropdown-cover {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dropdown {
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
  }
  .seats-div {
    scale: 0.8;
  }
  .ahafo-scale {
    scale: 1.4;
    margin-top: -1vw !important;
    margin-left: 2vw !important;
  }
  .ashanti-scale {
    scale: 1.3;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .accra-scale {
    scale: 1.3;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .oti-scale {
    scale: 1.2;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
    margin-top: -2vw;
  }
  .savannah-scale{
    scale: 1.2;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
    margin-top: -2vw;
  }
  .upper-east-scale{
    scale: 1.2;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .upper-west-scale{
    scale: 1.2;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .volta-scale{
    scale: 1;
    margin-left: 2vw !important;
    width: 11vw;
    height: 12vw;
    margin-top: -2vw;
  }
  .western-scale{
    scale: 1;
    margin-left: 2vw !important;
    width: 11vw;
    height: 12vw;
    margin-top: -2vw;
  }
  .western-north-scale{
    scale: 1;
    margin-left: 2vw !important;
    width: 11vw;
    height: 12vw;
    margin-top: -2vw;
  }
  .northern-scale {
    scale: 1;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .north-east-scale {
    scale: 1.3;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .eastern-scale {
    scale: 1.3;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .central-scale {
    scale: 1.2;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .bono-scale {
    scale: 1.3;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .bonoeast-scale {
    scale: 1.3;
    margin-left: 2vw !important;
    width: 11vw;
    height: 10vw;
  }
  .dropdown .dropdown-btn {
    background: #ffffff;
    padding: 0.3vw 0.5vw;
    outline: none;
    width: 10vw;
    border: 1px solid #ddd;
    border-radius: 0.25vw;
    color: #262626;
    font-size: 1vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .dropdown-content-cover {
    width: 10vw;
    max-height: 10vw;
    overflow: auto;
    position: absolute;
    display: flex;
    border-radius: 0.25vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1),
      0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background: #fff;
    z-index: 101 !important;
  }
  .dropdown-content {
    width: 100%;
  }
  .dropdown .dropdown-content .dropdown-item {
    width: 100%;
    padding: 0.3vw;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
