* {
	font-family: arial, sans-serif;
}

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
    }

/* Marianne Thin */
@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Thin.woff2') format('woff2'),
         url('/font/Marianne-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Mundo';
    src: url('/font/mundo-medium.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Thin_Italic.woff2') format('woff2'),
         url('/font/Marianne-Thin_Italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

/* Marianne Light */
@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Light.woff2') format('woff2'),
         url('/font/Marianne-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Light_Italic.woff2') format('woff2'),
         url('/font/Marianne-Light_Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

/* Marianne Regular */
@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Regular.woff2') format('woff2'),
         url('/font/Marianne-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Regular_Italic.woff2') format('woff2'),
         url('/font/Marianne-Regular_Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

/* Marianne Medium */
@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Medium.woff2') format('woff2'),
         url('/font/Marianne-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Medium_Italic.woff2') format('woff2'),
         url('/font/Marianne-Medium_Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

/* Marianne Bold */
@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Bold.woff2') format('woff2'),
         url('/font/Marianne-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-Bold_Italic.woff2') format('woff2'),
         url('/font/Marianne-Bold_Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

/* Marianne ExtraBold */
@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-ExtraBold.woff2') format('woff2'),
         url('/font/Marianne-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Marianne';
    src: url('/font/Marianne-ExtraBold_Italic.woff2') format('woff2'),
         url('/font/Marianne-ExtraBold_Italic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('/font/proximanova-regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: 'Proxima Nova';
	src: url('/font/proximanova-medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
  }
  @font-face {
	font-family: 'Proxima Nova';
	src: url('/font/proximanova-semibold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
  }

#inlineFormInput {
	padding: 24px 40px 24px 40px;
}

[data-lastpass-icon-root] {
	display:none
}


.input-mail-icon, .input-phone-icon {
	position: absolute;
    left: 13px;
    top: 51.2%;
    transform: translateY(-50%);
    width: 18px;
    fill: #dbdbdb;
}

.input-search-icon {
	position: absolute;
    left: 13px;
    top: 51.2%;
    transform: translateY(-50%);
    width: 23px;
    fill: #dbdbdb;
}

@keyframes slideDown2 {
    0% {
        transform: translateY(-40%); 
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1; 
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(-5%); 
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1; 
    }
}

.modules-available:focus {
	outline: none!important
}

.reverse-lookup-presentation {
	max-width: 630px;
    color: #1c1c1c;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	font-size: 30px;
    font-weight: 600;
	margin-bottom: 0px !important;
    line-height: 38px;
    letter-spacing: -.045em;
}

h1.reverse-lookup-presentation {
	text-align: left; /* Aligns text to the left */
}

h1.reverse-lookup-presentation span:first-child {
	text-align: center; /* Center aligns the first span */
}

/* Optional: Adjust font size for smaller screens to ensure adaptability */
@media (max-width: 768px) {
	h1.reverse-lookup-presentation span {
		font-size: 0.9em;
	}
}

li > button > a {
	color:#a3a3a3;
}

.search-container {
	display: flex;
	position: relative;
}

.search-input {
	padding: 24px 100px 24px 10px; /* Right padding depends on the width of your button */
	flex-grow: 1;
}

.octopus {
	width: 106px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	pointer-events: none;
	padding-bottom: 10px;
	user-select: none;
}

.search-button {
	position: absolute;
	right: 24px; /* You can adjust this based on your preference */
	top: 50%;
	transform: translateY(-50%);
}

#hecarim {
	position: fixed;
	bottom: 0;
	background-color: transparent;
	font-size: 80%;
	text-align: center;
	font-family: jetbrains mono, monospace;
	margin-inline: 50%;
}

.table {
	font-size: inherit !important;
	width:50%;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;	
}

.donatebutton {
	display: inline-block;
}

.user-type-staff {
	background-color: #201C2B;
}

.user-type-admin {
	background-color: #FFB300;
}

.user-type-global_mod {
	background-color: #0C683A;
}

.broadcaster-type-partner {
	background-color: #B08CF1;
}

.broadcaster-type-affiliate {
	background-color: #B2F7A5;
}

.isExtensionsDeveloper-status-yes {
	background-color: #B2F7A5;
}

.isExtensionsApprover-status-yes {
	background-color: #B2F7A5;
}

.vod-card {
	width: 322px;
}

.channel-card {
	width: 322px;
	margin: 0px 4px 4px 0px;
}

.channel-card-big {
	width: 642px;
	margin: 0px 4px 4px 0px;
}

.stream-preview {
	width: 322px;
	height: 180px;
}

.stream-preview-img {
	width: 100%;
	height: 100%;
	background-image: url("https://web.archive.org/web/20191127153544im_/https://static-cdn.jtvnw.net/ttv-static/404_preview-320x180.jpg");
	display: inline-block;
}

.stream-preview-big {
	width: 642px;
	height: 360px;
}

#navbarNavAltMarkup {
	place-content: center;
}

.col-md-2 {
	margin-bottom: 1.25rem;
}

.hidden {
	display: none !important;
}

.error-table {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-width: fit-content;
    max-width: fit-content;
}

#loading {
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	border-top-color: #aaabad;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	margin-right: auto;
    margin-left: auto;
	margin-top: 4%;
}

.nav-item {
	max-width: fit-content;
	white-space: nowrap;
}

.nav-item a.active {
	border-bottom: 1px solid #007bff!important;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.extra-info {
	display: flex;
	gap: 5px;
	margin-left: 1em;
	font-size: 12px;
	text-decoration-line: underline;
	flex-direction: column;
}

.tos-field {
	display: flex;
	gap:5px;
	margin-left: auto;
	padding-block: 6px;
}

.howto-handle {
    display: flex;
    gap: 5px;
    margin-left: auto;
    padding-block: 6px;
}

.howto-handle-text {
	position: relative;
	margin-right: 1rem !important;
    FONT-WEIGHT: 400;
    font-size: 12px;
    background-color: unset !important;
    border: none !important;
    text-decoration-style: dotted;
    text-decoration-line: underline;
    height: fit-content;
	color: #0064ff;
    cursor: pointer;
}

.button-tos {
	background-color: rgb(45 110 207 / 6%);
    border-color: rgba(0,0,0,.2);
    border-width: 1px;
    border-radius: 0.275rem;
    justify-content: center;
    margin-top: 1px;
    align-items: center;
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: flex;
	overflow:hidden;
	outline:none!important
}

.accept-tos {
	position: relative;
    FONT-WEIGHT: 400;
    font-size: 12px;
    background-color: unset!important;
    border: none!important;
    text-decoration-style: dotted;
	text-decoration-line: underline;
    left: 2;
    height: fit-content;
	margin-right: 1rem!important;
}

/* The Modal (background) */
.output-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .output-modal-content {
	background-color: #fefefe;
    margin: 10% auto;
    padding: 5px 10px 5px 5px;
    border: 1px solid #888;
    width: fit-content;
    min-width: 800px;
    border-radius: 10px;
  }
  
  .output-modal-card {
	display:flex;
  }
  .output-modal-card-profile-image {
	height: 250px;
	border-radius: 5px;
	transition: all .4s ease-out 0s;
  }
  img.output-modal-card-profile-image:hover {
    transform: scale(1.1);
    transition: all .4s ease-out 0s;
}
  .output-card-extra-container {
	display:flex;
	gap: 6px;
  }
  .output-card-extra-field {
    border: 2px solid #838383;
    border-radius: 5px;
    color: #525252;
    background-color: #f0f0f0;
    font-family: 'Proxima Nova';
    padding: 4px;
	transition: all .3s ease;
	cursor:pointer;
  }
  .output-card-extra-field:hover {
	color: white;
    background-color: black;
	border: 2px solid #87a9ff;
	transition: all .3s ease;
  }
  .output-card-extra-field-span {
    margin: 15px 5px 15px 5px!important;
  }
  .output-card-fields {
	width:100%;
	width: -webkit-fill-available;
    width: -moz-available;
	margin:1rem;
  }
  .output-card-rows {
	display: flex;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
    max-height: 180px;
  }
  .output-card-title {
	font-family: Proxima Nova;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .output-modal-container {
	min-width: 300px;
    min-height: fit-content;
    background-color: #f8f8f8;
    margin: 20px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
  }
  /* The Close Button */
  .output-modal-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .output-modal-close:hover,
  .output-modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }
  

.output-wrapper {
	position: absolute;
    right: 1em;
    bottom: 0.6em;
}

.output-container {
	display:flex;
}

.output-text {
	text-transform: uppercase;
    color: #787878;
    align-self: center;
    font-size: 12px;
}

.card {
	width: 350px;
	background-color: #efefef;
	border: none;
	cursor: pointer;
	-webkit-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
	box-shadow: 1.5px 5px 9px grey;
}

.card:hover {
	box-shadow: 1.4px 5px 15px rgb(100, 100, 100);
	-webkit-transition: box-shadow .2s ease-in;
	transition: box-shadow .2s ease-in;
}

.image img {
	transition: all 0.5s
}

.card:hover .image img {
	transform: scale(1.5)
}

.btn-card {
	height: 140px;
	width: 140px;
	border-radius: 50%
}

.name {
	font-size: 22px;
	font-weight: bold
}

.idd {
	font-size: 14px;
	font-weight: 600
}

.idd1 {
	font-size: 12px
}

.number {
	font-size: 22px;
	font-weight: bold
}

.follow {
	font-size: 12px;
	font-weight: 500;
	color: #444444
}

.btn1 {
	height: 40px;
	width: 150px;
	border: none;
	color: rgb(243, 238, 230);
	font-size: 15px
}

.text span {
	font-size: 13px;
	color: #545454;
	font-weight: 500
}

#pickEnrichmentModule > div.smm-overlay {
	display:none;
}

#checkerModules {
	display:none;	
}

#phoneModules {
	display:none;	
}

.search-input::placeholder {
	color:#b1b1b1;
}

.checkbox-svg {
	background-color:#0095ff;
	width: 16px;
}

.return-warning {
	background-color: #ffd587;
    padding: 5px;
	text-wrap: wrap;
	white-space: normal;
}

.return-container {
	padding-top: 1em;
}

.return-error {
	background-color: #ff8787;
    padding: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: white!important;
  background-color:#4b6767!important;
  -webkit-box-shadow: none !important;
  transition: background-color 5000s ease-in-out 0s;
}

.container-results {
	column-count: 2;
	column-fill: balance;
	/* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10px; /* Spacing between cards */
    margin: 0 auto; /* center the container */
	/* max-width: 784px; */
	width: fit-content;
	/* border: 1px solid #0000002b; */
}

.result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result-image-profile {
	width: 85px;
}

.smm-container {
	padding: 1em;
    background-color: #fffbf7;
}

.smm-content {
    width: 100%;
	height: 426px;
	display: flex;
    flex-direction: column;
	overflow-y: scroll;
	background-color: #fffbf7;
}

.smm-item {
	max-width: 360px;
    width: 24em;
	height: 60px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    position: relative;
}

.smm-pointer-module {
    cursor: pointer;
    background-color: #ffffff;
    max-width: 360px;
    width: 24em;
}

.smm-pointer {
    cursor: pointer;
    background-color: #e0e0e0;
    max-width: 360px;
    width: 24em;
}

.smm-default {
    background-color: white;
	cursor:pointer;
}

.smm-overlay:hover {
	opacity:0.3!important;
}

.insecure-module {
	background-color: #ffba9f;
	height: fit-content;
    display: flex;
    margin-left: 6px;
    border-radius: 5px;
}

.partial-module {
	background-color: #ffd99f;
	height: fit-content;
    display: flex;
    margin-left: 6px;
    border-radius: 5px;
}

.partial-module-span {
	font-size: 9px;
    text-transform: uppercase;
    padding: 2px;
    padding-inline: 6px;
    font-family: 'Proxima Nova';
    color: #4d4d4d;
    letter-spacing: 0.6px;
	cursor:help;
}

.new-module {
	background-color: #a3f0a3;
    height: fit-content;
    display: flex;
    margin-left: 6px;
    border-radius: 5px;
}

.new-module-span {
	font-size: 9px;
    text-transform: uppercase;
    padding: 2px;
    padding-inline: 6px;
    font-family: 'Proxima Nova';
    color: #4d4d4d;
    letter-spacing: 0.6px;
}

.smm-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cbcbcb;
    opacity: 0;
    z-index: 1;
}

.smm-indicator {
    width: 8px;
    height: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
  }
  
  html, body {
	height: 100%;
  }
  
  .bg-light-second {
	display: table;
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 1.6;
	position: fixed;
	z-index: -2;
	font-family: sans-serif;
	overflow: hidden;
  }

  .download-result-options {
	flex-direction: row-reverse;
    gap: 5px;
	margin: 0 auto;
    display: flex;
  }

  .download-json {
	width: 20px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }

  .download-json:hover {
    transition: 0.2s ease-in-out;
    width: 22px;
}

  @media (max-width: 1280px) {
	.download-result-options {
		margin-bottom: 1rem;
	}
    .container-results {
        display: inline;
    }
	.result {
		margin-bottom: 8px;
		border: 1px solid #b2b2b2;
	}
}

.checker-link {
	color: unset;
    text-decoration: underline;
}


  .bg-light {
	display: table;
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 1.6;
	position: fixed;
	z-index: -2;
	font-family: sans-serif;
	overflow: hidden;
  }

.bg-light-second .line::after {
    animation-delay: 1s;  /* You can adjust this delay to get the desynchronization you want */
}

.bg-light-second .line:nth-child(1)::after {
    animation-delay: 3s;  /* Adjusted delay for the nth-child(1) pseudo-element of the second bg-light */
}

.bg-light-second .line:nth-child(3)::after {
    animation-delay: 4s;  /* Adjusted delay for the nth-child(3) pseudo-element of the second bgLight */
}

  .lines {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 90vw;
	transform: skewX(346deg);
  }
  
  .line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0)      0%,
    rgba(255, 0, 0, 0.15)  70%,
    rgba(255, 0, 0, 0.19) 100%
  );
	overflow: hidden;
  }
  
  .line::after {
	content: '';
	display: block;
	position: absolute;
	height: 30vh;
	width: 100%;
	top: -60%;
	left: 0;
	background: linear-gradient(
		to bottom,
		rgba(255, 0, 0, 0)     0%,
		rgba(255, 0, 0, 0.55)  75%,
		rgba(200, 0, 0, 0.75)    100%
	  );
	animation: drop 10s infinite forwards;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  }
  
  .line:nth-child(1) {
	margin-left: -45%;
  }
  
  .line:nth-child(1)::after {
	animation-delay: 2s;
  }
  
  .line:nth-child(3) {
	margin-left: 40%;
  }
  
  .line:nth-child(3)::after {
	animation-delay: 3s; 
  }
  
  @keyframes drop {
	0% {
	  top: -60%;
	}
	100% {
	  top: 110%;
	}
  }

.smm-vivrant-blue {
    background-color: #51a3e8;; /* Replace with the actual RGB or hex code of "vivrant-blue" */
}

.smm-invisible {
    visibility: hidden;
}

.smm-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-left: 8px;
    margin-right: 16px;
}

.smm-title, .smm-subtitle {
    display: flex;
    justify-content: left;
}

.smm-title {
    height: 40%;
    font-weight: bold;
    font-size: 16px;
    font-family: inherit;
    color: #5b5b5b;
    text-transform: capitalize;
}

.smm-subtitle {
    height: 40%;
    font-size: 12px;
    opacity: 0.5;
}


.result-logo {
	max-width: 140px;
	max-height: 50px;
    margin-right: 10px;
}

.result-title {
    font-size: 18px;
    font-weight: bold;
}

hr {
    margin: 10px 0;
}

.smm-module-icon {
	width: 32px;
    max-height: 32px;
	margin: 12px;
	-webkit-font-smoothing: antialiased;
}

.result-buttonized-container {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}

.nested-result {
	margin-left: 0.8em;
	margin-top: 0.5em;
}

.result-buttonized-item:hover {
	color: #0056b3!important;
    border-color: #007BFF!important;
    background-color: aliceblue!important;
	text-decoration: none!important;
    transition: 0.4s;
}

.result-buttonized-item {
    border: 2px solid #aaabac;
    background-color: #f1f1f1;
    border-radius: 6px;
    text-wrap: nowrap;
	transition:0.4s;
}

.result-buttonized-span {
	padding: 10px;
    color: #1e1e1e;
    text-wrap: nowrap;
}

.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.smm-pointer-module:hover {
    background-color: #f3f2ee;
}

.modal-custom-button:focus {
    outline:0!important
}

#enableInsecure {
	cursor:pointer;
}

.enable-insecure-option-span {
	position: relative;
    FONT-WEIGHT: 400;
    font-size: 12px;
    /* text-decoration: underline; */
    background-color: unset!important;
    border: none!important;
    bottom: 2px;
    text-decoration-line: underline;
    /* text-decoration: wavy; */
    text-decoration-style: dotted;
    left: 2;
    height: fit-content;
	cursor: help;
}

.modal-custom-button {
    position: relative;
    display: flex;
	border: 0;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    border-radius: 0.375rem; /* equivalent to rounded-md */
    width: max-content; /* equivalent to w-max */
    padding: 0 2.5rem; /* equivalent to px-10 */
    height: 2rem; /* equivalent to h-8 */
    background-color: rgb(45 124 207);
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease; /* smooth transition for hover effect */
}

.modal-custom-button:hover {
    background-color: rgb(32 94 159)
}

.copy-message {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgb(139, 201, 139);
	padding: 5px 10px;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	animation: fadeAndRise 2s ease forwards;
}

@keyframes fadeAndRise {
	0% {
		bottom: 20px;
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		bottom: 50px; /* Adjust the final position */
		opacity: 0;
	}
}

#emailModuleCount,
#phoneModuleCount,
#checkerModuleCount {
    position: absolute;
    top: 0.3em;
    right: 1em;
}

#emailModuleCount span,
#phoneModuleCount span,
#checkerModuleCount span {
	color:#898989;
}

.copy-container {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    row-gap: 0.4em;
    position: relative;
	overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.copyIcon {
    display: inline!important;
    opacity: 0; /* Initially fully transparent */
    transition: opacity 0.3s ease; /* Transition effect for the opacity */
    position: absolute;
    right: -25px;
	color: #9b9b9b;
    top: 50%;
    transform: translateY(-50%);
}

.copy-container:hover .copyIcon {
    opacity: 1; /* Fully visible on hover */
}

.span-field {
    margin-right: 5px;
}


.modal-done-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.modal-custom-button > span {
	font-weight: 600;
}

@media screen and (max-width: 1160px) {
	.output-modal-content {
		min-width: 700px;
	}
}

@media screen and (max-width: 990px) {
	.output-modal-content {
		min-width: 600px;
	}
	#selectorPick {
		max-width: 300px;
	}
}

@media screen and (max-width: 805px) {
	#selectorPick {
		max-width: 250px;
	}
	.output-modal-card {
		flex-direction: column;
	}
	.output-modal-card-profile-image {
		width: 250px;
	 }
	.output-modal-content {
		min-width: fit-content;
	}
	.output-modal-container {
		min-width: fit-content;
	}
	.output-modal-card {
		margin: 10px;
	}
}

@media screen and (max-width: 726px) {
    .search-modal-container {
        transform: translate(-50%, -50%) scale(0.9)!important;
    }
}

@media screen and (max-width: 670px) {
	#selectorPick {
		max-width: 250px;
	}
    .search-modal-container {
        transform: translate(-50%, -50%) scale(0.84)!important;
    }
}

@media screen and (max-width: 625px) {
	#selectorPick {
		max-width: 200px;
	}
    .search-modal-container {
        transform: translate(-50%, -50%) scale(0.84)!important;
    }
}

.placeholder-breach-logo {
	width: 64px;
    filter: brightness(0.5);
    margin-right: 1em;
}

.default-breach-logo {
	width: 64px;
    margin-right: 1em;
}

.database-breach-name {
	font-family: Mundo;
    min-width: fit-content;
    margin-right: 1em;
}

.database-breach-description {
	font-size: small;
    /* font-style: italic; */
}

.search-modal-container {
	position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
	transform: translate(-50%, -50%) scale(1);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transform: translate(-50%, -50%) scale(0.6); /* Set initial scale to 0 */
    transition: transform 0.2s ease-out; /* Define the transition effect */
}

.search-modal-content {
	display: flex;  /* This makes the container a flex container */
    justify-content: space-between;  /* This spaces the boxes equally apart */
	align-items: flex-start;
	gap:30px;
}

.result-field {
	display: flex;
    align-items: center; 
	padding-block: 0.3em;
}

.fluid-osint-container {
	padding-right: 20%!important;
    padding-left: 0px!important;
    overflow: hidden!important;
}

@media (max-width: 1104px) {
    .fluid-osint-container {
        padding-right: 10%!important;
    }
}

@media (max-width: 850) {
    .fluid-osint-container {
        padding-right: 4%!important;
    }
}


@media (max-width: 1070px) and (max-height: 929px) {
    .container-results {
        grid-template-columns: 1fr; /* 1 item per row */
    }
}

.span-title-breach {
	word-wrap: break-word!important;
	text-wrap:unset!important;
}

.result-field .span-title {
	font-weight: bold;
	flex: 0.5;
	text-wrap: nowrap;
    font-size: 1.03em;
	text-align: left;
    color: #595959;
	padding-right: 10px;
	min-width: 142px;
	max-width: 142px;
}

.result-field .span-field {
	border: 1px solid #c9c9c9;
    text-overflow: ellipsis;
    overflow-x: hidden;
    background-color: #f3f3f3;
    padding-inline: 7px;
    border-radius: 5px;
	max-width: 250px;
}

.result-body input {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    box-sizing: border-box;
}

.valid-email {
	color: rgb(77 124 15);
}

.invalid-email {
	color: rgb(207 54 45);
}

.modules-available {
    position: relative;
    FONT-WEIGHT: 400;
    font-size: 12px;
    text-decoration: underline;
    background-color: unset!important;
    border: none!important;
    height: fit-content;
}

.result-body hr {
    background-color: #4b4b4b1c;
    margin: 3px;
}

.mode-selector-container {
    display: flex;
    place-content: center;
    text-transform: capitalize;
    font-size: 17px;
    padding: 1em;
	animation: slideLeft 1.7s forwards;
    transform: translateX(-5%);
}

.mode-selector.mode-active {
	border-bottom: 2px solid #6AAABD;
    color: #6AAABD;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    letter-spacing: 0.6px;
}

.mode-active:hover {
	color:#6AAABD!important;
}

a.mode-selector {
	text-decoration: none;
	cursor: pointer;
    padding: 20px;
    border-bottom: 2px solid #d2d2d2;
    color: #ababab;
}

a.mode-selector:hover {
	color:#797979;
}

.result {
	break-inside: avoid-column;
    box-sizing: border-box;
	border: 1px solid #989898;
    background-color: #fafafa;
	padding: 2.2em;
	margin-bottom: 2em;
	animation: slideDown2 1s forwards;
    transform: translateY(-40%);
	box-shadow: 5px 9px 5px #ececec;
}

.brand-name {
	cursor:pointer;
	color: #3b3b3b;
	position: absolute;
    left: 15px;
    top: 10px;
	font-size:1.25rem;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -.045em;
}

.brand-name > img {
	width: 50px;
}

@media only screen and (max-width: 681px) {
	.table {
		white-space: nowrap;
		min-width: 570px;
	}
}

@media only screen and (max-width: 655px) {
	.table {
		white-space: nowrap;
		min-width: 530px;
	}
}

@media only screen and (max-width: 612px) {
	.table {
		white-space: nowrap;
		min-width: 500px;
	}
}

@media only screen and (max-width: 605px) {
	.table {
		white-space: nowrap;
		min-width: 480px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 564px) {
	.table {
		white-space: nowrap;
		min-width: 429px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 510px) {
	.table {
		white-space: nowrap;
		min-width: 392px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.container-lol {
	padding-right: 20%;
	padding-left:0px!important;
	overflow: hidden;
}

@media only screen and (max-width: 1130px) {
	.container-lol {
		padding-right: 10%
	}
}

@media only screen and (max-width: 980px) {
	.container-lol {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 470px) {
	.table {
		white-space: nowrap;
		min-width: 357px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 435px) {
	.table {
		white-space: nowrap;
		min-width: 334px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.brand-name:hover {
	color:#0056b3
}

.contact-me {
    cursor: pointer;
	position: absolute;
	top: 12px;
	left: 98%;
	box-sizing: border-box;
	color: #afafaf;
}

.contact-me:hover {
	color:#a970ff
}

.icons i {
	font-size: 19px
}

hr .new1 {
	border: 1px solid
}

.join {
	font-size: 13px;
	color: #363636;
	font-weight: bold;
	overflow-wrap: anywhere;
}

.date {
	background-color: #ccc
}

.blurred-loading {
	filter: blur(5px)
}

.blur-img-hidden {
	filter: brightness(1.2);
}

.hidden {
	display: none
}

.btn-available {
	background-color: #4bab50;
	color: #fff;
	border-color: #5fbd64;
	box-shadow: 1.5px 15px 25px rgba(90, 223, 86, 0.5);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.btn-available-2 {
	background-color: #3871bb;
	color: #fff;
	border-color: #5f6dbd;
	box-shadow: 1.5px 15px 25px rgba(86, 111, 223, 0.5);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}


.btn-not-available {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 1.5px 15px 25px rgb(225 83 97 / 50%);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.card-not-available {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 1.5px 15px 25px rgb(225 83 97 / 50%);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.card-available {
	background-color: #4bab50;
	color: #fff;
	border-color: #5fbd64;
	box-shadow: 1.5px 15px 25px rgba(90, 223, 86, 0.5);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.card-available-2 {
	background-color: #4b80ab;
	color: #fff;
	border-color: #5f78bd;
	box-shadow: 1.5px 15px 25px rgba(86, 168, 223, 0.5);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.btn-not-available:hover {
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	transition-property: brightness, filter;
	transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
}

#playerIcon:hover {
	width:150px;
	height:150px
}

#playerUsername:hover, #playerLevel:hover, #playerRegion:hover {
	text-shadow:0 0 1px #fff, 0 0 1px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 1px #fff, 0 0 0px #fff;
	transition-property: text-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
}

.opacity-0 {
	opacity: 0
}

.form-inline {
    place-content: center;
}

#playerIcon {
	border: 2px solid white;
	transition: width 0.5s, height 0.5s;
}

/* @media only screen and (max-width: 613px) {
	.form-inline input {
		width: 40% !important
	}
} */

@media only screen and (max-width: 435px) {
	#btnCheckAvailability {
		margin-top: 5px;
	}
}

.donation-card {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.donation-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.cards-container {
	margin-top: 60px;
	margin-left: 20px;
	max-width: 100%;
	display: flex;
    gap: 20px;
    flex-direction: column;
}

.donation-card-body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.kofitext {
	font-size: 17px;
}

hr {
	border: 0;
	clear: both;
	display: block;
	width: 100%;
	background-color: #d7d7d7;
	height: 1px;
}



/*
     FILE ARCHIVED ON 15:35:44 Nov 27, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:01:13 Jun 16, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 172.314
  exclusion.robots: 0.185
  exclusion.robots.policy: 0.177
  cdx.remote: 0.069
  esindex: 0.009
  LoadShardBlock: 144.064 (3)
  PetaboxLoader3.datanode: 161.132 (4)
  CDXLines.iter: 16.611 (3)
  PetaboxLoader3.resolve: 80.861 (2)
  load_resource: 132.143
*/

#page-loading {
	/* Spinner container below .comments-container-ytc */
	text-align: center;        /* center spinner horizontally */
	background-color: transparent;
	margin-top: 4em;           /* spacing above the spinner if desired */
  }
  
  .three-balls {
	display: inline-block;     /* so the group centers easily */
  }
  
  .three-balls .ball {
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	animation: bouncedelay 2.9s infinite cubic-bezier(.62,.28,.23,.99) both;
  }
  
  .three-balls .ball1 {
	animation-delay: -0.16s;
  }
  .three-balls .ball2 {
	animation-delay: -0.08s;
  }
  
  @keyframes bouncedelay {
	0% {
	  bottom: 0;
	  background-color: #03A9F4;
	}
	16.66% {
	  bottom: 40px;
	  background-color: #FB6542;
	}
	33.33% {
	  bottom: 0;
	  background-color: #FB6542;
	}
	50% {
	  bottom: 40px;
	  background-color: #FFBB00;
	}
	66.66% {
	  bottom: 0;
	  background-color: #FFBB00;
	}
	83.33% {
	  bottom: 40px;
	  background-color: #03A9F4;
	}
	100% {
	  bottom: 0;
	  background-color: #03A9F4;
	}
  }

  .search-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9em;
  }

.checkbox-search-id {
    display: flex;
    cursor: help;
    align-items: center;
    gap: 5px;
}

.checkbox-search-id label {
    text-decoration: underline dotted;
    cursor: help;
}

.checkbox-search-trailing-wildcard {
    display: flex;
	cursor:help;
    align-items: center;
    gap: 5px; /* spacing between checkbox and label */
}

.checkbox-search-trailing-wildcard label {
    text-decoration:underline dotted;
	cursor:help;
}

.checkbox-search-trailing-wildcard input {
	cursor:help;
}

/* ---- Compact FAQ boxes (inspired by osint.lolarchiver.com) ---- */
.faq-title-lfg{ font-family: 'Segoe UI Bold', Segoe UI, Arial, sans-serif; background: linear-gradient(90deg, #111111, #f3f4f6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; }
.faq-subtitle-lfg{ color: #475569; font-family: Segoe UI, Arial, sans-serif; }

.faq-list-lfg{ display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }

.faq-item-lfg{ max-width: 563px; justify-self: center; border: 1px solid #d1d5db; background: linear-gradient(180deg, #f8fafc, #eef2f6); overflow: hidden; margin-bottom: 1em; }

.faq-q-lfg{ width: 100%; background: #f5f5f5; border: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; text-align: left; padding: 18px 18px; cursor: pointer; font-family: 'Segoe UI', Arial, sans-serif; font-size: 1rem; color: #0f172a; }
.faq-q-lfg:focus{ outline: none; box-shadow: none; }
.faq-q-lfg:focus-visible{ outline: none; box-shadow: 0 0 0 2px rgba(17,24,39,.08), 0 0 0 6px rgba(99,102,241,.15); }

.faq-icon-lfg{ height: 22px; width: 22px; color: #64748b; transition: transform .2s ease; }
.faq-q-lfg[aria-expanded="true"] .faq-icon-lfg{ transform: rotate(45deg); color: #475569; }

.faq-a-wrapper-lfg{ max-height: 0; overflow: hidden; transition: max-height .28s ease, opacity .2s ease; opacity: 0; }
.faq-a-lfg{ padding: 14px 18px 18px; color: #334155; font-family: Segoe UI, Arial, sans-serif; font-size: .98rem; line-height: 1.7; background: #f9f6f4; border-top: 1px solid #e5e7eb; }
.faq-q-lfg[aria-expanded="true"] + .faq-a-wrapper-lfg{ opacity: 1; }
.faq-item-lfg:has(.faq-q-lfg[aria-expanded="true"]) { border-color: #c7ced7; box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 10px 28px rgba(0,0,0,.10); }

.intro-lfg{ text-align: center; margin-bottom: 20px; }
.intro-lfg h2{ font-family: 'Segoe UI Bold', Segoe UI, Arial, sans-serif; font-size: clamp(1.25rem, 1.1rem + 1vw, 2rem); line-height: 1.2; margin: 0 0 8px; letter-spacing: -0.02em; background: linear-gradient(173deg, #333333, #898989); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; }
.intro-lfg p{ font-family: Segoe UI, Arial, sans-serif; margin: 0 auto; max-width: 60ch; color: #475569; font-size: 1rem; }

.tt-seo-columns .tt-seo-box{ background: linear-gradient(180deg, #f8fafc, #eef2f6); border: 1px solid #d1d5db; border-radius: 16px; box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 6px 18px rgba(0,0,0,.08); padding: 18px 18px; }
.tt-seo-columns .tt-seo-box h3{ font-size: 0.95rem; margin: 0 0 10px 0; font-family: 'Segoe UI Bold', Segoe UI, Arial, sans-serif; }
.tt-seo-columns .tt-seo-box ul{ margin: 0; padding-left: 18px; }
.tt-seo-columns .tt-seo-box li{ margin: 0 0 6px 0; }