Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/duplica/vendor/codexpert/plugin/src/assets/css/
Upload File :
Current File : /var/www/html/wp-content/plugins/duplica/vendor/codexpert/plugin/src/assets/css/deactivator.css

.cx-plugin-deactivation-survey-overlay {
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
}
.cx-plugin-deactivation-survey-modal {
    width: 50%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-dsm-header {
	padding: 0px 15px;
	border-bottom: 1px solid #f1f1f1;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-dsm-body {
    padding: 20px 15px;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-deactivation-reasons {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-deactivation-reasons .cx-plugin-deactivation-reason{
	width: 16%;
}
.cx-plugin-dsm-header .cx-title {
    margin-top: 0;
    float: left;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-deactivation-reasons .cx-plugin-deactivation-reason label {
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	height: 40px;
	border-radius: 4px;
}
.cx-plugin-dsm-footer .button:not(.button-primary):not(:hover) {
    border-color: #dee0e1;
    color: #949799;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-deactivation-reasons .cx-plugin-deactivation-reason label.active {
	background: #007cba;
	color: #fff;
	border-color: #007cba;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-deactivation-reasons .cx-plugin-deactivation-reason input{
	display: none;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-dsm-reason-details-input {
	width: 100%;
	border: 1px solid #ccc;
	display: none;
}
.cx-plugin-deactivation-survey-modal .cx-plugin-dsm-footer {
    border-top: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 10px 10px;
}
.cx-heading {
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}
.cx-desc {
	color: #bdbdbd;
	font-style: italic;
	text-align: right;
	margin: 0 auto 5px auto;
}
.cx-consent-label {
	float: right;
	font-size: 12px;
	padding-right: 5px;
	cursor: pointer;
}