@font-face { 
    font-family: 'Dana';
    src: url('../fonts/DanaVF.woff') format('woff-variations'),
    url('../fonts/DanaVF.woff') format('woff');
    font-display: fallback;
}

body,
input, button, select, optgroup, textarea {
  font-family: "Dana", sans-serif;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

h1,
h2,
h3,
h4,
h5,
h6,
.list-group *,
.btn,
.header-title,
.accordion-button,
#footer-bar a:not(.btn) span,
.form-label label,
.offline-message,
.online-message,
.snackbar,
.tabs .tab-controls,
.toast-pill,
.toast-bar,
.menu-divider {
  font-family: "Dana", sans-serif;
  letter-spacing: normal;
}
.menu-divider { font-size: 12px; }
p { letter-spacing: normal; }
.header-bar.header-app .header-title { text-align: right; }
.offcanvas.offcanvas-bottom { height: auto; }
.apexcharts-legend-marker { margin-left: 3px; margin-right: unset; }
.apexcharts-yaxis-texts-g { margin-left: 20px; }
.header-bar.header-left .header-title { padding-right: 15px; padding-left: unset; }
.form-check-custom label { padding: 0px 40px 0px 15px; }
.form-check-custom i { right: 0; left: unset; }
.android-input:checked ~ .custom-control-label::after { transform: translateX(-27px); }
.form-check-custom input { transform: translateX(10000px); }
.form-custom.form-icon label { padding-right: 45px; padding-left: unset; }
.theme-light .stepper a:last-child { border-right: solid 1px rgba(0, 0, 0, 0.1); border-left: unset; }
.theme-light .stepper a:first-child { border-left: solid 1px rgba(0, 0, 0, 0.1); border-right: unset; }
.stepper a { font-size: 11px; }
.toast-pill i { right: 0; left: unset; }
input[type="tel"] { padding-left: 50px!important; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.divService {
    height: 108px;
    border-radius: 10px;
    padding-top: 10px;
    background: #ffffff;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
}
.spanService {
    color: #000;
    font-weight: bold;
    font-size: 0.9rem;
}
.imgService{
    height:60px;
}
.gradient-blue, .gradient-green, .gradient-red, .gradient-highlight {
    background-image: linear-gradient(to bottom, #ed1d26, #c8343a) !important;
}
.gradient-yellow, .gradient-purple {
    background-image: linear-gradient(to bottom, #656565, #000000) !important;
}

.theme-dark .imgBrand {
    border-color: #ffffff;
    background-color: #ffffff;
}
.theme-dark .divService {
    background: radial-gradient(circle, rgb(51 51 51) 0%, rgb(11 11 12) 100%);
}
.theme-dark .spanService {
    color:white!important
}

#footer-bar .active-nav i {
    background-image: linear-gradient(to bottom, #ed1d26, #810006) !important;
}
.spanMap {
    font-family: Dana !important;
    background-color: #ffffff;
    color: #ed1d26;
    border-radius: 4px;
    padding: 1px;
    font-size: smaller;
    position: absolute;
    bottom: 1px;
    width: max-content;
    right: 0;
    padding: 5px;
    font-weight: bold
}

.imgBrand {
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #e3e3e3;
    background-color: white;
}

.imgMap {
    
    height: 45px !important;
    border-radius: 5px !important;
    padding: 2px !important;
}
#footer-bar a:not(.btn) {
    flex: 1 1 20%;
}

.theme-dark .card, .theme-dark #preloader {
    background-color: #0b0b0c;
}
.btn{
    font-size:0.8rem!important
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #272727;
    padding-top: 200px;
    text-align: center;
    opacity: 80%;
    color: white;
}

#page, .header-bar, .footer-bar {
    max-width: 1100px !important;
    margin: 0 auto;
}

    .header-bar a:not(.header-title) {
        font-size: 22px !important
    }

#topLogo {
    max-height: 60px;
    padding-top: 5px;
    padding-bottom: 7px;
}

.swal-text {
    text-align: center !important
}

input::placeholder, textarea::placeholder, select::placeholder, input, textarea, select {
    font-size: 15px !important
}

.form-custom.form-icon input, .form-custom.form-icon select, .form-custom.form-icon textarea {
    padding-right: 15px !important;
}