.meta-items {
    background-color: hsl(0, 0%, 93%);
    padding: 30px 15px;
}
.meta-items {
    background-color: hsl(0, 0%, 93%);
    padding: 30px 15px;
}
.meta-drag-drop-multi-field h4 {
    text-transform: capitalize;
}
.meta-items, .meta-items li {
    border-radius: 5px;
}
.meta-items li {
    background-color: hsl(199, 100%, 33%);
    color: hsl(0, 0%, 100%);
    cursor: all-scroll;
    display: inline-block;
    margin-left: 5px;
    padding: 8px 15px;
}
.meta-items, .meta-items li {
    border-radius: 5px;
}
.meta-items li {
    background-color: hsl(199, 100%, 33%);
    color: hsl(0, 0%, 100%);
    cursor: all-scroll;
    display: inline-block;
    margin-left: 5px;
    padding: 8px 15px;
	margin-bottom: 3px;
}
.elementor-control-type-dragdrop textarea {
	visibility: hidden;
    height: 0;
    padding: 0;
    border: none;
}
ul.meta-items {
    margin-bottom: 8px;
}
.elementor-panel .meta-drag-drop-multi-field > h4 {
    font-weight: bold;
    margin-bottom: 4px;
	font-size: 11px;
}

.elementor-control-field .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.elementor-control-field .switch input {
	display: none;
}
.elementor-control-field .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.elementor-control-field .switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.elementor-control-field .switch input:checked + .slider {
	background-color: #2196F3;
}

.elementor-control-field .switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
.elementor-control-field .switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.elementor-control-field .switch .slider.round {
	border-radius: 34px;
}
.elementor-control-field .switch .slider.round:before {
	border-radius: 50%;
}
.elementor-control-field .main-checkbox {
    display: none;
}

.cea-admin-wrap .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.cea-admin-wrap .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.cea-admin-wrap .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cea-admin-wrap .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cea-admin-wrap .switch input:checked + .slider {
  background-color: #2196F3;
}

.cea-admin-wrap .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.cea-admin-wrap .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.cea-admin-wrap .switch .slider.round {
  border-radius: 34px;
}

.cea-admin-wrap .switch .slider.round:before {
  border-radius: 50%;
}

.cea-elementor-warning {
    font-size: 13px;
    line-height: 18px;
    background-color: #f3f0ca;
    color: #886726;
    padding: 10px;
    border-radius: 3px;
}