@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	margin: 0px;
	padding: 0px;
	background: #1b192b url(../images/red-web.png) right top no-repeat !important;
	font-family: 'Inter', sans-serif !important;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
ul,
li {
	margin: 0px;
	padding: 0px;
}

.modal-dialog {
	max-width: 900px;
	width: 90%;
	margin: 30px auto;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 700px;
	}
}

@media (min-width: 768px) {
	.modal-dialog {
		max-width: 800px;
	}
}

@media (min-width: 992px) {
	.modal-dialog {
		max-width: 900px;
	}
}

@media (min-width: 1200px) {
	.modal-dialog {
		max-width: 1100px;
	}
}

.modal-content {
	padding: 20px;
	border-radius: 10px;
}

.header a {
	text-decoration: none !important;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	//color: white !important;
}

.header a:hover {
	text-decoration: none !important;
	color: rgb(124, 122, 122) !important;
}

.navbar a {
	text-decoration: none !important;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color: white !important;
}

.navbar a:hover {
	text-decoration: none !important;
	color: white !important;
}

body a {
	text-decoration: none !important;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color: rgb(114, 156, 211) !important;
}

body a:hover {
	text-decoration: none !important;
}

ul {
	list-style-type: none;
}

.clear {
	clear: both;
}

.modal-content {
	border-radius: 10px;
}

.dark-mode {
	background-color: #343a40;
	color: white;
}

.light-mode {
	background-color: #f1f1f1;
	color: black;
}

.modal-header {
	background-color: #343a40;
	color: white;
	border-bottom: none;
}

.modal-title {
	font-size: 24px;
	font-weight: bold;
}

.modal-body {
	padding: 2rem;
}

.btn-primary {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-success {
	background-color: #28a745;
	border-color: #28a745;
}

.form-control {
	border-radius: 5px;
	margin-bottom: 15px;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog {
	max-width: 900px;
	margin: auto;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1040;
	display: none;
}

.blurred {
	filter: blur(5px);
	pointer-events: none;
}

#logo {
	display: none;
	margin-left: 10px;
}

.confetti {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1050;
	pointer-events: none;
	overflow: hidden;
}

.error-message {
	color: red;
	text-align: center;
	margin-top: 15px;
}

#submitButton {
	position: relative;
}

#spinner {
	margin-left: 10px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.grid {
	width: 90%;
	padding: 0px 15px;
	margin: 0px auto;
}

/***** start of header ********/

.header {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
	background: transparent;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.header-row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a.logo {
	margin: 0px 0px 0px 0px;
}

.header-right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.header-right ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.header-right ul li {
	margin: 0px 36px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.header-right ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	display: block;
}

.header-right ul li a:hover {
	color: #D63031;
}

.header-right ul li.lang {
	margin: 0px 0px 0px 0px;
}

ul li.lang a {
	margin: 0px 0px 0px 0px;
	background: url(../images/global.png) left 2px no-repeat;
	padding: 0px 0px 0px 25px !important;
}

.banner {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 25px 0px;
}

.banner-row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.banner-row h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: 500;
	font-size: 56px;
	text-align: center;
}

.banner-row h1 span {
	color: #D63031;
}

/** sec3 **/

.sec3 {
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 70px 0px;
}

.sec3-row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sec3 h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}

.updt {
	margin: 0px 0px 0px 0px;
	padding: 10px 18px 10px 18px;
	background: #323040;
	border-radius: 40px;
}

.updt p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #c1c1c5;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.updt p span {
	color: #fff;
}

.sec3-flex {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	column-gap: 20px;
}

.web-bx1 {
	margin: 0px 0px 0px 0px;
	padding: 22px 45px 22px 45px;
	width: 100%;
	border: 1px solid #323040;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 300ms;
	background: #d6303031;
}

.web-bx1:hover {
	border: 1px solid #D63031;
}

.web-bx-icn {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 64px;
	height: 66px;
	border-radius: 10px;
	background: #323040;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 300ms;
	background: #D63031;
}

.web-bx1:hover .web-bx-icn {
	background: #D63031;
}

.web-bx1 h4 {
	margin: 24px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	transition: 300ms;
}

.web-bx1:hover h4 {
	color: #D63031;
}

.web-bx1 h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

.web-bx4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 8px;
}

/** sec4 **/

.sec4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 70px 0px;
}

.sec4-row {
	margin: 0px 0px 0px 0px;
	padding: 50px 50px 50px 50px;
	background: #323040 url(../images/Frame1.png) center no-repeat;
	background-size: cover;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.sec4-text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.lock {
	margin: 0px auto 0px auto;
	display: block;
}

.sec4-text h4 {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}

a.verify-btn {
	margin: 0px auto 0px auto;
	padding: 10px 28px 10px 28px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	width: max-content;
	border-radius: 40px;
	background: orangered;
	display: block;
}

.copy {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-row {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #494755;
}

.copy-row p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.copy-row ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	column-gap: 20px;
}

.copy-row ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-row ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-size: 16px;
}

.copy-row ul li a:hover {
	color: #fff;
}

.copy-row ul li.last {
	margin: 0px 0px 0px 0px;
}

.modal-content {
	background-color: #f9f9f9;
	border-radius: 10px;
}

.modal-header {
	background-color: #343a40;
	color: white;
	border-bottom: none;
}

.modal-title {
	font-size: 24px;
	font-weight: bold;
}

.modal-body {
	padding: 2rem;
}

.btn-primary {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-success {
	background-color: #28a745;
	border-color: #28a745;
}

.form-control {
	border-radius: 5px;
}

.close {
	color: white;
	opacity: 1;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog {
	max-width: 900px;
	margin: auto;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1040;
	display: none;
}

.blurred {
	filter: blur(5px);
	pointer-events: none;
}

#logo {
	display: none;
	margin-left: 10px;
}

.confetti {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1050;
	pointer-events: none;
	overflow: hidden;
}

.modal-content {
	background-color: #f9f9f9;
	border-radius: 10px;
}

.dark-mode {
	background-color: #343a40;
	color: white;
}

.modal-header {
	background-color: #343a40;
	color: white;
	border-bottom: none;
}

.modal-title {
	font-size: 24px;
	font-weight: bold;
}

.modal-body {
	padding: 2rem;
}

.btn-primary {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-success {
	background-color: #28a745;
	border-color: #28a745;
}

.form-control {
	border-radius: 5px;
}

.close {
	color: white;
	opacity: 1;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog {
	max-width: 900px;
	margin: auto;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1040;
	display: none;
}

.blurred {
	filter: blur(5px);
	pointer-events: none;
}

#logo {
	display: none;
	margin-left: 10px;
}

.confetti {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1050;
	pointer-events: none;
	overflow: hidden;
}

/* Table Container Styles */
.sec5 {
	padding: 20px 0 !important;
	background: #1b192b !important;
	margin-top: 30px !important;
	border-top: 1px solid #323040 !important;
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: hidden !important;
	display: flex !important;
	justify-content: center !important;
}

.table-container {
	background: #1b192b !important;
	padding: 10px 15px !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
	width: 95% !important;
	max-width: 95% !important;
	margin: 0 auto !important;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
}

/* Live/Dead Domain Indicators */
.live-indicator,
.dead-indicator {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	padding: 4px 8px !important;
	border-radius: 12px !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	margin-right: 8px !important;
	position: relative !important;
	vertical-align: middle !important;
	transition: all 0.2s ease !important;
}

.live-indicator {
	background-color: rgba(46, 204, 113, 0.15) !important;
	color: #2ecc71 !important;
	border: 1px solid rgba(46, 204, 113, 0.3) !important;
}

.dead-indicator {
	background-color: rgba(231, 76, 60, 0.15) !important;
	color: #e74c3c !important;
	border: 1px solid rgba(231, 76, 60, 0.3) !important;
}

.live-indicator::before,
.dead-indicator::before {
	content: '' !important;
	display: inline-block !important;
	width: 6px !important;
	height: 6px !important;
	border-radius: 50% !important;
	margin-right: 4px !important;
}

.live-indicator::before {
	background-color: #2ecc71 !important;
	box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.2) !important;
	animation: pulse 2s infinite !important;
}

.dead-indicator::before {
	background-color: #e74c3c !important;
	box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4) !important;
	}

	70% {
		box-shadow: 0 0 0 6px rgba(46, 204, 113, 0) !important;
	}

	100% {
		box-shadow: 0 0 0 0 rgba(46, 204, 113, 0) !important;
	}
}

/* DataTable Styles */
.dataTables_wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
}

#phishingDomainsTable {
	width: 100% !important;
	margin: 0 !important;
}

/* Adjust bottom controls layout */
.dataTables_wrapper .bottom {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 15px !important;
	margin-top: 20px !important;
	padding: 0 !important;
}

.datatable-paginate {
	margin-left: auto !important;
}

/* Remove info text related styles */
.datatable-info {
	display: none !important;
}

/* Ensure proper spacing between elements */
.dataTables_length,
.datatable-paginate {
	display: flex !important;
	align-items: center !important;
}

/* Enhanced Table Styles */
#phishingDomainsTable {
	color: #fff !important;
	background: #1b192b !important;
	border-collapse: separate !important;
	border-spacing: 0 8px !important;
	width: 100% !important;
	margin: 0 !important;
}

#phishingDomainsTable thead th {
	background: #323040 !important;
	color: #fff !important;
	border: none !important;
	padding: 15px 20px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

#phishingDomainsTable tbody td {
	color: #fff !important;
	border: none !important;
	padding: 15px 20px !important;
	background: #323040 !important;
	transition: all 0.2s ease !important;
}

#phishingDomainsTable tbody tr:hover td {
	background: #3a3848 !important;
}

/* DataTables Controls */
.dataTables_filter input {
	background: #323040 !important;
	border: 1px solid #323040 !important;
	color: #fff !important;
	padding: 8px 15px !important;
	border-radius: 8px !important;
	transition: all 0.2s ease !important;
	width: 250px !important;
}

.dataTables_length select {
	background: #323040 !important;
	border: 1px solid #323040 !important;
	color: #fff !important;
	padding: 8px 15px !important;
	border-radius: 8px !important;
	transition: all 0.2s ease !important;
}

/* Pagination Styles */
.dataTables_paginate .paginate_button {
	padding: 8px 15px !important;
	margin: 0 3px !important;
	border-radius: 8px !important;
	border: 1px solid #D63031 !important;
	background: transparent !important;
	color: #fff !important;
	transition: all 0.2s ease !important;
	font-weight: 500 !important;
}

.dataTables_paginate .paginate_button.current {
	background: #D63031 !important;
	color: #fff !important;
	border-color: #D63031 !important;
}

.dataTables_paginate .paginate_button:hover {
	background: #D63031 !important;
	color: #fff !important;
	border-color: #D63031 !important;
	transform: translateY(-1px) !important;
}

.dataTables_paginate .paginate_button.disabled {
	color: #666 !important;
	background: transparent !important;
	border-color: #323040 !important;
}

/* Navbar Link Overrides */
.navbar a,
.navbar .nav-link,
.navbar .navbar-brand,
.navbar .nav-item a,
.navbar .navbar-nav a,
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-item a {
	background: transparent !important;
	color: #fff !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active,
.navbar .nav-item.active .nav-link {
	background: rgba(214, 48, 49, 0.1) !important;
	color: #D63031 !important;
	text-decoration: none !important;
}

/* Override any existing link styles for navbar */
.navbar *,
.navbar *::before,
.navbar *::after {
	background: transparent !important;
}

.navbar .navbar-collapse,
.navbar .navbar-nav,
.navbar .nav-item,
.navbar .nav-link,
.navbar .navbar-brand {
	background: transparent !important;
}

/* Ensure navbar container is full width */
.navbar .container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 15px !important;
	margin: 0 !important;
}

/* DataTable wrapper adjustments */
.dataTables_wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
}

/* Table Cell Styles */
.table-cell {
	font-size: 13px !important;
	line-height: 1.4 !important;
	word-break: break-word !important;
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	padding: 12px 15px !important;
}

/* Domain Cell Styles */
.domain-cell {
	font-size: 13px !important;
	line-height: 1.4 !important;
	word-break: break-word !important;
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 12px 15px !important;
}

/* Ensure table cells have proper padding */
#phishingDomainsTable tbody td {
	padding: 0 !important;
	vertical-align: top !important;
}

/* Adjust table cell content for different columns */
#phishingDomainsTable tbody td .table-cell-content {
	word-break: break-word !important;
}

/* Special handling for domain column */
.domain-cell {
	padding: 12px 15px !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
}

/* Adjust table header text size */
#phishingDomainsTable thead th {
	font-size: 12px !important;
	padding: 12px 15px !important;
}

/* Adjust table cell padding */
#phishingDomainsTable tbody td {
	padding: 12px 15px !important;
}

/* Ensure table takes full width */
#phishingDomainsTable {
	table-layout: fixed !important;
	width: 100% !important;
}

/* Add horizontal scroll for very small screens */
.table-container {
	overflow-x: auto !important;
	-webkit-overflow-scrolling: touch !important;
}

/* DataTable Top Row Styles */
.dataTables_wrapper .top {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	margin-bottom: 15px !important;
	width: 100% !important;
}

/* Export Button Styles */
.dt-buttons {
	display: inline-block !important;
	margin-right: 15px !important;
}

.dt-buttons .btn {
	background-color: #D63031 !important;
	border-color: #D63031 !important;
	color: #fff !important;
	margin-right: 5px !important;
	padding: 8px 15px !important;
	border-radius: 8px !important;
	transition: all 0.2s ease !important;
}

.dt-buttons .btn:hover {
	background-color: #c62828 !important;
	border-color: #c62828 !important;
	transform: translateY(-1px) !important;
}

/* Search Box Styles */
.dataTables_filter {
	margin-left: auto !important;
}

.dataTables_filter input {
	background: #323040 !important;
	border: 1px solid #323040 !important;
	color: #fff !important;
	padding: 8px 15px !important;
	border-radius: 8px !important;
	transition: all 0.2s ease !important;
	width: 250px !important;
}

.dataTables_filter input:focus {
	border-color: #D63031 !important;
	outline: none !important;
	box-shadow: 0 0 0 2px rgba(214, 48, 49, 0.2) !important;
}

/* Dropdown Menu Styles */
.dt-button-collection {
	background-color: #343a40 !important;
	border-color: #454d55 !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.dt-button-collection .dt-button {
	color: #fff !important;
	background-color: #343a40 !important;
	border-color: #454d55 !important;
	padding: 8px 15px !important;
	transition: all 0.2s ease !important;
}

.dt-button-collection .dt-button:hover {
	background-color: #454d55 !important;
	border-color: #545b62 !important;
}

/* Remove bottom buttons container since we moved it to top */
.datatable-buttons {
	display: none !important;
}

/* DataTables Dark Theme Styles */
.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #fff !important;
	background: #2c2c2c !important;
	border: 1px solid #444 !important;
	border-radius: 4px !important;
	margin: 0 2px !important;
	padding: 0.5em 1em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #444 !important;
	color: #fff !important;
	border-color: #666 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #007bff !important;
	color: #fff !important;
	border-color: #007bff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	color: #666 !important;
	background: #2c2c2c !important;
	border-color: #444 !important;
	cursor: not-allowed !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	background: #2c2c2c !important;
	color: #666 !important;
	border-color: #444 !important;
}

.dataTables_wrapper .dataTables_info {
	color: #fff !important;
}

.dataTables_wrapper .dataTables_length select {
	background: #2c2c2c !important;
	color: #fff !important;
	border: 1px solid #444 !important;
	border-radius: 4px !important;
	padding: 0.3em !important;
}

.dataTables_wrapper .dataTables_filter input {
	background: #2c2c2c !important;
	color: #fff !important;
	border: 1px solid #444 !important;
	border-radius: 4px !important;
	padding: 0.3em !important;
}