/* put your own styles to customize and override the theme */
.app-header .navbar{
    box-shadow: 0 9px 15px -6px black;
}

.has-fullwidth .app-footer{
    margin: 0 !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    box-shadow: 0 0px 15px -6px black;
}

.has-fullwidth .app-footer .list-inline{
    padding-bottom: 0px;
    margin-bottom: 0;
}

/* Sidebar Custom CSS */
.page.sidebar-md .page-inner{
    margin-right: 26rem !important;
}

.page.sidebar-md .page-sidebar{
    width: 27rem !important;
    max-width: 27rem !important;
}

.page.sidebar-sm .page-inner{
    margin-right: 19rem !important;
}

.page.sidebar-sm .page-sidebar{
    width: 20rem !important;
    max-width: 20rem !important;
}

.page.sidebar-lg .page-inner{
    margin-right: 34rem !important;
}

.page.sidebar-lg .page-sidebar{
    width: 35rem !important;
    max-width: 35rem !important;
}

/* Change Font of Rupee Sign */
@font-face {
    font-family: 'Exo';
    unicode-range: U+20B9;
}
@font-face {
    font-family: 'Exo';
    unicode-range: U+20CF;
}
@font-face {
    font-family: 'Exo';
    unicode-range: U+20A0;
}

/* Tooltip width Increase */
.tooltip-inner {
    max-width: 400px !important;
}