.txt {
  position: absolute;
  top: 20px;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, 0);
  text-align: center;
}

.room .txt {
  background-color: rgba(0, 0, 0, 0.37);
  color: #fff;
  border-radius: 20px;
  padding: 6px 25px;
  font-size: 24px;
  z-index: 9;
}

.box-list-item .box-icon span {
  font-size: 3.6rem;
}

label {
  color: var(--gray-color-new);
  /* font-family: var(--sf-display); */
  font-weight: 100;
  font-size: 1.7rem;
  letter-spacing: 0.1px;
}

.item-date-title {
  /* font-family: var(--sf-display); */
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 300;
  color: var(--gray-color-new);
  letter-spacing: 0.08px;
}

.loadmore {
  /* background-color: aqua; */
  align-items: center;
  /* height: 50px; */
  padding: 10px;
  border: var(--px-1) solid;
  font-size: large;
}

.room {
  position: relative;
  margin-top: 70px;
  width: 100%;
  height: calc(100vh - 70px);
}
.room.room-full-height {
  margin-top: 0;
  height: calc(100vh - 70px);
}
.mute-dis-buttton {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.mute-dis-buttton button + button {
  margin-left: 30px;
}
.mute-dis-buttton.connecting .mute,
.mute-dis-buttton.connecting .on-video {
  opacity: 0.9;
  cursor: not-allowed;
}
.room button.close {
  background: url(../assets/images/endcall.png) no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  text-indent: -9999px;
  opacity: 1;
  float: none;
}

.room button.pre-mute {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/Pre_Mic_on.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.wht-mute {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/mic_3x.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.share-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
}

.room button.pre-unmute {
  left: 48%;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/Pre_Mic_off.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.wht-unmute {
  left: 48%;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/mute_3x.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.mute {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/mic_3x.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.unmute {
  left: 48%;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/mute_3x.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.pre-on-video {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/Pre_Video_on.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.wht-on-video {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/video_3x.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.pre-block-video {
  left: 48%;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/Pre_Video_off.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}
.room button.wht-block-video {
  left: 48%;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/video_mute_3x.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.on-video {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/video_3x.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room button.block-video {
  left: 48%;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../assets/images/video_mute_3x.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
}

.room > h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 1em;
}
.room h2,
.room h3 {
  display: none;
}

.local-participant {
  text-align: center;
  margin-bottom: 2em;
  position: absolute;
  right: 220px;
  bottom: 0;
  margin: 0;
  border: 0;
}

.remote-participants {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  /*background: #d0d0d0;*/
  width: 100%;
  height: 100%;
}
.remote-participants .participants-wrap {
  background: #d0d0d0;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 0;
  width: 100%;
  position: relative;
}
.remote-participants .participants-wrap .participant {
  height: 100%;
}
.remote-participants .participants-wrap video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.remote-participants .participants-wrap .box-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 150px;
  min-width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  margin: 0;
  box-shadow: 0 0 0 rgba(7, 49, 65, 0.5);
  animation: pulse 3s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(7, 49, 65, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(7, 49, 65, 0.5);
    box-shadow: 0 0 0 0 rgba(7, 49, 65, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.remote-participants .participants-wrap .box-icon p {
  font-size: 85px;
  font-weight: 300;
}
.participant {
  border-radius: 6px;
  display: inline-block;
  width: 100%;
}
.participant h3 {
  display: none;
}
.participant h3 {
  text-align: center;
  padding-bottom: 0.5em;
  color: #fff;
}

video {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: calc(100vh - 70px);
  border: 0;
}
.local-participant video {
  max-width: 200px;
  height: auto;
  border-radius: 10px;
}

.video-icon img {
  max-width: 70%;
  margin-top: 50px;
}

.room.room-full-height video {
  height: 100%;
}

.enterprice-name {
  color: #fff;
  font-size: 14px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  margin-left: 10px;
  margin-top: 10px;
}

/* Call billable */
.call-billable {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: var(--gray-color-new);
}
.call-billable-wrap {
  width: 100%;
  max-width: 650px;
}
.call-billable h3 {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--gray-color-new);
}
.call-billable .call-time {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.call-billable .call-search {
  margin-bottom: 30px;
}
.call-billable div.css-yk16xz-control,
.call-billable div.css-1pahdxg-control {
  min-height: 48px;
  border-color: #c3c3c3 !important;
  background-color: var(--input-bb-color-new);
}
.call-billable .css-1hwfws3 {
  padding: 2px 12px;
}
.call-billable div.css-1wa3eu0-placeholder {
  font-size: 21px !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.call-billable div.css-1uccc91-singleValue {
  font-size: 21px !important;
  color: var(--gray-color-new) !important;
}
.call-billable .css-b8ldur-Input {
  font-size: 21px !important;
  color: var(--gray-color-new) !important;
}
.call-billable .css-26l3qy-menu {
  font-size: 21px;
}
.call-billable .css-9gakcf-option,
.call-billable .css-9gakcf-option:active {
  background-color: #1e7ea4;
}
.call-billable .css-1n7v3ny-option,
.call-billable .css-1n7v3ny-option:active {
  background-color: rgba(30, 126, 164, 0.1);
}
.call-billable .recentused {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 12px;
}
.call-billable .n-b-button {
  margin-top: 40px;
}
.call-billable .n-b-button .btn {
  width: 340px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Video disabled*/
.video-disabled-screen {
  max-width: 420px;
  margin: 0 auto;

  /* background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  height: 100%;
  position: relative;
  padding: 20px;
}

.video-disable-screen-outer {
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.video-disable-screen-img { 
/*  filter: blur(8px);*/
  /* -webkit-filter: blur(8px); */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-loader-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
  padding: 0 20px;
}

.video-loader-outer p {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
}

.advance-block {
  border: solid 1px #c3c3c3;
  border-radius: 5px;
  overflow: hidden;
}
.advance-block .ad-column {
  font-size: 21px;
  font-weight: 500;
  color: var(--gray-color-new);
  border: none;
  padding: 8px 14px;
  width: 50%;
  float: left;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
  margin-bottom: -1px;
  cursor: pointer;
}
.advance-block .ad-column:nth-child(2n) {
  border-right: none;
}

/* Video Loader */
.spinner-border.video-loader {
  position: absolute;
  top: 42%;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  margin: 0 auto 20px;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
.videopage-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 80px);
  min-height: -webkit-fill-available;
}