#search0{
    position: absolute;
    left: 30px;
    top: 88px;
    width: 1081px;
    height:  250px;
    background: inherit;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 4px 0px rgba(67, 0, 205, 0.38);
    border-radius: 11px;

}
.text2{
    /*margin-left: px;*/
    /*margin-top: px;*/
    position: relative;
    left: 15px;
    top: 3px;
    padding: 4px 10px;
    min-width: 50px;
    height: 21px;
    color: #545454db;
    cursor:pointer;
    font-weight: 400;
        /*font-weight: bold;*/
}
.select1{
    color: white!important;
    background:linear-gradient(to bottom, rgba(41, 1, 124, 0.6), rgba(41, 1, 124, 0.7), rgba(41, 1, 124, 0.8), #29017c);
    border-radius: 5px!important;
}

.search1 div:focus, .search1 div:hover, .search1 div:active{
    color: white!important;
    background:linear-gradient(to bottom, rgba(41, 1, 124, 0.6), rgba(41, 1, 124, 0.7), rgba(41, 1, 124, 0.8), #29017c);
    border-radius: 5px;
    box-shadow: 2px 2px 5px #aaa;
}
.search1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#head{
    width: 100%;
    display: flex;
    margin: 7px 15px 15px 0px;
    font-size: 15px;
}
.text1{
    font-weight: bold;
    width: 50px;
    padding: 5px 20px ;
    align-self: center;
    margin-top: 3px;
}
#line0{
    height: 1px;

    background-color: rgb(67 0 205 / 20%);
}
