
.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #FFFFFF;
    background-color: #E88B00;
}

.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear
{
    color: #EFEFEF;
    background-color: #E88B00;
}

.flipdown .rotor-group:nth-child(1) .rotor,
.flipdown .rotor-group:nth-child(1) .rotor-top,
.flipdown .rotor-group:nth-child(1) .rotor-bottom,
.flipdown .rotor-group:nth-child(1) .rotor-leaf-rear,
.flipdown .rotor-group:nth-child(1) .rotor-leaf-front
{
    background-color: transparent!important;
    color:#E88B00!important;
}

.flipdown .rotor-group:nth-child(1) .rotor
{
    margin: 0px 0px;
    width:10px;

}

.flipdown .rotor-group:nth-child(1) .rotor
{
    margin: 0px 0px;

}

.flipdown .rotor-group:nth-child(1) .rotor:after {
    border-top: solid 1px transparent;
}
.flipdown {
    overflow: visible;
    width: fit-content;
    max-width: 180px;
    height: 100%;
}
.flipdown .rotor {
    font-size: 18px;
}

.flipdown .rotor-group {
    padding-right: 10px;
}

.rotor-group-heading
{
    display: none;
}

.flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
    width: 16px;
    border-color: #E88B00;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 39px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 16px;
    height: 5px;
    width: 5px;
    background-color: #E88B00!important;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 5px;
    height: 5px;
    width: 5px;
    background-color: #E88B00!important;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-top {
    line-height: 27px;
}

.flipdown .rotor-leaf,
.flipdown .rotor {
    height: 27px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
    height: 15px;
}


@media (max-width:  450px)
{
 .flipdown .rotor-group:nth-child(1)
{
   display: none;
}
}
