.no-rotate {
    rotate: 0deg;
    transition: rotate 500ms;
}

.no-rotate.rotate45 {
    rotate: -45deg;
    transition: rotate 500ms;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
    margin-right: 1em;
    margin-left: 20%;
    margin-bottom: 10px;
}

.separator:not(:empty)::after {
    margin-left: 1em;
    margin-right: 20%;
    margin-bottom: 10px;
}

.dropdown-item:hover {
    background-color: var(--bs-light);
}

.icon {
    height: 75px;
}

.sticky {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 1;

}


#content-modules .scroll-margin-top {
    scroll-margin: 350px;
}
#content-modules.nav-sticky .scroll-margin-top {
    scroll-margin: 210px !important;
}


/* .sticky+.content {
    padding-top: 400px;
} */

a:hover {
    text-decoration: none;
}
/* .card-active{
    border: 2px solid #202020 !important;
} */

@media screen and (max-width: 800px) {
    #nav-modules p {
        display: none !important;
    }

    .icon {
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1000px) {
    #banner-videotutorials {
        display: none !important;
    }
}