/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#ace-app-menu5 {

    background: #31824eeb;
    padding: 10px;
  
    bottom: 9px;
    border-radius: 10px;
    right: -36%;
}

#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: #1a6f39eb;
    transition: 0.3s;
}

.ace-whatsapp input[type="color"] {
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none;
}
.ace-app-title-menu h2 a:hover {
    background: #1a6f39eb;
    transition: 0.3s;
}

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

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

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

.ace-app-container h1 {
    font-size: 1.6em;
    margin-left: 10px;
    margin-top: 0px;
}

.ace-app-container h3 {
    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%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    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: #56ad75eb;
  padding: 15px 15px;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 8px;
}

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

.ace-app-title-bar .ace-app-title-content {
 display: flex;
  justify-content: space-between;
  align-items: center;
}

.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: #56ad75eb;
    color: white;
    border-radius: 10px;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
}

.ace-whatsapp-chat-save input[type="submit"]:hover {
    background: #1a6f39eb;
    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: 0.4s;
    transition: 0.4s;
}

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

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

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

.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 0.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;
    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 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

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

.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;
}

.ace-app-container ul li:focus,
.ace-app-container button:focus {
    outline: none;
}

.ace-whatsapp-sortable-save:hover {
    background: #1a6f39eb;
    transition: 0.3s;
}
#wpfooter {
    /* position: relative !important; */
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #555d66;
}

.ace-wtm-container {
    box-sizing: border-box;
    padding: 6px 11px 61px;
    width: 100%;
    background: #fff;
}

.ace-wtm-container label {
    font-size: 1.5em;
}

.ace-wtm-row {
    float: left;
    width: 35%;
    padding-top: 15px;
}

.postbox {
    float: left !important;
    width: 100%;
}

.ace-wtm-container-custom {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

/* on of check */

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

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

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

/* Thamnail set*/

.wp_member_img {
    width: 88px;
    height: 80px;
    margin-left: -22px;
    border-radius: 100%;
}

/* input field */

.ace-wtm-container .ace-wtm-row input[type="text"] {
    width: 100%;
    padding: 8px;
}

/* checks label */

.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 0.25s linear;
    -webkit-transition: border 0.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;
}

.ace-days-column {
    padding: 5px;
}

.ace-wtm-column {
    width: 60%;
}
.ace-day-fields.ace-day-label.ace-sun-label {
    padding-left: 9px;
    width: 27%;
}

.ace-all-days-column {
    display: flex;
    padding: 10px;
}

.ace-day-fields {
    padding: 3px;
}
/* Drop Down */

.awm-setting-menu a {
    padding: 12px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    line-height: 40px;
    border-radius: 10px;
}

.awm-setting-menu a:hover {

    transition: 0.3s;
}

/* sortable tabs */

.awm_admin_awc_sMember {
    display: block;
    padding: 1px;
    overflow: hidden;
}

.awm-member-details {
    float: left;
    vertical-align: middle;
    display: flex;
    width: 60%;
    position: relative;
    left: 18%;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 9px;
    background: #f8f8f8;
    box-shadow: 1px 1px 1px 1px #e4e0e0;
    border-bottom: 2px solid rgba(37, 211, 101, 1);
}

img.awm_admin_awcImg {
    width: 50px;
    border-radius: 100%;
    max-height: 50px;
}

.awm_admin_awc_mData {
    display: flex;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.awm_admin_awc_mTitle {
    margin-top: 2px;
    margin-bottom: 0px;
    width: 100%;
}

.awm_admin_awc_mData p {
    margin: 0px;
    font-family: Roboto;
}

.awm_admin_awc_wIco {
    color: #25d366;
}

.awm_admin_awc_wIco {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 24px;
}

.awm_sortable_data {
    padding: 40px 0px;
}

.ace-whatsapp-sortable-save {
    width: 70px;
    height: 70px;
    background: #56ad75eb;
    color: white;
    border-radius: 10px;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    float: right;
    border-radius: 100%;
}

.awm-member-submit {
    width: 60%;
    position: relative;
    left: 18%;
}

button.ace-whatsapp-sortable-save span {
    font-size: 16px;
}

.awm-setting-menu a:active {
    background: #1a6f39eb;
    transition: 0.3s;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
    box-shadow: none;
    outline: none;
}

.awm-member-details:hover {
    cursor: pointer;
}

.empty-contant {
    width: 95%;
    text-align: center;
}
