.elementary_addons_settings{
    position: relative;
    padding:20px;
  }
  
  .elementary_addons_settings input[type="text"],
  .elementary_addons_settings select{
    font-size: 16px;
    border:1px solid #ccc;
    border-radius: 0;
  }
  
  .elementary_addons_settings select{
    margin-top:20px;
  }
  
  .elementary_addons_settings > a{
    display: inline-block;
    position: relative;
    padding: 15px;
    color: #bbb;
    border:none;
    bottom:-1px;
    text-decoration: none;
    font-size: 18px;
  }
  
  .elementary_addons_settings > a.active{
    border:1px solid #bbb;
    border-bottom:none;
    border-radius: 10px 10px 0 0;
    color:#3a3a3a;
    background: #fff;
  }

  .elementary_addons_settings > a.active:first-child::after{
    content:"";
    position:absolute;
    width:100%;
    height:10px;
    bottom:-10px;
    left:-1px;
    border-left:1px solid #bbb;
    background-color: #fff;
    
  }
  
  .elementary_addons_settings .content{
    padding:20px;
    border:1px solid #bbb;
    background: #fff;
    border-radius: 10px;
  }
  
  .elementary_addons_settings .file_upload,
  .elementary_addons_settings .chats{
    display: inline-block;
    margin-bottom: 30px;
  }
  
  .elementary_addons_settings .chats{
    float:right;
  }
  
  .elementary_addons_settings .file_upload input{
    display:none;
    vertical-align: middle;
  }
  
  .elementary_addons_settings .file_upload input + label,
  .elementary_addons_settings .file_upload input + label:before{
    vertical-align: middle;
    font-size: 25px;
  }
  
  .elementary_addons_settings .file_upload input + label:before{
    vertical-align: top;
    font-size: 30px;
  }
  
  .elementary_addons_settings button{
    margin-left: 20px;
    color:#fff;
    background: #3a3a3a;
    padding: 15px;
    border:none;
    border-radius: 0;
    cursor: pointer;
    border-radius: 30px;
  }
  
  .elementary_addons_settings input.eafree_license_key{
    margin-left: 20px;
    padding: 10px;
    border-radius: 30px;
  }
  
  .elementary_addons_settings button:hover{
    background: teal;
  }
  
  .save_settings_button_wrap{
    text-align: right;
    margin-top: 30px;
  }
  
  .eafree_spinner{
    display:none;
    width:30px;
    height:30px;
    vertical-align: middle;
  }
  
  .eafree_spinner.visible{
    display:inline;
  }
  
  .elementary_addons_settings .prog_bar_bg,
  .elementary_addons_settings .prog_bar{
    position:relative;
    width:100px;
    height:20px;
    vertical-align: middle;
    font-size: 0;
  }
  
  .elementary_addons_settings .prog_bar_bg{
    display:none;
    background: #ccc;
    margin-left:20px;
  }
  
  .elementary_addons_settings .prog_bar_bg.visible{
    display:inline-block;
  }
  
  .elementary_addons_settings .prog_bar{
    display:inline-block;
    width:0;
    background: green;
  }
  
  .elementary_addons_settings .files_container {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: 230px;
  }
  
  .elementary_addons_settings .files_container .item{
    position: relative;
    padding: 15px;
    /* margin-top:15px; */
    border: 1px solid #ccc;
    font-size: 0;
  }
  
  .elementary_addons_settings .files_container .item .solid_preview{
    cursor: pointer;
  }
  
  .elementary_addons_settings .files_container .item iframe{
    display:inline-block;
    position: relative;
    vertical-align: top;
    width:300px;
    height:200px;
  }
  
  .elementary_addons_settings .files_container .item_content{
    display:inline-block;
    width:calc(100% - 70px - 300px);
    height:140px;
    position: relative;
    padding: 15px;
    margin:15px;
    border-left:1px solid #ccc;
    font-size: 18px;
    vertical-align: top;
  }
  
  .elementary_addons_settings .files_container .delete{
    cursor: pointer;
    color: red;
    float:right;
  }
  
  .elementary_addons_settings .chats form{
    display:inline-block;
  }
  
  .elementary_addons_settings .edit_chats_wrapper{
    display:none;
    position:fixed;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200000;
  }
  
  .elementary_addons_settings .edit_chats_wrapper.visible{
    display:flex;
  }
  
  .elementary_addons_settings .edit_chats_inner{
    position: relative;
  }
  
  .elementary_addons_settings .edit_chats_container{
    position: relative;
    width:500px;
    max-width:500px;
    border-width: 30px 20px 90px 20px;
    border-color:#fff;
    border-style:solid;
    background: #fff;
    height:300px;
    max-height: 300px;
    font-size: 18px;
    line-height: 24px;
    overflow:auto;
  }
  
  .elementary_addons_settings .edit_chats_inner button{
    display: inline-block;
    position: absolute;
    bottom:20px;
    right:20px;
    z-index: 100;
  }
  
  .elementary_addons_settings .close_edit_chats{
    display: inline-block;
    position: absolute;
    top:5px;
    right:5px;
    font-size:18px;
    color:red;
    cursor:pointer;
    z-index: 100;
  }
  
  .elementary_addons_settings .sure_wrapper{
    display:none;
    position:fixed;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.8);
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 210000;
  }
  
  .elementary_addons_settings .sure_wrapper.visible{
    display:flex;
  }
  
  .elementary_addons_settings .sure_container{
    position: relative;
    padding: 30px;
    background: #3a3a3a;
    text-align: center;
  }
  
  .elementary_addons_settings .sure_container p{
    color:#fff;
  }
  
  .elementary_addons_settings .sure_container button{
    background:#fff;
    color:#3a3a3a;
    margin:20px;
    font-size: 18px;
  }
  
  .elementary_addons_settings .sure_container button:hover{
    background:#ccc;
  }
  
  .elementary_addons_settings .switch_list {
      display: grid;
      grid-auto-flow: dense;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 10px;
      grid-auto-rows: auto;
  }
  @media screen and (max-width:1666px){
    .elementary_addons_settings .switch_list {
        grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width:1190px){
    .elementary_addons_settings .switch_list {
        grid-template-columns: repeat(1, 1fr);
    }
  }
  .elementary_addons_settings .switch_container,
  .elementary_addons_settings .eafree_license_key_wrapper{
    padding:10px;
    margin:10px;
    border:1px solid #ccc;
    border-radius: 10px;
  }
  
  .elementary_addons_settings .switch_container h3,
  .elementary_addons_settings label.license_key{
    font-size: 20px;
    display: inline-block;
    padding-right: 20px;
    margin:20px 0;
  }
  
  .elementary_addons_settings .switch_wrap{
    display: inline-block;
    position: relative;
    float: right;
    margin:10px 0;
  }
  
  .elementary_addons_settings .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .elementary_addons_settings .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .elementary_addons_settings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .elementary_addons_settings .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .elementary_addons_settings .switch input:checked + .slider {
    background-color: teal;
  }
  
  .elementary_addons_settings .switch input:focus + .slider {
    box-shadow: 0 0 1px teal;
  }
  
  .elementary_addons_settings .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .elementary_addons_settings .switch .slider.round {
    border-radius: 34px;
  }
  
  .elementary_addons_settings .switch .slider.round:before {
    border-radius: 50%;
  }
  
  .elementary_addons_settings h2{
    margin:10px;
    padding: 15px;
    background: teal;
    color: white;
    font-size: 30px;
    text-align: center;
    border-radius: 40px;
  }
  
  /************************** NEW BRAFT TEMPLATE FORM ***********************/
  .batheme_add_theme_template form{
    padding:20px 0;
  }
  
  .batheme_add_theme_template select,
  .batheme_add_theme_template input,
  .batheme_add_theme_template label{
    vertical-align: middle;
  }
  
  .batheme_add_theme_template label{
    font-size: 20px;
  }
  
  .batheme_add_theme_template select,
  .batheme_add_theme_template input[type="submit"]{
    display: inline-block;
    height:50px;
    border:none;
    border-radius:0;
    padding:15px;
    font-size:20px;
    line-height: 20px;
  }
  
  .batheme_add_theme_template .checkbox_wrap{
    display: inline-block;
    padding:15px;
    margin:15px;
    border:1px solid #ccc;
    background: #fff;
  }
  
  .batheme_add_theme_template input[type="submit"]{
    background: #00B792;
    color: #fff;
    cursor:pointer;
  }
  
  .batheme_add_theme_template input[type="submit"]:hover{
    background: #3a3a3a;
  }
  
  .batheme_add_theme_template input[type="checkbox"]{
    transform: scale(1.3);
  }
  