@import "popup-edit-post.css";
@import "feed.css";

html, body {
    height: 100%;
    margin: 0 !important;
}

body,
body input,
body textarea,
body div,
body button {
    font-family: Manrope,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

body {
    padding-left: 25px;
}

body.overflow-hidden {
    overflow: hidden !important;
}

body.preloading {
    overflow: hidden;
    position: relative;
}

body.preloading::before {
    content: "";
    position: fixed;
    inset: 0;
    background-color: #ffffff82;
    z-index: 9999999999;
}

body.preloading::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -20px 0 0 -20px;
    border: 5px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999999999999;
}

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

#page #header,
#page > hr {
    display: none;
}

#page {
    height: 100%;
}

#page a {
    color: rgba(227, 77, 30, 1);
    text-decoration: unset;
}

#wpadminbar {
    display: none;
}

.header .logo img {
    width: 165px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 25px 10px 0;
    margin-bottom: 16px;
    position: fixed;
    width: calc(100% - 60px);
    background: white;
    z-index: 999999998;
}

.header > div:not(:last-child):not(.logo) {
    margin-right: 30px;
}

.header .search-block {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 775px;
    flex-grow: 1;
    width: 100%;
}

.header .search-block #search-input {
    width: 100%;
    max-width: 660px;
    height: 40px;
    border: 1px solid rgb(233, 239, 246);
    border-radius: 10px;
    font-size: 14px;
    padding: 0 15px 0 45px;
    outline: none;
}

.header .search-block #search-input::placeholder {
    color: rgba(175, 186, 202, 1);
}

.header .search-block label {
    position: relative;
    width: 100%;
}

.header .menu-points .item {
    width: 40px;
    height: 40px;
    background: rgba(26, 29, 33, 0.04);
    border-radius: 10px;
    position: relative;
}

.header .menu-points .item:not(:last-child) {
    margin-right: 8px;
}

.header .menu-points .item {
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.header .menu-points .item > svg {
    position: relative;
    top: 9px;
}

.header .menu-points {
    display: flex;
    margin-right: 40px;
}

.header .search-block .btn-search {
    background: rgb(227, 77, 30);
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    padding: 10.5px 23px;
    border-radius: 10px;
    margin-left: 12px;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.header .search-block .search-icon {
    position: absolute;
    top: 13px;
    z-index: 1;
    left: 18px;
}

.header .search-block .btn-search .plus-icon {
    margin-right: 4px;
}

.header .search-block .btn-search .plus-icon svg {
    margin-top: 1px;
}

.header .second-header {
    display: flex;
    align-items: center;
}

.header .first-header {
    display: flex;
    flex: 100%;
}

.header .user-profile {
    background: rgba(26, 29, 33, 0.04);
    border-radius: 8px;
    padding: 11px 13px;
    display: flex;
    width: fit-content;
    align-items: center;
    text-decoration: unset;
}

.header .user-profile .avatar {
    background: rgb(175, 186, 202);
    border-radius: 50%;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
}

.header .user-profile .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .user-profile .online {
    position: absolute;
    bottom: 0px;
    right: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(17, 167, 92);
    border: 1.5px solid white;
}

.header .user-profile .avatar-wrapper {
    position: relative;
}

.header .user-profile .profile-name {
    color: rgba(96, 105, 119, 1);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.header .logo {
    margin-right: 95px;
}
.account-sidebar-scrollbar {
    flex: 0 0 250px;
    height: calc(100vh - 140px);
    position: sticky;
    top: 86px;
    margin-right: 11px;
}
.account-sidebar {
    position: relative;
    top: -5px;
    margin-right: 11px;
}
.account-sidebar .inner {
    height: 100%;
}

body:has(.account-sidebar-scrollbar:hover) {
    overflow-y: hidden;
}

/*.account-sidebar::before {
    position: absolute;
    content: '';
    width: 102%;
    height: 1px;
    background: rgb(244, 245, 246);
    top: 0;
    left: -7px;
}*/

.account-sidebar .navigation-menu .item {
    display: flex;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    color: #606977;
    font-size: 14px;
    font-weight: 600;
    text-decoration: unset;
    padding: 7px 17px 7px 14px;
}

.account-sidebar .navigation-menu {
    margin-bottom: 16px;
    margin-left: -8px;
}

.account-sidebar .last-events {
    border-top: 1px solid rgb(244, 245, 246);
    padding: 20px 15px 20px 0;
}

.account-sidebar .last-events .title-wrapper {
    margin-top: unset;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
}

.account-sidebar .navigation-menu .item:not(:last-child) {
    margin-bottom: 4px;
}

.account-sidebar .navigation-menu .item.active {
    background: rgba(244, 245, 246, 1);
    color: #1A1D21;
    font-weight: 500;
}

.account-sidebar .navigation-menu .item .icon {
    margin-right: 12px;
}

.account-sidebar .navigation-menu .item .count-unread,
.account-sidebar .last-events .title-wrapper .count-unread,
.header .menu-points .item .count-unread {
    width: fit-content;
    height: 20px;
    display: block;
    background: rgb(227, 77, 30);
    border-radius: 9999px;
    position: absolute;
    right: 12px;
    color: white;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.account-sidebar .last-events .title-wrapper .count-unread {
    right: -5px;
}

.account-sidebar .navigation-menu .item .count-unread span,
.account-sidebar .last-events .title-wrapper .count-unread span,
.header .menu-points .item .count-unread span {
    position: relative;
    top: 1px;
    padding: 0 8px;
}

.header .menu-points .item .count-unread {
    right: -7px;
    top: -7px;
}

.account-sidebar .last-events .list-events .item .left {
    width: 48px;
    height: 48px;
    background: rgb(244, 245, 246);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 12px;
    border-radius: 8px;
}

.account-sidebar .last-events .list-events .item .left .day {
    font-weight: 600;
    font-size: 14px;
}

.account-sidebar .last-events .list-events .item {
    display: flex;
    margin-bottom: 6px;
}

.account-sidebar .last-events .list-events .item .left .month {
    font-weight: 500;
    font-size: 10px;
    color: rgba(136, 144, 159, 1);
}

.account-sidebar .last-events .list-events .item .right .name {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
}

.account-sidebar .last-events .list-events .item .right .count-members {
    color: rgba(96, 105, 119, 1);
    font-weight: 400;
    font-size: 14px;
}

.account-sidebar .last-events .list-events {
    margin-top: 16px;
}

.account-sidebar .last-events .show-more {
    background: rgba(26, 29, 33, 0.04);
    outline: none;
    border: unset;
    width: 100%;
    height: 24px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(96, 105, 119);
    cursor: pointer;
    margin-top: 12px;
    font-family: Manrope, -apple-system, Roboto, Helvetica, sans-serif;
}

.account-sidebar .account-sidebar-footer .item {
    display: flex;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    color: rgba(96, 105, 119, 1);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 17px 7px 0;
    text-decoration: unset;
}

.account-sidebar .account-sidebar-footer .item:not(:last-child) {
    margin-bottom: 4px;
}

.account-sidebar .account-sidebar-footer .item .icon {
    margin-right: 12px;
}

.account-sidebar .account-sidebar-footer {
    width: 100%;
    border-top: 1px solid rgb(244, 245, 246);
    padding-top: 20px;
    position: absolute;
    bottom: -35px
}

.page-flex {
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    position: relative;
    top: 85px;
}

#footer,
hr {
    display: none;
}

.popup {
    position: fixed;
    z-index: 999999999;
    top: 0;
    width: 100%;
    background: rgba(26, 29, 33, 0.2);
    backdrop-filter: blur(2px);
    height: 100%;
    left: 0;
    display: none;
}

.tooltip {
    justify-content: end;
    align-items: end;
    position: absolute;
    z-index: 2147483647;
    width: 264px;
    max-width: 100%;
    flex-direction: column;
    left: -124px;
    display: none;
}

.tooltip-body {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(201, 205, 211, 1);
    display: flex;
    width: 100%;
    padding: 12px 16px;
    flex-direction: column;
    align-items: stretch;
    font-family: Manrope,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}

.tooltip-title {
    color: #1a1d21;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0;
}

.tooltip-text {
    color: #606977;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.2px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.tooltip-arrow {
    width: 22px;
    position: absolute;
    bottom: -7.80px;
    right: 15px;
}

.popup .inner {

}

.popup .inner .close {
    cursor: pointer;
}

.more-options .menu-dropdown {
    position: absolute;
    border: 1px solid rgb(235, 237, 239);
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 8px;
    margin-left: -25px;
    z-index: 9999 !important;
    display: none;
    flex-direction: column;
    align-items: first baseline;
    top: 45px;
    left: -25px;
}

.menu-dropdown .menu-item.report span {
    color: #FF3838 !important;
}

.more-options .menu-dropdown {
    right: -8px;
    left: unset;
}

.more-options .dropdown-open {
    display: flex !important;
}

.more-options .menu-dropdown .menu-item {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600 !important;
    color: #606977 !important;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;

}
.more-options .menu-dropdown .menu-item.remove span {
    color: #FF3838;
}
.more-options {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 2px;
}
.more-options > .icon {
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 3px;
}
.more-options:has(.menu-dropdown.dropdown-open) {
    border: 2px solid #C9CDD3;
    border-radius: 8px;
}
.more-options:has(.menu-dropdown.dropdown-open) > .icon {
    border: 1px solid #C9CDD3;
    border-radius: 6px;
}

.more-options .menu-dropdown .menu-item:last-child {
    border-top: 1px solid rgb(235, 237, 239);
}

.more-options .menu-dropdown .menu-item .icon {
    margin-right: 13px;
    width: 20px;
}

.more-options {
    cursor: pointer;
    position: relative;
}

.more-options .menu-dropdown .menu-item:hover {
    background: #F9FAFB;
}

.tooltip-alert {
    display: block;
}

.tooltip-alert .notification-container {
    position: fixed;
    width: fit-content;
    z-index: 999999999999;
    bottom: -150px;
    right: 30px;
    max-width: 470px;
    transition: bottom 0.5s ease;
}

.tooltip-alert .notification-shadow {
    position: absolute;
    top: 22px;
    width: 100%;
    height: 84px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(18, 18, 23, 0.05), 0 10px 15px rgba(18, 18, 23, 0.08);
}

.tooltip-alert .notification-top1 {
    height: 7px;
    background-color: #1A1D210D;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 70%;
    margin: 0 auto;
}

.tooltip-alert .notification-top2 {
    height: 8px;
    background-color: #1A1D211A;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 78%;
    margin: 0 auto;
}

.tooltip-alert .notification-top3 {
    height: 9px;
    background-color: #1A1D2133;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 88%;
    margin: 0 auto;
}

.tooltip-alert .notification-main {
    background-color: #1A1D21;
    height: fit-content;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.tooltip-alert .notification-content {
    display: flex;
    align-items: center;
}

.tooltip-alert .check-icon {
    width: 30px;
    height: 30px;
    background-color: #1A1D21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.tooltip-alert .check-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.tooltip-alert .notification-text {
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
}

.tooltip-alert .close-button {
    width: 36px;
    height: 36px;
    background-color: rgba(26, 29, 33, 0.04);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tooltip-alert .close-button svg {
    width: 16px;
    height: 16px;
    fill: rgba(255, 255, 255, 0.6);
}

.popup-settings .inner {
    width: 1000px;
    height: calc(100vh - 55px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: white;
    padding: 18px 0;
}
.popup-settings #settings-user-location-suggestions {
    background: transparent;
    border: 1px solid #C9CDD3;
    border-radius: 8px;
    padding: 0 14px;
    width: 100%;
    color: #606977;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    max-height: 134px;
    overflow-y: scroll;
    display: none;
}
.popup-settings .error .input-error {
    font-weight: 400;
    font-size: 14px;
    color: #FF3838 !important;
}
.popup-settings .inner .form .avatar-uploading .avatar-actions .avatar-btn-upload-remove {
    border: 1px solid #FF3838;
    background: unset;
    outline: none;
    color: #FF3838;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.popup-settings .inner .form .avatar-uploading .avatar-actions .uploaded {
    display: none;
}
.popup-settings .error input {
    border: 1px solid #FF3838 !important;
    color: #FF3838 !important;
}
.popup-settings .error .icon svg path {
    fill: #FF3838;
}
.popup-settings .error .icon {
    border-right: 1px solid #FF3838 !important;
}
.popup-settings .input-password-wrap {
    position: relative;
}
.popup-settings .inner .form-wrapper.security-auth .input-password-wrap .icon {
    top: 58% !important;
}
.popup-settings #settings-user-location-suggestions li {
    list-style-type: none;
    padding: 12px 0 !important;
    cursor: pointer;
}
.account-register #settings-user-location-suggestions li:not(:last-child) {
    border-bottom: 1px solid #C9CDD3;
}
.popup-confirmation-code .inner {
    width: 440px;
    height: 345px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: white;
    padding: 18px 0;
}

.popup-confirmation-code .inner > .close {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.popup-confirmation-code .inner .confirmation-code-header h2 {
    color: #1A1D21;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.popup-confirmation-code .inner .confirmation-code-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 16px;
    margin-top: 40px;
}

.popup-confirmation-code .inner .confirmation-code-buttons .cancel {
    outline: none;
    background: #1A1D210A;
    border: unset;
    padding: 12px 19px;
    border-radius: 8px;
    color: #606977;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.popup-confirmation-code .inner .dont-get-confirmation-code {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-top: 20px;
}

.popup-confirmation-code .inner .dont-get-confirmation-code a {
    color: #E34D1E;
    font-weight: 600;
    font-size: 14px;
    text-decoration: unset;
    cursor: pointer;
}

.popup-confirmation-code .inner .confirmation-code-buttons .submit {
    background: #E34D1E;
    color: white;
    border: unset;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    flex: 1;
    margin-left: 8px;
    cursor: pointer;
}

.popup-confirmation-code .inner .confirmation-code-header {
    margin-top: 45px;
}

.popup-confirmation-code .inner .confirmation-code-header .code-sent-title {
    color: #606977;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
}

.popup-confirmation-code .inner .confirmation-code-input-wrapper input {
    color: #1A1D21;
    font-weight: 600;
    font-size: 24px;
    width: 61px;
    height: 64px;
    padding: 16px;
    text-align: center;
    background: transparent;
    border: 1px solid #EBEDEF;
    outline: none;
    border-radius: 10px;
}
.popup-confirmation-code .inner .confirmation-code-input-wrapper input[disabled] {
    background: #f7f7f7;
}
.popup-confirmation-code .inner .confirmation-code-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-confirmation-code .inner .error input {
    border: 1px solid #FF3838 !important;
    color: #FF3838 !important;
}

.popup-confirmation-code .inner .confirmation-code-input-wrapper label {
    margin-right: 8px;
}

.popup-confirmation-code .inner .confirmation-code-time-left {
    font-size: 14px;
    font-weight: 600;
    color: #606977;
    text-align: center;
}

.popup-settings p,
.popup-settings h2 {
    margin: 0;
}

.popup-settings .inner .settings-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px 15px;
    border-bottom: 1px solid #E9EFF6;
}

.popup-settings .inner .settings-content {
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    height: calc(100vh - 150px);
}

.popup-settings .inner .settings-content .left-part,
.popup-settings .inner .settings-content .right-part {
    padding-top: 15px;
    padding-bottom: 20px;
}

.popup-settings .inner .settings-content .left-part {
    border-right: 1px solid #E9EFF6;
    padding-right: 32px;
    min-width: 200px;
}

.popup-settings .inner .settings-content .right-part {
    padding-left: 32px;
    padding-right: 20px;
    flex: 1;
    overflow-x: hidden;
}

.popup-settings .inner .form-wrapper .form-notification {
    color: #1A1D21;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 32px;
}

.popup-settings .inner .form-wrapper:not(:first-child) {
    display: none;
}

.popup-settings .inner .settings-bottom-btns {
    border-top: 1px solid #E9EFF6;
    padding: 15px 24px 0;
    display: flex;
    justify-content: space-between;
}

.popup-settings .inner .settings-header h2 {
    font-size: 20px;
    font-weight: 500;
    color: #1C222B;
}

.popup-settings .inner .form .avatar-uploading .avatar-image {
    width: 56px;
    height: 56px;
    background: #AFBACA;
    border-radius: 50%;
    overflow: hidden;
}

.popup-settings .inner .form .avatar-uploading {
    display: flex;
    flex-direction: row;
}

.popup-settings .inner .form .avatar-uploading .avatar-actions {
    display: flex;
    flex-direction: column;
}

.popup-settings .inner .form .avatar-uploading .avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-settings .inner .form .avatar-uploading .avatar-image {
    margin-right: 16px;
    position: relative;
}

.popup-settings .inner .form .avatar-uploading .avatar-actions .avatar-upload-title {
    font-size: 16px;
    font-weight: 600;
    color: #606977;
}

.popup-settings .inner .form .avatar-uploading .avatar-actions .avatar-upload-rules {
    font-size: 12px;
    font-weight: 400;
    color: #88909F;
    margin-top: 4px;
}

.popup-settings .inner .form .avatar-uploading .avatar-actions .avatar-btn-upload {
    outline: none;
    border: 1px solid #C9CDD3;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #606977;
    padding: 8px 10px;
    border-radius: 8px;
    width: fit-content;
    cursor: pointer;
    margin-top: 12px;
}

.popup-settings .inner .form:not(:last-child) {
    margin-bottom: 16px;
}

.popup-settings .inner .left-part .navigation-menu .menu-item > span {
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #606977;
    display: block;
    cursor: pointer;
}

.popup-settings .inner .left-part .navigation-menu .menu-item {
    position: relative;
}

.popup-settings .inner .left-part .navigation-menu .menu-item:not(:last-child) {
    margin-bottom: 5px;
}

.popup-settings .inner .left-part .navigation-menu .menu-item.active > span {
    background: #F4F5F6;
    color: #1A1D21;
}

.popup-settings .inner .left-part .navigation-menu .menu-item:not(.active) > span:hover {
    background: #EBEDEF;
    color: #4F5662;
}

.popup-settings .inner .left-part .navigation-menu .menu-item .sub-menu .sub-menu-item > span {
    font-weight: 600;
    font-size: 14px;
    color: #1A1D21;
    display: block;
    cursor: pointer;
    padding: 4px 12px;
    border-left: 1px solid #C9CDD3;
    margin-top: 11px;
}

.popup-settings .inner .left-part .navigation-menu .menu-item .sub-menu {
    position: relative;
    left: 16px;
    margin-bottom: 10px;
    display: none;
}

.popup-settings .inner .left-part .navigation-menu .menu-item.active .sub-menu {
    display: block;
}

.popup-settings .inner .left-part .navigation-menu .menu-item .sub-menu .sub-menu-item.active > span {
    color: #E34D1E;
    border-color: #E34D1E;
}

.popup-settings .inner .right-part .form-wrapper .form-title {
    color: #1A1D21;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.popup-settings .inner .right-part textarea,
.popup-settings .inner .right-part input[type=text] {
    outline: none;
    background: transparent;
    border: 1px solid #C9CDD3;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    color: #606977;
    font-size: 14px;
    font-weight: 600;
}

.popup-settings .inner .right-part textarea,
.popup-settings .inner .right-part input[type=text]::placeholder {
    font-weight: 400;
}

.popup-settings .inner .right-part textarea {
    resize: none;
}

.popup-settings .inner .right-part .form-wrapper .form-title .form-textarea-count {
    font-size: 14px;
    font-weight: 400;
    color: #88909F;
}

.popup-settings .inner .right-part .form-wrapper.personalization .form-title {
    color: #606977;
}

.popup-settings .inner .settings-bottom-btns button {
    background: #1A1D210A;
    outline: none;
    border: unset;
    font-size: 14px;
    font-weight: 600;
    color: #606977;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
}

.popup-settings .inner .settings-bottom-btns button.update {
    background: #E34D1E;
    color: white;
}

.popup-report-content .report-content .list-info .list-item .list-item-input input[type="radio"] {
    display: none;
}

.popup-settings .inner label.settings-input-radio-wrapper span.settings-input-radio-element {
    width: 16px;
    height: 16px;
    border: 1px solid #C9CDD3;
    background: #1A1D210A;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

.popup-settings .inner label.settings-input-radio-wrapper.selected input[type="radio"] + span.settings-input-radio-element::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #E34D1E;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.popup-settings .inner label.settings-input-radio-wrapper.selected input[type="radio"] + span.settings-input-radio-element {
    border: 1px solid #E34D1E;
}
.popup-settings .inner label.settings-input-radio-wrapper.selected input[type="radio"] + span.settings-input-radio-element {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.popup-settings .inner label.settings-input-radio-wrapper input {
    display: none;
}

.popup-settings .inner label.settings-input-radio-wrapper span:last-child {
    color: #1A1D21;
    font-weight: 400;
    font-size: 14px;
}

.popup-settings .inner label.settings-input-radio-wrapper {
    display: flex;
    align-items: center;
}

.popup-settings .inner .form-variations .variation .variation-info {
    color: #606977;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
    margin-left: 24px;
}

.popup-settings .inner .form-variations .variation {
    margin-bottom: 20px;
}

.popup-settings .inner .right-part .form-wrapper.notifications .form-title {
    margin-bottom: 16px;
}

.popup-report-content .report-content .list-info .list-item .list-item-input input[type="radio"] {
    display: none;
}

.popup-settings .inner label.settings-input-checkbox-wrapper span.settings-input-checkbox-element {
    width: 16px;
    height: 16px;
    border: 1px solid #C9CDD3;
    background: #1A1D210A;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    box-sizing: border-box;
    transition: .3s;
}
.popup-settings .inner input[type=checkbox] {
    display: none;
}
.popup-settings .inner label.settings-input-checkbox-wrapper.selected input[type="checkbox"] + span.settings-input-checkbox-element::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%209%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.9783%200.270938C8.27705%200.569689%208.27705%201.05406%207.9783%201.35281L3.6033%205.72781C3.30455%206.02656%202.82018%206.02656%202.52143%205.72781L0.333927%203.54031C0.0351755%203.24156%200.0351755%202.75719%200.333927%202.45844C0.632678%202.15969%201.11705%202.15969%201.4158%202.45844L3.06236%204.105L6.89643%200.270938C7.19518%20-0.0278128%207.67955%20-0.0278128%207.9783%200.270938Z%22%20fill%3D%22white%22/%3E%20%3C/svg%3E") no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.popup-settings .inner label.settings-input-checkbox-wrapper.selected input[type="checkbox"] + span.settings-input-checkbox-element {
    border: 1px solid #E34D1E;
    background: #E34D1E;
}

.popup-settings .inner label.settings-input-checkbox-wrapper span:last-child {
    font-weight: 600;
    color: #1A1D21;
    font-size: 16px;
}

.popup-settings .inner label.settings-input-checkbox-wrapper input {
    display: none;
}

.toggle-wrapper {
    display: flex;
    cursor: pointer;
}

.toggle-wrapper .toggle-label {
    margin-left: 12px;
    font-size: 16px;
}

.toggle-wrapper .toggle {
    position: relative;
    width: 36px;
    height: 20px;
    margin-right: 12px;
}

.toggle-wrapper .toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cfd6e2;
    transition: .3s;
    border-radius: 34px;
}

.toggle-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 4px;
    bottom: 2px;
    background-color: #C9CDD3;
    transition: .3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 4px solid white;
}

.toggle-wrapper input:checked + .slider {
    background-color: #E34D1E;
}

.toggle-wrapper input:checked + .slider:before {
    transform: translateX(13px);
    background: #E34D1E;
}

.toggle-wrapper .toggle-btn-title {
    color: #606977;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.toggle-wrapper:has(input:checked) .toggle-btn-title {
    color: black;
}

.toggle-buttons .item .toggle-info {
    color: #606977;
    font-size: 14px;
    font-weight: 400;
}

.toggle-buttons .item {
    margin-bottom: 20px;
}

.toggle-buttons {
    border-top: 1px solid #EBEDEF;
    padding-top: 24px;
}

.popup-settings .inner .form-wrapper.notifications .form + .form {
    border-top: 1px solid #EBEDEF;
    padding-top: 24px;
}

.popup-settings .inner .form-wrapper .phone-number [for="phone-number-input"] #phone-number-input {
    outline: none;
    width: 100%;
    border-radius: 0 10px 10px 0;
    border: 1.5px solid rgb(201, 205, 211);
}

.popup-settings .inner .form-wrapper .email-address .email-address-flex {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
.popup-settings .inner .input-error {
    font-weight: 400;
    font-size: 14px;
    color: #FF3838;
}
.popup-settings .inner .form-wrapper .phone-number .phone-number-flex {
    display: flex;
    height: 40px;
    margin-top: 5px;
}

.popup-settings .inner .form-wrapper .phone-number .phone-number-flex select {
    outline: none;
    border-radius: 10px 0 0 10px;
    border: 1.5px solid rgb(201, 205, 211);
    border-right: unset;
    width: 120px;
    text-align: right;
    font-size: 16px;
    background: transparent;
}

.popup-settings .inner .form-wrapper .phone-number .phone-number-flex #phone-number-input {
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    color: #606977;
    height: 40px;
}

.popup-settings .inner .form-wrapper .phone-number .phone-number-flex #phone-number-input::placeholder {
    color: #9DA4B0;
}

.popup-settings .inner .form-wrapper .security-auth-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-settings .inner .form-wrapper .security-auth-header h2 {
    color: #1A1D21;
    font-size: 18px;
    font-weight: 600;
}

.popup-settings .inner .form-wrapper .security-auth-header span {
    color: #606977;
    font-weight: 400;
    font-size: 14px;
}

.popup-settings .inner .form-wrapper.security-auth .form {
    border-top: 1px solid #EBEDEF;
    padding-top: 25px;
    margin-top: 25px;
}

.popup-settings .inner .form-wrapper.security-auth .form .form-field-title {
    color: #1A1D21;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.popup-settings .inner .form-wrapper.security-auth .form label {
    position: relative;
}

.popup-settings .inner .form-wrapper.security-auth .form label input[type=email],
.popup-settings .inner .form-wrapper.security-auth .form label input[type=password],
.popup-settings .inner .form-wrapper.security-auth .form label input[type=text] {
    border: 1px solid #C9CDD3;
    border-radius: 8px;
    color: #606977;
    font-weight: 600;
    height: 36px;
    width: 350px;
    outline: none;
    font-size: 14px;
}
.popup-settings .inner .form-wrapper.security-auth .form label input[type=email],
.popup-settings .inner .form-wrapper.security-auth .form label input[type=password],
.popup-settings .inner .form-wrapper.security-auth .form label input[type=text]:not(.security-auth-phone-input) {
    padding: 0 9px;
}

.popup-settings .inner .form-wrapper.security-auth .form label input[type=email]::placeholder,
.popup-settings .inner .form-wrapper.security-auth .form label input[type=password]::placeholder,
.popup-settings .inner .form-wrapper.security-auth .form label input[type=text]::placeholder {

}

.popup-settings .inner .form-wrapper.security-auth .fields .wrapper {
    width: 100%;
}

.popup-settings .inner .form-wrapper.security-auth .form.email-address .fields .wrapper,
.popup-settings .inner .form-wrapper.security-auth .form.email-address .fields,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-settings .inner .form-wrapper.security-auth .form label .icon {
    position: absolute;
    top: 72%;
    transform: translateY(-50%);
    left: 12px;
}

.popup-settings .inner .form-wrapper.security-auth .form .fields.email-address-list label .icon {
    top: 52%;
}

.popup-settings .inner .form-wrapper.security-auth .form .current-password label .icon {
    top: 58%;
}

.popup-settings .inner .form-wrapper.security-auth .form label .security-auth-email-address-input {
    padding-left: 40px !important;
}

.popup-settings .inner .form-wrapper.security-auth .confirm-phone-number,
.popup-settings .inner .form-wrapper.security-auth .confirm-email-address {
    background: #E34D1E0D;
    outline: none;
    border: unset;
    padding: 6px 10px;
    border-radius: 8px;
    color: #E34D1E;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    height: 32px;
    margin-left: 12px;
}

.popup-settings .inner .form-wrapper.security-auth .fields .is-confirmed > div {
    display: flex;
    align-items: center;
}

.popup-settings .inner .form-wrapper.security-auth .fields .is-confirmed > div .icon {
    margin-right: 15px;
}

.popup-settings .inner .form-wrapper.security-auth .fields .is-confirmed .confirmed span,
.popup-settings .inner .form-wrapper.security-auth .fields .is-confirmed .not-confirmed span {
    color: #FF3838;
    font-weight: 600;
    font-size: 14px;
}

.popup-settings .inner .form-wrapper.security-auth .fields .is-confirmed .confirmed span {
    color: #0A9952;
}

.popup-settings .inner .form-wrapper.security-auth .fields .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.popup-settings .inner .form-wrapper.security-auth .fields .item-example {
    display: none;
}

.popup-settings .inner .form-wrapper.security-auth .fields .item .top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
}

.popup-settings .inner .form-wrapper.security-auth .fields.phone-field-list .wrapper {
    flex-direction: column;
    align-items: unset;
}

.popup-settings .inner .form-wrapper.security-auth .fields.phone-field-list .mask span {
    color: #606977;
    font-weight: 600;
    font-size: 14px;
    line-height: 2.6;
}

.popup-settings .inner .form-wrapper.security-auth .fields.phone-field-list .mask {
    position: absolute;
    border-right: 1px solid #C9CDD3;
    height: 36px;
    left: 16px;
    padding-right: 9px;
}

.popup-settings .inner .form-wrapper.security-auth .fields.phone-field-list input {
    padding-left: 65px;
}

.popup-settings .inner .form-wrapper.security-auth .fields.add-new-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}

.popup-settings .inner .form-wrapper.security-auth .fields.add-new-phone .icon {
    margin-right: 3px;
}

.popup-settings .inner .form-wrapper.security-auth .fields.add-new-phone p {
    font-size: 14px;
    font-weight: 600;
    color: #E34D1E;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields .wrapper {
    align-items: unset;
}

.popup-settings .inner .form-wrapper.security-auth .form.email-address .email-address-null .email-address-title,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-field-empty .phone-numbers-empty-title {
    color: #1A1D21;
    font-weight: 600;
    font-size: 14px;
}

.popup-settings .inner .form-wrapper.security-auth .form.email-address .email-address-list .email-address-btn-edit,
.popup-settings .inner .form-wrapper.security-auth .form.email-address .email-address-null .email-address-btn,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-field-list .phone-number-edit-btn,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-field-empty .phone-number-empty-btn,
.popup-settings .inner .form-wrapper.security-auth .form.password .password-field .password-edit,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-number-field .phone-number-delete {
    outline: none;
    border: unset;
    background: #1A1D210A;
    padding: 8px 13px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #606977;
    cursor: pointer;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-number-field .phone-number-delete {
    display: none;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-number-field .phone-number-delete.active {
    display: block;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-number-field .btns-wrap {
    display: flex;
    align-content: center;
    margin-top: 25px;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-number-field .btns-wrap .phone-number-save {
    margin-top: 0 !important;
    margin-left: 15px;
}
.popup-settings .inner .form-wrapper.security-auth .form.email-address .email-address-list .email-address-btn-edit,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-field-list .phone-number-edit-btn {
    margin-left: 12px;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields.phone-field-empty .wrapper {
    margin-top: 20px;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields.phone-field-empty {
    display: none;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields.phone-field-empty.activate {
    display: block;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number:has(.fields.phone-field-empty.activate) .fields.add-new-phone {
    display: none;
}

.popup-settings .inner .form-wrapper.security-auth .form.email-address .fields.email-address-field label span.label,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields.phone-number-field label span.label,
.popup-settings .inner .form-wrapper.security-auth .form.password .fields.password-field label span.label {
    color: #606977;
    font-weight: 600;
    font-size: 14px;
    margin-top: 4px;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields.phone-number-field {
    margin-bottom: 10px;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields.phone-number-field .wrapper {
    align-items: center;
}

.popup-settings .inner .form-wrapper.security-auth .form.email-address .fields.email-address-field .wrapper .email-address-save,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .fields.phone-number-field .wrapper .phone-number-save,
.popup-settings .inner .form-wrapper.security-auth .form.password .fields.password-field .password-save {
    background: #1A1D21;
    outline: none;
    border: unset;
    padding: 8px 13px;
    border-radius: 8px;
    margin-top: 20px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.popup-settings .inner .form-wrapper.security-auth .form label[for="phone-number-input"] {
    width: 350px;
}

.popup-settings .inner .form-wrapper.security-auth .bottom-block .form {
    border-top: unset;
    padding-top: unset;
    margin-top: unset;
}

.popup-settings .inner .form-wrapper.security-auth .form.password .password-field .icon {
    border-right: 1px solid #C9CDD3;
    padding-right: 8px;
}

.popup-settings .inner .form-wrapper.security-auth .form.password .password-field input {
    padding-left: 50px;
    font-size: 16px;
    color: #9DA4B0;
    letter-spacing: 5px;
    margin-top: 5px;
}

.popup-settings .inner .form-wrapper.security-auth .form.password .password-field .current-password,
.popup-settings .inner .form-wrapper.security-auth .form.password .password-field .edit-password {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.popup-settings .inner .form-wrapper.security-auth .form.password .password-field .current-password label,
.popup-settings .inner .form-wrapper.security-auth .form.password .password-field .edit-password label {
    display: flex;
    flex-direction: column;
}

.popup-settings .inner .form-wrapper.security-auth .form.password .password-field .edit-password {
    display: none;
}

.popup-settings .inner .form-wrapper.personalization .form:not(:last-child) {
    margin-bottom: 35px;
}

.popup-settings .inner .form-wrapper .phone-number .select2-container--default .select2-results__option--highlighted[aria-selected],
.popup-settings .inner .form-wrapper .phone-number .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: rgb(244, 245, 246);
    color: rgb(96, 105, 119);
    display: flex;
    justify-content: center;
}

.popup-settings .inner .form-wrapper .phone-number .select2-results__option {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.popup-settings .inner .form-wrapper .phone-number .select2-results__option > span {
    margin-left: -10px;
    position: relative;
    display: flex;
    align-items: center;
}

.popup-settings .inner .form-wrapper .phone-number .select2-results__option > span:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: rgb(235, 237, 239);
    bottom: -10px;
    left: 6px;
}

.popup-settings .inner .form-wrapper .phone-number .select2-container .select2-selection--single {
    height: 40px;
}

.popup-settings .inner .form-wrapper .phone-number .select2-container--default .select2-selection--single .select2-selection__rendered img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.popup-settings .inner .form-wrapper .phone-number .fields.phone-number-field .select2-container {
    width: 160px !important;
}
.popup-settings .inner .form-wrapper .phone-number .phone-field-list .select2-container {
    width: 110px !important;
    border-right: 1px solid #C9CDD3;
}

.popup-settings .inner .form-wrapper .phone-number .select2-container--default .select2-selection--single .select2-selection__rendered .select2-text {
    color: #606977;
    font-size: 14px;
    position: relative;
    font-weight: 600;
}

.popup-settings .inner .form-wrapper .phone-number .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px;
    right: 10px;
}
.popup-settings .inner .form-wrapper.security-auth .fields .item .top-block > label {
    display: flex;
    flex-direction: row;
    width: 350px;
}
.popup-settings .inner .form-wrapper .phone-number .phone-field-list .top-block .select-block.activated .select2-container .select2-selection--single {
    height: 36px;
}
.popup-settings .inner .form-wrapper .form .phone-field-list .top-block:has(.select-block.activated) label input[type="text"] {
    border-radius: 0 8px 8px 0;
    border-left: unset;
    padding-left: 7px !important;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-field-list .top-block:has(.select2-container) .select-block.activated .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #606977;
    font-weight: 600;
    font-size: 14px;
    line-height: 2.5;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-field-list .top-block .select-block,
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .phone-field-list .top-block .verified-select-block {
    display: none;
}

.popup-settings .inner .form-wrapper.security-auth .top-block:has(.select-block.activated) .security-auth-phone-input {
    padding-left: 80px !important;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number .activated {
    display: block !important;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number label:has(.select-block.activated) .security-auth-phone-input:not(.security-auth-phone-input-not-verified),
.popup-settings .inner .form-wrapper.security-auth .form.phone-number .security-auth-phone-input.security-auth-phone-input-not-verified {
    display: none;
}
.popup-settings .inner .form-wrapper.security-auth .form.phone-number label:has(.select-block.activated) .security-auth-phone-input.security-auth-phone-input-not-verified {
    display: block;
}
.popup-settings .inner .form-wrapper .phone-number .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.popup-settings .inner .form-wrapper .phone-number.select2-container--open .select2-dropdown img {
    width: 20px;
}

.popup-settings .inner .form-wrapper .phone-number .select2-container--open .select2-dropdown .select2-text {
    position: relative;
    left: 7px;
}

.popup-settings .inner .form-wrapper .phone-number .select2-container--default .select2-selection--single {
    border-radius: 10px 0 0 10px !important;
    border: 1.5px solid rgb(201, 205, 211) !important;
    border-right: unset !important;
}

.popup-settings .inner .form-wrapper .phone-number .select2-dropdown {
    border: 1px solid rgb(201, 205, 211);
    border-radius: 10px;
    top: 1px;
}

.popup-settings .inner .form-wrapper .phone-number .select2-container--default .select2-results > .select2-results__options {
    border-radius: 10px;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number .select2-container--default .select2-selection--single .select2-selection__rendered > span {
    display: flex;
    align-items: center;
    height: 100%;
}

.popup-settings .inner .form-wrapper.security-auth .form.phone-number .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.30983 6.30983L6.30981 6.30986C6.26918 6.35054 6.22093 6.38281 6.16781 6.40482C6.1147 6.42684 6.05777 6.43817 6.00028 6.43817C5.94278 6.43817 5.88585 6.42684 5.83274 6.40482C5.77963 6.38281 5.73138 6.35054 5.69075 6.30986L5.69072 6.30983L0.690722 1.30983C0.608623 1.22773 0.5625 1.11638 0.5625 1.00028C0.5625 0.884172 0.608623 0.772821 0.690722 0.690722C0.772821 0.608623 0.884172 0.5625 1.00028 0.5625C1.11638 0.5625 1.22773 0.608622 1.30983 0.690719C1.30983 0.69072 1.30983 0.690721 1.30983 0.690722L5.95608 5.33759L6.00028 5.3818L6.04448 5.33759L10.6907 0.690719C10.7314 0.65007 10.7796 0.617824 10.8327 0.595824C10.8859 0.573823 10.9428 0.5625 11.0003 0.5625C11.0578 0.5625 11.1147 0.573823 11.1678 0.595824C11.2209 0.617824 11.2692 0.65007 11.3098 0.690722C11.3505 0.731373 11.3827 0.779633 11.4047 0.832748C11.4267 0.885862 11.4381 0.942788 11.4381 1.00028C11.4381 1.05777 11.4267 1.11469 11.4047 1.16781C11.3827 1.22092 11.3505 1.26918 11.3098 1.30983L6.30983 6.30983Z' fill='%2388909F' stroke='%2388909F' stroke-width='0.125'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 12px !important;
    height: 7px !important;
}
.popup-settings .inner .form-wrapper.personalization .select2-container {
    width: 368px !important;
    border: 2px solid transparent;
    border-radius: 11px;
    height: 44px;
    padding: 2px 2px;
    right: 5px;
}

.popup-settings .inner .form-wrapper.personalization .select2-container.select2-container--open[data-select2-id] {
    border: 2px solid #C9CDD3;
}

.popup-settings .inner .form-wrapper.personalization .select2-container.select2-container--open[data-select2-id] .select2-selection--single {
    border: 1px solid #606977;
}

.popup-settings .inner .form-wrapper.personalization .select2-container .select2-selection--single .select2-selection__rendered {
    height: 36px;
    margin-top: 4px;
}

.popup-settings .inner .form-wrapper.personalization .select2-container .select2-selection--single {
    height: 36px;
}

.popup-settings .inner .form-wrapper.personalization .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #606977;
    line-height: 26px;
    font-weight: 600;
    font-size: 14px;
}

.popup-settings .inner .form-wrapper.personalization .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 15px;
    right: 12px;
}

.popup-settings .inner .form-wrapper.personalization .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.popup-settings .inner .form-wrapper.personalization .select2-container--default .select2-selection--single {
    border: 1px solid #C9CDD3;
    border-radius: 8px;
}
.popup-settings .inner .form-wrapper.personalization .select2-results__option {
    color: #606977;
    font-weight: 600;
    font-size: 14px;
    padding: 18px 6px;
}

.popup-settings .inner .form-wrapper.personalization .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F4F5F6;
    color: #606977;
}

.popup-settings .inner .form-wrapper.personalization .select2-container--default .select2-results__option--selected {
    background: unset;
}

.popup-settings .inner .form-wrapper.personalization .select2-dropdown {
    border: 1px solid #EBEDEF;
    border-radius: 12px;
    padding: 6px 0;
}

.popup-settings .inner .form-wrapper.personalization .select2-dropdown ul li {
    padding-left: 15px;
}

.popup-settings .inner .form-wrapper.blocked-users .avatar-wrapper .avatar-container {
    width: 32px;
    height: 32px;
    background: rgb(175, 186, 202);
    border-radius: 50%;
    overflow: hidden;
}

.popup-settings .inner .form-wrapper.blocked-users .avatar-wrapper .avatar-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.popup-settings .inner .right-part .form-wrapper.blocked-users .form-variations .variation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.popup-settings .inner .right-part .form-wrapper.blocked-users .form-variations .variation:not(:last-child) {
    border-bottom: 1px solid #EBEDEF;
    padding-bottom: 25px;
}

.popup-settings .inner .form-wrapper.blocked-users .avatar-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: unset;
}

.popup-settings .inner .form-wrapper.blocked-users .blocked-user-name {
    color: #1A1D21;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
}

.popup-settings .inner .right-part .form-wrapper.blocked-users .form-variations {
    margin-top: 30px;
}

.popup-settings .inner .right-part .form-wrapper.blocked-users .blocked-user-action button {
    background: #1A1D210A;
    outline: none;
    border: unset;
    padding: 5px 8px;
    border-radius: 8px;
    color: #606977;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.popup-settings .inner .right-part .form-wrapper.activity .complete-all-sessions {
    background: #1A1D210A;
    outline: none;
    border: unset;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #606977;
    font-weight: 600;
    font-size: 14px;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-country,
.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-icon-browser-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-country .name-country {
    margin-left: 10px;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-datetime span,
.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-country .name-country {
    color: #606977;
    font-size: 14px;
    font-weight: 400;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-icon-browser-wrapper .activity--user-name {
    margin-left: 10px;
    color: #1A1D21;
    font-size: 14px;
    font-weight: 600;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-icon-browser-wrapper .activity-icon-browser-container {
    width: 30px;
    height: 30px;
    background: #1A1D210A;
    overflow: hidden;
    padding: 6px;
    border-radius: 9999px;
    flex: 0 0 30px;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-icon-browser-wrapper .activity-icon-browser-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations {
    margin-top: 20px;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation > div:not(:last-child) {
    flex: 1;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-datetime {
    flex: 0 0 200px;
    text-align: right;
    margin-right: 30px;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-country {
    justify-content: end;
}

.popup-settings .inner .right-part .form-wrapper.activity .form-variations .variation .activity-remove {
    border-radius: 4px;
    background: #FFF5F4;
    padding: 4px;
}

.popup-confirm .inner .confirm-header,
.popup-logout .inner .logout-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.popup-confirm .inner,
.popup-logout .inner {
    width: 485px;
    height: 160px;
    overflow-y: scroll;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: white;
    padding: 18px 0;
}

.popup-confirm .inner {
    height: max-content;
}

.popup-confirm .inner .confirm-bottom-btns,
.popup-logout .inner .logout-bottom-btns {
    border-top: 1px solid #E9EFF6;
    padding: 15px 24px 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 12px;
    width: 100%;
    box-sizing: border-box;
}

.popup-confirm .inner .confirm-header h2,
.popup-logout .inner .logout-header h2 {
    color: #1A1D21;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.popup-confirm .inner .confirm-header {
    border-bottom: 1px solid #EBEDEF;
    padding-bottom: 18.5px;
}

.popup-confirm .inner .confirm-bottom-btns button,
.popup-logout .inner .logout-bottom-btns a.logout,
.popup-logout .inner .logout-bottom-btns button {
    background: #1A1D210A;
    outline: none;
    border: unset;
    font-size: 16px;
    font-weight: 600;
    color: #606977;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    flex: 1;
}
.popup-confirm .inner .confirm-bottom-btns button.confirm,
.popup-logout .inner .logout-bottom-btns a.logout,
.popup-logout .inner .logout-bottom-btns button.logout {
    background: #E34D1E;
    color: white;
    margin-left: 8px;
}
.popup-confirm .inner .confirm-bottom-btns button.confirm {
    background: #FF3838;
}
.popup-logout .inner .logout-bottom-btns a.logout {
    color: white;
    text-decoration: unset;
    text-align: center;
}
.popup-confirm .inner .confirm-content p,
.popup-logout .inner .logout-content p {
    margin: 0;
    color: #606977;
    font-weight: 600;
    font-size: 16px;
}

.popup-confirm .inner .confirm-content,
.popup-logout .inner .logout-content {
    padding: 0 20px;
    margin-top: 15px;
}
.popup-confirm .inner .confirm-content {
    margin-bottom: 70px;
}
.popup .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: white;
}

.notifications-section {
    width: 480px;
    position: absolute;
    right: -10px;
    background: white;
    max-height: 800px;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: start;
    cursor: default;
    border-radius: 16px;
    border: 1px solid #EBEDEF;
    z-index: 99999;
    top: 50px;
    overflow: hidden;
    display: none;
}

.notifications-item[data-notifications-show] .notifications-section {
    display: block;
}

.notifications-section .notifications-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEDEF;
    padding: 0 20px 10px;
}

.notifications-section .notifications-header h2 {
    margin: 0;
    color: #1A1D21;
    font-weight: 600;
    font-size: 18px;
}

.notifications-section .notifications-header .close {
    cursor: pointer;
}

.notifications-section .notification-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    text-decoration: unset;
}

.notification-list-content .notification-avatar-wrapper .notification-avatar {
    width: 40px;
    height: 40px;
    max-width: 40px;
    background: rgb(175, 186, 202);
    border-radius: 50%;
    overflow: hidden;
}

.notification-list-content .notification-avatar-wrapper .notification-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.have-new-notifications-btn {
    margin: 0;
    cursor: pointer;
    width: fit-content;
    color: rgb(213, 213, 213);
    position: relative;
}

.have-new-notifications-btn::before {
    position: absolute;
    content: '';
    bottom: 0;
    background: rgb(213, 213, 213);
    width: 100%;
    height: 1px;
}

.notification-list {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
}

.notification-list:not(:last-child) {
    border-bottom: 1px solid #EBEDEF;
}

.notification-list-header {
    display: flex;
    justify-content: space-between;
    color: #606977;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}

.notification-list-action {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notification-list-action .icon svg {
    top: 0 !important;
}

.notification-list-action .icon {
    margin-right: 6px;
}

.notification-list-timestamp {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.notification-list-timestamp .icon {
    margin: 0 5px;
}

.notification-list-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.notification-list-content-specifics-image {
    height: 56px;
    width: 56px;
    max-width: 56px;
}

.notification-list-content-specifics-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notification-list-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: black;
}

.notification-list-info-action {
    color: #606977;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 318px;
}

.notification-list:has(.notification-list-content-specifics-unsubscribe) .notification-list-info-action,
.notification-list:has(.notification-list-content-specifics-subscribe) .notification-list-info-action {
    width: 170px;
}
.notification-avatar-wrapper {
    margin-right: 12px;
}

.notification-list-info-action .notification-list-info-action-selection {
    color: #1A1D21;
    font-weight: 600;
    font-size: 14px;
}

.notification-list-content-specifics button {
    outline: none;
    background: #E34D1E;
    border: unset;
    color: white;
    border-radius: 8px;
    padding: 4px 8px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}

.notification-list-content-specifics .notification-list-content-specifics-unsubscribe button {
    background: rgba(26, 29, 33, 0.04);
    color: #606977;
}

.notification-list-content-specifics {
    display: flex;
    align-items: center;

}

.notification-nothing-found {
    text-align: center;
    margin-top: 30px;
    color: #393c40;
}

.notifications-section .notifications-filter-wrapper .notification-filter .icon .active {
    display: none;
}

.notifications-section .notifications-filter-wrapper .notification-filter:not(.active):hover .icon .active,
.notifications-section .notifications-filter-wrapper .notification-filter.active .icon .active {
    display: block;
}

.notifications-section .notifications-filter-wrapper .notification-filter:not(.active):hover .icon .not-active,
.notifications-section .notifications-filter-wrapper .notification-filter.active .icon .not-active {
    display: none;
}

.notifications-section .notifications-filter-wrapper .notification-filter {
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 11px 20px;
    border-bottom: 1px solid #EBEDEF;
}

.notifications-section .notifications-filter-wrapper .notification-filter span {
    color: #606977;
    font-weight: 500;
    font-size: 16px;
}

.notifications-section .notifications-filter-wrapper .notification-filter .icon {
    margin-right: 10px;
}

.notifications-section .notifications-filter-wrapper .notification-filter.active {
    background: #E34D1E0D;
    border-bottom: 1px solid #E34D1E;
    display: flex !important;
}

.notifications-section .notifications-filter-wrapper .notification-filter.active span {
    color: #E34D1E;
}

.notifications-section .notifications-lists-wrapper .notifications-lists.active {
    display: block;
}

.notifications-section .notifications-lists-wrapper .notifications-lists {
    display: none;
}

.notifications-section .notifications-filter-wrapper .notification-filter:not(.active):hover {
    background: #FCE9D8;
    border-bottom: 1px solid #B63618;
}

.notifications-section .notifications-filter-wrapper .notification-filter:not(.active):hover span {
    color: #B63618;
}

.notifications-section .notifications-lists {
    max-height: 415px;
    overflow-y: scroll;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-tab:not([data-tab=members]) {
    display: none;
}

.search-popup-wrapper {
    position: absolute;
    width: 800px;
    background: white;
    top: 55px;
    border-radius: 16px;
    border: 1px solid #C9CDD3;
    z-index: 9999999;
    box-shadow: 0 25px 80px -12px #12121729;
    display: none;
}

.search-popup-wrapper .search-popup-tabs {
    display: flex;
    border-bottom: 1px solid #EBEDEF;
    justify-content: space-between;
}

.search-popup-wrapper .search-popup-tabs .search-tab {
    display: flex;
    flex-direction: row;
    padding: 16px;
    cursor: pointer;
    flex: 1;
    align-items: center;
}

.search-popup-wrapper .search-popup-tabs .search-tab:not(:last-child) {
    border-right: 1px solid #EBEDEF;
}

.search-popup-wrapper .search-popup-tabs .search-tab .icon {
    margin-right: 8px;
}

.search-popup-wrapper .search-popup-tabs .search-tab span {
    color: #606977;
    font-weight: 500;
    font-size: 16px;
}

.search-popup-wrapper .search-popup-tabs .search-tab:hover {
    background: #1A1D210A;
}

.search-popup-wrapper .search-popup-tabs-wrapper .results-title {
    color: #88909F;
    font-weight: 600;
    font-size: 12px;
    padding: 12px;
    display: block;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members .search-block-avatar {
    width: 24px;
    height: 24px;
    max-height: 24px;
    background: rgb(175, 186, 202);
    overflow: hidden;
    border-radius: 50%;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members .search-block-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members .search-member {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 0;
    text-decoration: unset;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members .search-block-avatar {
    margin-right: 8px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members .search-member:first-child {
    padding-top: unset;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members .search-member:not(:last-child) {
    border-bottom: 1px solid #E9EFF6;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members .search-member .member-name {
    font-weight: 500;
    font-size: 16px;
    color: #606977;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert,
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm,
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage,
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-events,
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members {
    padding: 0 12px 12px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #E9EFF6;
    padding: 5px 12px 12px;
    box-sizing: border-box;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members-footer a {
    text-decoration: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-feeds span {
    color: #606977;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}
.search-popup-wrapper .search-popup-tabs-wrapper:has(.search-block-tab.active[data-tab="feeds"]) .results-title {
    display: none;
}
.feed .feed-footer-before {
    font-weight: 600;
    color: #606977;
    font-size: small;
    display: flex;
    justify-content: space-between;
    margin-right: 21px;
    margin-top: 25px;
    height: 30px;
}
.feed .feed-footer-before .comments-wrap {
    position: relative;
}
.feed .feed-footer-before .comments-wrap::after {
    position: absolute;
    content: '';
    background: #606977;
    height: 1px;
    width: 100%;
    bottom: 4px;
}
.feed .feed-footer-before > div {
    display: flex;
    align-items: center;
    margin-left: 27px;
}
.feed .feed-footer-before .comments-count {
    margin-right: 3px;
}
.feed .feed-footer-before .liked-avatars span {
    margin-left: 5px;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-feeds {
    display: flex;
    padding: 22px 15px;
    align-items: center;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members-footer a span {
    color: #606977;
    font-weight: 600;
    font-size: 14px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members-footer a .icon {
    margin-left: 5px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-members-footer > span {
    color: #88909F;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 9999px;
    border: 1px solid #C9CDD3;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage,
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-events .search-event {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-events .search-event .search-event-info .event-name {
    color: #1A1D21;
    font-weight: 600;
    font-size: 16px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-events .search-event .search-event-info .event-timestamp {
    color: #606977;
    font-weight: 400;
    font-size: 14px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-events .search-event .search-event-image img {
    border-radius: 8px;
    width: 112px;
    height: 72px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage:not(:last-child),
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-events .search-event:not(:last-child) {
    border-bottom: 1px solid #EBEDEF;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert .search-advert .search-advert-image,
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-events .search-event .search-event-image {
    margin-right: 20px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-events .search-event .search-event-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage {
    display: flex;
    flex-direction: row;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage .search-garage-image img {
    width: 112px;
    height: 72px;
    border-right: 8px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage .search-garage-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage .search-garage-info .garage-info-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    padding: 8px 15px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage .search-garage-info .garage-info-item:not(:last-child) {
    border-right: 1px solid #EBEDEF;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage .search-garage-image {
    margin-right: 15px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage .search-garage-info .garage-info-item .garage-info-title {
    color: #88909F;
    font-weight: 600;
    font-size: 12px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-garage .search-garage .search-garage-info .garage-info-item .garage-info-option {
    color: #1A1D21;
    font-weight: 600;
    font-size: 14px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm .search-alarm-avatar {
    width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: rgb(175, 186, 202);
    flex: 0 0 40px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm .search-alarm-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm {
    display: flex;
    flex-direction: row;
    padding: 15px 0;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert .search-advert:not(:last-child),
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm:not(:last-child) {
    border-bottom: 1px solid #EBEDEF;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm .search-alarm-avatar {
    margin-right: 16px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm .search-alarm-info .search-alarm-info-header .search-alarm-info-title {
    color: #1A1D21;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm .search-alarm-info .search-alarm-info-header {
    display: flex;
    flex-direction: column;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm .search-alarm-info .search-alarm-info-header .search-alarm-info-timestamp {
    color: #606977;
    font-size: 14px;
    font-weight: 400;
}

.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm .search-alarm-info .search-alarm-info-content p {
    color: #1A1D21;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-alarm .search-alarm .search-alarm-info .search-alarm-info-content {
    margin-top: 10px;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert .search-advert .search-advert-image img {
    width: 112px;
    height: 72px;
    border-radius: 8px;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert .search-advert {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert .search-advert .search-advert-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert .search-advert .search-advert-info .search-advert-info-price,
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert .search-advert .search-advert-info .search-advert-info-title {
    color: #1A1D21;
    font-weight: 600;
    font-size: 14px;
}
.search-popup-wrapper .search-popup-tabs-wrapper .search-block-advert .search-advert .search-advert-info .search-advert-info-options {
    color: #606977;
    font-weight: 400;
    font-size: 12px;
}

.emoji-popup {
    width: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: absolute;
    display: none;
    height: 525px;
    z-index: 9999999999;
}

.emoji-popup .emoji-tabs {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.emoji-popup .emoji-tab {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
}

.emoji-popup .emoji-tab.active {
    color: #f06048;
    border-bottom: 2px solid #f06048;
}

.emoji-popup .emoji-tab:not(.active) {
    color: #888;
}

.emoji-popup .emoji-tabContent {
    display: none;
}

.emoji-popup .emoji-tabContent.active {
    display: block;
    box-sizing: border-box;
    overflow: scroll;
    height: 420px;
}

.emoji-popup .emoji-category {
    padding: 10px 15px;
    font-size: 14px;
    color: #606977;
    background: #fff;
    font-weight: 400;
}

.emoji-popup .emoji-grid {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    padding: 5px 10px 5px 0;
}

.emoji-popup .emoji-item {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 5px;
}

.emoji-popup .gif-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 5px;
}

.emoji-popup .gif-item {
    position: relative;
    padding-top: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f0f0f0;
    cursor: pointer;
}

.emoji-popup .gif-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emoji-popup .emoji-item:hover {
    background-color: #f0f0f0;
}

.emoji-popup .emoji-tooltip {
    position: relative;
    --tooltip-offset: 0;
}

.emoji-popup .emoji-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1000;
    margin-bottom: 5px;
}

/* Adjust tooltip position for left edge - applied before hover to prevent flickering */
.emoji-popup .emoji-tooltip.tooltip-left:hover::after {
    left: 0;
    transform: translateX(0);
}

/* Adjust tooltip position for right edge - applied before hover to prevent flickering */
.emoji-popup .emoji-tooltip.tooltip-right:hover::after {
    left: auto;
    right: 0;
    transform: translateX(0);
}
.emoji-popup .emoji-searchBar {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    background: white;
}

.emoji-popup .emoji-searchInput {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 8px 15px 8px 35px;
    flex: 1;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}
.emoji-popup .emoji-searchInput::placeholder {
    color: #AFBACA
}
.emoji-popup .emoji-searchIcon {
    position: absolute;
    margin-left: 10px;
    color: #888;
    font-size: 16px;
}

.emoji-popup .emoji-actionIcons {
    display: flex;
    gap: 12px;
    margin-left: 10px;
}

.emoji-popup .emoji-actionIcon {
    color: #888;
    cursor: pointer;
}
.popup-settings .inner .settings-delete-profile {
    outline: none;
    background: #FFF5F4;
    border: unset;
    font-size: 14px;
    font-weight: 600;
    color: #FF3838;
    padding: 0 10px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
}
div.share-thoughts {
    display: block;
    width: 100%;
    position: relative;
}
div.share-thoughts .icon {
    z-index: 1;
}
div.share-thoughts .icon.send-emoji {
    right: 37px !important;
    top: 1px;
}
div.share-thoughts .icon.send-post-btn:hover svg path,
.icon.send-emoji.active-emoji > svg path {
    fill: #E34D1E;
}
.feed-details-lightbox .feed-popup {
    height: 100%;
}
.account-profile .profile-container *,
.account-profile .garage-section * {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.account-profile .profile-container *::-webkit-scrollbar,
.account-profile .garage-section *::-webkit-scrollbar {
    display: none;
}

.custom-scroll-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: visible !important;
}
.custom-scroll-wrapper:has(.account-sidebar-scrollbar) {
    width: 315px;
}
.custom-scrollbar-vertical {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    background: #F4F5F6;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    user-select: none;
    cursor: pointer;
    z-index: 999999998;
    padding: 2px 0;
    box-sizing: border-box;
    pointer-events: auto;
}

.custom-scrollbar-horizontal {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: #F4F5F6;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    user-select: none;
    cursor: pointer;
    z-index: 1000;
    padding: 0 2px;
    box-sizing: border-box;
    pointer-events: auto;
}

.custom-scrollbar-thumb-vertical {
    position: absolute;
    top: 0;
    width: 100%;
    background: #C9CDD3;
    border-radius: 4px;
    cursor: pointer;
}

.custom-scrollbar-thumb-horizontal {
    position: absolute;
    left: 0;
    height: 100%;
    background: #C9CDD3;
    border-radius: 4px;
    cursor: pointer;
}
.custom-scrollbar-vertical,
.custom-scrollbar-horizontal {
    opacity: 0;
    transition: opacity 0.3s ease;
}


.custom-scroll-wrapper:hover .custom-scrollbar-vertical,
.custom-scroll-wrapper:hover .custom-scrollbar-horizontal,
.custom-scroll-wrapper.dragging .custom-scrollbar-vertical,
.custom-scroll-wrapper.dragging .custom-scrollbar-horizontal {
    opacity: 1;
}
.account-profile-main {
    width: 100%;
}
@media (max-height: 820px) {
    .account-sidebar .last-events .item:nth-last-child(-n+2) {
        display: none;
    }
}
@media (max-height: 700px) {
    .account-sidebar .last-events .item:nth-child(2n) {
        display: none;
    }
}
.online.offline {
    background-color: rgb(227, 0, 0) !important;
}
.popup-settings .inner .form-wrapper.security-auth .phone-number-mask {
    background: transparent;
    border: unset;
    color: #606977;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    height: 100%;
    border-right: 1px solid #C9CDD3;
}
.tooltip-error {
    width: 450px;
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 9999999999999;

    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.tooltip-error[data-tooltip-show="true"] {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: all;
}

.tooltip-error .content-error span {
    color: #FF3838;
    font-family: Manrope, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    word-break: break-word;
}

.tooltip-error .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 16px;
    border-radius: 12px;
    background: white;
    border: 1px solid #FFC5C1;
    box-shadow: 0 10px 15px -3px #12121714;
    justify-content: space-between;
}

.tooltip-error .content-error {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.tooltip-error .content-error .icon {
    margin-right: 10px;
}

.tooltip-error .close-error {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.tooltip-error .close-error:hover {
    opacity: 0.7;
}


.img-flag {
	width: 24px;
	height: 24px;
	border-radius: 100%;
}
.popup-settings .inner .form-wrapper .phone-number .select2-results__option {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: 18px;
}


  #icon-close {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease;
    position: absolute;
    right: 143px;
    top: 11px;
  }
  #search-input { padding-right: 36px; }
  label:has(#search-input:focus) + #icon-close { opacity: 1; pointer-events: auto; }
  label:has(#search-input:not(:placeholder-shown)) + #icon-close { opacity: 1; pointer-events: auto; }




label.confirm-checkbox-wrapper span.confirm-input-checkbox-element {
    width: 16px;
    height: 16px;
    border: 1px solid #C9CDD3;
    background: #1A1D210A;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    box-sizing: border-box;
    transition: .3s;
    vertical-align: sub;
}

label.confirm-checkbox-wrapper.selected input[type="checkbox"] + span.confirm-input-checkbox-element {
    border: 1px solid #E34D1E;
    background: #E34D1E;
}

label.confirm-checkbox-wrapper.selected input[type="checkbox"] + span.confirm-input-checkbox-element::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%209%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.9783%200.270938C8.27705%200.569689%208.27705%201.05406%207.9783%201.35281L3.6033%205.72781C3.30455%206.02656%202.82018%206.02656%202.52143%205.72781L0.333927%203.54031C0.0351755%203.24156%200.0351755%202.75719%200.333927%202.45844C0.632678%202.15969%201.11705%202.15969%201.4158%202.45844L3.06236%204.105L6.89643%200.270938C7.19518%20-0.0278128%207.67955%20-0.0278128%207.9783%200.270938Z%22%20fill%3D%22white%22/%3E%20%3C/svg%3E") no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.confirm-input-checkbox {
    display: none;
}
.popup-confirm label.confirm-checkbox-wrapper.selected input[type="checkbox"] + span.confirm-input-checkbox-element::after {
    top: 48%;
    left: 55%;
}
