.sidebar-nav {
    position: fixed;
    top: 260px;
    left: 0;
    width: 234px;
    /* max-width: 234px; */
    height: auto;
    background-color: #E8E8E9;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.sidebar-nav.hide-sidebar {
    transform: translateX(-85%);
}

.sidebar-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
}

.sidebar-title h1 {
    font-size: 20px;
    font-weight: bold;
}

.sidebar-title i {
    font-size: 20px;
    font-weight: bold;
}

.sub-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 10px;
    background-color: #444444;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.sub-title:nth-last-child(2) {
    border: 0;
}

.sub-title.active {
    background-image: linear-gradient(to right, #db0031, #bb0f26);
}

.sub-title h1 {
    color: white;
}

.sub-title i {
    /*margin-left: 70px;*/
    /*margin-top: 5px;*/
    font-size: 20px;
    font-weight: bold;
}

.all-workshop-groups {
    display: none;
    max-height: 420px;
    overflow-y: auto;
}

.active+.all-workshop-groups {
    display: block;
}

.other-trainings {
    padding: 3px 10px;
    border-bottom: 1px solid #fff;
}

.other-trainings-titles {
    font-size: 16px;
    color: #444444;
}

.select-training-category {
    position: relative;
    width: 257px;
    margin-top: -5px;
    margin-left: 5px;
}

.selected-category {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    color: #444444;
    height: 50px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    width: 144px;
}

.category-options {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ccc;
    z-index: 1;

}

.category-option {
    padding: 10px;
    color: #444444;
    cursor: pointer;
}

.category-option:hover {
    background-color: #444444;
    color: #ffffff;
}

#selected-category-chevron-down {
    margin-top: -43px;
    margin-left: 150px;
    cursor: pointer;
}

.training-category-chevron-down {
    font-size: 14px;
    margin-top: 20px;
}

.training-icon-right {
    margin-left: 70px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.training-category {
    font-size: 14px;
    margin-top: 20px;
}


.main-booking-information {
    width: 260px;
    margin-left: 40px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.hotel-information{
    padding-left: 3%;
}

.right-side-bar-logo {
    position: relative;
    width: 100%;
    top: -13px;
    margin-bottom: -18px;
    z-index: 1;
}

.right-sidebar-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    background-color: #E8E8E7;
    font-size: 1.25rem;
    text-align: center;
}

.booking-information {
    padding: 10px;
}

.booking-information-title {
    font-size: 16px;
    font-weight: bold;
}

.booking-information-paragraph {
    margin-bottom: 20px;
}

.training-unit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.termin-selection {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border: 1px solid #ccc;
}

.termin-selection-title {
    font-size: 20px;
}

.selected-termin {
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    background-color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}

.meeting-selection-percentage {
    padding: 1px 5px;
    margin-left: 6px;
    background-color: #db0031;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.selected-termin-chevron-down {
    margin-left: 10px;
    cursor: pointer;
}

.termin-options {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    width: 100%;
}

.termin-option {
    padding: 10px;
    cursor: pointer;
}

.termin-option:hover {
    background-color: #444444;
    color: #FFFFFF;
}

.register-now-button {
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(to right, #db0031, #bb0f26);
    border: none;
    border-radius: 0;
    color: white;
    width: 100%;
    height: 44px;
    cursor: pointer;
    margin-top: 15px;
}

/*END OF: BOOKING INFORMATION*/


/*  Flyer Downloader */

.flyer-downloader-container {
    /*display: flex;*/
    justify-content: space-evenly;
    margin-left: 40px;
    margin-bottom: 30px;
    background-color: #444444;
    border: 1px solid #ccc;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.flyer-downloader {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 10px;
}

.flyer-icon {
    padding-right: 4px;
    font-size: 30px;
}

.flyer-downloaden-selected {
    padding-left: 4px;
    color: white;
    font-size: 20px;
}

.flyer-more {
    padding: 8px;
}

.flyer-dropdown-menu {
    display: none;
    position: relative;
    left: 1px;
    border: 1px solid #ccc;
    z-index: 1;
    width: 257px;
    background-color: #ffffff;
    top: -1px;
}

.flyer-dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444444;
}

.flyer-dropdown-menu a:hover {
    background-color: #444444;
    color: #FFFFFF;
    width: 100%;
}

.flyer-dropdown-menu a[data-file-type="pdf"] {
    display: none;
}

.flyer-dropdown-menu a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    font-size: 16px;
    color: #ffffff;
}

/**/

.select-flyer-downloader-type {
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    width: 98%;
}

.flyer-downloader-title {
    width: 260px;
    height: 55px;
    background-color: #444444;
    margin-top: -5px;
    display: flex;
    justify-content: space-between;
}

.flyer-downloader-h1-title {
    padding-top: 10px;
    font-size: 20px;
    background: transparent;
    text-align: center;
}

/*END OF: Flyer Downloader*/

/* DIGITAL CERTIFICATE */
.main-digital-certificate {
    margin-left: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.digital-certificate-title {
    padding: 8px;
    background-color: #E8E8E7;
    font-size: 20px;
}

.show-certificate-title {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.certificate-logo-and-text {
    display: flex;
}

.certificate-logo {
    width: 118px;
    padding-right: 10px;
    padding-left: 10px;
}

.certificate-bottom-text {
    padding: 10px;
}
