:root {
    --mouse-x: 0;
    --mouse-y: 0;
}

.profile::before,
.profile::after {
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 500ms;
    width: 200%;
    pointer-events: none;
    z-index: 1;
}

.z-20 {
    z-index: 20;
}
.top-4 {
    top: 1rem;
}
.right-4 {
    right: 1rem;
}
.absolute {
    position: absolute;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.p-2 {
    padding: 1rem;
}
.bg-opacity-20 {
    --tw-bg-opacity: .2;
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.rounded-md {
    border-radius: .375rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1.5em;
    overflow: visible;
    vertical-align: -0.125em;
}
.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem* var(--tw-space-x-reverse));
    margin-left: calc(.5rem* calc(1 - var(--tw-space-x-reverse)));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.font-semibold {
    font-weight: 600;
}
.text-lg {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: 'Montserrat', sans-serif;
}
.profile,
.profile .flag-icon:hover,
.profile .name-container:hover,
body,
html {
    cursor: url("../assets/pointer.png"), auto
}

.profile img.flag-icon {
    border: none;
    outline: none;
}
video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 100%;
    filter: brightness(0.4);
    backdrop-filter: blur(3px);
}
.profile .flag-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-top: -60px;
    align-items: center;
    margin-right: 1px;
    transform: translateZ(20px)
}

.profile .conn-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-top: -60px;
    align-items: center;
    margin-right: 1px;
    transform: translateZ(20px);
    border-radius: 10px;

}



.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #0000006b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-size: 13px;
    color: #ffffffdf;
    font-family: "Rethink Sans",sans-serif;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;

}

.no-connections .conn-icon {
    outline: none;
}
.no-flags {
    position:relative;
    top: 20%;	
}
.profile .flag-icon:hover {
    filter: brightness(110%);
    transform: scale(1.4);
    align-items: center;
}

.black-overlay,
.profile-container,
.profile-containerr,
body,
html {
    display: flex;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.profile,
body,
html {
    margin: 0;
    overflow: hidden;
}

.profile,
ul,
ul li a {
    display: flex;
}

body,
html {
    padding: 0;
    flex-direction: column;
}
.button-40 {
  background-color: #111827;
  border: 1px solid transparent;
  border-radius: .75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: .75rem 1.2rem;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
}

.button-40:hover {
  background-color: #374151;
}

.button-40:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .button-40 {
    padding: .75rem 1.5rem;
  }
}
.particles-js-canvas-el {
    position: fixed;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/image2.png') center/cover no-repeat;
    filter: brightness(0.63) saturate(1);
    z-index: -1;
}
.profile-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
    padding: 2rem;
    box-sizing: border-box;
}

.profile {
    max-width: 300px;
    width: 30rem;
    height: 28rem;
    text-align: center;
    margin: 0.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    z-index: 300;
    filter: blur(10px);
    background: rgba(48, 48, 48, 0.1);
}
.profile.loaded {
    filter: none;
    opacity: 1;
}
.profile .selected {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.profile:hover {
    outline-color: #c4a1d56b;
    transform: scale(1.08);
}

.profile.loaded::before {
    background: radial-gradient(800px profile at var(--mouse-x) var(--mouse-y),
            rgba(255, 255, 255, 0.06));
}

.profile.loaded::after {
    background: radial-gradient(600px profile at var(--mouse-x) var(--mouse-y),
            rgba(255, 255, 255, 0.4));
}

.profile img {
    display: block;
    max-width: 150px;
    margin-top: 10px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: transform 0.6s ease, outline 0.6s ease, filter 0.6s ease;
    border: 5px solid transparent;
    border-color: #d5c4a102;
    transform: translateZ(20px);
    outline: 1px solid transparent;
}

.profile:hover .name-container,
.profile:hover .conn-icon,
.profile:hover img {
    transform: scale(1.08);
    outline-color: #c2c2c26b;
    align-items: center;
    transition: filter 0.6s ease, transform 0.6s ease, outline-color 0.6s ease, filter 0.6s ease;
}
.profile .name-container {
    color: #e7e7e7;
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    transition: transform .6s, filter .6s;
    align-items: center;
    border-radius: 25px;
    transform: translateZ(20px);
}

.tag {
    font-size: 18px;
    color: #ffffff73;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    transform: translateZ(20px)
}

.black-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #fff;
    z-index: 9999;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    opacity: 1;
    transition: opacity .9s, background-color .9s;
}

ul li {
    list-style: none;
}

ul li a {
    text-decoration: none;
    font-size: .8em;
    line-height: .8em;
    color: transparent;
    -webkit-text-stroke: 1px var(--clr);
    align-items: center
}

ul li a::before {
    content: attr(data-text);
    position: absolute;
    color: var(--clr);
    width: 0;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    transition: .8s
}

ul li a:hover::before {
    width: 100%;
    align-items: center;
    margin: 0 auto;
    filter: drop-shadow(7px -12px 50px var(--clr))
}

.black-overlay,
ul li a {
    letter-spacing: 1px;
    align-items: center;
    position: center
}

ul,
ul li,
ul li a {
    position: relative
}

.profile,
ul,
ul li a {
    display: flex;
    align-items: center;
    position: center;
}