.nav-item-btn-bg {
    cursor: default;
}

/*********************************************************
*            Icon Colors
+*********************************************************/

.icon-primary::before {
    color: #00549f !important
}

.icon-light-blue:before {
    color: #96C0E2 !important
}

.icon-secondary::before {
    color: #e1e1e1 !important
}
.icon-success::before {
    color: #57ab27 !important
}
.icon-info::before {
    color: #c7ddf2 !important
}
.icon-warning::before {
    color: #fc0 !important
}
.icon-danger::before {
    color: #E10066 !important
}
.icon-light::before {
    color: #ededed !important
}
.icon-dark::before {
    color: #000 !important
}
.icon-white::before {
    color: #fff !important
}

/*********************************************************
*            BG-Colors addons
+*********************************************************/

.bg-darkgreen {
    background-color: #478c1f;
}

.bg-lightgray {
    background-color: #f8f8f8;
}

/*********************************************************
*            Formular
+*********************************************************/

.rwth-form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #96C0E2;
    outline: 0;
    box-shadow: -0.25rem .25rem 0 #F7A800 inset, -0.25rem -.25rem 0 #F7A800 inset;
}

.rwth-form-control {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-left: 5px #96C0E2 solid;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    background-color: #ededed;
}

.form-pencil {
    font-size: 2rem;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.form-select {
    border-radius: 0 !important;
}

/*!* Tables *!*/

.table-striped tr .rwth-form-control {
    /* py-2 */
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.table-striped tr:nth-child(odd) .rwth-form-control {
    background-color: #fff;
}

.sticky-bottom-20 {
    position: sticky;
    bottom: 20px;
    z-index: 920;
}

.useExpired {
    background-color: rgba(0, 0, 0, 0.15);
    --bs-table-accent-bg: var(--bs-table-striped-bg);
}

/*********************************************************
*            Extra light blue color
+*********************************************************/

.color-light-blue {
    color: #96C0E2 !important;
}

.border-light-blue {
    border-color: #96C0E2 !important;
}

/*********************************************************
*            Responsive Border
+*********************************************************/

@media (max-width: 576px) {
    .border-sm-top-0 {
        border-top: 0;
    }
    .border-sm-end-0 {
        border-right: 0;
    }
    .border-sm-bottom-0 {
        border-bottom: 0;
    }
    .border-sm-start-0 {
        border-left: 0;
    }

    .border-xs-top {
        border-top: 3px solid #00549f
    }
    .border-xs-end {
        border-right: 3px solid #00549f
    }
    .border-xs-bottom {
        border-bottom: 3px solid #00549f
    }
    .border-xs-start {
        border-left: 3px solid #00549f
    }
}

@media (min-width: 576px) {
    .border-sm-top {
        border-top: 3px solid #00549f;
    }
    .border-sm-end {
        border-right: 3px solid #00549f;
    }
    .border-sm-bottom {
        border-bottom: 3px solid #00549f;
    }
    .border-sm-start {
        border-left: 3px solid #00549f;
    }

    .border-sm-x {
        border-left: 3px solid #00549f;
        border-right: 3px solid #00549f;
    }
    .border-sm-y {
        border-top: 3px solid #00549f;
        border-bottom: 3px solid #00549f;
    }
    .border-sm {
        border-top: 3px solid #00549f;
        border-bottom: 3px solid #00549f;
        border-left: 3px solid #00549f;
        border-right: 3px solid #00549f;
    }
    .border-sm-0 {
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 3px solid #00549f;
    }
    .border-md-end {
        border-right: 3px solid #00549f;
    }
    .border-md-bottom {
        border-bottom: 3px solid #00549f;
    }
    .border-md-start {
        border-left: 3px solid #00549f;
    }
    .border-md-top-0 {
        border-top: 0;
    }
    .border-md-end-0 {
        border-right: 0;
    }
    .border-md-bottom-0 {
        border-bottom: 0;
    }
    .border-md-start-0 {
        border-left: 0;
    }
    .border-md-x {
        border-left: 3px solid #00549f;
        border-right: 3px solid #00549f;
    }
    .border-md-y {
        border-top: 3px solid #00549f;
        border-bottom: 3px solid #00549f;
    }
    .border-md {
        border-top: 3px solid #00549f;
        border-bottom: 3px solid #00549f;
        border-left: 3px solid #00549f;
        border-right: 3px solid #00549f;
    }
    .border-md-0 {
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 3px solid #00549f;
    }
    .border-lg-end {
        border-right: 3px solid #00549f;
    }
    .border-lg-bottom {
        border-bottom: 3px solid #00549f;
    }
    .border-lg-start {
        border-left: 3px solid #00549f;
    }
    .border-lg-top-0 {
        border-top: 0;
    }
    .border-lg-end-0 {
        border-right: 0;
    }
    .border-lg-bottom-0 {
        border-bottom: 0;
    }
    .border-lg-start-0 {
        border-left: 0;
    }
    .border-lg-x {
        border-left: 3px solid #00549f;
        border-right: 3px solid #00549f;
    }
    .border-lg-y {
        border-top: 3px solid #00549f;
        border-bottom: 3px solid #00549f;
    }
    .border-lg {
        border-top: 3px solid #00549f;
        border-bottom: 3px solid #00549f;
        border-left: 3px solid #00549f;
        border-right: 3px solid #00549f;
    }
    .border-lg-0 {
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 3px solid #00549f;
    }
    .border-xl-end {
        border-right: 3px solid #00549f;
    }
    .border-xl-bottom {
        border-bottom: 3px solid #00549f;
    }
    .border-xl-start {
        border-left: 3px solid #00549f;
    }
    .border-xl-top-0 {
        border-top: 0;
    }
    .border-xl-end-0 {
        border-right: 0;
    }
    .border-xl-bottom-0 {
        border-bottom: 0;
    }
    .border-xl-start-0 {
        border-left: 0;
    }
    .border-xl-x {
        border-left: 3px solid #00549f;
        border-right: 3px solid #00549f;
    }
    .border-xl-y {
        border-top: 3px solid #00549f;
        border-bottom: 3px solid #00549f;
    }
    .border-xl {
        border-top: 3px solid #00549f;
        border-bottom: 3px solid #00549f;
        border-left: 3px solid #00549f;
        border-right: 3px solid #00549f;
    }
    .border-xl-0 {
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }
}

/*!* Tooltip *!*/

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 200px;
    padding: 16px 24px;
    color: var(--rwth-white);
    text-align: center;
    border-radius: 8px;
    background-color: #636465;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #636465;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #636465;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #636465;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #636465;
    opacity: 1;
}

.margin-vertical-clear {
    margin-left: 0 !important;
    margin-right: 0 !important;
}