@import url("style-mqs.css");

html,
body {
  font: "Lucida Grande", Helvetica, Arial, sans-serif;
  height: 100vh; /* required for Jitsi container dynamic height */
  /* width: 100%; /* required for Jitsi container */
  display: flex; /* for jitsi meeting window height response */
  flex-direction: column;
  text-align: center;
  background-color: #000; /* lightsteelblue; #f3d506*/
  font-size: large;
  font-size: 1vw;
}

a {
  color: navy;
  text-align: center;
}

a:hover,
button:hover {
  filter: brightness(0.9);
}

a.underlined {
  text-decoration: underline;
}

a#edition-link {
  border: 1.5px solid #fff;
  border-radius: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* position: absolute;
  top: 1%;
  right: 9.5%; */
  padding: 0.5%;
}

p {
  margin-bottom: 0.5rem !important;
}

label:not(#subscribe-form label) {
  display: inline !important;
}

label input {
  display: flex !important;
}

/* table#custom-toolbar td {
  width: 50% !important;
} */

table#custom-toolbar td label {
  display: inline-flex !important;
}

/* table#custom-toolbar td label input {
  margin-left: 10px;
} */

td input[type="checkbox"] label {
  cursor: pointer;
}

#invite-h1 {
  margin-bottom: 5%;
}

#url-and-button,
#room-info-section,
#hide-checkbox-div {
  margin: 5% auto auto auto;
}

#room-info-section {
  color: white;
}

#hide-invite-checkbox-label,
#quick-meet-label {
  color: gold;
  vertical-align: middle;
}

h1 {
  font-size: larger;
  margin: 0.2rem;
  font-weight: 400;
}

#home-btn {
  font-weight: 400;
}

#logo-header {
  display: flex;
  /* width: 30%; */
  margin: auto;
  margin-bottom: 1%;
}

#logo-header div {
  width: 50%;
}

#logo-img-div {
  text-align: end;
  /* margin-right: 0.5%; */
}

#screen-capture-btns-div {
  display: contents; /*inline*/
  /* position: absolute;
  right: 20%;
  top: 2%; */
}

#screen-capture-btns-div button {
  margin-right: 2%;
}

#screenshot-button {
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

#cc-button:hover,
#screenshot-button:hover,
#toggleScreenShareButton:hover,
#maximize-btn:hover,
#minimize-btn:hover {
  background-color: #333;
  padding: 5px;
}

:root {
  --button-size: 40px;
}
/* Collapse button */
#collapse-btn {
  position: absolute;
  right: -var(--button-size) / 2;
  top: 50%;
  transform: translate(50%, -50%);
  width: var(--button-size);
  height: var(--button-size);
  background: var(--fg);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg);
  font-size: 1.4rem;
  box-shadow: 0 0 12px rgba(255, 212, 59, 0.8);
  transition: transform var(--transition);
  cursor: pointer;
  z-index: 10;
  background-color: gold;
}
#collapse-btn:hover {
  transform: translate(50%, -50%) scale(1.1);
}

/* Collapsed state */
#toolbar.collapsed {
  width: var(--button-size);
  height: var(--button-size);
}
#toolbar.collapsed .content {
  display: none;
}
#toolbar.collapsed {
  cursor: default;
}
#toolbar.collapsed #collapse-btn {
  right: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}

#home-btn-div {
  text-align: start;
}

#server-settings-div {
  margin-bottom: 5%;
}

#jitsi-icon-size-div {
  margin-top: 5%;
}

#lang-label {
  color: gold;
}

#language-options-div {
  display: inline-block;
}

/* #add-btn,
#add-contact-btn,
#del-contact-btn,
#phone-btn,  { */
.bigButton {
  width: fit-content;
  margin: auto;
  padding: 1%; /*2.5%*/
}

#add-btn,
#add-btn2,
#add-contact-btn,
#start-rec-btn {
  background-color: green;
}

.button-group {
  display: flex;
  margin: 3%;
}

#main-area input:not(#room-field, #phone-field),
#main-area select:not(#contacts-list) {
  display: inline !important;
  opacity: 1; /*!important;*/
  height: fit-content !important; /* b/c materialize.css default styles conflict */
  max-width: 500px;
  /* margin-left: auto;
  margin-right: auto; */
}

#contacts-list {
  margin: auto;
}

select {
  height: 2rem;
  width: 75%;
  padding: 3px !important;
  display: inline !important;
}

/* nav {
  width: 0%;
  line-height: normal;
  display: block;
} */

/* nav ul {
  width: 50% !important;
} */
/*
nav ul li {
  /* display: inline-block; */
/* width: fit-content !important; 
} */

input[type="text"] {
  height: fit-content !important;
}

input[type="checkbox"] {
  position: static;
  transform: scale(1.5); /* 1.0 */
  margin: 0;
  padding: 0;
  /* display: block; */
  overflow: hidden;
  height: 25px;
  pointer-events: all !important;
  position: static !important;
  opacity: 1 !important;
}

#main-area,
#email-label {
  color: gold;
}

#custom-h1 {
  margin-top: 5%;
}

/* td input {
  display: block !important;
} */

#checkboxes {
  margin-left: auto;
  margin-right: auto;
}

#no-sell-data {
  margin-bottom: 1px;
}

#subscribe-btn,
.version-number {
  padding: 0.25%;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.align-center {
  text-align: center !important;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.yellow-border {
  border: 3px solid gold !important; /*#ffc107*/
  padding: 1% !important;
  margin-bottom: 2% !important;
  border-radius: 4px;
  background: #fff;
  display: flex;
}

.inline {
  display: inline;
}

/* .block-ruby {
  display: block ruby;
} */

#or-para {
  margin-top: 3%;
}

#microsoft-logo {
  width: 8%;
}

#google-logo {
  width: 5%;
  margin-right: 1.5%;
}

.login-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.info-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: gray; /*#ccc;*/
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.info-icon:hover::before {
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}

.info-icon:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}

.info-icon:hover::before,
.info-icon:hover::after {
  opacity: 1;
}

#join-meeting {
  margin-top: 1%;
}

#roomName {
  color: #000; /*gold, cyan;*/
  border: 2px solid gold !important; /*#ffc107*/
  padding: 1%;
}

#roomName-label {
  color: #000; /* gold */
  margin-bottom: 0px;
}

#roomname-input {
  width: 30%;
  color: gold;
  background-color: #000;
  padding: 1%;
  /* border: 1px solid #ffc107; */
  text-align: center;
}

#quickstart-form {
  display: flex;
  /* flex-direction: row; */
}

#subscribe-form,
#subscription-form {
  margin: auto;
}

div#subscribe-form {
  margin-bottom: 3%;
}

#subscribe-form {
  /*:is(#google-btn, #msft-btn) {*/
  width: 50%;
  border-right: 0.05em solid #000;
}

#subscribe-form input {
  width: 80%;
  margin: auto;
}

#subscribe-form
  :is(
    input /* input:not(#password, #password2), */
    label,
    button,
    p:not(#have-acc-para),
    i
    /* i:not(#subscribe-form, #subscription-form i, #togglePasswordEye, #togglePasswordEye2) */
  ) {
  /* width: 50% !important; */
  display: block;
  text-align: left;
}

#subscription-buttons {
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* New styles for the OR box */
#subscription-form::before {
  content: "OR";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: #555;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
}

#password-rules-i {
  width: 80%;
  margin: auto;
  display: block;
}

#register-div i {
  font-size: x-small;
}

#register-div {
  text-align: left;
}

#email-input-and-google-btn,
#password-input-and-microsoft-btn {
  display: flex;
}

.form-group label {
  color: #000;
}

.gold-background {
  background-color: gold !important;
}

.black-background {
  background-color: #000 !important;
}

.white-background {
  background-color: #fff !important;
}

.white-border {
  border: 1.5px solid #fff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray !important;
  opacity: 1 !important; /* Firefox */
}

#email-input-field {
  width: 100%; /* 75%; */
  max-width: 350px !important;
  background-color: white;
  padding: 5px !important;
  border-radius: 3px;
  font-size: large;
  /* position: relative;
  z-index: 1; */
  /* margin-left: 20%; */
  /* margin-right: 25%; auto; */
}

/* .alert {
  width: 50%;
  margin: auto;
} */

.valid {
  color: green;
}

.valid-green {
  color: green;
}

.invalid {
  color: crimson;
}

.valid-span {
  color: lightgreen !important;
}

.invalid-span {
  color: crimson !important;
}

::placeholder {
  color: lightsteelblue;
}

#checkbox-label {
  width: 100%; /* due to white background class */
  color: black;
}

.no-decoration {
  text-decoration: none !important;
}

span.underlined {
  border-bottom: 1px solid black;
}

#safari-copy-btn {
  background-color: green;
}

#email-btn,
#resend-btn {
  display: inline;
  background-color: #317fe1;
  padding: 1.5% !important;
  width: fit-content !important;
  margin-left: 1.5%;
}

#share-para {
  margin-top: 1%;
}

a:hover,
button:hover,
li:hover {
  /* font-weight: 900 !important; */
  /* color: cyan !important; */
  text-decoration: none;
}

a:hover.underlined {
  text-decoration: underline;
}

button,
.button {
  background-color: #c00000;
  color: white;
  /* border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC; */
  border-radius: 4px;
  border: 2px solid white;
  text-align: center;
}

.btn {
  text-transform: initial;
}

.trash-btn {
  background-color: beige;
  padding: 0 8px;
}

.trash-btn:hover {
  background-color: #c00000;
}

td form button {
  color: #000 !important;
}

td.favorite button {
  background-color: silver;
  padding: 0 8px;
}

td.favorite button:hover {
  background-color: lime;
}

td.favorited button {
  background-color: gold;
  padding: 0 8px;
}

td.favorited button:hover {
  background-color: red;
}

#thank-you-header {
  margin-top: auto;
  margin-bottom: auto;
}

.container {
  display: contents;
}

#step-label {
  color: limegreen;
  font-size: 70% !important;
  vertical-align: text-top;
}

#join-btn {
  background-color: gold;
  color: #000000;
  border: 1px solid white;
  padding: 1%;
  vertical-align: middle;
}

#learn-more {
  margin-top: 7%;
}

#learn-more-btn {
  color: gold;
  padding: 1.25%;
  background-color: #000;
  /* width: 30%; */
}

a#back-button {
  background-color: navy;
}

#back-button:hover {
  color: white;
}

#msft-btn {
  background-color: #317fe1;
  width: 80%;
  margin: auto;
}

#google-btn {
  width: 80%;
  margin: auto;
  margin-bottom: 10%;
}

#google-btn:hover {
  background-color: red !important;
}

#homepg-btn,
#join-btn {
  margin-top: 5%;
}

#homepg-input-and-copy {
  display: flex;
  height: fit-content;
}

.link {
  color: #039be5 !important;
}

button {
  border: none;
  background: none;
}

/* for validation errors, provided at: */
/*https://formden.com/blog/validate-contact-form-jquery*/

.margin-top {
  margin-top: 3%;
}

.error {
  display: none;
}

.error_show {
  color: red;
}

.hidden {
  display: none !important;
}

.hide-panel {
  display: none;
}

.invisible {
  visibility: hidden;
}

.remove-mouse-events {
  pointer-events: none !important;
}

#zoom-btn.hidden {
  width: 0%;
}

.blackFont {
  color: black !important;
}

.blueFont {
  color: blue !important;
}

.goldFont {
  color: gold !important;
}

.limeFont {
  color: lime !important;
}

.whiteFont {
  color: white !important;
}

.silverFont {
  /* color: white !important; */
  color: rgb(124, 124, 124) !important;
}

.goldBackground {
  background-color: gold !important;
}

.violetBackground {
  background-color: violet !important;
}

.lightBlueBackground {
  background-color: lightskyblue !important;
}

.disabled {
  pointer-events: none !important;
  opacity: 0.6 !important;
}

/* .disabled::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed !important;
} */

.enabled {
  pointer-events: all;
  text-decoration: underline;
}

div.footer,
div.version-number {
  display: inline;
  float: left;
  height: fit-content;
  margin-top: auto;
  /* background-color: none; */
  /* background-color: lightcoral !important; */
}

#disclaimer {
  /* margin-left: 30%; */
}

/* footer {
  position: sticky;
  bottom: 0;
  width: 100%;
} */

footer span {
  color: black;
}

#footer-left {
  bottom: 0;
  left: 0;
  width: 100%;
}

.card {
  margin: 0;
}

/* .col-md-6 {
  flex: 0 0 30%;
} */

#login-div,
#register-div,
#subscribe-form,
#pw-reset-form-div {
  margin-top: 1.5vh;
}

#sign-in-h1,
#register-h1:not(#subscribe-form h1),
#reset-pw-h1 {
  margin-bottom: 3vh;
}

#no-account-para,
#have-acc-para,
#remem-pw-para {
  margin-top: 5.5vh;
}

#forgot-pass-para,
#password,
#password2 {
  margin-top: 1vh;
}

.footer {
  padding: 0.25em;
  display: inline; /* for Safari */
  text-align: left;
  /* font-size: 13px; */
  /* font-size: 0.5vw; */
  width: 100%;
}

.version-number {
  margin-left: 1.5%;
  border: 1px solid white;
  border-radius: 4px;
  background-color: gold; /*silver;*/
  width: fit-content;
  /* padding: 0.4%; */
  float: left;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

#edition-link {
  z-index: 5;
  cursor: pointer;
}

#save-btn {
  background-color: green;
}

#load-btn {
  background-color: #003898;
}

#select-all-checkbox-div {
  text-align: end;
}

#selectAllCheckboxLabel {
  vertical-align: text-bottom;
}

#toolbar-settings-checkboxes {
  display: flex;
  justify-content: space-between;
  margin: 5% 5% 0% 5%;
}

#toolbar-action-btns {
  margin: 5% 5% 0% 5%;
}

#add-link-checkbox-div {
  width: 75%;
  margin: auto;
  text-align: end;
}

div#add-link-tooltip label,
div#add-link-tooltip input {
  vertical-align: middle;
}

#subscribe-btn {
  color: black !important; /*white*/
  margin-right: 1.5%;
  float: right;
  /* padding: 0.25em; */
  background-color: gold; /*blue;*/
  border: 1px solid white;
  width: fit-content;
  padding: 0.4%;
}

.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
  position: absolute;
  width: auto;
  bottom: 10px;
  right: 10px;
  margin-top: 0;
}

input.invalid,
textarea.invalid {
  border: 2px solid #c00000;
}

input.valid,
textarea.valid {
  border: 2px solid green;
}

#hamburger-menu {
  padding-top: 0.25% !important;
  text-align: right;
  display: contents;
}

#sandwich-menu {
  padding-bottom: 0.25%;
  transform: translate(0%, 0%);
  transform: translate(0%, 5%);
  /* float: right; */
}

#welcome-msg-div {
  transform: translate(-5%, -20%);
  width: fit-content !important;
}

#welcome-msg {
  /* background-color: #b51212; */
  color: white; /*black;*/
  width: fit-content;
  display: inline-block;
  /* vertical-align: bottom; */
  /* float: right; */
  margin-bottom: 0px !important;
  margin-right: 1%;
  font-size: 1vw;
}

#host-form,
#host-form1 {
  color: #000000;
  margin: auto;
  width: 50%;
  /* display: flex; */
}

#homepg-img-div {
  text-align: end;
  background-color: #fff;
  width: 50%;
}

#glasses-and-hands-guy {
  width: 50%;
  margin-right: 5%;
}

#homepg-inputs-div {
  /* display: grid; */
  width: 50%;
  text-align: left;
  background-color: #fff;
}

#join-pg-inputs-div {
  width: 50%;
  text-align: left;
  background-color: #fff;
}

#join-pg-input-and-btn {
  display: grid;
}

#mobile-checkbox-div {
  display: inline;
}

#white-background {
  text-align: center;
  background-color: white;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  padding: 4px;
}

#host-form1,
#host-form2,
#host-form3,
#host-form4 {
  background-color: #fff; /*gray;*/
  /* width: 50%; */
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  border-radius: 4px;
  /* margin-top: 5%; */
}

/* #host-form1  */
#ad {
  padding-bottom: 3%;
  background-color: #000;
  color: #fff;
  width: 50%;
  margin: 4% auto 0%;
  display: grid;
}

#ad-title {
  border-bottom: 1px solid gold;
}

#ad-body {
  margin: 3% 0%;
}

#learn-more-btn {
  background-color: gold;
  color: #000;
  /* width: 30%; */
  margin: auto;
}

#jitsi-window #host-form3 {
  margin-left: 0.5% !important;
}

#host-form3 {
  padding: 0% !important;
  z-index: 5;
}

#host-form2,
#host-form3,
#host-form4 {
  height: 90vh !important;
}

/* #host-form3,
#host-form4 {
  width: 50%;
} */

#host-form2,
#host-form3,
#host-form4 {
  text-align: center;
  /* margin: 0% 0% 1.5% 1.5%; */
  margin: auto;
  padding-bottom: 1.5%;
  color: black;
  background-color: #fff;
  /* width: fit-content; */
}

#host-form2,
/* #host-form3, */
#host-form4 ul {
  display: inline;
}

#host-form2,
#host-form3 {
  /* width: 90%; */
  overflow: scroll;
}

#green-checkmark {
  color: green;
}

#home-link {
  color: gold;
  border-bottom: solid 1.5px gold;
  width: fit-content;
  margin: auto;
}

ul {
  display: block;

  /* justify-content: center; */
}
ul:not(#preferences-list) li {
  display: flex;
}

ul#feature-list {
  /* width: 20%; */
  width: 100% !important;
  text-align: left;
  margin-left: auto !important;
  margin-right: auto !important;
}

#feature-lists {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  /* align-content: center; */
  gap: 5%; /*5% small screens, 10-15% large screens */
}

#room-list-div,
#reminder-form-div {
  margin: 1.5% auto 3% auto;
  width: fit-content; /*37.5%;*/ /*center btwn mobile & desktop displays*/
  /* height: 85vh;*/ /*37.5vh;*/
  /* overflow: scroll; */
  width: 100%;
  /* height: 80%; */
}

#notify-me-checkbox {
  margin-left: 25%;
  transform: scale(2.5);
}

#settings-div {
  width: 75%;
  margin: auto;
}

#settings-h1 {
  padding-top: 10%; /* not margin */
}

#inner-content-settings {
  margin-top: 7%;
  display: grid;
}

#inner-content-settings select {
  width: 50%;
}

#settings-div,
#reminder-form-div {
  padding: 3%;
}

#settings-div label {
  color: #000;
}

#reminder-form-div {
  overflow: clip;
}

#reminder-form-div label {
  color: #000;
}

#reminder-form-button-div {
  display: inline;
  padding: 3%;
}

#reminder-form {
  display: grid;
  margin: auto;
}

#host-form3 {
  background-color: gold;
  border: 5px solid white;
}

/* .table {
  display: table; /* Allow the centering to work
  margin: 0 auto;
} */

/* 
#main-area {
  overflow-y: scroll;
  position: relative;
   height: 100%;
} 
*/
/* 
#instructionsDiv {
  position: static;
  color: black;
  background-color: white;
  text-align: left;
  border-radius: 4px;
} */

#home-btn {
  background-color: gold; /*#ffc107*/
  border-color: gold; /*#ffc107*/
  border: 1px solid gold; /*#ffc107*/
  border-radius: 0.25rem;
  /* color: #212529; */
  color: #000000;
  padding: 6px !important;
  /* font-size: 165%; */
  /* transition: #ffc107 0.15s ease-in-out, #ffc107 0.15s ease-in-out, #ffc107 0.15s ease-in-out,
    #ffc107 0.15s ease-in-out; */
}

#input-box-and-eye {
  display: flex !important;
}

#togglePasswordEye,
#togglePasswordEye2 {
  margin: 3.5% auto auto -7%;
}

#login-btn {
  /* text-transform: capitalize; */
  margin-top: 2vh !important;
  margin-bottom: 0.5vh !important;
  text-align: center;
}

#login-btn2 {
  background-color: #000;
  color: #fff;
  padding: 2% 8%;
  border-radius: 10px;
  border: 2px solid white;
}

#why-not-login,
#why-not-login-meet,
#subscribe-nudge {
  background-color: gold;
  color: #000;
  padding: 2%;
  border-radius: 10px;
}

#why-not-login {
  margin: auto;
  width: 50%;
  border: 3px solid white;
}

#why-not-login-meet,
#subscribe-nudge {
  margin-top: 50%;
}

#why-not-login-panel,
#subscribe-nudge-panel {
  border: 5px solid #fff !important;
  background-color: gold;
}

#why-not-para {
  margin-bottom: 5% !important;
}

#register-btn {
  width: 50%;
  margin: auto;
  margin-top: 3%;
  text-align: center !important;
}

#register-btn,
#changePwBtn {
  margin-top: 4vh;
  background-color: #26a69a;
}

#login-btn:hover,
#google-btn:hover,
#msft-btn:hover {
  font-weight: 900;
  color: white;
}

#zoom-btn {
  background-color: blue;
  width: 10%;
}

#invitation {
  display: none;
}

#hr1::after {
  /* content: "or"; */
  color: black;
  background-color: #fff;
}

#leave-btn,
#home-btn,
#login-btn,
#google-btn,
#zoom-btn,
#email-btn,
#dashboard-btn,
#start-btn,
#safari-copy-btn {
  /* margin-top: 0.75%; */
  padding: 3px;
  display: inline-block;
}

#google-btn {
  margin-top: 0.5vh !important;
}

#leave-btn {
  color: white !important;
  background-color: #c00000;
  width: fit-content;
  /* padding: 5%; */
  font-size: 0.75vw;
  border: 1px solid white;
}

#start-btn {
  color: black !important;
  width: 50%; /* width: fit-content !important; */
  /* margin: 2% auto auto auto; */
}

#start-btn2,
#join-btn {
  color: black !important;
  background-color: gold;
  width: fit-content; /* 50% */
  height: fit-content;
  /* margin-bottom: 1.5%; */
  padding: 1.5%;
  border: 1.5px solid black;
  border-radius: 4px;
}

#leave-btn:hover {
  color: white !important;
  text-decoration: none;
}

#copy-btn {
  width: 15%;
  padding: 2%;
  margin: 0px 0px 5px 5px;
  background-color: #003898; /*gray;*/
}

#start-btn {
  background-color: gold;
  border: 1px solid white;
}

#email-btn,
#resend-btn {
  background-color: #317fe1;
  /* margin-left: 2%; */
}

#resend-btn,
#subscribe-para {
  margin-top: 5%;
}

#logo-link {
  width: 30%;
  display: inline-block;
  text-align: left;
  margin-left: 5%; /* 2% */
  /* float: left; */
}

#logo-img2 {
  /*width: 90%; /*8%*/
  margin-right: 2%;
}

#logo-link2 {
  width: fit-content;
}

#logo-img {
  width: 100%;
  /* background-color: red; */
  z-index: 3;
  text-align: left;
  /* padding-left: 5%; */
}

.question-mark-anchor {
  background-color: #000 !important; /* #039be5; */
  color: gold; /* white; */
  border-radius: 4px;
  margin: 2%;
  padding: 5%;
  border: 2px solid white;
}

.main-header {
  /* background-color: lightgreen; */
  width: inherit;
  /* height: fit-content !important; */
  text-align: justify;
  /* display: -webkit-inline-box; */
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* margin: auto !important; */

  /* text-align: end; */
}

.main-header div:not(#dd-menu):not(#leave-btn-div, #screen-capture-btns-div, #google_translate_element) {
  /*, #google_translate_element div*/
  width: 42.5%;
  display: inline-table; /* inline; */ /* inline-block */
}

#leave-btn-div {
  width: 15%;
  text-align: center;
}

h1#header1 {
  color: gold; /*black;*/
  margin: 20px;
  /* font-size: 30px !important; */
  margin: 1%;
  padding-bottom: 2%;
  /* margin-top: 33px; */
  /* width: 50% !important; */
  /* position: fixed; */
  /* top: 1%;  */
  /* position the top  edge of the element at the middle of the parent */
  /* left: 50%;  */
  /* position the left edge of the element at the middle of the parent */

  /* transform: translate(
    -50%,
    -50%
  );  */
  /* This is a shorthand of
      translateX(-50%) and translateY(-50%) */
}

.center {
  /* background-color: blue; */
  /* display: inline; */
  text-align: center !important;
}

.left {
  background-color: red;
  /* display: inline; */
  /* float: left; */
  text-align: left !important;
}

.right {
  background-color: green;
  /* float: right; */
  text-align: right !important;
  /* display: inline; */
}

#overlay-menu {
  position: absolute;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}

#jitsi-window {
  display: flex; /*contents;*/
}

#meeting-container,
#why-not-login-panel,
#subscribe-nudge-panel {
  height: 90vh !important; /*100vh*/
}

/* Slider for resizing */
#slider {
  width: 5px;
  cursor: ew-resize;
  background-color: #ccc;
  position: relative;
  z-index: 10;
}

/* body {
  margin: 0;
  height: 100vh;
  display: flex;
  overflow: hidden;
} */

.pane {
  height: 100%;
  overflow: auto;
  position: relative;
}

#left-pane {
  width: 100%;
}
/*
#right-pane {
  width: 30%;
} */

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  background: rgba(0, 0, 0, 0); /* Fully transparent */
  z-index: 4;
  display: none;
}

.divider {
  width: 10px;
  background-color: lime; /*#f7d908;*/
  border: 2.5px solid black;
  cursor: col-resize;
  height: 90vh;
  position: relative;
  overflow: visible;
  z-index: 5;
}

.divider::after {
  content: "drag to size";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  color: white;
  padding: 2px 5px;
  font-size: 12px;
  visibility: hidden;
  pointer-events: none;
}
.divider:hover::after {
  visibility: visible;
}
/* iframe {
  border: none;
  width: 100%;
  height: 100%;
} */
/* #panel-action-btns {
  position: fixed;
  bottom: 10%;
  right: 1%;
  width: 45%;
} */
.reset-btn {
  position: absolute;
  bottom: 50%;
  right: 5%;
  background: none;
  cursor: pointer;
  font-size: 24px;
  color: red !important;
  transform: scale(2);
  z-index: 1000;
  border: 1.25px solid white;
}
.reset-btn:hover {
  color: cyan;
}
.reset-btn-tooltip {
  position: fixed;
  background-color: black;
  color: white;
  padding: 2px 5px;
  font-size: 12px;
  visibility: hidden;
  pointer-events: none;
}
.expand-icon {
  position: absolute;
  bottom: 50%;
  left: 0%;
  /* right: 35%; */
  background: none;
  cursor: pointer;
  font-size: 20px;
  color: green !important;
  transform: scale(2);
  z-index: 1000;
  border: 1.25px solid white;
}
.expand-icon:hover {
  color: lime;
}

.toolbar {
  position: absolute;
  left: 75%;
  bottom: 5%;
  width: 45%;
  height: 1%;
  transform: translateX(-50%);
  background-color: lime;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  /* padding: 5px; */
  display: flex;
  gap: 10px;
  cursor: move;
  z-index: 1000;
}

.toolbar button {
  padding: 5px;
  /* width: 50px;
  height: 50px; */
  border-radius: 50%;
  background-color: transparent;
  color: lime;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toolbar button:hover {
  background-color: #333333;
  transform: scale(1.1);
}

.toolbar button:active {
  background-color: #1a1a1a;
}

.toolbar button .icon {
  font-size: 24px;
  line-height: 1;
}

#closeButton {
  background-color: red;
}

#closeButton .icon {
  color: white;
}

/* .tox-tinymce,
#notepad-iframe {
  height: 100vh !important;
  width: 100vw;
  z-index: 1;
} */

#feedback-iframe,
#file-xfer-iframe,
#editor-iframe,
#notepad-iframe,
#tasks-iframe,
#voice-record-iframe,
#queryiq-iframe,
#salesgenie-iframe,
#agenda-iframe,
#schedule-iframe,
#timekeeper-iframe,
#whiteboard-iframe,
#workshop-iframe {
  height: 100vh !important;
  width: 100%;
}

#editor-div,
#feedback-div,
#file-xfer-div,
#notepad-div-homepg,
#tasks-div,
#voice-record-div,
#query-iq-div,
#salesgenie-div,
#agenda-div,
#schedule-div,
#timekeeper-div,
#whiteboard-div,
#workshop-div {
  background-color: white;
}

#notepad-div {
  position: relative;
  /* width: 50%; */
}

#notepad-div-homepg {
  position: relative;
  /* width: 95%; */
  /* overflow-x: scroll; */
}

#top-right {
  padding: 1%;
  margin: 0% 1.5%;
}

#top-right-btns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  column-gap: 7px;
  right: 0;
  padding: 1%;
  margin: 0% 4.5%;
  z-index: 2;
}

#top-right-btns button a {
  padding: 5%;
}

/* #toggleScreenShareButton {
  margin-right: 2.5%;
} */

#question-mark-anchor {
  transform: scale(1.5);
  margin-right: 30%;
}

.close-button {
  background-color: red;
}

#close-btn1,
#close-btn1,
#close-btn2,
#close-btn3,
#close-btn4,
#close-btn5,
#close-btn6,
#close-btn6,
#close-btn7,
#close-btn8,
#close-btn9,
#close-btn10,
#close-btn11,
#close-btn12,
#close-btn13,
#close-btn14,
#close-btn15,
#close-btn16,
#close-btn17 {
  /* position: absolute; */
  transform: scale(1.5);
  right: 0;
  margin: 1%;
  padding: 1%;
  border: 2px solid white;
}

#all-forms {
}

#host-forms {
  display: flex;
  justify-content: space-between;
  column-gap: 0.5%;
  /* margin-left: 3%; */
}

div#reminder-form label {
  margin-bottom: 0%;
}

div#reminder-form input {
  height: 2rem;
}

#mobile-provider {
  display: block;
}

#form-result2 {
  margin-top: 0.5rem;
}

#form-result3 {
  margin-top: 5%;
}

#send-reminder-h1 {
  margin-bottom: 5%;
}

#phone-btn,
#submit-btn-reminder-form {
  padding: 1%;
  margin: auto;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}

input:disabled {
  /* background-color: #ccc; /* Change background color to gray */
  /* color: #666; Change text color to dark gray */
  cursor: not-allowed; /* Change cursor to 'not-allowed' */
  pointer-events: none !important;
  opacity: 0.6 !important; /* Reduce opacity to 60% */
}

#txt-msg-contents {
  background-color: #fff;
  height: fit-content;
  width: 75%;
  margin: auto;
  /* margin-top: 3%; */
}

#meeting-container,
#same-size {
  /* margin-top: 1%; */
  /* position: absolute; */
  /* height: 96%; /*92%*/
  width: 98% !important;
  margin-left: 1% !important;
  border: 5px solid gold !important; /*#ffc107*/ /* rgb(83, 82, 82); */
  background-color: rgb(83, 82, 82);
  border-radius: 10px;
}

#invite-div {
  background-color: black;
  color: gold;
  position: fixed;
  /* margin: 7% 0% auto 1%; */
  width: 50%;
  padding: 1%;
  border: 2px solid gold;
  z-index: 5;
  /* overflow: scroll; */
}

#invite-url {
  color: navy;
}

#close-btn {
  padding: 0 0.5% 0.5% 0.5%;
  font-size: large !important;
  color: #fff;
  background-color: red;
  border: 1px solid black;
}

#hide-sub-checkbox-label {
  padding: 2%;
}

#hide-sub-tooltip {
  padding: 10%;
}

#alert-checkbox,
#hide-invite-checkbox,
#hide-sub-checkbox,
#quick-meet-checkbox,
#share-screen-checkbox,
#stay-logged-in-checkbox,
#hide-sub-checkbox {
  transform: scale(1.5);
  opacity: 1;
  display: inline;
  position: static;
  pointer-events: all;
  vertical-align: middle;
}

#alert-checkbox-div {
  margin-top: 0.5rem;
}

#stay-logged-in-label {
  margin-right: 2%;
}

#stay-logged-in-checkbox {
  margin-bottom: 1%;
}

/* #hide-checkbox-div label input {
  display: inline;
} */

/* #launch-meeting-options div {
  margin: 5%;
} */

#or {
  margin: 0% 3%;
}

/* #meeting-settings {
  margin: 2% 0%;
} */

#quick-meet-tooltip {
  display: inline;
}

#quick-meet-checkbox,
#share-screen-checkbox,
#alert-checkbox {
  margin: 0% 5% 0% 1% !important;
}

#quick-meet-checkbox-div,
#share-checkbox-div {
  display: inline; /*contents*/
  margin: 2% 0%;
}

#invite-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 8%;
  margin-left: 5%;
  background-color: #000;
  color: gold; /*#ffc107; */
  padding: 1.5%;
}

#invite-btn2 {
  background-color: green;
  color: #fff;
  padding: 1.5%;
  margin-right: 1.5%;
}

#url-and-button {
  display: contents;
  column-gap: 2.5%;
  text-align: center;
  align-items: baseline;
  width: fit-content;
  margin: 5% auto 5% auto;
}

/* iframe {
  position: fixed;
} */

#same-size {
  position: absolute;
  z-index: -1;
}

/* TOGGLE SWITCH SLIDER  */
.switch {
  position: relative;
  /* display: inline-block; */
  padding-top: 2.5px;
  width: 60px !important;
  height: 30px !important;
  /* background-color: aqua; */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: relative; /* absolute; */
  cursor: pointer !important;
  /* top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  background-color: red; /*#ccc;*/
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  width: 100% !important;
}

.slider:before {
  position: absolute !important;
  content: "" !important;
  height: 25px !important;
  width: 25px !important;
  left: 0px !important; /* 4px */
  top: -3px !important; /* bottom: 4px */
  background-color: white; /* white;*/
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

input:checked + .slider {
  background-color: green; /*#2196f3;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3 !important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(34px) !important; /* 26px */
  -ms-transform: translateX(34px) !important; /* 26px */
  transform: translateX(34px) !important; /* 26px */
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px !important;
  width: 50px !important;
}

.slider.round:before {
  border-radius: 50% !important;
}

/* TOGGLE SWITCH SLIDER */

/* MEDIA QUERIES to follow... */
