@import 'checkbox';

@keyframes keeprotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.toplevel_page_backup-bolt #wpwrap {
  background: #fff !important;
}

div#babo-wrapper {
  width: 95%;
  margin: 60px auto;
}

.babo-sub-wrapper {
  padding: 20px;
  background: #fff;
  // box-shadow: 0px 0px 25px #e4e4e4;
}

div#babo-form-wrapper {
  text-align: center;
  margin: 20px 0;
}

div#babo-log {
  margin-top: 40px;
  font-size: 24px;
  line-height: 35px;
  color: #666;
  transition: all 0.5s ease;
  text-transform: uppercase;

  &.running {
    background: #f5f5f5;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #eee;
    font-size: 15px;
    text-align: left;
    padding: 20px;
  }

}

button#babo-backup-now,
#babo-start-backup {
  margin-top: 30px;
  font-size: 24px;
  padding: 12px 25px;
  line-height: 1.5em;
  border: none;
  background: #FF5722;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;

  &.active {
    background: #888 !important;
    cursor: no-drop;
  }
}

div#babo-submit-wrapper {
  text-align: center;
}

button#babo-backup-now .dashicons,
#babo-confirm-backup-start .dashicons {
  margin: 2px 15px 0 5px;
  transform: scale(1.5);
}

#babo-abort-backup {
  margin-top: 30px;
  font-size: 24px;
  padding: 12px 25px;
  line-height: 1.5em;
  border: none;
  background: #ccc;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

button#babo-backup-now:hover,
#babo-start-backup:hover {
  background: #FF5722;
}

.babo-checkboxes span.babolecheck {
  min-width: 250px;
}

#babo-form-wrapper .dashicons-update {
  font-size: 30px;
  width: 0px;
  overflow: hidden;
  height: 40px;
  transform-origin: center;
  animation: keeprotating 1s linear infinite forwards;
  line-height: 40px;
  transition: all 0.5s ease;
}

.babo-rotate {
  transform-origin: center;
  animation: keeprotating 1s linear infinite forwards;
}

#babo-confirm-backup-start {
  display: none;
}

.babo-checkboxes {
  width: 50%;
}

div#babo-form-wrapper {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.babo-checkboxes div {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 20px;
}

span.babolecheck {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

div#babo-form-wrapper h3 {
  background: #eee;
  margin-top: 0;
  padding: 25px 0;
}

.babo-checkboxes.babo-full-wp h3 {
  background: #FF5722 !important;
  color: #fff;
}

.babo-checkboxes:not(.babo-full-wp) {
  border-right: 1px solid #ddd;
}

p.babo-last-backup a {
  color: #ff5722;
  font-weight: bold;
}

div#babo-logo-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

/** 1.1.3 **/

.babo-review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.babo-review-box p {
  font-size: 16px;
  margin-top: 0;
  padding: 2px 0;
}

.babo-review-box strong {
  font-size: 17px;
  margin: 7px 0 5px;
  display: block;
}

.babo-review-box img {
  border-radius: 50%;
}

.babo-review-box img {
  float: left;
  margin-right: 10px;
  max-width: 60px;
}

.babo-admin-review {
  padding: 10px 15px 15px;
}

a.baborevbtn {
  background: #eee;
  text-decoration: none;
  padding: 7px 13px;
  margin-right: 7px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
}

a.babo-lets-review.baborevbtn {
  background: #0073aa;
  color: #fff;
}