@font-face {
    font-family: "Segoe print";
    src: url(/assets/fonts/segoeprint.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #555555;
    background: #fdfdfd;
}
a {
    text-decoration: none;
    color: #aaa;
}
li {
    list-style: none;
}
b {
    font-weight: 600;
}
input, textarea, select, button {
    font-family: 'Roboto', sans-serif;
    color: #555;
}

.loader {
    width: 42px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#e3e3e3 90%,#0000);
    background:
        var(--_g) 0%   50%,
        var(--_g) 50%  50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #dedede;
}
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
}

.fill-current {
    fill: currentcolor;
}
.hidden {
    display: none !important;
}

.content {
    max-width: 1152px;
    width: 100%;
    margin-inline: auto;
    padding: 0 10px;
}

.static-wrapper {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 hsla(0,0%,57%,.08);
    background: #fff;
    padding: 14px;
    margin: 20px auto;
    max-width: 800px;
}
.static-header {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 8px 10px;
}
.static-header h1 {
    font-size: 18px;
    font-weight: 400;
}
.static-text {
    font-size: 17px;
    padding: 15px 12px 10px;
    line-height: 25px;
}
.static-text h2 {
    margin-bottom: 4px;
    font-size: 17px;
    margin-top: 15px;
}
.static-text p {
    margin-bottom: 8px;
    line-height: 25px;
}
.static-text a {
    color: #0084fd;
}
.static-text li {
    list-style: disc;
}
.static-text ul {
    padding-left: 20px;
}

.custom-error-svg {
    background-image: url('/assets/images/error_outline_black_24dp.svg');
    background-size: cover;
    width: 35px!important;
    height: 35px!important;
}
.custom-success-svg {
    background-image: url('/assets/images/check_circle_outline_black_24dp.svg');
    background-size: cover;
    width: 35px!important;
    height: 35px!important;
}

.errorWrapper {
    margin: 25px auto;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    text-align: center;
    max-width: 600px;
    padding: 40px;
    box-shadow: 1px 1px 2px 0 hsl(0deg 0% 57% / 8%);
    background: #ffffff;
}
.errorLimited {
    padding: 28px;
}
.errorWrapper svg {
    fill: #ddd;
    width: 70px;
    height: 70px;
}
.errorWrapper.errorLimited svg {
    width: 60px;
    height: 60px;
}
.errorWrapper h1 {
    font-size: 30px;
    font-weight: 400;
}
.errorWrapper h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #555;
}
.errorWrapper429 h2 {
    font-weight: 500;
    margin-bottom: 15px;
}
.errorWrapper-username {
    color: #0084fd;
    font-weight: 500;
    font-size: 18px;
}
.errorWrapper a {
    background: #555;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    padding: 8px 18px;
    display: inline-flex;
    text-decoration: none;
}
.errorButton {
    background: #0084fd;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 22px;
    display: inline-flex;
    text-decoration: none;
}
.errorWrapper429 a {
    font-weight: 500;
    background: none;
    text-decoration: underline;
    color: #0084fd;
    font-size: 18px;
}

.errorReportWrapper {
    border-top: 1px solid #f1f1f1;
    max-width: 600px;
    padding: 13px 18px 13px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 67px;
    margin: 40px -40px -40px;
    text-align: left;
}
.errorReportText {
    font-size: 17px;
    font-weight: 400;
}
.errorReportButton {
    border: 2px solid #d8ecff;
    color: #0084fd;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 20px;
    cursor: pointer;
}
.confirm-mail-notice {
    margin-top: 12px;
    background: #f8faff;
    border: 1px solid #9dc8f2;
    border-radius: 10px;
    padding: 10px 15px 10px;
    position: relative;
    overflow: hidden;
}
.resend-mail {
    color: #0084fd;
    text-decoration: underline;
    cursor: pointer;
}

.bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}
.drawer-wrapper {
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    right: 0;
    width: 320px;
    z-index: 999999999;
    box-shadow: 2px 2px 1px 0 rgba(0,0,0,.1);
    text-align: left;
    font-size: 15px;
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
    justify-content: space-between;
    border-radius: 16px 0 0 16px;
}
.drawer-wrapper.left-drawer {
    right: unset;
    left: 0;
    border-radius: 0 16px 16px 0;
}
.drawer-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px 15px;
    align-items: center;
}
.drawer-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.drawer-login-button-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.drawer-login-button-wrapper a {
    color: #0084fd;
    border: 2px solid #c6d5ff;
    font-weight: 500;
    border-radius: 99px;
    padding: 4px 20px;
    font-size: 17px;
}
.drawer-title {
    color: #555;
    font-size: 17px;
    display: flex;
    align-items: center;
    position: relative;
}
.drawer-title.new-logo {
    background: #0084fd;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 100%;
}
.drawer-title > span:first-child {
    color: #555;
    font-size: 24px;
    font-weight: 700;
    display: flex;
}
.drawer-title > svg {
    display: inline-flex;
    margin-left: 2px;
    width: 26px;
    height: 26px;
    fill: #0084fd;
}
.drawer-title.new-logo > span:first-child {
    color: #fff;
    position: relative;
    top: -1px;
}
.drawer-close {
    cursor: pointer;
    display: flex;
    background: #F5F5F5;
    border-radius: 100%;
    color: #555;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
}
.drawer-close svg {
    width: 24px;
    height: 24px;
    fill: #555;
    cursor: pointer;
}
.drawer-menuListWrapper {
    position: relative;
}
.drawer-menuItem {
    margin-bottom: 0;
    color: #555;
    line-height: normal;
    padding: 18px 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #f1f1f1;
}
.drawer-menuItem > a {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #555;
}
.drawer-menuItem > a > svg {
    font-size: 20px;
    margin-right: 10px;
    fill: #ccc;
    width: 1em;
    height: 1em;
}
.drawer-menuItem:first-child > a > svg {
    fill: #ccc;
}
.drawer-menuItem-login:first-child > a > svg {
    fill: #0084fd;
}
.drawer-menuItem.trendItem > a > svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.drawer-menuItem.articleItem > a > svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.drawer-menuItem.reviewItem > a > svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    fill: #0084fd;
}
.drawer-menuItem.profileItem > a > svg {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    fill: #0084fd;
}
.drawer-menuItem:last-child {
    border-bottom: none;
}
.drawer-menuItemReport {
    padding: 8px 15px;
}
.drawer-menuItemReport a {
    padding: 6px 10px;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fef4f3;
}
.drawer-menuItemReport a svg {
    fill: #ff5b5c;
}
.drawer-info-block {
    background: #F5F5F5;
    color: #555;
    padding: 20px;
    font-size: 17px;
    margin: 20px;
    border-radius: 20px;
}
.drawer-info-title {
    font-weight: 500;
}
.drawer-copyright {
    margin: 20px 0;
    color: #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.drawer-copyrightText {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.drawer-copyrightText svg {
    height: 16px;
    width: 16px;
    fill: #aaa;
}
.drawer-user-wrapper {
    display: flex;
    align-items: center;
    padding: 15px;
}
.drawer-user-avatar {
    position: relative;
    padding-right: 10px;
}
.drawer-user-avatar img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.drawer-user-username {
    font-weight: 500;
    font-size: 20px;
    color: #555;
}
.drawer-user-edit {
    display: inline-flex;
    padding: 4px 13px 3px 13px;
    background: #f1f1f1;
    border-radius: 20px;
    color: #555;
}
.sidebar-popup-user-premium {
    background: #fff8ce;
    display: inline-flex;
    padding: 4px 13px 3px 13px;
    border-radius: 20px;
    color: #555;
    margin-left: 5px;
}


.popup-open {
    cursor: pointer;
}
.popup-wrapper {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: rgba(13, 13, 13, 0.82);
    top: 0;
    left: 0;
    display: none;
    z-index: 4000;
    align-items: center;
    justify-content: center;
}
.popup {
    z-index: 9999999999999;
    background: #fff;
    max-width: 800px;
    width: 100%;
    border-radius: 12px;
    position: relative;
}
.popup__header {
    padding: 15px 22px;
    position: relative;
    color: #555;
    font-size: 17px;
    background: #F5F5F5;
    border-radius: 12px 12px 0 0;
    min-height: 53px;
}
.popup__header .popup__header-close {
    position: absolute;
    width: 30px;
    fill: #ccc;
    cursor: pointer;
    top: calc(50% - 15px);
    right: 10px;
    height: 30px;
}
.login-popup {
    max-width: 440px;
}

#login-popup .form {
    padding: 0;
}
#login-popup .popup__body{
    padding: 18px 35px 24px 35px;
}
#login-popup .popup__header {
    background: #fff;
    padding: 13px 15px 18px 20px;
}
#login-popup .popup__header .popup__header-close {
    width: 29px;
    height: 29px;
    top: calc(50% - 15px);
}

.popup__header_tabs {
    display: flex;
    align-items: center;
}
.popup__header_tab {
    margin-right: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px;
    position: relative;
    color: #bbb;
    font-size: 18px;
}
.popup__header_tab.active {
    color: #555;
}
.popup__header_tab.active:before {
    content: '';
    background: #0084fd;
    height: 3px;
    width: 25px;
    display: block;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.popup__login-notice {
    background: #fff8eb;
    text-align: center;
    padding: 13px;
    color: #555;
    font-size: 17px;
}
.info-popup {
    max-width: 440px;
}
.info-popup .popup__header {
    background: none;
}
.info-popup__titles {
    display: flex;
    flex-direction: column;
}
.info-popup__title {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.info-popup .popup__header-close {
    background: #F5F5F5;
    border-radius: 100%;
    fill: #555;
    width: 38px;
    height: 38px;
    padding: 5px;
    top: 10px;
}
.info-popup .popup__body {
    padding: 0px 26px 15px 26px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#info-pet-popup .popup__body {
    align-items: flex-start;
}
.popup-info-icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: 18px;
    fill: #ddd;
}
.popup-info-icon.success {
    fill: #00c853;
}
.popup-info-text-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.popup-info-text {
    text-align: center;
    font-size: 18px;
}
.popup-info-close-button {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #0084fd;
    color: #fff;
    padding: 9px;
    border-radius: 44px;
    margin-top: 22px;
    font-size: 17px;
    font-weight: 500;
}
.info-popup__body {
    background: #F5F5F5;
    padding: 18px 22px 18px;
    font-size: 17px;
    border-radius: 12px 12px 0 0;
}
.info-popup-text.bold {
    font-weight: 600;
    font-size: 18px;
}
.info-popup-text {
    font-size: 18px;
    line-height: 26px;
}
.info-popup-text a {
    color: #555;
    text-decoration: underline;
}
.info-popup-label {
    background: #e2e2e2;
    padding: 2px 8px;
    border-radius: 8px;
    width: fit-content;
    margin-top: 7px;
    font-size: 16px;
    margin-right: 5px;
}
.info-popup__footer {
    display: flex;
    justify-content: flex-end;
    padding: 12px 20px;
}
.popup__footer_button {
    background: #555;
    padding: 7px 14px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.more-popup {
    max-width: 300px;
}
.more-popup-button {
    padding: 15px;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    color: #555;
}
.more-popup-button.popup-remove-action {
    padding: 0;
}
.more-popup-button.popup-remove-action >div {
    padding: 15px;
    width: 100%;
}
.more-popup-button:last-child {
    border-bottom: none;
}
.popup-remove-action-step-2 span {
    color: #0084fd;
    margin: 0 7px;
    cursor: pointer;
}
#subscribe-info-popup .popup, #subscribe-form-popup .popup,
#subscribe-payment-error-popup .popup, #pay-subscription-popup .popup,
#subscription-paid-popup .popup, #subscription-failed-popup .popup,
#subscription-option-form-popup .popup,
#need-verified-mail-popup .popup
{
    max-width: 450px;
}
.popup__header_button.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.popup__header_button.popup-close svg {
    fill: #ccc;
    width: 26px;
    height: 26px;
}
.subscribe-popup-wrapper {
    padding: 25px;
}
.subscribe-popup-title {
    font-weight: 500;
    font-size: 18px;
}
.subscribe-popup-item {
    display: flex;
    align-items: center;
    padding-top: 5px;
    font-size: 17px;
}
.subscribe-popup-item svg {
    margin-left: 4px;
    fill: #2cc304;
    width: 24px;
    height: 24px;
}
.subscribe-popup-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    align-items: center;
}
.subscribe-popup-price {
    font-size: 17px;
    font-weight: 500;
}
.subscribe-popup-submit {
    background: #0084fd;
    color: #fff;
    padding: 9px 20px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 17px;
    margin-left: 18px;
}
.subscribe-popup-form-wrapper {
    display: flex;
    align-items: center;
    padding: 7px 9px 7px 12px;
    border: 2px solid #efefef;
    border-radius: 40px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
}
.subscribe-popup-form-submit {
    background: #0084fd;
    padding: 7px 22px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
}
.subscribe-popup-form-wrapper input {
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    background: none;
    color: #555;
}

.subscribe-popup-form-success {
    display: none;
    padding: 10px;
}
.notice-wrapper.popup-open br {
    display: none;
    /*justify-content: center;*/
}
.subscribe-popup-form-wrapper.sent {
    background: #fff7ec;
    border: none;
}

.subscribe-popup-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
.subscribe-popup-price-block {
    border: 2px solid #dfdfdf;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    font-weight: 500;
    border-radius: 40px;
    font-size: 17px;
}
.subscribe-popup-payment-type-button-crypto {
    margin-top: 10px;
    background: #fe7300;
    color: #fff;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    font-weight: 600;
    border-radius: 40px;
    font-size: 18px;
}
.subscribe-popup-price-text {
    padding: 8px 0;
}
.subscribe-popup-payment-pay-button {
    margin-top: 20px;
}
.subscribe-popup-payment-type-button, .subscribe-popup-payment-pay-button {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    border-radius: 40px;
    max-width: 230px;
    margin-bottom: 8px;
    background: #0084fd;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
}
.subscribe-popup-payment-type-button:last-child {
    margin-bottom: 0;
}
.subscribe-popup-terms-wrapper {
    display: flex;
    align-items: center;
}
.subscribe-popup-terms-checkbox {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.subscribe-popup-terms-checkbox-circle {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    display: flex;
    border-radius: 10px;
}
.subscribe-popup-terms-checkbox.active .subscribe-popup-terms-checkbox-circle {
    background-color: #fea800;
}
.subscribe-popup-terms-text {
    margin-left: 10px;
}
.subscribe-popup-terms-text a {
    color: #555;
    text-decoration: underline;
}
#pay-subscription-popup {
    flex-direction: column;
}
.subscription-terms-error-block {
    background: #fe0100;
    width: 100%;
    max-width: 450px;
    margin-top: 15px;
    border-radius: 12px;
    color: #fff;
    padding: 15px;
    text-align: center;
}
#paypal-buttons-wrapper {
    margin: 10px 0;
    width: 100%;
    max-width: 280px;
}
.subscription-info-svg {
    display: flex;
    justify-content: center;
    margin: 50px 0 14px;
}
.subscription-info-svg svg {
    width: 46px;
    height: 46px;
}
.subscription-info-svg.success svg {
    fill: #0cab00;
}
.subscription-info-svg.error svg {
    fill: #c43714;
}
.subscription-info-text {
    display: flex;
    justify-content: center;
    padding: 0 88px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
.subscription-info-footer {
    padding: 35px 15px 15px 15px;
    display: flex;
    justify-content: flex-end;
}
.subscription-info-button {
    display: flex;
    background: #555;
    padding: 7px 17px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
#premium-popup .popup {
    max-width: 450px;
}
.premium-popup-wrapper {
    padding: 20px;
    font-size: 17px;
}
.premium-info-text.bold {
    font-weight: 500;
}
.premium-footer {
    padding-top: 40px;
    display: flex;
    justify-content: flex-end;
}
.premium-cancel-button {
    display: flex;
    color: #fe0100;
    padding: 7px 14px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #ffeded;
}
.premium-already-cancelled {
    color: #fe0100;
    font-weight: 500;
}
.premium-action-button {
    display: flex;
    color: #fe0100;
    padding: 5px 14px;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid #ffeded;
    font-size: 17px;
    font-weight: 500;
    width: 56px;
    justify-content: center;
}
.premium-action-button:first-child {
    margin-right: 10px;
}
.premium-prompt-wrapper {
    padding: 18px 22px 18px;
    font-size: 17px;
    display: none;
}
.premium-prompt-title {
    font-weight: bold;
}
.premium-prompt-text, .premium-info-text.underline {
    margin-top: 20px;
    text-decoration: underline;
}
.premium-prompt-wrapper .premium-footer {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
.subscription-option-form-wrapper, .subscription-option-form-success-wrapper {
    padding: 25px;
}
.subscription-option-form-text {
    font-weight: 500;
}
.subscription-option-input {
    font-size: 16px;
    width: 100%;
    border: none;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}
.subscription-option-form-footer {
    padding: 20px 0px 0px 15px;
    display: flex;
    justify-content: flex-end;
}
.subscription-option-form-button {
    display: flex;
    background: #0084fd;
    padding: 7px 17px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.subscribe-popup-other-option-button {
    background: #efefef;
    margin: 0 auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    font-weight: 500;
    border-radius: 40px;
    font-size: 16px;
}


.form-with-profile-pic-wrapper {
    max-width: 530px;
    margin: 20px auto;
}
.form-with-profile-pic-block {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    max-width: 210px;
    cursor: pointer;
}

.form-with-profile-pic-block img {
    height: 45px;
    width: 45px;
    margin-right: 10px;
    border-radius: 100%;
}
.form-wrapper {
    max-width: 530px;
    margin: 30px auto;
    box-shadow: 1px 1px 2px 0 rgb(145 145 145 / 8%);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.user-edit .form-wrapper {
    margin: 20px auto;
}
.form-header-tabs {
    padding-top: 18px;
    display: flex;
    justify-content: space-around;
    border-bottom: 3px solid #f5f5f5;
    background: #fff;
    border-radius: 5px 5px 0 0 ;
}
.form-header-tab {
    list-style: none;
    display: inline-block;
    font-size: 17px;
    margin: 0 10px;
    padding: 0 10px 18px;
    position: relative;
    font-weight: 500;
    color: #555;
    cursor: pointer;
}
.form-header-tab.active {
    color: #0084fd;
}
.form-header-tab.active:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #0084fd;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.form-header {
    font-size: 17px;
    color: #555555;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.user-edit .form-header {
    font-size: 16px;
    background: #fff;
    font-weight: 500;
}
.with-expand form {
    display: none;
}
.with-expand.expanded form {
    display: block;
}
.with-expand .form-header {
    border-bottom: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 10px 9px 15px;
}
.with-expand.expanded .form-header {
    border-radius: 5px 5px 0 0;
}
.form-header-expand {
    display: flex;
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    margin: 0 5px;
    border-radius: 100%;
    cursor: pointer;
    color: #555;
}
.form-header-expand svg {
    width: 20px;
    height: 20px;
}
.with-expand .form {
    border-top: 1px solid #f2f2f2;
}
.form {
    background: #fff;
    padding: 35px 40px;
    border-radius: 0 0 5px 5px;
}
.report-form-notice {
    background: #fff3ea;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
}
.add-review-no-login-popup-form .form {
    padding: 0;
}
.forgot-form .form {
    border-radius: 5px;
}
.user-edit .form {
    padding: 15px 20px 20px 20px;
}
.form label {
    font-weight: 500;
    font-size: 15px;
    display: flex;
}
.forgot-form .form label {
    font-weight: 500;
    font-size: 16px;
}
.form input, .form textarea, .form select {
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    color: #555555;
    padding: 12px 15px;
    margin: 8px 0;
    font-size: 16px;
    border-radius: 10px;
    color: #555;
}
.form-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.user-edit .form-action {
    margin-top: 5px;
}
.forgot-form .form-action a {
    color: #0084fd;
    text-decoration: underline;
}
.form-action button {
    background-color: #0084fd;
    font-weight: 500;
    font-size: 18px;
    border: none;
    color: #fff;
    padding: 10px 26px;
    cursor: pointer;
    border-radius: 44px;
    min-width: 120px;
}
.login-popup .form-action button {
    border-radius: 40px;
}
.user-edit .form-action button {
    font-size: 16px;
    min-width: 110px;
}
.register-form button, .contact-us-form button, .report-form button {
    width: 100%;
}
.form-error {
    font-size: 15px;
    color: #555;
    padding: 10px 35px 9px;
    background: #FEF0EF;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-error svg, .form-success svg {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 22px;
    fill: #555;
}
.form-error > div {
    display: flex;
    flex-direction: column;
}
.form-success {
    font-size: 15px;
    color: #555;
    padding: 10px 35px 9px;
    background: #e8f7e9;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hint-link {
    color: #0084fd;
    text-decoration: underline;
}
.password-field-wrapper {
    position: relative;
}
.password-field-wrapper svg {
    position: absolute;
    fill: #ccc;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 23px;
    height: 23px;
}
.google-auth-wrapper {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    padding-top: 0;
}
form .google-auth-wrapper {
    padding: 20px 0 0;
}
.login-popup .google-auth-wrapper {
    padding: 0;
    margin-top: 20px;
}
.google-auth-or-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.google-auth-or-line {
    width: calc(50% - 20.5px);
    height: 2px;
    background: #f5f5f5;
}
.google-auth-or {
    padding: 0 10px;
}
.google-auth-button {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.google-auth-button span {
    font-size: 17px;
    color: #555;
    font-family: Roboto!important;
}
.google-auth-button [role="button"] {
    background: #fcfcfc;
    border: 2px solid #e4e4e4;
    height: unset;
    padding: 10px 20px;
    border-radius: 40px!important;
}
.custom-google-button {
    background: #fcfcfc;
    border: 2px solid #e4e4e4;
    height: unset;
    padding: 10px 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.custom-google-button svg {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 10px;
}
.custom-google-button span {
    font-size: 17px;
    color: #555;
    font-family: Roboto;
    margin-left: 10px;
    font-weight: 500;
}

.search-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f6f6f6;
    border-radius: 12px;
    padding: 10px 10px 10px 9px;
    height: 50px;
    position: relative;
}

.search-locate {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e3e3e3;
    border-radius: 12px;
    padding: 7.75px 10px 7.75px 12px;
    border: none;
    cursor: pointer;
    font-size: 17px;
}

.search-locate__icon {
    width: 20px;
    height: 20px;
}

.search-input {
    flex: 1;
    font-size: 17px;
    border: none;
    background: transparent;
    outline: none;
    min-width: 0;
}

.search-action {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.search-action__icon {
    width: 24px;
    height: 24px;
}

.search-suggest {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    list-style: none;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
    max-height: 280px;
    overflow-y: auto;
    z-index: 50;
    width: calc(100% - 20px);
}

.search-suggest__item {
    display: flex;
}

.search-suggest__link {
    display: block;
    padding: 10px 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.search-suggest__link:hover {
    background: #f3f3f3;
}


.filter-dropdown {
    position: relative;
}

.filter-toggle {
    width: 46px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.filter-toggle__icon {
    width: 20px;
    height: 20px;
}

.filter-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    list-style: none;
    margin: 0;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    min-width: 200px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 20;
}

.filter-menu li a {
    display: block;
    padding: 10px 16px;
    color: #555555;
}
.filter-menu li.active a {
    background: #f7f7f7;
}
.filter-menu li:first-child a {
    border-radius: 12px 12px 0 0;
}
.filter-menu li:last-child a {
    border-radius: 0 0 12px 12px;
}
.filter-menu li a:hover {
    background: #f3f3f3;
}

.filter-dropdown.open .filter-menu {
    display: block;
}

.header {
    width: 100%;
    padding: 8px 0 9px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.left-header {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1;
}
.logo {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.logo a {
    color: #555;
    font-size: 24px;
    font-weight: 700;
    display: flex;
}
.logo svg {
    display: inline-flex;
    margin-left: 2px;
    width: 26px;
    height: 26px;
    fill: #0084fd;
}
.logo a i {
    font-family: Segoe print;
    font-style: normal;
    color: #0ca0ff;
}
#search_form {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 20px;
    min-width: 450px;
    position: relative;
}
.search_form_icon {
    display: flex;
    margin-left: 13px;
    color: #aaa;
}
.search_form_icon svg {
    fill: #aaa;
}
#search_form input {
    font-size: 16px;
    padding: 9px;
    border: none;
    color: #aaa;
    opacity: 1;
    width: 100%;
    line-height: 23px;
    height: 36px;
    background: #f7f7f7;
    border-radius: 0 20px 20px 0;
}
#search_form input::-webkit-input-placeholder {color:#aaa ;opacity: 1;}
#search_form input::-moz-placeholder          {color:#aaa ;opacity: 1;}/* Firefox 19+ */
#search_form input:-moz-placeholder           {color:#aaa ;opacity: 1;}/* Firefox 18- */
#search_form input:-ms-input-placeholder      {color:#aaa ;opacity: 1;}
.search-failed {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #0383fd;
    width: 100%;
    padding: 10px;
    top: calc(100% + 15px);
    border-radius: 10px;
    text-align: left;
    z-index: 9999;
}
.search-failed:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0383fd;
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: -9px;
    transform: translateX(50%);
}
.search-failed-close {
    position: absolute;
    right: 10px;
    fill: #a8c2ff;
    top: 11px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.header-search__suggest {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #dedede;
    box-shadow: 0 5px 5px 1px rgb(141 141 141 / 17%);
    padding: 8px 0;
    z-index: 100;
}
.header-search__suggest.hidden {
    display: none;
}
.header-search__summary {
    padding: 4px 18px 10px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}
.header-search__empty {
    padding: 14px 18px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.header-search__item {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    text-align: left;
}
.header-search__item:hover {
    background: #f7f7f7;
}
.header-search__item:last-child {
    border-bottom: 0;
}
.header-search__item svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #a7b2d0;
}
.header-search__item-left {
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(100% - 34px);
}
.header-search__item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: calc(100% - 34px);
}
.header-search__item-title {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.header__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
}
.header__actions_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    margin: 0 5px;
    border-radius: 100%;
    cursor: pointer;
    color: #555;
}
.header__actions_item svg {
    height: 25px;
    width: 25px;
    fill: #555;
}

.header-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    color: #555;
    border: 2px solid #ececec;
}

.header-action__icon {
    width: 20px;
    height: 20px;
    fill: #aaa;
}

.menu {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
}
.menu.auth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.menu__icon {
    width: 28px;
    height: 28px;
}

.main-notice-wrapper {
    display: flex;
    margin-top: 12px;
    background: #f8faff;
    border: 1px solid #9dc8f2;
    border-radius: 10px;
    padding: 10px 15px 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.search-insight-notice {
    padding: 12px 18px 12px;
}
.main-notice-icon {
    position: absolute;
    display: flex;
    color: #e9effa;
    right: -20px;
    transform: rotate(-26deg);
}
.search-insight-notice-icon {
    position: absolute;
    display: flex;
    color: #e9effa;
    right: 10px;
}
.search-insight-notice-icon svg {
    height: 45px;
    width: 45px;
    fill: #dae3f7;
    margin-right: 6px;
}
.main-notice-text {
    z-index: 1;
    font-size: 16px;
    font-weight: normal;
}
.main-notice-icon svg {
    height: 80px;
    width: 80px;
    fill: #e9effa;
}
.main-notice-close {
    display: flex;
    cursor: pointer;
    color: #b4c3e7;
}

.stat-chart {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px 22px 20px 22px;
    margin-top: 15px;
}
.stat-chart__header {
    display: flex;
    justify-content: space-between;
}
.stat-chart__title {
    font-size: 18px;
    font-weight: 500;
}
.stat-chart__toolbar {
    display: flex;
    align-items: center;
}
.stat-chart__total-badge {
    background: #f8faff;
    border: 1px solid #9dc8f2;
    padding: 6px 16px 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 17px;
    height: 35px;
}
.stat-chart__pills {
    display: flex;
}
.stat-chart__pill {
    border: 1px solid #dadada;
    background: #fff;
    padding: 6px 10px 6px 18px;
    border-radius: 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    height: 35px;
    font-weight: 500;
}
.stat-chart__pill > span {
    margin-right: 6px;
}
.stat-chart__plot {
    position: relative;
}
.stat-chart__scroll {
    overflow-x: auto;
    width: 100%;
}
.stat-chart__scroll::-webkit-scrollbar {
    height: 4px;
}
.stat-chart__inner {
    min-width: 100%;
    position: relative;
}
#stat-chart-canvas {
    max-height: 140px;
    height: 140px !important;
    width: 100% !important;
}
#stat-chart-tooltip {
    background: #fff;
    display: none;
    position: absolute;
    padding: 14px 16px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px;
    width: max-content;
    max-width: min(280px, 90vw);
    z-index: 20;
    text-align: left;
    line-height: 1.4;
}
.stat-chart-tooltip__primary {
    font-size: 15px;
    line-height: 1.45;
}
.stat-chart-tooltip__count {
    font-weight: 700;
    color: #374151;
}
.stat-chart-tooltip__established {
    font-weight: 400;
    color: #6b7280;
}
.stat-chart-tooltip__when {
    font-style: italic;
    color: #9ca3af;
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.35;
}
.tooltip-label {
    color: #aaa;
}
.tooltip-value {
    font-weight: bold;
}

.list-wrapper {
    display: flex;
    margin: 34px 0;
    flex-direction: column;
}
.list-filter-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    align-items: center;
    gap: 12px;
}
.list-filter-main {
    display: flex;
    align-items: center;
    min-width: 0;
}
.list-filter-left {
    display: flex;
    flex-shrink: 0;
}
.list-filter-left > div {
    margin-right: 8px;
}
.list-filter-left > div:last-child {
    margin-right: 0;
}
.list-filter-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.list-filter-right-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.list-filter-right > div {
    margin-left: 10px;
}
.list-filter-right > div:first-child {
    margin-left: 0;
}
.list-filter-button {
    display: flex;
    align-items: center;
    border: 1px solid #dadada;
    background: #fff;
    padding: 7px 14px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}
.list-filter-button.active {
    background: #f8faff;
    border: 1px solid #9dc8f2;
}
.list-filter-button svg {
    display: inline-flex;
    margin-left: 6px;
    height: 20px;
    width: 20px;
    fill: #555;
}
.list-filter-button svg {
    fill: #0084fd;
}

.list-total {
    display: flex;
    align-items: center;
}
.list-total__badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 8px 8px 11px;
    border-radius: 40px;
    color: #555;
    font-weight: 600;
    white-space: nowrap;
    font-size: 17px;
}
.list-total__text {
    white-space: nowrap;
    font-size: 17px;
}
.list-total__text u {
    text-underline-offset: 2px;
}
.list-action {
    height: 39px;
    border-radius: 50px;
    border: 1px solid #dbe4ef;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    cursor: pointer;
}
.list-action--export {
    background: #36ab28;
    border-color: #36ab28;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    gap: 8px;
}
.list-action--export svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
.list-action--share {
    width: 39px;
    padding: 0;
    background: #efefef;
    border: none;
}
.list-action--share svg {
    fill: #555;
    width: 22px;
    height: 22px;
}

.llc-table {
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 10px 12px;
}
.llc-table__head,
.llc-table__row {
    display: grid;
    grid-template-columns: 2.8fr 1.4fr 1.5fr 0.8fr;
    gap: 0;
    align-items: center;
}
.llc-table__head {
    color: #aaa;
    font-weight: 500;
    font-size: 15px;
    padding: 9px 16px;
    border-bottom: 1px solid #f0f0f0;
}
.llc-table__row {
    padding: 14px 16px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 17px;
}
.llc-table__row:last-child {
    border-bottom: none;
}
.llc-table__cell {
    color: #555;
    padding: 0 10px 0 0;
    display: flex;
}
.llc-table__name {
    font-weight: 500;
    position: relative;
}
.llc-table__link {
    color: inherit;
    text-decoration: none;
}
.llc-table__link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.llc-table__locked-trigger {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
    filter: blur(4px);
    user-select: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.llc-table__name--hint {
    cursor: default;
}
.llc-table__name--hint[data-full-name]:hover::after {
    content: attr(data-full-name);
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 6px;
    padding: 8px 12px;
    background: #1a1a1a;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 10;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
}
.llc-status {
    display: inline-block;
    border-radius: 999px;
    font-size: 16px;
    padding: 3px 11px;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.llc-status--active {
    background: #36ab28;
    color: #fff;
}
.llc-status--liquidated,
.llc-status--inactive {
    background: #fdeff0;
    color: #555;
}
.llc-status--unknown {
    background: #efefef;
    color: #555;
}
.llc-table__id {
    color: #aaa;
}
.llc-table__empty {
    padding: 24px 16px;
    color: #777;
    font-size: 16px;
}
.llc-load-more {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.llc-load-more__button {
    padding: 10px 24px;
    font-size: 17px;
    color: #555;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    border: none;
}
.llc-load-more__button:disabled {
    opacity: 0.7;
    cursor: default;
}

.llc-profile {
    max-width: 860px;
    margin: 16px auto 0;
}
.llc-profile__card {
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}
.llc-profile__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid #f1f1f1;
}
.llc-profile__kicker {
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}
.llc-profile__title {
    margin: 8px 0 0;
    color: #555;
    font-size: 22px;
    text-transform: uppercase;
}
.llc-profile__share {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: none;
    background: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.llc-profile__share svg {
    fill: #555;
    width: 24px;
    height: 24px;
}
.llc-profile__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.llc-profile__item {
    padding: 28px 24px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.llc-profile__item:nth-child(3n) {
    border-right: 0;
}
.llc-profile__item:nth-last-child(-n + 3) {
    border-bottom: 0;
}
.llc-profile__label {
    color: #aaa;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    font-weight: 600;
}
.llc-profile__value {
    color: #555;
    font-size: 19px;
    font-weight: 500;
}
.llc-profile__value--with-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.llc-profile__meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.llc-profile__meta-icon svg {
    width: 22px;
    height: 22px;
    fill: #bbb;
}
.llc-profile__meta-icon-established svg {
    fill: #0084fd;
}
.llc-profile__meta-icon-status svg {
    fill: #36ab28;
}
.llc-profile__meta-icon-status--active svg {
    fill: #36ab28;
}
.llc-profile__meta-icon-status--inactive svg {
    fill: #ff2626;
}
.llc-profile__meta-icon-status--warning svg {
    fill: #f2bd19;
}
.llc-profile__status-dot {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 3px solid #37aa2c;
    box-sizing: border-box;
}
.llc-profile__status-dot::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #37aa2c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-popup {
    max-width: 400px;
}
.list-popup .popup__body {
    padding: 15px;
}
.popup-list-wrapper {
    max-height: 350px;
    overflow-y: auto;
}
.popup-list-wrapper::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
}
.popup-list-wrapper::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}
.popup-list-wrapper::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 5px;
}
.popup-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
    border-radius: 5px;
}
.popup-list-item {
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
button.popup-list-item {
    width: 100%;
    border: none;
    background: transparent;
    font: inherit;
    text-align: left;
    padding: 0;
}
.popup-list-item.active > span {
    background: #0084ff;
    color: #fff;
    border-radius: 40px;
}
.popup-list-item > span {
    padding: 5px 14px;
    color: #555;
}


.date-picker-popup {
    width: min(360px, calc(100vw - 24px));
}

.llc-date-picker {
    width: 100%;
    padding: 10px;
    min-height: 335px;
}
.llc-date-picker--range {
    padding: 8px;
    min-height: 0;
}

.llc-date-picker__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.llc-date-picker__month {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.llc-date-picker__nav {
    height: 36px;
    width: 36px;
    border-radius: 999px;
    border: none;
    background: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.llc-date-picker__nav svg {
    fill: #555;
    width: 24px;
    height: 24px;
}

.llc-date-picker__nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.llc-date-picker__weekdays,
.llc-date-picker__days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.llc-date-picker__weekdays {
    margin-bottom: 8px;
    color: #aaaa;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.llc-date-picker__day {
    height: 36px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #fff;
    font-size: 17px;
    color: #555;
    cursor: pointer;
}

.llc-date-picker__day:hover:not(:disabled) {
    background: #ebebeb;
    color: #555;
}

.llc-date-picker__day--selected {
    background: #0084fd;
    color: #fff;
    font-weight: 600;
}

.llc-date-picker__day--today {
    box-shadow: inset 0 0 0 1px #d1d5db;
}

.llc-date-picker__day--disabled {
    color: #bbb;
    cursor: default;
}

.llc-date-picker__day--pad {
    visibility: hidden;
}

.chart-range-fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 10px 12px 14px;
}

.chart-range-fields label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.chart-range-field {
    position: relative;
}

.chart-range-field > span {
    display: block;
}

.chart-range-date-dropdown {
    position: relative;
}

.chart-range-date-trigger {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    color: #111827;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-align: left;
}

.chart-range-date-trigger > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chart-range-date-trigger:focus-visible {
    outline: 2px solid #93c5fd;
    outline-offset: 1px;
}

.chart-range-date-dropdown__panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
}

.chart-range-apply,
.chart-range-reset {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.chart-range-apply {
    background: #0084ff;
    color: #fff;
    margin-top: 4px;
}

.chart-range-reset {
    background: #f3f4f6;
    color: #374151;
}

.llc-premium-notice-wrapper {
    background: #fffced;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    border: 1px solid #e4e0a6;
}
.llc-premium-notice-wrapper svg {
    fill: #555;
    margin-left: 6px;
    position: absolute;
    right: 10px;
}


.desktop-hide {
    display: none!important;
}
@media screen and (max-width: 768px) {
    .stat-chart {
        padding-bottom: 10px;
    }
    .header-search__suggest {
        top: calc(100% + 6px);
    }
    .llc-table__locked-trigger {
        text-overflow: unset;
    }
    .llc-premium-notice-wrapper {
        padding: 10px 38px 10px 15px;
    }
    .content.mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .form {
        padding: 35px 28px;
    }
    .header__inner .logo {
        font-size: 20px;
    }
    .desktop-hide {
        display: flex!important;
    }
    .mobile-hide {
        display: none !important;
    }
    .mob-hide {
        display: none!important;
    }
    .page-shell {
        overflow: hidden;
    }

    .header {
        position: relative;
    }
    .header__search {
        position: absolute;
        bottom: 15px;
        width: 100%;
        left: 0;
        padding: 0 12px;
    }
    #header-search__wrapper {
        max-width: 100%;
        min-width: 100%;
    }
    .content.header__inner {
        padding: 0 10px;
    }
    .header-action {
        white-space: nowrap;
        border: none;
        border-right: 1px solid #e7e7e7;
        border-radius: 0;
        padding: 2px 10px 2px 2px;
        gap: 4px;
    }
    .header__left-button.list-icon {
        border-right: unset;
        padding: 0;
        border-left: 1px solid #e7e7e7;
        padding-left: 10px;
        height: 24px;
        border-right: 1px solid #e7e7e7;
        padding-right: 10px;
    }
    .header__actions {
        min-width: unset;
        gap: 0;
    }
    .header__actions_item {
        width: 34px;
        height: 34px;
    }
    .header-search__icon.header-search__icon-location {
        padding-right: 12px;
    }
    .center-header {
        display: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        align-items: center;
        z-index: 9;
        background: #fff;
        padding: 0 10px;
    }
    .search_form_icon-button {
        outline: none;
        border: none;
        background: none;
        margin-left: 0;
        margin-right: 13px;
    }
    .search_form_icon {
        color: #555;
    }
    .search_form_icon svg {
        fill: #555;
    }
    #search_form {
        min-width: unset;
    }
    .main-notice-wrapper {
        margin: 0 -10px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c6dbf0;
        border-top: 1px solid #c6dbf0;
        padding: 10px 15px;
        align-items: start;
        position: relative;
        top: -1px;
    }
    .main-notice-icon svg {
        display: none;
    }
    .list-filter-wrapper {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        padding-bottom: 7px;
    }
    .list-filter-main {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .list-filter-left-wrapper {
        overflow-x: scroll;
        width: 100%;
    }
    .list-filter-left-container {
        width: 100%;
    }
    .list-filter-left-container.scroll-fade-end {
        --scroll-fade-bg: #fdfdfd;
    }
    .scroll-fade-end {
        position: relative;
        --scroll-fade-bg: #fdfdfd;
    }
    .scroll-fade-end::after {
        content: '';
        position: absolute;
        top: 0;
        right: -4px;
        width: 50px;
        height: 100%;
        background: linear-gradient(to left, rgb(255 255 255 / 80%), transparent);
        pointer-events: none;
        opacity: 0;
        z-index: 1;
        transition: opacity .2s ease;
    }
    .scroll-fade-end.is-scrollable:not(.is-scroll-end)::after {
        opacity: 1;
    }
    .list-filter-left-wrapper::-webkit-scrollbar {
        height: 0;
    }
    .list-total {
        font-size: 24px;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin-top: 12px;
    }
    .list-total__text {
        white-space: normal;
    }
    .llc-table {
        overflow-x: auto;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin: 0 -10px;
        padding: 0;
    }

    .llc-table::-webkit-scrollbar {
        height: 0;
    }
    .llc-table__head,
    .llc-table__row {
        min-width: 640px;
    }
    .llc-table__name {
        min-width: 0;
    }
    .llc-table__name .llc-table__link,
    .llc-table__name {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 26ch;
        padding-right: 15px;
    }
    .llc-profile__header {
        padding: 18px 16px;
    }
    .llc-profile__title {
    }
    .llc-profile__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .llc-profile__item:nth-child(3n) {
        border-right: 1px solid #f1f1f1;
    }
    .llc-profile__item:nth-child(2n) {
        border-right: 0;
    }
    .llc-profile__item:nth-last-child(-n + 3) {
        border-bottom: 1px solid #f1f1f1;
    }
    .llc-profile__item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
    .llc-profile__value {
    }
    .stat-chart-range-pill-label {
        display: inline-block;
        max-width: 10ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .stat-chart__header {
        flex-direction: column;
    }
    .stat-chart__toolbar-wrapper {
        width: 100%;
        overflow-x: scroll;
        margin-top: 10px;
    }
    .stat-chart__toolbar-container.scroll-fade-end {
        --scroll-fade-bg: #fff;
    }
    .stat-chart__toolbar-wrapper::-webkit-scrollbar {
        height: 0;
    }
    .stat-chart__toolbar {
        flex-direction: row-reverse;
        width: max-content;
    }
    .stat-chart__total-badge {
        white-space: nowrap;
    }
    .stat-chart__pill {
        margin-left: 0;
        margin-right: 10px;
    }
    .llc-table__head, .llc-table__row {
        grid-template-columns: 2.8fr 1.4fr 140px 120px;
    }
}
@media screen and (max-width: 500px) {
    .popup-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .llc-profile__header {
    }
    .llc-profile__title {
    }
    .llc-profile__grid {
        grid-template-columns: 1fr;
    }
    .llc-profile__item {
        border-right: 0 !important;
        border-bottom: 1px solid #f1f1f1 !important;
    }
    .llc-profile__item:last-child {
        border-bottom: 0 !important;
    }
    .llc-profile__value {
    }
    .llc-profile__share {
        width: 42px;
        height: 42px;
    }
}
