/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
body {
    font-family: 'Poppins', sans-serif;
}

  #ace-app-menu5{
    float: right;
    background: #028273;
    padding: 10px;
    position: relative;
    bottom: 3px;
    border-radius: 10px;
  }

  #ace-app-menu5 i {
    padding-right: 10px;
    color: white;
  }

  #ace-app-menu5 a{
    color:white;
    font-size: 18px;
    text-decoration: none;
    padding: 15px;
    font-weight: normal;
  }
    #ace-app-menu5:hover{
      background: #1bab9a;
    transition: 0.3s;
    }

 .ace-whatsapp input[type='color']{
    width: 50px;
    height: 50px;
    border:none;
    box-shadow: none;
  }
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal;
}
 .ace-app-title-menu h2 a:hover {
    background: #1bab9a;
    transition: 0.3s;
  }

  .ace-whatsapp-left-onoff label:hover{
    background: #1bab9a;
    transition: 0.3s;
  }

  .ace-whatsapp-right-onoff label:hover{
    background: #1bab9a;
    transition: 0.3s;
  }

 .ace-whatsapp mark {
      background: #128C7E;
    color: white;
    padding: 4px 6px;
    border-radius: 3px;
 }
 .ace-app-container h3 br{
  display: none;
 }
 .ace-app-container {
  padding: 12px;
    font-size: 13px;
    line-height: 1.4em;
 }

 .ace-app-container h1 {
/*  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
*/  font-size: 1.6em;
  margin-left: 10px;
  margin-top: 0px;
 }

 .ace-app-container h3 {
/*  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
*/  font-size: 1.2em;
  margin-left: 10px;
      margin-bottom: 10px;
  line-height: 26px;
 }

 .ace-whatsapp{
    border: 1px solid #b9adad;
    margin: 25px 0 0; 
    width: 100%;
/*    min-height: 118px;
*/    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    background: #fff;
    box-sizing: border-box;
    float: left;
        padding: 10px 16px;
 }

.ace-whatsapp .ace-whatsapp-content ul {
    margin: 0;
    padding: 0;
}
.ace-whatsapp-chat-save input[type="submit"] {
    margin: 24px 0px !important;
}
 .ace-app-title-bar {
    width: 100%;
    background: #128C7E;
    padding: 16px 23px;
    margin-top: 10px;
    box-sizing: border-box;*/
   /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 6px 20px 0 rgba(0, 0, 0, 0.30);*/
  
 }

.ace-app-title-bar span{
     padding-left: ;
    font-size: 26px;
    color: white;
    position: relative;
    left: 6px;

}

.ace-app-title-bar .ace-app-title-content {
    height: 40px;
    width: unset;
  }

.ace-app-title-menu h2 a{
  color: white;
  text-decoration: none;
  padding: 10px;
}
.ace-app-title-bar .ace-app-title-menu {
    float: left;
    text-align: center;
}
#ace-app-menu2, #ace-app-menu3, #ace-app-menu4 {
    position: relative;
    margin: 8px 25px;
    left: 70px;
    color: white !important;

}

#ace-app-menu1{
  position: relative;
    top: 6px;
    font-size: 15px; 
}

.ace-whatsapp .ace-whatsapp-content {
    float: left;
    width: 45%;
    padding-top: 15px;
    
}

.ace-whatsapp.ace-position-msg , .ace-shortcode-content {
    min-height: 146px;
}

.ace-whatsapp-content input[type="color"]{
  cursor: pointer;
}

.ace-whatsapp-chat-save input[type="submit"]{
  width: 200px;
  height: 50px;
  margin: 15px;
  background: #128C7E;
  color: white;
  border-radius: 10px;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
/*  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
*/}

.ace-whatsapp-chat-save input[type="submit"]:hover{
  background: #1bab9a;
  transition: 0.3s;

}

.ace-app-container .ace-whatsapp-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.ace-app-container .ace-whatsapp-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.ace-app-container .ace-whatsapp-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ace-app-container .ace-whatsapp-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.ace-app-container input:checked + .ace-whatsapp-slider {
  background-color: #128C7E;
}

.ace-app-container input:focus + .ace-whatsapp-slider {
  box-shadow: 0 0 1px #128C7E;
}

.ace-app-container input:checked + .ace-whatsapp-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.ace-app-container .ace-whatsapp-slider.round {
  border-radius: 34px;
}

.ace-app-container .ace-whatsapp-slider.round:before {
  border-radius: 50%;
}


.ace-whatsapp-content input[type='text']{
    width: 60%;
    height: 50px;
    padding-left: 29px;
    border-radius: 20px;
    margin: 0 0 18px;
}

.ace-shortcode{
height: 188px;
}

/* horizental */

.ace-whatsapp-left-onoff ul li {
    float: left;
    padding: 20px;
}
.ace-whatsapp-left-onoff strong{
  color: #128C7E;
}
.ace-whatsapp-left-onoff .transition{
  transition: all .3s ease-out;
}

.ace-whatsapp-left-onoff .center-align{
  width: 300px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: table;
  margin-top: -40px;
  margin-left: -150px;
}

.ace-whatsapp-left-onoff input[type="radio"]{
  visibility: hidden;
  height: 0;
  width: 0;
}

.ace-whatsapp-left-onoff label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #ccc;
  color: white;
  padding: 10px 30px;
  margin-left: 20px; 
  border-radius: 3px;
  .transition;
  float: left;
}
.ace-whatsapp-left-onoff input[type="radio"]:checked + label{
  background-color: #128C7E;
}



/* vertical radius cheked */

.ace-whatsapp-vtl-onoff ul li{
  color: black;
  display: block;
  position: relative;
  float: left;
  height: 100px;
}

.ace-whatsapp-vtl-onoff ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.ace-whatsapp-vtl-onoff ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.ace-whatsapp-vtl-onoff ul li:hover label{
  color: #ccc;
}

.ace-whatsapp-vtl-onoff ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #ccc;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.ace-whatsapp-vtl-onoff ul li:hover .check {
  border: 5px solid #128C7E;
}

.ace-whatsapp-vtl-onoff ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.ace-whatsapp-vtl-onoff ul li:nth-child(1) {
    margin-left: -16px;
}
.ace-whatsapp-vtl-onoff input[type=radio]:checked ~ .check {
  border: 5px solid #128C7E;
}

.ace-whatsapp-vtl-onoff input[type=radio]:checked ~ .check::before{
  background: #128C7E;
}

.ace-whatsapp-vtl-onoff input[type=radio]:checked ~ label{
  color: #128C7E;
}
.ace-whatsapp-left-onoff label.postion_left_ {
    margin-left: 0;
}

/* pop up */

.ace-whatsapp-rmenu{
    float: right;

}

#ace-app-menu4 span {
     background: #028273;
    padding: 11px 50px 12px;
    bottom: -2px;
    border-radius: 10px;
    margin-right: 95px;
    border: none;
    color: white;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    line-height: 20px;
}

.ace-sp-close {
   position: absolute;
   padding: 10px;
   opacity: 0.3;
   cursor: pointer;
   font-size: 3em;
   top: 0;
   right: 0;
}
.ace-s-model {
   position: fixed;
   display: none;
   width: 33%;
   padding: 35px;
   align-content: center;
   box-sizing: border-box;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
   top: 32px;
   right: 0px;
   background: #f1f1f1;
   z-index: 99999999; 
}


.ace-contact-row{
 padding:0px 10px;
}
.ace-contact-row input[type=text]{
 padding:10px;
 width: 100%;
}
.ace-contact-row input[type="submit"]{
 background: #128C7E;
 color: white;
 border: none;
 padding:10px;
 cursor: pointer;
}

.ace-contact-row label + input{
   margin: 10px 0px;
}
.ace-contact-h h1 {
 text-align: center;
  font-weight: 600;
}

.ace-contact-email input#email {
  padding: 10px;
  width: 100%;
}
.ace-contact-row.ace-contact-Comment textarea {
 overflow: auto;
 padding: 10px;
 width: 100%;
}
#ace_support_form label {
   font-size: 15px;
   font-weight: 600;
}

  .ace_image_outer {
    border-style: solid;
    border-width: 3px;
    border-color: transparent;
    border-radius: 50%;
    background-color: transparent;
    width: unset;
    height: unset;
    overflow: unset;
    position: static;
}

#ace-app-menu4 span:hover {
    background: #1bab9a;
    transition: 0.3s;
}

.ace-get-group-pic{
   text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
    color: white;
    background: #128C7E;
    padding: 3px 6px;
}

.ace-get-group-pic:hover {
    background: #1bab9a;
    transition: 0.3s;
    color:white;
}

a.ace-get-group-pic:focus, .ace-get-group-pic:active {
    color: white;
}