:root {
    --box-visit-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.f-20 {
    font-size: 20px;
}
.f-22 {
    font-size: 22px;
}
.f-45 {
    font-size: 45px;
}

.icon-Search:before {
    font-size: 45px !important;
    margin-top: 10px;
    color: #a8a8a8 !important;
}

/* button */
.btn-logo {
    width: 100px;
    height: 30px;
    padding: 2px 30px;
    border-radius: 4px;
    background-color: #f5f5f5;
    color: #ea0000;
    font-weight: 600;    
    display: flex;
    align-items: center;
    justify-content: center;
}