.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    position: relative;
    height: calc(100vh - 75px);
    overflow: auto;
    width: 260px;
    z-index: 4;
    padding-bottom: 100px;
    overflow: hidden;
}

@media (min-width:1200px){.modal-xl{max-width:1140px !important}}

.ninety {
    width: 90% !important;
}

.ten{
    width:10%;
}

.twenty{
    width:20% !important;
}

.input-wide {
    width: 100% !important;
}

.btn-alert{
    float:right !important;
}

.alert-secondary .h6{
    line-height: 54px;
}

.alert-secondary > div:after {
    clear: both;
    content: '';
    display: table;
}
