body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

/* Hide scrollbar */
::-webkit-scrollbar {
    display: none;
}

.card {
    background: #FFFFFF;
    border-radius: 15px;
}

.sidebar-header:hover {
    cursor: pointer;
}

.icon-text {
    font-size: 2.5rem;
    font-weight: bold;
}

.dashboard-icon-card {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
}

.viewlist{
    text-decoration: none;
    color: #520CF3;
}
.search{
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    }

.search input{
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}
.search .fa-search{
    position: absolute;
    top: 11px;
    left: 16px;
   }