.background.menu.height {

    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available;
  
  }

  .text-field.copy-link:disabled {
    color: #000 !important;
    opacity: 100% !important;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    font-stretch: 1.5px;
  }


  .body {
  
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .body:focus {
    outline: none !important;
  }

