.dapa-result-table th,
.dapa-reuslt-table td {
	text-align: center;
	vertical-align: middle;
	padding: 3px 10px;
	border: 1px solid #96D4D4;
}

.dapa-result-table th {
	background: var(--primary-color);
	color: #fff !important;
	font-weight: normal !important;
	white-space: nowrap;
}

.copy-text {
	position: relative;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: flex;
}

.copy-text input.text {
	font-size: 18px;
	color: #555;
	border: none;
	margin-bottom: 0px;
	padding: 0px 5px;
}

.copy-text .btnmy {
	padding: 10px;
	background: var(--primary-color);
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
}

#get_urls_show,
#share_urls_show {
	margin-top: 15px !important;
}

#get_urls_show .dt-buttons {
	float: right !important;
}

.button.is-style-rounded {
	border-radius: 30px 30px 30px 30px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	padding: 20px 45px 20px 45px;
	line-height: 1.5;
}

.button.is-style-rounded:hover {
	background: #F97346 !important;
}

span.dapa_btn:before,
a.dapa_btn:before, .dapa_btn:before {
	background: #F97346 !important;
}

.sharebtn {
	margin-top: 20px;
	text-align: center !important;
}

.dt-button {
	padding: 8px !important;
	background: #fff !important;
	border: 0 none !important;
}

.dt-button.buttons-copy i.success {
	color: green !important;
}

#dapa_frm {
	text-align: center;
}

#g-recaptcha, #cloudflare-turnstile {
	margin: 0 auto;
	width: max-content;
	margin-bottom: 20px;
}

.error {
	color: inherit;
}

.hide {
	display: none;
}

/** Tooltip */
.dt-tooltip {
	position: relative;
	/* display: inline-block; */
	/* border-bottom: 1px dotted black; */
}

.dt-tooltip:hover::before {
	content: attr(data-tooltip);
	display: block;
	width: fit-content;
	text-wrap: wrap;
	white-space: normal;
	padding: 5px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	/* opacity: 0; */
	transition: opacity 0.3s;
	font-size: 80%;
}

.dt-tooltip:hover::after {
	content: "";
	position: absolute;
	top: -25%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.explanation {
	text-align: justify;
	margin-top: 25px;
	font-size: 80%;
}
.explanation ul li {
	padding: 0;
}

@media only screen and (max-width: 840px) {
	table.responsive {
		margin-bottom: 0;
		overflow: hidden;
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
	}
}
#dapa_link {
	resize: vertical;
	margin-bottom: 5px !important;
}
.detail-wrap {
	margin-bottom: 50px;
	font-size: 16px !important;
}
.total-website {
	float: left;
}
.exclude-checkbox {
	float: right;
}
@media (max-width: 992px) {
	.detail-wrap {
		display: grid;
		margin-bottom: 30px;
	}
}

.text-right {
    text-align: right;
}

#DAPAformsend:disabled{	   
	color: #fff;   
	cursor: not-allowed;
} 
#DAPAformsend:disabled::before {
    background-color: #ccc !important;
}
body .error-box {
	color: #5f2120;
	text-align: justify;
    padding: 20px;
    background: #fdeded;
	margin-bottom: 20px;
	border-radius: 5px;
}
@media print {
    :root {
		--dt-row-hover: #ffffff !important;
	}
}