.atest123{
    color: black;
}

.AdminAcVV_Main{
    margin: 10px 20px 0 2px;
}

.AdminAcVV_tab-wrapper{
    margin: 1.5em 0 1em;
    border-bottom: 1px solid #ccc;
    padding-top: 9px;
    padding-bottom: 0;
    line-height: inherit;
    display: flex;
}

.AdminAcVV_nav-tab{
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background: #e5e5e5;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}

.AdminAcVV_nav-tab-active{
    box-shadow: none;
    margin-bottom: -1px;
    border-bottom: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #000;
}

.AdminAcVV_messege{
    margin: 5px 0 15px;
    border-left: 4px solid #5e8ea4;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 1px 12px;
    background: white;
}
.AdminAcVV_messege p{
    font-size: 13px;
    line-height: 1.5;
}

.AdminAcVV_form{
    margin: 5px 0 15px;
    padding: 1px 12px;
    display: flex;
    flex-direction: column;
}

.AdminAcVV_34tr input {
    width: 400px;
    margin: 0;
    padding: 6px;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    font-size: 14px;
}
.AdminAcVV_34tr .AdminAcVV_submit{
    background: #5e8ea4;
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    font-size: 13px;
    line-height: 26px;
    height: 33px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    width: 200px;
    margin-right: 10px;
    transition: all 0.3s;
}

.AdminAcVV_34tr{
    padding: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

.AdminAcVV_34tr span{
    margin-right: 10px;
}

.AdminAcVV_customize_tr{
    display: flex;
    padding: 10px;
    align-items: center;
}

.AdminAcVV_customize_tr span{
    display: block;
    width: 240px;
}

.AdminAcVV_customize_tr input{
    width: 200px;
    margin: 0;
    padding: 6px;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    font-size: 14px;
    margin-left: 10px;
}

.AdminAcVV_customize_tr select{
    width: 200px;
    margin: 0;
    height: 33px;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    font-size: 14px;
    margin-left: 10px;
}


.AdminAcVV_customize_tr input[type="color"]{
    width: 200px;
    margin: 0;
    height: 33px;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    font-size: 14px;
    margin-left: 10px;
}

.AdminAcVV_defoult_color{
    background: #5e8ea4;
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 6px;
    margin-left: 10px;
}

.AdminAcVV_customize_tr .AdminAcVV_submit_settings{
    background: #5e8ea4;
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    font-size: 13px;
    line-height: 26px;
    height: 33px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    width: 200px;
}

.AdminAcVV_hr{
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}


.AdminAcVV_messege_he{
    padding: 1px 12px;
}

/* toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    transform: scale(0.5);
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #5e8ea4;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #5e8ea4;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/* toggle  end */

.accw_text_activechat{
    color: #555;
    font-size: 14px;
    font-weight: 600;
}

.accw_text_facebokchat{
    color: #555;
    font-size: 14px;
    font-weight: 600;
}

.accw_plugin{
    position: absolute;
}


/* spinner animation */
.accw_plugin_spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 80px;
  }
  
  .accw_plugin_spinner > div {
    background-color: #5e8ea4;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .accw_plugin_spinner .accw_plugin_rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .accw_plugin_spinner .accw_plugin_rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .accw_plugin_spinner .accw_plugin_rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .accw_plugin_spinner .accw_plugin_rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }

  /* end spinner */

  .accw_plugin_opacity{
      opacity: 0;
      pointer-events: none;
  }