﻿.reportrange-text {
    line-height: 2.2;
    border: 1px solid #dee2e6 !important;
}

.daterangepicker.show-calendar .ranges {
    padding: 0 !important;
}

label.error {
    font-size: .8rem;
    color: #f5365c;
}

.form-control {
    color: #383838;
    /* height:calc(1em + 1.25rem + 5px); */
    /* font-size:.8rem; */
}

.page-item.active a {
    z-index: 3;
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
}

.page-item.disabled a {
    cursor: auto;
    pointer-events: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #fff;
}

.pagination-lg a {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem;
}

.pagination-lg .page-item:first-child a {
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem;
}

.pagination-lg .page-item:last-child a {
    border-top-right-radius: .4375rem;
    border-bottom-right-radius: .4375rem;
}

.pagination-sm a {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
}

.pagination-sm .page-item:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination-sm .page-item:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.dataTables_info {
    font-size: .82rem;
}

.page-size, .page-size span, .page-size select {
    position: relative;
    float: left;
    margin-bottom: 10px;
    font-size: .82rem;
    line-height: 2rem;
}

.page-size span, .page-size select {
    margin: 0 5px;
}

.page-size select {
    display: inline-block;
    width: auto;
}

div.v-select {
    font-size: .85rem;
}

.vs__dropdown-toggle {
    padding: 5px 0 7px !important;
}

.vs__selected {
    margin: 0 !important;
}

input::placeholder {
    color: #ccc !important;
}

@media(max-width:576px) {
    .mobile-50 {
        width: 50% !important;
    }
}


.dropdown-menu .divide-item {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    color: #919191;
}

.nav-tabs{
    border-bottom: none;
    background: #fc0;
    padding: 8px 10px 8px 22px;
    width: auto;
    border-radius: 20px;
}

.nav-pills .nav-link{
    padding: 0.75rem 3rem;
        box-shadow: 0 2px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

.card-footer{
    border-top:0;
}
.faqCollapse{
    margin-bottom:3px;
    box-shadow:none;
    border:1px solid #ededed;
    border-radius:0;
}
.faqCollapse .card-header{
    padding:.3rem;
}
.faqCollapse .card-body{
    font-size: 0.8rem;
}
.faqCollapse a.btn-link{
    width:100%;
    text-align:left;
}