  .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
      }

      .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;        
        color: #818181;
        display: block;
        transition: 0.3s;
      }

      .sidebar a:hover {
        color: #f1f1f1;
      }

      .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      }

      .openbtn {        
        cursor: pointer;
        background-color: white;        
        padding: 10px 15px;
        border: none;
      }

      .openbtn:hover {
        background-color: #444;
      }

      #main {
        transition: margin-left 0.5s;
        padding: 16px;
      }
      .adsDiv {        
        position: relative;
        justify-content: space-around;
        align-content: center;
        align-items: center;
        cursor: pointer;
        top: 5%;
      }

      /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
      @media screen and (max-height: 450px) {
        .sidebar {
          padding-top: 15px;
        }
        .sidebar a {
          font-size: 18px;
        }
      }
	  

.trcw {
        border: 1px solid black;
        height: 100%;
      }
       
.disable-dbl-tap-zoom {
       touch-action: manipulation;
      }

.base {
	margin-top:10px;
    border-radius: 10px;
    background: #272B2C;
    width: 525px;
    height: auto;
    flex-direction: column;    
    box-shadow: 0px 40px 45px rgba(0, 0, 0, .4);
}
.basemovil {
	margin-top:10px;
    border-radius: 10px;
    background: #272B2C;
    width: 100%;
    height: auto;
    flex-direction: column;    
    box-shadow: 0px 40px 45px rgba(0, 0, 0, .4);
}

.divmsg{
	border: solid 1px green;
    padding: 5px;
    border-radius: 10px;
    background-color: blanchedalmond;
}
.spanmsg{
	text-align: center;
    display: block;
}



.active, .accordion:hover {
  background-color: #ccc;
}

 .center-screen {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 100vh;
    }

 .notice {
        border-radius: 10px;
        box-shadow: 0px 40px 45px rgba(0, 0, 0, .4);
        color: black;
        font-family: monospace;            
    }
   
    .noticeSeen {
        border-radius: 10px;       
        color: black;
        font-family: monospace;        
    }
.center {
    margin: auto;
    width: 50%;
    margin-top:5px;    
  }