/*style dropdown 2*/
.dropdown2 {
    transition: all .5s ease;
    position: relative;
    height: 100%;
    text-align: left;
    margin-top: 20px;
    font-weight: 700;
    max-height: 150px;
    color:white;
    width:100%;
}

#active2{
    margin-bottom:150px;
}

@media (max-width: 580px) {
    #active2{
        margin-bottom:200px;
    }

}

@media (max-width: 440px) {
    #active2{
        margin-bottom:200px;
    }

}

.dropdown2 .select {
    cursor: pointer;
    display: flex;
    align-content: center;
	width:100%;
}

.dropdown2 .arrow>i {
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
	line-height: 20px;
}

.dropdown2.active:hover,
.dropdown2.active {
    color:white;
}

.dropdown2.active .arrow>i {
    transform: rotate(-180deg)
}

.dropdown2 .dropdown-menu {
    position: absolute;
    background-color: #1F36B6;
    width: 100%;
    left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: none;
    max-height: auto;
    overflow-y: auto;
    z-index: 9;
    border: 0;
    box-shadow: none;
    color:white;
}

.dropdown3 .dropdown-menu3 {
    background-color: #8B44AF;
}

.dropdown2 .dropdown-menu li {
    padding: 18px;
    transition: all .2s ease-in-out;
	cursor: pointer;

    
}

.dropdown2 .dropdown-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 1rem;
}

.dropdown2 .dropdown-menu li:hover {
    background-color: #1F36B6;
}

.dropdown3 .dropdown-menu3 li:hover {
    background-color: #8B44AF;
}

.dropdown2 .dropdown-menu li:active {
    background-color: #1F36B6;
}

.dropdown3 .dropdown-menu3 li:active {
    background-color: #8B44AF;
}
.text-dropdown {
    color:white;
    padding: 18px;
    font-weight: 100;
}

.text-dropdown2 {
    color:white;
    padding: 18px;
    font-weight: 100;
}

.select > .title{
    background-color: rgb(68, 202, 180);
    text-align: left;
    padding: 20px;
    width: 100%;
}

.select> .title3 {
    background-color: white;
    color: #8B44AF;
}
.select:focus{
    outline: none;
}

.dropdown2:focus{
    outline: none;
}
.arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    background-color: #1F36B6;
    height: 100%;
    padding:23px;
    margin-left:10px;
    font-size:20px;
    height: 64px;
}

.arrow3 {
    background-color: #8B44AF;
}

.mobile div:first-of-type {
    margin-top: 0;
}


/* DROPDOWN 0 */
.dropdown0 {
    transition: all .5s ease;
    position: relative;
    height: 100%;
    text-align: left;
    margin-top: 20px;
    font-weight: 700;
    max-height: 150px;
    color:white;
    width:100%;
}

#active0{
    margin-bottom:260px;
}

@media (max-width: 600px) {
    #active0{
        margin-bottom:320px;
    }
}

@media (max-width: 360px) {
    #active0{
        margin-bottom:360px;
    }

}

.dropdown0 .select {
    cursor: pointer;
    display: flex;
    align-content: center;
	width:100%;
}

.dropdown0 .arrow>i {
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
	line-height: 20px;
}

.dropdown0.active:hover,
.dropdown0.active {
    color:white;
}

.dropdown0.active .arrow>i {
    transform: rotate(-180deg)
}

.dropdown0 .dropdown-menu {
    position: absolute;
    background-color: #1F36B6;
    width: 100%;
    left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: none;
    max-height: auto;
    overflow-y: auto;
    z-index: 9;
    border: 0;
    box-shadow: none;
    color:white;
}

.dropdown0 .dropdown-menu li {
    padding: 18px;
    transition: all .2s ease-in-out;
	cursor: pointer;    
}

.dropdown0 .dropdown-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 1rem;
}

.dropdown0 .dropdown-menu li:hover {
    background-color: #1F36B6;
}

.dropdown0 .dropdown-menu li:active {
    background-color: #1F36B6;
}


.text-dropdown {
    color:white;
    padding: 18px;
    font-weight: 100;
}

.text-dropdown0 {
    color:white;
    padding: 18px;
    font-weight: 100;
}


.dropdown0:focus{
    outline: none;
}


