
.w3-container,
.w3-panel {
      padding: 0.01em 16px
}

.w3-modal {
      z-index: 8;
      display: none;
      padding-top: 100px;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      /* background-color: rgb(0, 0, 0); */
      background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
      margin: auto;
      background-color: #fff;
      position: fixed;
      padding: 0;
      outline: 0;
      width: fit-content;
      max-width: 70%;
      min-width: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      border: 1px solid #636363;
      border-radius: 10px;
}

.w3-button {
      border: none;
      display: inline-block;
      padding: 2px 5px;
      vertical-align: middle;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      background-color: inherit;
      text-align: center;
      cursor: pointer;
      white-space: nowrap;
      font-size: 20px;
}

/* .w3-button {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
} */

.w3-disabled,
.w3-button:disabled {
      cursor: not-allowed;
      opacity: 0.3
}

.w3-disabled *,
:disabled * {
      pointer-events: none
}

.w3-display-topright {
      position: absolute;
      right: 0;
      top: 0
}
.w3-button:hover {
      color: #000 !important;
      background-color: #ccc !important
}


