.dropdown,.dropdown-X{
  line-height: 30px;
  height: 30px;
  border-bottom: solid 1PX #C8C8CD;
  .title{
    padding: 0 5px;
    font-size: 14px;
    position: absolute;
    top: 2.5px;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dropBtn{
    font-size: 25px;
    position: absolute;
    right: 10px;
    height: 100%;
  }
}

.dropdown-X{
  .title{
    font-size: 20px !important;
  }
  
}

.dropdownContent-X{
  .dropdownItem{
    font-size: 20px !important;
  }
}
  

.dropdownItem,.dropdownItemSelect{
  text-align: center;
  padding: 10px 10px;
  height: 100%;
  border-bottom: solid 1px #EDEBEB;
  color: #000;
}

.dropdownItemSelect{
  color: #3688FF;
}

.dropdownContent,.dropdownContent-X{
  max-height: 500px;
  overflow: auto;
  padding-bottom: 40px;
  
  }
  .btnArea{
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px #EDEBEB;
    .cancelBtn,.clearBtn,.newCancelBtn{
      padding: 10px 10px;
      flex: 1;
      border-radius: 0;
      border: none !important;
    }
    .clearBtn{
      background-color: #3688FF;
      color: white;
     
    }
    .cancelBtn{
      background-color: white;
      color: #3688FF;
    }

    .newCancelBtn{
      background-color: #3688FF;
      color: white;
    }
  
}