.btn-search {
    color: #0090DF;
    background-color: #E1F0FF;
    border-color: #E1F0FF;
}
.btn-third{
    color: #0090DF;
    background-color: #fff;

    -webkit-box-shadow: 0px 0px 5px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 5px 0px rgb(82 63 105 / 5%);
    border:1px solid #E1F0FF;
}


.yellow{
    color: #FFCF23;
}

.btn-card-conx{
    width: 100%;
    max-width: 250px;
}

.empty-results{
    display: flex;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
}

.empty-results img{
    width: 50%;
    height: auto;
    margin: auto;
    margin-bottom: 2em;
}


