 html { 
      overflow: auto; 
    }
    input::-moz-placeholder {
        opacity: 1 !important;
    }
    input[type=checkbox] {
      width: 20px;
      height: 20px;
    }

    textarea {
      resize: none;
    }

    .nested.dropdown {
      &:hover > .dropdown-menu {
        display: block;
      }
      .dropdown-menu {
        top: -15px;
        margin-left: 100%;
      }
      .dropdown-trigger {
        button {
          padding: 0px 0px;
          border: 0px;
          font-size: 14px;
          font-weight: 400;
          height: 2em;
        }
      }
    }

    .modal {
       z-index: 9000;
    }

    .js-top-modal {
      z-index: 9001;
    }

    .js-low-modal {
      z-index: 8000;
    }
    
    @media screen and (min-width: 1024px) {
      .modal-content,
      .modal-card {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 800px !important;
      }
    }