
:root {
  --bg:#fff;
  --text:#000;
  --btc:#347df3;
  --deleteBtc:#ff0000;
  --nameText:#115f94;
  --statsColor1:rgb(23, 43, 80);

}



.email_lister_div{
    height:auto !important;
    padding:5px 0px !important;
    position:relative !important;
    display:block !important;
    margin:0 auto !important;
    top: 15%;
    
}
.email_lister_form{
    margin-top:2.5% !important;
    width:80% !important;
    position: relative !important;
    left:10% !important;
}
.email_lister_input{
    text-align:center !important;
    margin:2% 0% !important;
    height:40px !important;
    border:none !important;
  
}
#email_lister_submit{
    position: relative !important;
    display:block !important;
    width:30% !important;
    text-align:center !important;
    margin:2% auto !important;
    
}
.lister_warn_message{
    opacity: 0;
    padding: 4% 0%;
    background: white;
    border: 1.5px solid red;
    width:60%;
    left: 20%;
    position: relative;
    display:none;
    margin-top: 2%;
    text-align: center;
    color: red;
    border-radius: 5px;
    font-weight: 900;
}


.email_lister_bannner{
    width: 100%;
    height: 50px;
    position: relative;
    color: var(--statsColor1);
    font-weight: 700;
    font-size: 3.5em;
    text-align: center;
    margin-top: 2.5%;

}
.lister_menu_title{
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    position: absolute;
}
.lister_stats_row{
    border-radius: 10px;
    top: 15%;
    width: 80%;
    left: 10%;
    position: relative;
    background-color: var(--statsColor1);
    display: block;
    margin: 2% 0%;
    height: 25%;
}
.listertitleValue{
    border-radius: 2.5px;
    background-color:var(--btc);
    padding:2px 5px;
    box-shadow: 1px 1px #347df3;
    font-weight: 900;
    top: 15px;
    font-size: 1.5em;
    color: rgb(224, 255, 223);
    position: absolute;
    right: 10%;
}
.listertitleText{
    font-weight: 600;
    top: 15px;
    font-size: 1.45em;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 10%;
}
.email_lister_stats_holder{
    direction: ltr !important;
    border-radius: 7.5px;
    display: inline-block;
    width: 25%;
    position: relative;
    height: 50vh;
    top: -20vh;
}
.email_lister_holder_select{
    direction: ltr !important;
 margin: 0 4%;
 display:block;
 width:60%;
 position:relative;
 height:5vh;
 background-color: var(--statsColor1);
 color: whitesmoke;

}
.email_lister_holder{
    direction: ltr !important;
    margin: 0 4%;
    display: inline-block;
 width:60%;
 position:relative;
 height: 70vh;
 overflow-y: scroll;
 overflow-x: hidden;
}
.email_lister_subscribe_row{
    direction: ltr !important;
    border-radius: 5px;
    width: 100%;
    height: auto;
    padding:10px 10px;
    margin: 1% 0%;
    background-color: var(--statsColor1);
    position: relative;
    display: block;
}
.email_lister_name_val{
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: 20%;
    color: var(--btc);
}
.email_lister_email_val{
    color: var(--nameText) !important;
    width: 42.5%;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.email_lister_delete_subscribe{
    padding: 3px 10px;
    background-color: var(--deleteBtc);
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 1px;
    position: relative;
    top: -5px;
    
}
.email_lister_copy{
    text-align: center;
    background-color: var(--btc);
    cursor: pointer;
    width: 100px;
    height: 30px;
    top: -5px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    line-height: 25px;
    color: whitesmoke;

}
.lister_label{
    color: aliceblue;
    font-size: 1.5em;
    font-weight: 900;
    display: inline-block;
}
#email_lister_send_bul_mail{

    width: 80%;
    background-color: var(--statsColor1);
    position: relative;
    padding: 2% 0%;
    left: 10%;
    border-radius: 10px;
}
.lister_msg{
    width: 80%;
    position: relative;
    left: 10%;
    margin: 2% 0%;
    padding: 5px 0px;
    height: 40vh;
}
.lister_textarea{
    width: 80%;
    position: relative;
    left: 10%;
    margin: 2% 0%;
    padding: 5px 0px;
    height: 95px;
}
.lister_small_gap{
    width: 100%;
    position: relative;
    height: 50px;
}
.lister_input{
    width: 80%;
    position: relative;
    left: 10%;
    margin: 2% 0%;
    padding: 5px 0px;
}
.email_lister_bulk_title{
    color: whitesmoke;
    display: block;
    margin: 0;
    position: relative;
    text-align: center;
    font-size: 2em;
    line-height: 30px;
}
.email_lister_sent_emails_div{
    direction: ltr !important;
    width: 65%;
    height: 85vh;
    margin: 0 2%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    overflow-y: scroll;
}
.email_lister_add_emails_div{
    width: 25%;
    direction: ltr !important;
    height: 85vh;
    position: relative;
    display: inline-block;
    overflow: hidden;
    overflow-y: scroll;
}
.email_lister_add_emails_row{
    direction: ltr !important;
    border-radius: 5px;
    width: 90%;
    left: 5%;
    height:auto;
    padding: 10px 0px;
    background-color: var(--statsColor1);
    color: white;
    position: relative;
    display: block;
    margin: 2% 0%;
}
.email_lister_add_emails_mails{
    display: inline-block;
    margin: 0 2%;
    font-size: 1.4em;
}
.email_lister_add_emails_add:hover{
background-color: rgb(43, 199, 43);
color: white;
}
#email_lister_add_hoverd{
    background-color: rgb(43, 199, 43) !important;
color: white !important;
}
.email_lister_add_emails_add{
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    line-height: 25px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    width: 70px;
    height: 25px;
     position: absolute;
     right: 5%;
  
    background-color: white;
    color: #000;
    text-align: center;
}
#submit_lister_bulk_email{
    color: var(--statsColor1);
    font-weight: 700;
    width: 100px;
    height: 40px;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}
.lister_num_span{
    font-weight: 700;
    color: var(--btc);
}

.wpmaple_logo{
    width: 200px;
    height: 100px;
    position:absolute;
    right: 0%;
    bottom:0%;
}
.lister_preview_button{
    width: 120px;
    height: 40px;
    position: absolute;
    background-color: var(--btc);
    color: whitesmoke;
    top: 2%;
    right: 5%;
    text-align: center;
    overflow: hidden !important;
    z-index: 10;
    line-height: 30px;
    font-size: 1.2em;
    cursor: pointer;
    transition:.65s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    font-weight: 600;

}
.lister_preview_div{
    padding: 2%;
    display: none;
    opacity: 0;
    z-index: 10;
    position: absolute;
    right: 5%;
    width: 50%;
    height: 70%;
    background-color: #fff;
    border: 10px solid var(--statsColor1);
    top: 10%;
}
.lister_preview_button:hover{
    background-color:var(--statsColor1);
}
.copy_html{
    line-height: 25px;
    font-weight:700;
    width: 120px;
    height: 30px;
    right:10%;
    cursor:pointer;
    background-color: white;
    color: var(--statsColor1);
    text-align: center;
    position: absolute;
    bottom: 5%;
}
.leaf{
    background-image: url(../MapleWP.png);
    width: 70px;
    height: 70px;
    position: absolute;
    right: 22.5%;
    top: 7.5%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.leaflogo{
    text-decoration: none !important;
    color: inherit !important;
}
.wpLogo{
    line-height: 30px;
    font-size: 1.95em;
    font-weight: 700;
    color: #000;
    z-index: 5;
    position: absolute;
    top: 15%;
}
.shortcodeHolder{
    direction: ltr !important;
    overflow: hidden !important;
    background:white;
    position: relative;
    width: 75%;
    height:auto;
    border-radius: 10px;
    display:block;
    margin: 2% auto;
}
.shortcode_lister_input{
    font-size: 1.25em !important;
    width: 50% !important;
    left: 25% !important;
    position: relative !important;
    height: 12vh !important;
    margin-top: 1.25% !important;
    margin-bottom: 4.5% !important;
    background-color: var(--statsColor1) !important;
    color: white !important;
}
.info-lister-start{
    margin-top: 2% !important;
    top: 15px;
    font-weight: 600;
    width: 60%;
    position: relative;
    display: block;
    left: 20%;
    font-size: 1.25em !important;

}
.close_preview_shortcode{
    width: 125px;
    height: 35px;
    position: absolute;
    right: 5%;
    top: 4.5%;
    text-align: center;
    font-size: 1.2em;
    line-height: 30px;
    cursor: pointer;
}
.copy_lister_shortcode{
    width: 140px;
    height: 35px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: -20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    right: 12.5%;
}
.lister_simple_btc{
    background-color: var(--statsColor1);
    color: white;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lister_simple_btc:hover{
    background-color: var(--btc)

}
.preview_lister_shortcode{
    width: 140px;
    height: 35px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: -20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    right: 10%;
    
}
.preview_lister_shortcode_div{
    width: 70%;
    left:15%;
    height: 32.5vh;
    background-color: var(--statsColor1);
    position: absolute;
    z-index: 5;
    top: 7.5%;
    display: none;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animate-logo-span-mail{
    animation:flex 1.5s  cubic-bezier(0.785, 0.135, 0.15, 1) infinite;
    display: inline-block;
}
@keyframes flex {
    0%{
     transform: scale(1) rotate(0deg);
    }
    100%{
        transform: scale(1.2) rotate(-5deg);
    }
}
@media only screen and (max-width: 1550px) {
    .copy_lister_shortcode,.preview_lister_shortcode {
        top: 7.5%;
    }
    .email_lister_email_val{
        width:35%
        }
        .listertitleValue{
            font-size: 1.15em;
            color: rgb(255, 255, 255);
            position: absolute;
            right: 10%;
        }
        .listertitleText{
            color: rgb(255, 255, 255);
            font-size: 1.15em;
            left:10%;
        }
}
@media only screen and (max-width: 1450px) {
    .email_lister_email_val{
        width: 175px !important;
    }
    .email_lister_holder_select{
        width:65%;
        left: 2.5%;
    }
    .email_lister_holder{
        width:65%;
        left: 2.5%;
    }
    .email_lister_email_val{
    width:35%
    }
}
@media only screen and (max-width: 1250px) {
    .email_lister_email_val{
        width: 175px !important;
    }
    .email_lister_stats_holder{
    width: 25%;
    }
    .email_lister_holder_select{
        margin: 0 1%;
        width:69%;
        left: 0%;
    }
    .email_lister_holder{
        margin: 0 1%;
        width:70%;
        left: 0%;
    }
}















/* The container must be positioned relative: */
.lister_select_inline_p{
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0% 1.5%;
}
.custom-select {
    position: relative;
    font-family: Arial;
    display: inline-block;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
    background-color: var(--statsColor1);
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: var(--statsColor1);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .email_lister_options_form{
      position: absolute;
      right:5%;
  }
  .email_lister_options_form input[type="submit"]{
      position: absolute !important;
      top: 5% !important;
      background-color: #fff !important;
      color: var(--statsColor1) !important;
      z-index: 55 !important;
      right: 0% !important;
    
   

  }