@import url('custom-style-new.css');
@import url('custom-style-new2.css');

body {
    overflow-x: hidden;
  
}

img {
    max-width: 100%;
}

/* {
    font-family: 'Josefin Sans', sans-serif;
}  */

.hashtag_from{
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 10px;
    margin: 20px;
}
.input-group-append .btn{
    padding: 0px 22px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px !important;
    margin-left: 10px !important;
}
.add-btn{
    background: #1d1d1d !important;
    border-radius: 20px !important;
    color: #fff;
    border:none;
}
.hashtag_from input{
    background: transparent;
    border-radius: 20px !important;
    margin-right: 5px;
}

.hashtag_from input::placeholder{
    color: #fff !important;
}

.hash-btn{
    color: #fff;
    font-size: 30px;
    border:none;
    padding: 0 0 0 7px;
}

.hash-btn:hover{
    background: none;
}

.plus-img {
    position: absolute;
    right: 0;
    bottom: 63px;
}

.hashtag_from{
    position: relative;
}

.hashtag_from img{
    max-width: 100%;
    width: 25px;
}

.hashtag_from .input-group{
    align-items: center;
}

.guide_leftfixed button,
input {
    outline: 0;
}

/*-------------Login Page Start-------------*/
.login-landing-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
}

.signin-heading {
    text-align: center;
}

.login-landing-wrapper .signin-btn {
    border-radius: 30px;
}

.signin-heading h1 {
    font-family: 'Josefin Sans', sans-serif;
    color: #6d50fa;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.signin-heading h1 span {
    background: #fff;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.signin-heading h1:before {
    content: '';
    height: 1px;
    min-width: 100%;
    background: #6d50fa;
    display: block;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
}

.login-landing-wrapper .logo {
    max-width: 215px;
    /* margin-bottom: 80px; */
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
}

.social-btns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.social-btns a {
    width: 53px;
    height: 53px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.social-btns a.facebook {
    background: url(../images/facebook-icon.png) no-repeat;
    background-size: contain;
    text-indent: -100000px;
}

.social-btns a.twitter {
    background: url(../images/twitter-icon.png) no-repeat;
    background-size: contain;
    text-indent: -100000px;
}

.social-btns a.google {
    background: url(../images/google-icon.png) no-repeat;
    background-size: contain;
    text-indent: -100000px;
}

.social-btns a.instagram {
    background: url(../images/instagram-icon.png) no-repeat;
    background-size: contain;
    text-indent: -100000px;
}

.or-text-wrapper {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.or-text-wrapper .or-text {
    background: #e4e4e4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
}

.or-text-wrapper .or-text:before {
    content: '';
    height: 1px;
    min-width: 200px;
    background: #ebebeb;
    display: block;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
}

.signin-btn {
    text-align: center;
}

.orange-btn {
    font-family: 'Josefin Sans', sans-serif;
    background: #6d50fa;
    padding: 15px 20px 12px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.orange-btn strong {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.orange-btn:hover {
    color: #fff;
    text-decoration: none;
}

.call-icon {
    background: url(../images/call-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    margin-right: 25px;
}

.call-icon:before {
    content: '';
    width: 1px;
    height: 22px;
    background: #fac6b6;
    position: absolute;
    top: 0;
    right: -12px;
}

/*-------------Login Page Ends-------------*/
/*-------------Profile Page Starts-------------*/
.header-panel {
    background: #f1f1f1;
}

.yellow-bg {
    background: #fffefe;
}

.header-panel-inner {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-panel-inner .logo {
    max-width: 150px;
}

.header-panel-inner .main-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.header-panel-inner .main-nav ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.header-panel-inner .main-nav ul li a {
    color: #323232;
    text-decoration: none;
}

/*.header-panel-inner .main-nav ul li a .nav-icon{
    display: none;
}*/

.channels-icon {
    background: url(../images/channels-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}
.channels-icon-green {
    background: url(../images/channels-icon2.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}
.channels-icon-orange {
    background: url(../images/channels-icon3.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}

.contests-icon {
    background: url(../images/contest-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}
.contests-icon-green {
    background: url(../images/contest-icon2.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}
.contests-icon-orange {
    background: url(../images/contest-icon3.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}

.live-icon {
    background: url(../images/live-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 35px;
    height: 32px;
    display: inline-block;
}
.live-icon-green {
    background: url(../images/live-icon2.png) no-repeat 0 0;
    background-size: contain;
    width: 35px;
    height: 32px;
    display: inline-block;
}
.live-icon-orange {
    background: url(../images/live-icon3.png) no-repeat 0 0;
    background-size: contain;
    width: 35px;
    height: 32px;
    display: inline-block;
}

.chat-icon {
    background: url(../images/chat-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}
.chat-icon-green {
    background: url(../images/chat-icon2.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}
.chat-icon-orange {
    background: url(../images/chat-icon3.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}

.profile-icon {
    background: url(../images/profile-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}
.profile-icon-green {
    background: url(../images/profile-icon2.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}
.profile-icon-orange {
    background: url(../images/profile-icon3.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 32px;
    display: inline-block;
}

a.dashboard-notification-icon {
    background: url(../images/notifications-purple-blank.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10%;
}
a.dashboard-notification-iconactive {
    background: url(../images/notifications-purple.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10%;
}
a.dashboard-notification-icon-green {
    background: url(../images/notifications-green-blank.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10%;
}
a.dashboard-notification-icon-greenactive {
    background: url(../images/notifications-green.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10%;
}
a.dashboard-notification-icon-orange {
    background: url(../images/notifications-orange-blank.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10%;
}
.dashboard-notification-icon-orangeactive {
    background: url(../images/notifications-orng.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10%;
}
a.dashboard-icon {
    background: url(../images/dashboard-menu-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
}
a.dashboard-icon-green {
    background: url(../images/dashboard-menu-icon2-2.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
}
a.dashboard-icon-orange {
    background: url(../images/dashboard-menu-icon2-3.png) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.profile-links-panel {
    padding: 15px 30px;
}

.profile-links {
    padding: 0 0 0 0;
    margin: 0;
}
.channel-count h5 {     font-size: 11px;
    margin: 0;
    text-shadow: 1px 2px 2px #101010;
    color: #fff;}
.profile-links li {
    list-style-type: none;
    margin-bottom: 24px;
}
.profile-links li:last-child{
    margin-bottom: 0;
}
.profile-links li a {
    background: #fff;
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 25%);
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    color: #373737;
    text-decoration: none;
    align-items: baseline;
    justify-content: end;
    height: 80px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.link-left-part {
    display: inline-flex;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
}

.profile-links li a strong {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #763cf2;
}

.arrow-right {
    background: url(../images/arrow-right.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 30px;
    position: absolute;
    right: 20px;
}

    /* .arrow-down {
    
    right: 50px;
    top: -10px;
    } */

.about-icon {
    background: url(../images/about-icon.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 15px;
}

.guardian-icon {
    background: url(../images/guardian-icon.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 15px;
}

.subscriber-icon {
    background: url(../images/subscribers-icon.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 15px;
}

.shield-icon {
    background: url(../images/shield-icon.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 15px;
}

.stats-icon {
    background: url(../images/stats-icon.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 15px;
}

.hastag-icon {
    background: url(../images/hashtag-icon.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 15px;
}

.lineup-icon {
    background: url(../images/lineup-icon.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 15px;
}

.profile-stats-inner {
    display: flex;
    justify-content:center;
}

.profile-stats-block:nth-child(1) {
    background: #fff;
    width: 25%;
    flex-shrink: 0;
}

.profile-stats-block:nth-child(2) {
    background: #fff;
    width: 25%;
    flex-shrink: 0;
}

.profile-stats-block:nth-child(3) {
    background: #fff;
    width: 25%;
    flex-shrink: 0;
}

.profile-stats-block {
    color: #fff;
}

.profile-stats-block h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #373737;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}

.profile-stats-block {
    text-align: center;
    padding: 10px 0;
}

.profile-stats-block h4 {
    font-family: 'Oswald', sans-serif; 

    margin-bottom: 0;
    color: #373737;
    font-weight: 700;
    font-size: 60px;
}

.profile-pic-panel .profile-pic img.profile-pic {
    width: 100%;
}

.profile-pic-panel .profile-pic {
    position: relative;
    margin: 35px 0 0px 0;
    max-height: 100%;
}


.profile-stats-block:nth-child(4) {
    background: #fff;
    width: 25%;
    flex-shrink: 0;
}
.profile-bottom-stats {
    /* display: flex; */
    justify-content: space-around;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    background: transparent;
}
.profile-stats-bottom-block .diamond-icon{
    background: url(../images/d1-.png) no-repeat 0 0;
    background-size: contain;
}
.profile-stats-bottom-block {
    display: inline-block;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
    width: 25%;
    text-align: center;
}
.profile-stats-bottom-block:nth-child(1){
    background-color: #01c7ec;
}
.profile-stats-bottom-block:nth-child(2){
    background-color: #fc6f2a;
}
.profile-stats-bottom-block:nth-child(3){
    background-color: #e4b609;
}
.profile-stats-bottom-block:nth-child(4){
    background-color: #763cf2;
}
.profile-stats-bottom-block:nth-child(5){
    background-color: #ff00bf;
}

.diamond-icon {
    background: url(../images/d1.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px auto;
}

.coin-icon {
    background: url(../images/coin-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
}
.coin-icon-profile {
    background: url(../images/profile_coin.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px auto;
}
.lv-icon {
    background: url(../images/d2.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px auto;
}

.like1-icon {
    background: url(../images/d4.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px auto;
}


.share-icon {
    background: url(../images/d5.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px auto;
}


.feed-icon {
    background: url(../images/d3.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px auto;
}

.profile-stats-bottom-block h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}


.profile-title {
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 8px;
    z-index: 99;
}

.profile-title h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 70px;
    padding-right: 70px;
    font-family: 'Josefin Sans', sans-serif;
}

.profile-title h3 {
    font-size: 14px;
    color: #fff;
    padding-left: 70px;
    padding-right: 70px;
    font-family: 'Josefin Sans', sans-serif;
}

.title-icon {
    background: url(../images/title-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.profile-settings-edit {
    position: absolute;
    top: 10px;
    right: 10px;
}

.profile-settings-edit .edit-btn {
    background: url(../images/edit-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.profile-settings-edit .settings-btn {
    background: url(../images/settings-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*-------------Profile Page Ends-------------*/
/*-------------Channel Page Starts-------------*/
.channels-dashboard-panel {
    display: flex;
    justify-content: space-between;
    max-width: 767px;
    margin: 0 auto;
}

.channels-dashboard-panel .left-side-bar {
    /* background: #6d50fa; */
    padding: 30px 10px!important;
    background-color: #3f22af;
    background-image: linear-gradient(to bottom right, #3f22af, #6d06a0);
    width: 120px;
    padding: 10px;
    min-height: calc(100vh - 142px);
    position: fixed;
    top: 70px;
    left: auto;
    z-index: 9;
    transition: all 0.5s;
}

.form-check {
    text-align: center;
}

.form-check label {
    display: inline !important;
}

.channels-dashboard-panel .left-side-bar h2 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
}

.channel-icon {
    background: url(../images/channel-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.channels-dashboard-panel .left-side-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 120px;
    overflow: auto;
}

.channels-dashboard-panel .left-side-bar ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.channels-dashboard-panel .left-side-bar hr {
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.channel-dashboard-right-panel {
    padding: 10px 10px 80px;
    transition: all 0.5s;
}

.left-side-bar.show+.channel-dashboard-right-panel {
    margin-left: 115px;
    flex-grow: 1;
}

.left-side-bar.hide+.channel-dashboard-right-panel {
    margin-left: 0;
}

.left-side-bar.hide {
    margin-left: -100%;
}

.search-panel {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    margin-top: 80px;
}

.search-fields {
    position: relative;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.search-fields input {
    width: 100%;
    background: #fff;
    border: 1px solid #6d50fa;
    height: 35px;
    border-radius: 30px;
    outline: none;
    padding-left: 15px;
    padding-right: 35px;
}

.search-fields .search-btn {
    background: url(../images/search-icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 24px;
    height: 20px;
    border: none;
    background-color: transparent;
}

.channel-banner {
    margin-bottom: 10px;
    height: 200px;
    border-radius: 10px;
}

.channel-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important
}

.profile-pic-sec{
    margin-bottom: 10px;
    height: 350px;
    border-radius: 10px;
}
.profile-stats-panel{
    margin-top: 0px;
    margin-bottom: 80px;
}
.profile-pic-sec img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important
}

.channel-block-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.channel-block {
    width: calc(92% / 3) !important;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.left-side-bar.hide+.channel-dashboard-right-panel .channel-block {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

.channel-thumb {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    height: 110px;
}

.channel-thumb img {
    width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-object-fit: cover;
-moz-object-fit: cover;
height: 100%;
overflow: hidden;
object-position: 50% 50%;
-webkit-object-position: 50% 50%;
-o-object-position: 50% 50%;
-moz-object-position: 50% 50%;
border-radius: 0 !important
}

.channel-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.channel-title {
    background: #8cd150;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.blue-title-bg {
    background: #00e5ff !important;
}

.pink-title-bg {
    background: #ff80ab !important;
}

.channel-title h3 {
    color: #292929;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.filtness-block-wrap .channel-title {
    display: none;
}

/* .channel-top-stats {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.channel-count {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 0;
    padding: 5px 8px;
} 

.channel-count h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}
*/

.live-brodcast .ng-star-inserted a{
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    text-decoration: none;
    border-bottom: 1px solid rgb(255, 255, 255,0.2);
    white-space: nowrap;
    text-align: left;
}
.live-brodcast .ng-star-inserted {
    padding: 7px 14px;
    background-color: #8b77d6;
    border-radius: 15px;
    /* border: 1px solid #fff; */
    position: absolute;
    width: 100%;
    bottom: 50px;
    display: table;
    right: 615px;
}

.channel-top-stats {
    position: absolute;
    width: 100%;
    display: flex !important; align-items: normal;}
     .first-channel{width:50%;} 
     .second-channel{width:50%;}
      .user-icon-box{float: right;
    /* position: absolute; */
    position: initial;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    padding: 2px 5px;
}
/* .user-icon-box{float: right;position: initial; display:flex !important;} */


.channel-count {
    background: #8bc34a;
    border-radius: 4px;
    padding: 3px 10px;
    margin: 4px;
    display: inline-block;
}g
.channel-count h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 1px 2px 2px #101010;
}

.channel-count-icon {
    background: url(../images/icon-dimond.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

/* .channel-live {
    margin-right: 8px;
} */
.channel-thumb-title {
    /* background-color: rgba(0,0,0,0.5); */
    display: block;
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 100%;
    padding-bottom: 5px;
}
.channel-thumb-title h3 a, .channel-thumb-title h3{font-size:14px;}

.channel-thumb-title p a, .channel-thumb-title p{font-size:11px;}
.channel-thumb img{height: 200px;}

.channel-thumb{height:200px;}
.search-results{margin-bottom:100px;}




.channel-live {
    margin-right: 8px;
    /* width: 40px;
    height: 28px; */
    background: #ea8d00;
    border-radius: 4px;
    padding: 4px 10px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    font-size: 11px;
    line-height: 0px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 2px 2px #101010;
    margin-top: 4px;
    float: right;
}

/* .channel-live-icon {
    background: url(../images/channel-live-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
} */
.channel-live-icon {
     background: url(../images/arrow-up_1.png) no-repeat; 
  
    background-size: contain;
    width: 9px;
    height: 12px;
    /* display: inline-flex; */
    vertical-align: middle;
    margin: 0 5px 0 0;
    background-position: center;
}
.user-icon-box {
    /* background: #5a11a6;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 4px; */
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.user-icon-box img {
    margin: 2px;
    height: auto;
    width: 68px;
}
.channel-thumb-title {
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0 0 0));
}

/* .channel-thumb-title p a,
.channel-thumb-title p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 0;
} */
.channel-thumb-title p a, .channel-thumb-title p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 0;
}
/* .channel-thumb-title h3 a,
.channel-thumb-title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
} */
.channel-thumb-title h3 a, .channel-thumb-title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.sidebar-collapse-btn {
    position: absolute;
    right: 0;
    top: 50%;
}

.sidebar-collapse-btn span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    display: block;
}

/*-------------Channel Page Ends-------------*/
/*-------------Contest Page Starts-------------*/
.header-panel-inner .back-btn {
    background: url(../images/back-arroww.png) no-repeat;
    background-size: contain;
    left: 10px;
    width: 40px;
    height: 36px;
}

.my-reports-head-bg .header-panel-inner .back-btn,
.lineup_headerbg .header-panel-inner .back-btn {
    background: url(../images/back-arrow.png) no-repeat;
    background-size: contain;
    left: 10px;
}

.header-panel-inner h1 {
  font-size: 24px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

.contest-listing-wrapper {
    padding: 15px 15px 80px;
    margin-top: 66px;
}

.participant-profile-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 50px;
    width: 100%;
}

.participant-profile-left {
    width: 60%;
    flex-grow: 1;
    display: flex;
    padding-right: 10px;
}

.participant-profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.participant-info {
    width: 100%;
}

.participant-info h3 {
    font-size: 18px;
}

.start-tag {
    background: #6d50fa;
    padding: 3px 15px;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
}

.end-tag {
    background: #373737;
    padding: 3px 15px;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
}

.date-time-panel {
    display: flex;
}

.date-time-panel h5 {
    font-size: 11px;
    color: #636363;
    display: flex;
    align-items: center;
}

.date-time-panel .date-icon {
    background: url(../images/date-icon.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 20px;
    display: block;
    margin-right: 3px;
}

.date-time-panel .date {
    margin-right: 5px;
}

.date-time-panel .time-icon {
    background: url(../images/time-icon.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    display: block;
    margin-right: 3px;
}

.participant-profile-right {
    width: 40%;
    border-left: 1px solid #dfdfdf;
    padding-left: 10px;
}

.contest-block {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.participant-count {
    background: #cfcfcf;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px 15px 0 0;
}

.participant-count.orange {
    background: #6d50fa;
    color: #fff;
}

.participant-count p {
    margin-bottom: 0;
}

.rank-count {
    text-align: right;
}

.rank-count h5 {
    display: inline-flex;
    align-items: center;
}

.rank-count .rank-icon {
    background: url(../images/rank-icon.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    display: block;
    margin-right: 3px;
}

/*-------------Contest Page Ends-------------*/
/*-------------Contest Details Page Starts-------------*/
.contest-details-warpper {
    padding: 15px 15px 80px;
    margin-top: 66px;

}

.contest-details-pic {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Josefin Sans', sans-serif;
}

.details-contest-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.details-contest-name h2 {
    margin-bottom: 0;
    font-size: 24px;
}

.contest-details-pic img {
    width: 100%;
}

.contest-description {
    padding-top: 15px;
    padding-bottom: 15px;
}

.details-contest-count {
    border-bottom: 1px solid #cecece;
    padding-top: 10px;
    padding-bottom: 10px;
}

.details-contest-count p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

.contest-details-date-time {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cecece;
}

.contest-start-date {
    width: 50%;
}

.contest-end-date {
    width: 50%;
    border-left: 1px solid #cecece;
    padding-left: 20px;
}

.orange-btn.participate-btn {
    text-transform: capitalize;
}

/*-------------Contest Details Page Ends-------------*/
/*-------------Chat List Page Starts-------------*/
.chat-list-nav {
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
}

.chat-list-wrapper {
    margin-top: 30px!important;
    max-width: 767px;
    margin: 0 auto;
}
.chat-list-nav[_ngcontent-lwb-c1] {
    top: 85px!important;
}
.chat-list-nav {
    background: #fff2ee;
}

.chat-list-nav ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0 10px;
    margin-bottom: 0;
}

.chat-list-nav ul li {
    position: relative;
}

.chat-list-nav ul li a {
    color: #2c2c2c;
    text-decoration: none;
    padding: 8px 20px;
    display: inline-block;
}

.chat-list-nav ul li.active:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #ed3d07;
    position: absolute;
    bottom: 0;
}

.chat-list-block-wrapper {
    padding: 55px 10px 80px;
}

.chat-list-block {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    align-items: center;
}

.chat-profile-left {
    width: 75%;
    display: flex;
}

.chat-profile-pic {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
}

.chat-profile-pic-inner {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.chat-profile-info {
    flex-grow: 1;
}

.chat-profile-info p {
    margin-bottom: 5px;
}

.chat-count-right {
    width: 25%;
    flex-shrink: 0;
    text-align: right;
}

.chat-count {
    background: #6d50fa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    border: 4px solid #a694ff;
}

.chat-profile-info h3 {
    display: flex;
    /*justify-content: space-between;*/
    align-items: self-start;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}

.chat-profile-info h3 strong {
    font-weight: 500;
    padding-right: 8px;
}

.chat-profile-info span {
    background: #fee0d7;
    color: #3a3a3a;
    display: inline-flex;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 15px;
}

.chat-active {
    position: absolute;
    bottom: 0;
    right: -5px;
    background: #46b05f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: block;
}

.chat-idel {
    position: absolute;
    bottom: 0;
    right: -5px;
    background: #ffda0d;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: block;
}

/*-------------Chat List Page Ends-------------*/
/*-------------Chat Message Page Starts-------------*/
.chat-window-wrapper {
    padding: 10px ;
    margin-top: 80px!important ;
}

.chat-window-block-wrapper {
    display: flex;
    flex-direction: column;
}

.chat-block-left {
    margin-right: 30px;
    display: flex;
    margin-bottom: 20px;
}

.chat-message-pic {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    display: none;
}

.chat-block-left .chat-message {
    background: #704bf3;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); */
     border-radius: 0px 15px 15px 15px; 
    overflow: hidden;
    display: inline-block;
}
.chat-block-left .chat-message p {
    color: white;
    padding: 0 0px 0 0;
    font-size: 14px;
}
.chat-message p {
    margin: 10px;
}

.chat-block-left .chat-message-wrapper h6 {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 10px;
    color: #8f8f8f;
}

.chat-block-right {
    margin-left: 75px;
    /* display: flex; */
    margin-bottom: 20px;
    align-self: flex-end;
}

.chat-block-right .chat-message-pic {
    margin-left: 15px;
    margin-right: 0;
    display:none;
}

.chat-block-right .chat-message {
    background: #d5deff;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); */
    border-radius: 15px 0px 15px 15px;
    display: inline-block;
}

.chat-block-right .chat-message p {
    color: #000;
    padding: 10px;
    margin: 0;
    font-size: 14px;
}

.chat-block-right h6 {
    align-items: flex-end;
    margin-right: 10px;
    font-size: 10px;
    color: #8f8f8f;
    margin-top: 5px;
    margin-bottom: 0;
}
.chat-block-right h6 .orange-tick{    background-position-y: 8px;}




.chat-block-right .chat-message-wrapper {
    /* display: flex; */
    /* flex-direction: row-reverse; */
    text-align: right;
}

.chat-input-wrapper{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 14px 20px;
    display: flex;
    position: sticky;
    bottom: 5px;
    border-radius: 50px;
}

/*---bottom---*/
.bottom_menu .bottom_golive ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.bottom_menu .bottom_golive ul li{
    display: flex;
    align-items: center;
    background-color: #8b77d6;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 9px 16px;
    width: 120px;
    margin-left: 55px;
}
.bottom_menu .bottom_golive ul li a{
    margin-right: 11px;
}
.bottom_menu{
   /* background-color: #989898d1; */
    position: fixed;
    width: 767px;
    bottom: 130px;
}

.bottom_menue_1 .dropbtn {
    padding: 8px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    position: relative;
  }
  .bottom_menue_1 .dropdown-content{
    padding: 7px 14px;
    background-color: #8b77d6;
    border-radius: 15px;
    /* border: 1px solid #fff; */
    position: absolute;
    width: 70%;
    /* top: 0; */
    /* margin-top: -215px; */
    bottom: 50px;
    /* height: 100px; */
    display: table;
  }
  .bottom_menue_1 .dropdown-content::after{
    background: url(../images/blu_btm.png) ;
    position: absolute;
    content: "";
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    left: 0;
    background-position: 14px 10px;
    z-index: 0;
    display: none;
  }
  .live-video-wrapper{
      /* padding-top: 55px !important;
      background-color: limegreen; */
  }

  .go-live-profile-info .puplr-txt{
      display: block;
      text-align: left;
  }
.live-video-wrapper .dropdown-list{
    background: rgba(255, 255, 255,0.3) !important;
    border: 1px solid #fff !important;
    width: 100% !important;
}
  .live-video-wrapper .dropdown-list ul li div{
      color: #fff !important;
      font-size: 14px;
  }
  .live-video-wrapper .dropdown-list ul li{
      border-bottom: 1px solid #fff;
  }
.bottom_menue_1 .dropdown-content a{
    display: block;
    color: #fff;
    font-size: 14px;
padding: 8px 0;
text-decoration: none;
border-bottom: 1px solid rgb(255, 255, 255,0.2);
}
.bottom_menue_1 .dropdown-content a:last-child{
    border-bottom: 1px solid transparent;
}
.bottom_menue_1 .dropbtn:focus{
    outline: transparent;
}
.bottom_golive {
    text-align: left;
}
.bottom_golive .btn{
    background-color: #531b93;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 18px 25px;
}
.bottom_golive .btn img{
    max-width: 25%;
}
.bottom_menu img{
    max-width: 45%;
    
}

/*---bottom---*/



.chat-attachment-btn {
    background: url(../images/chat-attachment-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
    margin-right: 10px;
    margin-top:0px;
}
.chat-message-wrapper{   
     /* display: flex; */
    /* align-items: flex-end; */
}
.chat-input-fld {
    flex-grow: 1;
}

.chat-input-fld input {
    width: 100%;
    padding: 2px 10px;
    border-radius: 30px;
    border: none;
    outline: none;
}

.chat-submit-btn-panel {
    padding: 3px 10px; border-radius:50%;background-color: #6e48f3;
}
.chat-submit-btn-panel .chat-submit-btn {
    width: 17px;
    height: 20px;
    padding: 0;
    background: url(../images/chat-send-btn.png) no-repeat;
  
    font-size: 0;
    background-size: contain;
    color: transparent;
    border: none;}

.chat-submit-btn-panel .chat-submit-btn:focus{
    outline: none;
}

/*-------------Chat Message Page Ends-------------*/
/*-------------Sign Up Page Starts-------------*/
.signin-wrapper {
    padding: 20px;
    max-width: 767px;
    margin: 0 auto;
}

.signin-logo-panel {
    display: flex;
    justify-content: space-between;
}

.signin-logo {
    max-width: 150px;
}

.signin-close-btn {
    background: url(../images/close-btn.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
}

.signin-icon {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.signin-panel {
    max-width: 767px;
    margin: 0 auto;

}

.signin-panel input[type="text"],
.signin-panel input[type="password"] {
    border-color: transparent;
    border-bottom: 1px solid #050504;
    border-radius: 0;
    outline: none;
    padding-left: 25px;
}

.signin-panel input[type="password"] {
    padding-left: 32px;
}

.signin-panel label {
    display: flex;
}

.mobile-icon {
    background: url(../images/signin-user-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 22px;
    display: block;
    margin-right: 10px;
}

.password-icon {
    background: url(../images/password-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}

.signin-btn-panel {
    margin-top: 25px;
}

.signin-btn {
    background: #6d50fa;
    border: none;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 8px;
}

.login-landing-wrapper .signin-btn {
    background: transparent;
}

.signin-btn-panel p {
    text-align: center;
}

.signin-btn-panel p a {
    color: #ed3d07;
}

.signin-heading {
    padding-bottom: 20px;
}

.signin-heading h3 {
    font-size: 18px;
    line-height: 22px;
}

.signin-panel select {
    border-color: transparent;
    border-bottom: 1px solid #303030;
    border-radius: 0;
}

.mobile-otp-panel input[type="text"] {
    padding-left: .75rem;
    font-family: 'Poppins', sans-serif;
}

.mobile-otp-panel input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #303030;
    font-weight: 700;
}

.signin-otp-code-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 100vh;
}

.signin-otp-logo {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.otp-panel {
    text-align: center;
}

.otp-panel h2 {
    font-size: 20px;
    color: #434343;
    margin-bottom: 10px;
}

.otp-panel p {
    font-size: 40px;
    line-height: 44px;
    color: #6d50fa;
    font-weight: 700;
}

.verify-btn-panel {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.otp-flds {
    display: flex;
    align-items: center;
}

.otp-flds input {
    width: 50px;
    height: 60px;
    border-radius: 25px;
    background: #efefef;
    padding: 10px;
    border: none;
    margin: 0 8px;
    text-align: center;
    font-size: 20px;
    color: #292929;
}

/*-------------Sign Up Page Ends-------------*/
/*-------------Sign Up Page Starts-------------*/
.signup-phone-wrapper .signup-phone-logo-panel {
    background: #f1f1f1;
    padding: 10px 20px;
}

.signup-phone-panel {
    padding: 20px;
}

.signup-phone-profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
}

.signup-phone-profile h3 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.signup-phone-profile h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #6d50fa;
    font-weight: bold;
}

.signup-phone-pic {
    width: 130px;
    height: 130px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.signup-phone-pic-inner {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}




.signup-phone-pic1 {
    width: 80px;
    height: 80px;
    position: relative;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.signup-phone-pic-inner1 {
    width: 85px;
    height: 85px;
    border-radius: 20%;
    overflow: hidden;
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.64);
}

.chat-profile-pic-inner{
    /* width: 80px;
    height: 80px; */
    position: relative;
    /* margin-top: 10px;
    margin-bottom: 10px; */
}

.chat-profile-pic-inner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}
.camera-btn {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.camera-btn span {
    background: url(../images/camera-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.timetable-icon {
    background: url(../images/timetable-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 22px;
    display: block;
    margin-right: 10px;
}

.gender-select-panel {
    display: flex;
    align-items: center;
}

.gender-label {
    display: flex;
    margin-right: 10px;
}

.gender-icon {
    background: url(../images/gender-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 22px;
    display: block;
    margin-right: 10px;
}

.gender-option-wrapper {
    display: flex;
}

.gender-option-wrapper .custom-radio {
    margin-right: 15px;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 2rem;
}

.gender-option-wrapper .custom-control-label::before {
    left: auto;
    right: -2rem;
}

.gender-option-wrapper .custom-control-label::after {
    left: auto;
    right: -2rem;
}

.gender-option-wrapper .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    top: .05rem;
}

.gender-option-wrapper .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #6d50fa;
    background: url(../images/orange-tick.png) no-repeat 50% 50%;
    background-size: 60%;
    z-index: 9;
}

.profile-save-btn .orange-btn {
    border-radius: 5px;
    padding: 10px 25px 8px;
}

.edit-profile-wrapper {
    padding: 0 0 80px;
    margin-top: 66px;
}

.edit-profile-heading {
    background: #fef9f8;
    padding: 0 15px;
}

.edit-profile-heading h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.edit-profile-form-panel {
    padding: 20px 15px;
}

.edit-profile-form-panel .gender-select-panel {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(255, 109, 34, 0.15);
    padding: 15px;
}

.edit-profile-form-panel .form-group input {
    border: none;
    border: 1px solid #ced4da;
    border-radius: 0;
    border-radius: 50px;
}
.form-group select {
    margin-bottom: 10px;
}
.form-group textarea {
    border-radius: 20px;
}
.form-control:disabled, .form-control[readonly]{
    background-color: transparent;
}
.profile-settings-panel {
    padding: 20px 15px;
}

.profile-settings-block {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(255, 109, 34, 0.15);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-settings-block .custom-control-input:checked~.custom-control-label::before {
    border-color: #6d50fa;
    background-color: #6d50fa;
}

.profile-edit-interest-panel {
    padding: 15px;
    margin-bottom: 15px;
}

.profile-edit-interest-inner {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(255, 109, 34, 0.15);
    padding: 15px;
    border-radius: 5px;
}

.profile-edit-interest-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.profile-edit-interest-heading h3 {
    font-size: 22px;
}

.profile-edit-interest-heading a {
    color: #6d50fa;
    font-size: 18px;
}

.interest-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.interest-wrapper a,
.profile-edit-hashtag .addBtn {
    font-family: 'Josefin Sans', sans-serif;
    background: #6d50fa;
    padding: 10px 25px 8px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.profile-edit-hashtag .addBtn {
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
}

.profile-edit-hashtag-panel {
    padding: 0px;
    margin-bottom: 15px;
}
.form-control{
    border-radius: 30px;
}
.profile-edit-hashtag-panel h3 {
    font-size: 16px;
}
.btn{
    background-color: #6d50fa;
    border-radius: 30px;
    color: #fff;
    padding: 6px 20px;
}
.profile-edit-hashtag a {
    font-family: 'Josefin Sans', sans-serif;
    background: #fce9e3;
    padding: 10px 15px 8px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #272727;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.profile-edit-hashtag a.selected {
    background: #6d50fa;
    color: #fff;
}

.edit-profile-pic {
    padding: 15px;
}

.edit-profile-pic h2 {
    font-size: 18px;
}

.edit-profile-pic-panel {
    display: flex;
    flex-wrap: wrap;
}

.edit-profile-pic-block {
    width: 120px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.add-profile-pic-block {
    background: #e8e8e8;
    width: 120px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
}

.add-profile-pic-block img {
    width: 30px;
}

/*-------------Sign Up Page Ends-------------*/
.lineup-wrapper {
    padding: 0px 0 80px;
    margin-top: 0px;
}

.lineup-table-heading,
.lineup-table-row {
    display: flex;
    background: #fff;
    /* border-bottom: 1px solid #6d50fa; */
}


.guide_page .lineup-table-heading {
    width: 73.5% !important;
    /* border-left: 1px solid #6d50fa; */
}

.lineup-table-heading .table-head-clmn,
.lineup-table-row .table-body-clmn {
    /* width: 33.33%; */
    width: 256px;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 10px 5px;
    text-align: center;
    border-right: 1px solid #6d50fa;
    border-top: 1px solid #6d50fa;
    /* border-left: 1px solid #6d50fa; */
}

.lineup-table-row .table-body-clmn {
    width: 40% !important;
}

.lineup-table-heading .table-head-clmn:last-child {
    border-top: 1px solid #6d50fa;
}

.lineup-table-row .table-body-clmn:last-child {
    /* border-bottom: 1px solid #6d50fa; */
}


.lineup-table-row .table-body-clmn {
    display: flex;
}

.lineup-table-row .table-body-clmn .lineup-pic {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
}

.table-body-clmn .lineup-info h4 {
    font-size: 13px;
    display: flex;
    color: #2d2d2d;
}

.table-body-clmn .lineup-info h4 strong {
    color: #ed3d07;
}

.pink-bg {
    background: #fff2ee;
}

.orange-bg {
    background: #6d50fa;
    color: #fff;
}

.gender-icon-pink {
    background: url(../images/gender-icon-pink.png) no-repeat 0 0;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 3px;
    flex-shrink: 0;
    margin-right: 12px;
}

.like-tag {
    background: #111;
    display: flex;
    color: #fff;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 14px;
    align-items: center;
}

.like-tag .diamond-icon {
    width: 9px;
    height: 8px;
    margin-bottom: 0;
    margin-right: 3px;
}

.view-tag {
    background: #00c0ec;
    display: flex;
    color: #fff;
    padding: 2px 5px;
    border-radius: 15px;
    font-size: 11px;
    align-items: center;
}

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

.lineup-tags strong {
    font-weight: 400;
    line-height: 14px;
}

.view-icon {
    background: url(../images/view-icon.png) no-repeat 0 0;
    background-size: contain;
    width: 20px !important;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    flex-shrink: 0;
}

/*-------------Live Video Search-------------*/
.live-video-wrapper {
    padding-bottom: 306px;
    /* background-color: #000; */
}

.live-video-wrapper.live-video-wrapper2 .live-video-search-panel {
    padding: 10px 0px;
}

.live-video-wrapper.live-video-wrapper2 .live-video-panel {
    position: relative;
    height: 100vh !important;
    overflow: hidden;
    width: 767px;
    background-size: cover !important;
    background-position: top !important;
}

.live-video-search-panel {
    padding: 15px 10px;
}

.live-video-search-panel input {
    background: rgba(255, 255, 255, 0.62);
    border: 0px solid #6d50fa;
    padding: 6px 15px;
    width: 45%;
    color: #66468e;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
}
.multiselect-dropdown[_ngcontent-oys-c3] .dropdown-btn[_ngcontent-oys-c3]{
    padding: 0px 12px !important;
}
.multiselect-dropdown .dropdown-btn{
     padding: 0px 5px !important;
}
.live-video-panel {
    position: relative;
}

.live-video-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.add-hastags-link {
    background: #0e0e0e;
    border-radius: 0 25px 25px 0;
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    display: inline-block;
}

.live-video-control-wrapper {
    display: flex;
    padding: 0;
    width: 100%;
}

.live-video-control-wrapper ul {
    list-style: none;
    display: flex;
    padding: 6px 15px;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.live-video-control-wrapper ul li {
    width: 25%;
    float: none;
    padding: 10px 15px;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    font-size: 22px;
    line-height: 35px;
    min-height: 60px;
    vertical-align: middle;
    position: relative;
    left: 40%;
    bottom: -100%;
}

.button_sec {
    float: right;
}

/* .audio_button{
    background: #6d44ff;
    border-radius: 50%;
} */


.right_b_sec {
    width: 100%;
    height: 150px;
    display: inline-block;
    top: 10px;
}

.right_b_sec1 {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.audio_button {
    float: right;
    margin-right: 10px;
    height: 200px;
    display: inline-block;

    text-align: center;
}

.audio_button p {
    color: #66468e;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    /* margin-top: 10px; */
    opacity: 0.7;
}

.audio_button img {
    height: 50px;
}

.hastag_button {
    float: right;
    margin-right: 0px;
    height: 55px;
    display: inline-block;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    padding: 13px 20px;
    border-radius: 50px 0 0 50px;
    margin-top: 45px;
}

.hastag_button img {
    height: 25px;
}

.hastag_button p {
    color: #66468e;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    /* margin-top: 10px; */
    margin-bottom: 0;
    opacity: 0.7;
    display: none;
}

.live-video-control-wrapper ul li a {
    margin-right: 10px;
    vertical-align: middle;
}

.live-video-control-wrapper ul li.active {
    background: #66468e;
}

.live-video-control-wrapper ul li:hover,
.live-video-control-wrapper ul li:focus {
    background: #66468e;
}

.live-video-control-wrapper ul li:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.live-video-control-wrapper ul li:last-child {
    border-radius: 30px;
    background: #66468e;
    color: white;
    border: none;
    width: 22%;
    margin-left: 25%;
}

.live-video-control-wrapper ul li:last-child a {
    margin-top: 8px;
}

.live-video-control-wrapper ul li .standard-btn-icon {
    position: absolute;
    top: 15px;
    right: 0px;
    background-color: green;
    border-radius: 50%;
}

.deactive-icon {
    opacity: 0.8;
}

.live-video-btn {
    background: url(../images/live-video-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position-y: 4px;
}

.live-video-sound-btn {
    background: url(../images/microphone-icon.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.live-video-up-arrow {
    background: url(../images/up-arrow-icon.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 22px;
    display: inline-block;
}

.live-video-hastags {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.live-video-hastags a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.live-video-hastags span {
    padding-left: 5px;
    padding-right: 5px;
}

.live-video-bottom-nav {
    /* display: flex; */
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
     background:rgba(255, 255, 255,0.5);
}

.live-video-btns {
    flex-grow: 1;
    width: 32.33%;
    display: inline-flex;
    align-items: center;
    justify-content: left;

}



.live-video-btns.standard {
    /* background: #6d50fa; */
    display: inline-flex;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.live-video-btns.standard::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background: #fff;
    left: 41%;
    bottom: 18%;
    right: 0;
    display: none;
}

.live-video-btns.active {
    /* text-decoration: underline; */
    color: #66468e;
}

/* .live-video-btns.active:after {
    border-bottom: 2px solid #fff;
} */

.live-video-btns.multi-beam {
    /* background: #6d50fa; */
    display: inline-flex;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.live-video-btns.multi-beam:hover{
    color: #531b93;
}

.live-video-btns.go-live {
    background: #6d44ff;
    display: inline-flex;
    font-size: 18px;
    color: #fff;
    text-align: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 40px;
}

.standard-btn-icon {
    background: url(../images/standard-btn-tick.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.golive-btn-icon {
    background: url(../images/golive-btn-icon.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
}

.live-video-channel {
    width: 100%;
    display: inline-block;
    padding: 35px 15px 15px;
    position: relative;
    top: 45px;
    /* text-align: center; */
    /* margin-bottom: 200px; */
}

.live-video-channel label {
    margin-bottom: 0;
    margin-right: 10px;
}

/* .live-video-channel-select-panel{
    display: inline-block;
    align-items: center;
    width: auto;
    text-align: center;
} */
.channel-select {
    background: rgba(255, 255, 255, 0.3);
    padding: 4px;
    border-radius: 5px;
    width: 40% !important;
    border: 1px solid #fff;
}
.live-video-channel .live-video-channel-select-panel .channel-select{
     width: 42% !important;
}
.multiselect-dropdown .dropdown-btn .selected-item{
    font-size: 13px;
}
.live-video-wrapper .live-video-channel .live-video-channel-select-panel .channel-select .multiselect-dropdown[_ngcontent-egk-c3] .dropdown-btn[_ngcontent-egk-c3] .dropdown-down[_ngcontent-egk-c3]{
    border-top: 10px solid #ffffff !important;
}

.channel-select select {
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.channel-select select.form-control:focus {
    color: #fff;
    background: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.invite-guest-btn-panel .invite-guest-btn {
    background: #333;
    padding: 10px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.invite-guest-icon {
    background: url(../images/invite-frnd-btn-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.live-video-multi-beam-panel {
    background: #0e0e0e;
    padding: 10px;
}

#livevideomenu {
    position: absolute;
    bottom: 50px;
    right: 0;
    max-width: 200px;
}

#livevideomenu .card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
}

.livevideomenu {
    padding: 0;
    margin: 0;
}

.livevideomenu li {
    list-style-type: none;
}

.livevideomenu li {
    background: url(../images/menu-arrow.png) no-repeat 0 7px;
    background-size: 20px;
    padding-left: 25px;
}

.livevideomenu li a {
    color: #050504;
}

.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
}

.flexbox:hover img {
    opacity: 0.28;
}

.flexbox .item {
    position: relative;
    width: 30.63%;
    padding: 5px;
}

.flexbox .item img {
    width: 100%;
    display: block;
    transition: all 0.8s;
}

.flexbox .item .title {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    padding: 0 3%;
    font-size: 30px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.42);
}

.flexbox .item:hover img {
    opacity: 1;
}


.golive-wrapper {
    height: 100vh;
    /* background: #000; */
    position: relative;
    max-width: 767px;
    margin: 0 auto;
}

.golive-wrapper .go-live-main-pic {
    height: 100vh;
}

.golive-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: 1;
}

.go-live-bottom-menu {
    position: fixed;
    bottom: 50px;
    left: 0px;
    right: 0;
    /* background: rgba(0,0,0,0.5); */
    display: flex;
    justify-content: space-between;
    padding: 15px;
    z-index: 99;
    min-height: 50px;
    max-height: 50px;
    /* width: 88.5%; */
}

.go-live-uparrow {
    background: url(../images/bottom-icon1.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 50px;
    display: inline-block;
    /* margin-right: 5px;   */
    background-position: center;
}

.go-live-email {
    background: url(../images/chat-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 50px;
    display: inline-block;
    margin-right: 5px;
}

.go-live-video {
    background: url(../images/rec.gif) no-repeat;
    background-size: contain;
    width: 58px;
    height: 58px;
    display: inline-block;
    /* margin-right: 5px;   */
    background-position: center;
}

.go-live-video-start {
    background: url(../images/video-icon-white.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    /* margin-right: 5px;   */
    background-position: center;
}

.go-live-chat {
    background: url(../images/bottom-icon2.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-table;
    /* margin-right: 5px;   */
    background-position: center;
}

.go-live-pie {
    background: url(../images/bottom-icon3.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    display: inline-block;
    /* margin-right: 5px;   */
    background-position: center;
}

/* .go-live-gift {
    background: url(../images/bottom-icon7.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 50px;
    display: inline-block;
    background-position: center;
} */

.go-live-coinn {
    background: url(../images/bottom-icon8.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 50px;
    display: inline-block;
    /* margin-right: 5px;   */
    background-position: center;
    padding-top: 0px !important;
}

.go-live-handcoin {
    background: url(../images/bottom-icon9.png) no-repeat;
    width: 145px;
    height: 50px;
    display: inline-block;
    /* margin-right: 5px; */
    background-position: center;
    background-size: 40% ;

}


.go-live-hand {
    background: url(../images/bottom-icon4.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: inline-table;
    /* margin-right: 5px; */
    background-position: center;
}

.go-live-award {
    background: url(../images/award-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.go-live-poll {
    background: url(../images/poll-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-position: center;
}

.go-live-share {
    background: url(../images/share-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.go-live-coin {
    background: url(../images/go-live-coin-icon.png) top left -6px no-repeat;
    background-size: 100%;
    width: 40px;
    height: 50px;
    display: inline-table;
    background-position: center;
    /* / margin-right: 5px; / */
}

.go-live-right-stats {
    position: absolute;
    top: 80px;
    right: 0;
    display: flex;
    flex-direction: row;
    z-index: 99;
    display: flex;
    background: #7c5fb9;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.go-live-stats-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

.go-live-stats-block img {
    width: 25px;
    margin-bottom: 8px;
}

.go-live-stats-block h4 {
    font-size: 14px;
    color: #fff;
}

.go-live-top-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.go-live-top-panel .go-live-title {
    margin-left: 225px;
    margin-right: 100px;
    background: rgba(255, 255, 255, 0.66);
    /* background: #ffff; */
    border-radius: 0 0 40px 40px;
    padding: 5px 8px;
    /* margin-top: 10px; */
    width: 35%;
}

 .profile_views .profile-links li:last-child{
    margin-bottom: 80px;
} 
.profile_views .live_sportslist.chanel_list ul li{
    margin-bottom: 0px;
}
.go-live-top-panel .go-live-title h2 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #673ab7 ;
}
.go-live-gift {
    background: url(../images/gift-icon.png) 50% 50% no-repeat;
    background-size: 65% !important;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.go-live-time-rec {
    position: absolute;
    top: 179px;
    left: 0px;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.go-live-time {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.go-live-close-btn {
    background: url(../images/close-btn-white.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.go-live-noti-btn {
    background: url(../images/noti.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 65px;
}
.go-live-noti-btn::after{
    background-color: #823291;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position:absolute;
    content:"";
    top: 1px;
    right: 1px;
}
.go-live-noti-btnactive {
    background: url(../images/noti-orng.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 65px;
}

.go-live-left-stats {
    position: absolute;
    top: 60px;
    left: 15px;
    z-index: 99;
}

.go-live-profile-title {
    display: flex;
    background:rgba(20, 20, 20, 0.5);
    border-radius: 30px;
    padding-right: 50px;
}

.go-live-profile-pic {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
    margin-right: 10px;
}
.go-live-profile-pic img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.golive-other{
    background-color: #fff;
    color: #000;
    border: none;
    border-radius:0;
}
.golive-other .modal-header h4{
    color: #000;
}
.golive-other .close {
    color: #000;
}
.golive-other .modal-body{
    color: #000;
    padding: 20px 25px;
}
.golive-other .modal-body button{
    padding: 0;
    max-width: fit-content;
    margin-right: inherit;
    background:transparent ;
    color: #74b048;
    margin-bottom: 0;
}

.signup-phone-pic-inner1 img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.go-live-profile-pic1 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    /* margin-right: 10px; */
    border: 2px solid #fff;
    margin-left: 10px;
}

.go-live-profile-pic1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.go-live-profile-info {
    max-width: 200px;
}

.go-live-profile-info h2 {
    font-size: 20px;
    color: #fff;
    margin: 5px 0 0 0;
}
.goLiveBroadcust .go-live-profile-info h2 {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.goLiveBroadcust .sp_bol{
    color: #fff;
    display: block;
    font-size: 16px !important;
    font-weight: 700;
    text-align: left;
}
.highFixLineup{
    margin-top: 80px !important;
}
.goLiveBroadcust .countdown-timer{
    font-size: 14px;
}
.goLiveBroadcust .go-live-profile-pic {
    width: 90px;
    height: 90px;
}
.goLiveBroadcust .go-live-profile-title {
    border-radius: 50px;
}
.go-live-profile-info .notify-tag {
    background: #ed3d07;
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
}

.go-live-profile-info .notify-tag a {
    color: #fff;
    text-decoration: none;
}

.go-live-profile-badge,
.go-live-badge {
    background:rgba(20, 20, 20, 0.2);
    border-radius: 15px;
    padding: 5px 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.go-live-profile-badge strong,
.go-live-badge strong {
    font-weight: 400;
}

.go-live-fire-icon {
    background: url(../images/icon-graph.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.go-live-view-panel {
    margin-top: 20px;
    display: flex;
   
    align-items: baseline;
}

.go-live-view-panel .go-live-badge {
    margin-bottom: 15px;
    display: inline-flex;
    margin-right: 15px;
}

.go-live-diamond-badge .diamond-icon {
    margin-bottom: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.go-live-view-badge .view-icon {
    margin-bottom: 0;
    margin-right: 10px;
    width: 30px;
}

.go-live-like-panel {
    position: absolute;
    top: 250px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.like-icon {
    background: url(../images/like-icon.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.go-live-like-panel h4 {
    font-size: 18px;
    color: #fff;
}

.go-live-bottom-msg-panel {
    display: flex;
    flex-direction: column;
    /* position: fixed; */
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 99;
}

.go-live-hashtag a {
    color: #fff;
    text-decoration: none;
}

.go-live-hashtag span {
    color: #fff;
}
/* .msgSection{
	position: fixed;
    left: 23%;
    bottom: 12%;
    width: 54%;
} */

.msgSection {
    position: absolute;
    /* left: 23%; */
    bottom: 12%;
    width: 100%;
}
.go-live-msg-fld-panel {
    position: relative;
    border-radius: 40px;
    background: #66468e9c;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding-left: 50px;
    padding-right: 70px;
    margin-bottom: 8px;
}

.go-live-msg-fld-panel input {
    min-height: 40px;
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
}

.msg-moti-icon-panel {
    position: absolute;
    top: 9px;
    left: 8px;
}

.msg-moti-icon {
    background: url(../images/simily-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    display: inline-block;
}

.msg-send-btn-panel {
    position: absolute;
    top: 10px;
    right: 5px;
}

.msg-send-btn {
    background: url(../images/send-btn-dark.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 30px;
    border: none;
}
.msg-send-btn:focus, .msg-send-btn:hover, .msg-send-btn:active{
    outline: 0 none;
    box-shadow: none;
}
.go-live-msg {
    padding-right: 15px;
}

.go-live-msg p {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    margin-bottom: 10px;
}

.go-live-msg p img {
    max-width: 15px;
}

/*-------------Live Video Ends-------------*/
/*-------------My Dashboard Starts-------------*/
.my-dashboard-row {
    display: flex;
    flex-wrap: wrap;
}

.my-dashboard-block {
    width: 22.33%;
    border: 1px solid #6d50fa;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    margin: 8px;
    min-height: 100px;
    max-height: 125px;
}

.my-dashboard-block img {
    max-height: 45px;
}

.my-dashboard-block {
    width: 28.33%;
    border: 1px solid #6d50fa;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 5px;
    margin: 8px;
    min-height: 100px;
    max-height: 125px;
}

.my-dashboard-block img {
    max-height: 30px;
    margin-bottom: 10px;
}

.my-dashboard-block h4 {
    font-size: 17px;
    color: #434343;
    text-align: center;
    word-break: break-word;
}

/*.my-dashboard-block:nth-child(3),
.my-dashboard-block:nth-child(6),
.my-dashboard-block:nth-child(9),
.my-dashboard-block:nth-child(12),
.my-dashboard-block:nth-child(15),
.my-dashboard-block:nth-child(18),
.my-dashboard-block:nth-child(21),
.my-dashboard-block:nth-child(24),
.my-dashboard-block:nth-child(27){
    border-right: none; 
}*/
/*-------------My Dashboard Ends-------------*/
/*-------------My Badge Starts-------------*/
.my-badge-wrapper h2 {
    font-family: 'Josefin Sans', sans-serif;
    /*background: #f1f1f1;*/
    font-size: 22px;
    color: #373737;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 15px;
}

.my-badge-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: start;

}

.my-badge-block {
    margin-bottom: 20px;
    width: 20%;
    display: inline-block;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
    flex-shrink: 0;
    justify-content: center;
}

.my-badge-block-icon {
    
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 10px;
    flex-shrink: 0;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 0px;
    margin: 0 auto;
    padding-bottom: 0;
}
.my-badge-inner-wrapper h3 span{
    margin: 20px 0 0 0;
    display: inline-block;
}
.my-badge-block{
    position: relative;
}
.my-badge-block::after{
    background: #f4f4f4;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    top: -5px;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    right: 0;
}
.my-badge-block-icon img {
    height: 60%;
    border-radius: 50%;
    width: 70%;
}

.my-badge-block-icon.badge-orange {
    background: #6d50fa !important;
}

.my-badge-inner-wrapper h3 {
    font-size: 14px;
}

.my-badge-inner-wrapper h3 {
    font-size: 16px;
    font-size: 12px;
    text-align: center;
    color: #212529;
}



.my-badge-block-icon.orange-border {
    border: 2px solid #ed3d07;
}

.my-badge-block-icon.active-badge {
    background: #fff !important;
    box-shadow: 0 0 10px 0 rgba(255, 109, 34, 0.15);
}

.my-badge-block-icon .badge-tick {
    background: url(../images/my-badge/badge-check.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}

/*-------------My Badge Ends-------------*/
.invite-guest-panel,
.go-live-notify-panel {
    display: flex;
    justify-content: space-between;
}

.go-live-notify-panel {
    margin-bottom: 10px;
}

.invite-guest-fld,
.go-live-notify-fld {
    flex-grow: 1;
}

.invite-guest-fld input,
.go-live-notify-fld input {
    width: 100%;
    background: #ed3e07;
    color: #fff;
    border-color: transparent;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    height: 100%;
}

.go-live-notify-fld input {
    border-radius: 30px 0 0 30px;
}

.invite-guest-fld input::placeholder,
.go-live-notify-fld input::placeholder {
    color: #fff;
}

.grey-btn {
    background: #262626;
    padding: 8px 25px;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    border-color: transparent;
}

.go-live-notify-panel .grey-btn {
    border-radius: 0 30px 30px 0;
}

.invite-btn-panel {
    margin-left: 10px;
}

.modal-close {
    opacity: 1;
}

.modal-close span {
    background: url(../images/close-btn.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    opacity: 1;
    display: inline-block;
    text-indent: -1000000px;
    color: #fff;
}

.modal-header-custom {
    padding-bottom: 5px;
    padding-top: 15px;
}

.notify-user-name-row {
    width: 80%;
    display: flex;
    margin-bottom: 10px;
}

.notify-user-name {
    background: #e6e6e6;
    border-radius: 30px 0 0 30px;
    padding: 8px 25px;
    flex-grow: 1;
}

.grey-close-btn {
    background: #4f4f4f;
    border-radius: 0 30px 30px 0;
    display: block;
    padding: 8px 20px;
    color: #fff;
}

.notify-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.close{
   color: #fff;
}

.tag-card{
    padding-right: 1%;
    color: white;
    border-radius: 8px;
    padding: 6px;
    /*margin-right: 31px;
     top: 110px;
    left: -100px; */
    background-color: rgba(0,0,0,0.2);
    margin: 0 5px;
}
.go-live-multi-beam-wrapper {
    max-height: 62vh;
    /* overflow: auto; */
    padding-top: 70px;
}

.guest-image-panel {
    width: 150px;
    border: 4px solid #fff;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    margin-right: -15px;
}

.head-to-head-wrapper {
    background: #fff;
    position: relative;
}

.head-to-head-wrapper .go-live-top-panel {
    position: relative;
    background: #fff;
}

.ng-untouched .channel-select {
    width: 100%;
}
.ng-untouched .profile-edit-hashtag-panel {
    padding: 0px;
}
.head-to-head-wrapper .go-live-top-panel .go-live-title {
    background: #6d50fa;
    color: #fff;
}

.head-to-head-wrapper .go-live-close-btn {
    background: url(../images/close-btn.png) no-repeat;
    background-size: contain;
}

.head-to-head-name-panel {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    background: #fff;
}

.head-to-head-name-left {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    background: #07a3ed;
    border-radius: 0 40px 40px 0;
    align-items: center;
}

.head-to-head-name-right {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    background: #43a960;
    border-radius: 40px 0 0 40px;
    align-items: center;
}

.head-to-head-thumb {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    overflow: hidden;
}

.head-to-head-name-left .head-to-head-info {
    margin-left: 10px;
}

.head-to-head-name-right .head-to-head-info {
    margin-right: 10px;
}

.head-to-head-name-left h3,
.head-to-head-name-right h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.head-to-head-name-left p,
.head-to-head-name-right p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.head-to-head-timer {
    text-align: center;
}

.head-to-head-timer h2 {
    font-size: 15px;
    font-weight: 700;
    color: #383838;
    margin-bottom: 5px;
}

.head-to-head-timer .timer {
    background: #000;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
}

.head-to-head-pic-panel {
    display: flex;
}

.head-to-head-pic-left,
.head-to-head-pic-right {
    width: 50%;
}

.head-to-head-bar {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    /* margin-top: 17px; */
    position: absolute;
    top:25%;
}

.head-bar-left {
    background: #6d50fa;
    width: 60%;
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px 0 0 15px;
}

.head-bar-right {
    background: #3fb45f;
    width: 40%;
    color: #fff;
    text-align: right;
    padding: 2px 15px;
    border-radius: 0 15px 15px 0;
}

.black-bg {
    background: #000;
}

.white-bg {
    background: #fff;
}

.head-to-head-wrapper .go-live-bottom-msg-panel {
    bottom: 0;
}

.head-to-head-msg-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-to-head-msg-panel .go-live-msg-fld-panel {
    flex-grow: 1;
}

.head-to-head-btm-btns {
    padding-left: 10px;
    display: flex;
    align-items: center;
    float: right;
    padding-top: 10px;
}

.head-to-head-share {
    background: url(../images/share-icon-white.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.head-to-head-gift {
    background: url(../images/gift-icon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    display: inline-block;
    /* margin-right: 5px; */
}

.gift-collapse-area {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.gift-collapse-area .card {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.viewers-view-wrapper .go-live-bottom-msg-panel {
    max-width: 767px;
    margin: 0 auto;
    left: auto;
}

.viewers-view-wrapper .go-live-bottom-msg-panel {
    bottom: 5px;
}

.viewers-view-wrapper .go-live-right-stats {
    top: auto;
    bottom: 50px;
}

.go-live-stats-block.gift-icon img {
    width: 50px;
}

.broadcast-user-gift-panel {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 80px;
    padding: 5px;
    position: absolute;
    top: 330px;
    left: 15px;
    display: flex;
    align-items: center;
    z-index: 99;
    width: 230px;
    padding-right: 40px;
}

.user-gift-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.user-gift-info {
    padding-left: 10px;
}

.user-gift-info h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}

.user-gift-info p {
    color: #fff;
    margin-bottom: 0;
}

.gift-star-panel {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: -48px;
}

.gift-star-panel img {
    width: 50px;
}

.star-value {
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.gift-collapse-area ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

.gift-collapse-area ul li {
    white-space: nowrap;
}

.gift-collapse-area ul li a {
    color: #fff;
    background: transparent;
    border: none;
}

.gift-collapse-area .nav-tabs .nav-item.show .nav-link {
    color: #fff;
}

.gift-collapse-area .nav-tabs .nav-item.show .nav-link,
.gift-collapse-area .nav-tabs .nav-link.active {
    background: transparent;
    border: transparent;
}

.gift-collapse-area .nav-tabs .nav-link.active {
    color: #ed3d07;
}

.user-gift-panel {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    max-height: 210px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.user-gift-block {
    width: 25%;
    height: 100px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #858585;
    border-right: 1px solid #858585;
}

.user-gift-block img {
    max-height: 50px;
    margin-bottom: 10px;
}

.user-gift-block .coin-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.broadcast-data-details-wrapper {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    padding: 15px 10px;
    margin: 25px 15px;
}

.broadcast-data-details-wrapper h2 {
    color: #343433;
    font-weight: 600;
}

.broadcast-data-details-wrapper h2 span {
    color: #ed3d07;
}

.broadcast-data-details-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.broadcast-data-details-block {
    width: 50%;
    border-bottom: 1px solid #c5c5c5;
    padding: 15px;
}

.broadcast-data-details-block img {
    width: 20px;
}

.broadcast-data-details-block h4 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.broadcast-data-details-block h4 span {
    display: inline-block;
    margin-right: 5px;
}

.broadcast-data-wrapper .badge-pill {
    margin-left: 10px;
}
.chat-list-wrapper.transaction-h .chat-list-block-wrapper .title{
    margin-bottom: 15px;
}
.participant-profile-pic img{
    height: 100%;
    width: 100%;
}

.chat-list-wrapper.transaction-h .chat-list-block-wrapper .badge-pill {
    margin-left: 10px;
}

.broadcast-data-details-block h4 strong {
    font-weight: 400;
}

.broadcast-data-details-block h4 {
    font-size: 14px;
    line-height: 18px;
}

.broadcast-data-details-block:nth-child(odd) {
    border-right: 1px solid #c5c5c5;
}

#golivevideomenu {
    position: absolute;
    bottom: 50px;
    left: 0;
    max-width: 200px;
}

#golivevideomenu .card {
    background: rgba(102, 70, 142, 0.68);
    border-radius: 0;
    left: 15px;
}

.golivevideomenu {
    padding: 0;
    margin: 0;
    text-align: left;
}

.golivevideomenu li {
    list-style-type: none;
}

.golivevideomenu li {
    /* background: url(../images/menu-arrow-white.png) no-repeat 0 7px; */
    background-size: 20px;
    /* padding-left: 25px; */
}

.golivevideomenu li a {
    color: #fff;
}

.broadcast-data-wrapper {
    padding: 20px 15px;
}

.broadcast-data-block {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}

.broadcast-data-block h3 {
    color: #343433;
    font-size: 22px;
    display: flex;
    align-items: flex-start;
}

.broadcast-data-block h3 strong {
    color: #ed3d07;
    font-weight: 600;
}

.time-tag {
    background: #565656;
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 5px;
}

.go-live-profile-info countdown-timer{
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    line-height:normal;
}

.broadcast-data-block-left {
    flex-grow: 1;
}

.broadcast-data-block-right {
    display: inline-flex;
    align-items: center;
}

.broadcast-data-time-section {
    display: flex;
}

.broadcast-data-date,
.broadcast-data-time,
.broadcast-data-views,
.broadcast-data-time {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    padding-right: 0 !important;
}
.broadcast-data-block-left .broadcast-data-date, .broadcast-data-time, .broadcast-data-views{
    padding: 0 ;
}
.broadcast-data-views{
       padding: 0px 10px 10px 10px;
}
.broadcast-data-time{
    padding-left: 0 !important;
    padding: 0px 10px 10px 10px !important;
}
.broadcast-data-date p,
.broadcast-data-time p,
.broadcast-data-views p {
    font-size: 14px;
    color: #343433;
    margin-bottom: 0;
}

.broadcast-data-date-icon,
.broadcast-data-time-icon,
.broadcast-data-views-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.broadcast-data-date-icon {
    background: url(../images/broadcast-data/date-icon.png) no-repeat;
    background-size: contain;
}

.broadcast-data-time-icon {
    background: url(../images/broadcast-data/time-icon.png) no-repeat;
    background-size: contain;
}

.broadcast-data-block-right .orange-btn {
    padding: 7px 15px 5px;
    text-transform: capitalize;
}

.broadcast-data-views-icon {
    background: url(../images/broadcast-data/total-views-icon.png) no-repeat;
    background-size: contain;
}

.my-recordings-block {
    padding: 0;
    flex-direction: column;
}

.my-recordings-block .broadcast-data-block-left {
    padding: 15px 10px;
    width: 100%;
}

.my-recordings-btns {
    border-top: 1px solid #d2d2d2;
    padding: 8px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.my-recordings-btns a {
    color: #373737;
    display: inline-block;
    margin-left: 15px;
}

.download-icon,
.archive-icon,
.delete-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.download-icon {
    background: url(../images/download-icon.png) no-repeat;
    background-size: contain;
}

.archive-icon {
    background: url(../images/archive-icon.png) no-repeat;
    background-size: contain;
}

.delete-icon {
    background: url(../images/delete-icon.png) no-repeat;
    background-size: contain;
}

/*-------------*/
.buy-badge-btn,
.transaction-ban.your-coin,
.guide_leftfixed ul li:nth-child(odd),
.camilative_cashout,
.mypolls_list ul li .mypolllist_bottom h4 a.close_btn {
    background: #6d50fa;
    margin-left: 10px;
}

.guide_leftfixed ul li {
    border-bottom: 1px solid #6d50fa;
}

.my-dashboard-wrapper .my-dashboard-heading {
    background: #fef9f8;
    padding: 0 15px;
    margin-bottom: 20px;
}

.my-dashboard-heading h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.my-dashboard-row {
    margin: 0 12px;
    margin-bottom: 25px;
}

.my-dashboard-row:last-child {
    margin-bottom: 60px;
}

.my-dashboard-row:last-child {
    margin-bottom: 90px;
}

.signup-with-phone .signin-btn-panel .signin-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.green-check-icon {
    background: url(../images/green-check.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: 34px;
    right: 0;
}

.yellow-text {
    color: #000;
}

.blue-text {
    color: #52dad2;
}

.my-income-btn-group-wrap button {
    max-width: 185px;
}

.orange-btn.signin-btn {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.channel-block-link {
    display: block;
}

.chat-list-block-link {
    display: block;
    text-decoration: none;
}

.chat-list-block-link:hover {
    text-decoration: none;
}

.chat-list-block-link h3,
.chat-list-block-link p {
    color: #212529;
    text-decoration: none;
}

.profile-save-btn .orange-btn,
.orange-btn.participate-btn {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.profileview_padbot {
    padding-bottom: 5px;
}

.my-income-btn-group-wrap {
    white-space: nowrap;
}

.blk-btn {
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.channels-dashboard-panel .left-side-bar ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
}

.channels-dashboard-panel .left-side-bar ul::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
}

.contests-block-img-holder {
    width: 100%;
    height: 165px;
    padding: 0;
    position: relative;
}

.contests-block-img-holder .contest-text-holder-rgt {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    width: 70%;
}

.contests-block-img-holder .contest-text-holder-lft {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 70%;
}

.contests-block-img-holder h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.contests-block-img-holder p {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.contests-block-img-holder h4 {
    font-size: 16px;
    font-style: italic;
    padding: 0;
    margin: 30% 0 0;
}

.contests-block-img-holder .txt-white {
    color: #fff;
}

.img-gray-scale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}

.leader-board-block {
    margin: 20px 0 !important;
    text-align: center;
    position: absolute;
    bottom: 55px;
}

.leader-board-block img {
    width: 40%;
    margin-bottom: 8px;
}

.header-panel {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    min-height: 57px;
}

.header-panel-inner .main-nav ul li a,
.header-panel-inner .main-nav ul.top-nav li a {
    color: #323232;
}

.header-panel-inner .main-nav {
    max-width: 767px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f8f8;
    min-height: 82px;
    z-index: 999999;
}

.header-panel-inner .main-nav ul {
    display: flex;
    justify-content: space-between;
}

.header-panel-inner .main-nav ul li {
    padding-left: 0;
    padding-right: 0;
}

.header-panel-inner .main-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
}

.header-panel-inner .main-nav ul li a .nav-icon {
    display: block;
}

.form-inline {
    max-width: 767px;
    margin: 0 auto;
}

/* Added on 12-03-2020  */

.multi-beam-wrap-box .go-live-bottom-menu {
    max-width: 767px;
    margin: 0 auto;
    padding: 0 15px;
}

.multi-beam-wrap-box body .go-live-bottom-msg-panel {
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 767px;
}

.multi-beam-wrap-box .go-live-msg-fld-panel {
    margin: 0 15px 5px !important;
}

.multi-beam-wrap-box .go-live-hashtag>a {
    display: inline-block;
    margin: 0 2.5px;
}

.multi-beam-wrap-box .go-live-msg {
    padding: 0 15px;
    text-align: left;
}


/* Added on 12-03-2020 */

.beam-wrap {
    height: 65vh;
}

.beam-wrap>div {
    float: left;
}

.beam-wrap::after {
    content: "";
    display: block;
    clear: both;
}

.beam-wrap>div iframe,
.beam-wrap>div video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}


/* THREE BEAM START */

.three-beam-wrap .beam-a {
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.three-beam-wrap .beam-0 {
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.three-beam-wrap .beam-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}


/* THREE BEAM END */


/* FOUR BEAM START */

.four-beam-wrap .beam-a {
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.four-beam-wrap .beam-0 {
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.four-beam-wrap .beam-1 {
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.four-beam-wrap .beam-2 {
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}


/* FOUR BEAM END */


/* SIX BEAM START */

.six-beam-wrap .beam-a {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.six-beam-wrap .beam-0 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.six-beam-wrap .beam-1 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.six-beam-wrap .beam-2 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.six-beam-wrap .beam-3 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.six-beam-wrap .beam-4 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 50%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}


/* SIX BEAM END */


/* NINE BEAM START */

.nine-beam-wrap .beam-a {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.nine-beam-wrap .beam-0 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.nine-beam-wrap .beam-1 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.nine-beam-wrap .beam-2 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.nine-beam-wrap .beam-3 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.nine-beam-wrap .beam-4 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.nine-beam-wrap .beam-5 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.nine-beam-wrap .beam-6 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}

.nine-beam-wrap .beam-7 {
    width: 33.33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d87;
    height: 33.33%;
    position: relative;
    border-color: #212529;
    border-style: solid;
}


/* NINE BEAM END */

/*-------------*/
@media (min-width:1025px) {
    body.signup-with-phone {
        margin-top: 0;
    }

    body.signin-page,
    body.mobile-otp,
    body.mobile-otp-code {
        margin-top: 20px;
    }

    .signin-close {
        display: none;
    }

    .signin-logo {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .signin-btn-panel button {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .lineup_rightarrow {
        display: none;
    }

    .edit-profile-wrapper {
        max-width: 767px;
        margin-left: auto;
        margin-right: auto;
    }

    .edit-profile-wrapper {
        margin-top: 0;
    }

    body.my-fans .header-panel-inner {
        justify-content: space-between;
    }

    #multiCollapseExample1 .orange-btn {
        max-width: 250px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    body.no-top-mrn {
        margin-top: 0;
    }

    .search-block-n.search-block-n2 {
        margin-top: 75px;
    }

    /*.my-dashboard-block{
        border-right: none; 
        border-left: 1px solid #acacac; 
    }*/
    .my-dashboard-block:nth-child(3),
    .my-dashboard-block:nth-child(6),
    .my-dashboard-block:nth-child(9),
    .my-dashboard-block:nth-child(12),
    .my-dashboard-block:nth-child(15),
    .my-dashboard-block:nth-child(18),
    .my-dashboard-block:nth-child(21),
    .my-dashboard-block:nth-child(24),
    .my-dashboard-block:nth-child(27) {
        border-right: 1px solid #acacac;
    }

    .my-dashboard-block:last-child {
        border-right: 1px solid #acacac;
    }
}

@media (max-width:767px) {
    .profile-pic-panel {
        margin-top: 57px;
    }

    .channels-dashboard-panel {
        margin-top: 50px;
    }

    .channels-dashboard-panel .left-side-bar {
        top: 55px;
    }

    /*.header-panel-inner .main-nav{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f8f8f8;
        min-height: 76px;
        z-index: 999999;
    }
    .header-panel-inner .main-nav ul{
        display: flex;
        justify-content: space-between;
    }
    .header-panel-inner .main-nav ul li{
        padding-left: 0;
        padding-right: 0;
    }
    .header-panel-inner .main-nav ul li a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
    }
    .header-panel-inner .main-nav ul li a .nav-icon{
        display: block;
    }*/
    .profile-stats-panel .container,
    .profile-links-panel .container {
        padding-left: 0;
        padding-right: 0;
    }


   




    .profile-links-panel {
        padding-bottom: 85px;
    }

    .header-panel-inner .back-btn {
        position: absolute;
    }

    .header-panel-inner .back-btn a {
        display: block;
        height: 100%;
    }

    .header-panel-inner .page-title {
        text-align: center;
        width: 100%;
    }

    .signup-with-phone .signin-btn-panel .signin-btn {
        width: 100%;
    }

    .container.no-padd {
        padding-left: 0;
        padding-right: 0;
    }

    .profile-links-panel.profile_views {
        padding-bottom: 85px;
    }

    .live-video-wrapper.live-video-wrapper2 .live-video-panel {
        background-size: cover !important;
        height: calc(100vh - 330px) !important;
        width: inherit;
    }
}

.date-sec-bg {
    background: #00c0ec;
}
.inner_livestreaming_section{
    padding:25px ;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.inner_livestreaming_section .inner_live_streaming_one h2{
    color: #fff;
    font-size:25px;
    margin:0 0 15px 0;
    text-align: center;
}
.inner_livestreaming_section .inner_live_streaming_one p{
    font-size:15px;
    color: #fff;
    margin:0 0 10px 0;
    text-align: center;
    display: block;
}
.inner_livestreaming_section .inner_live_streaming_one ul{
    padding:0;
    margin: 30px 0 20px 0;
}
.inner_livestreaming_section .inner_live_streaming_one ul li{
    display: block;
    list-style: none;
    color: #fff;
    padding:10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 15px;
}
.inner_livestreaming_section .inner_live_streaming_one ul li img{
    max-width: 100%;
    height: 25px;
    margin-right: 15px;
}
.inner_livestreaming_section .inner_live_streaming_one .btn{
   background-color: #6dad3f;
   border: 0;
   padding:10px 50px;
   color: #fff;
   font-size:15px;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
    display: block;
    border-radius: 50px;
}
.inner_livestreaming_section .inner_live_streaming_one .live_check p{
    font-size:14px;
    color: #fff;
    margin: 0;
}

/* 8:06.2020 */
.live-video-search-panel input::placeholder {
    color: #66468e !important;

}


.puplr-txt {
    color: #c1acdc !important;
    font-size: 14px !important;
}

.round-purple {
    background: rgba(102, 70, 142, 0.5);
    padding: 0px;
    border-radius: 50px;
    width: 60px;
    height:60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.select-beams {
    margin-left: 42%;
}

.modal-content{
    background:#000000ab;
}

.modal-coin h4{
    color: #fff;
}

.modal-coin .modal-title{
    color: #fff !important;
}

.modal-coin .close {
    color: #fff;
    opacity: 1;
    border: none;
    background: #ec0909ad;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding-top: 8px;
    padding-right: 16px;
    margin-top: -3px;
    margin-right: -3px;
}


.modal-coin button:focus{    
    border:none !important;
    outline: none !important;
}
.modal-coin{
    color: #fff !important;
}

.drop-coin{
    background-color: #694baba8 !important;
    border-radius: 30px;
    border: none;
}

.modal-coin .modal-header{
    border-bottom: 0px;
}

.modal-coin .modal-footer{
    border-top: 0px;
    padding-top: 0;
}

.modal-coin .modal-footer .btn{    
    margin: auto;
}

.purple-bg{
    background:#481d488f;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.input-box{
    border-radius: 30px;
    width: 20%;
    border: none;
    padding: 0 10px;
}

.modal-title{
    color: white;
}
.modal-body{
    color: white;
}

.orng-sec{
    background: rgba(254,165,88,1);
    background: -moz-linear-gradient(-45deg, rgba(254,165,88,1) 0%, rgba(254,165,88,1) 15%, rgba(231,126,35,1) 57%, rgba(231,126,35,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254,165,88,1)), color-stop(15%, rgba(254,165,88,1)), color-stop(57%, rgba(231,126,35,1)), color-stop(100%, rgba(231,126,35,1)));
    background: -webkit-linear-gradient(-45deg, rgba(254,165,88,1) 0%, rgba(254,165,88,1) 15%, rgba(231,126,35,1) 57%, rgba(231,126,35,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(254,165,88,1) 0%, rgba(254,165,88,1) 15%, rgba(231,126,35,1) 57%, rgba(231,126,35,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(254,165,88,1) 0%, rgba(254,165,88,1) 15%, rgba(231,126,35,1) 57%, rgba(231,126,35,1) 100%);
    background: linear-gradient(135deg, rgba(254,165,88,1) 0%, rgba(254,165,88,1) 15%, rgba(231,126,35,1) 57%, rgba(231,126,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea558', endColorstr='#e77e23', GradientType=1 );
    padding: 10px;
    width: 33.33%;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 100px;
}

.red-sec{
    background: rgba(232,76,61,1);
background: -moz-linear-gradient(-45deg, rgba(232,76,61,1) 0%, rgba(232,76,61,1) 14%, rgba(194,29,14,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(232,76,61,1)), color-stop(14%, rgba(232,76,61,1)), color-stop(100%, rgba(194,29,14,1)));
background: -webkit-linear-gradient(-45deg, rgba(232,76,61,1) 0%, rgba(232,76,61,1) 14%, rgba(194,29,14,1) 100%);
background: -o-linear-gradient(-45deg, rgba(232,76,61,1) 0%, rgba(232,76,61,1) 14%, rgba(194,29,14,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(232,76,61,1) 0%, rgba(232,76,61,1) 14%, rgba(194,29,14,1) 100%);
background: linear-gradient(135deg, rgba(232,76,61,1) 0%, rgba(232,76,61,1) 14%, rgba(194,29,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84c3d', endColorstr='#c21d0e', GradientType=1 );
    padding: 10px;
    width: 33.33%;
    margin: 0 10px 10px 10px;
    border-radius: 5px;
    min-height: 100px;
}

.purple-sec{
    background: rgba(143,68,173,1);
background: -moz-linear-gradient(-45deg, rgba(143,68,173,1) 0%, rgba(143,68,173,1) 14%, rgba(116,14,157,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(143,68,173,1)), color-stop(14%, rgba(143,68,173,1)), color-stop(100%, rgba(116,14,157,1)));
background: -webkit-linear-gradient(-45deg, rgba(143,68,173,1) 0%, rgba(143,68,173,1) 14%, rgba(116,14,157,1) 100%);
background: -o-linear-gradient(-45deg, rgba(143,68,173,1) 0%, rgba(143,68,173,1) 14%, rgba(116,14,157,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(143,68,173,1) 0%, rgba(143,68,173,1) 14%, rgba(116,14,157,1) 100%);
background: linear-gradient(135deg, rgba(143,68,173,1) 0%, rgba(143,68,173,1) 14%, rgba(116,14,157,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f44ad', endColorstr='#740e9d', GradientType=1 );
    padding: 10px;
    width: 33.33%;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 100px;
}



.green-sec{
    background: rgba(39,174,97,1);
background: -moz-linear-gradient(-45deg, rgba(39,174,97,1) 0%, rgba(39,174,97,1) 14%, rgba(6,143,65,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(39,174,97,1)), color-stop(14%, rgba(39,174,97,1)), color-stop(100%, rgba(6,143,65,1)));
background: -webkit-linear-gradient(-45deg, rgba(39,174,97,1) 0%, rgba(39,174,97,1) 14%, rgba(6,143,65,1) 100%);
background: -o-linear-gradient(-45deg, rgba(39,174,97,1) 0%, rgba(39,174,97,1) 14%, rgba(6,143,65,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(39,174,97,1) 0%, rgba(39,174,97,1) 14%, rgba(6,143,65,1) 100%);
background: linear-gradient(135deg, rgba(39,174,97,1) 0%, rgba(39,174,97,1) 14%, rgba(6,143,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ae61', endColorstr='#068f41', GradientType=1 );
    padding: 10px;
    width: 33.33%;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 100px;
    
}

.blue-sec{
    background: rgba(42,128,185,1);
background: -moz-linear-gradient(-45deg, rgba(42,128,185,1) 0%, rgba(42,128,185,1) 14%, rgba(14,93,145,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(42,128,185,1)), color-stop(14%, rgba(42,128,185,1)), color-stop(100%, rgba(14,93,145,1)));
background: -webkit-linear-gradient(-45deg, rgba(42,128,185,1) 0%, rgba(42,128,185,1) 14%, rgba(14,93,145,1) 100%);
background: -o-linear-gradient(-45deg, rgba(42,128,185,1) 0%, rgba(42,128,185,1) 14%, rgba(14,93,145,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(42,128,185,1) 0%, rgba(42,128,185,1) 14%, rgba(14,93,145,1) 100%);
background: linear-gradient(135deg, rgba(42,128,185,1) 0%, rgba(42,128,185,1) 14%, rgba(14,93,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a80b9', endColorstr='#0e5d91', GradientType=1 );
    padding: 10px;
    width: 33.33%;
    margin: 0 10px 10px 10px;
    border-radius: 5px;
    min-height: 100px;
}

.yellow-sec{
    background: rgba(226,189,80,1);
background: -moz-linear-gradient(-45deg, rgba(226,189,80,1) 0%, rgba(226,189,80,1) 14%, rgba(198,153,15,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,189,80,1)), color-stop(14%, rgba(226,189,80,1)), color-stop(100%, rgba(198,153,15,1)));
background: -webkit-linear-gradient(-45deg, rgba(226,189,80,1) 0%, rgba(226,189,80,1) 14%, rgba(198,153,15,1) 100%);
background: -o-linear-gradient(-45deg, rgba(226,189,80,1) 0%, rgba(226,189,80,1) 14%, rgba(198,153,15,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(226,189,80,1) 0%, rgba(226,189,80,1) 14%, rgba(198,153,15,1) 100%);
background: linear-gradient(135deg, rgba(226,189,80,1) 0%, rgba(226,189,80,1) 14%, rgba(198,153,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2bd50', endColorstr='#c6990f', GradientType=1 );
    padding: 10px;
    width: 33.33%;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 100px;
}
.info-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-modal p{
    margin-bottom: 2px;
    font-size: 14px;
}

.info-modal img{
    width: 25px;
    margin-bottom: 8px;
}

.gift-modal .nav-link {
    display: block;
    padding: 9px 6px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
}
.ng-star-inserted .card-img-top{
    width: 60px;
    height: 60px;
}

.gift-modal .nav-link:hover {
    color: #b15fb1;
}

.gift-modal .nav-tabs .nav-item.show .nav-link, .gift-modal .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #fff;
}
.gift-modal .card{
    background: transparent;
    /* border:1px solid #fff; */
}

.gift-modal .card-body{
    padding: 10px 5px 5px 5px;
}

/* .border-left-new{
    border-left:1px solid rgba(117, 116, 116, 0.75);
} */

/* .border-bottom-new{
    border-bottom:1px solid rgba(117, 116, 116, 0.75);
} */

/* .border-right-new{
    border-right:1px solid rgba(117, 116, 116, 0.75);
} */

.ng-star-inserted .card-title span{
    background: url(../images/go-live-coin-icon.png) top 5px left no-repeat;
    background-size: 17px;
    padding-bottom: 3px;
}
.gift-modal .nav-tabs{
    border-bottom:1px solid rgba(117, 116, 116, 0.75);
}

.list-group-item{
    justify-content: center;
    background: #6d06a0;
    border-radius: 20px !important;
    padding: 5px 10px !important;
    width: fit-content;
    height: 30px;
    text-align: center;
    color: #fff;
    /* margin: 5px; */
    display: flex;
}
.profile-links .list-group li {
    margin-bottom: 15px;
}
.live_sportslist ul{
    display: flex;
}

.myvideoimage{
    margin-right: 10px;
}

.myvideo_title{
    color: #212529;
    font-weight: 600;
    font-size: 14px;
}

.myvideo_list ul li{
    margin-right: 10px;   
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(255, 109, 34, 0.15);
    padding: 5px 10px;
}

.myvideo_list ul {
    padding-left: 0;
}

.modal-coin .chat-list-block {
    background: #481d488f;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
    padding: 5px 15px;
    align-items: center;
}

.modal-coin .mat-form-field-infix input[type=text]{
    color: #fff;
}
 
.modal-coin .mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgb(255, 255, 255);
}

.modal-coin .chat-list-wrapper.transaction-h .chat-profile-info .title .username span.name {
    background: transparent;
    padding: 0;
    font-size: 16px;
    color:#fff;
    font-weight: 600;
}

.modal-coin .chat-list-wrapper.transaction-h .chat-list-block-wrapper {
    padding: 20px 10px 20px;
}

.modal-coin .chat-list-wrapper.transaction-h.book-l .unblock-btn{
    background:rgb(94, 64, 140) !important;
}


/* for big gift icon */
.round-purple1 {
    background: #66468e;
    padding: 0;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}


.app-noti{
    position: absolute;
    right: 7%;
    top: 40%;
}

.white-text{
    color: #fff !important;
}

.head-to-head-thumb img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}
.channel-block-wrapper {
    display: block;
    flex-wrap: wrap;
}
/* .go-live-gift {
    background: url(../images/video-icon-white.png) 50% 50% no-repeat;
    background-size: 65% !important;
    width: 100%;
    height: 100%;
    display: inline-block;
} */

/* for big gift icon */

.modal-backdrop{
    z-index: 9999 !important;
}
.show .ng-star-inserted{
    padding: 0px 0 8px 0;
}
.channels-dashboard-panel .left-side-bar hr {
    margin-bottom: 0px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    padding: 15px 0 8px 0;
}
.myvideo_list ul li{
    max-width: 33% !important;
}
.myvideo_list ul li .myvideoimage{
    margin-right: 0;
}
.myvideo_list ul li:last-child{
    margin-bottom: 0 !important;
}
/* .inner_text_form .form-group label{
    color: #212529;
    font-size: 14px;
    font-weight: 400;
} */
.inner_text_form .form-group .form-control{
    padding: .375rem .75rem;
    border: 1px solid #ced4da ;
    border-radius: 50px;
}
.inner_text_form .btn{
    background-color: #6d48f2;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
.profile-stats-bottom-block .coin-icon{
    margin: 0 auto 5px auto;
    width: 30px;
    height: 30px;
}
.profile-heddings{
    text-align: center;
    margin-bottom: 50px;
}
.profile-heddings h2{
    color: #34393f;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 10px 0;
}
.profile-heddings h3{
    color: #898989;
    font-weight: 200;
    font-size: 25px;
    margin: 0 0 0px 0;
    font-family: 'Josefin Sans', sans-serif;
}
.profile-heddings h2 i{
    font-weight: 800;
}
.profile-heddings h2 .fa-mars{
    color: #0173ff;
}
.profile-heddings h2 .fa-venus{
    color: #ff4181;
}

mob_profile_pic img{
    border-radius: 50%;
    border: 1px solid #fff;
    max-width: 10%;
}
.mob_profile_pic{
    text-align: center;
    display: block;
    width: 100%;
    z-index: 0;
    margin-bottom: -40px;
}
.mob_cont{
    padding: 30px;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    width: 100%;
    display: block;
}
.lov_sec{
    display: flex;
    color: #757575;
    font-size: 15px;
}
.lov_sec img{
    width: 30px;
    margin-right: 5px;
}
.mob_pro_head{
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
}
.mob_pro_head h2{
    color: #373737;
    font-weight: 400;
    font-size: 25px;
    margin: 0 0 5px 0 ;
}
.mob_pro_head h3{
      color: #373737;
    font-weight: 200;
    font-size: 20px;
    margin: 0;
}
.mob_body .di{
    display: flex;
    background-color: #00e5ff;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    align-items: center;
    margin: 0 0 30px 0;
}
.mob_body .di img{
    max-width: 15%;
}
.mob_body .lev{
    display: flex;
    background-color: #f7712b;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    align-items: center;
    margin: 0 0 30px 0;
}
.mob_body .lev img{
    max-width: 15%;
}
.mob_body .coin{
    display: flex;
    background-color: #ffcb15;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    align-items: center;
     margin: 0 0 30px 0;
}
.mob_body .coin img{
    max-width: 15%;
}
.mob_body .lik{
    display: flex;
    background-color: #9b34ef;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    align-items: center;
   margin: 0 0 30px 0; 
}
.mob_body .lik img{
    max-width: 15%;
}
.mob_body .mob_inner_sec{
    font-size: 20px;
    color: #515151;
    margin: 0 0 40px 0;
}
.mob_body .mob_inner_sec span{
    padding: 8px 15px;
    background-color: #6d48f2;
    border-radius: 15px;
    color: #fff;
}
.mob_body .mob_inner_sec_info  {
    font-size: 18px;
    color: #757575;
    margin: 0 0 15px 0;
}
.mob_body .mob_inner_sec_info span{
    float: right;
    cursor: pointer;
}
.mob_body .mob_inner_sec_info span img{
    max-width: 50%;
}
.mob_body .mob_counter{
    text-align: center;
    margin: 30px 0 0 0 ;
}
.mob_body .mob_counter h3{
    color: #373737;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 0px 0;
}
.mob_body .mob_counter span{
    color: #373737;
    font-weight: 300;
    font-size: 25px;
}
.mob_body .mob_pro_btn button{
    border-radius: 50px;
    border: 2px solid #9b34ef;
    padding: 10PX 50PX;
    color: #9b34ef;
    background-color: transparent;
    font-size: 17px;
    transition: 0.5s ease-in-out;
}
.mob_body .mob_pro_btn button:hover{
    border: 2px solid #9b34ef;
    background-color: #9b34ef;
    color: #fff;
     transition: 0.5s ease-in-out;
}
.mob_body .mob_pro_btn button img{
    max-width: 20%;
}
.mob_body .mob_pro_btn{
    margin: 50px 0 0 0;
}

.mob_profile_pic img{
    max-width:20%;
    border: 2px solid #fff;
    border-radius: 50%;
}

