/*.plan_upgrade_form {
	background-color: rgba(52, 150,210, 0.1);
}*/
.plan_upgrade {
    border: 1px solid #6fbec5;
    background: rgba(197,197,238,0.31);
}
/*.plan-row{
    background-color: rgba(52, 150,210, 0.1);
}*/
.plan_upgrade_text {
    background-color: white;
    border: 1px solid rgba(52, 150,210, 0.2);
}
/*.plan_upgrade_bg{
   background-color: rgba(52, 150,210, 0.1); 
}*/
.plan-row{
    background-color: rgba(52, 150,210, 0.1);
}

.user-active{
  background-color: #7cbb00;
}

.user-edit, .user-delete{
  background-color: #fff;
  border: 1px solid #3496d2;
}
.user-deactive{
    background-color: red;
}
/*.custom-select{
    color: #212529 !important;    
}
*/

.plan_upgrade_text p, li, td, form, .form-control, input, .custom-file-input, .custom-file, .input-group-append, .custom-file-label, .custom-select, .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529 !important;
}
.grey-text{
  color: #939ba2;
}
.caller-check li{
  color: #212529;
}
.form-control, .form-control input{
  /*color: #939ba2;*/
  color: #212529;
}

.modal ::placeholder{
  color: #212529;
}

::placeholder{
  color: #212529 !important;
}
.plugin-bg{
  background-color: rgba(75, 84, 92, 0.1);
}
.bg-info-help {
    background-color: rgba(23, 162, 184, 0.1);
}
table, td, tr{
  color: #212529;
}
label{
  color: #212529;
}

.api-key{
  background-color: #ffffff;
  color: #9ba3a9;
  border: 1px solid #ced4da;
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.red{
  color: #ff0000;
}