.dmp-dialog-wrap {	
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	
	background: rgba(0,0,0,0.65);
	background: rgba(244,244,244,0.8);
	z-index: 50000;
	
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	
	user-select: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	line-height: 1.29;
}

.dmp-dialog-wrap * {
	box-sizing: border-box;
}

.dmp-dialog-content {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	border-radius: 6px;
	border-radius: 12px;
	border-radius: 12px;
	padding: 0px;
	box-shadow: 0 12px 28px 0 rgba(0,0,0,0.2),0 2px 4px 0 rgba(0,0,0,0.1),inset 0 0 0 1px rgba(255,255,255,0.5);
	cursor: default;
}
.dmp-dialog-inner {
	padding: 22px 24px 16px 24px;
	padding: 21px 0px 15px 24px;
	width: 385px;
	width: 385px;
	-webkit-font-smoothing: auto;
	color: #333;
	color: #1c1e21;
}

.dmp-dialog-settings {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
.dmp-dialog-status,
.dmp-dialog-message,
.dmp-dialog-finished,
.dmp-dialog-upgrade {
	display: none;
	padding-top: 0px;
}

.dmp-message {
	padding-top: 9px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 24px;
}

.dmp-finished {
	padding-top: 6px;
	margin-right: 24px;
}
.dmp-finished-heading {
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 18px;
}
.dmp-finished-message,
.dmp-upgrade-message {
	font-size: 14px;
	line-height: 20px;
	font-size: 17px;
	font-size: 15px;
	line-height: 22px;
}
.dmp-upgrade-message {
	padding-bottom: 4px;
}

.dmp-upgraded-heading {
	font-size: 20px;
	font-weight: normal;
	padding: 7px 0px 20px 0px;
}
.dmp-upgraded-message {
	font-size: 15px;
	line-height: 22px;
	padding: 0px 20px 0px 0px;
}

.dmp-upgrade-price-wrap {

}

.dmp-upgrade-heading {
	font-size: 20px;
	line-height: 27px;
	font-weight: normal;
	padding: 2px 0px 19px 4px;
	text-align: left;
}
.dmp-upgrade-heading span {
	/*
	background: rgba(252,45,85,0.06);
	border: 0px solid rgba(252,45,85,0.09);*/
}
.dmp-upgrade-tagline {
	color: rgba(0,0,0,0.9);
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 26px;
	background: #EBFDF5;
	border: 1px solid rgba(132,241,194,0.4);
	padding: 8px 0px 8px 15px;
	border-radius: 11px;
	display: block;
	margin: 0px 0px 24px 0px;
	border: 1px solid rgba(255,158,85,0.12);
	background: #FFF6F0;
	background: rgba(252,45,85,0.06);
}
.dmp-upgrade-tagline b {
	font-weight: 700;
}

.dmp-upgrade-price {
	display: inline-block;
	vertical-align: top;
	padding: 10px 17px 9px 17px;
	text-align: center;
	background: #F4F6F6;
	background: #FFF6F0;
	border-radius: 11px;
	margin-right: 17px;
	border: 0px solid #eaeaea;
	border: 1px solid rgba(255,158,85,0.12);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.03);
	box-shadow: 1px 1px 7px rgba(25,119,242,0.1);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.0);
	box-shadow: none;
	background: #EBFDF5;
	border: 1px solid rgba(132,241,194,0.4);
}
.dmp-upgrade-price div {
	font-size: 14px;
	padding-bottom: 4px;
	color: #333;
	white-space: nowrap;
}
.dmp-upgrade-price span {
	font-size: 21px;
	font-weight: 600;
}

.dmp-upgrade-features {
	vertical-align: top;
	font-size: 15px;
	padding-top: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
.dmp-upgrade-features div {
	padding-bottom: 4px;
}
.dmp-upgrade-features div b {
	font-weight: 700;
}
.dmp-upgrade-features span {
	display: inline-block;
	background: #fff url('') no-repeat 0px 0px;
	background-size: 19px;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 8px;
}

.dmp-finished a:link,
.dmp-finished a:visited,
.dmp-finished a:active,
.dmp-finished a:hover {
	color: #216fdb;
	color: rgb(254, 44, 85);
	text-decoration: none;
	font-weight: 600;
}
.dmp-finished a:hover {
	text-decoration: underline;
}

.dmp-finished-share {
	padding-top: 22px;
}
.dmp-finished-share div,
.dmp-finished-share a,
.dmp-finished-share a:link,
.dmp-finished-share a:visited,
.dmp-finished-share a:active,
.dmp-finished-share a:hover {	
	border: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    opacity: 0.45;
    opacity: 0.9;
    margin-right: 7px;
    margin-bottom: 0px;
    border: 1px solid rgba(0,0,0,0.17);
    /* border: 1px solid rgba(0,0,0,0); */
    background-color: rgba(0,0,0,0.02);
    /* background-color: rgba(0,0,0,0.07); */
    border-radius: 9px;
    border-radius: 50%;
	background-color: rgb(238,240,241);
	border: 1px solid rgb(238,240,241);
}
.dmp-share-facebook {
	background-image: url('');
}
.dmp-share-twitter {
	background-image: url('');
	background-size: 23px 23px !important;
	background-position: 8px 7px !important;
}
.dmp-share-reddit {
	background-image: url('');
}
.dmp-share-email {
	background-image: url('');
	background-size: 22px 22px !important;
	background-position: 8px 8px !important;
}
.dmp-share-link {
	background-image: url('');
}
.dmp-share-whatsapp {
	background-image: url('');
	background-size: 22px 22px !important;
	background-position: 8px 7px !important;
}
.dmp-share-messenger {
	background-image: url('');
	background-size: 24px 24px !important;
	background-position: 7px 7px !important;
	display: none !important;
}
.dmp-share-linkedin {
	background-image: url('');
	background-size: 27px 27px !important;
	background-position: 6px 5px !important;
}

.dmp-emoji {
	display: inline-block;
	background-image: url('');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-style: normal;
	position: relative;
}
.dmp-emoji-party {
	background-size: 25px 25px;
	height: 25px;
	width: 30px;
	top: 5px;
}
.dmp-emoji-star {
	background-size: 15px 15px;
	height: 15px;
	width: 16px;
	top: 2px;
}
.dmp-emoji-hand-down {
	background-size: 17px 17px;
	height: 17px;
	width: 17px;
	top: 3px;
}

.dmp-header {
	background: #fff url('') no-repeat 2px -4px;
	background-size: 48px 48px;
	padding: 3px 2px 20px 69px;
	font-size: 27px;
	line-height: 34px;
	font-weight: 500;
	margin: 1px 24px 10px 0px;
	border-bottom: 1px solid #e4e6eb;
	color: rgb(5, 5, 5);
}

.dmp-table td {
	font-size: 12px;
}

.dmp-dialog-status {
	padding-top: 4px;
	padding-bottom: 2px;
}
.dmp-label {
	font-size: 15px;
	line-height: 15px;
	margin: 8px 24px 0px 0px;
	white-space: nowrap;
	font-weight: 600;
}
.dmp-status {
	font-size: 15px;
	line-height: 14px;
	margin: 0px 0px 0px 15px;
	display: inline-block;
}
.dmp-status-stage {
	float: right;
	color: #888;
	font-size: 14px;
	margin: 7px 27px 0px 0px;
}
.dmp-status-title {
	font-size: 17px;
	padding-bottom: 8px;
	padding-top: 5px;
	
	font-size: 18px;
	font-weight: 500;
}
.dmp-status-wrap {
	padding: 0px 0px 0px 2px;
}
.dmp-status-waiting {
	opacity: 0.35;
}
.dmp-status-counter {
	display: inline-block;
	background: #F14337;
	background: #f02849;
	background: #F24337;
	background: #FA2B54;
	color: #fff;
	font-size: 14px;
	border-radius: 50px;
	padding: 3px 8px 3px 8px;
	margin-top: 10px;
	font-weight: 500;
	position: relative;
	top: 0px;
}
.dmp-status-counter-disabled {
	background: #F0F2F5;
	background: #E4E6EB;
	color: #1c1e21;
}

.dmp-timer {
	display: none;
	float: left;
	font-size: 15px;
	line-height: 14px;
	margin: 22px 0px 0px 0px;
	background: #fff url('') no-repeat 0px 0px;
	background-size: 21px 21px;
	padding: 3px 0px 4px 28px;
}

.dmp-scroll-wrap {
	max-height: 159px;
	overflow-y: auto;
	padding-top: 2px;
}

.dmp-checkbox {
	display: block;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	color: rgb(5, 5, 5);
	font-weight: 400;
	position: relative;
	padding: 6px 1px 0px 43px;
}
.dmp-checkbox-inline {
	display: inline-block;
}
.dmp-checkbox span {
	display: inline-block;
	border-radius: 50px;
	height: 21px;
	width: 33px;
	background: rgb(206,208,212);
	margin-right: 10px;
	-webkit-transition: background 0.18s linear;
	position: absolute;
	top: 5px;
	left: 0px;
}
.dmp-checkbox div {
	display: inline-block;
	height: 17px;
	width: 17px;
	border-radius: 50px;
	background: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: left 0.18s ease-out;
}
.dmp-checkbox-selected span {
	background: rgb(25,118,242);
}
.dmp-checkbox-selected div {
	left: 14px;
}

.dmp-select {
	appearance: none;
	cursor: pointer;
	background: rgb(241,243,244);
	padding: 8px 35px 8px 11px;
	margin-right: 10px;
	border-radius: 5px;
	display: inline-block;
	border: none;
	outline: none;
	background: url('') 88% center no-repeat;
	background-color: rgb(241,243,244);
	background-color: #E4E6EB;
	background-color: rgb(238,240,241);
	background-size: 10px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	user-select: auto;
	color: #1c1e21;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	margin-top: 2px;
}

.dmp-button-wrap {
	margin-top: 20px;
	text-align: right;
	border-top: 1px solid #e4e6eb;
	margin-right: 24px;
}
.dmp-button-wrap-left {
	text-align: left;
}
.dmp-button-wrap-center {
	text-align: center;
}
.dmp-button,
.dmp-button-cancel {
	display: inline-block;
	padding: 6px 40px 9px 40px;
	border-radius: 7px;
	border: 1px solid #DADCE0;
	color: rgb(26, 115, 232);
	cursor: pointer;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin-top: 15px;	
	-webkit-transition: opacity 0.15s ease-out;
}
.dmp-button span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 15px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 8px;
}
.dmp-button-dark {
	background: #1a73e8;
	background: rgb(25,119,242);
	background: #FA2B54;
	color: #fff;
	border: none;
}
.dmp-button-gray {
	background: #F14337;
	color: #fff;
	background: #E4E6EB;
	color: #1c1e21;
	border: none;
}
.dmp-button-cancel {
	border-color: transparent;
	background: transparent;
	color: #333;
	padding-left: 24px;
	padding-right: 24px;
}
.dmp-button-dark:hover {
	/*box-shadow: 0 1px 2px 0 rgba(66, 133, 244, .3), 0 1px 3px 1px rgba(66, 133, 244, .15);
	background: rgba(26, 115, 232, 0.9);*/
	opacity: 0.95;
}



