.d-none {
    display: none !important;
}

.nav-background {
    background-image: url("../../img/dashboard/driver-bg.png");
    background-size: cover;

    /* Workaround for some mobile browsers */
    min-height: 100%;
}

.navbar {
    background: none !important;
}

.navbar-menu>li>a {
    flex-direction: column;
}

.nav-icon {
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 10px;
    background: #D9D9D9;
}

.nav-icon .ikon,
.nav-icon .fa {
    color: #23496B !important;
    margin: 0 !important;
    vertical-align: middle;
    text-align: center;
}

.input-search {
    border-radius: 20px;
    border: 1px solid #0056FD;
    background: #353535;
    width: 50%;
}

.dashboard-clock {
    background-image: url("../../assets/images/dashboard/clock.png");
    background-size: cover;
    min-height: 100%;
}

.dashboard-clock .tile-header {
    position: absolute !important;
    left: 10px;
    bottom: -50px;
}

.dashboard-clock .tile-header h6 {
    color: #000 !important;
}

.dashboard-crash {
    background-image: url("../../assets/images/dashboard/crash.png");
    background-size: cover;
    min-height: 100%;
}

.dashboard-gigx {
    background-image: url("../../assets/images/dashboard/gigx.png");
    background-size: cover;
    min-height: 100%;
}

.dashboard-gigx .tile-header {
    margin-top: 40px;
    margin-right: -20px;
}

.dashboard-spotify {
    background-image: url("../../assets/images/dashboard/spotify.png");
    background-size: cover;
    min-height: 100%;
}

.dashboard-spotify .tile-header {
    margin-top: 3px;
    margin-right: -10px;
}

.dashboard-delete {
    background-image: url("../../assets/images/dashboard/delete.png");
    background-size: 100% auto;
    background-position: center;
    min-height: 100%;
}

.height-dashboard {
    height: 80px;
}

.height-sm-dashboard {
    height: 30px;
}

.multi-login-card {
    min-height: 60px;
    vertical-align: middle;
}

.wallet-card {
    background-image: url("../../assets/images/dashboard/card-layout.png");
    background-size: 100% auto;
    background-position: center;
    min-height: 100%;
}
