@font-face {
    font-family: myFirstFont;
    /* src: url(https://apigoswirl.com/live_stream/fonts/circular-std-medium-500.ttf); */
    /* src: url(../fonts/circular-std-medium-500.ttf); */
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

body {
    font-family: myFirstFont;
}

::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.SLS-main-conatiner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #000;
    height: 100vh;
}

.SLS-inner-conatiner {
    height: 100%;
   /*  margin: 0 100px;
    padding: 30px; */
    position: relative;
}

video {
    height: 100%;
    width: 100%;
    background-color: #000;
    display: block;
    object-fit: contain;
}

.SLS-show-comments .st0 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
}

.SLS-show-comments .st1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.SLS-ask .st1 {
    fill: #fff;
}

.flag {
    color: #fff;
    position: absolute;
    top: 40px;
    left: 80px;
    font-size: 14px;
    display: table;
    z-index: 3;
}

.flag #livestatus {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px 0px 0px 5px;
}

.flag .liveflag {
    background: #FF0101;
}
.flag .recordingflag {
    background: #0000009c;
}
.flag #viewcount {
    background: #000;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 0px 5px 5px 0px;
}

#viewcount .fa {
    padding-right: 5px;
}

.top-right-action {
    color: #fff;
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 13px;
    display: table;
    user-select: none;
    z-index: 3;
}

.top-right-action svg,
.action-bar svg {
    cursor: pointer;
}
.action-bar img{
    width: 28px;
    cursor: pointer;
}
.muteicon img,.share-icon img,.SSV-heart-flaws-btn img{
    width: 30px;
    cursor: pointer;
}
.top-right-action svg:focus,
.action-bar svg:focus {
    outline: unset;
}

.action-bar {
    position: absolute;
    bottom: 10px;
    right: 40px;
    user-select: none;
}

div.SWIRLhearts {
    width: 100px;
    height: 200px;
    position: absolute;
    bottom: 55px;
    right: 20px;
    border: none;

}

div.SWIRLheart {
    width: 30px;
    height: 30px;
    opacity: 1;
    position: absolute;
    bottom: 0;
    display: none;
    border: none;

}

div.SWIRLheart span {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    border: none;

}

div.SWIRLheart span::after {
    content: '\2764';
    display: block;
    border: none;
}

.colOne {
    color: #fce473;
}

.colTwo {
    color: #f68b39;
}

.colThree {
    color: #f2003c;
}

.colFour {
    color: #847bb9;
}

.colFive {
    color: #97cd76;
}

.colSix {
    color: #35b1d1;
}

.colOne,
.colTwo,
.colThree,
.colFour,
.colFive,
.colSix {
    color: #f2003c;
}

#Layer_1 {
    display: none;
}

/* .SSV-heart-flaws-btn img {
    width: 22px;
    display: inline-block;
} */

.SSV-heart-flaws-btn span::after {
    content: '\2665';
    display: block;
    color: #fff;
    line-height: 33px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    left: 0;
    border: none;
    z-index: 999999;
    position: absolute;
    bottom: 0;
}

.SSV-heart-flaws-btn span.active::after {
    content: '\2661';
    color: #f2003c;
    z-index: 999999;

}
.banner-tab-hide{
    display: none !important;
}

/* animation */
@keyframes pop {
    0% {
        transform: scaleX(-0) scaleY(-0);
        opacity: 0.85;
    }

    100% {
        transform: scaleX(1.4) scaleY(1.6);
        opacity: 0;
    }
}



@keyframes flowOne {
    0% {
        opacity: 0;
        bottom: 0;
        right: 14%;
        z-index: 999999;
        border: none;

    }

    40% {
        opacity: .8;
        z-index: 999999;
        border: none;

    }

    50% {
        opacity: 1;
        right: 0;
        z-index: 999999;
        border: none;

    }

    60% {
        opacity: .2;
        z-index: 999999;
        border: none;

    }

    80% {
        bottom: 80%;
        z-index: 999999;
        border: none;

    }

    100% {
        opacity: 0;
        bottom: 100%;
        right: 18%;
        z-index: 999999;
        border: none;

    }
}

@keyframes flowTwo {
    0% {
        opacity: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        border: none;

    }

    40% {
        opacity: .8;
        z-index: 999999;
        border: none;

    }

    50% {
        opacity: 1;
        right: 11%;
        z-index: 999999;
        border: none;

    }

    60% {
        opacity: .2;
        z-index: 999999;
        border: none;

    }

    80% {
        bottom: 60%;
        z-index: 999999;
        border: none;

    }

    100% {
        opacity: 0;
        bottom: 80%;
        right: 0;
        z-index: 999999;
        border: none;

    }
}

@keyframes flowThree {
    0% {
        opacity: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        border: none;

    }

    40% {
        opacity: .8;
        z-index: 999999;
        border: none;

    }

    50% {
        opacity: 1;
        right: 30%;
        z-index: 999999;
        border: none;

    }

    60% {
        opacity: .2;
        z-index: 999999;
        border: none;

    }

    80% {
        bottom: 70%;
        z-index: 999999;
        border: none;

    }

    100% {
        opacity: 0;
        bottom: 90%;
        right: 0;
        z-index: 999999;
        border: none;

    }
}

.video-box {
    position: relative;
    overflow: hidden;
    height: 100%;
}


.video-box video {
    width: 100%;
    height: 100%;
}

/* .video-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 2;
    background: linear-gradient(to top, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 80%) 100%);
    background: linear-gradient(0deg, rgba(0, 212, 255, 0) 5%, rgba(0, 0, 0, 0.7) 100%);
}

.video-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 100%);
} */

.SLS-comments-panel {
    color: #fff;
    position: absolute;
    bottom: 80px;
    right: 40px;
    width: 30%;
    display: none;
    transform: translateY(100%);
    transition: transform .5s;
}

.pin-main-div {
    margin-bottom: 10px;
    width: 100%;
    background: #000;
    border-radius: 10px;
    padding: 10px;
}

.pin-user-pic {
    display: table-cell;
    padding-top: 5px;
}

.pin-user-pic img {
    width: 30px;
    border-radius: 50%;
}

.pin-msg-content {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.pin-msg-content p:first-child {
    /* font-weight: 700; */
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
}
#tabs .only{
    border-radius: 5px;
} 
.messages-pin p {
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    display: inline-block;
    margin: auto;
    word-break: break-word;
}

.pin-main-icon {
    display: table-cell;
    color: #fff;
    vertical-align: unset;
}

.pin-main-icon span {
    font-size: 20px;
}

.icon-pushpin {
    padding: 0 10px 0 3px;
}

.icon-pushpin:before {
    transform: rotate(45deg);
}

.SLS-comments-all p {
    margin-bottom: auto;
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    word-break: break-word;
}

.SLS-comments-all p .time {
    float: right;
    /* font-weight: 600; */
    color: #b9b9b9;
    font-size: 12px;
}

.SLS-comments-all .fillcolor {
    background: #FAE232;
    color: #000;
}

.SLS-comments-all .user-comments {
    background: #17171C80;
}

.SLS-comments-all .msgcontent-div {
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    display: inline-block;
    margin: 0;
    margin-bottom: 2px;
}

.msgcontent-div .icon {
    display: table-cell;
   /*  padding-top: 5px; */
}

.msgcontent-div .icon i {
    font-size: 30px;
}

.msgcontent-div .icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.msgcontent-div .msg-content {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.msgcontent-div .msg-content p:first-child {
    /*     font-weight: bold; */
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 14px;
}

#Search {
    width: 100%;
    position: relative;
    display: inline-block;
}

#Search input[type=text] {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #000;
    padding: 10px 40px 10px 10px;
    color: #fff;
    width: 100%;
    outline: none;
}
#Search input[type=text]::placeholder {
    color: #fff;
}
#Search button {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    background: 0 0;
    display: block;
    padding-right: 10px;
    border-radius: 0 30px 30px 0;
}

#Search button i {
    font-size: 18px;
    vertical-align: inherit;
    color: #fff;
}

.menu-icon {
    color: #fff;
    position: absolute;
    top: 42px;
    left: 50px;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
}

.all-tabs {
    color: #fff;
    position: absolute;
    top: 100px;
    left: 50px;
    width: 22%;
    display: none;

    /* transform: translateX(-100%);
    transition: transform .5s; */
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #FFFFFFCC;
    color: #17171C80;
    text-decoration: unset;
    font-size: 16px;
    border-radius: 5px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #17171C;
}

.all-tabs .nav-pills li:first-child a {
    border-radius: 5px 0px 0px 5px;
}

.all-tabs .nav-pills li:nth-child(2) a {
    border-radius: 0px 5px 5px 0px;
}

.SLS-product-tile {
    background: #FFFFFFCC;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
    color: #000;
    /* border-bottom: 1px solid rgb(199, 199, 199); */
}

.SLS-product-image img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    object-fit: cover;
    background: #fff;
}

.SLS-product-content {
    padding-left: 15px;
    width: calc(100% - 90px);
}

.SLS-product-content p {
    font-size: 15px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.SLS-product-content label {
    font-size: 17px;
    font-weight: 700;
}

.SLS-product-content del {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    color: #000000B2;
}

.SLS-product-buynow-btn {
    background: #17171C;
    border-color: #17171C;
    color: #fff;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 5px;
    border: none;
    outline: 0;
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.offer-style p {
    background: #fff;
    border-radius: 10px;
    color: #000;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    word-break: break-word;
}
.offer-style ul,.offer-style ol,.offer-style dl{
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    word-break: break-word;
}

.offer-style span{
    color: #fff !important;
}
.share-btn .social-icon {
    display: inline-grid;
}

.social-icon .fa {
    color: #fff;
    cursor: pointer;
    padding: 0;
    font-size: 30px !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 15px;
    text-align: center;
}

.fa-facebook {
    background: #3b5998;
}

/* .fa-facebook-f:before, .fa-facebook:before,.fa-linkedin:before,.fa-twitter:before,.fa-whatsapp:before{
    vertical-align: sub;
} */
.fa-linkedin {
    background: #007bb5;
}

.fa-twitter {
    background: #55acee;
}

.fa-whatsapp {
    background: green;
}

.copytext-block {
    width: 100%;
}

#copy-text {
    width: calc(100% - 115px);
    font-size: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px !important;
    height: auto;
    border: 1px solid #E7E7E7;
}

.btn-copy {
    vertical-align: top;
    background: #17171C;
    border: 1px solid #17171C !important;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    outline: 0;
    float: right;
    border-radius: 5px;
}

.btn-copy:hover,
.btn-ask-send:hover {
    color: #000;
}

#share-popup .modal-body,
#askque-popup .modal-body,
#demo-modal-1 .modal-body {
    padding: 20px;
}

#share-popup .modal-header,
#askque-popup .modal-header,
#demo-modal-1 .modal-header {
    display: block;
    text-align: center;
    border: unset;
    padding-bottom: 5px;
}

#share-popup .modal-header .modal-title,
#share-popup .modal-header .close,
#askque-popup .modal-header .modal-title,
#askque-popup .modal-header .close,
#demo-modal-1 .modal-header .modal-title,
#demo-modal-1 .modal-header .close {
    display: inline-block;
    text-align: center;
    color: #fff;
    opacity: 1;
}
.iti--separate-dial-code .iti__selected-dial-code{
    color: #000;
}
#share-popup .modal-content,#askque-popup .modal-content,#demo-modal-1  .modal-content{
    background-color: #000;
    color: #fff;
}
#inquiry_text_ask {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 10px;
}

.btn-ask-send {
    background: #17171C;
    border: 1px solid #17171C !important;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    outline: 0;
    border-radius: 5px;
}

#demo-modal-1 #name {
    margin-bottom: 20px;
    font-size: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px !important;
    height: auto;
    border: 1px solid #E7E7E7;
}

#demo-modal-1 #mobile {
    margin-bottom: 20px;
    font-size: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    border: 1px solid #E7E7E7;
}

#demo-modal-1 .modal-footer {
    border: unset;
    display: block;
    text-align: center;
    padding-top: 0px;
}

#demo-modal-1 .btn-pro {
    background: #17171C;
    border: 1px solid #17171C;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    outline: 0;
    border-radius: 5px;
}

.mobile-tab {
    display: none !important;
}


ul.tabs {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: flex;
    border-radius: 5px;
    border-radius: 0px;
    margin-bottom: 15px;
}

ul.tabs li:nth-child(1) {
    border-radius: 5px 0px 0px 5px;
}

ul.tabs li:nth-child(3) {
    border-radius: 0px 5px 5px 0px;
}

ul.tabs li {
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
    background: #fff;
    color: #17171C80;
    text-decoration: unset;
    font-size: 16px;
}

ul.tabs li.current {
    color: #000;
    background-color: #FAE232;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

.SLS-panel-scroll {
    height: calc(100% - 365px);
    overflow-y: auto;
    padding-right: 5px;
}

#product_count {
    top: -15px;
    position: absolute;
    right: 12%;
    width: 20px;
    height: 20px;
    color: #000;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    background: #EE7;
}

.starproduct {
    background: #000;
    padding: 10px;
    color: #fff;
}

.star-animation {
    width: 25px;
    height: auto;
    margin-right: 5px;
}

.starproduct .SLS-product-buynow-btn {
    border: 1px solid #fff !important;
}

.starproduct .SLS-product-content del {
    color: #fff;
}

.SLS-comments-all {
    height: 250px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
}

.fullscreen-exit {
    display: none !important;
}
.starproduct .SLS-product-content{
    width: calc(100% - 120px);
}

#black-screen .screen-content {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.screen-content img {
    display: block;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
}
.screen-content #strem_p {
    font-size: 25px;
    margin-bottom: 5px;
}
.screen-content hr {
    width: 10%;
    margin: 6px auto;
    border: 1px solid #000000
}
.screen-content span {
    padding: 5px 10px;
    font-size: 40px;
    font-weight: 700;
}
.screen-content .date_stream {
    font-size: 17px;
}
.rsvp-button {
    background: #000;
    border: none;
    height: 40px;
    cursor: pointer;
    color: #fff;
}
.without-after-element::after{
    content: none !important;
}
.without-after-element::before{
    content: none !important;
}
.rsvp-button:hover{
    color:#fff;
}
#defaultBar {
    position: absolute;
    bottom: 50px;
    width: 100%;
    background: #fff;
    height: 2px;
    height: 5px;
    cursor: pointer;
    z-index: 999;
}
#progressBar {
    background: #000;
    height: 5px;
    width: 0;
}
#play-pause-icon, #play-pause-icon-mobile {
    color: #fff;
    font-size: 20px;
}
.SLS-video-control{
    display: block;
    position: absolute;
    bottom: 10px;
    /* width: 100%; */
    left: 20px;
    z-index: 999;
}
div#remote-media video {
    height: 100%;
    width: 100%;
    background-color: #000;
    display: block;
    object-fit: contain;
}
.livestreambro-dimensions {
    width: 100%;
    height: 100vh;
}
.no-pro{
    background: #FFFFFFCC;
    border-radius: 10px;
    color: #000;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
#remote-media{
    height: 100%;
}
.livestreambro-dimensions{
    height: 100%;
}
div#remote-media video{
    height : 100%;
}
.upcoming-flag {
    background: #415FFF !important;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px !important;
}

.SL-schedule-timer {
    position: absolute;
    bottom: 15px;
    left: 0px;
    font-size: 13px;
    right: 0;
    text-align: center;
    background:rgba(255, 255, 255, 0.35);
    padding: 10px 0px 10px 0px;
    width: 25%;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #fff;
}

.SL-schedule-on-date {
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    margin: 0 0 8px !important;
}

.SL-active-stream-video-content b {
    background: #323232;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    color: #fff;
}

.SL-active-stream-video-content b::after {
    position: absolute;
    bottom: -18px;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #fff;
}

.SL-active-stream-video-content b:nth-child(1)::after {
    content: 'Days';
}

.SL-active-stream-video-content b:nth-child(2)::after {
    content: 'Hours';
}

.SL-active-stream-video-content b:nth-child(3)::after {
    content: 'Minutes';
}

.SL-active-stream-video-content b:nth-child(4)::after {
    content: 'Seconds';
}
.prelaunch-header{
    display: none !important;
    z-index: 0 !important;
}
.SLS-poll-panel {
    z-index: 10;
    overflow: hidden;
    display: none;
    transform: translateY(100%);
    transition: transform .5s;
    /* background-color: rgba(255, 255, 255, 0.45) !important; */
    background-color: #101010E5;
    position: absolute;
    bottom: 70px;
    width: 100%;
    /* padding: 10px 15px; */
    border-radius: 20px;
    width: 25%;
    left: 50px;
}
.poll-header{
    padding: 10px 15px 0px 15px
}
#add-poll .mcq {
    overflow: auto;
    height: 200px;
    padding: 10px 15px;
}
.SLS-poll-panel hr{
    border: 1px solid #FFFFFF;
}
.share-panel-title {
    color: #fff;
    font-size: 16px;
}
.SLS-poll-panel-close{
    color: #fff;
}
.mcq .mcq-answer {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #454549;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.mcq .highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    transition: width 0.4s ease;
    border-radius: 0px 0px 10px 10px;
}
/* .mcq input:checked ~ .highlight {
    background-color: #FAE232;
    border-radius: 10px;
} */
.mcq .mcq-answer p {
    display: block;
    margin: 10px;
    z-index: 10;
    padding-left: 10px;
    font-weight: 500;
    font-size: 15px;
}
.poll-scroll-text {
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}
.poll-scroll-text i {
    font-size: small;
    padding-left: 5px;
}
.poll-time-progressbar {
    width: 100%;
    background-color: #B9B9BB;
    height: 4px;
    position: relative;
}
#progressBarPoll {
    height: 100%;
    width: 1px;
    background-color: white;
}
.poll-bottom-div .bottom-action {
    padding: 12px 16px 15px 16px;
}
.poll-users {
    vertical-align: bottom;
}
.mcq .feedback {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    z-index: 100;
    opacity: 1;
    font-size: 15px;
    display: none;
}
.total_votes {
    padding: 0px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.dot {
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.question-timer {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* margin-top: 5px; */
}
.skip-txt {
    color: #EEEE77;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}
.mcq input {
    display: none;
}
.poll-tab{
    display: none !important; 
}

#myBtn {
    position: absolute;
    bottom: 52px;
    z-index: 1;
    left: 0;
    right: 0;
    width: 5%;
    margin: 0 auto;
    background: #000;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /* display: none; */
    cursor: pointer;
}
#myBtn i {
    color: #fff;
    vertical-align: bottom;
}
.virtual-gift{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    background: #17171CCC;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
}
.virtual-gift span{
    vertical-align: middle;
    padding-left: 10px;
    font-size: 15px;
}
#flashoffer-container-inner
{
    position: absolute;
    top: 100px;
    right: 0;
    border-radius: 60px;
    width: 30%;
    left: 0;
    margin: 0 auto;
    background: #33333399;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 3px solid #F7CB5A;
}
.leftcoupon-div,.flash-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flash-div .text p:first-child{
    margin-bottom: 8px !important;
}
.flash-div strong{
    font-size: 14px;
    font-weight: 600;
}
.leftcoupon-div p{
    margin-bottom: 5px;
    font-size: 12px;
    color: #EEEE77;
    width: 50%;
}
.leftcoupon-div p img{
    width: 10%;
    margin-right: 5px;
}
#flashoffer-container-inner .left {
    display: flex;
    align-items: center;
    width: 100%;
}
#flashoffer-container-inner .left .icon {
    font-size: 24px;
    margin-right: 10px;
}
#flashoffer-container-inner .left .text {
    line-height: 1.2;
}
#flashoffer-container-inner .left .text p {
    margin: 0;
    font-size: 12px;
}
#flashoffer-container-inner .timer {
    font-size: 12px;
    margin-bottom: 10px;
}
#flashoffer-container-inner .code-btn {
    background-color: #FFFFFF21;
    color: #fff;
    border: 2px dashed #fff;
    border-radius: 100px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    /* width: 30%; */
    width: calc(100% - 220px);
    text-align: center;
}
.dis_per {
    font-size: 12px;
    font-weight: 400;
    background: #2AC430;
    border-radius: 2px;
    padding: 0px 5px;
    margin-left: 5px;
    color: #fff;
}
@media (max-width: 1200px) {
    .all-tabs{
        width: 45%;
    }
    .SLS-panel-scroll{
        height: calc(100% - 100px);
    }
}
/* 768px */
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .virtual-gift,#flashoffer-container-inner{
        top: 50px;
    }
    #flashoffer-container-inner{
        width: 50%;
    }
    .leftcoupon-div p,#flashoffer-container-inner .timer, .flash-div strong,#flashoffer-container-inner .code-btn{
        font-size: 10px;
    }
    #flashoffer-container-inner .left .text p{
        font-size: 12px;
    }
    .SLS-inner-conatiner {
        margin: 0;
        padding: 0;
    }

    .menu-icon {
        top: 12px;
        left: 30px;
    }

    .flag {
        top: 10px;
        left: 50px;
        font-size: 12px;
    }

    .top-right-action {
        top: 10px;
        right: 20px;
    }

    .action-bar {
        bottom: 10px;
        right: 20px;
    }

    .all-tabs {
        width: 34%;
        top: 50px;
        left: 30px;
    }

    .SLS-product-content {
        width: calc(100% - 80px);
    }
    .starproduct .SLS-product-content{
        width: calc(100% - 80px);
    }

    .star-animation {
        width: 15px;
    }

    .SLS-panel-scroll {
        height: calc(100% - 100px);
    }

    .SLS-product-image img {
        width: 60px;
        height: 60px;
    }

    .SLS-product-content p,
    .SLS-product-content label,
    .SLS-product-content del,
   
    .offer-style p,
    .pin-msg-content p:first-child,
    .messages-pin p,
    .msgcontent-div .msg-content p:first-child,
    .SLS-comments-all p,
    #Search input[type=text],
    ul.tabs li {
        font-size: 12px;
    }
    .SLS-product-buynow-btn{
        font-size: 10px;
    }
    .pin-main-icon span,
    #inquiry_text_ask {
        font-size: 15px;
    }

    .SLS-comments-all {
        height: 100px !important;
    }

    .SLS-comments-panel {
        width: 32%;
        bottom: 55px;
        right: 20px;
        height: auto !important;
    }

    .pin-main-div {
        margin-bottom: 5px;
    }

    .fullscreen-exit {
        display: inline !important;
    }

    .pin-user-pic img {
        width: 20px;
    }

    div.SWIRLhearts {
        right: 50px;
    }

    .btn-ask-send,
    .btn-copy,
    #copy-text,
    .social-icon label,
    #demo-modal-1 #name,
    #demo-modal-1 #mobile,
    #demo-modal-1 .btn-pro,
    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 12px;
    }

    #askque-popup .modal-header .modal-title,
    #share-popup .modal-header .modal-title,
    #demo-modal-1 .modal-header .modal-title {
        font-size: 15px;
    }

    .SLS-comments-all .fillcolor {
        background: #F1F1F1B2;
    }
    #share-popup .modal-dialog ,#askque-popup .modal-dialog{
        max-width: fit-content;
    }
    #askque-popup .modal-dialog,#demo-modal-1 .modal-dialog{
        width: 40%;
    }
    .screen-content img
    {
        width: 50px;
        height: 50px;
    }
    .screen-content #strem_p{
        font-size: 18px; 
    }
    .screen-content span{
        font-size: 20px;
    }
    #defaultBar{
        width: 100%;
        display: none !important;
    }
    #Search,.poll-scroll-text{
        display: none !important;
    }
    #tab-3{
        display: none;
    }
    #myBtn{
        display: none !important;
    }
    div#remote-media video{
        object-fit: contain;
    }
    .SL-schedule-timer{
        width: 40%;
    }
    .SLS-poll-panel{
        width: 50%;
        left: 15px;
        bottom: 10px;
    }
    #totalVotes{
        font-size: 12px;
    }
    .share-panel-title{
        font-size: 14px;
    }
    .mcq .mcq-answer p,.question-timer{
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    #flashoffer-container-inner{
        width: 95%;
    }
    .virtual-gift{
        top: 70px;
    }
    #flashoffer-container-inner{
        top: 65px;
    }
    .flash-div strong{
        font-size: 12px;
        font-weight: 400;
    }
    #flashoffer-container-inner .left .text p{
        font-size: 10px;
    }
    #flashoffer-container-inner .code-btn{
        width: calc(100% - 190px);
    }
    .leftcoupon-div p,#flashoffer-container-inner .timer{
        font-size: 8px;
    }
    #flashoffer-container-inner .left .text p, .flash-div strong,#flashoffer-container-inner .code-btn{
        font-size: 10px;
    }
    .SLS-inner-conatiner {
        margin: 0;
        padding: 0;
    }
    .virtual-gift img{
        width: 20px;
    }
    .virtual-gift span{
        font-size: 12px;
    }
    #share-popup .modal-body{
        padding: 2px;
    }
    #myBtn{
        bottom: 72px;
    }
    .SLS-poll-panel {
        display: block;
        transform: unset;
        width: 100%;
        position: unset;
        padding: 0;
        border-radius: 0;
        background-color: #000;
    }
    .SLS-poll-panel hr,.SLS-poll-panel-close{
        display: none;
    }
    .skip-txt{
        display: block;
    }
    .poll-header{
        margin-bottom: 20px;
    }
    .mcq .mcq-answer{
        margin-bottom: 10px;
    }
    .poll-tab{
        display: block !important;
    }
    .prelaunch-header{
        display: block !important;
        z-index: 0 !important;
    }
    .social-icon .fa {
        width: 40px;
        height: 40px;
        font-size: 20px !important;
        line-height: 40px;
    }

    .mobile-tab {
        display: block !important;
    }

    .menu-icon,
    .action-bar,.poll-scroll-text {
        display: none !important;
    }

    .flag {
        top: 20px;
        left: 20px;
        font-size: 12px;
    }

    .top-right-action {
        top: 20px;
        right: 20px;
        font-size: 12px;
    }

    .top-right-action svg,  .top-right-action img{
        width: 24px;
        height: 24px;
    }

    .SLS-inner-conatiner {
        margin: 0;
        padding: 0px;
    }

    .video-box video,
    .video-box {
        height: auto;
    }

    .video-box::before,
    .video-box::after {
        content: unset;
    }

    .SLS-comments-panel {
        position: unset;
    }

    .data-box {
        background-color: #000;
        padding: 10px;
    }

    .data-box .nav-pills {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        border-bottom: 1px solid #17171C33;
    }

    .data-box .nav-pills::-webkit-scrollbar {
        display: none;
    }

    .data-box .nav-pills li {
        white-space: nowrap;
    }

    .data-box .nav>li>a {
        padding: 5px 20px;
        border-radius: 5px !important;
    }

    .data-box .tab-content {
        padding-top: 10px;
    }

    .SLS-comments-panel {
        display: block;
        transform: unset;
        width: 100%;
    }

    #Search input[type=text] {
        background: #17171C0D;
        border: 1px solid #fff;
    }
    #Search input[type=text]::placeholder {
        color: #fff;
    }
    .all-tabs {
        display: block !important;
        width: 100%;
        transform: unset;
        position: relative;
        top: unset;
        left: unset;
    }

    ul.tabs::-webkit-scrollbar {
        display: none;
    }

    ul.tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 0px;
    }

    ul.tabs li {
        white-space: nowrap;
        padding: 5px 20px;
        border-radius: 5px !important;
        background: unset;
        color: #FAE232;
    }
    ul.tabs li.current{
        color: #000;
        background-color: #FAE232;
    }
    /* .SLS-product-content del{
        color: #fff;
    } */
    #Search input[type=text],#Search button i{
        color: #fff;

    }
    .SLS-product-tile {
       /*  background: #17171C0D; */
        border: unset;
        /* color: #fff; */
    }

    .starproduct {
        background: #000;
        padding: 10px;
        color: #fff;
    }

    #tab-3 .copytext-block {
        text-align: right !important;
    }

   /*  .offer-style p {
        background: #17171C0D;
    } */

    .mobile-video-icon {
        position: absolute;
        bottom: 10px;
        right: 20px;
        z-index: 99;
    }

    /* .SLS-comments-panel{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    } */
    .messages-pin {
        /*  order: 1; */
        width: 100%;
        /* margin-top: 10px; */
    }

    .SLS-comments-all {
       /*  order: 2; */
        height: calc(100% - 100px);
       /*  height: calc(100% - 25%); */
        overflow-y: scroll;
        padding-right: 10px;
    }

    #Search {
        order: 3; 
    }

    .SLS-comments-all .msgcontent-div {
        width: 100%;
    }

    div.SWIRLhearts {
        bottom: 40px;
        right: 50px;
    }

    .SLS-panel-scroll {
        height: calc(100% - 60px);
        overflow-y: auto;
        padding-right: 10px;
    }
    #black-screen{
        position: relative;
        height: 300px;
    }
    .screen-content img
    {
        width: 50px;
        height: 50px;
    }
    .screen-content #strem_p{
        font-size: 18px; 
    }
    .screen-content span{
        font-size: 20px;
    }
   /*  .livestreambro-dimensions{
        height: 268px;
    } */
    .SLS-comments-all .user-comments{
        background: #FFEDB7;
        color: #000;
    }
    .SLS-comments-all p .time{
        color: #000;
    }
    .SLS-comments-all .fillcolor{
        background: #FAE232;
    }
    .err_ask_mobile{
        text-align: center;
        color: red;
        margin: 0px;
    }
    .livestreambro-dimensions{
        height: calc(100vw * 9 / 16);
    }
    .SL-schedule-timer{
        width: 60%;
        bottom: 5px;
        margin-left: 10px;
        z-index: 999;
    }
    .SL-schedule-on-date,.SL-active-stream-video-content b{
        font-size: 10px;
    }
    .SL-active-stream-video-content b::after{
        font-size: 8px;
    }
    .SL-active-stream-video-content b{
        padding: 10px 15px;
    }
    
}