body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: dana, tahoma, Quicksand, sans-serif
}
p{
    margin-bottom: 0;
}
a{color:inherit}

.btn-link,
a:focus,
a:hover {
    text-decoration: none
}

.select-wrap select,
.slider,
select.text_field {
    -webkit-appearance: none
}

.br-theme-fontawesome-stars .br-widget,
.tbtn {
    white-space: nowrap
}
ul,li{
    margin:0;
    padding:0
}
.last-bottom-border:last-child{
    border-bottom: 0 !important;
}
.min-w-50{
    min-width: 50%;
}
.min-w-25{
    min-width: 25%;
}
.card.t2t{
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, .1);
    box-shadow: 0 2px 4px rgba(108, 111, 115, .1);
    border:none
}
.card-header.t2t{
    color:var(--bs-primary);
    background: #fff;
}

#bodypath{
    margin-top: 0 !important;
}