h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #232222;
}

#content_form {
    margin-bottom: 5px;
}

.open>.dropdown-menu {
    background-color: var(--portalThemeColor4, #ffffff);
}

.open>.dropdown-menu>li>a {
    color: var(--portalThemeOnColor9, #1276CE);
}


.open .dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}

.dropdown-menu>.active>a {
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}

.open .dropdown-menu>.active>a:focus {
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}

/* ul {
    list-style-type: none;
} */


@media screen and (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        height: 50px;
    }
}

.dropdown-menu.dropdown-search.show {
    left: auto;
    right: 0;
}


.nav-link:hover {
    text-decoration: none;
}

.btn {
    border-radius: 0;
    line-height: 1.5rem;

}

.table {
    --bs-table-striped-bg: rgba(0, 0, 0, 0.0)
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px;
    border-top-width: 1px;
}

.form-select,
.form-control {
    border-radius: 0px;
}

.form-floating>.form-control-plaintext~label {
    flex-wrap: none;
}


input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
}


.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.alert {
    border-radius: 0;
}


.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
    border-bottom-width: 2px;
}

.input-group {
    flex-wrap: unset;
}

.dropdown-menu {
    border-radius: 0;
    --bs-dropdown-border-color: transparent;
}

.navbar {
    --bs-navbar-toggler-border-radius: 0rem;
}


.form-control {
    line-height: 1.5rem;
}


.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.breadcrumb {
    padding: 0px 0px;
}



@media (max-width: 1199px) {
    .dropdown-divider {
        border-color: black;
    }
}

.card {
    border-radius: 0px;
}

@media screen and (max-width: 600px) {
    .hero-title {
        font-size: 12vw;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 58px;
        letter-spacing: 19px;
        word-spacing: 1000em;
    }
}

.crm-chart {
    position: relative;
}