#hdt_meta_forms {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 40px 40px;
  margin-top: 120px;
}

#hdt_message_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}

#hdt_message {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px;
  background: #2d2d2d;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  width: 80%;
  max-width: 400px;
}

#hdt_message h3 {
  color: #fff;
}

#hdt_admin_plugins {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 22px;
}

.hdt_button {
  border: none;
  box-shadow: none;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  margin: 0 6px;
}

.hdt_continue {
  background: rgb(64, 166, 207);
}
.hdt_cancel {
  background: red;
}

#hdt_message button:hover {
  opacity: 0.8;
}

.hdt_tab {
  color: #545454;
  padding: 40px;
  border: 1px solid #cacaca;
  display: none;
}

.hdt_tab_active {
  display: block !important;
}

.hdt_tab p {
  font-size: 16px;
}

.hdt_highlight {
  margin-left: -40px;
  margin-right: -40px;
  background: #ddd;
  padding: 20px 40px;
}

.hdt_accordion {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.hdt_accordion h3 {
  cursor: pointer;
  padding: 12px 22px;
  background: #dcdcdc;
  margin: 0;
  border-bottom: 1px solid #c3bcbc;
}

.hdt_accordion > div {
  display: none;
  padding: 12px;
}

.hdt_list {
  list-style: square;
  padding: 0;
  margin-left: 20px;
  font-size: 1.2em;
  line-height: 1.4;
}

#hdt_list_projects {
  margin-top: 22px;
}

.hdt_project_item {
  font-size: 1.4em;
  padding: 22px;
  background: #fff;
  color: #565656;
  border-bottom: 3px solid #dedede;
  margin-bottom: 12px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 40px 40px 40px;
}

.hdt_icons a {
  text-decoration: none;
  color: #565656;
}

.hdt_icons span {
  cursor: pointer;
}

.hdt_row {
  margin-bottom: 12px;
}

.hdt_row label {
  display: inline-block;
  margin-bottom: 6px;
}

/* Columns */
.hdt_one_half {
  width: 48%;
  position: relative;
  margin-right: 3%;
  float: left;
}

.hdt_one_third {
  width: 30.66%;
  position: relative;
  margin-right: 3%;
  float: left;
}

.hdt_two_third {
  width: 64.33%;
  position: relative;
  margin-right: 3%;
  float: left;
}

.hdt_last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

.product h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.product p.tagline {
  font-style: italic;
}

#hdt_wrapper img {
  max-width: 100%;
  height: auto;
}

.hdt_input {
  padding: 12px !important;
  font-size: 1em;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  color: #2d2d2d !important;
  border-bottom: 1px dashed #aaa !important;
  line-height: inherit !important;
  height: auto !important;
}

#hdt_new_project_name {
  margin-top: 22px;
  font-size: 2em;
  padding: 12px 22px !important;
}

.hdt_input:focus {
  border-bottom: 1px dashed #2d2d2d !important;
  outline: none;
}

.hdt_input_notification {
  display: none;
  position: relative;
  width: 156px;
  top: 7px;
  left: 22px;
  background: #395559;
  color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  z-index: 9;
}

.hdt_input_notification span {
  width: 15px;
  height: 15px;
  color: #395559;
  background: #395559;
  top: -6px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
