body {
  background: white;
  height: 100%;
}
button::-moz-focus-inner {
  border: none;
  outline: none;
}
button:hover,
button:focus {
  outline: none;
}
[disabled],
.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.tc-left {
  text-align: left;
}
.tc-center {
  text-align: center;
}
.tc-right {
  text-align: right;
}
.tc-relative {
  position: relative;
}
.tc-absolute {
  position: absolute;
}
.tc-inline {
  display: inline-block;
}
.tc-block {
  display: block;
}
.tc-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 100;
  font-size: 0;
}
.tc-modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
.tc-modal > * {
  display: inline-block;
  vertical-align: middle;
}
.tc-modal.show {
  display: block;
}
.tc-dialog {
  position: relative;
  margin: 20px;
  background: white;
  color: #31313d;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  padding: 30px 40px 40px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.tc-dialog header {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 35px;
}
.tc-dialog .tc-close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  border: none;
  background: transparent;
  font-size: 15px;
  color: #b3b5b7;
  cursor: pointer;
  border-radius: 50%;
}
.tc-dialog footer {
  margin-top: 25px;
}
.tc-dialog footer .tc-button {
  min-width: 120px;
}
.tc-dialog footer .tc-button + .tc-button {
  margin-left: 7px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  width: 100%;
  height: 100%;
  color: #151515;
  font-family: "Open Sans", arial;
  font-weight: 100;
}
* {
  box-sizing: border-box;
}
body.forbidden {
  display: none !important;
}
img {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
label {
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  padding-right: 7px;
}
.tc-modal {
  z-index: -1;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  padding-left: 20px;
  padding-right: 20px;
}
.tc-modal.show {
  display: block;
  opacity: 1;
}
.tc-modal.show .tc-dialog {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.tc-modal .tc-dialog {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: transform 0.3s;
  padding: 40px 20px 20px;
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: 320px;
  max-width: 360px;
}
.tc-modal .tc-dialog .close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.tc-modal .tc-dialog header {
  font-size: 14px;
}
.tc-modal .tc-dialog header,
.tc-modal .tc-dialog p {
  margin: 0;
  padding: 0;
}
.tc-modal .tc-dialog hr {
  border: 0;
  background: #0099cc;
  height: 1px;
  width: 60%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tc-modal .tc-dialog p {
  font-size: 14px;
  margin-top: 5px;
}
.tc-modal .tc-dialog .btn {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0;
  font-size: 16px;
  box-shadow: none;
}
.visible {
  visibility: visible;
  z-index: 1000000;
}
.bold {
  font-weight: 700;
}
input,
textarea {
  font-family: "Open Sans", arial;
  display: inline-block;
  border: 1px solid #c5bbb4;
  resize: none;
  margin: 5px;
  padding: 12px 10px;
  width: 270px;
  font-size: 16px;
}
.hidden {
  display: none !important;
}
.tc-modal.contract header {
  font-size: 24px;
  color: #0099cc;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .tc-modal.contract header {
    font-size: 20px;
  }
}
.tc-modal.contract p {
  font-family: "Open Sans", arial;
  color: #151515;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .tc-modal.contract p {
    font-size: 12px;
  }
}
.tc-modal.contract p a {
  color: #0099cc;
  text-decoration: none;
  font-weight: 600;
}
.tc-modal.contract .btn {
  font-size: 14px;
  margin: 0px;
}
#main-footer {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  background: #f5f5f5;
  color: #000000;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
#main-footer .img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  min-height: 100%;
}
#main-footer img {
  width: 100%;
  max-width: 320px;
  margin: 10px 20px;
}
#main-footer .main-footer-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
  min-height: 100%;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #ccc;
}
#main-footer .main-footer-desc p {
  font-size: 13px;
  margin: 0 0 3px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #main-footer {
    display: block;
    margin-top: auto;
    position: relative;
  }
  #main-footer .img-wrap {
    min-height: 0;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #main-footer .main-footer-desc {
    min-height: 0;
    padding: 20px 15px;
    border: none;
  }
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  body.make-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #main-footer {
    position: relative;
  }
}
[data-icon] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
[data-icon]:after {
  content: '';
  display: none;
}
[data-icon="close_white"] {
  background-image: url("/images/icons/close_white.svg");
}
[data-icon="camera"] {
  background-image: url("/images/icons/camera.svg");
  width: 40px;
  height: 30px;
}
[data-icon="close_gray"] {
  background-image: url("/images/icons/close_gray.svg");
}
[data-icon="close_gray_full"] {
  background-image: url("/images/icons/close_gray_full.svg");
}
[data-icon="close_blue"] {
  background-image: url("/images/icons/close_blue.svg");
}
[data-icon="close-box"] {
  background-image: url("/images/icons/close-box.svg");
}
[data-icon="connectivity-cancel"] {
  background-image: url("/images/icons/connectivity-cancel.svg");
  height: 13px;
  width: 13px;
}
[data-icon="precall-tick"] {
  background-image: url("/images/icons/precall/tick.svg");
}
[data-icon="precall-warning"] {
  background-image: url("/images/icons/precall/warning.svg");
}
[data-icon="precall-error"] {
  background-image: url("/images/icons/precall/error.svg");
}
[data-icon="precall-retest"] {
  background-image: url("/images/icons/precall/retest.svg");
  width: 21px;
  height: 18.4px;
}
[data-icon="record"] {
  background-image: url("/images/icons/record.svg");
}
[data-icon="record-solid"] {
  background-image: url("/images/icons/record-solid.svg");
  width: 12.2px;
  height: 12.2px;
}
[data-icon="collapse"] {
  background-image: url("/images/icons/collapse.svg");
}
[data-icon="collapse"]:after {
  background-image: url("/images/icons/expand.svg");
}
/* Layouts */
[data-layout-type="float"] {
  background-image: url("/images/icons/layouts/float.svg");
}
[data-layout-type="float"]:hover,
[data-layout-type="float"]:after {
  background-image: url("/images/icons/layouts/float_hover.svg");
}
[data-layout-type="float"]:disabled {
  background-image: url("/images/icons/layouts/float_disabled.svg");
}
[data-layout-type="f2f_horizontal"] {
  background-image: url("/images/icons/layouts/f2f_horizontal.svg");
}
[data-layout-type="f2f_horizontal"]:hover,
[data-layout-type="f2f_horizontal"]:after {
  background-image: url("/images/icons/layouts/f2f_horizontal_hover.svg");
}
[data-layout-type="f2f_horizontal"]:disabled {
  background-image: url("/images/icons/layouts/f2f_horizontal_disabled.svg");
}
[data-layout-type="f2f_vertical"] {
  background-image: url("/images/icons/layouts/f2f_vertical.svg");
}
[data-layout-type="f2f_vertical"]:hover,
[data-layout-type="f2f_vertical"]:after {
  background-image: url("/images/icons/layouts/f2f_vertical_hover.svg");
}
[data-layout-type="f2f_vertical"]:disabled {
  background-image: url("/images/icons/layouts/f2f_vertical_disabled.svg");
}
[data-layout-type="grid"] {
  background-image: url("/images/icons/layouts/grid.svg");
}
[data-layout-type="grid"]:hover,
[data-layout-type="grid"]:after {
  background-image: url("/images/icons/layouts/grid_hover.svg");
}
[data-layout-type="grid"]:disabled {
  background-image: url("/images/icons/layouts/grid_disabled.svg");
}
[data-layout-type="hangout_horizontal"] {
  background-image: url("/images/icons/layouts/hangout_horizontal.svg");
}
[data-layout-type="hangout_horizontal"]:hover,
[data-layout-type="hangout_horizontal"]:after {
  background-image: url("/images/icons/layouts/hangout_horizontal_hover.svg");
}
[data-layout-type="hangout_horizontal"]:disabled {
  background-image: url("/images/icons/layouts/hangout_horizontal_disabled.svg");
}
[data-layout-type="hangout_vertical"] {
  background-image: url("/images/icons/layouts/hangout_vertical.svg");
}
[data-layout-type="hangout_vertical"]:hover,
[data-layout-type="hangout_vertical"]:after {
  background-image: url("/images/icons/layouts/hangout_vertical_hover.svg");
}
[data-layout-type="hangout_vertical"]:disabled {
  background-image: url("/images/icons/layouts/hangout_vertical_disabled.svg");
}
[data-icon="tokbox_logo"] {
  background-image: url("/images/sc-logo-white.svg");
  width: 100px;
  height: 41px;
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  [data-icon="tokbox_logo"] {
    width: 40;
    height: 25px;
  }
}
[data-icon="warning"] {
  background-image: url("/images/icons/warning.svg");
  width: 18px;
  height: 18px;
}
[data-icon="end_call"] {
  background-image: url("/images/icons/hang-up.svg");
  width: 34px;
  height: 21px;
}
[data-icon="video_icon"] {
  background-image: url("/images/icons/video-icon.svg");
  width: 26px;
  height: 15.4px;
}
[data-icon="no_video"] {
  background-image: url("/images/icons/no_video.svg");
  width: 30px;
  height: 30px;
}
[data-icon="mic"] {
  background-image: url("/images/icons/mic.svg");
  width: 18px;
  height: 30px;
  margin-top: 6px;
}
[data-icon="mic-muted"] {
  background-image: url("/images/icons/mic-muted.svg");
  width: 31px;
  height: 30px;
  margin-left: 3px;
}
[data-icon="screenshare"] {
  background-image: url("/images/icons/screenshare.svg");
  width: 37px;
  height: 29px;
}
[data-icon="message"] {
  background-image: url("/images/icons/message.svg");
  width: 24px;
  height: 20px;
}
[data-icon="message_blue"] {
  background-image: url("/images/icons/message_blue.svg");
  width: 24px;
  height: 20px;
}
[data-icon="send"] {
  background-image: url("/images/icons/send.svg");
}
/* Archives */
.bubble [data-icon] {
  width: 26px;
  height: 20.8px;
}
[data-icon="download"] {
  background-image: url("/images/icons/download.svg");
}
[data-icon="download"]:hover,
[data-icon="download"]:after {
  background-image: url("/images/icons/download_hover.svg");
}
[data-icon="delete"] {
  background-image: url("/images/icons/delete.svg");
}
[data-icon="delete"]:hover,
[data-icon="delete"]:after {
  background-image: url("/images/icons/delete_hover.svg");
}
/* Actions */
.buttons [data-icon] {
  width: 20px;
  height: 16px;
}
.video-action [data-icon="video"],
.video-action [data-icon="desktop"] {
  background-image: url("/images/icons/no_video.svg");
}
.video-action [data-icon="video"]:hover,
.video-action [data-icon="desktop"]:hover,
.video-action [data-icon="video"]:after {
  background-image: url("/images/icons/no_video_hover.svg");
}
.video-action.enabled [data-icon="video"],
.video-action.enabled [data-icon="desktop"] {
  background-image: url("/images/icons/video.svg");
}
.video-action.enabled [data-icon="video"]:hover,
.video-action.enabled [data-icon="desktop"]:hover,
.video-action.enabled [data-icon="video"]:after {
  background-image: url("/images/icons/video_hover.svg");
}
.audio-action [data-icon="audio"] {
  background-image: url("/images/icons/no_audio.svg");
}
.audio-action [data-icon="audio"]:hover,
.audio-action [data-icon="audio"]:after {
  background-image: url("/images/icons/no_audio_hover.svg");
}
.audio-action.enabled [data-icon="audio"] {
  background-image: url("/images/icons/audio.svg");
}
.audio-action.enabled [data-icon="audio"]:hover,
.audio-action.enabled [data-icon="audio"]:after {
  background-image: url("/images/icons/audio_hover.svg");
}
[data-icon="hangup"] {
  background-image: url("/images/icons/hang-up.svg");
  background-size: 26px 21px;
  width: 26px !important;
  height: 21px !important;
  margin-top: 8px;
  margin-left: -26px;
}
.hangup-action {
  background-image: url("/images/icons/red-circle.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
}
[data-icon="no_mic"] {
  background-image: url("/images/icons/no_mic_hover.svg");
  width: 20px;
  height: 16px;
}
[data-stream-type=publisher] .audio-action [data-icon="mic"] {
  background-image: url("/images/icons/no_mic.svg");
}
[data-stream-type=publisher] .audio-action [data-icon="mic"]:hover,
[data-stream-type=publisher] .audio-action [data-icon="mic"]:after {
  background-image: url("/images/icons/no_mic_hover.svg");
}
[data-stream-type=publisher] .audio-action.enabled [data-icon="mic"] {
  background-image: url("/images/icons/mic.svg");
}
[data-stream-type=publisher] .audio-action.enabled [data-icon="mic"]:hover,
[data-stream-type=publisher] .audio-action.enabled [data-icon="mic"]:after {
  background-image: url("/images/icons/mic_hover.svg");
}
/* Info */
[data-icon="participants"] {
  background-image: url("/images/icons/participants.svg");
  width: 15px;
  height: 10px;
  margin-right: 0;
  margin-bottom: -1px;
  background-size: cover;
  background-position: left;
}
/* Menu */
.menu [data-icon] {
  width: 20px;
  height: 16px;
}
[data-icon="add"] {
  background-image: url("/images/icons/add.svg");
  width: 27px;
  height: 28px;
}
[data-icon="annotate"] {
  background-image: url("/images/icons/annotate.svg");
  width: 22px;
  height: 22px;
}
[data-icon="archive"] {
  background-image: url("/images/icons/archive.svg");
}
:hover > [data-icon="archive"],
[data-icon="archive"]:after {
  background-image: url("/images/icons/archive_hover.svg");
}
[data-icon="archive_saving"],
[data-icon="archive_saving"]:after {
  background-image: url("/images/icons/archive_saving.svg");
}
[data-icon="recordings"] {
  background-image: url("/images/icons/recordings.svg");
}
:hover > [data-icon="recordings"],
[data-icon="recordings"]:after {
  background-image: url("/images/icons/recordings_hover.svg");
}
[data-icon="screen"] {
  background-image: url("/images/icons/screen.svg");
}
:hover > [data-icon="screen"],
[data-icon="screen"]:after {
  background-image: url("/images/icons/screen_hover.svg");
}
[data-icon="screen_sharing"],
[data-icon="screen_sharing"]:after {
  background-image: url("/images/icons/screen_sharing.svg");
}
[data-icon="layouts"] {
  background-image: url("/images/icons/layouts.svg");
}
:hover > [data-icon="layouts"],
[data-icon="layouts"]:after {
  background-image: url("/images/icons/layouts_hover.svg");
}
[data-icon="layout-icon"] {
  background-image: url("/images/icons/layout-icon.svg");
  width: 21.1px;
  height: 22.4px;
}
[data-icon="forms-icon"] {
  background-image: url("/images/icons/forms-icon.svg");
  width: 15px;
  height: 18px;
}
[data-icon="chat"] {
  background-image: url("/images/icons/chat.svg");
}
:hover > [data-icon="chat"],
[data-icon="chat"]:after {
  background-image: url("/images/icons/chat_hover.svg");
}
[data-icon="end"] {
  background-image: url("/images/icons/endRed.svg");
}
:hover > [data-icon="end"],
[data-icon="end"]:after {
  background-image: url("/images/icons/end_hover.svg");
}
#videoSwitch [data-icon="videoSwitch"],
#audioSwitch [data-icon="videoSwitch"],
#videoSwitch [data-icon="audioSwitch"],
#audioSwitch [data-icon="audioSwitch"] {
  background-image: url("/images/icons/switch_off_blue.svg");
  width: 51px;
  height: 30.4px;
  vertical-align: text-bottom;
}
.sourcePick {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  height: 70px;
  padding: 0 15px 0 0;
}
#toggleFacingMode [data-icon="cycleVideo"] {
  background-image: url("/images/icons/toggleVideo.svg");
  width: 28px;
  height: 18px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}
#pickMic [data-icon="pmic"] {
  background-image: url("/images/icons/mic.svg");
  background-position: center;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
#videoSwitch.activated [data-icon="videoSwitch"],
#audioSwitch.activated [data-icon="videoSwitch"],
#videoSwitch.activated [data-icon="audioSwitch"],
#audioSwitch.activated [data-icon="audioSwitch"] {
  background-image: url("/images/icons/switch_on_blue.svg");
}
#initialVideoSwitch [data-icon="videoSwitch"],
#initialAudioSwitch [data-icon="videoSwitch"],
#initialVideoSwitch [data-icon="audioSwitch"],
#initialAudioSwitch [data-icon="audioSwitch"] {
  background-image: url("/images/icons/switch_off_blue.svg");
  width: 51px;
  height: 30.4px;
  vertical-align: text-bottom;
}
#initialVideoSwitch.activated [data-icon="videoSwitch"],
#initialAudioSwitch.activated [data-icon="videoSwitch"],
#initialVideoSwitch.activated [data-icon="audioSwitch"],
#initialAudioSwitch.activated [data-icon="audioSwitch"] {
  background-image: url("/images/icons/switch_on_blue.svg");
}
.btn,
.btn-no-underline,
.btn-padding {
  font-family: "Open Sans", arial;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  line-height: 50px;
  transition: all 0.5s ease-out;
  font-size: 16px;
  height: 50px;
  border: 0;
}
.btn:hover,
.btn-no-underline,
.btn-padding:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn-padding,
.btn-no-underline {
  padding: 0 30px;
}
.btn-padding-large {
  padding: 0 50px;
}
.btn-padding-small {
  padding: 0 20px;
}
.btn-blue {
  border-radius: 4px;
  background-color: #2D8095;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
  background-color: #4CA4BF;
}
.btn-white {
  background-color: #fff;
  box-shadow: 0 0 0 1px #0099cb;
  color: #0099cb;
}
.btn-white:hover {
  color: #0099cb;
  background-color: #fff;
  box-shadow: 0 0 0 2px #0099cb;
}
.ctaarrow-white:after {
  display: inline-block;
  content: "";
  background-image: url("/images/icons/ctaarrow_white@2x.png");
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  transition: all 0.5s ease-out;
}
.ctaarrow-white-small:after {
  margin-left: 10px;
}
.ctaarrow-white:hover:after {
  background-size: 9px 16px;
  -ms-transform: translate(3px, 0px);
      transform: translate(3px, 0px);
}
.ctaarrow-blue:after {
  display: inline-block;
  content: "";
  background-image: url("/images/icons/ctaarrow-blue@2x.png");
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  transition: all 0.5s ease-out;
}
.ctaarrow-blue:hover:after {
  background-size: 9px 16px;
  -ms-transform: translate(3px, 0px);
      transform: translate(3px, 0px);
}
body {
  background-color: #FFF;
  overflow: hidden;
  background-color: black;
  background-image: url(/images/SCc-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: none;
  padding: 0;
  margin: 0;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media (max-width: 768px) {
  body {
    /* Permission Denied Warning Styles */
    /* Mobile responsive adjustments */
  }
  body.make-flex {
    overflow: scroll;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body .permission-warning {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background: white !important;
    border: 2px solid #333;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    text-align: center;
    z-index: 1000;
    display: none;
  }
  body .permission-warning .warning-icon {
    margin-bottom: 20px;
  }
  body .permission-warning .warning-icon img {
    width: 48px;
    height: 48px;
  }
  body .permission-warning h3 {
    color: #d32f2f;
    margin-bottom: 15px;
    font-size: 20px;
  }
  body .permission-warning p {
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5;
  }
  body .permission-instructions {
    margin-top: 20px;
    text-align: left;
  }
  body .browser-instructions {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
  }
  body .desktop-instructions,
  body .mobile-instructions {
    margin-bottom: 15px;
  }
  body .desktop-instructions:last-child,
  body .mobile-instructions:last-child {
    margin-bottom: 0;
  }
  body .desktop-instructions p,
  body .mobile-instructions p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body .desktop-instructions p:last-child,
  body .mobile-instructions p:last-child {
    margin-bottom: 0;
  }
  body .btn-retry {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s ease;
  }
  body .btn-retry:hover {
    background: #0056b3;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body .permission-warning {
    padding: 20px;
  }
  body .permission-warning h3 {
    font-size: 18px;
  }
  body .browser-instructions {
    padding: 10px;
  }
  body .desktop-instructions {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  body .mobile-instructions {
    display: none;
  }
}
body .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
body .permission-warning .warning-icon {
  margin-bottom: 20px;
}
body .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
body .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
body .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
body .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
body .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
body .desktop-instructions,
body .mobile-instructions {
  margin-bottom: 15px;
}
body .desktop-instructions:last-child,
body .mobile-instructions:last-child {
  margin-bottom: 0;
}
body .desktop-instructions p,
body .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
body .desktop-instructions p:last-child,
body .mobile-instructions p:last-child {
  margin-bottom: 0;
}
body .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
body .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  body .permission-warning {
    padding: 20px;
  }
  body .permission-warning h3 {
    font-size: 18px;
  }
  body .browser-instructions {
    padding: 10px;
  }
  body .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  body .mobile-instructions {
    display: none;
  }
}
/* Permission Denied Warning Styles */
.permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.permission-warning .warning-icon {
  margin-bottom: 20px;
}
.permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.desktop-instructions,
.mobile-instructions {
  margin-bottom: 15px;
}
.desktop-instructions:last-child,
.mobile-instructions:last-child {
  margin-bottom: 0;
}
.desktop-instructions p,
.mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.desktop-instructions p:last-child,
.mobile-instructions p:last-child {
  margin-bottom: 0;
}
.btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.btn-retry:hover {
  background: #0056b3;
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .permission-warning {
    padding: 20px;
  }
  .permission-warning h3 {
    font-size: 18px;
  }
  .browser-instructions {
    padding: 10px;
  }
  .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-instructions {
    display: none;
  }
}
* {
  box-sizing: border-box;
}
/* Permission Denied Warning Styles */
.permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.permission-warning .warning-icon {
  margin-bottom: 20px;
}
.permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.desktop-instructions,
.mobile-instructions {
  margin-bottom: 15px;
}
.desktop-instructions:last-child,
.mobile-instructions:last-child {
  margin-bottom: 0;
}
.desktop-instructions p,
.mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.desktop-instructions p:last-child,
.mobile-instructions p:last-child {
  margin-bottom: 0;
}
.btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.btn-retry:hover {
  background: #0056b3;
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .permission-warning {
    padding: 20px;
  }
  .permission-warning h3 {
    font-size: 18px;
  }
  .browser-instructions {
    padding: 10px;
  }
  .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-instructions {
    display: none;
  }
}
.main {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media (max-width: 768px) {
  .main {
    height: auto;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 50px 20px;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main h1,
.main h2,
.main h3 {
  font-family: "Open Sans", arial;
  padding: 0;
  text-align: center;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main h1,
  .main h2,
  .main h3 {
    visibility: hidden;
  }
}
.main h1 .permission-warning,
.main h2 .permission-warning,
.main h3 .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main h1 .permission-warning .warning-icon,
.main h2 .permission-warning .warning-icon,
.main h3 .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main h1 .permission-warning .warning-icon img,
.main h2 .permission-warning .warning-icon img,
.main h3 .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main h1 .permission-warning h3,
.main h2 .permission-warning h3,
.main h3 .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main h1 .permission-warning p,
.main h2 .permission-warning p,
.main h3 .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main h1 .permission-instructions,
.main h2 .permission-instructions,
.main h3 .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main h1 .browser-instructions,
.main h2 .browser-instructions,
.main h3 .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main h1 .desktop-instructions,
.main h2 .desktop-instructions,
.main h3 .desktop-instructions,
.main h1 .mobile-instructions,
.main h2 .mobile-instructions,
.main h3 .mobile-instructions {
  margin-bottom: 15px;
}
.main h1 .desktop-instructions:last-child,
.main h2 .desktop-instructions:last-child,
.main h3 .desktop-instructions:last-child,
.main h1 .mobile-instructions:last-child,
.main h2 .mobile-instructions:last-child,
.main h3 .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main h1 .desktop-instructions p,
.main h2 .desktop-instructions p,
.main h3 .desktop-instructions p,
.main h1 .mobile-instructions p,
.main h2 .mobile-instructions p,
.main h3 .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main h1 .desktop-instructions p:last-child,
.main h2 .desktop-instructions p:last-child,
.main h3 .desktop-instructions p:last-child,
.main h1 .mobile-instructions p:last-child,
.main h2 .mobile-instructions p:last-child,
.main h3 .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main h1 .btn-retry,
.main h2 .btn-retry,
.main h3 .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main h1 .btn-retry:hover,
.main h2 .btn-retry:hover,
.main h3 .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main h1 .permission-warning,
  .main h2 .permission-warning,
  .main h3 .permission-warning {
    padding: 20px;
  }
  .main h1 .permission-warning h3,
  .main h2 .permission-warning h3,
  .main h3 .permission-warning h3 {
    font-size: 18px;
  }
  .main h1 .browser-instructions,
  .main h2 .browser-instructions,
  .main h3 .browser-instructions {
    padding: 10px;
  }
  .main h1 .desktop-instructions,
  .main h2 .desktop-instructions,
  .main h3 .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main h1 .mobile-instructions,
  .main h2 .mobile-instructions,
  .main h3 .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main h1 {
  font-family: "Open Sans", arial;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 200;
  line-height: 60px;
  margin: 10px 0;
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 6px 0;
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main h3 {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 600;
  padding: 10px;
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main form {
  width: 100%;
  margin: 0 0 0;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form {
    margin: 0;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form div {
  border-bottom: solid 1px #434d5a;
  height: 50px;
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form input {
  background: none;
  position: absolute;
  left: 0;
  border: none;
  width: 233px;
  outline: none;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form input {
    width: calc(100% - 180px);
  }
}
.main form input .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form input .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form input .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form input .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form input .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form input .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form input .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form input .desktop-instructions,
.main form input .mobile-instructions {
  margin-bottom: 15px;
}
.main form input .desktop-instructions:last-child,
.main form input .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form input .desktop-instructions p,
.main form input .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form input .desktop-instructions p:last-child,
.main form input .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form input .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form input .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form input .permission-warning {
    padding: 20px;
  }
  .main form input .permission-warning h3 {
    font-size: 18px;
  }
  .main form input .browser-instructions {
    padding: 10px;
  }
  .main form input .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form input .mobile-instructions {
    display: none;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form textarea {
  padding: 12px 20px 10px 0;
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form label {
  font-size: 16px;
  line-height: 57px;
  width: 100%;
  bottom: 0;
  left: 8px;
  text-align: left;
  font-weight: normal;
  position: relative;
  transition: all 0.5s;
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form label.visited {
  font-size: 12px;
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form #room-label.visited {
  color: #748393;
  left: 255px;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form #room-label.visited {
    left: calc(100% - 80px);
  }
}
.main form #room-label.visited .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form #room-label.visited .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form #room-label.visited .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form #room-label.visited .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form #room-label.visited .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form #room-label.visited .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form #room-label.visited .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form #room-label.visited .desktop-instructions,
.main form #room-label.visited .mobile-instructions {
  margin-bottom: 15px;
}
.main form #room-label.visited .desktop-instructions:last-child,
.main form #room-label.visited .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form #room-label.visited .desktop-instructions p,
.main form #room-label.visited .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form #room-label.visited .desktop-instructions p:last-child,
.main form #room-label.visited .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form #room-label.visited .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form #room-label.visited .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form #room-label.visited .permission-warning {
    padding: 20px;
  }
  .main form #room-label.visited .permission-warning h3 {
    font-size: 18px;
  }
  .main form #room-label.visited .browser-instructions {
    padding: 10px;
  }
  .main form #room-label.visited .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form #room-label.visited .mobile-instructions {
    display: none;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form #user-label.visited {
  color: #748393;
  left: 255px;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form #user-label.visited {
    left: calc(100% - 60px);
  }
}
.main form #user-label.visited .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form #user-label.visited .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form #user-label.visited .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form #user-label.visited .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form #user-label.visited .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form #user-label.visited .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form #user-label.visited .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form #user-label.visited .desktop-instructions,
.main form #user-label.visited .mobile-instructions {
  margin-bottom: 15px;
}
.main form #user-label.visited .desktop-instructions:last-child,
.main form #user-label.visited .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form #user-label.visited .desktop-instructions p,
.main form #user-label.visited .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form #user-label.visited .desktop-instructions p:last-child,
.main form #user-label.visited .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form #user-label.visited .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form #user-label.visited .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form #user-label.visited .permission-warning {
    padding: 20px;
  }
  .main form #user-label.visited .permission-warning h3 {
    font-size: 18px;
  }
  .main form #user-label.visited .browser-instructions {
    padding: 10px;
  }
  .main form #user-label.visited .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form #user-label.visited .mobile-instructions {
    display: none;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form p {
  margin: 0;
  padding: 0;
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form .error-text {
  display: block;
  font-size: 14px;
  color: #ed5654;
  opacity: 0;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form .error-text {
    font-size: 12px;
  }
}
.main form .error-text .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .error-text .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .error-text .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .error-text .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .error-text .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .error-text .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .error-text .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .error-text .desktop-instructions,
.main form .error-text .mobile-instructions {
  margin-bottom: 15px;
}
.main form .error-text .desktop-instructions:last-child,
.main form .error-text .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .error-text .desktop-instructions p,
.main form .error-text .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .error-text .desktop-instructions p:last-child,
.main form .error-text .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .error-text .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .error-text .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .error-text .permission-warning {
    padding: 20px;
  }
  .main form .error-text .permission-warning h3 {
    font-size: 18px;
  }
  .main form .error-text .browser-instructions {
    padding: 10px;
  }
  .main form .error-text .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .error-text .mobile-instructions {
    display: none;
  }
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:landscape) and (max-width: 480px), only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form .error-text {
    font-size: 9px;
  }
}
.main form .error-text .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .error-text .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .error-text .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .error-text .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .error-text .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .error-text .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .error-text .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .error-text .desktop-instructions,
.main form .error-text .mobile-instructions {
  margin-bottom: 15px;
}
.main form .error-text .desktop-instructions:last-child,
.main form .error-text .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .error-text .desktop-instructions p,
.main form .error-text .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .error-text .desktop-instructions p:last-child,
.main form .error-text .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .error-text .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .error-text .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .error-text .permission-warning {
    padding: 20px;
  }
  .main form .error-text .permission-warning h3 {
    font-size: 18px;
  }
  .main form .error-text .browser-instructions {
    padding: 10px;
  }
  .main form .error-text .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .error-text .mobile-instructions {
    display: none;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form .error-terms,
.main form .error-adult {
  display: inline-block;
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form .error-title {
  margin-top: 10px;
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form .error-room {
  margin: 0 356px 0 0;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  position: relative;
  font-size: 16px;
  width: 100%;
  bottom: 45px;
  border-bottom: solid 1px #ed5654;
  line-height: 38px;
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form .error-room {
    margin: 0 0 0 0;
  }
}
.main form .error-room .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .error-room .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .error-room .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .error-room .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .error-room .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .error-room .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .error-room .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .error-room .desktop-instructions,
.main form .error-room .mobile-instructions {
  margin-bottom: 15px;
}
.main form .error-room .desktop-instructions:last-child,
.main form .error-room .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .error-room .desktop-instructions p,
.main form .error-room .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .error-room .desktop-instructions p:last-child,
.main form .error-room .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .error-room .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .error-room .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .error-room .permission-warning {
    padding: 20px;
  }
  .main form .error-room .permission-warning h3 {
    font-size: 18px;
  }
  .main form .error-room .browser-instructions {
    padding: 10px;
  }
  .main form .error-room .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .error-room .mobile-instructions {
    display: none;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form.error {
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
.main form.error .show,
.main form.error .error-title {
  transition: opacity 0.3s;
  opacity: 1;
}
.main form.error .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form.error .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form.error .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form.error .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form.error .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form.error .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form.error .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form.error .desktop-instructions,
.main form.error .mobile-instructions {
  margin-bottom: 15px;
}
.main form.error .desktop-instructions:last-child,
.main form.error .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form.error .desktop-instructions p,
.main form.error .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form.error .desktop-instructions p:last-child,
.main form.error .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form.error .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form.error .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form.error .permission-warning {
    padding: 20px;
  }
  .main form.error .permission-warning h3 {
    font-size: 18px;
  }
  .main form.error .browser-instructions {
    padding: 10px;
  }
  .main form.error .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form.error .mobile-instructions {
    display: none;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form .btn {
  margin-top: 10px;
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form .tb.btn {
  font-family: "Open Sans", arial;
  font-size: 16px;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  font-weight: normal;
  line-height: 50px;
  border-radius: 0;
  height: 50px;
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form .tb.btn {
    font-size: 14px;
  }
}
.main form .tb.btn .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .tb.btn .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .tb.btn .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .tb.btn .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .tb.btn .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .tb.btn .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .tb.btn .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .tb.btn .desktop-instructions,
.main form .tb.btn .mobile-instructions {
  margin-bottom: 15px;
}
.main form .tb.btn .desktop-instructions:last-child,
.main form .tb.btn .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .tb.btn .desktop-instructions p,
.main form .tb.btn .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .tb.btn .desktop-instructions p:last-child,
.main form .tb.btn .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .tb.btn .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .tb.btn .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .tb.btn .permission-warning {
    padding: 20px;
  }
  .main form .tb.btn .permission-warning h3 {
    font-size: 18px;
  }
  .main form .tb.btn .browser-instructions {
    padding: 10px;
  }
  .main form .tb.btn .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .tb.btn .mobile-instructions {
    display: none;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main form .text-input {
  font-size: 16px;
  position: absolute;
  left: 12px;
  z-index: 100;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form .text-input {
    font-size: 14px;
  }
}
.main form .text-input .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .text-input .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .text-input .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .text-input .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .text-input .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .text-input .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .text-input .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .text-input .desktop-instructions,
.main form .text-input .mobile-instructions {
  margin-bottom: 15px;
}
.main form .text-input .desktop-instructions:last-child,
.main form .text-input .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .text-input .desktop-instructions p,
.main form .text-input .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .text-input .desktop-instructions p:last-child,
.main form .text-input .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .text-input .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .text-input .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .text-input .permission-warning {
    padding: 20px;
  }
  .main form .text-input .permission-warning h3 {
    font-size: 18px;
  }
  .main form .text-input .browser-instructions {
    padding: 10px;
  }
  .main form .text-input .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .text-input .mobile-instructions {
    display: none;
  }
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:landscape) and (max-width: 480px), only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main form .text-input {
    font-size: 14px;
  }
}
.main form .text-input .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .text-input .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .text-input .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .text-input .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .text-input .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .text-input .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .text-input .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .text-input .desktop-instructions,
.main form .text-input .mobile-instructions {
  margin-bottom: 15px;
}
.main form .text-input .desktop-instructions:last-child,
.main form .text-input .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .text-input .desktop-instructions p,
.main form .text-input .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .text-input .desktop-instructions p:last-child,
.main form .text-input .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .text-input .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .text-input .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .text-input .permission-warning {
    padding: 20px;
  }
  .main form .text-input .permission-warning h3 {
    font-size: 18px;
  }
  .main form .text-input .browser-instructions {
    padding: 10px;
  }
  .main form .text-input .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .text-input .mobile-instructions {
    display: none;
  }
}
.main form .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main form .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main form .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main form .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main form .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main form .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main form .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main form .desktop-instructions,
.main form .mobile-instructions {
  margin-bottom: 15px;
}
.main form .desktop-instructions:last-child,
.main form .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main form .desktop-instructions p,
.main form .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main form .desktop-instructions p:last-child,
.main form .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main form .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main form .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main form .permission-warning {
    padding: 20px;
  }
  .main form .permission-warning h3 {
    font-size: 18px;
  }
  .main form .browser-instructions {
    padding: 10px;
  }
  .main form .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main form .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main .landing-more-info {
  font-size: 12px;
  margin-top: 5px;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
.main .landing-more-info a {
  color: #0099cc;
}
.main .landing-more-info .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .landing-more-info .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .landing-more-info .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .landing-more-info .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .landing-more-info .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .landing-more-info .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .landing-more-info .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .landing-more-info .desktop-instructions,
.main .landing-more-info .mobile-instructions {
  margin-bottom: 15px;
}
.main .landing-more-info .desktop-instructions:last-child,
.main .landing-more-info .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .landing-more-info .desktop-instructions p,
.main .landing-more-info .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .landing-more-info .desktop-instructions p:last-child,
.main .landing-more-info .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .landing-more-info .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .landing-more-info .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .landing-more-info .permission-warning {
    padding: 20px;
  }
  .main .landing-more-info .permission-warning h3 {
    font-size: 18px;
  }
  .main .landing-more-info .browser-instructions {
    padding: 10px;
  }
  .main .landing-more-info .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .landing-more-info .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main .safari-plug {
  display: none;
  margin-top: 24px;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
.main .safari-plug a {
  color: #0099cc;
}
.main .safari-plug .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .safari-plug .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .safari-plug .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .safari-plug .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .safari-plug .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .safari-plug .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .safari-plug .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .safari-plug .desktop-instructions,
.main .safari-plug .mobile-instructions {
  margin-bottom: 15px;
}
.main .safari-plug .desktop-instructions:last-child,
.main .safari-plug .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .safari-plug .desktop-instructions p,
.main .safari-plug .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .safari-plug .desktop-instructions p:last-child,
.main .safari-plug .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .safari-plug .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .safari-plug .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .safari-plug .permission-warning {
    padding: 20px;
  }
  .main .safari-plug .permission-warning h3 {
    font-size: 18px;
  }
  .main .safari-plug .browser-instructions {
    padding: 10px;
  }
  .main .safari-plug .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .safari-plug .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main p {
  font-size: 16px;
  line-height: 24px;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main p {
    font-size: 12px;
    line-height: 20px;
  }
}
.main p .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main p .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main p .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main p .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main p .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main p .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main p .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main p .desktop-instructions,
.main p .mobile-instructions {
  margin-bottom: 15px;
}
.main p .desktop-instructions:last-child,
.main p .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main p .desktop-instructions p,
.main p .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main p .desktop-instructions p:last-child,
.main p .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main p .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main p .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main p .permission-warning {
    padding: 20px;
  }
  .main p .permission-warning h3 {
    font-size: 18px;
  }
  .main p .browser-instructions {
    padding: 10px;
  }
  .main p .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main p .mobile-instructions {
    display: none;
  }
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:landscape) and (max-width: 480px), only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main p {
    font-size: 12px;
    line-height: 12px;
  }
}
.main p .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main p .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main p .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main p .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main p .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main p .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main p .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main p .desktop-instructions,
.main p .mobile-instructions {
  margin-bottom: 15px;
}
.main p .desktop-instructions:last-child,
.main p .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main p .desktop-instructions p,
.main p .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main p .desktop-instructions p:last-child,
.main p .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main p .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main p .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main p .permission-warning {
    padding: 20px;
  }
  .main p .permission-warning h3 {
    font-size: 18px;
  }
  .main p .browser-instructions {
    padding: 10px;
  }
  .main p .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main p .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main header {
  max-width: 360px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
.main header img {
  width: 150px;
}
.main header .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main header .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main header .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main header .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main header .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main header .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main header .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main header .desktop-instructions,
.main header .mobile-instructions {
  margin-bottom: 15px;
}
.main header .desktop-instructions:last-child,
.main header .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main header .desktop-instructions p,
.main header .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main header .desktop-instructions p:last-child,
.main header .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main header .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main header .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main header .permission-warning {
    padding: 20px;
  }
  .main header .permission-warning h3 {
    font-size: 18px;
  }
  .main header .browser-instructions {
    padding: 10px;
  }
  .main header .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main header .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main section {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 10px 20px 20px;
  background: white !important;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 2, 10, 0.15);
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
.main section .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main section .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main section .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main section .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main section .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main section .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main section .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main section .desktop-instructions,
.main section .mobile-instructions {
  margin-bottom: 15px;
}
.main section .desktop-instructions:last-child,
.main section .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main section .desktop-instructions p,
.main section .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main section .desktop-instructions p:last-child,
.main section .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main section .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main section .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main section .permission-warning {
    padding: 20px;
  }
  .main section .permission-warning h3 {
    font-size: 18px;
  }
  .main section .browser-instructions {
    padding: 10px;
  }
  .main section .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main section .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main a {
  text-decoration: none;
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main #enter {
  background-color: #2D8095;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
  box-shadow: 0 2px 6px rgba(0, 2, 10, 0.15);
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
.main #enter:hover {
  opacity: 1;
  background-color: #4DA2BC;
}
.main #enter .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main #enter .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main #enter .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main #enter .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main #enter .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main #enter .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main #enter .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main #enter .desktop-instructions,
.main #enter .mobile-instructions {
  margin-bottom: 15px;
}
.main #enter .desktop-instructions:last-child,
.main #enter .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main #enter .desktop-instructions p,
.main #enter .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main #enter .desktop-instructions p:last-child,
.main #enter .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main #enter .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main #enter .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main #enter .permission-warning {
    padding: 20px;
  }
  .main #enter .permission-warning h3 {
    font-size: 18px;
  }
  .main #enter .browser-instructions {
    padding: 10px;
  }
  .main #enter .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main #enter .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main #righthand-container {
  height: 100%;
  display: table;
  width: 498px;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) only screen and (orientation:portrait) and (max-width: 480px), only screen and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1.5, -o-min-device-pixel-ratio: 3/2, min--moz-device-pixel-ratio: 1.5, min-device-pixel-ratio: 1.5) {
  .main #righthand-container {
    width: 100%;
  }
}
.main #righthand-container .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main #righthand-container .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main #righthand-container .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main #righthand-container .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main #righthand-container .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main #righthand-container .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main #righthand-container .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main #righthand-container .desktop-instructions,
.main #righthand-container .mobile-instructions {
  margin-bottom: 15px;
}
.main #righthand-container .desktop-instructions:last-child,
.main #righthand-container .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main #righthand-container .desktop-instructions p,
.main #righthand-container .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main #righthand-container .desktop-instructions p:last-child,
.main #righthand-container .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main #righthand-container .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main #righthand-container .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main #righthand-container .permission-warning {
    padding: 20px;
  }
  .main #righthand-container .permission-warning h3 {
    font-size: 18px;
  }
  .main #righthand-container .browser-instructions {
    padding: 10px;
  }
  .main #righthand-container .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main #righthand-container .mobile-instructions {
    display: none;
  }
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
.main #righthand-container-cell {
  vertical-align: middle;
  display: table-cell;
}
.main .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.main .permission-warning .warning-icon {
  margin-bottom: 20px;
}
.main .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.main .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.main .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.main .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.main .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.main .desktop-instructions,
.main .mobile-instructions {
  margin-bottom: 15px;
}
.main .desktop-instructions:last-child,
.main .mobile-instructions:last-child {
  margin-bottom: 0;
}
.main .desktop-instructions p,
.main .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.main .desktop-instructions p:last-child,
.main .mobile-instructions p:last-child {
  margin-bottom: 0;
}
.main .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.main .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .main .permission-warning {
    padding: 20px;
  }
  .main .permission-warning h3 {
    font-size: 18px;
  }
  .main .browser-instructions {
    padding: 10px;
  }
  .main .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .mobile-instructions {
    display: none;
  }
}
/* Permission Denied Warning Styles */
.permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.permission-warning .warning-icon {
  margin-bottom: 20px;
}
.permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.desktop-instructions,
.mobile-instructions {
  margin-bottom: 15px;
}
.desktop-instructions:last-child,
.mobile-instructions:last-child {
  margin-bottom: 0;
}
.desktop-instructions p,
.mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.desktop-instructions p:last-child,
.mobile-instructions p:last-child {
  margin-bottom: 0;
}
.btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.btn-retry:hover {
  background: #0056b3;
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .permission-warning {
    padding: 20px;
  }
  .permission-warning h3 {
    font-size: 18px;
  }
  .browser-instructions {
    padding: 10px;
  }
  .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-instructions {
    display: none;
  }
}
#main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  background: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
#main-footer .img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  min-height: 100%;
}
#main-footer .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
#main-footer .permission-warning .warning-icon {
  margin-bottom: 20px;
}
#main-footer .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
#main-footer .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
#main-footer .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
#main-footer .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
#main-footer .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
#main-footer .desktop-instructions,
#main-footer .mobile-instructions {
  margin-bottom: 15px;
}
#main-footer .desktop-instructions:last-child,
#main-footer .mobile-instructions:last-child {
  margin-bottom: 0;
}
#main-footer .desktop-instructions p,
#main-footer .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
#main-footer .desktop-instructions p:last-child,
#main-footer .mobile-instructions p:last-child {
  margin-bottom: 0;
}
#main-footer .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
#main-footer .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #main-footer .permission-warning {
    padding: 20px;
  }
  #main-footer .permission-warning h3 {
    font-size: 18px;
  }
  #main-footer .browser-instructions {
    padding: 10px;
  }
  #main-footer .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  #main-footer .mobile-instructions {
    display: none;
  }
}
#main-footer img {
  width: 100%;
  max-width: 320px;
  margin: 10px 20px;
}
#main-footer .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
#main-footer .permission-warning .warning-icon {
  margin-bottom: 20px;
}
#main-footer .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
#main-footer .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
#main-footer .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
#main-footer .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
#main-footer .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
#main-footer .desktop-instructions,
#main-footer .mobile-instructions {
  margin-bottom: 15px;
}
#main-footer .desktop-instructions:last-child,
#main-footer .mobile-instructions:last-child {
  margin-bottom: 0;
}
#main-footer .desktop-instructions p,
#main-footer .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
#main-footer .desktop-instructions p:last-child,
#main-footer .mobile-instructions p:last-child {
  margin-bottom: 0;
}
#main-footer .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
#main-footer .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #main-footer .permission-warning {
    padding: 20px;
  }
  #main-footer .permission-warning h3 {
    font-size: 18px;
  }
  #main-footer .browser-instructions {
    padding: 10px;
  }
  #main-footer .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  #main-footer .mobile-instructions {
    display: none;
  }
}
#main-footer .main-footer-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
  min-height: 100%;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #ccc;
  /* Permission Denied Warning Styles */
  /* Mobile responsive adjustments */
}
#main-footer .main-footer-desc p {
  font-size: 13px;
  margin: 0 0 3px;
}
#main-footer .main-footer-desc .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
#main-footer .main-footer-desc .permission-warning .warning-icon {
  margin-bottom: 20px;
}
#main-footer .main-footer-desc .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
#main-footer .main-footer-desc .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
#main-footer .main-footer-desc .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
#main-footer .main-footer-desc .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
#main-footer .main-footer-desc .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
#main-footer .main-footer-desc .desktop-instructions,
#main-footer .main-footer-desc .mobile-instructions {
  margin-bottom: 15px;
}
#main-footer .main-footer-desc .desktop-instructions:last-child,
#main-footer .main-footer-desc .mobile-instructions:last-child {
  margin-bottom: 0;
}
#main-footer .main-footer-desc .desktop-instructions p,
#main-footer .main-footer-desc .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
#main-footer .main-footer-desc .desktop-instructions p:last-child,
#main-footer .main-footer-desc .mobile-instructions p:last-child {
  margin-bottom: 0;
}
#main-footer .main-footer-desc .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
#main-footer .main-footer-desc .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #main-footer .main-footer-desc .permission-warning {
    padding: 20px;
  }
  #main-footer .main-footer-desc .permission-warning h3 {
    font-size: 18px;
  }
  #main-footer .main-footer-desc .browser-instructions {
    padding: 10px;
  }
  #main-footer .main-footer-desc .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  #main-footer .main-footer-desc .mobile-instructions {
    display: none;
  }
}
#main-footer .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
#main-footer .permission-warning .warning-icon {
  margin-bottom: 20px;
}
#main-footer .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
#main-footer .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
#main-footer .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
#main-footer .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
#main-footer .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
#main-footer .desktop-instructions,
#main-footer .mobile-instructions {
  margin-bottom: 15px;
}
#main-footer .desktop-instructions:last-child,
#main-footer .mobile-instructions:last-child {
  margin-bottom: 0;
}
#main-footer .desktop-instructions p,
#main-footer .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
#main-footer .desktop-instructions p:last-child,
#main-footer .mobile-instructions p:last-child {
  margin-bottom: 0;
}
#main-footer .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
#main-footer .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #main-footer .permission-warning {
    padding: 20px;
  }
  #main-footer .permission-warning h3 {
    font-size: 18px;
  }
  #main-footer .browser-instructions {
    padding: 10px;
  }
  #main-footer .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  #main-footer .mobile-instructions {
    display: none;
  }
}
@media (max-width: 768px) {
  #main-footer {
    display: block;
    margin-top: auto;
    position: relative;
    /* Permission Denied Warning Styles */
    /* Mobile responsive adjustments */
    /* Permission Denied Warning Styles */
    /* Mobile responsive adjustments */
  }
  #main-footer .img-wrap {
    min-height: 0;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #main-footer .permission-warning {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background: white !important;
    border: 2px solid #333;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    text-align: center;
    z-index: 1000;
    display: none;
  }
  #main-footer .permission-warning .warning-icon {
    margin-bottom: 20px;
  }
  #main-footer .permission-warning .warning-icon img {
    width: 48px;
    height: 48px;
  }
  #main-footer .permission-warning h3 {
    color: #d32f2f;
    margin-bottom: 15px;
    font-size: 20px;
  }
  #main-footer .permission-warning p {
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5;
  }
  #main-footer .permission-instructions {
    margin-top: 20px;
    text-align: left;
  }
  #main-footer .browser-instructions {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
  }
  #main-footer .desktop-instructions,
  #main-footer .mobile-instructions {
    margin-bottom: 15px;
  }
  #main-footer .desktop-instructions:last-child,
  #main-footer .mobile-instructions:last-child {
    margin-bottom: 0;
  }
  #main-footer .desktop-instructions p,
  #main-footer .mobile-instructions p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #main-footer .desktop-instructions p:last-child,
  #main-footer .mobile-instructions p:last-child {
    margin-bottom: 0;
  }
  #main-footer .btn-retry {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s ease;
  }
  #main-footer .btn-retry:hover {
    background: #0056b3;
  }
  #main-footer .main-footer-desc {
    min-height: 0;
    padding: 20px 15px;
    border: none;
  }
  #main-footer .permission-warning {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background: white !important;
    border: 2px solid #333;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    text-align: center;
    z-index: 1000;
    display: none;
  }
  #main-footer .permission-warning .warning-icon {
    margin-bottom: 20px;
  }
  #main-footer .permission-warning .warning-icon img {
    width: 48px;
    height: 48px;
  }
  #main-footer .permission-warning h3 {
    color: #d32f2f;
    margin-bottom: 15px;
    font-size: 20px;
  }
  #main-footer .permission-warning p {
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5;
  }
  #main-footer .permission-instructions {
    margin-top: 20px;
    text-align: left;
  }
  #main-footer .browser-instructions {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
  }
  #main-footer .desktop-instructions,
  #main-footer .mobile-instructions {
    margin-bottom: 15px;
  }
  #main-footer .desktop-instructions:last-child,
  #main-footer .mobile-instructions:last-child {
    margin-bottom: 0;
  }
  #main-footer .desktop-instructions p,
  #main-footer .mobile-instructions p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #main-footer .desktop-instructions p:last-child,
  #main-footer .mobile-instructions p:last-child {
    margin-bottom: 0;
  }
  #main-footer .btn-retry {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s ease;
  }
  #main-footer .btn-retry:hover {
    background: #0056b3;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #main-footer .permission-warning {
    padding: 20px;
  }
  #main-footer .permission-warning h3 {
    font-size: 18px;
  }
  #main-footer .browser-instructions {
    padding: 10px;
  }
  #main-footer .desktop-instructions {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  #main-footer .mobile-instructions {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #main-footer .permission-warning {
    padding: 20px;
  }
  #main-footer .permission-warning h3 {
    font-size: 18px;
  }
  #main-footer .browser-instructions {
    padding: 10px;
  }
  #main-footer .desktop-instructions {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  #main-footer .mobile-instructions {
    display: none;
  }
}
#main-footer .permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
#main-footer .permission-warning .warning-icon {
  margin-bottom: 20px;
}
#main-footer .permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
#main-footer .permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
#main-footer .permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
#main-footer .permission-instructions {
  margin-top: 20px;
  text-align: left;
}
#main-footer .browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
#main-footer .desktop-instructions,
#main-footer .mobile-instructions {
  margin-bottom: 15px;
}
#main-footer .desktop-instructions:last-child,
#main-footer .mobile-instructions:last-child {
  margin-bottom: 0;
}
#main-footer .desktop-instructions p,
#main-footer .mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
#main-footer .desktop-instructions p:last-child,
#main-footer .mobile-instructions p:last-child {
  margin-bottom: 0;
}
#main-footer .btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
#main-footer .btn-retry:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  #main-footer .permission-warning {
    padding: 20px;
  }
  #main-footer .permission-warning h3 {
    font-size: 18px;
  }
  #main-footer .browser-instructions {
    padding: 10px;
  }
  #main-footer .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  #main-footer .mobile-instructions {
    display: none;
  }
}
/* Permission Denied Warning Styles */
.permission-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: white !important;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.permission-warning .warning-icon {
  margin-bottom: 20px;
}
.permission-warning .warning-icon img {
  width: 48px;
  height: 48px;
}
.permission-warning h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 20px;
}
.permission-warning p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.permission-instructions {
  margin-top: 20px;
  text-align: left;
}
.browser-instructions {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.desktop-instructions,
.mobile-instructions {
  margin-bottom: 15px;
}
.desktop-instructions:last-child,
.mobile-instructions:last-child {
  margin-bottom: 0;
}
.desktop-instructions p,
.mobile-instructions p {
  font-size: 14px;
  margin-bottom: 8px;
}
.desktop-instructions p:last-child,
.mobile-instructions p:last-child {
  margin-bottom: 0;
}
.btn-retry {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s ease;
}
.btn-retry:hover {
  background: #0056b3;
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .permission-warning {
    padding: 20px;
  }
  .permission-warning h3 {
    font-size: 18px;
  }
  .browser-instructions {
    padding: 10px;
  }
  .desktop-instructions {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-instructions {
    display: none;
  }
}
/* Join Button Disabled Notice */
.join-disabled-notice {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 15px 0;
  text-align: center;
}
.join-disabled-notice p {
  margin: 0;
  color: #856404;
  font-size: 14px;
  font-weight: 500;
}
/* Disabled button styling */
#enter:disabled {
  background: #ccc \!important;
  color: #666 \!important;
  cursor: not-allowed \!important;
  opacity: 0.6;
}
/* Fix for permission denied warning background */
#permission-denied-warning {
  background: white \!important;
  border: 2px solid #d32f2f \!important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) \!important;
}
/* Fix permission warning background in media queries */
@media (max-width: 768px) {
  #permission-denied-warning {
    background: white \!important;
    border: 2px solid #d32f2f \!important;
  }
}
@media (min-width: 769px) {
  #permission-denied-warning {
    background: white \!important;
    border: 2px solid #d32f2f \!important;
  }
}
