/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

label[required]:after {
    content: '*';
    color: red;
    padding: 5px 5px 5px 5px;
    position: relative;
    bottom: 5px;
}

.loading {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffffe3;
}
.loading button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
}

.steps .current-step-info.audible{
    color: #D3AD6B;
}

.nk-notification {
    opacity: 0.6;
}
.nk-notification.unread {
    opacity: 1;
}

.nk-wizard-simple .steps ul li a:hover span, .nk-wizard-simple .steps ul li a:hover h5 {
    color: #d6b57b !important;
}
