
* {
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    font-family: mr-eaves-mod Arial, Helvetica, sans-serif;
  }
  :root {
    --l: #e2e2e2;
    --d: #000200;
    --p: #5471b4;
    --w: #d67e1e;
    --s: #c08f54;
    --g: #353535;
    --radius: 8px;
    --shadow: var(--shadow);
    --border: 2px solid var(--s);
  }
  @tailwind base;
  @tailwind components;
  @tailwind utilities;
  .hidden {
  display: none!important;
  }
  #popup #hold {
    position: fixed;
      top: 0;
      left: 0;
      min-height: 100vh;
      z-index: 100;
      background-color: var(--d);
      color: var(--l);
      box-shadow: var(--shadow);
  }
  .popupClose {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 101;
  }
  .light {
    color: var(--l);
  }
  .warn {
    color: var(--w)!important;
  }
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  body::-webkit-scrollbar{
    display: none!important;  
  }
  #app {
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #app::-webkit-scrollbar{
    display: none!important;  
  }
  custom-logo {
    cursor: 'pointer'
  }
  .popOut {
    animation: slidedown 300ms ease-in;
  }
  .curPage {
    font-size: .9rem;
    font-weight: 800;
    color: var(--s);
  }
  .customerName {
    cursor: pointer;
  }
  .app {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .app::-webkit-scrollbar{
    display: none!important;  
  }
  #mainhead {
    font-size: 3rem;
  }
  .App-logo {
    position: fixed;
    max-width: 30%;
    pointer-events: none;
    animation: fadeup 1.4s ease;
    transition: 600ms ease-out;
  }
  .b1 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .b2 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .c1 {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    grid-gap: 10px;
    height: auto;
    max-height: none;
  }
  .c2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    grid-gap: 10px;
    height: auto;
    max-height: none;
  }
  .c3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    grid-gap: 10px;
    height: auto;
    max-height: none;
  }
  .fifty {
    max-width: 50%;
  }
  .jsb {
    justify-content: space-between;
  }
  #foot {
    justify-content: flex-end;
    align-items: flex-end;
    background-color: var(--d);
    padding: 10px 0;
    border-top: var(--border);
    box-shadow: var(--shadow);
  }
  .pa {
    margin: 20px 0;
  }
  a {
    text-decoration: none!important;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    transition: 250ms ease;
  }
  span {
    cursor: default;
  }
  input {
    border-radius: var(--radius);
    font-size: 1.1rem;
  }
  .h1 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    margin: 10px;
    padding: 0;
    width: 100%;
  }
  button {
    border-radius: var(--radius);
    background-color: var(--d);
    border: var(--border);
    color: var(--l);
    font-size: 1rem;
    font-weight: 800;
    margin: 5px;
    padding: 8px 10px;
    cursor: pointer;
    transition: 300ms ease-in;
    width: auto;
  }
  button:hover {
    transition: 250ms ease-out;
    border: 2px solid var(--p);
    background-color: var(--g);
  }
  .float button {
    min-width: 25%;
  }
  .jc {
    justify-self: center;
    align-self: center;
  }
  .footlink {
    font-weight: 800;
    padding: 5px;
    margin: 10px;
    color: var(--l);
  }
  #foot a:hover {
    transition: 300ms ease;
    color: var(--p);
  }
  .meg {
    max-width: 100%;
    border-radius: var(--radius);
  }
  h1 {
    font-size: 1.8rem;
    font-weight: 800;
    padding: 10px;
    margin: 10px 0;
    cursor: default;
  }
  h2 {
    font-size: 1.1rem;
    font-weight: 800;
    padding: 10px;
    margin: 5px 0;
    cursor: default;
  }
  h3 {
    font-size: 1rem;
    font-weight: 800;
    padding: 10px;
    margin: 5px 0;
    cursor: default;
  }
  p {
    font-size: 1rem;
    font-weight: 400;
    padding: 20px;
    cursor: default;
  }
  .App-header {
    background-color: var(--d);
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .movelogo {
    position: absolute;
    top: 2%;
    left: 2%;
    max-width: 8%;
    transition: 300ms ease-out;
    animation: fadedown 300ms ease;
  }
  .fadeInText1 {
    color: var(--l);
    animation: fadein 1s ease;
  }
  .ifrholder {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000504;
    z-index: 9999;
  }
  .ifrholder::-webkit-scrollbar{
    display: none!important;
  }
  .iHoldFrame {
    all: initial!important;
  }
  .ifrclose {
    position: fixed;
    text-align: center;
    background-color: var(--s);
    text-shadow: 1px 1px 3px #000504;
    box-shadow: 0px 0px 5px #00000060;
  
    width: 100%;
    left: 0;
    z-index: 10000;
    font-size: 1rem;
    color: var(--l);
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 800;
    border-radius: 100px;
    cursor: pointer;
    transition: 300ms;
  }
  .ifrclose:hover {
    background-color: #000504;
    transition: 200ms;
  }
  #ifr {
    max-width: 100%!important;
    width: 100%!important;
    height: 100%!important;
    max-height: 90vh!important;
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    background-color: white;
    border: 3px var(--l) solid;
  }
  #ifr::-webkit-scrollbar{
    display: none!important;
  }
  .slideowner {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 95%;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    width: 95%;
  }
  .slider {
    display: grid;
    max-width: 100%;
    width: 100%;
    grid-gap: 20px;
    margin: 10px 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .slider::-webkit-scrollbar {
    display: none!important;
  }
  .l {
    color: var(--l);
  }
  .slide {
   background-color: var(--l);
   border-radius: var(--radius);
   border: 2px solid var(--p);
  }
  .cardFlip {
    animation: cardflip 650ms ease-out;
  }
  .arrow {
    position: absolute;
    max-width: 40px;
    transition: 100ms;
    cursor: pointer;
    z-index: 20;
  }
  .down {
    transform: rotate(-90deg);
    bottom: 20px;
  }
  .left {
    left: 20px;
    bottom: 50px;
  }
  .right {
    transform: rotate(180deg);
    right: 20px;
    bottom: 50px;
  }
  .arrow:hover {
    transition: 230ms;
    filter: saturate(0);
  }
  .close {
    position: fixed;
    top: 2%;
    right: 2%;
  }
  .rel {
    position: relative;
  }
  .transition {
    transition: 300ms ease;
  }
  .poppedsearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    background-color: var(--d);
  }
  #adminNav {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 5fr;
    grid-template-rows: 1fr;
    background-color: var(--d);
    border-bottom: 1px solid var(--s);
    box-shadow: var(--shadow);
  }
  .navbut {
    padding: 4px 6px;
    max-width: 100%;
  
    border-radius: 0;
    width: 100%;
    font-size: .9rem;
  }
  .activebut {
    background-color: var(--g);
  }
  .activebut:hover {
    background-color: var(--g);
    border: var(--border);
  }
  .comeslow {
    animation: fadelate 1.8s cubic-bezier(0.55, 0.055, 0.25, 0.65);
  }
  .fadebut {
    animation: fadebut 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #video-conference {
    color: var(--l);
  }
  #close {
    justify-self: flex-end;
  }
  .float {
    position: fixed;
    top: 0;
    left: 0;
    max-height: 100vh;
    min-height: 50vh;
    height: auto;
    overflow-y: scroll;
    background-color: var(--d);
    border: var(--border);
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    align-items: center;
    width: 100%;
    max-width: 100%;
    color: var(--l);
    z-index: 10;
    box-shadow: var(--shadow);
  }
  #contact {
    padding: 20px;
    width: auto;
    max-width: 90%;
  }
  .slideIMG {
    max-width: 60%;
  }
  .customer {
    margin: 30px 0;
    max-width: 100%;
    padding: 30px;
    background-color: var(--g);
    border: var(--border);
    border-left: none;
    border-right: none;
  }
  .agreementDiv {
    margin: 10px 0;
    border: var(--border);
    box-shadow: var(--shadow);
    width: auto;
    max-width: 100%;
    padding: 20px;
    min-width: 50%;
    border-radius: var(--radius);
  }
  .agreementDiv p {
    font-weight: 800;
  }
  #notetaker {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 25vh;
    max-width: 100%;
    background-color: var(--d);
    color: var(--l);
    border-top: var(--border);
    box-shadow: var(--shadow);
  }
  #callSchedule .b1 {
    margin: 10px 0;
  }
  #callschedule {
    color: var(--l);
  }
  #callSchedule {
    color: var(--l);
  }
  .C344 {
    cursor: pointer;
  }
  .C444 {
    border: 1px solid var(--s);
    padding: 7px;
    max-width: 100%;
    font-weight: 800;
  }
  .pickcall {
    border: var(--border);
    background-color: var(--g);
    color: var(--l);
    padding: 20px;
    max-width: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 10vh;
    align-items: center;
    justify-content: flex-start;
    margin: 3px 0;
  }
  .callavailable span {
    color: var(--l);
    background-color: var(--d);
    border: 1px solid var(--s);
    box-shadow: var(--shadow);
    font-weight: 800;
    padding: 2px;
  }
  .callunavailable {
    background-color: var(--g);
    color: var(--p);
    border: 2px solid var(--l);
  }
  .selectedpickcall {
    background-color: var(--p);
    color: var(--l);
  }
  .selectedpickcall span {
    color: yellowgreen;
  }
  #selectacall {
    max-height: 80vh;
    overflow-y: scroll;
    margin: 10px 0;
    border: var(--border);
    background-color: var(--d);
    border-radius: var(--radius);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4px;
  }
  .selectedMonthCalendar {
    background-color: var(--g);
    color: var(--l);
    border: var(--border);
  }
  .todaysDateCalendar {
    color: var(--l);
    background-color: var(--p);
    border: 2px solid var(--p);
  }
  #sendemail {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 60vh;
    max-height: 100vh;
    overflow-x: hidden;
    max-width: 100%;
    background-color: var(--d);
    color: var(--l);
    border-top: var(--border);
    box-shadow: var(--shadow);
  }
  #addService {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 60vh;
    max-height: 100vh;
    overflow-x: hidden;
    max-width: 100%;
    background-color: var(--d);
    color: var(--l);
    border-top: var(--border);
    box-shadow: var(--shadow);
  }
  .wrap {
    flex-wrap: wrap;
  }
  textarea {
    border: var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    max-width: 100%;
    min-width: 50%;
  }
  #sendemail textarea {
    min-height: 50vh;
  }
  idm-logo {
    animation: fadelate 500ms ease-out;
  }
  #buttonRight {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 33%;
    max-height: 60vh;
    display: inline-flex;
    flex-direction: column;
    padding: 10px;
  
  }
  .expansion {
    max-width: 100%;
    padding: 5px;
    animation: slideup 300ms ease-out;
    background-color: var(--d);
    border: var(--s) 2px solid;
    box-shadow: var(--shadow);
    border-top-left-radius: var(--radius);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .plus {
    animation: slidedown 250ms ease-out;
  font-size: 2rem;
  font-weight: 800;
  background-color: var(--d);
  padding: 5px 10px;
  border-radius: 100px;
  box-shadow: var(--shadow);
  border: var(--border);
  transition: 100ms ease;
  }
  .plus:hover {
  background-color: var(--s);
  }
  @media screen and (min-width: 1080px) {
    #contact {
      max-width: 60%;
    }
    .app {
      max-width: 90%;
      padding: 0 5%;
      width: auto;
    }
    .ifrclose {
      top: 0;
    }
  }
  @media screen and (max-width: 1080px) {
    .ifrclose {
      bottom: 0;
    }
    .c3 {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (min-width: 650px) {
  
  }
  @media screen and (max-width: 650px) {
    #mainhead {
      font-size: 1.8rem;
    }
    .c3 {
      grid-template-columns: 1fr;
    }
    .c2 {
      grid-template-columns: 1fr;
    }
    #contact {
      max-width: 80%;
    }
    .arrow {
      max-width: 40px;
    }
  }
  @keyframes slidedown {
    from {
      transform: scaleY(0) translateY(-100px);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    to {
      transform: scaleY(1) translateY(0);
    }
  }
  @keyframes fadeup {
    from {
      transform: translateY(300px) scale(.8,.8);
      opacity: 0;
    }
    40% {
      opacity: .4;
    }
    50% {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translateY(-100vh);
    }
  }
  @keyframes fadedown {
    from {
      transform: translateY(-300px) scale(.8,.8);
      opacity: 0;
    }
    40% {
      opacity: .4;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      transform: translateY(300px) scale(.8,.8);
      opacity: 0;
    }
    80% {
      opacity: .4;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fadelate {
    from {
      opacity: 0;
    }
    50% {
      opacity: .1;
    }
    90% {
      opacity: .8;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadebut {
    from {
      opacity: 0;
      transform: scale(0,0);
    }
    to {
      transform: scale(1,1);
      opacity: 1;
    }
  }
  @keyframes cardflip {
    from {
      border: 2px solid var(--p);
    }
    50% {
      border: 8px solid var(--s);
    }
    to {
      border: 2px solid var(--p);
    }
  }
  video {
    border: 2px solid var(--s);
    border-radius: 12px;
    box-shadow: 1px 2px 3px #00000040;
    max-width: 80%;
    max-height: 65vh;
  }
  #THEVIDEO {
    max-width: 40%;
    min-width: 10%;
    max-height: 60vh;
    width: auto;
    position: fixed;
    top: 5px;
    left: 5px;
    background-color: var(--d);
    color: var(--l);
    border-radius: 12px;
    box-shadow: 1px 2px 3px #00000040;
    border: 2px solid var(--s);
    overflow: hidden;
  }
  #THESCREEN {
    max-width: 50%;
    min-width: 10%;
    max-height: 40vh;
    width: auto;
    position: fixed;
    top: 5px;
    left: 5px;
    background-color: var(--d);
    color: var(--l);
    border-radius: 12px;
    box-shadow: 1px 2px 3px #00000040;
    border: 2px solid var(--s);
    overflow: hidden;
  }
  #flash {
    color: var(--light);
  }
  .peer {
    max-width: 100%;
    padding: 5px;
    border: 2px solid var(--s);
    background-color: var(--g);
    border-radius: 12px;
    transition: 300ms ease-in;
    width: auto!important;
    min-width: 40%;
  }
  .peer video {
    transition: 300ms ease-in;
  }
  .peer button {
    font-size: .8rem;
    transition: 300ms ease-in;
  }
  .peer:hover {
    transition: 300ms ease-out;
    border: 3px solid var(--p);
  }
  .peer:hover video {
    transition: 300ms ease-out;
    border: 3px solid var(--p);
  }
  .peer:hover button {
    transition: 300ms ease-out;
    border: 3px solid var(--p);
  }
  #video-conference {
    min-height: 90vh;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 20px 10%;
  }
  #video-conference-container {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 10px;
  }
  #uvieo {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  #user-video {
    max-height: 30vh;
    justify-self: center;
    margin: 5px;
  }
  #streamingnotif {
    font-size: .6rem;
    font-weight: 800;
    color: var(--l);
    text-shadow: 1px 2px 3px #00000040;
  }
  #mutetog button {
    font-size: .6rem;
    padding: 3px;
  }
  #video {
  border-radius: 0;
  border: none;
  }
  #wssstatus {
    position: fixed;
    bottom: 3px;
    right: 3px;
    font-weight: 800;
    font-size: 1rem;
    text-align: right;
    margin: 0;
    max-width: 50%;
  }
  #rooms {
  max-width: 100%;
  max-height: 82vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  }
  .signupSpan {
    cursor: pointer;
    transition: 400ms ease;
  }
  .signupSpan:hover {
    color: var(--s);
  }
  button {
    cursor: pointer;
  }
  .room {
  font-size: 1.2rem;
  margin: 10px 0;
  padding: 5px;
  border: 2px solid var(--s);
  }
  #peer-toggles {
  position: fixed;
  bottom: 5px;
  left: 5px;
  max-width: 50%;
  z-index: 1;
  }
  #peer-toggles .b2 {
  justify-content: flex-start!important;
  align-items: flex-start!important;
  }
  .peerToggle {
  font-size: .8rem;
  padding: 3px;
  margin: 3px;
  border: 1px solid var(--s);
  border-radius: 100px;
  }
  @media screen and (max-width: 1080px) {
    #video-conference {
        padding: 20px 0;
    }
  }
  