.ypm-label {
	min-width: 130px;
	display: inline-block;
}

.ypm-hide {
	display: none;
}

.ypm-margin-bottom-15 {
	margin-bottom: 15px;
}

.ycf-bootstrap-wrapper a:hover {
	text-decoration: none;
}

.wp-picker-container a {
	height: 24px !important;
}

.ycf-pro-wrapper {
	position: relative;
}

.ypm-upgrade-pro {
	color: black;
	font-size: 17px;
}

.yrm-pro-options {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(238,238,238,0.4);
	cursor: pointer;
}

.yrm-pro-options-title {
    position: relative;
    top: 28%;
    left: 65%;
    font-size: 32px;
    color: red;
    opacity: 1;
    overflow-wrap: break-word;
    width: 205px;
    margin-top: -15px;
}
input[name="ypm-popup-theme"]:not(:last-child) {
	margin-right:  8px;
}

.overlay-opacity-label {
    margin-top: 20px;
}
.ypm-span-margin-bottom {
	margin-bottom: 4px;
	display: inline-block;
}

.checkbox-right-label {
	margin-left: 5px;
}

input[type="checkbox"].ypm-fblike-option {
	margin-top: -1px;
}

/*Checkbox slider start*/
/* The switch - the box around the slider */
.ypm-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.ypm-switch input {display:none;}

/* The slider */
.ypm-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	transform: scale(0.8, 0.8);
}

.ypm-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .ypm-slider {
	background-color: #2196F3;
}

input:focus + .ypm-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .ypm-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.ypm-slider.ypm-round {
	border-radius: 34px;
}

.ypm-slider.ypm-round:before {
	border-radius: 50%;
}
/*Checkbox slider end*/

.ypm-tab-content {
	padding-top: 10px;
}