
.audioRadius {
   
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
     border-radius: 10px !important;
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
  .videotitle-channelicon{
     	display: flex;
        align-items: flex-start;
        justify-content: left;
        margin-top: 12px;
     }
	.videotitle-channelicon a{
		text-decoration: none;
	}
     .videotitle{
        padding:0px 5px;
        margin-left: 5px;
        font-family: 'Roboto','BPG Arial', Arial, sans-serif;
        font-weight: 500;
        color: #000;
        font-size: 14px;
     }
     .viewsandago{
     	font-size: 14px;
        color: #606060;
     }
     .imenna-videotitle{
     	min-height: 35px;
		word-wrap: anywhere;
     }
	.embed-responsive-item{
		display: flex;
        align-items: center;
        justify-content: center;
	}
	.embed-responsive-item img{
		height: auto;
		/*max-width: 100% !important;*/
	}

 /* Audio library */

    .audioRadius {
        border-radius: 10px;
    }

    .audio_itemplay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;

        min-width: 70px;
        min-height: 70px;
        max-width: 70px;
        max-height: 70px;

        display: flex;
        align-items: center;
        justify-content: center;

        background: rgba(0, 0, 0, 0.1);
        border: 2px solid #fff;
        border-radius: 50%;
    }

    .audio_itemplay:hover {
        box-shadow: -3px 3px 88px 3px rgba(255, 255, 255, 1);
        -webkit-box-shadow: -3px 3px 88px 3px rgba(255, 255, 255, 1);
        -moz-box-shadow: -3px 3px 88px 3px rgba(255, 255, 255, 1);
        outline: 4px solid rgba(255, 255, 255, 0.1);
        outline-offset: 15px;
    }

    .audio_itemplay .material-icons {
        font-size: 50px;
        color: #fff;
    }

    .audio_itemplay:hover .material-icons {
        font-size: 60px;
        color: #fff;
    }

    .imenna-audiotitle {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.audio_item_category {
    line-height: 1.1;
    background: rgb(0 0 0 / 13%);
    border-radius: 9px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding: 5px 8px 8px 8px;
    font-size: 13px;
    position: absolute;
    bottom: 4px;
    text-decoration: none;
}
    .audio_item_category:hover {
        color: #fff;
    }

    .durationAppear2 {
        line-height: 1.1;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 9px;
        color: #fff;
        padding: 5px 8px 8px 8px;
        font-size: 12px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .audio_item_views {
        line-height: 1.1;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 9px;
        color: #fff;
        padding: 5px 8px 8px 8px;
        font-size: 12px;
        position: absolute;
        left: 10px;
        top: 10px;
        display: flex;
        align-items: center;
    }


    .audio_item_views i {
        font-size: 16px;
        display: inline-block;
        margin-right: 5px;
    }

    .audio_item_likes i {
        font-size: 16px;
        display: inline-block;
        margin-right: 5px;
        margin-top: 2px;
    }

.audio_item_likes {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}

    .filter_audio_categories {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .filterfull {
        min-width: 100% !important;
    }

    .filter_audio_categories>div {
        display: block;
        border-radius: 2px;
        padding: 12px 15px;
        line-height: 1;
        margin: 3px;
        white-space: nowrap;
        overflow: hidden;
    }

    .filter_audio_categories>.active,
    .filter_audio_categories>div:hover {
        background: #f2f2f2;
    }

    .audio_item_current_time {
    line-height: 1.1;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    color: #fff;
    padding: 5px 8px 8px 8px;
    display: flex;
    align-items: center;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    }

    /* AUDIO VIEW */
    .audioHeader {
        padding: 15px;
    }

    .ah_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .audio_author_avatar {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
        border-radius: 50%;
        background: #ddd;
        overflow: hidden;
    }

    .audio_author_avatar img {
        max-width: 100%;
    }

    .ah_col_left {
        display: flex;
        align-items: center;
    }

    .ah_tby {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 5px;
    }

    .ah_title {
        font-weight: bold;
        cursor: pointer;
        text-align: left;
    }

    .ah_by a {
        font-size: 13px;
        color: #666;
        font-weight: bold;
        text-decoration: none;
    }

    .ah_download {
      background: #9643eb;
    padding: 7px 20px 9px 20px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    }

    .ah_download:hover {
        background: #ab68ef;
    }

    .ah_col {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.ah_share {
    background: hsl(0deg 0% 100% / 79%);
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #1d21bb;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

    .ah_share:hover {
        background: #f2f2f2;
    }

    .ah_share span {
        font-size: 20px;
        line-height: 1;
        display: block;
    }

    .ah_tags {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        align-items: center;
        justify-content: flex-start;
        margin-left: -5px;
        margin-right: -5px;
    }

    .ah_tags a {
        text-decoration: none;
        color: rgb(85, 85, 85);
        font-size: 14px;
        font-weight: 600;
        background-color: rgb(238, 238, 238);
        border-radius: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: auto;
        padding: 0px 16px;
        -moz-box-align: center;
        align-items: center;
        display: inline-flex;
        height: 32px;
        margin: 5px;
    }

    .ah_tags a:hover {
        background-color: rgb(221, 221, 221);
    }

    .viewaudio {
        max-width: 360px;
        margin: 20px auto 0px auto;
    }

    .av_actions {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .av_actions>div {
        font-size: 28px;
        color: #606060;
        text-align: center;
        min-height: 74px;
        min-width: 75px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .av_actions>div:hover {
        background: #f2f2f2;
        border-radius: 10px;
    }

    .av_actions span {
        display: inline-flex;
        padding: 10px;
    }


    @media (min-width:425px) {
        .sidebarAudio {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    }


    @media(min-width: 1288px) {
        .sidebarAudio>div {
            width: 50%;
        }
    }

    @media (min-width: 1090px) and (max-width: 1288px) {
        .sidebarAudio .audio_item_current_time {
            opacity: 0;
        }
    }

    @media (min-width: 1090px) {
        .sidebarAudio > div {
            min-width: 48%;
        }
    }

    @media (min-width:991px) and (max-width: 1090px) {
        .sidebarAudio>div {
            min-width: 80%;
        }
    }

    @media (min-width:620px) and (max-width:991px) {
        .sidebarAudio>div {
            min-width: 33%;
            max-width: 33%;
        }
    }

    @media (min-width:425px) and (max-width:620px) {
        .sidebarAudio>div {
            min-width: 48;
            max-width: 48%;
        }
    }

    .sidebarAudio .audio_itemplay {
        min-width: 60px !important;
        min-height: 60px !important;
        max-width: 60px !important;
        max-height: 60px !important;
    }

    .sidebarAudio .audio_item_current_time {
        bottom: 30px !important;
    }

    .channel_avatar2{
        border-radius: 50%;
        overflow: hidden;
    }