#comment {
    border: 1px solid gray;
    width: 100%;
    height: 60px;
    padding: 10px;
    border-radius: 5px;
    resize: none;
}
.form-act {
    background: #f1f1f1;
    margin: 10px -15px;
    padding: 10px 15px 0 15px;
}


.ava {
    margin-right: 15px !important;
    opacity: .5;
    cursor: pointer;
}
.ava:hover {
    opacity: 1;
}
.form-control_errors {
    border: 1px solid #dc3545;
    border-radius: 5px;
}
#loaderTabs {
    display: none;
}
.loaderActive {
    display: block!important;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.clip_body_active {
    transition: 0.2s;
    opacity: 0.1%;
}
#tab-hid {
    position: relative;
}
.blocks {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffe6;
    padding: 50px;
    text-align: center;
}
#back-to-top {
    right:unset !important;
    left:20px !important;
}
#helpdesc {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    border-radius: 7px;
    background: var(--primary-bg-color);
}

#helpdesc i {
    padding-top: 15px;
    font-size: 16px;
}

#helpdesc:hover {
    background: #fff !important;
    border: 1px solid var(--primary-bg-color);
    color: var(--primary-bg-color);
}

@media (max-width: 767px) {
    #acc_html .sort {
        text-align: center!important;
    }
    .ac_stats {
        justify-content: center!important;
        float: none!important;
    }
    .ac_dey {
        justify-content: center!important;
        float: none!important;
        padding-top: 10px;
    }
}

@media (max-width: 525px) {
    .options_sort_search {
        flex-wrap: wrap;
    }
    .options_sort_search .btn-group {
        margin-left: 0!important;
    }
}
@media (max-width: 500px) {
    .options_sort_search .f {
        padding-top: 10px;
    }
    #ulTabs {
        flex-direction: column!important;
    }
    .tabs-menu1 ul li {
        width: 85%!important;
    }
    .img_carts {
        text-align: center!important;
    }
    .timeDate {
        text-align: center!important;
    }
    #compilationsListItem .ac_name {
        text-align: center!important;
    }
    .tags {
        text-align: center;
    }
}
@media (max-width: 572px) {
    .img_carts {
        text-align: center!important;
    }
    .op {
        text-align: center!important; 
    }

}
@media (max-width: 440px) {
    #acc_html .ac_stats .px-5 {
        padding-left : 0.7rem!important;
        padding-right: 0.7rem!important;
    }
    #acc_history {
        text-align: center!important;
    }
}
@media (max-width: 767px) {
    .sortDataAudio {
        text-align: center!important;
    }
    #audio .ac_stats {
        float: none!important;
        justify-content: center!important;
    }
    #audio .audioDuration {
        justify-content: center!important;
        padding: 10px 10px;
    }
    .audioImg {
        display: flex;
        justify-content: center!important;
    }
    .hastag_avatar {
        display: flex;
        justify-content: center!important;
    }
    .ac_hastag {
        float: none!important;
        justify-content: center!important;
    }
    .sortDataHashtag{
        text-align: center!important;
    }
    #acc_history {
        text-align: center!important;
    }  
}
.card_trand {
     padding: 25px 25px 23px 10px!important;
}

.hide_block {
    margin-left: 10px;
}
.coonect_telegram {
    padding: 5px;
    font-size: 16px;
    width: 235px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
}
.tg_connect.fa:hover {
    opacity: 0.7;
}

.tg_connect .fa-telegram {
    color: white;
    background: #64b5ef 75.52%;
}

