.dropdown-box{display:flex;flex-direction:column;align-items:stretch;justify-content:center;width:10em}.dropdown-label{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#00f!important;color:#000!important}.dropdown-label:hover{cursor:pointer}.dropdown{display:flex;flex-direction:column;justify-content:center;align-items:stretch}.dropdown-option{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#0f0;color:#000;height:auto;overflow:hidden;transition:250ms ease height}.dropdown-option-opened{height:2em}