::placeholder {color: #666; opacity: .8;}
::-ms-input-placeholder {color: #666;}

.progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: .70313rem;
    background-color: #ecf0f2;
    border-radius: 4px;
    box-shadow: none
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1e4db7;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 5px 5px
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}
.fa-check {
    color: #02b502;
}

 .help-block {color: var(--bs-danger);}
::placeholder {
  color: #bdbdbd !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #bdbdbd !important;
}

@media (min-width: 1300px) {
    html[data-layout=horizontal] .sidebar-nav #sidebarnav>.sidebar-item>.sidebar-link {
        padding: 0 7px 0 5px !important;
    }
    html[data-layout=horizontal] .left-sidebar .scroll-sidebar {
        margin-top: 10px !important;
    }
    html[data-layout=horizontal] .sidebar-nav #sidebarnav>.sidebar-item {
        min-height: 46px !important;
    }
}