.logo {
    width: 52px;
    margin: 1rem auto;
}

.small.logo {
    width: auto;
    height: 22px;
    margin: 1rem 0.5rem;
}

span[data-v-41e8d397] {
    background-color: currentColor;
    display: inline-block;
    -webkit-mask-image: var(--efdb04fa);
    mask-image: var(--efdb04fa);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
}

.vue-apexcharts div {
    max-width: calc(100dvw - 5rem);
    overflow-y: hidden;
}

html,
body,
#__nuxt {
    overflow-x: hidden;
    max-width: 100dvw;
}

@media screen and (max-width: 768px) {
    foreignObject {
        width: 100%;
        height: 100%;
    }
}

#search-inner {
    transition: right 0.33s;
}

.nui-checkbox.nui-checkbox-full .nui-checkbox-inner,
.nui-checkbox.nui-checkbox-full .nui-checkbox-outer {
    border-radius: 9999px;
}

:is(.dark .nui-checkbox .nui-checkbox-inner) {
    --tw-border-opacity: 1;
    border-color: #334155;
    border-color: rgb(51 65 85 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #334155;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.nui-checkbox .nui-checkbox-inner {
    border-width: 2px;
    height: 100%;
    inset-inline-start: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    --tw-border-opacity: 1;
    border-color: #94a3b8;
    border-color: rgb(148 163 184 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nui-checkbox .nui-checkbox-input[checked] ~ .nui-checkbox-inner {
    border-color: currentColor;
}

.nui-checkbox .nui-checkbox-input[checked] ~ .nui-checkbox-inner {
    border-color: currentColor;
}

.nui-checkbox .nui-checkbox-input[checked] ~ .nui-icon-check {
    --tw-translate-y: 0px;
    opacity: 1;
    transform: translate(var(--tw-translate-x)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#search-loader.hidden,
#result-inner.hidden {
    display: none !important;
}

#search-loader,
#result-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.logo-wrap img {
    margin: 0 !important;
}

.logo-wrap span {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
}

#auth-info {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    max-width: 300px;
    padding: 1rem;
    border-radius: 15px;
    background-color: #fff;
    color: #0f1620;
    font-weight: 500;
    cursor: pointer;
}

#auth-info h3 {
    font-size: 1rem;
    font-weight: 700;
    color: red;
}

#auth-info p {
    font-size: 0.8rem;
    line-height: 0.8rem;
}

#auth-info .close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    transition: transform 0.5s;
}

#auth-info .close svg {
    max-width: 10px;
    max-height: 10px;
}

#auth-info .close:hover {
    transform: scale(1.1);
}

#auth-info.hidden {
    display: flex;
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

div,
span,
h1,
h5 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
input {
    vertical-align: middle;
}
* {
    box-sizing: border-box;
}
::-webkit-scrollbar {
    display: none;
}
* {
    scrollbar-width: none;
}
.modal-connect__body-content-inner {
    max-width: 430px;
    margin: 0px auto;
    width: 100%;
    color: rgb(149, 154, 162);
    line-height: 18px;
}
.modal-connect__body-content-section {
    display: flex;
    gap: 20px;
}
.modal-connect__body-content-section {
    margin-bottom: 40px;
}
.modal-connect__body-content-section-info-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.modal-connect__body-content-stats {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    color: rgb(200, 67, 60);
    font-weight: 400;
    font-size: 16px;
}
div {
    background: #0000;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: initial;
}
.modal-connect__body-content-section {
    margin-bottom: 10px !important;
}
.article-connect__body-content-inivitation-text {
    display: flex;
    justify-content: center;
}
.article-connect__body-content-inivitation-text input {
    background-color: #303030;
    border: 2px solid rgb(0, 38, 255);
    border-radius: 4px;
    color: #fff;
    height: 30px;
    padding: 10px;
    width: 100%;
    width: 250px;
}
.modal-connect__body-content-inner {
    padding: 1px;
    max-width: 465px !important;
}
.modal-connect__body-content-inner {
    max-width: 430px;
    margin: 0px auto;
    width: 100%;
    color: rgb(149, 154, 162);
    line-height: 18px;
}
.modal-connect__body-content-section {
    margin-bottom: 40px;
}
.modal-connect__body-content-section {
    display: flex;
    gap: 20px;
}
.modal-connect__body-content-section-info-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.modal-connect__body-content-stats {
    gap: 8px;
    font-size: 20px;
}
.modal-connect__body-content-stats {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    color: rgb(200, 67, 60);
    font-weight: 400;
    font-size: 16px;
}
.modal-connect__body-content-stats {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    color: rgb(200, 67, 60);
    font-weight: 400;
    font-size: 16px;
}
.checking-dots {
    display: flex;
}
.dot-flashing {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
    margin-top: 11px;
    margin-left: 15px;
}
.dot-flashing::before {
    left: -10px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #453bc5;
    color: #453bc5;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot-flashing::after {
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #453bc5;
    color: #453bc5;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}
@keyframes dot-flashing {
    0% {
        background-color: rgb(3, 25, 225);
    }
    50%,
    100% {
        background-color: rgba(44, 58, 253, 0.282);
    }
}
#about-errorbbb {
    font-weight: 700!important;
}
#profile-info {
    padding: 40px 0;
}
#error-block {
    background-color: #0f172ae6;
}