html body:not(.auth-bg) {
    background: #f6f9fb !important;
}
html body .pace-progress {
    background: #6b7a99 !important;
}
html body .pace-activity {
    border-left-color: #6b7a99 !important;
    border-top-color: #6b7a99 !important;
}
html body .breadcrumb-item a {
    color: #6b7a99;
}

.bg-primary-1 {
    background: #6b7a99;
}

.bg-primary-2 {
    background: #92a7ba;
}

.bg-primary-3 {
    background: #b7d1e2;
}

.bg-primary-4 {
    background: #d7dee4;
}

.bg-primary-5 {
    background: #e8ecef;
}

.border-primary-1 {
    border-color: #6b7a99 !important;
}
.border-primary-2 {
    border-color: #92a7ba !important;
}
.border-primary-3 {
    border-color: #b7d1e2 !important;
}
.border-primary-4 {
    border-color: #d7dee4 !important;
}
.border-primary-5 {
    border-color: #e8ecef !important;
}

.btn {
    text-transform: capitalize;
}
.btn-primary {
    background-color: #6b7a99 !important;
    border-color: #6b7a99 !important;
}
.btn-primary:hover {
    background-color: #92a7ba !important;
    border-color: #92a7ba !important;
}
.btn-dark-2 {
    background-color: #b7d1e2 !important;
    border-color: #b7d1e2 !important;
}

.back-to-top {
    background-color: #6b7a99;
}

.font-bold {
    font-weight: 500;
}

.profile-info {
    margin-left: 1rem;
    color: #413c3c;
}

.form-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: rgba(247, 247, 255, 0.7);
    z-index: 999;
    display: none;
}
.form-loader.show {
    display: flex;
}

html.color-sidebar .sidebar-wrapper {
    background-color: #6b7a99;
}

img {
    max-width: 100%;
}

.radius-5 {
    border-radius: 5px;
}

.form-select {
    border-left: 4px solid #6b7a99;
    border-radius: 5px;
}
.form-select:focus {
    border-color: #d7dee4;
    border-left-color: #6b7a99;
    box-shadow: 0 0 7px rgba(107, 122, 153, 0.5);
}

li.select2-selection__choice {
    background: #6b7a99 !important;
    color: #fff !important;
    border-color: rgba(13, 110, 253, 0.11) !important;
}
li.select2-selection__choice span {
    color: #fff !important;
}

.input-border {
    border-left: 4px solid #6b7a99 !important;
    border-radius: 5px;
}

.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background: transparent !important;
    border: 0;
}

.form-control {
    background: #fff !important;
    border-radius: 5px;
}
.form-control + label {
    text-transform: capitalize;
}
.form-control:disabled {
    background: #fff !important;
    border-left: 4px solid #6b7a99;
    border-radius: 5px;
    cursor: not-allowed;
}
.form-control:disabled + label {
    text-transform: capitalize;
}
.form-control:focus {
    border-color: #d7dee4;
    box-shadow: 0 0 7px rgba(107, 122, 153, 0.5);
}

.form-check-input:checked {
    background-color: #6b7a99;
    border-color: #6b7a99;
    box-shadow: 0 0 7px rgba(107, 122, 153, 0.5);
}

.stat-badge {
    background: rgba(13, 110, 253, 0.11);
    border-radius: 5px;
    overflow: hidden;
}
.stat-title {
    background: #6b7a99;
    padding: 10px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 110px;
}
.stat-title::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 95%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 10px black;
}
.stat-info-text {
    font-size: 15px;
    align-self: center;
}

.modal-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.0784313725);
}
.modal-loader.show {
    display: flex;
}

.sr-only {
    visibility: hidden;
    opacity: 0;
    position: absolute;
} /*# sourceMappingURL=edit.css.map */
