/* ../scss/admin/template-kit-export-admin.scss */
.toplevel_page_envato-export-template-kit .envato-tk-export-wrap {
  background: #fff;
  margin: 0 0 0 -20px;
}
.toplevel_page_envato-export-template-kit .envato-tk-notice {
  text-align: left;
  padding: 0 30px;
}
.toplevel_page_envato-export-template-kit .envato-tk-export-header {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
}
.toplevel_page_envato-export-template-kit .envato-tk-export-header .envato-tk-export-icon svg {
  width: 40px;
  height: 40px;
}
.toplevel_page_envato-export-template-kit .envato-tk-export-header p {
  margin-bottom: 0;
}
.toplevel_page_envato-export-template-kit .inner-col {
  padding: 18px 18px 40px;
}
.toplevel_page_envato-export-template-kit .inner-col select,
.toplevel_page_envato-export-template-kit .inner-col input[type=text] {
  width: 100%;
}
.toplevel_page_envato-export-template-kit .tk-button {
  background: #0085BA;
  border: 1px solid #00648C;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  padding: 0 18px;
  height: 40px;
}
.toplevel_page_envato-export-template-kit .tk-button:hover {
  background: #0071a1;
  border-color: #0071a1;
}
.toplevel_page_envato-export-template-kit .tk-error {
  background: #fff;
  border: 1px solid #ccd0d4;
  border-left-color: #dc3232;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 1px 12px;
  margin-bottom: 10px;
}
.envato-tk__guidelines {
  background: #fff;
  border: 1px solid #e0e5e9;
  margin-top: 30px;
  flex: 0 0 28%;
}
.envato-tk__tabset {
  background: #f9f9f9;
  border-top: 1px solid #f1f1f1;
  display: flex;
}
.envato-tk__tab {
  border-right: 1px solid #e0e5e9;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding: 17px 30px 14px;
  text-decoration: none;
}
.envato-tk__tab:focus,
.envato-tk__tab:active {
  outline: none;
  box-shadow: none;
}
.envato-tk__tab--current {
  border-bottom: 2px solid #837E7E;
}
.envato-tk__tab-panel {
  background: #f1f1f1;
  border-top: 1px solid #e0e5e9;
  color: #000;
  padding: 0 30px;
  overflow: hidden;
}
.envato-tk__tab-panel .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.envato-tk__tab-panel .container .col {
  background: #fff;
  border: 1px solid #e0e5e9;
  margin-top: 30px;
  flex: 0 0 28%;
}
.envato-tk__tab-panel .next-wrapper {
  display: block;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: right;
  width: 100%;
}
.col-title {
  padding: 18px;
}
.col-title {
  border-bottom: 1px solid #e0e5e9;
  margin: 0;
  padding-bottom: 18px;
}
.tk-plugins .tk-error {
  padding-left: 20px;
}
.tk-health .dashicons-yes::before {
  color: #82b541;
}
.tk-health .update-plugin {
  list-style: disc;
  padding-left: 15px;
}
.plugin,
.health {
  margin-bottom: 15px;
}
.templates {
  display: flex;
  flex-direction: column;
}
.templates .screenshot {
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #e2e4e7;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.templates .screenshot .upload-image {
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(204, 204, 204, 0.5);
  border-radius: 3px;
  cursor: pointer;
  padding: 4px 12px;
  width: 160px;
  text-align: center;
  opacity: 0.5;
}
.templates .screenshot .upload-image:hover {
  opacity: 1;
}
.templates .post-title,
.templates .template-select {
  margin-bottom: 10px;
}
.templates p {
  margin-top: 0;
}
.envato-tk__additional-template-information {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #efefef;
}
.envato-tk__additional-template-information p {
  margin: 0;
  padding: 0;
}
.envato-tk__image-data {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.envato-tk__image-data-label {
  flex: 0 0 180px;
}
input.envato-tk__image-data-input,
select.envato-tk__image-data-input {
  flex: 0 0 350px;
  border-color: #ccd0d4;
}
.zip-wrapper {
  background: #fff;
  border: 1px solid #e0e5e9;
  margin: 50px auto;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  max-width: 660px;
}
.zip-wrapper p {
  margin-bottom: 0;
}
.zip {
  display: inline-block;
  line-height: 36px;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}
.markup-wrapper {
  background: #fff;
  border: 1px solid #e0e5e9;
  margin: 50px auto;
  padding: 30px;
  width: 100%;
  max-width: 600px;
}
.markup-textbox {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  height: 60px;
}
/*# sourceMappingURL=template-kit-export-admin.css.map */
