.desktoplogo img {
    width: auto;
    max-width: inherit;
    max-height: 70px;
}

.title-important {
    /** Give me a color that stands out from #6c757d */
    color: var(--theme-color);
}

.wave-hand {
    display: inline-block;
    transform-origin: bottom right;
    animation: wave 0.6s infinite alternate ease-in-out;
}

@keyframes wave {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(20deg); }
}

.no-lh:before {
    line-height: unset !important;
}

.question {
    margin-bottom: 2rem;
}

.question .h6-xl {
    margin-bottom: 1rem;
}



#stlChanger {
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    right: -190px;
    top: 100px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#stlChanger.open {
    right: 0
}

#stlChanger .bgChanger {
    min-width: 240px;
    min-height: 240px
}

#stlChanger .blockChanger {
    width: 190px
}

#stlChanger .chBody {
    background: var(--black);
    width: 190px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--black);
    border-radius: 10px 0 0 10px;
    height: 315px;
    overflow: scroll;
    overflow-x: hidden;
    direction: rtl;
    margin-left: 50px
}

#stlChanger .chBody.chBody-sm {
    height: 260px
}

#stlChanger .chBut {
    background: #ef2853;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000000;
    text-align: center;
    border: 1px solid #ef2853;
    border-left: none;
    padding: 0 0 0 2px;
    border-radius: 6px 0 0 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#stlChanger .chBut [class*=flaticon-]:after,#stlChanger .chBut [class*=flaticon-]:before {
    color: var(--white);
    font-size: 2.15rem;
    line-height: 48px!important
}

.stBlock {
    margin: 25px 18px 0
}

#stlChanger p {
    color: var(--white);
    font-size: .85rem;
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 16px
}

#stlChanger .stBgs a {
    text-decoration: none;
    width: 44px;
    height: 44px;
    float: left;
    padding: 0;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.stB1,.stB2,.stB4,.stB5,.stB7,.stB8 {
    margin-right: 10px
}

#stlChanger .stBgs a img {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.stBlock1 {
    margin: 0 18px 25px
}

.stBlock1 .btn {
    width: 100%;
    font-size: .85rem!important;
    line-height: 1;
    padding: .55rem 1.2rem;
    margin-top: 10px
}

.switch {
    color: var(--white);
    font-size: .85rem!important;
    padding: .35rem 1.2rem;
    border: 2px solid var(--white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.switch:hover {
    color: #2b2e37!important;
    background-color: var(--white);
    border: 2px solid var(--white)
}

#theme-switcher .theme-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#theme-switcher .theme-link i.far {
    position: unset;
}

#theme-switcher .theme-link.active {
    background: lightblue;
}

.grecaptcha-badge {
    z-index: 99999;
}
