body {
    top: 0 !important;
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    outline: 0;
    border: 0;
}
.wrapper {
  position: relative;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.email-hero__title {
  font-size: 45px;
  line-height: normal;
  text-align: center;
  max-width: none;
}
.email-hero__subtitle {
  display: block;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.email-hero {
  font-family: "Trebuchet MS" !important;
  background-image: url('../assets/Email_signature_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 60vh;
  justify-content: center;
  color: #4057DF;
  background-color:#BFD5FF;
}
.email-hero a {
  color: #4057DF;
  text-decoration: none;
}
#inputs input[type="checkbox"] {
  width: 15px;
}
#inputs label.remove {
  font-size: .75em;
}
.sidebar td {
  display: flex;
}
.container_full {
  width: 100%;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: -56px;
}
.sidebar {
  font-family: "Trebuchet MS" !important;
  /*width:30%;*/
  flex-basis: 30%;
  background: #BFD5FF;
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.5);
  color: #4057DF;
  border-radius: 20px;
  padding: 30px;
}
.main_container {
  width:65%;
  background-color:#fff;
  border-radius: 20px;
  padding-left: 40px;
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-left: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 30px;
}
.top_instruction {
  font-family: "Trebuchet MS" !important;
}
input {
  font-family: "Trebuchet MS" !important;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #303245;
  font-size: 16px;
  outline: 0;
  padding: 4px 20px 0;
  width: 70%;
}
#file {
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 17px;
}
#delete {
  width: 48px;
  text-align: center;
  color: #fff;
  /*font-size: 20px;*/
}
.delete_img {
    background: #4057DF;
    border-radius:30px;
    padding: 5px 15px;
    margin-left: 3px;
}
.preview img{
   display: none;
}
/* Button */
.button{
   font-family: "Trebuchet MS" !important;
   border: 0px;
   background-color: #4057DF;
   color: white;
   padding: 5px 15px;
   margin-left: 10px;
}
.input-color-container {
  position: relative;
  margin:0 auto;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: solid 2px #ddd;
  border-radius: 40px;
}
.input-color {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 56px;
  height: 56px;
  border: none;
  padding: 0;
}

.input-color-label {
  cursor: pointer;
  text-decoration: underline;
  color: #4057DF;
  text-transform: uppercase;
}
.book_app {
    margin-top: 14px;
}
a.book_app {
    color: #00704a;
}
.controls {
  float: right;
  line-height: 35px;
  margin-top: 30px;
}
.controls .select, .controls .save, .controls a {
  border: none;
  background: #4057DF;
  color: #fff;
  cursor: pointer;
  font-family: "Trebuchet MS" !important;
  font-size: 16px;
  border-radius: 12px;
  padding: 5px 15px;
  text-decoration: none;
}
.controls a {
  background: green;
  display: none;
}
h4 {
  font-family: "Trebuchet MS" !important;
  text-decoration: underline;
}
h3 {
  font-family: "Trebuchet MS" !important;
  margin-top: 15px;
}
.instruction li {
  font-size: 12px;
}
.tabs {
	 display: flex;
	 flex-wrap: wrap;
}
 .tabs > label {
	 order: 1;
	 display: block;
	 cursor: pointer;
   border-bottom: 1px solid #4057DF;
}
 @media (max-width: 45em) {
	 .tabs > label {
		 order: initial;
		 width: 100%;
	}
}
 .tabs .tab {
	 order: 99;
	 flex-grow: 1;
	 width: 100%;
	 display: none;
}
 @media (max-width: 45em) {
	 .tabs .tab {
		 order: initial;
	}
}
 .tabs > input[type=radio] {
	 display: none;
}
 .tabs > input[type=radio]:checked + label + .tab {
	 display: block;
}
/* STYLING ITEMS */
 .tabs > label {
	 padding: 1rem 2rem;
}
.tabs > label:hover {
   background: #4057DF;
   color:#fff;
}
 .tabs > input[type=radio]:checked + label {
   background: #4057DF;
   color: #fff;
}
.bottom_instruction {
  font-family: "Trebuchet MS" !important;
  text-align: center;
  margin: 0 auto;
  margin-top:40px;
  background: #BFD5FF;
  padding: 20px;
}
details {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
  padding: .5em .5em 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}
footer {
  font-family: "Trebuchet MS" !important;
  text-align: center;
  margin: 0 auto;
  background: #4057DF;
  color: #fff;
  padding:10px;
}
footer a {
  color: #BFD5FF;
}
@media only screen and (max-width: 600px) {
  .email-hero__title {
  font-size: 33px;
  }
  .email-hero {
  height: 40vh;
  }
  .email-hero__subtitle {
  display: block;
  font-size: 15px;
  max-width: 100%;
  padding-bottom:20px;
  }
  .container_full {
   flex-direction: column;
  }
  .main_container{
    width: 100%;
    margin-left: 0px;
    padding: 10px;
  }
  #signature_1 {
    width: 450px;
  }
  .sidebar table {
    margin: 0 auto;
    }
  .tabs > label {
    text-align: center;
    }
}
