﻿.daterangepicker .ranges li.active {
    background-color: #57bfbe;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #57bfbe;
    border-color: transparent;
    color: #fff;
}

@media(min-width:992px) {
    .nav-bottom {
        position: absolute !important;
        bottom: 0;
    }
}

.fstselected {
    font-size: 1.25rem !important;
}

.fstdropdown {
    border-color: #28a745 !important;
    padding-left: 6px;
    padding:2px;
}
body {
   /* font-size: 0.9rem;*/
}
.show-tick{
    width:100% !important
}

@media (min-width: 768px) {
    .sidebar {
        width: 19rem !important;
    }
}

@media (min-width: 768px) {
    .sidebar .nav-item .collapse div {
        width: 225px !important;
    }
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        width: 16rem !important;
    }
}