
.vmwbmdp-tab-general .form-table tr:nth-child(4) {
  border-bottom: 1px solid #ccc; }
  .vmwbmdp-tab-general .form-table tr:nth-child(4) td,
  .vmwbmdp-tab-general .form-table tr:nth-child(4) th {
    padding-bottom: 32px; }

.vmwbmdp-tab-general .form-table tr:nth-child(3) td,
.vmwbmdp-tab-general .form-table tr:nth-child(3) th, .vmwbmdp-tab-general .form-table tr:nth-child(5) td,
.vmwbmdp-tab-general .form-table tr:nth-child(5) th {
  padding-top: 42px; }
  .vmwbmdp-tab-general .form-table tr:nth-child(3) td .mdc-text-field-helper-line,
  .vmwbmdp-tab-general .form-table tr:nth-child(3) th .mdc-text-field-helper-line, .vmwbmdp-tab-general .form-table tr:nth-child(5) td .mdc-text-field-helper-line,
  .vmwbmdp-tab-general .form-table tr:nth-child(5) th .mdc-text-field-helper-line {
    padding-left: 52px; }

.vmwbmdp-tab-general .form-table tr:nth-last-child(1) .mdc-text-field-helper-line {
  padding-left: 52px; }

.vmwbmdp-tab-general .form-table tr:nth-child(4), .vmwbmdp-tab-general .form-table tr:nth-child(6), .vmwbmdp-tab-general .form-table tr:nth-child(7), .vmwbmdp-tab-general .form-table tr:nth-child(8) {
  display: none; }

.vmwbmdp-tab-floatbutton .form-table tr:nth-child(1) th,
.vmwbmdp-tab-floatbutton .form-table tr:nth-child(1) td {
  padding-top: 24px; }

.vmwbmdp-tab-floatbutton .form-table tr:nth-child(1) th,
.vmwbmdp-tab-floatbutton .form-table tr:nth-child(1) td, .vmwbmdp-tab-floatbutton .form-table tr:nth-child(7) th,
.vmwbmdp-tab-floatbutton .form-table tr:nth-child(7) td, .vmwbmdp-tab-floatbutton .form-table tr:nth-child(14) th,
.vmwbmdp-tab-floatbutton .form-table tr:nth-child(14) td {
  padding-bottom: 32px; }

.vmwbmdp-tab-floatbutton .form-table tr:nth-child(2), .vmwbmdp-tab-floatbutton .form-table tr:nth-child(8), .vmwbmdp-tab-floatbutton .form-table tr:nth-child(15) {
  border-top: 1px solid #ccc; }
  .vmwbmdp-tab-floatbutton .form-table tr:nth-child(2) th, .vmwbmdp-tab-floatbutton .form-table tr:nth-child(8) th, .vmwbmdp-tab-floatbutton .form-table tr:nth-child(15) th {
    padding-top: 48px; }
  .vmwbmdp-tab-floatbutton .form-table tr:nth-child(2) td, .vmwbmdp-tab-floatbutton .form-table tr:nth-child(8) td, .vmwbmdp-tab-floatbutton .form-table tr:nth-child(15) td {
    padding-top: 32px; }

.vmwbmdp-upload div {
  display: flex;
  align-items: center; }
  .vmwbmdp-upload div .vmwbmdp-key-file-name {
    margin-left: 16px;
    font-weight: bold; }

.vmwbmdp-upload button {
  height: 54px;
  padding: 0 16px;
  font-size: .9rem;
  border-radius: 8px; }

.vmwbmdp-tab-messages .form-table tr {
  border-top: 1px solid #ccc; }
  .vmwbmdp-tab-messages .form-table tr th,
  .vmwbmdp-tab-messages .form-table tr td {
    padding-bottom: 32px;
    padding-top: 32px; }

#vmwbmdp-api-key-drop-zone {
  border: 2px dashed #d3d7db;
  border-radius: 8px;
  text-align: center;
  color: #a5a5a5;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 80px;
  transition: 1s; }
  #vmwbmdp-api-key-drop-zone:hover {
    height: 160px;
    transition: 1s;
    border: 2px dashed #51a7fd; }
  #vmwbmdp-api-key-drop-zone.vmwbmdp-key-uploaded {
    width: 100%;
    height: 80px;
    padding: 0;
    border: 1px solid #d3d7db;
    transition: 1s;
    color: #0274e6;
    -webkit-font-smoothing: antialiased; }
    #vmwbmdp-api-key-drop-zone.vmwbmdp-key-uploaded .vmwbmdp-drop-zone-hover {
      display: none;
      opacity: 0;
      color: #aaaaaa;
      width: 100%;
      font-size: 13px;
      margin-top: 12px;
      transition: 1s; }
    #vmwbmdp-api-key-drop-zone.vmwbmdp-key-uploaded:hover, #vmwbmdp-api-key-drop-zone.vmwbmdp-key-uploaded:focus {
      width: 100%;
      height: 160px;
      border: 2px dashed #51a7fd;
      justify-content: center;
      justify-items: center;
      color: #aaaaaa; }
      #vmwbmdp-api-key-drop-zone.vmwbmdp-key-uploaded:hover .vmwbmdp-drop-zone-hover, #vmwbmdp-api-key-drop-zone.vmwbmdp-key-uploaded:focus .vmwbmdp-drop-zone-hover {
        display: block;
        opacity: 1; }
  #vmwbmdp-api-key-drop-zone.vmwbmdp-hover {
    width: 100%;
    height: 200px;
    border: 2px dashed #d3d7db;
    transition: 1s;
    color: #aaaaaa;
    align-items: center;
    justify-content: center; }
    #vmwbmdp-api-key-drop-zone.vmwbmdp-hover .vmwbmdp-drop-zone-hover {
      display: block;
      opacity: 1; }
  #vmwbmdp-api-key-drop-zone.vmwbmdp-busy {
    pointer-events: none; }
    #vmwbmdp-api-key-drop-zone.vmwbmdp-busy:before {
      content: '';
      display: block;
      position: absolute;
      left: -2px;
      top: -2px;
      bottom: -2px;
      right: -2px;
      background: #fff;
      opacity: 0.7;
      z-index: 1; }
    #vmwbmdp-api-key-drop-zone.vmwbmdp-busy:after {
      content: 'refresh';
      font-size: 22px;
      color: rgba(10, 33, 56, 0.6);
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 22px;
      height: 22px;
      margin-left: -11px;
      margin-top: -11px;
      z-index: 1;
      -webkit-animation: vmwbmdp-rotate 2s infinite linear;
              animation: vmwbmdp-rotate 2s infinite linear; }

.vmwbmdp-dnd .material-icons {
  margin: 0 8px 0 16px;
  font-size: 18px; }

.vmwbmdp-dnd .vmwbmdp-messages {
  font-size: 12px; }
  .vmwbmdp-dnd .vmwbmdp-messages.vmwbmdp-error {
    color: #ff495c; }
  .vmwbmdp-dnd .vmwbmdp-messages.mdc-text-field-helper-line {
    display: block; }

.vmwbmdp-spin .material-icons {
  -webkit-animation: vmwbmdp-rotate 2s infinite linear;
          animation: vmwbmdp-rotate 2s infinite linear; }

@-webkit-keyframes vmwbmdp-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(359deg); } }

@keyframes vmwbmdp-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(359deg); } }
