/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .insert-guten-dash-media-button {
    margin-left: 12px;
  }

 .insert-guten-dash-media-button + button {
   display: none;
  }
 
 .dash-dedam-auth label {
   display: block;
   padding: 10px 0;
  }
 
 .dash-dedam-auth input {
   display: block;
  }

  .dash-dedam-auth .button {
   margin-top: 20px;
  }

  .dash-upload-ui {
    margin-bottom: 60px;
  }

  .media-modal-content .dash-upload-ui {
    display: none; /* hide dash upload-ui in media frame context */
  }

  .dash-upload-ui .notice {
    margin-top: 30px;
  }

  .lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }

  .lds-hourglass--loading {
    display: none;
    margin: 0 auto;
  }

  .dash-is-loading .lds-hourglass {
    display: block;
  }

  .dash-is-loading .insert-dash-media-button {
    display: none;
  }

  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #cef transparent #cef transparent;
    animation: lds-hourglass 1.2s infinite;
  }

  .wp-core-ui .button.button-danger {
    color: #d63638;
    border-color: #d63638;
  }

  .u-dash-text-align-center {
    text-align: center;
  }

  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
}
