.dropdowntextholder{
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px !important;
    transition: all ease-in-out 1s;
    position: relative;
    padding-left: 25px;
}
.dropdownopener {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}
.dropdowncloser {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}
.dropdownopener  , .dropdowncloser {
    cursor: pointer;
}
.mCustomScrollbar  {
    height: 0px;
    overflow: hidden;
}