﻿.modal-title {
    font-weight: bold;
    font-size: 1.25rem;
}

.table > thead {
    vertical-align: bottom;
    background-color: #E1F0FF;
}

thead {
    border-color: transparent;
    border-style: unset;
    border-width: 0px;
}

.fa-trash-alt::before, .fa-trash-can::before {
    color: rgb(55 115 205);
}

.fa-pencil-alt::before, .fa-pencil::before {
    color: rgb(55 115 205);
}


a {
    color: rgb(55 115 205);
}

.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline) {
    border: 0px;
    padding: calc(1px + 0.5rem) calc(1px + 1.5rem);
    padding-right: calc(1px + 1.5rem);
    padding-left: calc(1px + 1.5rem);
}

.form-control {
    padding: 0.55rem 1rem;
}

.app-header {
    background-color: #13263c !important;
}

@media (min-width: 992px) {
    [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item > .menu-link .menu-title {
        color: rgb(211, 212, 225) !important;
    }
}

@media (min-width: 992px) {
    [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item > .menu-link .menu-title:hover {
        color: #ffffff !important;
    }
}

/*.app-header-menu .menu > .menu-item > .menu-link .menu-title {
    color: rgb(211, 212, 225) !important;
}

.app-header-menu .menu > .menu-item > .menu-link .menu-title:hover {
    color: #ffffff !important;
}*/

.btn.btn-link {
    padding-right: .5rem !important;
    color: rgb(55 115 205);
}

.card-header {
    /*background-color: #F4F4F4 !important;*/
    background-color: #E6E6E6 !important;
}

/*Open House Flyer line tabs*/
.nav-line-tabs .nav-item .nav-link {
    color: var(--bs-gray-700);
}

.text-muted {
    /*color: var(--bs-text-gray-700) !important*/
    color: #71b6df !important;
}

/*Loading panel*/
.dxbs-lp {
    background-color: #E1F0FF !important;
    background-color: lightgreen !important;
}

.card.no-border {
    --bs-card-box-shadow: none !important;
    --bs-card-border-color: none !important;
    border: none !important;
}

.badge.badge-circle {
    width: 4.75rem !important;
    height: 4.75rem !important;
}

/*.timeline .timeline-step-1 .timeline-item::before, .timeline .timeline-step-2 .timeline-item::before {
    content: "";
    position: absolute;
    width: 100%;
    border-left: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: 3px dashed #d5d7dd;*/
    /*    -o-border-image: url("../img/illustrations/border.webp") 20 round;
    border-image: url("../img/illustrations/border.webp") 20 round;*/
    /*left: 50%;
    bottom: 50%;
    z-index: -1;
}*/