.invalid-feedback {
    margin-top: -10px;
    display: block;
}

.form-input.is-invalid {
    border: 2px solid #f26464 !important;
}

i.fa {
    padding-right: 3px;
}

.sidebar-body-menu a > .fa {
    margin-right: 10px;
    font-size: 24px;
}

.text-color {
    color: #171717;
}

.darkmode .text-color {
    color: #eff0f6;
}

.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px
}
.darkmode .card {
    background-color:#161624;
    color:#d6d7e3;
}

.stat-cards .col-sm-12{
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .main-nav-end>*{
        margin-right:-10px
    }
}

.gray-circle-btn .fa{
    padding-right: 0px;
    color: #d6d7e3;
}

.darkmode .gray-circle-btn .fa{
    padding-right: 0px;
    color: #eff0f6;
}

.stat-cards-icon .fa{
    padding-right: 0px;
}

.stat-cards-icon.danger {
    background-color: rgb(243, 139, 139);
    color: #f26464;
}
.form-group label{
    font-weight: 500;
    font-size: 14px;
}

.form-group input, .form-group textarea, .form-group select{
    background-color: #eff0f6;
    border-radius: 6px;
    min-height: 40px;
    border: solid transparent 2px!important;
}

.darkmode .form-group input {
    background-color: #222235;
    color: #eff0f6;
}

.darkmode .form-group input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

.darkmode .form-group select {
    background-color: #222235;
    color: #eff0f6;
}

.darkmode .form-group select::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

.darkmode .form-group textarea {
    background-color: #222235;
    color: #eff0f6;
}

.darkmode .form-group textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

.browser-sessions {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.browser-sessions .row {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Notifications */
.notifications-list-item .col-lg-2{
    align-self: center;
    text-align: center;
}

/* Levels */
.levels-table thead {
    background-color: #f0f2fa;
}
.levels-table ul.list-unstyled li{
    margin-bottom: 0.5em;
}
.levels-table ul.list-unstyled li:last-child{
    margin-bottom: 0;
}
.levels-table tbody tr{
    border-bottom: 0.08em solid;
    border-color: #CCC;
}
.levels-table tbody tr:last-child{
    border-bottom: 0;
}
.darkmode .levels-table tbody tr{
    border-color: #FFF;
    color: white;
}

.badge-danger, .badge-success, .badge-warning, .badge-info, .badge-primary {
    padding: 1px;
    width: 85px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.67;
    display: -webkit-inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 100px;
    text-align: center;
}

.badge-warning {
    color: #ffb648;
    background-color: rgba(255,172,50,.1);
}

.badge-danger {
    color: #f26464;
    background-color: rgba(245,91,93,.1);
}

/*Mobile Navbar*/
.mobile-nav {
    background: #F1F1F1;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    line-height: 0;
    color: #0061f7;
}
.darkmode .mobile-nav {
    background: #0f0f18;
    color: white;
}
.footer .mobile-nav a {
    line-height: 0;
}
.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
}
.bloc-icon i {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.bloc-icon span {
    display: block;
}
@media screen and (min-width: 600px) {
    .mobile-nav {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .footer--flex{
        margin-bottom: 60px;
    }
}
