.login-page {
    background-image: url('../images/login-bg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

label.error {
    color: #c31c01;
}

.sidebar-wrapper .sidebar-menu>.nav-item.menu-open>.nav-link,
.sidebar-wrapper .sidebar-menu>.nav-item>.nav-link {
    color: white;
}

.sidebar-wrapper .sidebar-menu>.nav-item.menu-open>.nav-link,
.sidebar-wrapper .sidebar-menu>.nav-item:hover>.nav-link,
.sidebar-wrapper .sidebar-menu>.nav-item>.nav-link:focus {
    color: white;
}

.sidebar-wrapper .nav-treeview>.nav-item>.nav-link {
    color: white;
}

.sidebar-wrapper .nav-treeview>.nav-item>.nav-link:focus,
.sidebar-wrapper .nav-treeview>.nav-item>.nav-link:hover {
    color: white;
}

.sidebar-wrapper .sidebar-menu>.nav-item>.nav-link.active:not(:hover) {
    color: white;
}

.sidebar-wrapper .sidebar-menu>.nav-item.menu-open .nav-link.active:not(:hover) {
    color: white;
}

.sidebar-wrapper .nav-treeview>.nav-item>.nav-link.active,
.sidebar-wrapper .nav-treeview>.nav-item>.nav-link.active:focus,
.sidebar-wrapper .nav-treeview>.nav-item>.nav-link.active:hover {
    color: white;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

/* 
.sidebar-wrapper .sidebar-menu>.nav-item.menu-open>.nav-link {
    color: white;
    background-color: transparent;
} */

input#password.pass::placeholder {
    color: rgb(13, 110, 253);
}

/* Styling for circular step indicators */
.step-indicator {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.circle.active {
    background-color: #0d6efd;
}

.step-label {
    font-size: 14px;
    margin-top: 5px;
    color: #333;
}

.indicator-item {
    text-align: center;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 32px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: none;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

html {
    scroll-behavior: smooth;
}

.dtr-details {
    width: 100%;
}
.dtr-details > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dtr-title, .dtr-data {
    width: 100%;
}