/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

.dropdown-toggle::after{
    margin-left: 1.255em;
}

.NoAppErr{
    height: 85vh;
}
.NoAppErr .alert{
    max-width: 500px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}


/* For live search on live sales */
#search-results {
    background: #f0f0f0;
    max-height: 150px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    z-index:1;
}

#search-results ul li {
    cursor: pointer;
    color: #333;
    padding: 0.2em 0.5em 0.2em 01em;
    border-bottom: 10px red;
}

/* override select2 css */
.select2-container .select2-selection--single {
    height: 38px!important;
}

/*virtual background*/
.livesafoBackgroundImages {
    cursor: pointer;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.livesafoBackgroundImages-sm {
    cursor: pointer;
    width: 30px;
    height: 28px;
    object-fit: cover;
}

/*Filter Button*/
#dropdownMenuButton {
  outline: none;
  box-shadow: none;
}

.dropdown-menu {
    min-width: 8.5rem;
}

.form-group.d-inline-flex button {
    margin:0.4em;
}

/* Overlay */

#logo_overlay {
    position: absolute;
    top: 10px;
    right: 25px;
}

#marquee_overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.badgeViewerCount{
  position: absolute;
  top: 10px;
  left: 25px;
}

/* Design section of dashboard for logo */

video {
	width: 100%;
    /* border-radius: 0.5em; */
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding: 15px;
}

/* Custom page header */
.header {
	padding-bottom: 20px;
}

/* 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;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header, .marketing, .footer {
		padding-right: 0;
		padding-left: 0;
	}
}
.options {
	display:block;
}


/* Dashboard page css below */

/* Remove focus outline from buttons */
.btn:focus, 
.btn:active {
    box-shadow: none !important;
    outline: none !important;
}

/* Remove focus outline from inputs and textareas */
.form-control:focus, 
.form-select:focus, 
textarea:focus {
    box-shadow: none !important;
    border-color: #ccc !important; /* Optional: Adjust border color */
    outline: none !important;
}


.accordion .card-body {
    background:#f0f0f047;
}

.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%);
}
.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea;
}
.chat .chat-header {
    padding: 10px;
    padding-top: 0;
    border-bottom: 1px solid #ccc;
    /* background-color: #f7f7f7; */
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.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;
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.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%;
}

li .message-data  {
    font-size:12px;
    color:#6d6d6d;
    margin-top: 14px;
}

.chat .chat-history .my-message {
    background: #efefef
}

.chat .chat-history .other-message {
    background: #e8f1f3;
}


.chat .chat-message {
    padding: 5px 10px;
    padding-bottom: 0;
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.chat {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: .3rem;
    padding: 10px;
}
.localVideo{
    background: rgb(87, 85, 85);
    padding: 0px;
    padding-bottom: 5px;
}
.localVideoWrapper{
    background: #575555;
}
.vidWrap{
    border: 1px solid #ccc;
    border-radius: .3rem;
    position: relative;
}
.videoheader{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.ctrl-btn{
    /* position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%); */
    width: 100%;
    text-align: center;
    padding:5px;
    /* background:#0000005c; */
    /* display: none; */
}
/* .localVideoWrapper:hover ~ .ctrl-btn, .ctrl-btn:hover{
    display: block;
} */

.pos-relative{
    position:relative;
}
@media only screen and (max-width: 767px) {
    
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .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) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}

.design-border-left {
    background: #fff;
    border: 1px solid #c3c4c7;
        border-left-width: 1px;
        border-left-color: rgb(195, 196, 199);
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border-left-color: #049fdc;
}