/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Seaweed+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueRoman.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    /* Roman */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueBold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    /* Bold */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueBoldItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 700;
    /* Bold Italic */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueLight.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
    /* Light */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueLightItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 300;
    /* Light Italic */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
    /* Medium */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueMediumItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 500;
    /* Medium Italic */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueThin.otf") format("opentype");
    font-style: normal;
    font-weight: 100;
    /* Thin */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueThinItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 100;
    /* Thin Italic */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueUltraLight.otf") format("opentype");
    font-style: normal;
    font-weight: 200;
    /* Ultra Light */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueUltraLightItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 200;
    /* Ultra Light Italic */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueHeavy.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
    /* Heavy */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueHeavyItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 900;
    /* Heavy Italic */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueBlack.otf") format("opentype");
    font-style: normal;
    font-weight: 800;
    /* Black */
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueBlackItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 800;
    /* Black Italic */
}

/* google fonts */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

:root {
    --white: #ffffff;
    --primary: #ffe8ec;
    --pink: #ffb6c1;
    --black: #222;
    --dark: #000;
    --base-transition: all 0.3s ease;
}

body {
    font-family: "Helvetica Neue", sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    color: var(--black);
    background-color: var(--white);
}

main {
    overflow: hidden;
}

@media (max-width: 1300px) {
    [data-aos] {
        transform: none !important;
        /* Disable transform that might cause overflow */
    }
}

.section-padding-x {
    padding-left: 16px;
    padding-right: 16px;
}

.m-top {
    margin-top: 30px;
}

.m-bottom {
    margin-bottom: 30px;
}

.common-btn {
    padding: 8px 20px;
    border-radius: 6px;
    background: #222;
    border: 1px solid #222;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    transition: var(--base-transition);
}

.common-btn:hover {
    background-color: transparent;
    color: #222;
}

.section-title {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.section-sub-title {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.section-sub-title-italic {
    color: #ffb6c1;
    font-family: "Seaweed Script";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.section-text {
    color: #6b6b6b;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.section-sub-text {
    color: #6b6b6b;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.explore-items-container {
    position: fixed;
    z-index: 1;
    top: 130px;
    left: 40%;
    width: 600px;
    padding: 20px;
    border-radius: 10px;
    border: 0.5px solid var(--Foundation-Black-black-50, #e9e9e9);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(25px);
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: var(--base-transition);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.explore-items-container.show {
    top: 100px;
    opacity: 1;
    z-index: 1000;
    visibility: visible;
}

.explore-items-container .line {
    background: #ffb6c1;
    height: 14px;
    width: 100%;
    max-width: 155px;
    margin: 10px 0 30px 0;
}

.explore-items-container .title {
    color: var(--black);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.explore-items-container .text {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-top: 10px;
}

.explore-items-container .text a {
    color: #ffb6c1;
}

.explore-items-container .text-content {
    width: 300px !important;
    display: block !important;
}

.explore-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    padding-right: 10px;
}

.explore-items::-webkit-scrollbar {
    width: 0.4rem;
    background-color: #f2f2f2;
    border-radius: 0.4rem;
}

.explore-items::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background: #ffb6c1;
    border-radius: 0.4rem;
}

.explore-items .explore-item {
    border-bottom: 1px solid #bababa;
    padding-bottom: 16px;
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: var(--base-transition);
}

.explore-items .explore-item:not(:last-child):hover {
    color: #ffb6c1;
}

.explore-items .active-explore-item {
    color: #ffb6c1;
}

.sidebar-close-btn {
    position: absolute;
    top: 10px;
    right: 8px;
}

.no-scroll {
    overflow: hidden;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-color: #ffe8ec !important;
    width: 300px;
    z-index: 1000;
    padding: 30px 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06),
        0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: left 0.3s ease;
    left: -300px;
}

.mobile-sidebar.show {
    left: 0 !important;
    background-color: #ffe8ec;
}

.mobile-header-navs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    overflow-y: auto;
    flex-grow: 1;
}

.mobile-header-navs a {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mobile-menu-btn {
    display: block;
}

.header .logo svg {
    width: 120px;
    height: 30px;
}

.header .logo {
    /* display: none; */
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06),
        0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 100;
}

.dashboard-header {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06),
        0px 1px 3px 0px rgba(0, 0, 0, 0.04);
}

.header-profile-btn img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.header.appear {
    backdrop-filter: blur(8px);
}

.header-navs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: absolute;
    width: 300px;
    height: 100vh;
    background-color: #ffe8ec !important;
    z-index: 2000;
    top: 0;
    padding: 80px 16px 20px 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06),
        0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    transition: left 0.3s ease;
    left: -300px;
    overflow-y: auto;
}

.header-navs.show {
    left: 0 !important;
    background-color: #ffe8ec !important;
}

.header-navs .item {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-service-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-actions svg {
    width: 24px;
}

.header .sign-in-btn {
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
}

.header .common-btn {
    padding: 4px 12px;
    font-size: 14px;
}

.header-services {
    display: none;
}

/* search container design start */
.select-service-container {
    display: flex;
    flex: 1;
    position: relative;
}

.select-service-btn {
    /* flex: 1; */
    border: 1px solid #222;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.select-service-btn span {
    color: #bababa;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.selected-service-container-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selected-service-container, .select-service-dropdown {
    position: absolute;
    min-width: 300px;
    min-height: 200px;
    left: 0;
    top: 70px;
    background-color: white;
    border-radius: 8px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 10;
}

.selected-service-container {
    display: none;
    z-index: 10;
}

.select-service-dropdown {
    display: none;
}

.add-service-btn, .done-btn, .select-service-dropdown-cancel-btn, .select-service-dropdown-add-btn {
    border-radius: 30px;
    padding: 8px 18px;
    background-color: #222;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
}

.done-btn {
    text-align: center;
    margin-top: 30px;

}

.select-service-dropdown-cancel-btn {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.form-select:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.select-service-dropdown-add-btn {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    background-color: transparent;
    color: #222;
    text-align: center;
}

.selected-service-container-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.selected-service-container-list .service-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
}

.selected-service-container-list .item-title {
    font-size: 16px;
}

.selected-service-container-list .item-sub-title {
    font-size: 13px;
    color: #6b6b6b;
    margin-left: 19px;
}

.selected-service-container-top {
    flex-grow: 1;
}

.search-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 16px;
    background: #ffe8ec;
    padding: 20px 16px;
    margin-top: 50px;
}

.search-container .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 160px;
}

.search-container .title {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.search-container .search-btn-container {
    flex: 0 0 56px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
}

.search-container .item input {
    width: 100%;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.search-container .item input::placeholder {
    color: #bababa;
}

.search-container .item:not(:last-child) {
    width: auto;
}

.search-container .service .nice-select {
    height: 46px;
    display: flex;
    align-items: center;
    /* width: 100%; */
    /* padding: 12px; */
}

.search-container .search-btn {
    border-radius: 12px;
    background: #222;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-container .search-btn svg {
    width: 26px;
    height: 25px;
}

.nice-select::after {
    width: 8px;
    height: 8px;
}

.search-container .nice-select {
    border-radius: 9px;
    border: 1px solid #222;
    background: rgba(255, 255, 255, 0.4);
    color: #bababa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.search-container .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.search-container .location input {
    border-radius: 9px;
    border: 1px solid #222;
    background: rgba(255, 255, 255, 0.4);
    padding: 10px;
}

.date-picker-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 9px;
    border: 1px solid #222;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.date-picker-container input {
    background-color: transparent;
    border: none;
    outline: none;
}

.sidebar-close-btn {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media only screen and (min-width: 450px) {}

@media only screen and (min-width: 650px) {
    .header .common-btn {
        padding: 8px 20px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 769px) {
    .section-sub-title {
        color: #222;
        font-size: 32px;
    }

    .section-sub-title-italic {
        color: #ffb6c1;
        font-family: "Seaweed Script";
        font-size: 50px;
    }

    .section-padding-x {
        padding-left: 20px;
        padding-right: 20px;
    }

    .m-top {
        margin-top: 60px;
    }

    .m-bottom {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1300px) {


    .section-sub-title {
        color: #222;
        font-size: 40px;
    }

    .section-sub-title-italic {
        color: #ffb6c1;
        font-family: "Seaweed Script";
        font-size: 65px;
    }

    .section-text {
        color: #6b6b6b;
        font-family: "Helvetica Neue";
        font-size: 16px;
    }

    .section-title {
        color: #222;
        font-size: 50px;
    }

    .sidebar-close-btn {
        display: none;
    }

    .header-services {
        display: block;
    }

    .mobile-service-nav {
        display: none;
    }

    .explore-items-container {
        display: flex;
    }

    .mobile-menu-icon {
        display: none;
    }

    .search-container .service .nice-select {
        height: 56px;
        display: flex;
        align-items: center;
    }

    .mobile-menu-btn {
        display: none;
    }

    .header .logo {
        display: block;
    }

    .header-profile-btn img {
        width: 48px;
        height: 48px;
    }

    .header-actions {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .header-actions svg {
        width: 32px;
    }

    .header .logo svg {
        width: 194px;
        height: 42px;
    }

    .header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header-navs {
        display: flex;
        flex-direction: row;
        gap: 40px;
        position: static;
        width: auto;
        height: auto;
        background-color: transparent !important;
        padding: 0 0 0 0;
        box-shadow: none;
    }

    .section-padding-x {
        padding-left: 80px;
        padding-right: 80px;
    }

    .m-top {
        margin-top: 100px;
    }

    .m-bottom {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 1700px) {
    .search-container .search-btn svg {
        width: 31px;
        height: 30px;
    }

    .search-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        border-radius: 16px;
        background: #ffe8ec;
        padding: 32px 40px;
        margin-top: 50px;
    }

    .search-container .search-btn {
        border-radius: 12px;
        background: #222;
        width: 100%;
        height: 56px;
    }

    .select-service-btn {
        /* flex: 1; */
        border: 1px solid #222;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        color: #222;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        padding: 8px 16px;
    }

    .date-picker-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
    }

    .search-container .location input {
        border-radius: 9px;
        border: 1px solid #222;
        background: rgba(255, 255, 255, 0.4);
        padding: 16px;
    }

    .section-sub-title {
        color: #222;
        font-size: 48px;
    }

    .section-sub-title-italic {
        color: #ffb6c1;
        font-family: "Seaweed Script";
        font-size: 80px;
    }

    .section-text {
        color: #6b6b6b;
        font-family: "Helvetica Neue";
        font-size: 18px;
    }

    .section-title {
        color: #222;
        font-size: 64px;
    }

    .section-padding-x {
        padding-left: 160px;
        padding-right: 160px;
    }

    .m-top {
        margin-top: 120px;
    }

    .m-bottom {
        margin-bottom: 120px;
    }
}

.header-profile-container {
    position: relative;
    cursor: pointer;
}

.header-profile-btn img {
    width: 40px;
    /* Adjust profile icon size */
    height: 40px;
    border-radius: 50%;
    /* Circular image */
    object-fit: cover;
    /* Keep image proportions */
    border: 2px solid #e0e0e0;
    /* Add subtle border */
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.header-profile-btn img:hover {
    border-color: #488688;
    /* Highlight border on hover */
    transform: scale(1.1);
    /* Subtle zoom-in effect */
}

.tm-profiledropdown {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Softer shadow */
    overflow: hidden;
    /* Smooth dropdown edges */
    z-index: 1000;
}

.tm-profiledropdown.active {
    display: block;
    /* Show dropdown when active */
}

.tm-profile-dropdown-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* More space between items */
    padding: 16px;
    min-width: 160px;
    /* Consistent dropdown width */
}

.tm-profile-dropdown-item {
    font-size: 15px;
    /* Slightly larger text */
    font-weight: 500;
    color: #333;
    /* Neutral text color */
    padding: 8px 12px;
    /* Better spacing for touch devices */
    text-decoration: none;
    background-color: #f9f9f9;
    /* Light background for each item */
    border-radius: 4px;
    /* Rounded corners */
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.tm-profile-dropdown-item:hover {
    background-color: #488688;
    /* Highlight on hover */
    color: #fff;
    /* Invert text color on hover */
    transform: translateY(-2px);
    /* Subtle lift effect */
}

.tm-see-profile {
    color: #488688;
    /* Branded color for 'Profile' link */
}

.tm-see-profile:hover {
    color: #fff;
    /* White text when hovered */
    background-color: #333;
    /* Different hover effect for profile link */
}

/* notifications design */
.notifications-container {
    position: relative;
}

.notification-list-container {
    position: absolute;
    right: -80px;
    background: #fff;
    box-shadow: 0px 25px 50px 0px rgba(34, 34, 34, 0.25);
    width: 320px;
    padding: 20px;

    top: 120px;
    transition: top 0.5s ease, opacity 0.3s ease, visibility 0.5s ease;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.notification-list-container.open {
    top: 70px;
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

.header .notification-icon {
    position: relative;
    cursor: pointer;
}

.header .notification-count {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff3939;
    color: #e6eeff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-list-container .title {
    color: var(--black);
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 8px 20px;
}

.notification-list-container .title .count {
    width: 31px;
    height: 33px;
    border-radius: 4px;
    background: var(--primary);
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 177.778% */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.notification-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 360px;
    overflow-y: auto;
}

.notification-list::-webkit-scrollbar {
    width: 0.4rem;
    background-color: #f2f2f2;
    border-radius: 0.4rem;
}

.notification-list::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background: var(--pink);
    border-radius: 0.4rem;
}

.notification-list .item {
    padding: 8px;
    display: flex;
    gap: 20px;
    border-radius: 8px;
    transition: var(--base-transition);
}

.notification-list .item:hover {
    background: var(--primary);
}

.notification-list .item .left {
    padding: 8px 7px;
    height: 30px;
    transition: var(--base-transition);
}

.notification-list .item .left svg {
    width: 15.12px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--base-transition);
}

.notification-list .item:hover .left {
    border-radius: 2px;
    background: #FFF;
}

.notification-list .item-text {
    color: #6b6b6b;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: var(--base-transition);
}

.notification-list .item:hover .item-text {
    color: #222;
}

.notification-list .item-time {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
    font-family: "Helvetica Neue";
}
