body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    /* background-image: radial-gradient( circle farthest-corner at 22.4% 21.7%,  rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% ); */
    background-image: radial-gradient( circle 827px at 47.3% 48%,  rgba(255,255,255,1) 0%, rgba(180,192,216,1) 90% );
    
}
.main-area{
    position: absolute;
    top: 91px;
    bottom:0px;
    width: 100%;
    overflow-y: scroll;
    padding: 0;
}

.panel{
    margin: 10px;
    background: #f1f1f1;
    /* position: relative;
    display: flex;
    justify-content: center; */
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

#menu{
    align-items: center;
}

#cargando{
    text-align: center;
    align-items: center;
    font-size: 38px;
    color: rgb(102, 102, 102);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #45ADE9;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #45ADE9 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

video::-webkit-media-controls {
  display: none;
}