.search-box-mobile .header-search-input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    padding: 0 12px 0 46px;
    color: #23254e;
    font-weight: bold;
    background-color: #F0F0F1;
}

.search-box-mobile .btn-search {
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: 12px;
    left: 56px;
    background-color: transparent;
}

.search-box-mobile .btn-search i {
    color: #A1A3A8;
}

.header-mobile .search-box-mobile {
    width: 100%;
}
.header-mobile{
    width: 100%;
    padding: 4px .5rem 0;
    display: flex;
}
.header-mobile .btn-login-mobile{
    width: 50px;
    display: flex;
    flex-direction: row-reverse;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(196, 211, 191);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 7px rgba(52, 152, 219, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
    }
}
