
html {
    scroll-behavior: smooth;
}

.suggest {

}

.suggest span {
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px;
    min-width: 50px;
}

.shopyo-link{
    text-decoration: inherit;
    color: inherit;
}

.shopyo-link:hover{
    text-decoration: inherit;
    color: inherit;
}

.card-menu{
    display: inline-block;
    width: 200px;
    margin: 15px;
    border-radius: 20px;
    background: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    text-decoration: none !important;
}

.card-menu:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.card-menu-icon{
    font-size: 32px;
    margin-bottom: 0;
    transition: transform 0.3s ease;
}

.card-menu:hover .card-menu-icon {
    transform: scale(1.1);
}

.card-footer {
    background: transparent;
    border-top: 1px solid rgba(0,0,0,0.03);
    font-weight: 600;
    font-size: 0.9rem;
    color: #1d1d1f;
    padding: 15px;
    text-align: center;
}

.shopyo-alert{

}

#flashed-messages{
    padding: 5px;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 10;
    height: 300px;
    overflow-y: scroll;

}

#flashed-messages::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
#flashed-messages{
    -ms-overflow-style: none;
}

.yo-admin-nav-icon{
    font-size: 30px
}
.form-inline a{
    font-size: 15px;
}

#page-content-wrapper{
    background-color: #f1f1f1;
}

.yo-sidebar-item{
    background-color: #fff;
    border: none;
}
.yo-sidebar-item:hover{
    background-color: #ece0fd;
    color:#6200ee;
    border: none;
}

.shopyo-main-area{
    background-color: #fbfbfd;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1d1d1f;
}

#page-content-wrapper{
    background-color: #fbfbfd;
    color: #1d1d1f;
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 8px 12px rgba(0,0,0,0.1);
}
