/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #lswVideoPopup{
    background-image: url(../img/background.jpg);
    background-size: cover;
    width: 100%;
    max-width: 100%;
}
#lswVideoPopup .modal-dialog{
    max-width: 80%!important;
    /* width: 80%!important; */
    margin: 2.5rem auto!important;
}
#videoChatCloseModal{
    background: #41115a;
    color:#fff;
    padding: 6px 12px;
    border-radius: 50%;
}
#videoChatCloseModal:hover{
    background: #fd0000;
}
.border-0 {
    border: 0 !important;
}
.text-center {
    text-align: center !important;
    text-decoration:none;
}

[role="button"] {
    cursor: pointer;
  }

.btn-outline-custom {
    color: #56077e;
    border-color: #56077e;
}
.btn-outline-custom:hover, .btn-custom {
    color: #fff;
    background-color: #56077e;
    border-color: #56077e;
}
.btn-custom:hover{
    opacity: .9;
}
.streamName{
    /* max-width:200px; */
    margin:0 auto;
}
.modal-content{
	background-color:#e9ecef!important;
    border-radius: 1.2rem;
}
.alertVideoChat{
    background: linear-gradient(90.19deg, #CD54F4 0%, #8445FE 50.26%, #4991ff 98.44%);
    color:#fff;
}
.alertVideoChat .close{
    background: #5e6fd4;
    border-radius: 50%;
    padding: 7px 11px;
    top: 5px;
    right: 5px;
}
.close{
    font-weight: normal;
}

video {
	width: 100%;
    border-radius: 1rem;
	/* max-width: 500px; */
    background:#000;
}
.pos-relative{
    position: relative;
}
.badgePublish{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    top:20px;
    right: 20px;
}
.badgeViewerCount {
    position: absolute;
    top: 10px;
    left: 25px;
}
#error_display, #info_display {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Overlay */

#logo_overlay {
    position: absolute;
    top: 10px;
    right: 25px;
}

#marquee_overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#video_loader {
    position: absolute;
    top: 50%;
    left: 50%;
}
.vidWrapper{
    border-radius: 1rem;
    border: 1px solid #ccc;
}
#lswChatArea .chat{
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 1rem;
    padding: 10px;
}

#lswTab .nav-item a {
    text-decoration: none;
}

/* Customize container */
@media ( min-width : 768px) {
	.container {
		max-width: 730px;
	}
}

.container-narrow>hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
}

.btn-circle.btn-xl {
  width: 90px;
  height: 90px;
  padding: 18px 24px;
  border-radius: 53px;
  font-size: 12px;
  text-align: center;
}
.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
#lswChatArea .chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

#lswChatArea .chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea;
}

#lswChatArea .chat .chat-header {
    padding: 10px;
    padding-top:0;
}

#lswChatArea .chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

#lswChatArea .chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

#lswChatArea .chat .chat-history {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    transition: max-height 0.15s ease-out;
    /* max-height:60vh; */
    min-height:200px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.videoSection{
    max-height: 100%;
    transition: max-height 0.15s ease-out;
}

#lswChatArea .chat .chat-history ul {
    padding: 0
}

#lswChatArea .chat .chat-history ul li {
    list-style: none;
    /* margin-bottom: 30px */
}

#lswChatArea .chat .chat-history ul li:last-child {
    margin-bottom: 0px
}


#lswChatArea .chat .chat-history .message-data {
    color: #6d6d6d;
    margin-top: 15px;
    font-size: 12px;
}

#lswChatArea .chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

#lswChatArea .chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

#lswChatArea .chat .chat-history .message {
  color: #444;
  padding: 5px 10px;
  line-height: 26px;
  font-size: 12px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
  max-width:85%;
}

#lswChatArea .chat .chat-history .my-message {
    background: #d9e0de;
}


#lswChatArea .chat .chat-history .other-message {
    background: #d2e4e8;
    text-align: left;
}

#lswChatArea .chat .chat-message {
    padding: 11px 0px 0px 0px;
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.ctrl-btn{
    font-size: 13px;
    width: 49%;
}

@media only screen and (max-width: 767px) {
    #lswChatArea .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    #lswChatArea .chat-app .people-list.open {
        left: 0
    }
    #lswChatArea .chat-app .chat {
        margin: 0
    }
    #lswChatArea .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    #lswChatArea .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #lswChatArea .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    #lswChatArea .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #lswChatArea .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    #lswChatArea .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}
@media screen and (max-width:575px){
    .streamName{
        max-width: 100%;
    }
    #lswVideoPopup .modal-dialog{
        max-width: 95%!important;
    }
}

/* navtabs */
#galleryImages img {
    padding:10px;
    width: 100%;
}

#lswVideoPopup #liveSaleProductName img{
    margin-right:.5em;
}

#lswVideoPopup .overflow-x-scroll {
    overflow-x:scroll;
}

#lswVideoPopup .nav-item a:focus {
    outline:0px none;
}

#lswVideoPopup ul {
    margin:0px!important;
    padding:0px;
}

#lswLiveSaleProductWrapper {
    overflow-y:hidden;
}


@media (max-width: 768px) {
    .antp-sm-0 {
        padding: 0px;
    }
}
/* badge for live product thumbnail badge */
.cstmbadge {
    background-color: #575151;
    color: #f0f0f0;
    padding: 0px 5px;
    text-align: left;
    border-radius: 5px;

    position:absolute;
    top:10px;
    left:20px;
}

/* Remove outline on button focus */
.btn:focus {
    outline: none;
    box-shadow: none;
}


/* Shortcode grid for woocommerce */
#lswLiveSales a img {
    height:auto;
    width:100%;
}