
.hide {
    max-height: 0 !important;
}

.dropdownn , .gen-dropdownn{
	margin-bottom: 1em;
	outline: none;
    font-size: 14px;
    padding: 9px 20px;
    border-radius: 8px;
    line-height: 24px;
    border: 1px solid transparent;
    background-color: #ececf1;
    color: black;
    margin-bottom: 10px;
    width: 95%;
    -webkit-appearance: none;
}
.dropdownn .title , .gen-title{
	margin: .3em .3em .3em .3em;
	margin-left:5px;
	width: 100%;
}

 .fa-angle-right{
	float: right;
	margin-top: -5px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.dropdownn .menu , .gen-menu{
	-webkit-transition: max-height .5s ease-out;
	-o-transition: max-height .5s ease-out;
	transition: max-height .5s ease-out;
	max-height: 20em;
	overflow: hidden;
}

.dropdownn .menu .option , .gen{
	margin: .3em .3em .3em .3em;
	margin-top: 0.3em;
	padding:10px;
	z-index:10;
}

.dropdownn .menu .option:hover , .gen:hover{
	background: #ee6300;
	border-radius:3px;
	color:white;
}

.pointerCursor:hover{
	cursor: pointer;
}

.rotate-90{
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}