body.dark-theme {
    color: #fff;
    background: rgb(3,6,29) !important;
    background: linear-gradient(180deg, rgba(3,6,29,1) 0%, rgba(3,10,55,1) 35%, rgba(3,6,29,1) 100%);    
}

body.dark-theme header {
    background: rgb(3, 6, 29) !important;
    border-bottom: 0.1px solid rgb(255 255 255 / 14%);
}

body.dark-theme p, 
body.dark-theme h1, 
body.dark-theme h2, 
body.dark-theme h3, 
body.dark-theme h4, 
body.dark-theme h5, 
body.dark-theme h6, 
body.dark-theme a, 
body.dark-theme i {
    color: #fff;
}

.years-selection li {
    background: #03061d;
    border: 1px solid #ffffff;
}

.prev-step {
    background: #03061d;
    border: 1px solid #fff;
}

.next-step {
    background: #03061d;
    border: 1px solid #fff;
}
.submit-wizard {
    background: #ab1d36;
    border: 1px solid #fff;
}
.warning {
    color: #c41721 !important;
}

.btn-login {
    background: transparent !important;
    border: 1px solid #fff !important;
}
.note-small {
    border-left: 3px solid #fff !important; 
    color: #fff;
}
.text-muted {
    color: #fff !important;
}

.progress-bar {
    background: #989ecf !important;
}

a.btn.float-r {
    color: #fff !important;
}
.sticky-nav-heading {
    color: #000 !important;
}
.submissionh {
    color: #000 !important;
}
.custom-modal-body > p {
    color: #000 !important;
}
.custom-modal-title > h5 {
    color: #000 !important;
}