/* Video page start */
.image-contaie-video.active {
  border-color: rgb(0, 207, 200);
}

.videocall-sec-one .image-contaie-video {
  position: relative;
}

.badge-chat {
  bottom: 0;
  left: 0;
  text-wrap: nowrap;
  z-index: 99;
  position: absolute;
  padding: 10px 15px;
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: #010101;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}

.inactive-user {
  background-color: #010101;
}

/* .inactive-user .badge-chat{
    display: none;
} */
.inactive-user .image-contaie-video:nth-child(1) {
  padding: 25%;
}

.image-contaiener-video-2 {
  width: 100%;
  height: 100vh;
}

.image-contaiener-video-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.btn-videocall {
  background-color: rgba(67, 61, 59, 2);
}

.videocall-signle-sec-one .videos-btns-container {
  background: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.gradient01 {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.user-photo-contaier-01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.user-photo-contaier-01 {
  border: 1px solid rgba(255, 255, 255, 1);
  position: absolute;
  padding: 0;
  top: 50px;
  right: 50px;
  width: 187px;
  height: 203px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.gradient2 {
  background: #570861;
}

.calling-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.calling-img-container {
  border: 2px solid #ffffff;
  width: 134px;
  height: 134px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 14.62px;
}

.diller-name {
  font-size: 32.48px;
  font-weight: 600;
  line-height: 38.97px;
  letter-spacing: -0.015em;
  text-align: center;
  color: #ffffff;
}

.diller-number {
  font-size: 22.73px;
  font-weight: 400;
  line-height: 38.97px;
  letter-spacing: -0.015em;
  text-align: center;
}

.diller-info_box {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calling-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer {
  font-size: 24px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 26px;
}

.btn-calling {
  display: flex;
  gap: 39px;
  align-items: center;
}

/* Video page end */


.borderRadius20 {
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}

/* Chat Image Container */
.box_container-addcontent {
  display: flex;
  gap: 15px;
}

.add-conent {
  width: 100%;
  z-index: 99;
  background-color: white;
  top: -82px;
  left: 0;
  right: 0;
  position: absolute;

  padding: 10px 58px 10px 58px;
}

.img-uploaded_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-uploaded_box {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}

.close-uploaded-img {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  background-color: transparent;
}

.add-conent .box1 {
  width: 90px;
  height: 90px;
  position: relative;
  background-color: gray;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.upload-img-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  color: white;
}

.video-add {
  width: 150px;
  position: relative;
}

.video-add video {
  width: 100%;
  height: 90px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* VIDEO CALL PAGE START */
.image-contaie-video {
  border: 2px solid white;
  width: 100%;
  height: 380px;
}

.image-contaie-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videocall-sec-one .col-6 {
  padding: 0 0px;
}

.btn-videocall {
  border: 0;
  /* background-color: #0000009c !important; */
  background-color: #570861 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto !important;
}

.btn-profile-2user-videocall.btn-videocall {
  width: 128px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  background-position: 22px center;
}

.btn-refresh {
  background-image: url("../images/svg/refresh.svg");
}

.btn-vidoo-videocall {
  background-image: url("../images/svg/videobtn-videocall.svg");
}

.btn-vidoo-videocall-mute {
  background-image: url("../images/svg/videobtn-videocall-mute.svg");
}

.btn-profile-2user-videocall {
  background-image: url("../images/svg/profile-2user-videocall.svg");
}

.btn-microphone-2 {
  background-image: url("../images/svg/microphone-2.svg");
}

.btn-microphone-mute {
  background-image: url("../images/svg/microphone-mute.svg");
}

.btn-start-screen {
  background-image: url("../images/svg/startscreen.svg");
}

.btn-stop-screen {
  background-image: url("../images/svg/stopscreen.svg");
}

.btn-start-recording {
  background-image: url("../images/svg/rec.svg");
}

.btn-white-board {
  background-image: url("../images/svg/whiteboard.svg");
}

.btn-refresh,
.btn-vidoo-videocall,
.btn-vidoo-videocall-mute,
.btn-profile-2user-videocall,
.btn-microphone-2,
.btn-microphone-mute,
.btn-participant,
.btn-message,
.btn-start-screen,
.btn-stop-screen,
.btn-start-recording,
.btn-white-board,
.cancellcall {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.cancellcall {
  background-image: url("../images/svg/cancel call.svg");
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.btn-participant {
  background-image: url("../images/svg/user-group1.svg");
  border: 0;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px auto;
}

.btn-message {
  background-image: url("../images/svg/messege1.svg");
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 41px auto;
}

.videos-btns-container {
  background: #fff;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.agora-logo {
  background-image: url("../images/logo.png");
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 300px;
  height: 100px;
  margin-bottom: 0;
}

.total-vallno {
  position: relative;
  left: 20px;
  color: white;
}

/* VIDEO CALL PAGE END */

/* Participant  Sidebar css start */

.btn-borderless {
  border: 0;
  background-color: transparent;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}

.btn-blue1 {
  border: 0;
  background-color: transparent;
  color: blue;
}

.box-waiting_room {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img_user1 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.img_user1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.user-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.user_item .right {
  display: flex;
  gap: 6px;
  align-items: center;
}

.user_item .left {
  display: flex;
  gap: 6px;
  align-items: center;
}

.name-user1 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.user-container p,
.user-container h1,
.user-container h2,
.user-container h3,
.user-container h4,
.user-container h5 {
  margin-bottom: 0;
}

.threedotes1 {
  border: 0;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.btn-mice {
  border: 0;
  background-color: transparent;
}

.fonts-size {
  font-size: small;
}

/* chat-upload */

.chat-photo-header {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.title-name-chat {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.6px;
  color: rgba(29, 36, 44, 1);
  margin-left: 10px;
}

.content-chat .top .left {
  display: flex;
  gap: 10px;
}

.content-chat .top {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.call-btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border: 0;
}

.vidio-call-bg {
  background-image: url("../images/svg/video-call-bg.svg");
}

.audio-call-bg {
  background-image: url("../images/svg/audio-call-bg.svg");
}

.chat-msg-bg {
  background-image: url("../images/svg/msg-chat.svg");
}

.content-chatlog {
  padding: 0;
}

.msg-recieve {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
  align-items: end;
}

.content-chatlog .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: end;
  justify-content: center;
}

.content-chatlog .left {
  width: 100%;
  display: flex;
  gap: 4px;
}

.content-chatlog .right .message {
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 163, 252, 1);
  border-radius: 8px 8px 0 8px;
  -webkit-border-radius: 8px 8px 0 8px;
  -moz-border-radius: 8px 8px 0 8px;
  -ms-border-radius: 8px 8px 0 8px;
  -o-border-radius: 8px 8px 0 8px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.time-chat {
  display: flex;
  gap: 3px;
  align-items: center;
  color: rgba(73, 101, 123, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.message-sent {
  width: 100%;
  padding: 10px;
  background-color: rgba(243, 244, 246, 1);
  border-radius: 8px 8px 8px 0px;
  -webkit-border-radius: 8px 8px 8px 0px;
  -moz-border-radius: 8px 8px 8px 0px;
  -ms-border-radius: 8px 8px 8px 0px;
  -o-border-radius: 8px 8px 8px 0px;
  color: rgba(73, 101, 123, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  margin-bottom: 8px;
}

.msg-sent-container,
.msg-recieve {
  max-width: 60%;
}

.content-chatlog .chat-day {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.06em;
  color: rgba(73, 101, 123, 1);
  text-align: center;
  margin: 12px 0 23px 0;
}

.chat-bottom {
  width: 549px;
  padding: 26px;
  position: fixed;
  left: auto;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 15.5px;
  align-items: center;
  background: #ffffff;
}

.chat-upload-icon {
  background-image: url("../images/svg/chat-upload.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 26px;
  width: 23px;
  height: 26px;
  border: 0;
  background-color: transparent;
}

.chat-input {
  width: 100%;
  padding: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: rgba(73, 101, 123, 1);
  border: 0;
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  background-color: rgba(245, 245, 245, 1);
  z-index: 2;
}

.chat-input::placeholder {
  color: rgba(73, 101, 123, 0.5);
}

.send {
  padding: 16px 16.5px;
}

.post {
  padding: 5px 20px;
}

.send,
.post {
  border-radius: 24px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 207, 200, 1);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.offcanvas-body {
  height: 82.5vh;
  overflow-y: auto;
  padding-bottom: 104px;
}

.offcanvas.offcanvas-end {
  width: 550px;
}

.mobileCust {
  justify-content: center;
  background-color: #454545a3;
}

.cas0_h {
  height: calc(100vh - 175px) !important;
}

.cas1_h {
  height: calc(100vh - 162px) !important;
}

.cas2_h {
  height: calc(100vh - 162px) !important;
}
 .cas2a_h {
    height: calc(100vh - 162px) !important;
}
.cas4_h {
  height: calc(50vh - 83px) !important;
}

.cas3_h {
  height: calc(50vh - 83px) !important;
}

.cas5_h {
  height: calc(50vh - 83px) !important;
}

.cas6_h {
  height: calc(50vh - 83px) !important;
}

.cas7_h {
  height: calc(50vh - 83px) !important;
}

.cas8_h {
  height: calc(33.3vh - 58px) !important;
}

.cas9_h {
  height: calc(33.3vh - 58px) !important;
}

.cas10_h {
  height: calc(33.3vh - 58px) !important;
}

.cas11_h {
    height: calc(33.3vh - 58px) !important;
}

.cas12_h {
  height: calc(33.3vh - 58px) !important;
}

.cas13_h,
.cas14_h,
.cas15_h,
.cas16_h,
.cas17_h {
  height: calc(33.3vh - 58px) !important;
}

.cas18_h,
.cas19_h {
  height: calc(20vh - 38px) !important;
}

.cas20_h {
  height: calc(25vh - 46px) !important;
}

/* CHAT CANVAS END */

/* Chat design added */
.uploadBox {
  border-radius: 12px 12px 0 0;
  height: 200px;
  width: 374px;
  position: absolute;
  bottom: 78px;
  left: 64px;
  right: 0;
  padding-bottom: 0;
  background-color: rgba(245, 245, 245, 1);
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
  padding: 6px;
  overflow-x: auto;
  display: flex;
  justify-content: start;
  gap: 12px;
  flex-wrap: wrap;
}

.photouploaded {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.photouploaded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cancelbtn {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.unploadedbox {
  width: 100px;
  height: 160px;
  border: 1px solid;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.unploadedbox img {
  width: 50px;
}

/*  */

.learn-Img {
  height: 20vh;
}

.slider-screenshare button.slick-arrow.slick-next {
  position: absolute;
  background-image: url("../images/svg/left-arrow.png");
}

.slider-screenshare button.slick-arrow.slick-prev {
  position: absolute;
  right: 0;
  z-index: 2;
  background-image: url("../images/svg/right-arrow.png");
}

.slider-screenshare button.slick-arrow.slick-next,
.slider-screenshare button.slick-arrow.slick-prev {
  position: absolute;
  top: 41.5%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #570861;
  border-radius: 50%;
  padding: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-position: center;
  border: 1px solid white;
}

.image-contaie-video {
  height: calc(100vh - 20vh - 180px);
}

/* Fix slider slide width */
.slider-screenshare .slick-slide {
  max-width: 300px;
  /* Set a fixed max width for each slide */
  margin: 0 10px;
  /* Add some spacing between slides */
}

.slider-screenshare .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-screenshare .slick-slide>div {
  width: 100%;
}
.flexOne{
  display: flex;
  align-items: center;
  justify-content: center;
}



/* .btn-start-screen, .btn-white-board {
    background-size: 24px auto;
} */
/* Responsive adjustments */
@media (max-width: 1400px) {
  .slider-screenshare .slick-slide {
    max-width: 280px;
  }
}

@media (max-width: 1399px) {
  .cancellcall {
    background-size: 100% auto !important;
  }

  .btn-refresh,
  .btn-vidoo-videocall,
  .btn-vidoo-videocall-mute,
  .btn-profile-2user-videocall,
  .btn-microphone-2,
  .btn-microphone-mute,
  .btn-participant,
  .btn-message,
  .cancellcall {
    width: 50px;
    height: 50px;
  }

  .btn-refresh,
  .btn-vidoo-videocall,
  .btn-vidoo-videocall-mute,
  .btn-profile-2user-videocall,
  .btn-microphone-2,
  .btn-microphone-mute,
  .btn-participant,
  .btn-message,
  .cancellcall {
    background-size: 24px auto;
  }

  .videos-btns-container {
    padding: 15px 0;
    gap: 20px;
  }

.cas0_h {
    height: calc(100vh - 88px) !important;
}

  .cas1_h {
    height: calc(100vh - 88px) !important;
  }

  .cas2_h,
  .cas5_h {
    height: calc(100vh - 88px) !important
  }

  .cas6_h{
    height: calc(50vh - 48px) !important;
  }

  .cas2a_h {
    height: calc(50vh - 48px) !important;
}
 
  .cas4_h {
    height: calc(50vh - 48px) !important;
  }

  .cas7_h {
    height: calc(50vh - 48px) !important;
  }

  .cas8_h,
  .cas9_h {
    height: calc(33.3vh - 35px) !important;
  }

  .cas10_h,
  .cas12_h {
    height: calc(33.3vh - 35px) !important;
  }

  .cas13_h,
  .cas14_h,
  .cas15_h,
  .cas16_h,
  .cas17_h {
    height: calc(33.3vh - 35px) !important;
  }

  .cas18_h {
    height: calc(25vh - 28px) !important;
  }

  .cas19_h {
    height: calc(25vh - 28px) !important;
  }

  .cas20_h {
    height: calc(25vh - 46px) !important;
  }

  .cas20_h {
    height: calc(25vh - 28px) !important;
  }

  .agora-logo {
    background-size: 200px auto;
    height: 50px;
    margin-bottom: 0;
}
.cas5_h {
    height: calc(50vh - 48px) !important;
}
.cas3_h {
    height: calc(50vh - 48px) !important;
}
}

@media (max-width: 1366px) {
  /* .image-contaie-video {
    height: calc(100vh - 20vh - 85px);
  } */

  .btn-refresh,
  .btn-vidoo-videocall,
  .btn-vidoo-videocall-mute,
  .btn-profile-2user-videocall,
  .btn-microphone-2,
  .btn-microphone-mute,
  .btn-participant,
  .btn-message,
  .btn-start-screen,
  .btn-stop-screen,
  .btn-start-recording,
  .btn-white-board,
  .cancellcall {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    flex-shrink: 0;
  }

  .btn-start-screen,
  .btn-white-board {
    background-size: 24px;
  }

.cas11_h {
    height: calc(33.3vh - 35px) !important;
}
}

@media (max-width: 1199px) {
/* 
  .btn-refresh,
  .btn-vidoo-videocall,
  .btn-vidoo-videocall-mute,
  .btn-profile-2user-videocall,
  .btn-microphone-2,
  .btn-microphone-mute,
  .btn-participant,
  .btn-message,
  .cancellcall {
    width: 36px;
    height: 36px;
  } */

  /* .btn-refresh,
  .btn-vidoo-videocall,
  .btn-vidoo-videocall-mute,
  .btn-profile-2user-videocall,
  .btn-microphone-2,
  .btn-microphone-mute,
  .btn-participant,
  .btn-message,
  .cancellcall {
    background-size: 20px auto;
  } */

  .videos-btns-container {
    gap: 20px;
    padding: 15px 0;
  }

  .agora-logo {
    display: none;
  }  
}

@media (max-width: 1100px) {
  .slider-screenshare .slick-slide {
    max-width: calc(50% - 20px);
  }

}


@media (max-width: 991px) {
  .slider-screenshare .slick-slide {
    max-width: 100%;
    margin: 0;
  }

  .btn-refresh,
  .btn-vidoo-videocall,
  .btn-vidoo-videocall-mute,
  .btn-profile-2user-videocall,
  .btn-microphone-2,
  .btn-microphone-mute,
  .btn-participant,
  .btn-message,
  .btn-start-screen,
  .btn-stop-screen,
  .btn-start-recording,
  .btn-white-board,
  .cancellcall {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .videos-btns-container {
    padding: 12px 0;
  }

  .user-photo-contaier-01 {
    top: 12px;
    right: 12px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .btn-speeker {
    width: 40px;
    height: 40px;
  }

  .btn-calling {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .timer {
    font-size: 14px;
    line-height: 18.4px;
    margin-bottom: 12px;
  }

  .mobileCust {
    overflow-y: auto;
    height: calc(100vh - 55px);
}
.mobileCust {
    overflow-y: auto;
    height: calc(100vh - 74px);
}
.cas2_h {
    height: calc(50vh - 50px) !important;
}
.cas11_h {
    height: calc(33.3vh - 33px) !important;
}
  .cas10_h, .cas12_h {
    height: calc(33.3vh - 33px) !important;
}
 .cas12_h
  {
    height: calc(50vh - 50px) !important;
  }
}

  @media (max-width: 767px) {
  .videos-btns-container {
    gap: 8px;
  }

  .btn-videocall {
    width: 30px !important;
    height: 30px !important;
    background-size: 16px auto !important;
}

 .cancellcall {
  width: 30px !important;
    height: 30px !important;
    background-size: 30px auto !important;
  }

  .mobileCust {
    overflow-y: auto;
    height: calc(100vh - 55px);
  }

  .cas0_h {
    height: calc(100vh - 63px) !important;
  }

    .cas3_h {
        height: calc(50vh - 36px) !important;
    }

  .cas5_h {
    height: calc(30vh - 1px) !important;
  }

  .cas7_h {
    height: calc(30vh - 1px) !important;
  }

  .cas10_h
  {
    height: calc(25vh - 30px) !important;
  }

  .cas12_h
  {
    height: calc(50vh - 36px) !important;
  }
.cas2_h {
    height: calc(50vh - 36px) !important;
}
.cas2a_h {
    height: calc(50vh - 36px) !important;
}
.cas4_h {
    height: calc(50vh - 36px) !important;
}
.cas5_h {
    height: calc(50vh - 36px) !important;
}
.cas6_h {
    height: calc(50vh - 36px) !important;
}
.cas8_h, .cas9_h, .cas10_h, .col-11h {
    height: calc(50vh - 36px) !important;
}
.cas11_h {
    height: calc(33.3vh - 27px) !important;
}
.badge-chat p {
    font-size: 12px;
}
}

@media (max-width: 575px) {
  .cas5_h {
    height: calc(50vh - 36px) !important;
  }

  .badge-chat p {
    font-size: 12px;
  }
  .badge-chat {
    padding: 8px 12px;
    gap: 6px;
}
.cas8_h, .cas9_h, .cas10_h, .col-11h {   
    height: calc(30vh - 1px) !important;
  }
  .cas11_h {
    height: calc(33.3vh - 27px) !important;
}
}

@media (max-width: 480px) {
  .offcanvas.offcanvas-end {
    width: 90%;
  }

  .chat-bottom {
    width: calc(90% - 2px);
    padding: 12px;
  }

  .chat-upload-icon {
    background-size: 100% auto;
    width: 18px;
    height: 22px;
  }

  .offcanvas-body {
    padding-bottom: 82px;
  }

  .uploadBox {
    height: 200px;
    width: 194px;
    bottom: 68px;
    left: 45px;
    right: 0;
    padding-bottom: 0;
  }

  .photouploaded {
    position: relative;
    width: 100px;
    height: calc(100% - 8px);
  }

  .unploadedbox img {
    width: 32px;
  }

  .photouploaded {
    width: 80px;
    height: 85px;
  }

  .unploadedbox {
    width: 80px;
    height: 85px;
  }

}