* {
  font-family: Verdana;
}

body {
  /* background-image: url('./assets/bg.jpg'); */
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
  background-size: cover;
  background-color: #111111 !important;
}

.home_main {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  background-image: url('assets/images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.viewers-body {
  background: #111111 !important;
}

.containers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  border-radius: 5px;
  cursor: pointer;
}
#user-count, #user-count-small {
  font-size: 18px;
  color: white;
}


.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {
  min-height: 70px;
  background: #111111;
  display: flex;
  align-items: center;
  color: white;
}
#devicesList {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}
.call-container {
  margin-top: 10px;
  height: calc(100vh - 250px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-layout {
  box-sizing: border-box;
  flex: 1 1 auto;
  place-content: center;
  height: calc(100vh - 135px);
}
#call {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ot-layout {
  margin: 4px;
  border-radius: 14px;
}
#call {
  flex-direction: row;
    box-sizing: border-box;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    counter-reset: video-call;
    overflow: hidden;
}

.image-side img {
  /* max-width: 800px !important; */
    /* width: 100% !important; */
    height: auto !important;
    border-radius: 12px !important;
    width: 50vw;
}

#login-container {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 40px 0 50px;
  max-width: 100%;
}

#login {
  display: flex;
  flex-direction: column;
  min-width: 490px;
  max-width: 300px;
}

#login h2 {
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 40px;
  text-align: left;
}
.highlight {
  color: #7b4df2;
  font-weight: 600;
  font-size: smaller;
}

.highlight-Co-Host {
  color: #1e201f;
  font-size: smaller;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  /* gap: 20px; */
  position: relative;
}

#login label {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  min-width: 100px;
  flex-shrink: 0;
  /* margin-bottom: 8px; */
}

#login input,
#login select {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  background: white;
  color: #8c8c8c;
  transition: border-color 0.2s ease;
}
#login label input,
select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}

#login input:focus,
#login select:focus {
  outline: none;
  border-color: #8B5FBF;
}

#login input::placeholder {
  color: #999;
}

.site-header {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 10;
  background: transparent !important;
}

.logo {
  height: 40px; /* or use width: 150px if you prefer scaling by width */
}


input::placeholder {
  color: #aaa;
}

#login i, label {
  font-size: 16px;
  color: white;
  margin-right: 8px;
}

#login input, select {
  flex: 1;
  width: 100%;
  padding: 12px 16px;
  margin: 0 0 4px 0 !important;
  border-radius: 6px;
  font-size: 14px !important;
}

#login button {
  background: #6c54ea;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 10px !important; 
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#login button:hover {
  background: #007bff;
}

#joinViewer {
  background: transparent !important;
  color: black !important;
  border: 1px solid black !important;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 10px !important; 
  cursor: pointer;
  transition: background 0.3s ease;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meeting-btn {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px !important;
  transition: background 0.3s ease;
}

button i {
  margin-right: 5px;
}

button:hover {
  background: #0056b3;
  color: white;
}

.vid {
  position: absolute;
  object-fit: cover;
  border-radius: 14px;
  top: 0;
  width: 98%;
  height: 99%;
  border: #ebece8 2px solid;
  border-radius: 16px;
  left: 8px;

}

.hidden {
  display: none !important;
}

#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}

.custom-toast {
  background-color: #333;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  animation: fadeInOut 3s forwards;
  font-family: sans-serif;
}

@keyframes fadeInOut {
  0% { opacity: 0; transform: translateY(-10px); }
  10% { opacity: 1; transform: translateY(0); }
  90% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-10px); }
}

.play-overlay {
  position: relative;
  top: 1px;
  left: 10px;
  width: 97.5%;
  height: 98.6%;
  /* background-color: #111111; */
  z-index: 9999;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 16px;
}

.play-btn {
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  background-color: transparent;
  color: black;
  cursor: pointer;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.3); */
  /* box-shadow: none; */
  img{
    width: 50px;
    width: 50px;
  }
}

.home {
  height: 100vh;
  overflow: hidden;
}

.header {
  height: 90px;
  background-color: #e3f2fd;
  display: flex;
  align-items: center;
}

.logo {
  height: 100%;
  cursor: pointer;
  width: 180px;
  padding-left: 25px;
  padding-top: 16px;
}
.logo-vid {
  height: 60px;
  cursor: pointer;
  width: 180px;
  padding-left: 25px;
  padding-top: 16px;
}

.speaking-icon {
    background-color:#aaa59f;
    border-radius: 50%;
    display: none;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.speaker-wrapper {
  width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    border-radius: 4px;
    top: 0;
}
#ccButton {
  padding: 0;
}

.viewers-footer {
  padding: 10px 20px !important;
  background-color: #111111 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    gap: 10px;
}

.footer {
    padding: 10px 20px;
    background-color: #111111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-left-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px;
}

.footer-center-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px;
}

.footer-right-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px;
}

.footer-center-controls {
    flex: 1;
    justify-content: center;
}

.dropdown-arrow {
    cursor: pointer;
    order: -1;
}

.control-button {
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 5px 10px;
}


.footer-btn {
  padding: 8px 16px;
  margin: 5px;
  font-size: 14px;
  cursor: pointer;
}
.controls-btn {
  margin: 0;
  border: 1px solid white;
  border-radius: 20%;
  cursor: pointer;
  background: black;
  color: white;
  position: relative;
}
#user-count, #user-count-small {
    background: #1a75e7;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    transform: translate(20%, -20%);
}
#show-participants-btn {
  position: relative;
}

.participants-popup {
  color: white;
  position: fixed;
  bottom: 60px;
  right: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 250px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
  background-color: #0b2447;
}

.participants-popup.hidden {
  display: none;
}

.participant-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.participant-icon {
  margin-left: 10px;
  font-size: 16px;
}

.viewer-icon {
  background-image: url(../assets/eye.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-style: none;
  cursor: pointer;
  position: absolute;
  right: 40px;
  z-index: 99;
}

.listener-icon {
  background-image: url(../assets/listener.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-style: none;
  cursor: pointer;
  z-index: 99;
  filter: invert(1);
  background-size: cover;
}

.view-icon {
  background-image: url(../assets/eye.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-style: none;
  cursor: pointer;
  right: 40px;
  z-index: 99;
}

.broadcast-icon {
  background-image: url(../assets/broadcast-call.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-style: none;
  cursor: pointer;
  right: 40px;
  z-index: 99;
  filter: invert(1);
}

/* //chat-box */

.chat-box {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 350px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  font-family: sans-serif;
}

.chat-header {
  color: #1b1b1be6;
  padding: 10px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.chat-messages {
  padding: 10px;
  height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  flex: 1;
  padding: 10px;
}

.chat-message {
  background-color: #e1e1e1;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 14px;
  max-width: 90%;
  word-wrap: break-word;
}

.chat-name {
  font-weight: bold;
  margin-right: 5px;
}

.chat-input-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 4px 8px;
  width: 100%;
  max-width: 300px;
  margin: 10px
  /* border-top: 1px solid #ccc; */
}

.chat-input-box input {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px 12px;
  outline: none;
  font-size: 10px;
}

.chat-input-box button {
  margin-left: 5px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  background-color: #1e1e1e;
  color: white;
  cursor: not-allowed;
  border: none;
  margin-left: 8px;
  /* border-radius: 50%; */
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
}

#chat-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 999px;
  font-size: 14px;
}

#chat-send-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #666;
}

#chat-send-btn:hover {
  background-color: #f0f0f0;
}

#chat-box {
  position: fixed;
  top: 9.2rem;
  right: 10px;
  width: 320px;
  height: calc(100vh - 258px);
  background: #fff;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ddd;
  transition: transform 0.3s ease-in-out;
  border-radius: 14px;
}


#chat-box .chat-header {
  padding: 15px;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}


.invite-box-inputs {
  padding: 15px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

/* Input and select styling inside invite box */
.invite-box-inputs input,
.invite-box-inputs select {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Invite button styling */
.invite-box-inputs button {
  width: 20%;
  background-color: #a0a0a1;
  color: white;
  padding: 8px;
  border: none;
  border-radius: 9999px !important;
  font-weight: 300;
  cursor: pointer;
}
.unread {
  background: #e9ff10;
  color: #0f1400;
    border-radius: 10px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    transform: translate(20%, -20%);
}

#open-chat-btn {
  position: relative;
  border-radius: 50% !important;
  padding: 15px 15px;
  background-color: #5e5e5e;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#coHostRequest {
  position: relative;
  /* margin: 10px; */
  background-color: #5e5e5e;
  border: none;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
#showCoHostBtn {
  position: relative;
  /* margin: 10px; */
  background-color: #5e5e5e;
  border: none;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
#showCoHostBtnSmallScreen {
  position: relative;
  /* margin: 10px; */
  background-color: #343437;
  border: none;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.modalButton {
  position: relative;
  background-color: #343437 !important;
  border: none;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

#cohost-count {
  background: #ed374f;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  transform: translate(20%, -20%);
}
#cohost-count-small {
  background: #ed374f;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  transform: translate(20%, -20%);
}

.disabled-button {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.cohost-popup{
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  background: #3C4043;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 16px 20px;
  z-index: 99999;
  width: 320px;
  color: white;
}

.cohost-popup h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.cohost-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cohost-request-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.w-72 {
  width: 78% !important;
}

.h-60 {
  height: calc(90vh - 250px) !important; 
}

.cohost-request-item span {
  font-size: 16px;
  font-weight: 500;
  flex: 1;
}

.cohost-actions {
  display: flex;
  gap: 8px;
}

.remote-wrapper,
.screen-sharing-div {
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.cohost-actions button {
  padding: 6px 12px;
  border: none;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease;
}

.cohost-actions button:nth-child(1) {
  background-color: #26c479;
  border-radius: 9999px !important;
}

.cohost-actions button:nth-child(2) {
  background-color: #ea394b;
  border-radius: 9999px !important;
}

.cohost-actions button:hover {
  opacity: 0.9;
}


.empty-message {
  text-align: center;
  color: white;
  font-size: 14px;
}

.initials-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #dee2fd;
  color: #111111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.8;
  z-index: 10;
  pointer-events: none;
}


.screen-share-full {
  position: fixed !important;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  max-height: unset !important;
  z-index: 999999 !important;
  background-color: #000;
}

#toggleBigBtn {
position: absolute;
right: 40px;
bottom: 20px;
z-index: 9999;
}

.copy-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}

 @media (max-width: 900px) {
   .hide-on-mobile {
     display: none !important;
   }
 }
 @media (max-width: 1440px) {
   .play-overlay {
    max-width: 97%;
   }
   .vid {
    width: 96%;
   }
 }

 #control {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.control-button.control {
  display: flex;
  align-items: center;
  background-color: #1a73e8;
  border-radius: 5px;
  padding: 1px 2px !important;
  /* height: 40px; */
}

.control-button.control button {
  background: none;
  border: none;
  cursor: pointer;
}

.control-button.control img {
  width: 26px;
  height: 26px;
}

.control-button.control .dropdown-arrow {
  font-size: 15px !important;
  color: white !important;
  margin-left: 12px;
}


.device-menu {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  min-width: 150px;
  z-index: 1000;
  transform: translateX(-50%);
  bottom: 100%;
  left: 50%;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.device-menu li {
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
}

.device-menu li:hover {
  background-color: #eee;
}

#micControlWrapper,
#speakerControlWrapper,
#videoControlWrapper {
  display: flex;
  align-items: center;
  background-color: #262a2b;
  border-radius: 30px;
  padding: 6px 10px;
  gap: 10px;
}

#audioArrow,
#speakerArrow,
#videoArrow {
  width: 16px;
  height: 16px;
  background: none;
  color: #ccc; 
  font-size: 20px;
  line-height: 0;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#micControlWrapper .mic-wrapper button img,
#speakerControlWrapper .mic-wrapper button img,
#videoControlWrapper .video-wrapper button img {
  width: 26px;
  height: 26px;
  filter: invert(-1);
}

#stopAudioButton,
#startSpeakerButton,
#stopVideoButton {
  background-color: #343436;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
}

.mic-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.video-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-arrow{
  color: white;
  cursor: pointer; 
 /* padding-bottom: 12px; */
  background-color: white;
  border-radius: 5px;
  transform: rotate(-90deg) !important;
  order: -1;
}

.dropdown-arrow img {
  transform: rotate(90deg) !important;
  width: 16px !important;
    height: 10px !important;
    justify-content: center;
    align-items: center;
}

#screenId:hover .screen-share-black-strip {
  visibility: visible;
  /* or any other display property you want */
}

.screen-share-black-strip {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  z-index: 12;
  width: 100%;
  background: black;
  opacity: 0.8;
  min-height: 35px;
  border-radius: 0px 0px 10px 10px;
  padding: 5px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.active-border {
  border: 2px solid red !important;
}

#localMedia .screen-share-full {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  max-height: unset !important;
  left: 0 !important;
}
#board-icon {
  width: 30px;
  height: 30px;
  border: 1px solid white;
}
#board-icon span {
  filter: invert(1);
}
.screen-share-black-strip button {
  padding: 5px;
}
#screenId-img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.screen-share-minimized {  
  object-fit: fill !important;
  position: absolute !important;
  bottom: 10% !important;
  max-width: 300px !important;
  max-height: 200px !important;
  min-width: 200px !important;
  min-height: 120px !important;
  border: 1px solid red !important;
  border-radius: 10px !important;
  z-index: 999999 !important;
}

#toggleBigBtn {
  background-color: #ffffff91 !important;
}

#show-participants-btn{
  background-color: #5e5e5e;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-host-name{
  color: white;
}

.role-display {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  z-index: 9999 !important;
}

.role-display span {
  margin: 0 15px;
}

.video-name-tag {
  position: absolute;
  top: 10px;
  left: 16px;
  background-color:#b2b3ae;
  color: black;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  /* z-index: 10; */
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-overlay-img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 10;
  width: 189.33;
  height: 61.33;
  white-space: nowrap;
}

.viewer-name-label {
  position: fixed;
  bottom: 90px;
  left: 10px;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  /* z-index: 9999; */
}

#room-container {
  display: none !important;
}

@media screen and (min-width: 900px) {
  .modal-small{
    display: none !important;
  }
}

@media screen and (max-width: 430px) {
.control-button.control img {
  width: 18px !important;
  height: 18px !important;
}
button {
  padding: 6px 8px;
}
.fs-12{
  font-size: 11px;
}
.dropdown-arrow {
 padding: 6px 10px 6px 9px !important;
}
.form-select {
  font-size: 0.8rem !important;
 
}

#videoSelect{
   left: 30% !important;
}
#audioSelect{
 left: 150% !important;
 bottom: 6vh;
}

#control {
    padding-left: 50px;
}

.vid {
   width: 95%;
   height: 98%;
}
}

.form-select {
  position: absolute;
  bottom: 7vh;
  left: 50%;
  transform: translateX(-50%);
  width: 20vw !important;
  z-index: 999;
  color: #FFF !important;
  background-color: #343437 !important;
  appearance: none !important;      
  background-image: url("./assets/images/arrow-down.png") !important;
  background-repeat: no-repeat !important;
  background-size: 14px 16px !important; 
  background-position: right 10px center!important; 
  padding-left: 30px !important;
}

.translationDiv, .translation-audioDiv {
  position: absolute;
  bottom: 10%;
  width: 80%;
  text-align: center;
  margin: 0 10%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); 
  color: white; 
  border-radius: 8px;
  padding: 10px;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 99;
}

.translationDiv.show {
  opacity: 1;
}

#addPeopleBtn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #C2E7FF;
  color: #282828;
  border: none;
  cursor: pointer;
  font-size: 14px;
  margin: 10px;
  border-radius: 9999px !important;
}

#addPeopleBtn:hover {
  background-color: #357ae8;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.add-people-modal {
  background-color: #fff;
  border-radius: 8px;
  width: 687px;
  height: 490px;
  max-width: 90%;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.modal-header {
  display: flex;
  align-items: center;
  position: relative;
}

.modal-title-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: start;
}

.modal-title {
  margin: 0;
  font-size: 18px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #262a2b;
  position: absolute;
  right: 0;
  margin: 5px;
}

.tabs {
 display: flex;
 border-bottom: 1px solid #ddd;
 margin-bottom: 10px;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  color: #555;
  transition: color 0.3s;
  position: relative;
}

.tab.active {
  color: #1a73e8;
  border-bottom: 1px solid #1a73e8 !important;
  font-weight: 200;
  border-radius: 0 !important;
}

.tab.active::after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block !important;
}

.invite-box-inputs input,
.invite-box-inputs select {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  box-sizing: border-box;
}

.invite-box-inputs button {
  width: 25%;
  padding: 10px;
  background-color: #afafaf;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.tab:hover {
  color: #ffffff;
}

.invite-box-inputs button:hover {
  background-color: #007bff;
}

#exitButton {
  border-radius: 9999px !important;
  background-color:#db372e;
  display: flex;
  justify-content: center;
  align-items: center;
  height:50px;
  width:80px;
}
#co-host-link-tab {
  padding: 15px;
}
#viewer-link-tab {
  padding: 15px;
}
#viewerCopyButton {
  border-radius: 9999px !important;
}
#copyButton {
  border-radius: 9999px !important;
}
#startScreenButton {
  border-radius: 50% !important;
  height:50px;
  width:50px;
  background-color: #343437;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menuButton {
  border-radius: 50% !important;
  height:50px;
  width:50px;
  background-color: #343437;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stopScreenButton {
  border: 2px solid red;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  background-color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
}
#startVideoButton {
  border-radius: 50% !important;
  padding: 15px 15px;
  background-color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
#stopSpeakerButton {
  border-radius: 50% !important;
  padding: 15px 15px;
  background-color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
#startAudioButton {
  border-radius: 50% !important;
  padding: 15px 15px;
  background-color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}

.modal-overlay-participants {
  position: fixed;
  right: 10px;
  top: 9.2rem;
  height: calc(100vh - 258px);
  width: 320px;
  background: white;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: transform 0.3s ease;
  border-radius: 14px;
}

.modal-overlay-participants.hidden {
  display: none;
}

.participants-container {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

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

.participants-section {
  padding: 10px;
  padding-right: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  background-color: #fff;
  max-width: 300px;
  overflow-y: auto;   
  box-sizing: border-box;
  scrollbar-width: thin; 
  max-height: 120px;
  scrollbar-gutter: stable both-edges;
  margin-bottom: 10px;
}

.title {
  font-size: large;
}

.participant-row {
  /* display: flex; */
  /* align-items: center; */
  padding: 6px 0;
  border-top: 1px solid #eee;
}

.participant-row:first-of-type {
  border-top: none;
}

.role {
  width: 70px;
  font-size: 14px;
  color: #444;
}

.info {
  flex: 1;
  font-size: 14px;
  color: #222;
  display: flex;
  align-items: start;
  gap: 4px;
  flex-direction: column;
}

.name {
  font-weight: 500;
}

.arrow {
  display: inline-block;
  font-size: 14px;
  transform: rotate(90deg); /* pointing down initially */
  transition: transform 0.3s ease;
  color: #555;
}
.participants-section.collapsed .arrow {
  transform: rotate(0deg); /* pointing right when collapsed */
}


.meeting-label {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  font-weight: 600;
}

#ccButton {
  background-color: transparent;
}

#recordButton {
  height: 50px;
  width: 80px;
  background-color: #262A2B;
  border-radius: 9999px !important;
}

#questionAnswer {
  position: relative;
  /* margin: 10px; */
  background-color: #5e5e5e;
  border: none;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
#questionAnswer-count {
  background: green;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  transform: translate(20%, -20%);
}

#whiteboard {
  position: relative;
  /* margin: 10px; */
  background-color: #5e5e5e;
  border: none;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
    width: 50px;
}

.form-row input,
.form-row select {
    appearance: none;
}

.select-icon {
    position: absolute;
    right: 10px;
    pointer-events: none;
    color: #8c8c8c;
    font-size: 14px;
    top: 15px;
    }
    
    @media (max-width: 1024px) {
      #login  {
        min-width: 360px;
      }
      #login h2  {
        font-size: 50px;
      }
    }

 .screen-share-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
  z-index: 10;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

#presentation-notification {
  background-image: url('../assets/images/presenting-icon@4x.png');
  background-size: 26px 22px;
  background-repeat: no-repeat;
  background-position: 5px center;;
  background-repeat: no-repeat;
  background-color: #00030a;
  color: white;
  text-align: left;
  padding: 8px;
  padding-left: 45px;
  font-size: 14px;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  height: 40px;
}

#coHostRequest {
  border-radius: 9999px !important;
  background-color: #5e5e5e;
}

.initials-badge-wrapper {
    width: 99%;
    height: 99%;
    background-image: url(./assets/images/bg.png) ;
    background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      border-radius: 12px;
      left: 4px;
    }
    
    .meeting-text {
      font-size: 18px;
      font-weight: 400;
    }
    
    .invite-people {
      height: 20px;
      width: 20px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      position: absolute;
      left: 14%;
    }
    
    .tab:hover .invite-people {
      filter: brightness(0) invert(1);
    }
    
    .select-wrapper {
      position: relative;
      display: inline-block;
      width: 100%;
    }
    
    /* Style the select */
    .select-wrapper select {
      width: 100%;
      padding-right: 35px;
      /* space for the arrow */
      appearance: none;
      /* remove default arrow */
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      border: 1px solid #ccc;
      border-radius: 5px;
      height: 40px;
      font-size: 16px;
    }
    
    /* Custom arrow */
    .select-wrapper::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 12px;
      width: 16px;
      height: 16px;
      pointer-events: none;
      transform: translateY(-50%);
      background-image: url(./assets/images/arrow-down-sign-to-navigate.png);
      background-size: contain;
      background-repeat: no-repeat;
    }
    
    #languageSelect {
      width: 250px;
      padding-right: 36px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }
    
    .select-icon-img {
      position: absolute;
      pointer-events: none;
      top: 50%;
      right: 14px;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
    }
        
    .cc-modal {
      position: fixed;
      bottom: 100px;
      background: #2d2d2d;
      border-radius: 12px;
      padding: 20px;
      border: 1px solid #404040;
      transition: all 0.3s ease;
      width: 97%;
      height: 12vh;
      overflow-y: auto;
      scrollbar-width: none;
      -ms-overflow-style: none; 
    }
      
     .cc-modal::-webkit-scrollbar {
       display: none;
    }
    
    .caption-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 16px;
    }
    
    .caption-item:last-child {
      margin-bottom: 0;
    }
    
    .user-badge {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 100;
      font-size: 12px;
      color: #888888;
      text-transform: uppercase;
    }
    
    .badge-a {
      background-color: #fefefe;
      margin-top: 6px;
    }
    
    .badge-l {
      background-color: #fefefe;
      margin-top: 6px;
    }
    
    .caption-content {
      flex: 1;
    }
    
    .user-name {
      font-weight: 100;
      font-size: 12px;
      color: #ffffff;
    }
    
    .caption-text {
      font-size: 12px;
      line-height: 1.5;
      color: #cccccc;
    }


@media  (min-width: 481px) and (max-width: 900px){
    .w-72 {
      width: 100% !important;
    }
    .footer-right-controls{
        #showCoHostBtn, #show-participants-btn, #open-chat-btn{
          display: none;
        }
    }
    .footer-left-controls{
      #ccButton{
          display: none;
      }
    }
    #copyButton{
      font-size: 12px;
      img{
        width: 12px;
        height: 12px;
      }
    }

    .initials-badge-wrapper {
      width: 96%;
      left: 8px;
    }

    #chat-box .chat-header {
  font-size: 16px;
}
    
    .footer-center-controls{
        gap: 18px !important;
    }
    .footer {
        padding: 10px 10px !important;
        z-index: 99999999 !important;
    }
    #ccButton{
      width: 27% !important;
    }
    #menuButton{
        display: flex !important;
        width: 45px !important;
        height: 45px !important;
        img{
            height: 25px !important;
        }
    }

    .screen-sharing-div .vid {
      object-fit: contain !important;
    }

    #startScreenButton, #stopScreenButton, #stopSpeakerButton{
        display: none !important;
    }
    #showCoHostBtnSmallScreen{
        display: flex !important;
        width: 45px !important;
        height: 45px !important;
        img{
            width: 28.22px !important;
            height: 28.22px !important;
        }
    }
    .control-button.control img {
        width: 18px !important;
        height: 18px !important;
    }
    #startAudioButton, #startVideoButton, #stopAudioButton, #stopVideoButton{
        width: 45px !important;
        height: 45px !important;
        background-color: #343437;
    }
    #exitButton{
     width: 80px !important;
     height: 42px !important;
    }
    #audioArrow, #videoArrow{
        img{
            width: 15px !important;
            height: 10px !important;   
        }
    }
    #micControlWrapper, .video-wrapper {
        gap: 5px !important;        
    }
    .h-60 {
      height: calc(95% - 250px) !important; 
    }
    .cc-modal {
      position: fixed;
      bottom: 100px;
      background: #2d2d2d;
      border-radius: 12px;
      padding: 20px;
      border: 1px solid #404040;
      transition: all 0.3s ease;
      width: 90%;
    }

    #toggleBigBtn {
   bottom: 20% !important;
 }

    .speaking-icon {
    right: 30px !important;
    }


    .modal-overlay-participants {
      position: fixed !important;
      height: calc(100vh - 150px) !important;
      width: 98% !important;
      background: white;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      transition: transform 0.3s ease;
      border-radius: 14px;
      top: auto;
      bottom: 70px !important;
      left: 4px !important;
      right: 4px !important;
    }

    .add-people-modal {
      background-color: #fff;
      border-radius: 8px;
      width: 95% !important;
      height: calc(100vh - 400px) !important;
      /* max-width: 95%; */
      padding: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      position: fixed !important;
      bottom: 10px !important;
      align-items: center;
      /* left: 10px !important; */
    }

    .invite-people {
      display: none !important;
    }

    .tab {
      font-size: 11px !important;
      font-weight: bold !important;
    }

    #sendInvite{
      width: 40%;
      font-size: 12px;
    }

    #chat-box {
      position: fixed;
      top: auto;
      bottom: 70px;
      left: 8px;
      right: 4px;
      width: 98%;
      height: calc(100% - 144px);
      background: #fff;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
      z-index: 10000;
      display: flex;
      flex-direction: column;
      border-left: 1px solid #ddd;
      transition: transform 0.3s ease-in-out;
      border-radius: 14px;
    }

    .play-overlay {
      width: 95.5%;
      height: 97%;
    }

    .cohost-popup-small{
      position: fixed;
      top: auto;
      bottom: 82px;
      left: 13%;
      width: 70%;
      background: #3C4043;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      border: none;
      padding: 25px 20px;
      z-index: 99999;
      color: white;
    }

    .cohost-popup-small h3 {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 12px;
      border-bottom: 1px solid #eee;
      padding-bottom: 8px;
    }

    .cohost-popup-small ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
    }

    .cohost-request-item span {
      padding-right: 10px !important;
    }

    .participants-section {
      max-width: 100% !important;
    }

    .viewer-name-label{
      bottom: 8% !important;
    }
    #control{
        padding-left: 10px !important;
    }

    #coHostRequest {
      font-size: 12px;
        height: 40px;
        width: 40px;
    }
    #viewerCopyButton{
        /* width: 100px; */
        img{
            width: 26px;
            height: 26px;
        }
    }
    #show-participants-btn, #open-chat-btn{
      width: 40px !important;
      height: 40px !important;
    }

    .chat-input-box {
      width: 95% !important;
      max-width: none !important;
    }

    .modal-small {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 37%;
        width: 100%;
        height: 100%;
        animation: fadeIn 0.3s ease-in-out;
    }

    .modal-small.show {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-content-small {
        background-color: #3C4043;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        max-width: 400px;
        width: 100%;
        text-align: center;
        transform: scale(0.8) !important;
        animation: modalSlideIn 0.3s ease-out forwards;
        flex-direction: column;
        gap: 50px;
        position: fixed;
        bottom: 0;
        left: 24%;
    }

    .firstLine{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15%;
    }
    .secondLine{
        display: flex;
        justify-content: end;
        img{
            filter: brightness(0) invert(1) !important;
        }
    }

        .call-container {
        margin-top: 0;
        height: calc(94vh - 250px);
       }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes modalSlideIn {
        from {
            transform: scale(0.8) translateY(-20px);
            opacity: 0;
        }

        to {
            transform: scale(1) translateY(0);
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes modalSlideOut {
        from {
            transform: scale(1) translateY(0);
            opacity: 1;
        }

        to {
            transform: scale(0.8) translateY(-20px);
            opacity: 0;
        }
    }

    .modal-small.hide .modal-content-small {
        animation: modalSlideOut 0.3s ease-in forwards;
    }

    .initials-badge {
      width: 40px;
      height: 40px;
    }

    .modal-small.hide {
        animation: fadeOut 0.3s ease-in-out forwards;
    }

    .form-select {
      width: 60vw !important;
      left: 100%;
    }

    .vid {
    width: 95% !important;
    height: 98%;
    }
    .play-btn{
      img{
        height: 40px !important;
        width: 40px !important;
        padding: 5px !important;
      }
    }
}
@media (max-width: 800px){
      .screen-sharing-div .vid {
        height: 89% !important;
    }
}
@media (max-width: 480px){
    .w-72 {
      width: 100% !important;
    }
       .vid {
    width: 92% !important;
    height: 98%;
    }

    .call-container {
    margin-top: 0;
    height: calc(95vh - 250px);
}
    .initials-badge-wrapper{
      height: 98% !important;
    }
    .video-name-tag {
      max-width: 80%;
      font-size: 8px;
      left: 12px;
    }
    .play-btn{
      img{
        height: 40px !important;
        width: 40px !important;
        padding: 5px !important;
      }
    }
    .footer-right-controls{
        #showCoHostBtn, #show-participants-btn, #open-chat-btn{
          display: none;
        }
    }
    .footer-left-controls{
      #ccButton{
          display: none;
      }
    }
    #copyButton{
      font-size: 10px;
      img{
        width: 12px;
        height: 12px;
      }
    }

   .initials-badge {
      width: 40px;
      height: 40px;
    }
    
      .speaking-icon {
    right: 15px !important;
    top: 6px;
    }

    .footer-center-controls{
        gap: 12px !important;
    }
    .footer {
        padding: 10px 10px !important;
    }
    #ccButton{
      width: 27% !important;
    }
    #menuButton{
        display: flex !important;
        width: 40px !important;
        height: 40px !important;
        img{
            height: 25px !important;
        }
    }
    #startScreenButton, #stopScreenButton, #stopSpeakerButton{
        display: none !important;
    }
    #showCoHostBtnSmallScreen{
        display: flex !important;
        width: 40px !important;
        height: 40px !important;
        img{
            width: 28.22px !important;
            height: 28.22px !important;
        }
    }
    .control-button.control img {
        width: 18px !important;
        height: 18px !important;
    }
    #startAudioButton, #startVideoButton, #stopAudioButton, #stopVideoButton{
        width: 45px !important;
        height: 45px !important;
        background-color: #343437;
        img{
          height: 20px;
          width: 20px;
      }
    }
    #exitButton{
        width: 55px !important;
        height: 35px !important;
    }
    #audioArrow, #videoArrow{
        img{
            width: 10px !important;
            height: 10px !important;   
        }
    }
    #micControlWrapper, .video-wrapper {
        gap: 1px !important;        
    }
    .h-60 {
      height: calc(95% - 250px) !important; 
    }

    .initials-badge-wrapper {
    width: 95%;
    left: 8px;
}
    .cc-modal {
      position: fixed;
      bottom: 100px;
      background: #2d2d2d;
      border-radius: 12px;
      border: 1px solid #404040;
      transition: all 0.3s ease;
      width: 90%;
    }

    .play-overlay {
      width: 94%; 
      height: 97%;
    }

    .modal-overlay-participants {
      position: fixed !important;
      height: calc(100vh - 150px) !important;
      width: 98% !important;
      background: white;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      transition: transform 0.3s ease;
      border-radius: 14px;
      top: auto;
      bottom: 70px !important;
      left: 4px !important;
      right: 4px !important;
    }

    #toggleBigBtn {
    right: 25px;
    bottom: 13% !important;
     img {
      width: 26px !important;
      height: 26px !important;
     }
    }

    .add-people-modal {
      background-color: #fff;
      border-radius: 8px;
      width: 95% !important;
      height: calc(100vh - 250px) !important;
      max-width: 95%;
      padding: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      position: fixed !important;
      bottom: 10px !important;
      left: 10px !important;
      overflow-y: auto;
    }

    .invite-people {
      display: none !important;
    }

    .tab {
      font-size: 11px !important;
      font-weight: bold !important;
    }

    #sendInvite{
      width: 40%;
      font-size: 12px;
    }

    #chat-box {
      position: fixed;
      top: auto;
      bottom: 70px;
      left: 4px;
      right: 4px;
      width: 98%;
      height: calc(100vh - 140px);
      background: #fff;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
      z-index: 10000;
      display: flex;
      flex-direction: column;
      border-left: 1px solid #ddd;
      transition: transform 0.3s ease-in-out;
      border-radius: 14px;
    }

    .cohost-popup-small{
      position: fixed;
      top: auto;
      bottom: 82px;
      left: 16%;
      width: 70%;
      background: #3C4043;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      border: none;
      padding: 25px 20px;
      z-index: 99999;
      color: white;
    }

    .cohost-popup-small h3 {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 12px;
      border-bottom: 1px solid #eee;
      padding-bottom: 8px;
    }

    .cohost-popup-small ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
    }

    .cohost-request-item span {
      padding-right: 10px !important;
    }

    .participants-section {
      max-width: 100% !important;
    }

     .viewer-name-label {
     font-size: 10px;
    }
    #control{
        padding-left: 10px !important;
    }

      #coHostRequest {
      font-size: 12px;
        height: 40px;
        width: 40px;
    }
    #viewerCopyButton{
        /* width: 100px; */
        img{
            width: 26px;
            height: 26px;
        }
    }
    #show-participants-btn, #open-chat-btn{
      width: 40px !important;
      height: 40px !important;
    }

    .chat-input-box {
      width: 95% !important;
      max-width: none !important;
    }

    .modal-small {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 37%;
        width: 100%;
        height: 100%;
        animation: fadeIn 0.3s ease-in-out;
        z-index: 9999 !important;
    }

    .modal-small.show {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-content-small {
        background-color: #3C4043;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        max-width: 400px;
        width: 100%;
        text-align: center;
        transform: scale(0.8) !important;
        animation: modalSlideIn 0.3s ease-out forwards;
        flex-direction: column;
        gap: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .play-btn {
     padding: 0;
    }

    .firstLine{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10%;
    }
    .secondLine{
        display: flex;
        justify-content: end;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes modalSlideIn {
        from {
            transform: scale(0.8) translateY(-20px);
            opacity: 0;
        }

        to {
            transform: scale(1) translateY(0);
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes modalSlideOut {
        from {
            transform: scale(1) translateY(0);
            opacity: 1;
        }

        to {
            transform: scale(0.8) translateY(-20px);
            opacity: 0;
        }
    }

    .modal-small.hide .modal-content-small {
        animation: modalSlideOut 0.3s ease-in forwards;
    }

    .modal-small.hide {
        animation: fadeOut 0.3s ease-in-out forwards;
    }

    .form-select {
      width: 60vw !important;
      bottom: 5vh;
      z-index: 9999;
      left: 100%;
    }

      #videoSelect {
      bottom: 6vh !important;
    }

    
    .footer {
    z-index: 9999999999;
  }
    .meeting-text {
    font-size: 12px;
    font-weight: 400;
}
.logo {
    height: auto;
    cursor: pointer;
    width: 130px;
    padding-left: 25px;
    padding-top: 16px;
}
}


@media (max-width: 410px){
    .footer-right-controls{
        #showCoHostBtn, #show-participants-btn, #open-chat-btn{
          display: none;
        }
    }
    .footer-left-controls{
      #ccButton{
          display: none;
      }
    }
    .footer-center-controls{
        gap: 10px !important;
    }
    #menuButton{
        display: flex !important;
        width: 35px !important;
        height: 35px !important;
        img{
            height: 20px !important;
        }
    }
    #startScreenButton, #stopScreenButton{
        display: none !important;
    }
    #showCoHostBtnSmallScreen{
        display: flex !important;
        width: 35px !important;
        height: 35px !important;
        img{
            width: 20px !important;
            height: 20px !important;
        }
    }
    .control-button.control img {
        width: 18px !important;
        height: 18px !important;
    }
    #startAudioButton, #startVideoButton, #stopAudioButton, #stopVideoButton{
        width: 35px !important;
        height: 35px !important;
    }
    #exitButton{
        width: 55px !important;
        height: 35px !important;
    }
    #audioArrow, #videoArrow{
        img{
            width: 10px !important;
            height: 10px !important;   
        }
    }
    #micControlWrapper , .video-wrapper{
        gap: 1px !important;        
    }
    .cohost-actions button {
      padding: 6px 12px;
      border: none;
      border-radius: 20px;
      font-size: 10px;
      font-weight: 500;
      cursor: pointer;
      color: #fff;
      transition: background 0.2s ease;
    }

    .modal-small {
      top: 33% !important;
    }

    .modal-content-small {
        width: 95% !important;
    }
}