/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
:root {
    overflow: hidden;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(88,95,105,.19);
}
::-webkit-scrollbar-track {
    border-radius: 3px;
    background: transparent;
}

table th,
table td {
    word-break: keep-all;
    white-space: nowrap;
    vertical-align: middle;
}

.nk-aside {
    border-right: 1px solid #e5e9f2 !important;
}

.nk-header {
    padding: 0 22px;
}

.nk-content-body.nk-height-set{
    height: 100%;
}

.nk-header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 -0.25rem;
    flex-direction: row;
    justify-content: space-between;
}

.nk-header-tools {
    margin-left: inherit;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media (max-width: 991.98px){
    .nk-content-body.nk-height-set{
        height: 96%;
    }
}

.has-aside .nk-footer {
    background: transparent;
    padding-top: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0rem;
    margin-right: 0rem;
}

.dashboard-info{
    background: url(//cdn.tmd.red/dashlite/3.1.1/assets/images/bg.601a08e9.png);
    background-size: 100% 100%;
}

@media (min-width: 992px){
    .nk-aside .nk-menu > li > .nk-menu-link, .nk-aside .nk-menu-heading {
        padding-left: 24px;
        padding-right: 0;
    }
    .nk-aside {
        margin-right: 0px;
    }
}


.simplebar-content-wrapper .nk-menu .nk-menu-item.active > .nk-menu-link {
    background-color: rgba(0,112,249,.05);
    border-right: 3px solid #0070f9;
}
.simplebar-content-wrapper .nk-menu .nk-menu-link:hover {
    color: #7f8dff;
}

.nk-menu-sub .nk-menu-link {
    padding: 0.375rem 66px 0.375rem 60px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1.25rem;
    color: #6e82a5;
}

.shadow-customize-1{
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.exceed-show-ellipsis{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.exceed-show-ellipsis-2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.exceed-show-ellipsis-3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.exceed-show-ellipsis-4{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.nk-header-tools .nk-menu-item > .nk-menu-link{
    padding: 0.625rem 10px 0.625rem 10px;
    font-size: 12px;
}
.nk-header-tools .nk-menu-item > .nk-menu-link.nk-menu-toggle{
    padding: 0.625rem 40px 0.625rem 10px;
}
.j-md{
    display: flex;
}
@media (max-width: 768px){
    .j-md{
        justify-content: center;
    }
}
.alert.sticky-top{
    z-index: -1;
}

.card-content{
   width: 100%; 
}

.overline-title {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #8094ae;
    text-transform: none;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}

@media (max-width: 560px){
    .fixed-table-pagination{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.form-daterangepicker{
    min-width: 248px;
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: auto;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}
.daterangepicker .date{
    display: flex;
}
@media (min-width: 564px){
    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: inherit;
    }
    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 0px solid #ddd;
    }
}
@media (min-width: 677px){
    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: left;
    }
    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ddd;
    }
    
}
@media (max-width: 678px){
    .daterangepicker {
        overflow: auto;
        width: 100%;
    }
    .daterangepicker .ranges > ul{
        display: flex;
        width: auto;
    }
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    color: #fff;
    background-color: #787878;
    padding: 3px;
    border: 3px solid;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 50%;
    margin-left: 0;
}

.dark-switch:before {
    background-color: #e5e9f2;
    border: #dbdfea00 solid 2px;
}

.dark-switch:after {
    height: 1rem;
    width: 1rem;
    right: calc(2rem - 2px - .125rem);
    background: linear-gradient(40deg, #ff0080, #ff8c00 70%);
}

.dark-switch.active:after {
    right: calc(2px + .125rem);
    background: none;
    box-shadow: inset -3px -2px 5px -2px #8983f7,
        inset -6px -4px 0 0 #a3dafb;
}

.dark-switch.active:before {
    background-color: #303136 !important;
    border-color: #6576ff00;
}