﻿.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}

.text-white {
    color: #fff !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.bg-primary {
    background-color: #0061f2 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(33, 40, 50, .125);
    border-radius: .35rem;
    /*height:74%;*/
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem
}

.align-items-center {
    align-items: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.d-flex {
    display: flex !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

/*.text-white-75 {
    color: hsla(0,0%,100%,.75) !important
}*/
.small, small {
    font-size: .875em;
    font-weight: 400
}

.text-lg {
    font-size: 1.25rem !important
}

.font-weight-bold {
    font-weight: 500 !important
}

[_nghost-tcw-c59] {
    display: inline-block;
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    width: 24px;
}

.feather-xl {
    height: 2.5rem !important;
    width: 2.5rem !important;
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important;
}

i-feather {
    display: inline-flex !important;
    height: auto !important;
    width: auto !important;
}

.feather-xl .feather {
    height: 2.5rem !important;
    width: 2.5rem !important;
}

.feather {
    height: 1rem;
    width: 1rem;
    vertical-align: top;
}

i-feather svg {
    height: 100%;
    width: 100%;
    vertical-align: top;
}

svg {
    overflow: hidden;
}

.card-footer:last-child {
    border-radius: 0 0 .35rem .35rem;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.card-footer {
    padding: 1rem 1.35rem;
    background-color: rgba(33, 40, 50, .03);
    border-top: 1px solid rgba(33, 40, 50, .125);
}

a {
    color: #0061f2;
    text-decoration: none;
    background-color: transparent;
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa.fa-w-8 {
    width: 0.5em;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.fa-bar-chart {
    color: rgba(255, 255, 255, 0.99);
    font-size: 3em;
}

button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

button:focus {
    outline: none !important;
}
.date {
    padding-left: 2%;
}
.dateInput {
    width: 75%;
   /* padding: 5px;*/
    text-align: center;
    cursor:pointer;
}
.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    padding-top:4%;
    padding-left:2%;
   
}

.icon {
    padding-top: 2%;
    padding-left: 3%;
}
.FilterTable {
    margin-top: -3%;
}