
.content_auto_sidebar_elements_wrapper.active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    margin-left: 21px;
}

.content_auto_sidebar_elements_wrapper.sidebar_title.active {
    margin-left: 0;
}

.content_auto_sidebar_elements_wrapper.active .content_auto_sidebar_elements {
    font-weight: 400 !important;
    margin-left: 2px;
}

.content_auto_sidebar_elements_wrapper.active .fa-chevron-right {
    display: none;
}

.content_auto_sidebar_elements_wrapper .fa-chevron-right,
.content_auto_sidebar_elements_wrapper .fa-user-hard-hat {
    color: var(--orangered-color);
}

.content_auto_sidebar_elements_wrapper .fa-chevron-right {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.content_auto_sidebar_elements_wrapper.active .content_auto_sidebar_elements::before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin: 0 5px 0 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

.content_auto_sidebar_elements_wrapper.active .content_auto_sidebar_title::before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin: 0 5px 0 3px;
    font-size: 15px;
}

.content_auto_sidebar_elements_wrapper:hover .content_auto_sidebar_elements,
.content_auto_sidebar_elements_wrapper:hover .content_auto_sidebar_title {
    text-decoration: none;
    font-weight: 400;
    margin-left: 34px;
    /*transform: translateX(-100%);*/
}

.content_auto_sidebar_elements_wrapper.active:hover span {
    font-weight: 400;
}

.content_auto_sidebar_elements_wrapper:last-of-type {
    border-bottom: none;
}

.content_auto_sidebar_wrapper {
    overflow: hidden;
    padding: 10px;
    background-color: #e5f2f7;
    font-family: Montserrat;
    font-weight: normal;
    color: #10375e;
    font-size: 15px;
    margin-bottom: 20px;
}

.content_auto_sidebar_links {
    max-height: 55vh;
    overflow-y: scroll;
    scrollbar-color: #888 #dfdfdf;
    scrollbar-width: thin;
}


/* width */

.content_auto_sidebar_links::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.content_auto_sidebar_links::-webkit-scrollbar-track {
    background: #dfdfdf;
    border-radius: 10px;
    border: 1px solid #80808021;
}


/* Handle */

.content_auto_sidebar_links::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


/* Handle on hover */

.content_auto_sidebar_links::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.content_auto_sidebar_elements_wrapper:hover .content_auto_sidebar_title {
    text-decoration: none;
    font-weight: 1000;
}

.content_auto_sidebar_title {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    font-weight: 500;
    color: #10375e;
    transition: all 0.3s ease-out;
}

.content_auto_sidebar_elements_wrapper {
    /*border-bottom: 1px solid black;*/
    display: block;
    /* color: var(--bobex-blue) !important; */
    /*color: var(--orangered-bg-page);*/
    color: #10375e;
}

.content_auto_sidebar_elements_wrapper:hover {
    /* color: var(--bobex-blue) !important; */
    color: #10375e;
}

.quotes_sidebar {
    background-color: #e5f2f7;
}

.quotes_sidebar > div {
    position: relative;
}

.quotes_sidebar > .h2 {
    font-family: Montserrat;
    font-weight: 600;
    color: #10375e;
    font-size: 1.4rem;
}

.quotes_sidebar_steps {
    background-color: var(--orangered-bg-page);
    border-radius: 999px;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 1.8;
    margin: auto;
    font-family: Montserrat;
    font-weight: 700;
    z-index: 1;
}

.quotes_sidebar_steps_text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    color: #10375e;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.13em;
}

@media screen and (min-width: 1200px) {
    .line-top {
        width: 25px;
        height: 20px;
        background: transparent;
        border: none;
        border-top: dashed 3px #10375e;
        border-radius: 50%;
        transform: rotate(90deg);
        position: absolute;
        bottom: 30px;
        left: 30px;
    }

    .line-bottom {
        width: 30px;
        height: 20px;
        background: transparent;
        border: none;
        border-bottom: dashed 3px #10375e;
        border-radius: 50%;
        transform: rotate(90deg);
        position: absolute;
        top: 30px;
    }
}