.vwp-container * {
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}

#vwp-messages {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

#vwp-messages>div:first-child {
  margin-top: 0 !important;
}

#vwp-messages div {
  margin-right: 0;
  margin-left: 0;
}

#vwp-messages div p strong {
  font-weight: normal;
}

.vwp-notice {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.voco-logo {
  border-bottom: 1.5px solid rgba(131, 131, 131, 0.2);
  margin: 20px 15px 20px 0;
  padding-bottom: 10px;
}

.voco-button[value="Close"] {
  position: absolute;
  right: 10px;
  bottom: -10px;
}

.vwp-container {
  display: flex;
  margin-right: 10px;
  flex-direction: row;
}

.left-box {
  width: 70%;
  margin-right: 15px;
}

.left-box-inner {
  background: white;
  border-radius: 2px;
  box-shadow: 0 2px 10px -5px black;
}

.left-box-title {
  display: block;
  padding: 14px 16px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1.5px solid rgba(131, 131, 131, 0.2);
}

.left-box-content {
  display: flex;
  white-space: pre-line;
  line-height: 13px;
  font-size: 15px;
  padding: 14px 16px;
}

.right-box-inner {
  background: white;
  padding: 9px 0;
  box-shadow: 0 2px 10px -5px black;
  border-radius: 2px;
}

.title-bottom-hr {
  border-bottom: 1.5px solid rgba(131, 131, 131, 0.2);
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.right-box-title {
  font-size: 14px;
  padding: 0 13px;
}

.support-container {
  padding: 0 13px;
  white-space: pre-line;
  line-height: 13px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

#activate_vocowoocomerce_api {
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
  border-radius: 3px;
}

#activate-plugin-container {
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: flex-end;
}

.voco-button {
  width: 100px;
  height: 28px;
  background-color: #1075A0;
  border-radius: 6px;
  color: white;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 0px 6px -2px black;
}

.meter {
  height: 20px;
  position: relative;
  background: #e2e2e2;
  border-radius: 4px;
  padding: 1px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  width: 50%;
  white-space: normal;
  margin: auto;
  margin-right: 10px;
}

.meter>span {
  display: block;
  height: 100%;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.completed-message {
  font-size: 21px;
  display: block;
  padding: 0px 10px 15px 0;
  line-height: 25px;
  max-width: 730px;
}

.logviewer_container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#logviewer {
  display: block;
  position: fixed;
  top: 7%;
  left: 15%;
  z-index: 9999;
  width: 1080px;
  height: 700px;
  max-height: 80%;
  max-width: 80%;
  background: white;
  box-shadow: 0 0 15px -5px black;
  border-radius: 3px;
  border: 25px solid rgba(0, 0, 0, 0.03);
}

#logviewer .log_container {
  display: block;
  height: 100%;
  width: 100%;
  overflow: auto !important;
  margin: 0;
  margin-bottom: 9px;
}

#logviewer pre {
  margin: 0;
  padding-bottom: 20px;
}

.status_container {
  margin-left: auto;
  min-width: 40%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  align-items: flex-end;
}

.left_box_buttons_containes {
  display: flex;
  margin-top: 10px;
}

#voco_env_url {
  min-width: 150px;
  height: 32px;
}

.loader {
  display: none;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  border-color: #fff transparent transparent transparent;
}

.animate {
  display: flex;
}

.animate div {
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767px) { 
  .vwp-container {
    flex-direction: column;
  }
  
  .left-box {
    width: 100%;
  }

  .right-box {
    width: 100%;
    margin-top: 15px;
  }
  
  .left-box-content {
    flex-direction: column;
  }

  .status_container {
    margin-left: 0;
  }

  .meter {
    width: calc(100% - 140px);
  }
}