/*######################################### ADD Edit Page  ###################################*/
/*Header*/
.wpda_theme_title {
  display: inline-block;
}
.header_action_buttons {
  float: right;
  margin-right: 15px;
}
/*name input*/
.theme_name {
  margin-bottom: 10px;
  height: 36px;
  font-size: 18px;
  width: calc(100% - 16px);
}
/* tabs css*/
.tab_container > h3 {
  margin-top: 5px;
  margin-left: 15px;
}
.tab_container {
  background-color: white;
  width: calc(100% - 16px);
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 5px;
  box-sizing: border-box;
}
.wpda_theme_link_tabs > ul > li {
  font-size: 15px;
  float: left;
  padding: 9px 27px 10px;
  border: 1px solid #e2e2e2;
  margin-right: 2px;
  background-color: #ffffff;
  position: relative;
  top: 1px;
  cursor: pointer;
  color: #65666b;
  margin-bottom: 0px;
}
.wpda_theme_link_tabs > ul > li.active {
  border-bottom: 0;
  padding-bottom: 9px;
  border-top: 3px solid #04a9dd;
  background: #fff;
  color: #04a9dd;
}
.tab_container > .wpda_theme_container_tabs {
  border: 1px solid #e2e2e2;
}
.tab_container > .wpda_theme_container_tabs > div {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
}
.tab_container > .wpda_theme_container_tabs > div.active {
  height: auto;
  display: block;
  opacity: 1;
  visibility: visible;
  padding: 10px;
  padding-top: 20px;
}
.tab_container > .wpda_theme_container_tabs > div > div > div {
  display: block;
  margin-bottom: 20px;
}
.tab_container > .wpda_theme_container_tabs > div > div > div > div {
  margin-bottom: 8px;
}
.tab_container
  > .wpda_theme_container_tabs
  > div
  > div
  > div
  > div:nth-child(2) {
  margin-left: 10px;
  padding-right: 10px;
}
.group_by_6 {
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  border-left: 1px solid #d5dadf;
}
.wpda_theme_container_tabs > div > div.group_by_6:nth-child(1) {
  border: none;
}
/*######################################### Top Support link ###################################*/

#admin_form h2 {
  width: 95%;
}
.wpdevart-info-container {
  display: inline-block;
  position: relative;
  z-index: 4;
  width: 15px;
  height: 15px;
  border: 1px solid #989898;
  border-radius: 100%;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 7px rgba(167, 167, 167, 0.62) inset;
  cursor: pointer;
  font-weight: bold;
  color: #444;
  margin-left: 20px;
}

.wpdevart-info-container .wpdevart-info {
  position: absolute;
  display: none;
  left: 30px;
  top: -7px;
  background-color: #292d31;
  padding: 7px;
  z-index: 1;
  min-width: 200px;
  color: #c5d3d6;
  box-shadow: 0 0 2px #000;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.red-section .wpdevart-info {
  color: red;
}
.wpdevart-info-container:hover .wpdevart-info {
  display: block;
}