.ezfm-wrap {
    width: 100%;
    display: inline-grid;
}

.ezfm-wrap .item {
    width: 100%;
    padding: 8px;
}

.ezfm-wrap .item .title {
    width: 20%;
    float: left;
}

.ezfm-wrap .item .input-data {
    width: 75%;
    float: left;
}

.ezfm-wrap .button-submit {
    display: inline;
}

.ezfm-search {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 8px;
}

/* .ezfm-search{
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 5em;
    font-size: 16px
} */

.ezfm-search .title {
    margin-right: 12px;
}

.ezfm-search .dropdown {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.ezfm-search .button-search {
    margin-top: 12px;
    margin-bottom: 8px;
    float: right;
}

.ezfm-table {
    width: 100%;
}

/* #name input{
    
    float: right;
    width:35%;
} */

.dropdown select,.dropdown input{
    float: right;
    width:35%;
    /* margin-right: 8.5em; */
}


.dropdown .keyword-search{
    /* width: 150px; */
    float: right;
    width:35%;
}
   

.btn-advance#find-advance{
    /* float: right; */
    /* bottom: -5em; */
    background-color: white !important; 
    border: none !important;
    color: green !important;
    z-index: 3;
    margin-top: 4px;
    padding: 10px 0px;
}