/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

a.underline{
    text-decoration:underline !important;
}

.nk-demo-panel {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    max-width: calc(100vw - 40px);
    max-height: 100vh;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 3px 12px 1px rgba(43,55,72,.15);
    padding: 0 0 1.5rem;
}

.nk-demo-panel-2x {
    width: 640px;
}

.nk-demo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e9f2;
}

.nk-demo-list {
    overflow: auto;
    max-height: calc(100vh - 60px);
}