/* admin styles */

.icf7-admin-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.icf7-admin-wrap .inner-coll {
    width: 50%;
    float: left;
    background-color: rgba(154, 0, 0, 0.058823529411764705);
}

.icf7-admin-wrap .inner-coll:first-child {
  width: 49%;
}

.icf7-admin-wrap .inner-coll:last-child {
  background-color: #fff;
  position: sticky;
  top: 50px;
}


#contact-form-editor .icf7-admin-wrap .inner-coll .second-coll h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #444;

}

#contact-form-editor .icf7-admin-wrap .inner-coll .second-coll h4 {
  font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
    background: #ca4a1f0d;
}

.icf7-admin-wrap .inner-coll h3 {
  background: #ca4a1f;
    margin: 0;
    color: #ffffff;
    padding: 10px 20px;
}

.icf7-admin-wrap .inner-coll .second-coll {
  padding: 0px 20px 30px
}

#contact-form-editor .icf7-admin-wrap .inner-coll .form-table th {
  width: 120px;
}

.reset-inst {
  display: none;
  margin-top: 10px;
    line-height: 27px;
    color: #fff;
    padding-left: 7px;
    letter-spacing: 0.5px;
    width: 100%;
    background-color: #ff5a5a;
    font-size: 14px;
    margin-top: 20px;
}

/* range slider style */

.range-slider *, .range-slider *:before, .range-slider *:after {
  box-sizing: border-box;
}
.range-slider {
  width: 100%;
}
.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}
.range-slider ::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
.range-slider input::-moz-focus-inner, .range-slider input::-moz-focus-outer {
  border: 0;
}


/* switch button */

.tzCheckBox{
  display:inline-block;
  min-width:60px;
  height:33px;
  white-space:nowrap;
  position:relative;
  cursor:pointer;
  margin-left:14px;
  background:url('../images/background.png') no-repeat right bottom;
}

.tzCheckBox.checked{
  background-position:top left;
  margin:0 14px 0 0;
}

.tzCheckBox .tzCBContent{
  color: white;
  line-height: 31px;
  padding-right: 38px;
  text-align: right;
}

.tzCheckBox.checked .tzCBContent{
  text-align:left;
  padding:0 0 0 38px;
}

.tzCBPart{
  width:14px;
  position:absolute;
  top:0;
  left:-14px;
  height:33px;
  overflow: hidden;
  background:url('../images/background.png') no-repeat left bottom;
}

.tzCheckBox.checked .tzCBPart{
  background-position:top right;
  left:auto;
  right:-14px;
}

/* Style Activation */

.style-activation-wrap .inner-wrap {
  background: #33302f;
  padding: 15px 25px;
  border-bottom: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.style-activation-wrap .inner-wrap h5 {
   font-size: 18px;
   margin: 0;
   color: #fff;
}

.style-activation-wrap h5 .bgbtn {
   position: relative;
}
.style-activation-wrap h5 .bgbtn:after {
  content: '';
  left: 0;
  top: -5px;
  position: absolute;
  width: 100%;
  height: 35px;
  z-index: 1;
}
.style-activation-wrap .inner-wrap h5 span.bgbtn {
   font-size: 16px;
}
.style-activation-wrap .inner-wrap h5 span.dashicons {
  position: relative;
  top: 3px;
}
.style-activation-wrap .inner-wrap h5 span.add-info {
  font-style: italic;
  font-weight: 300;
  letter-spacing: .4px;
}
.style-activation-wrap .inner-wrap small {
  width: 100%;
  background: #cb0c11;
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 27px;
  width: auto;
  margin-top: 20px;
}
.style-activation-wrap .inner-wrap small a {
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .icf7-admin-wrap .inner-coll {
      width: 100%;
      float: none;
      margin-bottom: 40px;
  }
  .icf7-admin-wrap .inner-coll:first-child {
    width: 100%;
 }
}