.visually-hidden-focusable{
  display: none;
}

.card {
    border: none;
}
a.display{
    color: #fff!important;
}


.panel-heading{
    background-color: #C1CE30!important;
    color: #fff!important;
    font-size: 1.25rem;
}



.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #859125;
}


@media (max-width: 780px), (max-height: 575px)
.userway-menu-app .widget .widget-footer {
    display: none;
}
@media (max-width: 1024px), (max-height: 650px)
.userway-menu-app .widget .widget-footer {
    display: none;
}



div.widget-footer {
  display: none;
}

.bg-success {
    background-color: #292929!important;
}


.navbar-nav{
 position: relative;
 right: 200px; 
// top: 20px;
 // left: 200px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ABABAB;
    border-radius: .5rem;
}

