.nopost{
width:100%;
}
.king-nav-footer-item {
    padding: 10px;
}
.king-form-wide-color{
    width:100px;
}
/* container pt 2 colums in q_view descr */
.responsive-two-column-grid {
    display:block;
    background: #ffffff;  
}

/* columns */
.responsive-two-column-grid > * {
    padding:1rem;
}
/* audio player */
.audioRadius {
}
.embed-responsive {
    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: rgb(42 42 56 / 80%);
    border: 4px 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;
    }
/* video player*/
.video-card video {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    height: auto;
    object-fit: cover;
    background-color: #262626;
}
.video-card {
    /* position: absolute;*/
}

.video-card-details-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.video-author-profile-img img {
    width: 53px;
    border-radius: 30px;
    border: 1px solid #fff;
    height: 53px;
}

.video-total-view {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.video-author-profile-img {
    margin-bottom: 7px;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
/*login modal bg*/
.hide-show {
  width: 94%;
  margin: -3.62em 3% 0 1.5%;
  position: relative;
  z-index: 5;
  display: none;
}
.hide-show span {
  background: #1fd100;
  font-size: 1em;
  padding: 0.5em;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.logmod{	
background-image: linear-gradient(#4a4a4a, #152439); 
background-repeat: no-repeat; 
background-attachment: fixed; 
align-items: center; 
color: white; 
font-family: "Montserrat", sans-serif; 
font-size: 14px; 
justify-content: center;  
}
a {
  color: #FF5722;
  text-decoration: none;
  font-weight: bold;
  outline: none;
  transition: all 0.2s;
}
.login-card {
  padding: 32px 32px 0;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  display: flex;
  height: 100%;
  max-height: 740px;
  max-width: 350px;
  flex-direction: column;
}

.login-card-content {
  flex-grow: 2;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.login-card-footer {
  padding: 32px 0;
}

h2 .highlight {
  color: #fdc654;
}

h2 {
  font-size: 26px;
  margin: 0;
}

h3 {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  color:#f0f0f0;
}

.header {
  margin-bottom: 50px;
}

.logo {
  border-radius: 40px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.1);
  align-items: center;
}

.form-field {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
}

.form-field .icon {
  position: absolute;
  background: white;
  color: #d61e2d;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 20px;
}

.form-field .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 12px solid white;
  position: absolute;
  top: 8px;
  right: -20px;
}

.form-field input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  width: 100%;
  border-radius: 16px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  outline: none;
  transition: all 0.2s;
}

.form-field input::placeholder {
  color: white;
}

.form-field input:hover,
.form-field input:focus {
  background: white;
  color: #d61e2d;
  transition: all 0.2s;
}

.form-field input:hover::placeholder {
  color: #d61e2d;
}
/*endloginmod*/
.xsidebar {
    border: 0;
    padding: 10px;
    text-align: center;
    color: #bbbbbb;
    font-weight: bold;
    background-color: #2e2e2e;
}
.minislider-up{
 padding: 15px;   
}
.my-video-dimensions {
    width: 100%;
}
.btn-1 {
    font-family: Hack, monospace;
    background: #0F0F6D;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 1.5rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    width: 100%;
    position: relative;
    &::after {
        content: "";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        left: 85%;
        top: 31%;
        right: 5%;
        bottom: 0;
        opacity: 0;
    }
    &:hover {
        background: #2b2bff;
        transition: all 0.5s;
        border-radius: 10px;
        box-shadow: 0px 6px 15px #0000ff61;
        &::after {
            opacity: 1;
            transition: all 0.5s;

        }
    }
}
.login-btn {
    font-family: Hack, monospace;
    background:#5802f2;
    color:#fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 1.5rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    margin: auto;
    width: 100%;
    position: relative;
    &::after {
        content: "";
        font-family: "Font Awesome 5 pro";
        font-weight: 400;
        position: absolute;
        left: 80%;
        top: 54%;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    &:hover {
        background: #2b2bff;
        transition: all 0.5s;
        border-radius: 10px;
        box-shadow: 0px 6px 15px #0000ff61;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
        color: #ffffff;
        &::after {
            opacity: 1;
            transition: all 0.5s;
            color: #ffffff;

        }
    }
}
.logout-btn {
    font-family: Hack, monospace;
    background: #d3d3d3;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 2em;
    padding: 1.5rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    width: auto;
    position: relative;
    min-width: 250px;
    &::after {
        content: "\f2f5";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        left: 80%;
        top: 54%;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    &:hover {
        background: #2b2bff;
        transition: all 0.5s;
        border-radius: 10px;
        box-shadow: 0px 6px 15px #0000ff61;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
color: #ffffff;
        &::after {
            opacity: 1;
            transition: all 0.5s;
            color: #ffffff;

        }
    }
}
    }
  }