body {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    background-color: #f4f6f8;
    color: #333;
    background-attachment: fixed;
    /*background-size: cover;*/
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url('/img/bridge-bg.png');
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    color: #050505;
    font-family: Overpass;
    font-weight: 900;
    font-size: 48px;

    line-height: 100%;
    letter-spacing: 0%;

}

.circle-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background-color: #B82B63;

}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

a {
    color: #B82B63;
    text-decoration: none;
}

a:hover {
    color: #B82B63;
    text-decoration: underline;
}

a.nav-link {
    color: #B82B63;
    text-decoration: none;
}

a.nav-link:hover {
    color: #B82B63;
    text-decoration: none;
}

.nav-underline .nav-link.active {
    text-decoration: none;
    color: #B82B63;
    border-bottom-color: #b82b63;
}

.nav-underline {
    border-bottom: 1px solid #D7DADD;
}

.btn-cherry {
    background-color: #B82B63;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.btn-cherry-std {
    background-color: #B82B63;
    color: #fff;
    border: none;
    cursor: pointer;
}

input:checked+.slider {
    background-color: #B82B63;
}

input[type="checkbox" i] {
    accent-color: #B82B63;
    /*cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;*/
}

.btn-cherry:hover {
    background-color: #A71D4D;
    color: #fff;
    text-decoration: none;
}

.btn-outline-cherry {
    background-color: transparent;
    color: #B82B63;
    border: 2px solid #B82B63;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.btn-outline-cherry:hover {
    background-color: #B82B63;
    color: #fff;
    text-decoration: none;
}


.bg-cherry {
    background-color: #B82B63;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;

}

.bg-cherry-light {
    background-color: #F8D3E0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}

.col-table {
    display: table-cell;
    vertical-align: middle;
}

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: var(--bs-emphasis-color);
    background-color: transparent;
    width: 100%;
    min-width: 100%;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::after {
    border-radius: 0.25em;
    background-color: #fff;
    color: #B82B63;
    flex-grow: 1;
    align-content: center;
    padding: 10px;
    justify-content: end;
    text-align: center;
    margin-right: 0;
    width: 40px;
    /*1.25em;*/
    height: 40px;
    /*1.25em;*/
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.menu-icon-bg {
    width: 40px;
    height: 40px;
    background-color: #f4f6f8;
}


.new-left-menu-container.accordion {
    background-color: #f4f6f8;
}


.new-left-menu-container.accordion-item {
    background-color: #f4f6f8;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
}

.new-left-menu-container.accordion-button {
    color: #B82B63;
    background-color: #fff;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 5px;
    border: none;
}

.new-left-menu-container.accordion-button:not(.collapsed) {
    color: #B82B63;
    background-color: #fff;
    box-shadow: none;
}

.new-left-menu-container.accordion-button::after {
    background-color: #fff;
    color: #B82B63;
    border-radius: 5px;
    padding: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}


.accordion-menu-header .accordion-button {
    color: #B82B63;
    background-color: #f4f6f8;
    box-shadow: none;
    font-weight: 900;
    font-size: 22px;
    padding: 10px 0;
    border-radius: 5px;
    border: none;
}

.accordion-menu-header .accordion-button:not(.collapsed) {
    color: #B82B63;
    background-color: #f4f6f8;
    box-shadow: none;
}

.accordion-menu-header .accordion-button::after {
    background-color: #f4f6f8;
    color: #B82B63;
    border-radius: 5px;
    padding: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.courses_online_table .accordion-item {
    border: none;
}

.courses_online_table .accordion-button {
    color: #B82B63;
    background-color: #fff;
    box-shadow: none;
    font-weight: 600;
    /*font-size: 22px;*/
    padding: 10px 10px;
    border-radius: 5px;
    border: none;
}

.courses_online_table .accordion-button:not(.collapsed) {
    color: #B82B63;
    background-color: #fff;
    box-shadow: none;
    border: none
}

.courses_online_table .accordion-button::after {
    background-color: #fff;
    color: #B82B63;
    border-radius: 5px;
    padding: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}


.menu-item {
    color: #000;
}

.ribbon {
    margin: 0;
    padding: 0;
    background: #e53935;
    font-size: 12px;
    color: white;
    padding: 3em 0 0.2em 0;

    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-40%) translateY(30%) rotate(-45deg);
    transform-origin: top left;
}

.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    /* tweak */
    width: 100%;
    height: 100%;
    background: #e53935;
}

.ribbon:before {
    right: 100%;
}

.ribbon:after {
    left: 100%;
}

.new-menu-position {
    /*position: relative;*/
}

.new-menu-position .new_bubble {
    background-color: #e54028;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;

}

.new-menu-container ul li .new-menu-group ul li .new_bubble {
    background-color: #e54028;
    padding: 2px 8px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #B82B63;
}