
* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'Caviar Dreams';
    src: url('CaviarDreams.eot');
    src: local('Caviar Dreams Regular'), local('CaviarDreams-Regular'),
        url('CaviarDreams.eot?#iefix') format('embedded-opentype'),
        url('CaviarDreams.woff') format('woff'),
        url('CaviarDreams.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Caviar Dreams';
    src: url('CaviarDreams-Bold.eot');
    src: local('Caviar Dreams Bold'), local('CaviarDreams-Bold'),
        url('CaviarDreams-Bold.eot?#iefix') format('embedded-opentype'),
        url('CaviarDreams-Bold.woff') format('woff'),
        url('CaviarDreams-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: #B71F66;
    text-decoration-thickness: 1.5px;
}
.button {
    background-image: linear-gradient(90deg, #EC7A1C 0%, #B71F66 100%);
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    text-transform: uppercase;
}
button:focus {
    outline:0;
}
.bold {
    font-weight: 700;
}

body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Gudea', sans-serif;
    font-weight: 400;
    margin: 0;
}
body > #welcome {
    /* background-color: #15100D; */
    height: 100vh;
    position: relative;
}
body > #welcome > header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
body > #welcome > header > #logo {
    display: flex;
    align-items: center;
}
body > #welcome > header > #logo svg, body > #welcome > header > #logo img {
    width: 100%;
}
body > #welcome > .content > .slider .slide .slide-title {
    font-family: 'Caviar Dreams', sans-serif;
    font-weight: 700;
    margin-top: 0;
}
body > #welcome > .content > .slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
body > #welcome > .content > .slider .owl-item {
    align-items: center;
    display: flex;
}
body > #welcome > .content > .slider > .owl-dots {
    display: flex;
}
body > #welcome > .content > .slider > .owl-dots > .owl-dot > span {
    background-color: #FFFFFF;
    display: block;
    transition: all .3s;
}

body > #welcome > .content > .slider > .owl-dots > .owl-dot:not(.active) > span {
    opacity: 0.3;
}
body > #welcome > .content .slide-disclaimer {
    font-style: italic;
}
body > #welcome > .content .slide-disclaimer a {
    color: #FFFFFF;
}
body > #welcome .disclaimer {
    font-style: italic;
}
body > footer > nav > a {
    align-items: center;
    column-gap: 5px;
    display: inline-flex;
}
body > footer > nav > a > img {
    margin: 0;
}

#chat-cta {
    position: fixed;
    cursor: pointer;
    opacity: 1;
    transition: 1s opacity;
    border-radius: 100%;
    z-index: 9999;
}
#chat-cta .label {
    background: #FFFFFF;
    color: #000000;
    font-weight: 700;
    position: relative;
}
#orbitabot #peekviewContainer {
    z-index: -1;
}
footer img {
    margin: 20px 0;
}
footer .merck-logo, footer svg {
    width: 168px;
    height: auto;
    margin: 0;
}

nav#lang-switch ul {
    list-style: none;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
nav#lang-switch ul a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.6s;
}
nav#lang-switch ul a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav#lang-switch ul a.active {
    color: #000;
}
nav#lang-switch.en ul:before {
    margin-left: 0;
}
nav#lang-switch ul:before {
    content: '';
    background: #FFFFFF;
    position: absolute;
    z-index: -1;
    transition: margin 0.6s;
}

@media (min-width: 1200px) {
    .button {
        border-radius: calc(48 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw);
        height: calc(48 / 1920 * 100vw);
        line-height: calc(22 / 1920 * 100vw);
        min-width: calc(160 / 1920 * 100vw);
        padding-left: calc(24 / 1920 * 100vw);
        padding-right: calc(24 / 1920 * 100vw);
    }
    body {
        font-size: calc(16 / 1920 * 100vw);
        line-height: calc(24 / 1920 * 100vw);
    }
    body > #welcome {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        min-height: calc(980 / 1920 * 100vw);
        max-height: calc(1080 / 1920 * 100vw);
        padding-left: calc(140 / 1920 * 100vw);
        padding-right: calc(140 / 1920 * 100vw);
    }
    body > #welcome::before {
        background-image: url('bg.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    body > #welcome::after {
        background-image: url('circles.svg');
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    body > #welcome > header {
        padding-bottom: calc(24 / 1920 * 100vw);
        padding-top: calc(24 / 1920 * 100vw);
        width: 100%;
    }
    body > #welcome > header > #logo {
        height: calc(80 / 1920 * 100vw);
        width: calc(80 / 1920 * 100vw);
    }
    body > #welcome > .content {
        font-size: calc(24 / 1920 * 100vw);
        float: right;
        line-height: calc(34 / 1920 * 100vw);
        padding-top: calc(48 / 1920 * 100vw);
        width: calc(660 / 1920 * 100vw);
    }
    body > #welcome > .content > .slider .slide .slide-title {
        font-size: calc(72 / 1920 * 100vw);
        line-height: calc(84 / 1920 * 100vw);
        margin-bottom: calc(24 / 1920 * 100vw);
    }
    body > #welcome > .content > .slider .slide .button {
        margin-bottom: 0; /* calc(20 / 1920 * 100vw); */
        margin-top: calc(20 / 1920 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots {
        column-gap: calc(12 / 1920 * 100vw);
        margin-top: calc(48 / 1920 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot > span {
        border-radius: calc(8 / 1920 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot:not(.active) > span {
        height: calc(8 / 1920 * 100vw);
        width: calc(8 / 1920 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot.active > span {
        height: calc(8 / 1920 * 100vw);
        width: calc(32 / 1920 * 100vw);
    }
    body > #welcome > .content .slide-disclaimer {
        font-size: calc(20 / 1920 * 100vw);
    }
    body > #welcome > .disclaimer {
        /* font-size: calc(16 / 1920 * 100vw); */
        font-size: calc(20 / 1920 * 100vw);
        font-style: italic;
        /* line-height: calc(26 / 1920 * 100vw); */
        line-height: calc(34 / 1920 * 100vw);
        margin-top: calc(36 / 1920 * 100vw);
        /* 
        margin-right: calc(228 / 1920 * 100vw);
        width: calc(432 / 1920 * 100vw); 
        */
        margin-right: calc(280 / 1920 * 100vw);
        width: calc(380 / 1920 * 100vw);
    }
    body > footer {
        /* align-items: center; */
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        padding-bottom: calc(34 / 1920 * 100vw);
        padding-left: calc(140 / 1920 * 100vw);
        padding-right: calc(140 / 1920 * 100vw);
        padding-top: calc(34 / 1920 * 100vw);
    }
    body > footer > nav {
        margin-bottom: calc(34 / 1920 * 100vw);
    }
    body > footer > nav > a {
        color: #FFFFFF;
    }
    body > footer > nav > a > img {
        height: calc(16 / 1920 * 100vw);
    }
    body > footer > nav > a:not(:first-child) {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #B71F66;
    }
    body > footer > .copyright {
        display: flex;
        justify-content: space-between;
        width: calc(660 / 1920 * 100vw);
    }
    body > footer > .copyright > svg {
        height: calc(40 / 1920 * 100vw);
        width: auto;
    }
    body > footer > .copyright > div {
        width: calc(380 / 1920 * 100vw);
    }
    body > footer .copyright-message br {
        display: none;
    }

    #orbitabot .chat-icon, #orbitabot .collapse-chat {
        border-radius: 50%;
        bottom: 40px;
        height: 120px;
        right: 40px;
        width: 120px;
    }
    #orbitabot .chat-icon:focus, #orbitabot .collapse-chat:focus {
        box-shadow: none;
    }
    #chat-cta {
        bottom: 140px !important;
        right: 152px !important;
    }
    #chat-cta .label {
        border-radius: 50px 100px 0px 50px;
        font-size: 16px;
        line-height: 20px;
        padding-top: 8px;
        padding-right: 30px;
        padding-bottom: 8px;
        padding-left: 22px;
    }
    footer img {
        height: 32px;
    }

    nav#lang-switch ul {
        font-size: calc(18 / 1920* 100vw);
        padding: calc(4 / 1920* 100vw);
        border-radius: calc(50 / 1920* 100vw);
    }
    nav#lang-switch ul a {
        width: calc(96 / 1920* 100vw);
        height: calc(40 / 1920* 100vw);
        border-radius: calc(50 / 1920* 100vw);
    }
    nav#lang-switch.es ul:before {
        margin-left: calc(96 / 1920* 100vw);
    }
    nav#lang-switch ul:before {
        width: calc(96 / 1920* 100vw);
        height: calc(40 / 1920* 100vw);
        border-radius: calc(50 / 1920* 100vw);
        left: calc(4 / 1920 * 100vw);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .button {
        border-radius: calc(48 / 1440 * 100vw);
        font-size: calc(18 / 1440 * 100vw);
        height: calc(48 / 1440 * 100vw);
        line-height: calc(22 / 1440 * 100vw);
        min-width: calc(160 / 1440 * 100vw);
        padding-left: calc(24 / 1440 * 100vw);
        padding-right: calc(24 / 1440 * 100vw);
    }
    body {
        font-size: calc(16 / 1440 * 100vw);
        line-height: calc(24 / 1440 * 100vw);
    }
    body > #welcome {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        min-height: calc(980 / 1440 * 100vw);
        max-height: calc(1080 / 1440 * 100vw);
        padding-left: calc(140 / 1440 * 100vw);
        padding-right: calc(140 / 1440 * 100vw);
    }
    body > #welcome::before {
        background-image: url('bg.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    body > #welcome::after {
        background-image: url('circles.svg');
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    body > #welcome > header {
        padding-bottom: calc(24 / 1440 * 100vw);
        padding-top: calc(24 / 1440 * 100vw);
        width: 100%;
    }
    body > #welcome > header > #logo {
        height: calc(80 / 1440 * 100vw);
        width: calc(80 / 1440 * 100vw);
    }
    body > #welcome > .content {
        font-size: calc(24 / 1440 * 100vw);
        float: right;
        line-height: calc(34 / 1440 * 100vw);
        padding-top: calc(92 / 1440 * 100vw);
        width: calc(660 / 1440 * 100vw);
    }
    body > #welcome > .content > .slider .slide .slide-title {
        font-size: calc(84 / 1440 * 100vw);
        line-height: calc(92 / 1440 * 100vw);
        margin-bottom: calc(24 / 1440 * 100vw);
    }
    body > #welcome > .content > .slider .slide .button {
        margin-bottom: 0; /* calc(20 / 1440 * 100vw); */
        margin-top: calc(20 / 1440 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots {
        column-gap: calc(12 / 1440 * 100vw);
        margin-top: calc(48 / 1440 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot > span {
        border-radius: calc(8 / 1440 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot:not(.active) > span {
        height: calc(8 / 1440 * 100vw);
        width: calc(8 / 1440 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot.active > span {
        height: calc(8 / 1440 * 100vw);
        width: calc(32 / 1440 * 100vw);
    }
    body > #welcome > .content .slide-disclaimer {
        font-size: calc(22 / 1440 * 100vw);
    }
    body > #welcome > .disclaimer {
        font-size: calc(20 / 1440 * 100vw);
        line-height: calc(28 / 1440 * 100vw);
        margin-top: calc(36 / 1440 * 100vw);
        /* margin-right: calc(228 / 1440 * 100vw); */
        /* width: calc(432 / 1440 * 100vw); */
        margin-right: calc(280 / 1440 * 100vw);
        width: calc(380 / 1440 * 100vw);
    }
    body > footer {
        /* align-items: center; */
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        padding-bottom: calc(34 / 1440 * 100vw);
        padding-left: calc(140 / 1440 * 100vw);
        padding-right: calc(140 / 1440 * 100vw);
        padding-top: calc(34 / 1440 * 100vw);
    }
    body > footer > nav {
        margin-bottom: calc(34 / 1440 * 100vw);
    }
    body > footer > nav > a {
        color: #FFFFFF;
    }
    body > footer > nav > a > img {
        height: calc(16 / 1440 * 100vw);
    }
    body > footer > nav > a:not(:first-child) {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #B71F66;
    }
    body > footer > svg {
        height: calc(40 / 1440 * 100vw);
        width: auto;
    }
    body > footer .copyright-message br {
        display: none;
    }

    #orbitabot .chat-icon, #orbitabot .collapse-chat {
        border-radius: 50%;
        bottom: 40px;
        height: 120px;
        right: 40px;
        width: 120px;
    }
    #chat-cta {
        bottom: 140px !important;
        right: 152px !important;
    }
    #orbitabot .chat-icon:focus, #orbitabot .collapse-chat:focus {
        box-shadow: none;
    }
    #chat-cta .label {
        border-radius: 50px 100px 0px 50px;
        font-size: 16px;
        line-height: 20px;
        padding-top: 8px;
        padding-right: 30px;
        padding-bottom: 8px;
        padding-left: 22px;
    }
    footer img {
        height: calc(48 / 1440 * 100vw);
    }

    nav#lang-switch ul {
        font-size: calc(18 / 1440 * 100vw);
        padding: calc(4 / 1440 * 100vw);
        border-radius: calc(50 / 1440 * 100vw);
    }
    nav#lang-switch ul a {
        width: calc(96 / 1440 * 100vw);
        height: calc(40 / 1440 * 100vw);
        border-radius: calc(50 / 1440 * 100vw);
    }
    nav#lang-switch.es ul:before {
        margin-left: calc(96 / 1440 * 100vw);
    }
    nav#lang-switch ul:before {
        width: calc(96 / 1440 * 100vw);
        height: calc(40 / 1440 * 100vw);
        border-radius: calc(50 / 1440 * 100vw);
        left: calc(4 / 1440  * 100vw);
    }
}
@media (min-width: 575px) and (max-width: 991px) {
    .button {
        border-radius: calc(40 / 576 * 100vw);
        font-size: calc(16 / 576 * 100vw);
        height: calc(40 / 576 * 100vw);
        line-height: calc(20 / 576 * 100vw);
        min-width: calc(140 / 576 * 100vw);
        padding-left: calc(20 / 576 * 100vw);
        padding-right: calc(20 / 576 * 100vw);
    }
    body {
        font-size: calc(16 / 576 * 100vw);
        line-height: calc(20 / 576 * 100vw);
    }
    body > #welcome {
        min-height: calc(812 / 576 * 100vw);
        padding-left: calc(20 / 576 * 100vw);
        padding-right: calc(20 / 576 * 100vw);
    }
    body > #welcome::before {
        background-image: url('bg-tablet.jpeg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    body > #welcome::after {
        background-image: url('circles-mobile.svg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    } 
    body > #welcome > header {
        padding-bottom: calc(20 / 576 * 100vw);
    }
    body > #welcome > header > #logo {
        height: calc(64 / 576 * 100vw);
        width: calc(64 / 576 * 100vw);
    }
    body > #welcome > .content {
        font-size: calc(16 / 576 * 100vw);
        line-height: calc(24 / 576 * 100vw);
        padding-top: calc(32 / 576 * 100vw);
    }
    body > #welcome > .content > .slider .slide .slide-title {
        font-size: calc(48 / 576 * 100vw);
        line-height: calc(56 / 576 * 100vw);
        margin-bottom: calc(12 / 576 * 100vw);
        margin-right: calc(-20 / 576 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots {
        column-gap: calc(12 / 576 * 100vw);
        margin-top: calc(32 / 576 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot > span {
        border-radius: calc(8 / 576 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot:not(.active) > span {
        height: calc(8 / 576 * 100vw);
        width: calc(8 / 576 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot.active > span {
        height: calc(8 / 576 * 100vw);
        width: calc(32 / 576 * 100vw);
    }
    body > #welcome > .disclaimer {
        background: #000;
        left: 0;
        padding-bottom: calc(20 / 576 * 100vw);
        padding-left: calc(20 / 576 * 100vw);
        padding-right: calc(160 / 576 * 100vw);
        padding-top: calc(20 / 576 * 100vw);
        position: absolute;
        bottom: calc(-20 / 576 * 100vw);
    }

    body > footer {
        display: flex;
        flex-direction: column;
        padding-bottom: calc(20 / 576 * 100vw);
        padding-left: calc(20 / 576 * 100vw);
        padding-right: calc(20 / 576 * 100vw);
        padding-top: calc(20 / 576 * 100vw);
    }
    body > footer > nav {
        padding-bottom: calc(20 / 576 * 100vw);
        margin-bottom: calc(20 / 576 * 100vw);
        border-bottom: 1px solid;
    }
    body > footer > nav > a {
        color: #FFFFFF;
        display: flex;
    }
    body > footer > nav > a > img {
        height: calc(14 / 576 * 100vw);
    }
    body > footer > nav > a:not(:first-child) {
        margin-top: calc(10 / 576 * 100vw);
    }
    body > footer  > svg {
        align-self: start;
        display: flex;
        height: calc(24 / 576 * 100vw);
        margin-bottom: calc(12 / 576 * 100vw);
        width: auto;
    }
    #orbitabot .chat-icon, #orbitabot .collapse-chat {
        border-radius: 50%;
        bottom: 16px;
        height: 80px;
        right: 16px;
        width: 80px;
    }
    #chat-cta {
        bottom: 84px !important;
        right: 88px !important;
    }
    #chat-cta .label {
        border-radius: 50px 100px 0px 50px;
        font-size: 14px;
        line-height: 17px;
        padding-top: 7px;
        padding-right: 20px;
        padding-bottom: 7px;
        padding-left: 20px;
    }
    footer img {
        height: calc(24 / 576 * 100vw);
    }

    nav#lang-switch ul {
        font-size: calc(16 / 576 * 100vw);
        padding: calc(4 / 576 * 100vw);
        border-radius: calc(50 / 576 * 100vw);
    }
    nav#lang-switch ul a {
        width: calc(80 / 576 * 100vw);
        height: calc(32 / 576 * 100vw);
        border-radius: calc(50 / 576 * 100vw);
    }
    nav#lang-switch.es ul:before {
        margin-left: calc(80 / 576 * 100vw);
    }
    nav#lang-switch ul:before {
        width: calc(80 / 576 * 100vw);
        height: calc(32 / 576 * 100vw);
        border-radius: calc(50 / 576 * 100vw);
        left: calc(4 / 576  * 100vw);
    }
    
}
@media (max-width: 575px) {
    .button {
        border-radius: calc(40 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        line-height: calc(20 / 375 * 100vw);
        min-width: calc(140 / 375 * 100vw);
        padding-left: calc(20 / 375 * 100vw);
        padding-right: calc(20 / 375 * 100vw);
    }
    body {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(20 / 375 * 100vw);
    }
    body > #welcome {
        min-height: calc(724 / 375 * 100vw);
        padding-left: calc(20 / 375 * 100vw);
        padding-right: calc(20 / 375 * 100vw);
    }
    body > #welcome::before {
        background-image: url('bg-mobile.jpeg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    body > #welcome::after {
        background-image: url('circles-mobile.svg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    } 
    body > #welcome > header {
        padding-bottom: calc(20 / 375 * 100vw);
    }
    body > #welcome > header > #logo {
        height: calc(64 / 375 * 100vw);
        width: calc(64 / 375 * 100vw);
    }
    body > #welcome > .content {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        padding-top: calc(32 / 375 * 100vw);
    }
    body > #welcome > .content > .slider .owl-item {
        align-items: flex-start;
    }
    body > #welcome > .content > .slider .slide .slide-title {
        font-size: calc(46 / 375 * 100vw);
        line-height: calc(52 / 375 * 100vw);
        margin-bottom: calc(12 / 375 * 100vw);
        margin-right: calc(-20 / 375 * 100vw);
    }
    html[lang="es"] body > #welcome > .content > .slider .slide .slide-title {
      font-size: calc(40 / 375 * 100vw);
      line-height: calc(48 / 375 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots {
        column-gap: calc(12 / 375 * 100vw);
        margin-top: calc(32 / 375 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot > span {
        border-radius: calc(8 / 375 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot:not(.active) > span {
        height: calc(8 / 375 * 100vw);
        width: calc(8 / 375 * 100vw);
    }
    body > #welcome > .content > .slider > .owl-dots > .owl-dot.active > span {
        height: calc(8 / 375 * 100vw);
        width: calc(32 / 375 * 100vw);
    }
    body > #welcome > .disclaimer {
        background: #000;
        left: 0;
        padding-bottom: calc(0 / 375 * 100vw);
        padding-left: calc(20 / 375 * 100vw);
        padding-right: calc(20 / 375 * 100vw);
        padding-top: calc(20 / 375 * 100vw);
        position: absolute;
        bottom: 0;
    }

    body > footer {
        display: flex;
        font-size: calc(12 / 375 * 100vw);
        flex-direction: column;
        padding-bottom: calc(20 / 375 * 100vw);
        padding-left: calc(20 / 375 * 100vw);
        padding-right: calc(20 / 375 * 100vw);
        padding-top: calc(12 / 375 * 100vw);
    }
    body > footer > nav {
        padding-bottom: calc(20 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
        border-bottom: 1px solid;
    }
    body > footer > nav > a {
        color: #FFFFFF;
        display: flex;
    }
    body > footer > nav > a > img {
        height: calc(12 / 375 * 100vw);
    }
    body > footer > nav > a:not(:first-child) {
        margin-top: calc(10 / 375 * 100vw);
    }
    body > footer > svg {
        display: flex;
        height: calc(24 / 375 * 100vw);
        margin-bottom: calc(12 / 375 * 100vw);
        width: auto;
        align-self: start;
    }
    body > footer .copyright-message {
        max-width: calc(100% - 80px);
    }
    #orbitabot .chat-icon, #orbitabot .collapse-chat {
        border-radius: 50%;
        bottom: 24px;
        height: 80px;
        right: 16px;
        width: 80px;
    }
    #chat-cta {
        bottom: 92px !important;
        right: 88px !important;
    }
    #chat-cta .label {
        background-color: #E9BCD1 !important;
        border-radius: 50px 100px 0px 50px;
        font-size: 14px;
        line-height: 17px;
        padding-top: 7px;
        padding-right: 20px;
        padding-bottom: 7px;
        padding-left: 20px;
    }
    .button.cta.btn-slide-startChat {
        background: #FFFFFF;
        color: #000000;
        font-weight: bold;
    }
    footer img {
        height: calc(28 / 375 * 100vw);
    }

    nav#lang-switch ul {
        font-size: calc(16 / 375 * 100vw);
        padding: calc(4 / 375 * 100vw);
        border-radius: calc(50 / 375 * 100vw);
    }
    nav#lang-switch ul a {
        width: calc(80 / 375 * 100vw);
        height: calc(32 / 375 * 100vw);
        border-radius: calc(50 / 375 * 100vw);
    }
    nav#lang-switch.es ul:before {
        margin-left: calc(80 / 375 * 100vw);
    }
    nav#lang-switch ul:before {
        width: calc(80 / 375 * 100vw);
        height: calc(32 / 375 * 100vw);
        border-radius: calc(50 / 375 * 100vw);
        left: calc(4 / 375  * 100vw);
    }
}

/* Chatbot styling */
#chatWindow #botHeader img {
    margin-right: 12px;
    width: 60px;
}
#chatWindow #botHeader .menu-wrapper {
    align-items: center;
    display: flex;
    position: relative;
}
#chatWindow #botHeader .menu-header {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}
#chatWindow #botHeader .closeIcon.menu {
    padding: 4px;
    position: absolute;
    right: 20px;
}
#chatWindow #botHeader .closeIcon.menu > svg {
    width: 26px;
    height: 26px;
}
#chatWindow #messages.messages {
    padding-bottom: 32px;
}
#chatWindow footer.footer {
    display: none;
}
#orbitabot > #chatWindow a {
    color: #B62066;
}
#chatWindow > #messages .incoming .bubble *,
#chatWindow > #messages .outgoing .bubble *,
#chatWindow > #messages .incoming .bubble,
#chatWindow > #messages .outgoing .bubble {
    font-family: 'Gudea', sans-serif;
}
#chatWindow > #messages .incoming .bubble, 
.chat-icon .incoming .bubble {
    background: rgba(182, 32, 102, 0.1);
    border-radius: 20px 20px 20px 0px;
}
#chatWindow > #messages .outgoing .bubble {
    background: #B62066;
    border-radius: 20px 20px 0px 20px;
}
#chatWindow > #messages .incoming .bubble input:focus {
    box-shadow: none;
}
#chatWindow > #messages .incoming .bubble input::placeholder {
    color: rgba(182, 32, 102, 0.5);
}
#chatWindow > #messages .incoming .bubble input[type="number"],
#chatWindow > #messages .incoming .bubble input[type="text"] {
    border: 2px solid #B62066;
    border-radius: 8px;
    color: #B62066;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 14px;
}
#chatWindow > #messages .incoming .bubble p.bubbleWithIconMsg {
    color: #B62066;
    padding-left: 44px;
    position: relative;
    min-height: 32px;
}
#chatWindow > #messages .incoming .bubble p.bubbleWithIconMsg:not(:first-child) {
    margin-top: 12px;
}
#chatWindow > #messages .incoming .bubble p.bubbleWithIconMsg:before {
    content: ' ';
    border-radius: 50%;
    background: #FFFFFF;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
}
#chatWindow > #messages .incoming .bubble p.bubbleWithIconMsg > img {
    left: 6px;
    margin: 0;
    max-height: 20px;
    max-width: 20px;
    position: absolute;
    top: 6px;
}
#chatWindow #messages .btnList .smrtBtn, 
#peekviewContainer .firstMsg .btnList .smrtBtn {
    border: 1px solid #B62066;
    border-radius: 50px;
    background: #FFFFFF;
    color: #B62066;
    font-family: 'Gudea', sans-serif;
    font-weight: 700;
    transition: all .3s;
}
#chatWindow #messages .btnList .smrtBtn > .orbitaCheck, 
#peekviewContainer .firstMsg .btnList .smrtBtn > .orbitaCheck {
    background: #e5e5e5;
    border-radius: 4px;
    height: 12px;
    margin-left: 12px;
    min-width: 12px;
    order: 2;
    width: 12px;
}
#chatWindow #messages .btnList .smrtBtn.selected > .orbitaCheck {
    background: transparent;
    height: 9px;
    transform: rotate(-45deg);
    top: -1.5px;
    position: relative;
}
#chatWindow #messages .btnList .smrtBtn.selected > .orbitaCheck:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 9px;
    width: 3px;
    background: #FFFFFF;
    border-radius: 2px;
}
#chatWindow #messages .btnList .smrtBtn.selected > .orbitaCheck:after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 12px;
    background: #FFFFFF;
    border-radius: 2px;
}
#chatWindow #messages .btnList .smrtBtn > .orbitaCheck > svg, 
#peekviewContainer .firstMsg .btnList .smrtBtn > .orbitaCheck > svg {
    display: none;
}
#chatWindow #messages .btnList .smrtBtn.selected, 
#peekviewContainer .firstMsg .btnList .smrtBtn.selected {
    background: #B62066;
    color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
    #chatWindow #messages .btnList .smrtBtn:hover, 
    #peekviewContainer .firstMsg .btnList .smrtBtn:hover {
        background: #B62066;
        color: #FFFFFF;
    }
}
@media (max-width: 1023px) {
    #chatWindow #messages .btnList .smrtBtn:not(.selected):hover, 
    #peekviewContainer .firstMsg .btnList .smrtBtn:not(.selected):hover {
        color: #B62066;
        background: #FFFFFF;
    }
}
#chatWindow #messages .btnList .smrtBtn:first-child:last-child {
    background: linear-gradient(90deg, #EC7A1C 0%, #B71F66 100%);
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding-left: 38px;
    padding-right: 38px;
    text-transform: uppercase;
}
#chatWindow #messages .btnList .smrtBtn:first-child:last-child:hover {
    opacity: 0.7;
}
#chatWindow #messages .incoming button.orbitaBtn, 
#chatWindow #messages .incoming button.smrtBtn.checkboxSubmit, 
#peekviewContainer .firstMsg button.smrtBtn.checkboxSubmit {
    background: linear-gradient(90deg, #EC7A1C 0%, #B71F66 100%);
    border: none;
    border-radius: 50px !important;
    color: #FFFFFF;
    font-family: 'Gudea';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-left: 34px !important;
    padding-right: 34px !important;
    text-transform: uppercase;
}
#chatWindow #messages button.smrtBtn.checkboxSubmit:hover, 
#peekviewContainer .firstMsg button.smrtBtn.checkboxSubmit:hover {
    opacity: 0.7;
    color: #FFFFFF;
}

#chatWindow #messages .smrtBtn.selected, 
#chatWindow #messages .smrtBtn:focus, 
#chatWindow #messages button.selected, 
#chatWindow #messages button:not(.dBtn):focus, 
#peekviewContainer .firstMsg .smrtBtn.selected, 
#peekviewContainer .firstMsg .smrtBtn:focus, 
#peekviewContainer .firstMsg button.selected, 
#peekviewContainer .firstMsg button:not(.dBtn):focus {
    background: initial;
}
#chatWindow #messages .incoming {
    width: calc(100% - 80px);
    align-self: flex-start;
    margin: 8px 20px 0 60px;
}
#chatWindow #messages .incoming .bubble {
    margin-right: 0;
}
#chatWindow #messages.messages #newrate.rating {
    margin-left: 68px;
}
#chatWindow #messages.messages #newrate.rating .rateBtnGrp.btn-group {
    column-gap: 16px;
    margin-top: 20px;
}
#chatWindow #messages.messages #newrate.rating .rateText {
    display: none;
}
#chatWindow #messages.messages #newrate.rating .rateBtnGrp.btn-group .btn.btn-info {
    max-width: 24px;
    max-height: 24px;
    min-height: unset;
    min-width: unset;
    padding: 0;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='23.016' fill='none' version='1.1' viewBox='0 0 24 23.016' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.028 8.9359c-0.11853-0.36468-0.43368-0.63045-0.81308-0.68551l-6.4342-0.93484-2.8775-5.8309c-0.16967-0.34379-0.5199-0.56149-0.90318-0.56149-0.38346 0-0.7336 0.21769-0.90327 0.56149l-2.8773 5.8309-6.4344 0.93484c-0.37938 0.055129-0.69464 0.3209-0.81309 0.68551-0.11845 0.36468-0.019674 0.76491 0.25489 1.0325l4.656 4.538-1.0995 6.4091c-0.064803 0.37793 0.090512 0.75973 0.40067 0.98516 0.17546 0.12748 0.38328 0.19229 0.59211 0.19229 0.16028 0 0.32124-0.03812 0.46862-0.11567l5.7553-3.0256 5.7552 3.0256c0.14825 0.078 0.31063 0.11511 0.47144 0.11567 0.55572-7.38e-4 1.0058-0.45141 1.0058-1.0072 0-0.07727-0.0087-0.15268-0.0252-0.22506l-1.09-6.3541 4.6559-4.5381c0.27463-0.26761 0.3734-0.66784 0.25496-1.0325z' fill='none' stroke='%23b62066' stroke-width='1.8462'/%3E%3C/svg%3E") !important;
}
#chatWindow #messages.messages #newrate.rating .rateBtnGrp.btn-group:hover .btn.btn-info {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24' height='23.016' fill='none' version='1.1' viewBox='0 0 24 23.016' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.028 8.9359c-0.11853-0.36468-0.43368-0.63045-0.81308-0.68551l-6.4342-0.93484-2.8775-5.8309c-0.16967-0.34379-0.5199-0.56149-0.90318-0.56149-0.38346 0-0.7336 0.21769-0.90327 0.56149l-2.8773 5.8309-6.4344 0.93484c-0.37938 0.055129-0.69464 0.3209-0.81309 0.68551-0.11845 0.36468-0.019674 0.76491 0.25489 1.0325l4.656 4.538-1.0995 6.4091c-0.064803 0.37793 0.090512 0.75973 0.40067 0.98516 0.17546 0.12748 0.38328 0.19229 0.59211 0.19229 0.16028 0 0.32124-0.03812 0.46862-0.11567l5.7553-3.0256 5.7552 3.0256c0.14825 0.078 0.31063 0.11511 0.47144 0.11567 0.55572-7.38e-4 1.0058-0.45141 1.0058-1.0072 0-0.07727-0.0087-0.15268-0.0252-0.22506l-1.09-6.3541 4.6559-4.5381c0.27463-0.26761 0.3734-0.66784 0.25496-1.0325z' fill='%23b62066' stroke='%23b62066' stroke-width='1.8462'/%3E%3C/svg%3E%0A") !important;
}
#chatWindow #messages.messages #newrate.rating .rateBtnGrp.btn-group:hover .btn.btn-info:hover ~ .btn.btn-info {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='23.016' fill='none' version='1.1' viewBox='0 0 24 23.016' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.028 8.9359c-0.11853-0.36468-0.43368-0.63045-0.81308-0.68551l-6.4342-0.93484-2.8775-5.8309c-0.16967-0.34379-0.5199-0.56149-0.90318-0.56149-0.38346 0-0.7336 0.21769-0.90327 0.56149l-2.8773 5.8309-6.4344 0.93484c-0.37938 0.055129-0.69464 0.3209-0.81309 0.68551-0.11845 0.36468-0.019674 0.76491 0.25489 1.0325l4.656 4.538-1.0995 6.4091c-0.064803 0.37793 0.090512 0.75973 0.40067 0.98516 0.17546 0.12748 0.38328 0.19229 0.59211 0.19229 0.16028 0 0.32124-0.03812 0.46862-0.11567l5.7553-3.0256 5.7552 3.0256c0.14825 0.078 0.31063 0.11511 0.47144 0.11567 0.55572-7.38e-4 1.0058-0.45141 1.0058-1.0072 0-0.07727-0.0087-0.15268-0.0252-0.22506l-1.09-6.3541 4.6559-4.5381c0.27463-0.26761 0.3734-0.66784 0.25496-1.0325z' fill='none' stroke='%23b62066' stroke-width='1.8462'/%3E%3C/svg%3E") !important;
}


/* icons/symptoms */
#chatWindow #messages li.smrtBtn[value="Lump or lumps in the breast"],
#chatWindow #messages li.smrtBtn[value="Discharge from nipple"],
#chatWindow #messages li.smrtBtn[value="Inward nipple (retraction/inversion)"],
#chatWindow #messages li.smrtBtn[value="Breast or nipple pain"],
#chatWindow #messages li.smrtBtn[value="Redness of breast or nipple"],
#chatWindow #messages li.smrtBtn[value="Swelling of breast or nipple"],
#chatWindow #messages li.smrtBtn[value="Dimpling of breast or nipple"],
#chatWindow #messages li.smrtBtn[value="Lumps under arms (swollen lymph nodes)"],
#chatWindow #messages li.smrtBtn[value="Thickening of skin of the breast"],
#chatWindow #messages li.smrtBtn[value="Tender breasts"] {
    padding-left: 48px;
    position: relative;
}
#chatWindow #messages li.smrtBtn[value="Lump or lumps in the breast"]::before,
#chatWindow #messages li.smrtBtn[value="Discharge from nipple"]::before,
#chatWindow #messages li.smrtBtn[value="Inward nipple (retraction/inversion)"]::before,
#chatWindow #messages li.smrtBtn[value="Breast or nipple pain"]::before,
#chatWindow #messages li.smrtBtn[value="Redness of breast or nipple"]::before,
#chatWindow #messages li.smrtBtn[value="Swelling of breast or nipple"]::before,
#chatWindow #messages li.smrtBtn[value="Dimpling of breast or nipple"]::before,
#chatWindow #messages li.smrtBtn[value="Lumps under arms (swollen lymph nodes)"]::before,
#chatWindow #messages li.smrtBtn[value="Thickening of skin of the breast"]::before,
#chatWindow #messages li.smrtBtn[value="Tender breasts"]::before {
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    left: 4px;
    border-radius: 50%;
    width: 32px;
}
#chatWindow #messages li.smrtBtn[value="Lump or lumps in the breast"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='28' cy='7' r='4' fill='%23B62066'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Lump or lumps in the breast"]::before,
#chatWindow #messages li[value="Lump or lumps in the breast"]:hover::before{    
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23FFFFFF' stroke-width='2'/%3E%3Ccircle cx='28' cy='7' r='4' fill='%23FFFFFF'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Lump or lumps in the breast"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='28' cy='7' r='4' fill='%23B62066'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Discharge from nipple"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='17' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M15.1874 22.8714C12.497 21.3181 11.5753 17.878 13.1286 15.1876C14.6819 12.4972 18.122 11.5754 20.8124 13.1287C23.5028 14.682 24.4246 18.1222 22.8713 20.8126' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='18' cy='18' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M19.5001 33C18.679 33 16 32.6584 16 28.263C16 25.3505 18.739 21.788 19.2879 21.1035C19.3407 21.0377 19.4179 21 19.5 21C19.582 21 19.6593 21.0377 19.7121 21.1035C20.2611 21.7881 23 25.3508 23 28.263C23 32.6584 20.321 33 19.5001 33Z' fill='%23B62066'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Discharge from nipple"]::before,
#chatWindow #messages li.smrtBtn[value="Discharge from nipple"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='17' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M15.1874 22.8714C12.497 21.3181 11.5753 17.878 13.1286 15.1876C14.6819 12.4972 18.122 11.5754 20.8124 13.1287C23.5028 14.682 24.4246 18.1222 22.8713 20.8126' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='18' cy='18' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M19.5001 33C18.679 33 16 32.6584 16 28.263C16 25.3505 18.739 21.788 19.2879 21.1035C19.3407 21.0377 19.4179 21 19.5 21C19.582 21 19.6593 21.0377 19.7121 21.1035C20.2611 21.7881 23 25.3508 23 28.263C23 32.6584 20.321 33 19.5001 33Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Discharge from nipple"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='17' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M15.1874 22.8714C12.497 21.3181 11.5753 17.878 13.1286 15.1876C14.6819 12.4972 18.122 11.5754 20.8124 13.1287C23.5028 14.682 24.4246 18.1222 22.8713 20.8126' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='18' cy='18' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M19.5001 33C18.679 33 16 32.6584 16 28.263C16 25.3505 18.739 21.788 19.2879 21.1035C19.3407 21.0377 19.4179 21 19.5 21C19.582 21 19.6593 21.0377 19.7121 21.1035C20.2611 21.7881 23 25.3508 23 28.263C23 32.6584 20.321 33 19.5001 33Z' fill='%23B62066'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Inward nipple (retraction/inversion)"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M18.1395 12C18.0775 12.8696 17.5814 14.8522 16.093 15.8261M16.093 15.8261C16.031 15.3623 15.4977 14.2609 13.8605 13.5652M16.093 15.8261C15.845 16.2319 14.6791 17.2522 12 18.087M16.093 15.8261C16.7132 16.4058 17.7302 18.0522 16.8372 20M16.093 15.8261C16.9612 16.4058 18.9581 17.0087 20 14.7826' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Inward nipple (retraction/inversion)"]::before,
#chatWindow #messages li.smrtBtn[value="Inward nipple (retraction/inversion)"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M18.1395 12C18.0775 12.8696 17.5814 14.8522 16.093 15.8261M16.093 15.8261C16.031 15.3623 15.4977 14.2609 13.8605 13.5652M16.093 15.8261C15.845 16.2319 14.6791 17.2522 12 18.087M16.093 15.8261C16.7132 16.4058 17.7302 18.0522 16.8372 20M16.093 15.8261C16.9612 16.4058 18.9581 17.0087 20 14.7826' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Inward nipple (retraction/inversion)"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M18.1395 12C18.0775 12.8696 17.5814 14.8522 16.093 15.8261M16.093 15.8261C16.031 15.3623 15.4977 14.2609 13.8605 13.5652M16.093 15.8261C15.845 16.2319 14.6791 17.2522 12 18.087M16.093 15.8261C16.7132 16.4058 17.7302 18.0522 16.8372 20M16.093 15.8261C16.9612 16.4058 18.9581 17.0087 20 14.7826' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Breast or nipple pain"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='2' fill='%23B62066'/%3E%3Ccircle cx='16' cy='16' r='3.5' stroke='%23B62066'/%3E%3Ccircle cx='16' cy='16' r='7.9' stroke='%23B62066' stroke-width='0.2'/%3E%3Ccircle cx='16' cy='16' r='5.75' stroke='%23B62066' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Breast or nipple pain"]::before,
#chatWindow #messages li.smrtBtn[value="Breast or nipple pain"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23FFFFFF' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='2' fill='%23FFFFFF'/%3E%3Ccircle cx='16' cy='16' r='3.5' stroke='%23FFFFFF'/%3E%3Ccircle cx='16' cy='16' r='7.9' stroke='%23FFFFFF' stroke-width='0.2'/%3E%3Ccircle cx='16' cy='16' r='5.75' stroke='%23FFFFFF' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Breast or nipple pain"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='2' fill='%23B62066'/%3E%3Ccircle cx='16' cy='16' r='3.5' stroke='%23B62066'/%3E%3Ccircle cx='16' cy='16' r='7.9' stroke='%23B62066' stroke-width='0.2'/%3E%3Ccircle cx='16' cy='16' r='5.75' stroke='%23B62066' stroke-width='0.5'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Redness of breast or nipple"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='14' cy='14' r='8' fill='%23B62066' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Redness of breast or nipple"]::before,
#chatWindow #messages li.smrtBtn[value="Redness of breast or nipple"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3Ccircle cx='14' cy='14' r='8' fill='%23FFFFFF' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Redness of breast or nipple"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='14' cy='14' r='8' fill='%23B62066' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Swelling of breast or nipple"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M13 19L9 21' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21.0005 15.7498L25.6274 15.6376' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14.8891 19.9998L13.5928 24.407' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19.5005 19L21.511 22.295' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Swelling of breast or nipple"]::before,
#chatWindow #messages li.smrtBtn[value="Swelling of breast or nipple"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23FFFFFF' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M13 19L9 21' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21.0005 15.7498L25.6274 15.6376' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14.8891 19.9998L13.5928 24.407' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19.5005 19L21.511 22.295' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Swelling of breast or nipple"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M13 19L9 21' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21.0005 15.7498L25.6274 15.6376' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14.8891 19.9998L13.5928 24.407' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19.5005 19L21.511 22.295' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Dimpling of breast or nipple"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 16C31 24.2843 24.2843 31 16 31C7.71573 31 1 24.2843 1 16C1 7.71573 7.71573 1 16 1C18.0244 1 19.5593 1.21183 20.9062 1.70398C22.2153 2.18231 23.4089 2.94822 24.7283 4.14923C25.1351 4.80166 25.2086 5.25577 25.2914 5.77861L25.2951 5.80178C25.3945 6.4296 25.5142 7.18561 26.2 8.1C26.6276 8.67013 27.0272 9.04823 27.4486 9.31022C27.8164 9.53883 28.1693 9.65416 28.4155 9.73463C28.4439 9.74391 28.4709 9.75272 28.4963 9.76118C28.7431 9.84345 28.937 9.91746 29.1749 10.0813C29.4116 10.2444 29.728 10.5228 30.1525 11.0423C30.6223 12.0006 30.8174 12.6131 30.9106 13.2418C31.0023 13.8609 31.0016 14.5176 31.0003 15.5882C31.0002 15.719 31 15.8561 31 16Z' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Dimpling of breast or nipple"]::before,
#chatWindow #messages li.smrtBtn[value="Dimpling of breast or nipple"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 16C31 24.2843 24.2843 31 16 31C7.71573 31 1 24.2843 1 16C1 7.71573 7.71573 1 16 1C18.0244 1 19.5593 1.21183 20.9062 1.70398C22.2153 2.18231 23.4089 2.94822 24.7283 4.14923C25.1351 4.80166 25.2086 5.25577 25.2914 5.77861L25.2951 5.80178C25.3945 6.4296 25.5142 7.18561 26.2 8.1C26.6276 8.67013 27.0272 9.04823 27.4486 9.31022C27.8164 9.53883 28.1693 9.65416 28.4155 9.73463C28.4439 9.74391 28.4709 9.75272 28.4963 9.76118C28.7431 9.84345 28.937 9.91746 29.1749 10.0813C29.4116 10.2444 29.728 10.5228 30.1525 11.0423C30.6223 12.0006 30.8174 12.6131 30.9106 13.2418C31.0023 13.8609 31.0016 14.5176 31.0003 15.5882C31.0002 15.719 31 15.8561 31 16Z' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Dimpling of breast or nipple"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 16C31 24.2843 24.2843 31 16 31C7.71573 31 1 24.2843 1 16C1 7.71573 7.71573 1 16 1C18.0244 1 19.5593 1.21183 20.9062 1.70398C22.2153 2.18231 23.4089 2.94822 24.7283 4.14923C25.1351 4.80166 25.2086 5.25577 25.2914 5.77861L25.2951 5.80178C25.3945 6.4296 25.5142 7.18561 26.2 8.1C26.6276 8.67013 27.0272 9.04823 27.4486 9.31022C27.8164 9.53883 28.1693 9.65416 28.4155 9.73463C28.4439 9.74391 28.4709 9.75272 28.4963 9.76118C28.7431 9.84345 28.937 9.91746 29.1749 10.0813C29.4116 10.2444 29.728 10.5228 30.1525 11.0423C30.6223 12.0006 30.8174 12.6131 30.9106 13.2418C31.0023 13.8609 31.0016 14.5176 31.0003 15.5882C31.0002 15.719 31 15.8561 31 16Z' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Lumps under arms (swollen lymph nodes)"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M12.3364 1.33179C11.4736 1.76879 12.5526 4.14103 12.1828 4.82773C11.813 5.51443 9.90261 6.57569 8.91656 7.63696C7.93051 8.69823 6.32817 10.3213 5.65026 11.3202M5.65026 11.3202C5.10793 12.1192 4.5204 13.3595 4.29443 13.8797M5.65026 11.3202C5.65026 11.882 5.88444 13.0931 6.8212 13.4427C7.01375 13.5146 7.19964 13.5814 7.37585 13.6461M7.37585 13.6461C8.27117 13.9753 8.91656 14.2526 8.91656 14.8785M7.37585 13.6461C7.00608 13.9737 6.27887 14.8036 6.32817 15.5028C6.34259 15.7073 6.37726 15.8674 6.41243 16.0022M5.0956 17.9999C5.17777 17.9791 5.49002 17.7877 6.08165 17.1883C6.64814 16.6145 6.52758 16.4436 6.41243 16.0022M6.41243 16.0022C7.0828 16.4184 8.42353 17.3257 8.42353 17.6253M12.1828 14.1918C12.265 13.9421 12.5033 13.3553 12.7991 13.0057C13.169 12.5687 13.9085 12.0069 14.3399 11.1329C14.7713 10.2589 15.3875 9.82192 16.0038 9.38492C16.4012 9.10319 16.5679 7.78348 16.7024 6.51327M16.3802 1.75334C16.6401 2.51558 16.8924 3.1239 16.9599 3.76646M16.3802 1.75334C16.7772 1.28835 17.0806 0.997932 17.6062 0.70752M16.3802 1.75334C16.2652 1.88808 16.1423 2.03747 16.0038 2.20578C15.3875 2.95491 14.4015 3.20462 14.7096 3.76646C15.0178 4.32831 16.8369 5.38957 16.7024 6.51327M16.9599 3.76646C16.9892 4.04613 16.9836 4.33229 16.9282 4.64044C16.8407 5.12838 16.7764 5.81331 16.7024 6.51327M16.9599 3.76646C17.4424 3.43352 18.4936 2.48046 18.8387 1.33179M16.9599 6.51327C18.0082 7.12661 20.1048 8.55961 20.1048 9.38492C20.1048 10.4166 21.2341 11.3202 22.3635 11.3202C23.2669 11.3202 24.9985 11.1953 25.7514 11.1329M11.8803 13.9924C11.8803 14.1425 11.8264 14.4817 11.9998 14.5802M11.9998 14.5802C12.0124 14.5873 12.0261 14.5932 12.0412 14.5976C12.1798 14.6385 12.2723 14.599 12.3364 14.5209M11.9998 14.5802C11.8637 14.5367 11.7897 14.4232 11.7897 14.247C11.7897 13.9876 11.8884 13.7119 12.1744 13.7119C12.3806 13.7119 12.556 13.7427 12.5038 13.9924C12.4722 14.1431 12.4455 14.3879 12.3364 14.5209M11.9998 14.5802C12.0414 14.5935 12.0888 14.6002 12.1417 14.6002C12.222 14.6002 12.2853 14.57 12.3364 14.5209M12.3364 14.5209C12.4769 14.3857 12.5247 14.1073 12.5792 13.9223C12.653 13.6719 12.6133 13.6127 12.4233 13.5145C12.2561 13.4282 11.9458 13.4621 11.8803 13.6652M13.962 11.234C13.9969 10.9638 14.1238 10.4922 14.2889 10.273C14.3529 10.188 14.8234 9.97251 14.9124 10.086C15.0505 10.2622 14.9482 10.4534 14.8318 10.626M14.8318 10.626C14.7655 10.7243 14.6946 10.8165 14.661 10.8964C14.6003 11.0406 14.6435 11.3006 14.5051 11.3925C14.4364 11.4381 14.0911 11.4597 14.2185 11.3042C14.3161 11.185 14.4495 11.1073 14.5453 10.9795C14.638 10.8558 14.6761 10.7459 14.8018 10.6496C14.812 10.6418 14.822 10.6339 14.8318 10.626ZM14.8318 10.626C15.0081 10.4836 15.1044 10.3487 15.0406 10.7224C15.0066 10.9217 14.8645 11.2808 14.6409 11.2808M25.1854 10.7198C25.1552 10.7732 25.1572 10.8199 25.1812 10.8623M25.1812 10.8623C25.2927 11.0582 25.8789 11.1598 25.9497 11.3977C26.1094 11.9338 25.305 11.4465 25.1854 11.3847C25.0838 11.3322 24.9935 11.2771 24.9641 11.1405C24.9166 10.9194 25.0282 10.8718 25.1812 10.8623ZM25.1812 10.8623C25.2099 10.8605 25.2401 10.86 25.2709 10.86C25.4463 10.86 25.9151 11.1521 26 11.3275M17.2204 6.27829C17.1635 6.25869 17.1086 6.23063 17.0557 6.19663M17.0557 6.19663C16.8707 6.07775 16.7102 5.88629 16.5743 5.73024C16.3646 5.48955 16.355 5.84403 16.3631 6.01595C16.384 6.45844 16.6699 6.71088 17.0495 6.78217C17.5152 6.86966 17.2775 6.45851 17.0897 6.23673C17.0785 6.2235 17.0671 6.21013 17.0557 6.19663ZM17.0557 6.19663C16.8723 5.98046 16.6612 5.73062 16.5416 5.48349M18.6686 2.07057C18.6629 2.07355 18.6566 2.07677 18.6497 2.08024M18.6497 2.08024C18.5304 2.14028 18.2414 2.27312 18.1057 2.44636M18.6497 2.08024C18.6463 2.09271 18.6425 2.1051 18.6384 2.11732C18.5999 2.23187 18.212 2.96841 18.0803 2.77185C18.0016 2.65439 18.0293 2.54396 18.1057 2.44636M18.6497 2.08024C18.6892 1.93374 18.672 1.77766 18.4851 1.78226C18.2762 1.7874 18.2295 1.94972 18.1808 2.12771C18.151 2.23672 18.1242 2.34086 18.1057 2.44636M18.1057 2.44636C18.0899 2.53696 18.0803 2.62855 18.0803 2.7251M14.7314 3.14587C14.7301 3.15892 14.7286 3.17311 14.7271 3.18827M14.7271 3.18827C14.7015 3.43551 14.6476 3.94066 14.9778 3.94066C15.2292 3.94066 15.2436 3.79723 15.194 3.56664C15.1613 3.41452 15.0807 3.14654 14.9124 3.09912C14.8313 3.07629 14.7663 3.12237 14.7271 3.18827ZM14.7271 3.18827C14.7008 3.2325 14.6861 3.28565 14.6861 3.33288M6.1328 10.86C5.95878 10.9456 5.863 11.1069 5.83016 11.268M5.83016 11.268C5.76607 11.5824 5.94172 11.8964 6.24343 11.647C6.4929 11.4408 6.55823 11.0402 6.65324 10.7457C6.72467 10.5244 6.62172 10.4745 6.40433 10.4964C6.21634 10.5153 6.00361 10.6108 5.94172 10.8133C5.92684 10.862 5.78278 11.2028 5.83016 11.268ZM5.83016 11.268C5.83411 11.2734 5.83939 11.2769 5.84618 11.2782C6.05612 11.3176 6.27909 11.0547 6.40182 10.9068C6.50607 10.7811 6.23634 11.0954 6.17806 11.1405M7.17368 13.5249C7.16485 13.759 7.3157 14.4985 7.72177 14.3587C7.96106 14.2763 8.03549 13.6654 7.89777 13.4678C7.58885 13.0245 7.04265 13.7377 7.44521 13.9457M4.0963 13.9457C4.08838 14.2401 3.98694 14.4089 4.19669 14.4505M4.19669 14.4505C4.23957 14.459 4.29547 14.4621 4.36783 14.46C4.8396 14.4458 4.58997 13.7491 4.54383 13.4392C4.509 13.2054 4.27268 13.5717 4.24212 13.6366C4.17339 13.7826 4.1724 13.9732 4.15161 14.1327C4.13814 14.2361 4.16931 14.3427 4.19669 14.4505ZM4.19669 14.4505C4.20145 14.4692 4.2061 14.488 4.21039 14.5068M4.21039 14.5068C4.22278 14.5613 4.23207 14.6159 4.23207 14.6703C4.23207 14.7664 4.16597 14.8755 4.05356 14.8755C3.92124 14.8755 4.05726 14.5182 4.21039 14.5068ZM4.21039 14.5068L4.21195 14.5067C4.2657 14.5035 4.55065 14.4735 4.5212 14.5587C4.48912 14.6515 4.36397 14.8041 4.27732 14.834M11.9708 4.31468C11.9486 4.34757 11.8774 4.43154 11.7979 4.53644M11.7979 4.53644C11.6164 4.77597 11.392 5.12467 11.6112 5.22376C11.7152 5.27073 11.8436 5.27843 11.9537 5.2444M11.7979 4.53644C11.8016 4.5026 11.8058 4.47157 11.8099 4.44455C11.8365 4.26914 11.929 3.82958 12.1216 3.75625C12.1708 3.73754 12.2058 3.80483 12.23 3.89055M11.7979 4.53644C11.7727 4.76642 11.7691 5.12647 11.9537 5.2444M11.9537 5.2444C12.0649 5.21 12.1574 5.13297 12.187 5.01078C12.2516 4.74374 12.3062 4.445 12.2775 4.16923C12.2747 4.14203 12.2613 4.00099 12.23 3.89055M11.9537 5.2444C12.0054 5.27744 12.0719 5.29147 12.1568 5.2783C12.5588 5.21601 12.6949 4.74646 12.6949 4.3978C12.6949 4.04296 12.4528 3.79294 12.23 3.89055M12.23 3.89055C12.1528 3.9244 12.0778 4.00007 12.016 4.12767M6.49485 15.8625C6.48565 16.0077 6.33509 16.6823 6.65575 16.6028C6.81065 16.5644 6.85689 16.4304 6.85689 16.2833C6.85689 16.0137 6.63061 15.9009 6.63061 15.6288M9.52697 6.88607C9.26608 7.03767 8.92915 7.19894 8.9839 7.56658C9.00902 7.73522 9.55828 7.69206 9.66274 7.66008C10.0941 7.52803 10.07 7.10192 10.07 6.73542C10.07 6.26959 8.92152 7.30684 9.66274 7.30684' stroke='%23B62066' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Lumps under arms (swollen lymph nodes)"]::before,
#chatWindow #messages li.smrtBtn[value="Lumps under arms (swollen lymph nodes)"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M12.3364 1.33179C11.4736 1.76879 12.5526 4.14103 12.1828 4.82773C11.813 5.51443 9.90261 6.57569 8.91656 7.63696C7.93051 8.69823 6.32817 10.3213 5.65026 11.3202M5.65026 11.3202C5.10793 12.1192 4.5204 13.3595 4.29443 13.8797M5.65026 11.3202C5.65026 11.882 5.88444 13.0931 6.8212 13.4427C7.01375 13.5146 7.19964 13.5814 7.37585 13.6461M7.37585 13.6461C8.27117 13.9753 8.91656 14.2526 8.91656 14.8785M7.37585 13.6461C7.00608 13.9737 6.27887 14.8036 6.32817 15.5028C6.34259 15.7073 6.37726 15.8674 6.41243 16.0022M5.0956 17.9999C5.17777 17.9791 5.49002 17.7877 6.08165 17.1883C6.64814 16.6145 6.52758 16.4436 6.41243 16.0022M6.41243 16.0022C7.0828 16.4184 8.42353 17.3257 8.42353 17.6253M12.1828 14.1918C12.265 13.9421 12.5033 13.3553 12.7991 13.0057C13.169 12.5687 13.9085 12.0069 14.3399 11.1329C14.7713 10.2589 15.3875 9.82192 16.0038 9.38492C16.4012 9.10319 16.5679 7.78348 16.7024 6.51327M16.3802 1.75334C16.6401 2.51558 16.8924 3.1239 16.9599 3.76646M16.3802 1.75334C16.7772 1.28835 17.0806 0.997932 17.6062 0.70752M16.3802 1.75334C16.2652 1.88808 16.1423 2.03747 16.0038 2.20578C15.3875 2.95491 14.4015 3.20462 14.7096 3.76646C15.0178 4.32831 16.8369 5.38957 16.7024 6.51327M16.9599 3.76646C16.9892 4.04613 16.9836 4.33229 16.9282 4.64044C16.8407 5.12838 16.7764 5.81331 16.7024 6.51327M16.9599 3.76646C17.4424 3.43352 18.4936 2.48046 18.8387 1.33179M16.9599 6.51327C18.0082 7.12661 20.1048 8.55961 20.1048 9.38492C20.1048 10.4166 21.2341 11.3202 22.3635 11.3202C23.2669 11.3202 24.9985 11.1953 25.7514 11.1329M11.8803 13.9924C11.8803 14.1425 11.8264 14.4817 11.9998 14.5802M11.9998 14.5802C12.0124 14.5873 12.0261 14.5932 12.0412 14.5976C12.1798 14.6385 12.2723 14.599 12.3364 14.5209M11.9998 14.5802C11.8637 14.5367 11.7897 14.4232 11.7897 14.247C11.7897 13.9876 11.8884 13.7119 12.1744 13.7119C12.3806 13.7119 12.556 13.7427 12.5038 13.9924C12.4722 14.1431 12.4455 14.3879 12.3364 14.5209M11.9998 14.5802C12.0414 14.5935 12.0888 14.6002 12.1417 14.6002C12.222 14.6002 12.2853 14.57 12.3364 14.5209M12.3364 14.5209C12.4769 14.3857 12.5247 14.1073 12.5792 13.9223C12.653 13.6719 12.6133 13.6127 12.4233 13.5145C12.2561 13.4282 11.9458 13.4621 11.8803 13.6652M13.962 11.234C13.9969 10.9638 14.1238 10.4922 14.2889 10.273C14.3529 10.188 14.8234 9.97251 14.9124 10.086C15.0505 10.2622 14.9482 10.4534 14.8318 10.626M14.8318 10.626C14.7655 10.7243 14.6946 10.8165 14.661 10.8964C14.6003 11.0406 14.6435 11.3006 14.5051 11.3925C14.4364 11.4381 14.0911 11.4597 14.2185 11.3042C14.3161 11.185 14.4495 11.1073 14.5453 10.9795C14.638 10.8558 14.6761 10.7459 14.8018 10.6496C14.812 10.6418 14.822 10.6339 14.8318 10.626ZM14.8318 10.626C15.0081 10.4836 15.1044 10.3487 15.0406 10.7224C15.0066 10.9217 14.8645 11.2808 14.6409 11.2808M25.1854 10.7198C25.1552 10.7732 25.1572 10.8199 25.1812 10.8623M25.1812 10.8623C25.2927 11.0582 25.8789 11.1598 25.9497 11.3977C26.1094 11.9338 25.305 11.4465 25.1854 11.3847C25.0838 11.3322 24.9935 11.2771 24.9641 11.1405C24.9166 10.9194 25.0282 10.8718 25.1812 10.8623ZM25.1812 10.8623C25.2099 10.8605 25.2401 10.86 25.2709 10.86C25.4463 10.86 25.9151 11.1521 26 11.3275M17.2204 6.27829C17.1635 6.25869 17.1086 6.23063 17.0557 6.19663M17.0557 6.19663C16.8707 6.07775 16.7102 5.88629 16.5743 5.73024C16.3646 5.48955 16.355 5.84403 16.3631 6.01595C16.384 6.45844 16.6699 6.71088 17.0495 6.78217C17.5152 6.86966 17.2775 6.45851 17.0897 6.23673C17.0785 6.2235 17.0671 6.21013 17.0557 6.19663ZM17.0557 6.19663C16.8723 5.98046 16.6612 5.73062 16.5416 5.48349M18.6686 2.07057C18.6629 2.07355 18.6566 2.07677 18.6497 2.08024M18.6497 2.08024C18.5304 2.14028 18.2414 2.27312 18.1057 2.44636M18.6497 2.08024C18.6463 2.09271 18.6425 2.1051 18.6384 2.11732C18.5999 2.23187 18.212 2.96841 18.0803 2.77185C18.0016 2.65439 18.0293 2.54396 18.1057 2.44636M18.6497 2.08024C18.6892 1.93374 18.672 1.77766 18.4851 1.78226C18.2762 1.7874 18.2295 1.94972 18.1808 2.12771C18.151 2.23672 18.1242 2.34086 18.1057 2.44636M18.1057 2.44636C18.0899 2.53696 18.0803 2.62855 18.0803 2.7251M14.7314 3.14587C14.7301 3.15892 14.7286 3.17311 14.7271 3.18827M14.7271 3.18827C14.7015 3.43551 14.6476 3.94066 14.9778 3.94066C15.2292 3.94066 15.2436 3.79723 15.194 3.56664C15.1613 3.41452 15.0807 3.14654 14.9124 3.09912C14.8313 3.07629 14.7663 3.12237 14.7271 3.18827ZM14.7271 3.18827C14.7008 3.2325 14.6861 3.28565 14.6861 3.33288M6.1328 10.86C5.95878 10.9456 5.863 11.1069 5.83016 11.268M5.83016 11.268C5.76607 11.5824 5.94172 11.8964 6.24343 11.647C6.4929 11.4408 6.55823 11.0402 6.65324 10.7457C6.72467 10.5244 6.62172 10.4745 6.40433 10.4964C6.21634 10.5153 6.00361 10.6108 5.94172 10.8133C5.92684 10.862 5.78278 11.2028 5.83016 11.268ZM5.83016 11.268C5.83411 11.2734 5.83939 11.2769 5.84618 11.2782C6.05612 11.3176 6.27909 11.0547 6.40182 10.9068C6.50607 10.7811 6.23634 11.0954 6.17806 11.1405M7.17368 13.5249C7.16485 13.759 7.3157 14.4985 7.72177 14.3587C7.96106 14.2763 8.03549 13.6654 7.89777 13.4678C7.58885 13.0245 7.04265 13.7377 7.44521 13.9457M4.0963 13.9457C4.08838 14.2401 3.98694 14.4089 4.19669 14.4505M4.19669 14.4505C4.23957 14.459 4.29547 14.4621 4.36783 14.46C4.8396 14.4458 4.58997 13.7491 4.54383 13.4392C4.509 13.2054 4.27268 13.5717 4.24212 13.6366C4.17339 13.7826 4.1724 13.9732 4.15161 14.1327C4.13814 14.2361 4.16931 14.3427 4.19669 14.4505ZM4.19669 14.4505C4.20145 14.4692 4.2061 14.488 4.21039 14.5068M4.21039 14.5068C4.22278 14.5613 4.23207 14.6159 4.23207 14.6703C4.23207 14.7664 4.16597 14.8755 4.05356 14.8755C3.92124 14.8755 4.05726 14.5182 4.21039 14.5068ZM4.21039 14.5068L4.21195 14.5067C4.2657 14.5035 4.55065 14.4735 4.5212 14.5587C4.48912 14.6515 4.36397 14.8041 4.27732 14.834M11.9708 4.31468C11.9486 4.34757 11.8774 4.43154 11.7979 4.53644M11.7979 4.53644C11.6164 4.77597 11.392 5.12467 11.6112 5.22376C11.7152 5.27073 11.8436 5.27843 11.9537 5.2444M11.7979 4.53644C11.8016 4.5026 11.8058 4.47157 11.8099 4.44455C11.8365 4.26914 11.929 3.82958 12.1216 3.75625C12.1708 3.73754 12.2058 3.80483 12.23 3.89055M11.7979 4.53644C11.7727 4.76642 11.7691 5.12647 11.9537 5.2444M11.9537 5.2444C12.0649 5.21 12.1574 5.13297 12.187 5.01078C12.2516 4.74374 12.3062 4.445 12.2775 4.16923C12.2747 4.14203 12.2613 4.00099 12.23 3.89055M11.9537 5.2444C12.0054 5.27744 12.0719 5.29147 12.1568 5.2783C12.5588 5.21601 12.6949 4.74646 12.6949 4.3978C12.6949 4.04296 12.4528 3.79294 12.23 3.89055M12.23 3.89055C12.1528 3.9244 12.0778 4.00007 12.016 4.12767M6.49485 15.8625C6.48565 16.0077 6.33509 16.6823 6.65575 16.6028C6.81065 16.5644 6.85689 16.4304 6.85689 16.2833C6.85689 16.0137 6.63061 15.9009 6.63061 15.6288M9.52697 6.88607C9.26608 7.03767 8.92915 7.19894 8.9839 7.56658C9.00902 7.73522 9.55828 7.69206 9.66274 7.66008C10.0941 7.52803 10.07 7.10192 10.07 6.73542C10.07 6.26959 8.92152 7.30684 9.66274 7.30684' stroke='%23FFFFFF' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Lumps under arms (swollen lymph nodes)"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M12.3364 1.33179C11.4736 1.76879 12.5526 4.14103 12.1828 4.82773C11.813 5.51443 9.90261 6.57569 8.91656 7.63696C7.93051 8.69823 6.32817 10.3213 5.65026 11.3202M5.65026 11.3202C5.10793 12.1192 4.5204 13.3595 4.29443 13.8797M5.65026 11.3202C5.65026 11.882 5.88444 13.0931 6.8212 13.4427C7.01375 13.5146 7.19964 13.5814 7.37585 13.6461M7.37585 13.6461C8.27117 13.9753 8.91656 14.2526 8.91656 14.8785M7.37585 13.6461C7.00608 13.9737 6.27887 14.8036 6.32817 15.5028C6.34259 15.7073 6.37726 15.8674 6.41243 16.0022M5.0956 17.9999C5.17777 17.9791 5.49002 17.7877 6.08165 17.1883C6.64814 16.6145 6.52758 16.4436 6.41243 16.0022M6.41243 16.0022C7.0828 16.4184 8.42353 17.3257 8.42353 17.6253M12.1828 14.1918C12.265 13.9421 12.5033 13.3553 12.7991 13.0057C13.169 12.5687 13.9085 12.0069 14.3399 11.1329C14.7713 10.2589 15.3875 9.82192 16.0038 9.38492C16.4012 9.10319 16.5679 7.78348 16.7024 6.51327M16.3802 1.75334C16.6401 2.51558 16.8924 3.1239 16.9599 3.76646M16.3802 1.75334C16.7772 1.28835 17.0806 0.997932 17.6062 0.70752M16.3802 1.75334C16.2652 1.88808 16.1423 2.03747 16.0038 2.20578C15.3875 2.95491 14.4015 3.20462 14.7096 3.76646C15.0178 4.32831 16.8369 5.38957 16.7024 6.51327M16.9599 3.76646C16.9892 4.04613 16.9836 4.33229 16.9282 4.64044C16.8407 5.12838 16.7764 5.81331 16.7024 6.51327M16.9599 3.76646C17.4424 3.43352 18.4936 2.48046 18.8387 1.33179M16.9599 6.51327C18.0082 7.12661 20.1048 8.55961 20.1048 9.38492C20.1048 10.4166 21.2341 11.3202 22.3635 11.3202C23.2669 11.3202 24.9985 11.1953 25.7514 11.1329M11.8803 13.9924C11.8803 14.1425 11.8264 14.4817 11.9998 14.5802M11.9998 14.5802C12.0124 14.5873 12.0261 14.5932 12.0412 14.5976C12.1798 14.6385 12.2723 14.599 12.3364 14.5209M11.9998 14.5802C11.8637 14.5367 11.7897 14.4232 11.7897 14.247C11.7897 13.9876 11.8884 13.7119 12.1744 13.7119C12.3806 13.7119 12.556 13.7427 12.5038 13.9924C12.4722 14.1431 12.4455 14.3879 12.3364 14.5209M11.9998 14.5802C12.0414 14.5935 12.0888 14.6002 12.1417 14.6002C12.222 14.6002 12.2853 14.57 12.3364 14.5209M12.3364 14.5209C12.4769 14.3857 12.5247 14.1073 12.5792 13.9223C12.653 13.6719 12.6133 13.6127 12.4233 13.5145C12.2561 13.4282 11.9458 13.4621 11.8803 13.6652M13.962 11.234C13.9969 10.9638 14.1238 10.4922 14.2889 10.273C14.3529 10.188 14.8234 9.97251 14.9124 10.086C15.0505 10.2622 14.9482 10.4534 14.8318 10.626M14.8318 10.626C14.7655 10.7243 14.6946 10.8165 14.661 10.8964C14.6003 11.0406 14.6435 11.3006 14.5051 11.3925C14.4364 11.4381 14.0911 11.4597 14.2185 11.3042C14.3161 11.185 14.4495 11.1073 14.5453 10.9795C14.638 10.8558 14.6761 10.7459 14.8018 10.6496C14.812 10.6418 14.822 10.6339 14.8318 10.626ZM14.8318 10.626C15.0081 10.4836 15.1044 10.3487 15.0406 10.7224C15.0066 10.9217 14.8645 11.2808 14.6409 11.2808M25.1854 10.7198C25.1552 10.7732 25.1572 10.8199 25.1812 10.8623M25.1812 10.8623C25.2927 11.0582 25.8789 11.1598 25.9497 11.3977C26.1094 11.9338 25.305 11.4465 25.1854 11.3847C25.0838 11.3322 24.9935 11.2771 24.9641 11.1405C24.9166 10.9194 25.0282 10.8718 25.1812 10.8623ZM25.1812 10.8623C25.2099 10.8605 25.2401 10.86 25.2709 10.86C25.4463 10.86 25.9151 11.1521 26 11.3275M17.2204 6.27829C17.1635 6.25869 17.1086 6.23063 17.0557 6.19663M17.0557 6.19663C16.8707 6.07775 16.7102 5.88629 16.5743 5.73024C16.3646 5.48955 16.355 5.84403 16.3631 6.01595C16.384 6.45844 16.6699 6.71088 17.0495 6.78217C17.5152 6.86966 17.2775 6.45851 17.0897 6.23673C17.0785 6.2235 17.0671 6.21013 17.0557 6.19663ZM17.0557 6.19663C16.8723 5.98046 16.6612 5.73062 16.5416 5.48349M18.6686 2.07057C18.6629 2.07355 18.6566 2.07677 18.6497 2.08024M18.6497 2.08024C18.5304 2.14028 18.2414 2.27312 18.1057 2.44636M18.6497 2.08024C18.6463 2.09271 18.6425 2.1051 18.6384 2.11732C18.5999 2.23187 18.212 2.96841 18.0803 2.77185C18.0016 2.65439 18.0293 2.54396 18.1057 2.44636M18.6497 2.08024C18.6892 1.93374 18.672 1.77766 18.4851 1.78226C18.2762 1.7874 18.2295 1.94972 18.1808 2.12771C18.151 2.23672 18.1242 2.34086 18.1057 2.44636M18.1057 2.44636C18.0899 2.53696 18.0803 2.62855 18.0803 2.7251M14.7314 3.14587C14.7301 3.15892 14.7286 3.17311 14.7271 3.18827M14.7271 3.18827C14.7015 3.43551 14.6476 3.94066 14.9778 3.94066C15.2292 3.94066 15.2436 3.79723 15.194 3.56664C15.1613 3.41452 15.0807 3.14654 14.9124 3.09912C14.8313 3.07629 14.7663 3.12237 14.7271 3.18827ZM14.7271 3.18827C14.7008 3.2325 14.6861 3.28565 14.6861 3.33288M6.1328 10.86C5.95878 10.9456 5.863 11.1069 5.83016 11.268M5.83016 11.268C5.76607 11.5824 5.94172 11.8964 6.24343 11.647C6.4929 11.4408 6.55823 11.0402 6.65324 10.7457C6.72467 10.5244 6.62172 10.4745 6.40433 10.4964C6.21634 10.5153 6.00361 10.6108 5.94172 10.8133C5.92684 10.862 5.78278 11.2028 5.83016 11.268ZM5.83016 11.268C5.83411 11.2734 5.83939 11.2769 5.84618 11.2782C6.05612 11.3176 6.27909 11.0547 6.40182 10.9068C6.50607 10.7811 6.23634 11.0954 6.17806 11.1405M7.17368 13.5249C7.16485 13.759 7.3157 14.4985 7.72177 14.3587C7.96106 14.2763 8.03549 13.6654 7.89777 13.4678C7.58885 13.0245 7.04265 13.7377 7.44521 13.9457M4.0963 13.9457C4.08838 14.2401 3.98694 14.4089 4.19669 14.4505M4.19669 14.4505C4.23957 14.459 4.29547 14.4621 4.36783 14.46C4.8396 14.4458 4.58997 13.7491 4.54383 13.4392C4.509 13.2054 4.27268 13.5717 4.24212 13.6366C4.17339 13.7826 4.1724 13.9732 4.15161 14.1327C4.13814 14.2361 4.16931 14.3427 4.19669 14.4505ZM4.19669 14.4505C4.20145 14.4692 4.2061 14.488 4.21039 14.5068M4.21039 14.5068C4.22278 14.5613 4.23207 14.6159 4.23207 14.6703C4.23207 14.7664 4.16597 14.8755 4.05356 14.8755C3.92124 14.8755 4.05726 14.5182 4.21039 14.5068ZM4.21039 14.5068L4.21195 14.5067C4.2657 14.5035 4.55065 14.4735 4.5212 14.5587C4.48912 14.6515 4.36397 14.8041 4.27732 14.834M11.9708 4.31468C11.9486 4.34757 11.8774 4.43154 11.7979 4.53644M11.7979 4.53644C11.6164 4.77597 11.392 5.12467 11.6112 5.22376C11.7152 5.27073 11.8436 5.27843 11.9537 5.2444M11.7979 4.53644C11.8016 4.5026 11.8058 4.47157 11.8099 4.44455C11.8365 4.26914 11.929 3.82958 12.1216 3.75625C12.1708 3.73754 12.2058 3.80483 12.23 3.89055M11.7979 4.53644C11.7727 4.76642 11.7691 5.12647 11.9537 5.2444M11.9537 5.2444C12.0649 5.21 12.1574 5.13297 12.187 5.01078C12.2516 4.74374 12.3062 4.445 12.2775 4.16923C12.2747 4.14203 12.2613 4.00099 12.23 3.89055M11.9537 5.2444C12.0054 5.27744 12.0719 5.29147 12.1568 5.2783C12.5588 5.21601 12.6949 4.74646 12.6949 4.3978C12.6949 4.04296 12.4528 3.79294 12.23 3.89055M12.23 3.89055C12.1528 3.9244 12.0778 4.00007 12.016 4.12767M6.49485 15.8625C6.48565 16.0077 6.33509 16.6823 6.65575 16.6028C6.81065 16.5644 6.85689 16.4304 6.85689 16.2833C6.85689 16.0137 6.63061 15.9009 6.63061 15.6288M9.52697 6.88607C9.26608 7.03767 8.92915 7.19894 8.9839 7.56658C9.00902 7.73522 9.55828 7.69206 9.66274 7.66008C10.0941 7.52803 10.07 7.10192 10.07 6.73542C10.07 6.26959 8.92152 7.30684 9.66274 7.30684' stroke='%23B62066' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Thickening of skin of the breast"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M24.5764 9.82805C24.0902 10.122 23.5409 10.3335 22.9589 10.4507C21.6555 10.72 20.3722 10.5067 19.1447 9.81705C17.4483 8.86385 15.8965 8.91576 14.8934 9.12704C14.2459 9.25864 13.6357 9.49698 13.0981 9.82832C13.044 9.86471 13.0093 9.9177 13.0016 9.97565C12.9939 10.0336 13.0138 10.0918 13.057 10.1373C13.1002 10.1829 13.1631 10.2121 13.2318 10.2186C13.3006 10.2251 13.3696 10.2083 13.4236 10.1719C13.9098 9.87799 14.4591 9.66652 15.0411 9.5493C16.3445 9.27977 17.6278 9.4932 18.8553 10.1829C19.9652 10.8066 21.0131 11.0001 21.8861 11C22.9694 10.9964 24.0241 10.7067 24.9019 10.1717C24.956 10.1353 24.9907 10.0823 24.9984 10.0243C25.0061 9.96638 24.9862 9.90823 24.943 9.86266C24.8998 9.8171 24.8369 9.78785 24.7682 9.78136C24.6994 9.77487 24.6304 9.79167 24.5764 9.82805Z' fill='black' stroke='%23B62066'/%3E%3Cpath d='M21.5764 6.82805C21.0902 7.12199 20.5409 7.33346 19.9589 7.45069C18.6555 7.72 17.3722 7.50673 16.1447 6.81705C14.4483 5.86385 12.8965 5.91576 11.8934 6.12704C11.2459 6.25864 10.6357 6.49698 10.0981 6.82832C10.044 6.86471 10.0093 6.9177 10.0016 6.97565C9.99392 7.0336 10.0138 7.09175 10.057 7.13732C10.1002 7.18289 10.1631 7.21213 10.2318 7.21862C10.3006 7.22511 10.3696 7.20832 10.4236 7.17193C10.9098 6.87799 11.4591 6.66652 12.0411 6.5493C13.3445 6.27977 14.6278 6.4932 15.8553 7.18293C16.9652 7.80664 18.0131 8.00005 18.8861 8C19.9694 7.99641 21.0241 7.70672 21.9019 7.17166C21.956 7.13527 21.9907 7.08228 21.9984 7.02433C22.0061 6.96638 21.9862 6.90823 21.943 6.86266C21.8998 6.8171 21.8369 6.78785 21.7682 6.78136C21.6994 6.77487 21.6304 6.79167 21.5764 6.82805Z' fill='black' stroke='%23B62066'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Thickening of skin of the breast"]::before,
#chatWindow #messages li.smrtBtn[value="Thickening of skin of the breast"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M24.5764 9.82805C24.0902 10.122 23.5409 10.3335 22.9589 10.4507C21.6555 10.72 20.3722 10.5067 19.1447 9.81705C17.4483 8.86385 15.8965 8.91576 14.8934 9.12704C14.2459 9.25864 13.6357 9.49698 13.0981 9.82832C13.044 9.86471 13.0093 9.9177 13.0016 9.97565C12.9939 10.0336 13.0138 10.0918 13.057 10.1373C13.1002 10.1829 13.1631 10.2121 13.2318 10.2186C13.3006 10.2251 13.3696 10.2083 13.4236 10.1719C13.9098 9.87799 14.4591 9.66652 15.0411 9.5493C16.3445 9.27977 17.6278 9.4932 18.8553 10.1829C19.9652 10.8066 21.0131 11.0001 21.8861 11C22.9694 10.9964 24.0241 10.7067 24.9019 10.1717C24.956 10.1353 24.9907 10.0823 24.9984 10.0243C25.0061 9.96638 24.9862 9.90823 24.943 9.86266C24.8998 9.8171 24.8369 9.78785 24.7682 9.78136C24.6994 9.77487 24.6304 9.79167 24.5764 9.82805Z' fill='black' stroke='%23FFFFFF'/%3E%3Cpath d='M21.5764 6.82805C21.0902 7.12199 20.5409 7.33346 19.9589 7.45069C18.6555 7.72 17.3722 7.50673 16.1447 6.81705C14.4483 5.86385 12.8965 5.91576 11.8934 6.12704C11.2459 6.25864 10.6357 6.49698 10.0981 6.82832C10.044 6.86471 10.0093 6.9177 10.0016 6.97565C9.99392 7.0336 10.0138 7.09175 10.057 7.13732C10.1002 7.18289 10.1631 7.21213 10.2318 7.21862C10.3006 7.22511 10.3696 7.20832 10.4236 7.17193C10.9098 6.87799 11.4591 6.66652 12.0411 6.5493C13.3445 6.27977 14.6278 6.4932 15.8553 7.18293C16.9652 7.80664 18.0131 8.00005 18.8861 8C19.9694 7.99641 21.0241 7.70672 21.9019 7.17166C21.956 7.13527 21.9907 7.08228 21.9984 7.02433C22.0061 6.96638 21.9862 6.90823 21.943 6.86266C21.8998 6.8171 21.8369 6.78785 21.7682 6.78136C21.6994 6.77487 21.6304 6.79167 21.5764 6.82805Z' fill='black' stroke='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Thickening of skin of the breast"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M24.5764 9.82805C24.0902 10.122 23.5409 10.3335 22.9589 10.4507C21.6555 10.72 20.3722 10.5067 19.1447 9.81705C17.4483 8.86385 15.8965 8.91576 14.8934 9.12704C14.2459 9.25864 13.6357 9.49698 13.0981 9.82832C13.044 9.86471 13.0093 9.9177 13.0016 9.97565C12.9939 10.0336 13.0138 10.0918 13.057 10.1373C13.1002 10.1829 13.1631 10.2121 13.2318 10.2186C13.3006 10.2251 13.3696 10.2083 13.4236 10.1719C13.9098 9.87799 14.4591 9.66652 15.0411 9.5493C16.3445 9.27977 17.6278 9.4932 18.8553 10.1829C19.9652 10.8066 21.0131 11.0001 21.8861 11C22.9694 10.9964 24.0241 10.7067 24.9019 10.1717C24.956 10.1353 24.9907 10.0823 24.9984 10.0243C25.0061 9.96638 24.9862 9.90823 24.943 9.86266C24.8998 9.8171 24.8369 9.78785 24.7682 9.78136C24.6994 9.77487 24.6304 9.79167 24.5764 9.82805Z' fill='black' stroke='%23B62066'/%3E%3Cpath d='M21.5764 6.82805C21.0902 7.12199 20.5409 7.33346 19.9589 7.45069C18.6555 7.72 17.3722 7.50673 16.1447 6.81705C14.4483 5.86385 12.8965 5.91576 11.8934 6.12704C11.2459 6.25864 10.6357 6.49698 10.0981 6.82832C10.044 6.86471 10.0093 6.9177 10.0016 6.97565C9.99392 7.0336 10.0138 7.09175 10.057 7.13732C10.1002 7.18289 10.1631 7.21213 10.2318 7.21862C10.3006 7.22511 10.3696 7.20832 10.4236 7.17193C10.9098 6.87799 11.4591 6.66652 12.0411 6.5493C13.3445 6.27977 14.6278 6.4932 15.8553 7.18293C16.9652 7.80664 18.0131 8.00005 18.8861 8C19.9694 7.99641 21.0241 7.70672 21.9019 7.17166C21.956 7.13527 21.9907 7.08228 21.9984 7.02433C22.0061 6.96638 21.9862 6.90823 21.943 6.86266C21.8998 6.8171 21.8369 6.78785 21.7682 6.78136C21.6994 6.77487 21.6304 6.79167 21.5764 6.82805Z' fill='black' stroke='%23B62066'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Tender breasts"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M15 27.5C15 27.7761 14.7761 28 14.5 28C14.2239 28 14 27.7761 14 27.5C14 27.2239 14.2239 27 14.5 27C14.7761 27 15 27.2239 15 27.5Z' fill='%23B62066'/%3E%3Cpath d='M17 26.5C17 26.7761 16.7761 27 16.5 27C16.2239 27 16 26.7761 16 26.5C16 26.2239 16.2239 26 16.5 26C16.7761 26 17 26.2239 17 26.5Z' fill='%23B62066'/%3E%3Cpath d='M17 28.5C17 28.7761 16.7761 29 16.5 29C16.2239 29 16 28.7761 16 28.5C16 28.2239 16.2239 28 16.5 28C16.7761 28 17 28.2239 17 28.5Z' fill='%23B62066'/%3E%3Cpath d='M17 24.5C17 24.7761 16.7761 25 16.5 25C16.2239 25 16 24.7761 16 24.5C16 24.2239 16.2239 24 16.5 24C16.7761 24 17 24.2239 17 24.5Z' fill='%23B62066'/%3E%3Cpath d='M13 24.5C13 24.7761 12.7761 25 12.5 25C12.2239 25 12 24.7761 12 24.5C12 24.2239 12.2239 24 12.5 24C12.7761 24 13 24.2239 13 24.5Z' fill='%23B62066'/%3E%3Cpath d='M21 24.5C21 24.7761 20.7761 25 20.5 25C20.2239 25 20 24.7761 20 24.5C20 24.2239 20.2239 24 20.5 24C20.7761 24 21 24.2239 21 24.5Z' fill='%23B62066'/%3E%3Cpath d='M23 25.5C23 25.7761 22.7761 26 22.5 26C22.2239 26 22 25.7761 22 25.5C22 25.2239 22.2239 25 22.5 25C22.7761 25 23 25.2239 23 25.5Z' fill='%23B62066'/%3E%3Cpath d='M23 22.5C23 22.7761 22.7761 23 22.5 23C22.2239 23 22 22.7761 22 22.5C22 22.2239 22.2239 22 22.5 22C22.7761 22 23 22.2239 23 22.5Z' fill='%23B62066'/%3E%3Cpath d='M20 27.5C20 27.7761 19.7761 28 19.5 28C19.2239 28 19 27.7761 19 27.5C19 27.2239 19.2239 27 19.5 27C19.7761 27 20 27.2239 20 27.5Z' fill='%23B62066'/%3E%3Cpath d='M12 26.5C12 26.7761 11.7761 27 11.5 27C11.2239 27 11 26.7761 11 26.5C11 26.2239 11.2239 26 11.5 26C11.7761 26 12 26.2239 12 26.5Z' fill='%23B62066'/%3E%3Cpath d='M9 23.5C9 23.7761 8.77614 24 8.5 24C8.22386 24 8 23.7761 8 23.5C8 23.2239 8.22386 23 8.5 23C8.77614 23 9 23.2239 9 23.5Z' fill='%23B62066'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Tender breasts"]::before,
#chatWindow #messages li.smrtBtn[value="Tender breasts"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M15 27.5C15 27.7761 14.7761 28 14.5 28C14.2239 28 14 27.7761 14 27.5C14 27.2239 14.2239 27 14.5 27C14.7761 27 15 27.2239 15 27.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M17 26.5C17 26.7761 16.7761 27 16.5 27C16.2239 27 16 26.7761 16 26.5C16 26.2239 16.2239 26 16.5 26C16.7761 26 17 26.2239 17 26.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M17 28.5C17 28.7761 16.7761 29 16.5 29C16.2239 29 16 28.7761 16 28.5C16 28.2239 16.2239 28 16.5 28C16.7761 28 17 28.2239 17 28.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M17 24.5C17 24.7761 16.7761 25 16.5 25C16.2239 25 16 24.7761 16 24.5C16 24.2239 16.2239 24 16.5 24C16.7761 24 17 24.2239 17 24.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M13 24.5C13 24.7761 12.7761 25 12.5 25C12.2239 25 12 24.7761 12 24.5C12 24.2239 12.2239 24 12.5 24C12.7761 24 13 24.2239 13 24.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M21 24.5C21 24.7761 20.7761 25 20.5 25C20.2239 25 20 24.7761 20 24.5C20 24.2239 20.2239 24 20.5 24C20.7761 24 21 24.2239 21 24.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M23 25.5C23 25.7761 22.7761 26 22.5 26C22.2239 26 22 25.7761 22 25.5C22 25.2239 22.2239 25 22.5 25C22.7761 25 23 25.2239 23 25.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M23 22.5C23 22.7761 22.7761 23 22.5 23C22.2239 23 22 22.7761 22 22.5C22 22.2239 22.2239 22 22.5 22C22.7761 22 23 22.2239 23 22.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M20 27.5C20 27.7761 19.7761 28 19.5 28C19.2239 28 19 27.7761 19 27.5C19 27.2239 19.2239 27 19.5 27C19.7761 27 20 27.2239 20 27.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M12 26.5C12 26.7761 11.7761 27 11.5 27C11.2239 27 11 26.7761 11 26.5C11 26.2239 11.2239 26 11.5 26C11.7761 26 12 26.2239 12 26.5Z' fill='%23FFFFFF'/%3E%3Cpath d='M9 23.5C9 23.7761 8.77614 24 8.5 24C8.22386 24 8 23.7761 8 23.5C8 23.2239 8.22386 23 8.5 23C8.77614 23 9 23.2239 9 23.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Tender breasts"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='1' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M18.5 20.3302C16.1085 21.7109 13.0505 20.8915 11.6698 18.5C10.2891 16.1086 11.1085 13.0506 13.5 11.6699C15.8914 10.2892 18.9494 11.1086 20.3301 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M15 27.5C15 27.7761 14.7761 28 14.5 28C14.2239 28 14 27.7761 14 27.5C14 27.2239 14.2239 27 14.5 27C14.7761 27 15 27.2239 15 27.5Z' fill='%23B62066'/%3E%3Cpath d='M17 26.5C17 26.7761 16.7761 27 16.5 27C16.2239 27 16 26.7761 16 26.5C16 26.2239 16.2239 26 16.5 26C16.7761 26 17 26.2239 17 26.5Z' fill='%23B62066'/%3E%3Cpath d='M17 28.5C17 28.7761 16.7761 29 16.5 29C16.2239 29 16 28.7761 16 28.5C16 28.2239 16.2239 28 16.5 28C16.7761 28 17 28.2239 17 28.5Z' fill='%23B62066'/%3E%3Cpath d='M17 24.5C17 24.7761 16.7761 25 16.5 25C16.2239 25 16 24.7761 16 24.5C16 24.2239 16.2239 24 16.5 24C16.7761 24 17 24.2239 17 24.5Z' fill='%23B62066'/%3E%3Cpath d='M13 24.5C13 24.7761 12.7761 25 12.5 25C12.2239 25 12 24.7761 12 24.5C12 24.2239 12.2239 24 12.5 24C12.7761 24 13 24.2239 13 24.5Z' fill='%23B62066'/%3E%3Cpath d='M21 24.5C21 24.7761 20.7761 25 20.5 25C20.2239 25 20 24.7761 20 24.5C20 24.2239 20.2239 24 20.5 24C20.7761 24 21 24.2239 21 24.5Z' fill='%23B62066'/%3E%3Cpath d='M23 25.5C23 25.7761 22.7761 26 22.5 26C22.2239 26 22 25.7761 22 25.5C22 25.2239 22.2239 25 22.5 25C22.7761 25 23 25.2239 23 25.5Z' fill='%23B62066'/%3E%3Cpath d='M23 22.5C23 22.7761 22.7761 23 22.5 23C22.2239 23 22 22.7761 22 22.5C22 22.2239 22.2239 22 22.5 22C22.7761 22 23 22.2239 23 22.5Z' fill='%23B62066'/%3E%3Cpath d='M20 27.5C20 27.7761 19.7761 28 19.5 28C19.2239 28 19 27.7761 19 27.5C19 27.2239 19.2239 27 19.5 27C19.7761 27 20 27.2239 20 27.5Z' fill='%23B62066'/%3E%3Cpath d='M12 26.5C12 26.7761 11.7761 27 11.5 27C11.2239 27 11 26.7761 11 26.5C11 26.2239 11.2239 26 11.5 26C11.7761 26 12 26.2239 12 26.5Z' fill='%23B62066'/%3E%3Cpath d='M9 23.5C9 23.7761 8.77614 24 8.5 24C8.22386 24 8 23.7761 8 23.5C8 23.2239 8.22386 23 8.5 23C8.77614 23 9 23.2239 9 23.5Z' fill='%23B62066'/%3E%3C/svg%3E%0A");
    }
}

/* icons/social services */
#chatWindow #messages li.smrtBtn[value="Food"],
#chatWindow #messages li.smrtBtn[value="Housing"],
#chatWindow #messages li.smrtBtn[value="Goods"],
#chatWindow #messages li.smrtBtn[value="Transit"],
#chatWindow #messages li.smrtBtn[value="Health"],
#chatWindow #messages li.smrtBtn[value="Money"],
#chatWindow #messages li.smrtBtn[value="Care"],
#chatWindow #messages li.smrtBtn[value="Education"],
#chatWindow #messages li.smrtBtn[value="Work"],
#chatWindow #messages li.smrtBtn[value="Legal"],
#chatWindow #messages li.smrtBtn[value="Translation and Interpretation"],
#chatWindow #messages li.smrtBtn[value="none of the above"] {
    padding-left: 48px;
    position: relative;
}
#chatWindow #messages li.smrtBtn[value="Food"]::before,
#chatWindow #messages li.smrtBtn[value="Housing"]::before,
#chatWindow #messages li.smrtBtn[value="Goods"]::before,
#chatWindow #messages li.smrtBtn[value="Transit"]::before,
#chatWindow #messages li.smrtBtn[value="Health"]::before,
#chatWindow #messages li.smrtBtn[value="Money"]::before,
#chatWindow #messages li.smrtBtn[value="Care"]::before,
#chatWindow #messages li.smrtBtn[value="Education"]::before,
#chatWindow #messages li.smrtBtn[value="Work"]::before,
#chatWindow #messages li.smrtBtn[value="Legal"]::before,
#chatWindow #messages li.smrtBtn[value="Translation and Interpretation"]::before,
#chatWindow #messages li.smrtBtn[value="none of the above"]::before {
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    left: 4px;
    border-radius: 50%;
    width: 32px;
}
#chatWindow #messages li.smrtBtn[value="Food"]::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32pt' height='32pt' version='1.2' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter id='alpha' x='0' y='0' width='1' height='1'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3C/filter%3E%3CclipPath id='clip1'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3Cg id='surface14101' clip-path='url(%23clip1)'%3E%3Cpath d='m6 6h20v20h-20z'/%3E%3C/g%3E%3Cmask id='mask0'%3E%3Cg filter='url(%23alpha)'%3E%3Cuse xlink:href='%23surface14101'/%3E%3C/g%3E%3C/mask%3E%3CclipPath id='clip3'%3E%3Cpath d='m12 6h5v6h-5z'/%3E%3C/clipPath%3E%3CclipPath id='clip4'%3E%3Cpath d='m14.172 8.9102c0.34766 0.64844 0.60938 1.3281 0.80859 2.0234 0.32031 0.058594 0.66016 0.097656 1.0195 0.097656 0.23047 0 0.45312-0.015625 0.66797-0.042969-0.59375-1.3945-1.3672-2.7578-2.5078-3.7461-0.21484-0.18359-0.54688-0.53906-0.85938-0.51172-0.43359 0.039062-0.40234 0.49609-0.1875 0.74219 0.40234 0.46094 0.76953 0.89062 1.0586 1.4375z'/%3E%3C/clipPath%3E%3CclipPath id='clip5'%3E%3Cpath d='m16 6h6v5h-6z'/%3E%3C/clipPath%3E%3CclipPath id='clip6'%3E%3Cpath d='m16.875 9.8633c0.77734 0.84375 1.6094 0.38281 2.3164-0.28906 0.87891-0.83203 2.0742-3.0273 1.8398-3.3203-0.23438-0.29297-3.1406-0.52734-4.1445 0.45703-1.7031 1.6641-0.011719 3.1523-0.011719 3.1523z'/%3E%3C/clipPath%3E%3CclipPath id='clip7'%3E%3Cpath d='m7 10h18v16h-18z'/%3E%3C/clipPath%3E%3CclipPath id='clip8'%3E%3Cpath d='m22.562 11.285c-0.52344-0.33984-1.0117-0.5-1.5312-0.5-0.62109 0-1.2344 0.22656-1.9375 0.48828-0.87109 0.32422-1.8594 0.69141-3.0938 0.69141s-2.2227-0.36719-3.0938-0.69141c-0.70703-0.26172-1.3164-0.48828-1.9414-0.48828-0.51562 0-1.0039 0.16016-1.5273 0.5-2.7188 1.7539-1.8984 5.4453-1.3008 8.1367l0.054687 0.25391c0.39062 1.7617 1.0508 3.3438 1.8594 4.4609 0.90234 1.2344 1.9297 1.8633 3.0547 1.8633 0.37891 0 0.77734-0.074219 1.1797-0.21484 0.19141-0.070312 0.33984-0.16406 0.5-0.26562 0.28125-0.17578 0.60156-0.37109 1.082-0.37109h0.26562c0.48047 0 0.80078 0.19531 1.082 0.37109 0.16016 0.10156 0.30859 0.19531 0.5 0.26562 0.40234 0.14062 0.80078 0.21484 1.1797 0.21484 1.125 0 2.1523-0.62891 3.0547-1.8633 0.80859-1.1172 1.4688-2.6992 1.8594-4.457l0.054687-0.25781c0.59766-2.6914 1.418-6.3828-1.3008-8.1367z'/%3E%3C/clipPath%3E%3CclipPath id='clip2'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3Cg id='surface14100' clip-path='url(%23clip2)'%3E%3Cg clip-path='url(%23clip3)'%3E%3Cg clip-path='url(%23clip4)' clip-rule='evenodd'%3E%3Cpath d='m14.172 8.9102-1.7617 0.94141v0.003907zm0.80859 2.0234-1.9219 0.55469 0.34375 1.1836 1.207 0.22656zm1.6875 0.054687 0.24609 1.9844 2.6289-0.32812-1.0352-2.4375zm-2.5078-3.7461 1.3125-1.5117-0.011718-0.007813-0.007813-0.007812zm-0.85938-0.51172 0.17578 1.9922zm-0.1875 0.74219-1.5078 1.3125zm-0.70312 2.3828c0.26953 0.5 0.47656 1.0391 0.64844 1.6328l3.8438-1.1094c-0.23047-0.80078-0.53906-1.6172-0.96875-2.4141zm2.1992 3.043c0.42969 0.082031 0.89062 0.13281 1.3906 0.13281v-4c-0.22266 0-0.43359-0.023438-0.64844-0.0625zm1.3906 0.13281c0.32422 0 0.62891-0.023438 0.91406-0.058594l-0.49609-3.9688c-0.14062 0.015625-0.27734 0.027344-0.41797 0.027344zm2.5078-2.8242c-0.64062-1.5117-1.5586-3.1953-3.0352-4.4766l-2.6211 3.0234c0.80469 0.69922 1.4297 1.7344 1.9727 3.0156zm-3.0547-4.4922c-0.03125-0.027344-0.03125-0.027344-0.14453-0.12891-0.082032-0.074219-0.21094-0.18359-0.35938-0.29297-0.21875-0.16016-0.89844-0.63672-1.8242-0.55469l0.35156 3.9844c-0.33203 0.027344-0.58203-0.050781-0.70312-0.10156-0.066407-0.027344-0.11328-0.054688-0.14063-0.070313-0.027343-0.015625-0.042968-0.027343-0.046874-0.03125 0 0 0.015624 0.011719 0.066406 0.058594 0.027344 0.023437 0.046875 0.042969 0.085937 0.078125 0.035157 0.027344 0.082031 0.070312 0.13281 0.11328zm-2.3281-0.97656c-0.46484 0.039063-1 0.21484-1.4453 0.64062-0.44531 0.42578-0.64063 0.94531-0.69922 1.3906-0.10156 0.80469 0.20703 1.5352 0.625 2.0156l3.0156-2.625c0.20312 0.23047 0.39062 0.60938 0.32812 1.1172-0.039063 0.29688-0.17578 0.67969-0.50781 0.99609-0.33984 0.32031-0.71484 0.42578-0.96484 0.44922zm-1.5195 4.0469c0.40625 0.46484 0.62891 0.74219 0.80469 1.0664l3.5273-1.8867c-0.41016-0.76562-0.91406-1.3477-1.3164-1.8047z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip5)'%3E%3Cg clip-path='url(%23clip6)' clip-rule='evenodd'%3E%3Cpath d='m16.875 9.8633 1.4688-1.3555-0.070312-0.078124-0.078126-0.066407zm2.3164-0.28906-1.375-1.4531v0.003906zm1.8398-3.3203 1.5586-1.25zm-4.1445 0.45703 1.3984 1.4297zm-1.4844 4.5078c0.37891 0.41016 0.85547 0.75781 1.4414 0.94922 0.59375 0.19531 1.1719 0.1875 1.6797 0.066406 0.92578-0.22266 1.6289-0.81641 2.043-1.207l-2.75-2.9023c-0.125 0.11719-0.21484 0.1875-0.27344 0.22656-0.0625 0.039063-0.042969 0.011719 0.050781-0.007812 0.11719-0.027344 0.29688-0.039062 0.49219 0.023438 0.1875 0.0625 0.26953 0.15234 0.25781 0.14062zm5.1602-0.1875c0.66406-0.625 1.3008-1.5938 1.7188-2.3555 0.21875-0.39453 0.42578-0.82812 0.57031-1.2227 0.066407-0.19141 0.14844-0.45312 0.1875-0.74219 0.019532-0.14453 0.035157-0.36719 0.003907-0.62109-0.027344-0.24609-0.12109-0.67578-0.45312-1.0859l-3.1172 2.5039c-0.30469-0.375-0.37891-0.75391-0.39844-0.93359-0.023438-0.19141-0.007813-0.33594 0-0.39062 0.011719-0.10938 0.03125-0.14453 0.007812-0.074219-0.042969 0.12109-0.14453 0.34766-0.30469 0.64062-0.15625 0.28125-0.33984 0.57812-0.52734 0.83984-0.19531 0.27344-0.34766 0.44922-0.43359 0.53125zm2.0273-6.0273c-0.27344-0.34375-0.58984-0.51562-0.72656-0.58594-0.16406-0.085938-0.32031-0.14062-0.4375-0.17578-0.23828-0.074219-0.48438-0.125-0.70703-0.15625-0.44922-0.066407-0.98438-0.097657-1.5352-0.082032-0.54688 0.019532-1.1719 0.085938-1.7773 0.24609-0.57422 0.15625-1.3203 0.44531-1.918 1.0312l2.7969 2.8594c-0.097656 0.09375-0.10156 0.042969 0.15625-0.027344 0.22656-0.058593 0.53125-0.10156 0.86719-0.10938 0.33203-0.011718 0.62891 0.007813 0.82031 0.039063 0.10156 0.015625 0.12891 0.023437 0.10156 0.015625-0.015625-0.003906-0.085938-0.027344-0.18359-0.078125-0.050781-0.023438-0.12891-0.066407-0.21875-0.13281-0.085937-0.0625-0.22266-0.17188-0.35547-0.33984zm-7.1016 0.27734c-0.66016 0.64453-1.1016 1.3828-1.2773 2.2031-0.17578 0.80859-0.054688 1.5391 0.14844 2.1055 0.20312 0.55469 0.49219 0.98438 0.71094 1.2617 0.11719 0.14063 0.21875 0.25781 0.30469 0.33984 0.039062 0.042969 0.078125 0.078125 0.10547 0.10938 0.015625 0.011719 0.03125 0.023438 0.042969 0.035157 0.003906 0.007812 0.007812 0.011718 0.015624 0.015624 0 0.003907 0.003907 0.003907 0.007813 0.007813l0.003906 0.003906 1.3242-1.5c1.3203-1.5 1.3203-1.5 1.3242-1.5v0.003907h0.003906c0 0.003906 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.007813 0.007812 0.011719 0.011718 0.003906 0.003907 0.007812 0.007813 0.011719 0.011719 0.003906 0.003907 0.007812 0.007813 0.007812 0.003907-0.003906-0.003907-0.019531-0.015626-0.035156-0.039063-0.042969-0.054687-0.070313-0.10156-0.078125-0.12891-0.007812-0.011719 0.011719 0.035156-0.003906 0.097656-0.015625 0.070313-0.03125 0 0.16406-0.1875z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip7)'%3E%3Cg clip-path='url(%23clip8)' clip-rule='evenodd'%3E%3Cpath d='m22.562 11.285 1.0859-1.6797zm-3.4688-0.011718 0.69531 1.875zm-6.1875 0 0.69531-1.875zm-3.4688 0.011718-1.0859-1.6797zm-1.3008 8.1367 1.9531-0.43359zm0.054687 0.25391 1.9531-0.42969zm1.8594 4.4609 1.6172-1.1758v-0.003907zm4.2344 1.6484 0.67188 1.8828zm0.5-0.26562 1.0625 1.6953zm2.4297 0-1.0625 1.6953zm0.5 0.26562-0.67188 1.8828zm1.1797 0.21484v-2zm3.0547-1.8633-1.6172-1.1758zm1.8594-4.457-1.9531-0.43359zm0.054687-0.25781-1.9531-0.43359zm-0.21484-9.8164c-0.78125-0.50781-1.6406-0.82031-2.6172-0.82031v4c0.0625 0 0.17969 0.003906 0.44531 0.17969zm-2.6172-0.82031c-1.0508 0-2.0117 0.38281-2.6328 0.61328l1.3906 3.75c0.78906-0.29297 1.0469-0.36328 1.2422-0.36328zm-2.6328 0.61328c-0.88281 0.32812-1.5625 0.56641-2.3984 0.56641v4c1.6328 0 2.9258-0.49609 3.7891-0.81641zm-2.3984 0.56641c-0.83594 0-1.5156-0.23828-2.3984-0.56641l-1.3906 3.75c0.86328 0.32031 2.1562 0.81641 3.7891 0.81641zm-2.3984-0.56641c-0.62109-0.23047-1.582-0.61328-2.6367-0.61328v4c0.19922 0 0.45703 0.070313 1.2461 0.36328zm-2.6367-0.61328c-0.97266 0-1.832 0.3125-2.6133 0.82031l2.1719 3.3594c0.26562-0.17578 0.38281-0.17969 0.44141-0.17969zm-2.6133 0.82031c-2.0977 1.3516-2.7305 3.4531-2.8086 5.3164-0.070313 1.7852 0.35547 3.6406 0.64062 4.9336l3.9062-0.86719c-0.3125-1.3984-0.59766-2.7344-0.54688-3.9062 0.042969-1.0938 0.35938-1.7188 0.98047-2.1172zm-2.168 10.25 0.058594 0.25391 3.9023-0.86328-0.054687-0.25781zm0.054687 0.25391c0.43359 1.9492 1.1836 3.8086 2.1953 5.2031l3.2344-2.3555c-0.60547-0.83203-1.1758-2.1406-1.5234-3.7109zm2.1953 5.2031c1.1328 1.5547 2.6914 2.6875 4.6719 2.6875v-4c-0.27344 0-0.76562-0.12109-1.4375-1.0391zm4.6719 2.6875c0.63672 0 1.2578-0.12109 1.8516-0.33203l-1.3438-3.7695c-0.21484 0.078124-0.38281 0.10156-0.50781 0.10156zm1.8516-0.33203c0.42188-0.15234 0.74609-0.36328 0.89062-0.45312l-2.1211-3.3906c-0.042968 0.027343-0.070312 0.046875-0.09375 0.058593-0.023437 0.015626-0.039062 0.023438-0.046874 0.027344-0.011719 0.007813 0 0 0.027343-0.011718zm0.89062-0.45312c0.035156-0.023438 0.0625-0.039063 0.085938-0.054688 0.027344-0.011718 0.042968-0.023437 0.054687-0.03125 0.027344-0.015625 0.03125-0.015625 0.023438-0.011718-0.011719 0.003906-0.035157 0.015624-0.066407 0.019531-0.03125 0.007812-0.058593 0.011719-0.078124 0.011719v-4c-1.1016 0-1.8516 0.49609-2.1406 0.67969zm0.019532-0.066406h0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906v-4h-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906zm0.26562 0c-0.019531 0-0.046874-0.003907-0.078124-0.011719-0.03125-0.003907-0.054688-0.015625-0.066407-0.019531-0.007812-0.003907-0.003906-0.003907 0.023438 0.011718 0.011719 0.007813 0.027343 0.019532 0.050781 0.03125 0.027344 0.015625 0.050781 0.03125 0.089844 0.054688l2.1211-3.3867c-0.28906-0.18359-1.0391-0.67969-2.1406-0.67969zm0.019532 0.066406c0.14453 0.089844 0.46875 0.30078 0.89062 0.45312l1.3438-3.7695c0.027343 0.011718 0.039062 0.019531 0.027343 0.011718-0.007812-0.003906-0.023437-0.011718-0.046874-0.027344-0.023438-0.011718-0.050782-0.03125-0.09375-0.058593zm0.89062 0.45312c0.59375 0.21094 1.2148 0.33203 1.8516 0.33203v-4c-0.125 0-0.29297-0.023438-0.50781-0.10156zm1.8516 0.33203v-4zm0 0c1.9805 0 3.5391-1.1328 4.6719-2.6875l-3.2344-2.3516c-0.67188 0.91797-1.1641 1.0391-1.4375 1.0391zm4.6719-2.6875c1.0117-1.3945 1.7617-3.2539 2.1914-5.2031l-3.9023-0.86328c-0.34766 1.5703-0.91797 2.8789-1.5234 3.7148zm2.1914-5.2031 0.058594-0.25391-3.9062-0.86719-0.054687 0.25781zm0.058594-0.25391c0.28516-1.293 0.71094-3.1484 0.64062-4.9336-0.078125-1.8633-0.71094-3.9648-2.8086-5.3164l-2.1719 3.3594c0.62109 0.39844 0.9375 1.0234 0.98047 2.1172 0.050781 1.1719-0.23438 2.5078-0.54688 3.9062z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/defs%3E%3Cpath d='m0 16c0-8.8359 7.1641-16 16-16s16 7.1641 16 16-7.1641 16-16 16-16-7.1641-16-16z' fill='%23b51f65'/%3E%3Cuse mask='url(%23mask0)' xlink:href='%23surface14100'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Food"]::before,
#chatWindow #messages li[value="Food"]:hover::before{    
    
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Food"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32pt' height='32pt' version='1.2' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter id='alpha' x='0' y='0' width='1' height='1'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3C/filter%3E%3CclipPath id='clip1'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3Cg id='surface14101' clip-path='url(%23clip1)'%3E%3Cpath d='m6 6h20v20h-20z'/%3E%3C/g%3E%3Cmask id='mask0'%3E%3Cg filter='url(%23alpha)'%3E%3Cuse xlink:href='%23surface14101'/%3E%3C/g%3E%3C/mask%3E%3CclipPath id='clip3'%3E%3Cpath d='m12 6h5v6h-5z'/%3E%3C/clipPath%3E%3CclipPath id='clip4'%3E%3Cpath d='m14.172 8.9102c0.34766 0.64844 0.60938 1.3281 0.80859 2.0234 0.32031 0.058594 0.66016 0.097656 1.0195 0.097656 0.23047 0 0.45312-0.015625 0.66797-0.042969-0.59375-1.3945-1.3672-2.7578-2.5078-3.7461-0.21484-0.18359-0.54688-0.53906-0.85938-0.51172-0.43359 0.039062-0.40234 0.49609-0.1875 0.74219 0.40234 0.46094 0.76953 0.89062 1.0586 1.4375z'/%3E%3C/clipPath%3E%3CclipPath id='clip5'%3E%3Cpath d='m16 6h6v5h-6z'/%3E%3C/clipPath%3E%3CclipPath id='clip6'%3E%3Cpath d='m16.875 9.8633c0.77734 0.84375 1.6094 0.38281 2.3164-0.28906 0.87891-0.83203 2.0742-3.0273 1.8398-3.3203-0.23438-0.29297-3.1406-0.52734-4.1445 0.45703-1.7031 1.6641-0.011719 3.1523-0.011719 3.1523z'/%3E%3C/clipPath%3E%3CclipPath id='clip7'%3E%3Cpath d='m7 10h18v16h-18z'/%3E%3C/clipPath%3E%3CclipPath id='clip8'%3E%3Cpath d='m22.562 11.285c-0.52344-0.33984-1.0117-0.5-1.5312-0.5-0.62109 0-1.2344 0.22656-1.9375 0.48828-0.87109 0.32422-1.8594 0.69141-3.0938 0.69141s-2.2227-0.36719-3.0938-0.69141c-0.70703-0.26172-1.3164-0.48828-1.9414-0.48828-0.51562 0-1.0039 0.16016-1.5273 0.5-2.7188 1.7539-1.8984 5.4453-1.3008 8.1367l0.054687 0.25391c0.39062 1.7617 1.0508 3.3438 1.8594 4.4609 0.90234 1.2344 1.9297 1.8633 3.0547 1.8633 0.37891 0 0.77734-0.074219 1.1797-0.21484 0.19141-0.070312 0.33984-0.16406 0.5-0.26562 0.28125-0.17578 0.60156-0.37109 1.082-0.37109h0.26562c0.48047 0 0.80078 0.19531 1.082 0.37109 0.16016 0.10156 0.30859 0.19531 0.5 0.26562 0.40234 0.14062 0.80078 0.21484 1.1797 0.21484 1.125 0 2.1523-0.62891 3.0547-1.8633 0.80859-1.1172 1.4688-2.6992 1.8594-4.457l0.054687-0.25781c0.59766-2.6914 1.418-6.3828-1.3008-8.1367z'/%3E%3C/clipPath%3E%3CclipPath id='clip2'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3Cg id='surface14100' clip-path='url(%23clip2)'%3E%3Cg clip-path='url(%23clip3)'%3E%3Cg clip-path='url(%23clip4)' clip-rule='evenodd'%3E%3Cpath d='m14.172 8.9102-1.7617 0.94141v0.003907zm0.80859 2.0234-1.9219 0.55469 0.34375 1.1836 1.207 0.22656zm1.6875 0.054687 0.24609 1.9844 2.6289-0.32812-1.0352-2.4375zm-2.5078-3.7461 1.3125-1.5117-0.011718-0.007813-0.007813-0.007812zm-0.85938-0.51172 0.17578 1.9922zm-0.1875 0.74219-1.5078 1.3125zm-0.70312 2.3828c0.26953 0.5 0.47656 1.0391 0.64844 1.6328l3.8438-1.1094c-0.23047-0.80078-0.53906-1.6172-0.96875-2.4141zm2.1992 3.043c0.42969 0.082031 0.89062 0.13281 1.3906 0.13281v-4c-0.22266 0-0.43359-0.023438-0.64844-0.0625zm1.3906 0.13281c0.32422 0 0.62891-0.023438 0.91406-0.058594l-0.49609-3.9688c-0.14062 0.015625-0.27734 0.027344-0.41797 0.027344zm2.5078-2.8242c-0.64062-1.5117-1.5586-3.1953-3.0352-4.4766l-2.6211 3.0234c0.80469 0.69922 1.4297 1.7344 1.9727 3.0156zm-3.0547-4.4922c-0.03125-0.027344-0.03125-0.027344-0.14453-0.12891-0.082032-0.074219-0.21094-0.18359-0.35938-0.29297-0.21875-0.16016-0.89844-0.63672-1.8242-0.55469l0.35156 3.9844c-0.33203 0.027344-0.58203-0.050781-0.70312-0.10156-0.066407-0.027344-0.11328-0.054688-0.14063-0.070313-0.027343-0.015625-0.042968-0.027343-0.046874-0.03125 0 0 0.015624 0.011719 0.066406 0.058594 0.027344 0.023437 0.046875 0.042969 0.085937 0.078125 0.035157 0.027344 0.082031 0.070312 0.13281 0.11328zm-2.3281-0.97656c-0.46484 0.039063-1 0.21484-1.4453 0.64062-0.44531 0.42578-0.64063 0.94531-0.69922 1.3906-0.10156 0.80469 0.20703 1.5352 0.625 2.0156l3.0156-2.625c0.20312 0.23047 0.39062 0.60938 0.32812 1.1172-0.039063 0.29688-0.17578 0.67969-0.50781 0.99609-0.33984 0.32031-0.71484 0.42578-0.96484 0.44922zm-1.5195 4.0469c0.40625 0.46484 0.62891 0.74219 0.80469 1.0664l3.5273-1.8867c-0.41016-0.76562-0.91406-1.3477-1.3164-1.8047z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip5)'%3E%3Cg clip-path='url(%23clip6)' clip-rule='evenodd'%3E%3Cpath d='m16.875 9.8633 1.4688-1.3555-0.070312-0.078124-0.078126-0.066407zm2.3164-0.28906-1.375-1.4531v0.003906zm1.8398-3.3203 1.5586-1.25zm-4.1445 0.45703 1.3984 1.4297zm-1.4844 4.5078c0.37891 0.41016 0.85547 0.75781 1.4414 0.94922 0.59375 0.19531 1.1719 0.1875 1.6797 0.066406 0.92578-0.22266 1.6289-0.81641 2.043-1.207l-2.75-2.9023c-0.125 0.11719-0.21484 0.1875-0.27344 0.22656-0.0625 0.039063-0.042969 0.011719 0.050781-0.007812 0.11719-0.027344 0.29688-0.039062 0.49219 0.023438 0.1875 0.0625 0.26953 0.15234 0.25781 0.14062zm5.1602-0.1875c0.66406-0.625 1.3008-1.5938 1.7188-2.3555 0.21875-0.39453 0.42578-0.82812 0.57031-1.2227 0.066407-0.19141 0.14844-0.45312 0.1875-0.74219 0.019532-0.14453 0.035157-0.36719 0.003907-0.62109-0.027344-0.24609-0.12109-0.67578-0.45312-1.0859l-3.1172 2.5039c-0.30469-0.375-0.37891-0.75391-0.39844-0.93359-0.023438-0.19141-0.007813-0.33594 0-0.39062 0.011719-0.10938 0.03125-0.14453 0.007812-0.074219-0.042969 0.12109-0.14453 0.34766-0.30469 0.64062-0.15625 0.28125-0.33984 0.57812-0.52734 0.83984-0.19531 0.27344-0.34766 0.44922-0.43359 0.53125zm2.0273-6.0273c-0.27344-0.34375-0.58984-0.51562-0.72656-0.58594-0.16406-0.085938-0.32031-0.14062-0.4375-0.17578-0.23828-0.074219-0.48438-0.125-0.70703-0.15625-0.44922-0.066407-0.98438-0.097657-1.5352-0.082032-0.54688 0.019532-1.1719 0.085938-1.7773 0.24609-0.57422 0.15625-1.3203 0.44531-1.918 1.0312l2.7969 2.8594c-0.097656 0.09375-0.10156 0.042969 0.15625-0.027344 0.22656-0.058593 0.53125-0.10156 0.86719-0.10938 0.33203-0.011718 0.62891 0.007813 0.82031 0.039063 0.10156 0.015625 0.12891 0.023437 0.10156 0.015625-0.015625-0.003906-0.085938-0.027344-0.18359-0.078125-0.050781-0.023438-0.12891-0.066407-0.21875-0.13281-0.085937-0.0625-0.22266-0.17188-0.35547-0.33984zm-7.1016 0.27734c-0.66016 0.64453-1.1016 1.3828-1.2773 2.2031-0.17578 0.80859-0.054688 1.5391 0.14844 2.1055 0.20312 0.55469 0.49219 0.98438 0.71094 1.2617 0.11719 0.14063 0.21875 0.25781 0.30469 0.33984 0.039062 0.042969 0.078125 0.078125 0.10547 0.10938 0.015625 0.011719 0.03125 0.023438 0.042969 0.035157 0.003906 0.007812 0.007812 0.011718 0.015624 0.015624 0 0.003907 0.003907 0.003907 0.007813 0.007813l0.003906 0.003906 1.3242-1.5c1.3203-1.5 1.3203-1.5 1.3242-1.5v0.003907h0.003906c0 0.003906 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.007813 0.007812 0.011719 0.011718 0.003906 0.003907 0.007812 0.007813 0.011719 0.011719 0.003906 0.003907 0.007812 0.007813 0.007812 0.003907-0.003906-0.003907-0.019531-0.015626-0.035156-0.039063-0.042969-0.054687-0.070313-0.10156-0.078125-0.12891-0.007812-0.011719 0.011719 0.035156-0.003906 0.097656-0.015625 0.070313-0.03125 0 0.16406-0.1875z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip7)'%3E%3Cg clip-path='url(%23clip8)' clip-rule='evenodd'%3E%3Cpath d='m22.562 11.285 1.0859-1.6797zm-3.4688-0.011718 0.69531 1.875zm-6.1875 0 0.69531-1.875zm-3.4688 0.011718-1.0859-1.6797zm-1.3008 8.1367 1.9531-0.43359zm0.054687 0.25391 1.9531-0.42969zm1.8594 4.4609 1.6172-1.1758v-0.003907zm4.2344 1.6484 0.67188 1.8828zm0.5-0.26562 1.0625 1.6953zm2.4297 0-1.0625 1.6953zm0.5 0.26562-0.67188 1.8828zm1.1797 0.21484v-2zm3.0547-1.8633-1.6172-1.1758zm1.8594-4.457-1.9531-0.43359zm0.054687-0.25781-1.9531-0.43359zm-0.21484-9.8164c-0.78125-0.50781-1.6406-0.82031-2.6172-0.82031v4c0.0625 0 0.17969 0.003906 0.44531 0.17969zm-2.6172-0.82031c-1.0508 0-2.0117 0.38281-2.6328 0.61328l1.3906 3.75c0.78906-0.29297 1.0469-0.36328 1.2422-0.36328zm-2.6328 0.61328c-0.88281 0.32812-1.5625 0.56641-2.3984 0.56641v4c1.6328 0 2.9258-0.49609 3.7891-0.81641zm-2.3984 0.56641c-0.83594 0-1.5156-0.23828-2.3984-0.56641l-1.3906 3.75c0.86328 0.32031 2.1562 0.81641 3.7891 0.81641zm-2.3984-0.56641c-0.62109-0.23047-1.582-0.61328-2.6367-0.61328v4c0.19922 0 0.45703 0.070313 1.2461 0.36328zm-2.6367-0.61328c-0.97266 0-1.832 0.3125-2.6133 0.82031l2.1719 3.3594c0.26562-0.17578 0.38281-0.17969 0.44141-0.17969zm-2.6133 0.82031c-2.0977 1.3516-2.7305 3.4531-2.8086 5.3164-0.070313 1.7852 0.35547 3.6406 0.64062 4.9336l3.9062-0.86719c-0.3125-1.3984-0.59766-2.7344-0.54688-3.9062 0.042969-1.0938 0.35938-1.7188 0.98047-2.1172zm-2.168 10.25 0.058594 0.25391 3.9023-0.86328-0.054687-0.25781zm0.054687 0.25391c0.43359 1.9492 1.1836 3.8086 2.1953 5.2031l3.2344-2.3555c-0.60547-0.83203-1.1758-2.1406-1.5234-3.7109zm2.1953 5.2031c1.1328 1.5547 2.6914 2.6875 4.6719 2.6875v-4c-0.27344 0-0.76562-0.12109-1.4375-1.0391zm4.6719 2.6875c0.63672 0 1.2578-0.12109 1.8516-0.33203l-1.3438-3.7695c-0.21484 0.078124-0.38281 0.10156-0.50781 0.10156zm1.8516-0.33203c0.42188-0.15234 0.74609-0.36328 0.89062-0.45312l-2.1211-3.3906c-0.042968 0.027343-0.070312 0.046875-0.09375 0.058593-0.023437 0.015626-0.039062 0.023438-0.046874 0.027344-0.011719 0.007813 0 0 0.027343-0.011718zm0.89062-0.45312c0.035156-0.023438 0.0625-0.039063 0.085938-0.054688 0.027344-0.011718 0.042968-0.023437 0.054687-0.03125 0.027344-0.015625 0.03125-0.015625 0.023438-0.011718-0.011719 0.003906-0.035157 0.015624-0.066407 0.019531-0.03125 0.007812-0.058593 0.011719-0.078124 0.011719v-4c-1.1016 0-1.8516 0.49609-2.1406 0.67969zm0.019532-0.066406h0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906 0.003907 0.003906 0.003906 0.003907 0.003906 0.003906 0.003906 0.003906v-4h-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906-0.003907-0.003906-0.003906-0.003907-0.003906-0.003906-0.003906-0.003906zm0.26562 0c-0.019531 0-0.046874-0.003907-0.078124-0.011719-0.03125-0.003907-0.054688-0.015625-0.066407-0.019531-0.007812-0.003907-0.003906-0.003907 0.023438 0.011718 0.011719 0.007813 0.027343 0.019532 0.050781 0.03125 0.027344 0.015625 0.050781 0.03125 0.089844 0.054688l2.1211-3.3867c-0.28906-0.18359-1.0391-0.67969-2.1406-0.67969zm0.019532 0.066406c0.14453 0.089844 0.46875 0.30078 0.89062 0.45312l1.3438-3.7695c0.027343 0.011718 0.039062 0.019531 0.027343 0.011718-0.007812-0.003906-0.023437-0.011718-0.046874-0.027344-0.023438-0.011718-0.050782-0.03125-0.09375-0.058593zm0.89062 0.45312c0.59375 0.21094 1.2148 0.33203 1.8516 0.33203v-4c-0.125 0-0.29297-0.023438-0.50781-0.10156zm1.8516 0.33203v-4zm0 0c1.9805 0 3.5391-1.1328 4.6719-2.6875l-3.2344-2.3516c-0.67188 0.91797-1.1641 1.0391-1.4375 1.0391zm4.6719-2.6875c1.0117-1.3945 1.7617-3.2539 2.1914-5.2031l-3.9023-0.86328c-0.34766 1.5703-0.91797 2.8789-1.5234 3.7148zm2.1914-5.2031 0.058594-0.25391-3.9062-0.86719-0.054687 0.25781zm0.058594-0.25391c0.28516-1.293 0.71094-3.1484 0.64062-4.9336-0.078125-1.8633-0.71094-3.9648-2.8086-5.3164l-2.1719 3.3594c0.62109 0.39844 0.9375 1.0234 0.98047 2.1172 0.050781 1.1719-0.23438 2.5078-0.54688 3.9062z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/defs%3E%3Cpath d='m0 16c0-8.8359 7.1641-16 16-16s16 7.1641 16 16-7.1641 16-16 16-16-7.1641-16-16z' fill='%23b51f65'/%3E%3Cuse mask='url(%23mask0)' xlink:href='%23surface14100'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Housing"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2106)'%3E%3Cpath d='M25.7337 16.872L21.1515 12.2901V8.42427C21.1515 7.9222 20.7445 7.51517 20.2425 7.51517C19.7404 7.51517 19.3334 7.9222 19.3334 8.42427V10.4721L16.6425 7.78136C16.2875 7.42639 15.7118 7.42639 15.3569 7.78142L6.26627 16.872C5.91124 17.227 5.91124 17.8026 6.26627 18.1577C6.44379 18.3352 6.67639 18.424 6.90906 18.424C7.14173 18.424 7.37439 18.3352 7.55185 18.1577L9.03033 16.6792V23.5758C9.03033 24.0778 9.43736 24.4849 9.93942 24.4849H14.1818H17.8182H22.0606C22.5627 24.4849 22.9697 24.0778 22.9697 23.5758V16.6794L24.4482 18.1577C24.8031 18.5127 25.3788 18.5126 25.7338 18.1577C26.0888 17.8026 26.0888 17.227 25.7337 16.872ZM15.0909 22.6667V19.0303H16.9091V22.6667H15.0909ZM21.1515 22.6667H18.7273V18.1212C18.7273 17.6192 18.3203 17.2121 17.8182 17.2121H14.1818C13.6798 17.2121 13.2728 17.6192 13.2728 18.1212V22.6667H10.8485V14.8611L15.9997 9.7099L21.1515 14.8614V22.6667Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2106'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Housing"]::before,
#chatWindow #messages li.smrtBtn[value="Housing"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cg clip-path='url(%23clip0_340_2106)'%3E%3Cpath d='M25.7337 16.872L21.1515 12.2901V8.42427C21.1515 7.9222 20.7445 7.51517 20.2425 7.51517C19.7404 7.51517 19.3334 7.9222 19.3334 8.42427V10.4721L16.6425 7.78136C16.2875 7.42639 15.7118 7.42639 15.3569 7.78142L6.26627 16.872C5.91124 17.227 5.91124 17.8026 6.26627 18.1577C6.44379 18.3352 6.67639 18.424 6.90906 18.424C7.14173 18.424 7.37439 18.3352 7.55185 18.1577L9.03033 16.6792V23.5758C9.03033 24.0778 9.43736 24.4849 9.93942 24.4849H14.1818H17.8182H22.0606C22.5627 24.4849 22.9697 24.0778 22.9697 23.5758V16.6794L24.4482 18.1577C24.8031 18.5127 25.3788 18.5126 25.7338 18.1577C26.0888 17.8026 26.0888 17.227 25.7337 16.872ZM15.0909 22.6667V19.0303H16.9091V22.6667H15.0909ZM21.1515 22.6667H18.7273V18.1212C18.7273 17.6192 18.3203 17.2121 17.8182 17.2121H14.1818C13.6798 17.2121 13.2728 17.6192 13.2728 18.1212V22.6667H10.8485V14.8611L15.9997 9.7099L21.1515 14.8614V22.6667Z' fill='%23B62066'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2106'%3E%3Crect width='20' height='20' fill='%23B62066' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Housing"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2106)'%3E%3Cpath d='M25.7337 16.872L21.1515 12.2901V8.42427C21.1515 7.9222 20.7445 7.51517 20.2425 7.51517C19.7404 7.51517 19.3334 7.9222 19.3334 8.42427V10.4721L16.6425 7.78136C16.2875 7.42639 15.7118 7.42639 15.3569 7.78142L6.26627 16.872C5.91124 17.227 5.91124 17.8026 6.26627 18.1577C6.44379 18.3352 6.67639 18.424 6.90906 18.424C7.14173 18.424 7.37439 18.3352 7.55185 18.1577L9.03033 16.6792V23.5758C9.03033 24.0778 9.43736 24.4849 9.93942 24.4849H14.1818H17.8182H22.0606C22.5627 24.4849 22.9697 24.0778 22.9697 23.5758V16.6794L24.4482 18.1577C24.8031 18.5127 25.3788 18.5126 25.7338 18.1577C26.0888 17.8026 26.0888 17.227 25.7337 16.872ZM15.0909 22.6667V19.0303H16.9091V22.6667H15.0909ZM21.1515 22.6667H18.7273V18.1212C18.7273 17.6192 18.3203 17.2121 17.8182 17.2121H14.1818C13.6798 17.2121 13.2728 17.6192 13.2728 18.1212V22.6667H10.8485V14.8611L15.9997 9.7099L21.1515 14.8614V22.6667Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2106'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Goods"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath d='M12.2498 11.625V11.1888C12.2498 9.02125 13.9198 7.25 15.9998 7.25C18.0798 7.25 19.7498 9.02125 19.7498 11.1888V11.6262H22.3098C22.4646 11.6264 22.6139 11.684 22.7287 11.7879C22.8435 11.8919 22.9156 12.0347 22.9311 12.1888L24.0561 23.4388C24.0648 23.5256 24.0552 23.6133 24.028 23.6963C24.0008 23.7792 23.9564 23.8555 23.8979 23.9203C23.8394 23.9851 23.7679 24.0368 23.6882 24.0723C23.6084 24.1078 23.5221 24.1262 23.4348 24.1263H8.56481C8.47752 24.1262 8.39121 24.1078 8.31145 24.0723C8.23168 24.0368 8.16024 23.9851 8.10171 23.9203C8.04318 23.8555 7.99887 23.7792 7.97163 23.6963C7.9444 23.6133 7.93483 23.5256 7.94356 23.4388L9.06856 12.1888C9.08405 12.0347 9.15616 11.8919 9.27094 11.7879C9.38571 11.684 9.53498 11.6264 9.68981 11.6262H12.2498V11.625ZM13.4998 11.625H18.4998V11.1888C18.4998 9.69625 17.3723 8.5 15.9998 8.5C14.6273 8.5 13.4998 9.69625 13.4998 11.1888V11.6262V11.625ZM12.2498 12.875H10.2561L9.25606 22.875H22.7436L21.7423 12.875H19.7498V14.75C19.7498 14.9158 19.684 15.0747 19.5668 15.1919C19.4495 15.3092 19.2906 15.375 19.1248 15.375C18.9591 15.375 18.8001 15.3092 18.6829 15.1919C18.5657 15.0747 18.4998 14.9158 18.4998 14.75V12.875H13.4998V14.75C13.4998 14.9158 13.434 15.0747 13.3168 15.1919C13.1995 15.3092 13.0406 15.375 12.8748 15.375C12.7091 15.375 12.5501 15.3092 12.4329 15.1919C12.3157 15.0747 12.2498 14.9158 12.2498 14.75V12.875Z' fill='white' stroke='white' stroke-width='0.7'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Goods"]::before,
#chatWindow #messages li.smrtBtn[value="Goods"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cpath d='M12.2498 11.625V11.1888C12.2498 9.02125 13.9198 7.25 15.9998 7.25C18.0798 7.25 19.7498 9.02125 19.7498 11.1888V11.6262H22.3098C22.4646 11.6264 22.6139 11.684 22.7287 11.7879C22.8435 11.8919 22.9156 12.0347 22.9311 12.1888L24.0561 23.4388C24.0648 23.5256 24.0552 23.6133 24.028 23.6963C24.0008 23.7792 23.9564 23.8555 23.8979 23.9203C23.8394 23.9851 23.7679 24.0368 23.6882 24.0723C23.6084 24.1078 23.5221 24.1262 23.4348 24.1263H8.56481C8.47752 24.1262 8.39121 24.1078 8.31145 24.0723C8.23168 24.0368 8.16024 23.9851 8.10171 23.9203C8.04318 23.8555 7.99887 23.7792 7.97163 23.6963C7.9444 23.6133 7.93483 23.5256 7.94356 23.4388L9.06856 12.1888C9.08405 12.0347 9.15616 11.8919 9.27094 11.7879C9.38571 11.684 9.53498 11.6264 9.68981 11.6262H12.2498V11.625ZM13.4998 11.625H18.4998V11.1888C18.4998 9.69625 17.3723 8.5 15.9998 8.5C14.6273 8.5 13.4998 9.69625 13.4998 11.1888V11.6262V11.625ZM12.2498 12.875H10.2561L9.25606 22.875H22.7436L21.7423 12.875H19.7498V14.75C19.7498 14.9158 19.684 15.0747 19.5668 15.1919C19.4495 15.3092 19.2906 15.375 19.1248 15.375C18.9591 15.375 18.8001 15.3092 18.6829 15.1919C18.5657 15.0747 18.4998 14.9158 18.4998 14.75V12.875H13.4998V14.75C13.4998 14.9158 13.434 15.0747 13.3168 15.1919C13.1995 15.3092 13.0406 15.375 12.8748 15.375C12.7091 15.375 12.5501 15.3092 12.4329 15.1919C12.3157 15.0747 12.2498 14.9158 12.2498 14.75V12.875Z' fill='%23B62066' stroke='%23B62066' stroke-width='0.7'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Goods"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath d='M12.2498 11.625V11.1888C12.2498 9.02125 13.9198 7.25 15.9998 7.25C18.0798 7.25 19.7498 9.02125 19.7498 11.1888V11.6262H22.3098C22.4646 11.6264 22.6139 11.684 22.7287 11.7879C22.8435 11.8919 22.9156 12.0347 22.9311 12.1888L24.0561 23.4388C24.0648 23.5256 24.0552 23.6133 24.028 23.6963C24.0008 23.7792 23.9564 23.8555 23.8979 23.9203C23.8394 23.9851 23.7679 24.0368 23.6882 24.0723C23.6084 24.1078 23.5221 24.1262 23.4348 24.1263H8.56481C8.47752 24.1262 8.39121 24.1078 8.31145 24.0723C8.23168 24.0368 8.16024 23.9851 8.10171 23.9203C8.04318 23.8555 7.99887 23.7792 7.97163 23.6963C7.9444 23.6133 7.93483 23.5256 7.94356 23.4388L9.06856 12.1888C9.08405 12.0347 9.15616 11.8919 9.27094 11.7879C9.38571 11.684 9.53498 11.6264 9.68981 11.6262H12.2498V11.625ZM13.4998 11.625H18.4998V11.1888C18.4998 9.69625 17.3723 8.5 15.9998 8.5C14.6273 8.5 13.4998 9.69625 13.4998 11.1888V11.6262V11.625ZM12.2498 12.875H10.2561L9.25606 22.875H22.7436L21.7423 12.875H19.7498V14.75C19.7498 14.9158 19.684 15.0747 19.5668 15.1919C19.4495 15.3092 19.2906 15.375 19.1248 15.375C18.9591 15.375 18.8001 15.3092 18.6829 15.1919C18.5657 15.0747 18.4998 14.9158 18.4998 14.75V12.875H13.4998V14.75C13.4998 14.9158 13.434 15.0747 13.3168 15.1919C13.1995 15.3092 13.0406 15.375 12.8748 15.375C12.7091 15.375 12.5501 15.3092 12.4329 15.1919C12.3157 15.0747 12.2498 14.9158 12.2498 14.75V12.875Z' fill='white' stroke='white' stroke-width='0.7'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Transit"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath d='M13.0669 21.0029H12.3443C11.8748 21.0029 11.4951 21.3867 11.4951 21.8521C11.4951 22.3216 11.8789 22.7012 12.3443 22.7012H13.0669C13.5364 22.7012 13.916 22.3175 13.916 21.8521C13.916 21.3867 13.5323 21.0029 13.0669 21.0029Z' fill='white'/%3E%3Cpath d='M19.6635 21.0029H18.941C18.4715 21.0029 18.0918 21.3867 18.0918 21.8521C18.0918 22.3216 18.4755 22.7012 18.941 22.7012H19.6635C20.133 22.7012 20.5127 22.3175 20.5127 21.8521C20.5127 21.3867 20.1289 21.0029 19.6635 21.0029Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1508 9.04532H23.7465V8.78812C23.7465 7.80833 22.9382 7 21.9584 7H10.0457C9.06593 7 8.2576 7.80833 8.2576 8.78812V9.08614H6.85324C6.38375 9.08614 6 9.46989 6 9.93938V13.683C6 14.1525 6.38375 14.5321 6.84915 14.5321C7.27373 14.5321 7.65748 14.1484 7.65748 13.7238V10.7885H8.25352V23.7259C8.25352 24.3627 8.59645 24.9261 9.10267 25.2445C9.3591 25.3344 10.0578 25.514 10.801 25.514H21.1868C21.8936 25.514 22.6135 25.3344 22.8851 25.2445C23.3954 24.9261 23.7342 24.3627 23.7342 23.7259V10.7477H24.2894V13.683C24.2894 14.1525 24.6732 14.5321 25.1386 14.5321C25.604 14.5321 25.9878 14.1484 25.9878 13.683V9.89447C26.0041 9.42498 25.6203 9.04532 25.1508 9.04532ZM9.91917 23.7259C9.91917 23.8116 9.95999 23.8524 10.0457 23.8524H21.9624C22.0482 23.8524 22.089 23.8116 22.089 23.7259V20.1496H9.91917V23.7259ZM21.9624 8.66156H10.0457C9.95999 8.66156 9.91508 8.70239 9.91508 8.78812V18.4472H22.089V8.78812C22.089 8.70239 22.0482 8.66156 21.9624 8.66156Z' fill='white'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Transit"]::before,
#chatWindow #messages li.smrtBtn[value="Transit"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cpath d='M13.0669 21.0029H12.3443C11.8748 21.0029 11.4951 21.3867 11.4951 21.8521C11.4951 22.3216 11.8789 22.7012 12.3443 22.7012H13.0669C13.5364 22.7012 13.916 22.3175 13.916 21.8521C13.916 21.3867 13.5323 21.0029 13.0669 21.0029Z' fill='%23B62066'/%3E%3Cpath d='M19.6635 21.0029H18.941C18.4715 21.0029 18.0918 21.3867 18.0918 21.8521C18.0918 22.3216 18.4755 22.7012 18.941 22.7012H19.6635C20.133 22.7012 20.5127 22.3175 20.5127 21.8521C20.5127 21.3867 20.1289 21.0029 19.6635 21.0029Z' fill='%23B62066'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1508 9.04532H23.7465V8.78812C23.7465 7.80833 22.9382 7 21.9584 7H10.0457C9.06593 7 8.2576 7.80833 8.2576 8.78812V9.08614H6.85324C6.38375 9.08614 6 9.46989 6 9.93938V13.683C6 14.1525 6.38375 14.5321 6.84915 14.5321C7.27373 14.5321 7.65748 14.1484 7.65748 13.7238V10.7885H8.25352V23.7259C8.25352 24.3627 8.59645 24.9261 9.10267 25.2445C9.3591 25.3344 10.0578 25.514 10.801 25.514H21.1868C21.8936 25.514 22.6135 25.3344 22.8851 25.2445C23.3954 24.9261 23.7342 24.3627 23.7342 23.7259V10.7477H24.2894V13.683C24.2894 14.1525 24.6732 14.5321 25.1386 14.5321C25.604 14.5321 25.9878 14.1484 25.9878 13.683V9.89447C26.0041 9.42498 25.6203 9.04532 25.1508 9.04532ZM9.91917 23.7259C9.91917 23.8116 9.95999 23.8524 10.0457 23.8524H21.9624C22.0482 23.8524 22.089 23.8116 22.089 23.7259V20.1496H9.91917V23.7259ZM21.9624 8.66156H10.0457C9.95999 8.66156 9.91508 8.70239 9.91508 8.78812V18.4472H22.089V8.78812C22.089 8.70239 22.0482 8.66156 21.9624 8.66156Z' fill='%23B62066'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Transit"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath d='M13.0669 21.0029H12.3443C11.8748 21.0029 11.4951 21.3867 11.4951 21.8521C11.4951 22.3216 11.8789 22.7012 12.3443 22.7012H13.0669C13.5364 22.7012 13.916 22.3175 13.916 21.8521C13.916 21.3867 13.5323 21.0029 13.0669 21.0029Z' fill='white'/%3E%3Cpath d='M19.6635 21.0029H18.941C18.4715 21.0029 18.0918 21.3867 18.0918 21.8521C18.0918 22.3216 18.4755 22.7012 18.941 22.7012H19.6635C20.133 22.7012 20.5127 22.3175 20.5127 21.8521C20.5127 21.3867 20.1289 21.0029 19.6635 21.0029Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1508 9.04532H23.7465V8.78812C23.7465 7.80833 22.9382 7 21.9584 7H10.0457C9.06593 7 8.2576 7.80833 8.2576 8.78812V9.08614H6.85324C6.38375 9.08614 6 9.46989 6 9.93938V13.683C6 14.1525 6.38375 14.5321 6.84915 14.5321C7.27373 14.5321 7.65748 14.1484 7.65748 13.7238V10.7885H8.25352V23.7259C8.25352 24.3627 8.59645 24.9261 9.10267 25.2445C9.3591 25.3344 10.0578 25.514 10.801 25.514H21.1868C21.8936 25.514 22.6135 25.3344 22.8851 25.2445C23.3954 24.9261 23.7342 24.3627 23.7342 23.7259V10.7477H24.2894V13.683C24.2894 14.1525 24.6732 14.5321 25.1386 14.5321C25.604 14.5321 25.9878 14.1484 25.9878 13.683V9.89447C26.0041 9.42498 25.6203 9.04532 25.1508 9.04532ZM9.91917 23.7259C9.91917 23.8116 9.95999 23.8524 10.0457 23.8524H21.9624C22.0482 23.8524 22.089 23.8116 22.089 23.7259V20.1496H9.91917V23.7259ZM21.9624 8.66156H10.0457C9.95999 8.66156 9.91508 8.70239 9.91508 8.78812V18.4472H22.089V8.78812C22.089 8.70239 22.0482 8.66156 21.9624 8.66156Z' fill='white'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Health"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2140)'%3E%3Cpath d='M19.6 7.9C19.6 7.40295 19.1971 7 18.7 7H13.3C12.8029 7 12.4 7.40295 12.4 7.9V12.4H7.9C7.40295 12.4 7 12.8029 7 13.3V18.7C7 19.1971 7.40295 19.6 7.9 19.6H12.4V24.1C12.4 24.5971 12.8029 25 13.3 25H18.7C19.1971 25 19.6 24.5971 19.6 24.1V19.6H24.1C24.5971 19.6 25 19.1971 25 18.7V13.3C25 12.8029 24.5971 12.4 24.1 12.4H19.6V7.9Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2140'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Health"]::before,
#chatWindow #messages li.smrtBtn[value="Health"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cg clip-path='url(%23clip0_340_2140)'%3E%3Cpath d='M19.6 7.9C19.6 7.40295 19.1971 7 18.7 7H13.3C12.8029 7 12.4 7.40295 12.4 7.9V12.4H7.9C7.40295 12.4 7 12.8029 7 13.3V18.7C7 19.1971 7.40295 19.6 7.9 19.6H12.4V24.1C12.4 24.5971 12.8029 25 13.3 25H18.7C19.1971 25 19.6 24.5971 19.6 24.1V19.6H24.1C24.5971 19.6 25 19.1971 25 18.7V13.3C25 12.8029 24.5971 12.4 24.1 12.4H19.6V7.9Z' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2140'%3E%3Crect width='20' height='20' fill='%23B62066' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Health"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2140)'%3E%3Cpath d='M19.6 7.9C19.6 7.40295 19.1971 7 18.7 7H13.3C12.8029 7 12.4 7.40295 12.4 7.9V12.4H7.9C7.40295 12.4 7 12.8029 7 13.3V18.7C7 19.1971 7.40295 19.6 7.9 19.6H12.4V24.1C12.4 24.5971 12.8029 25 13.3 25H18.7C19.1971 25 19.6 24.5971 19.6 24.1V19.6H24.1C24.5971 19.6 25 19.1971 25 18.7V13.3C25 12.8029 24.5971 12.4 24.1 12.4H19.6V7.9Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2140'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Money"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath d='M9.2653 10V10.2023M9.2653 10.2023C8.01388 10.2167 7 11.2454 7 12.5095V19.6915C7 20.9645 8.02779 22 9.29099 22H22.7087C23.9719 22 24.9997 20.9645 24.9997 19.6915V19.4891L25 17.8694V12.5095C25 11.2365 23.9722 10.201 22.709 10.201H10.7347M9.2653 10.2023L10.7347 10.201M10.7347 10.201V10' stroke='white' stroke-width='2'/%3E%3Crect x='14' y='14' width='4' height='4' rx='2' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Money"]::before,
#chatWindow #messages li.smrtBtn[value="Money"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cpath d='M9.2653 10V10.2023M9.2653 10.2023C8.01388 10.2167 7 11.2454 7 12.5095V19.6915C7 20.9645 8.02779 22 9.29099 22H22.7087C23.9719 22 24.9997 20.9645 24.9997 19.6915V19.4891L25 17.8694V12.5095C25 11.2365 23.9722 10.201 22.709 10.201H10.7347M9.2653 10.2023L10.7347 10.201M10.7347 10.201V10' stroke='%23B62066' stroke-width='2'/%3E%3Crect x='14' y='14' width='4' height='4' rx='2' stroke='%23B62066' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Money"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath d='M9.2653 10V10.2023M9.2653 10.2023C8.01388 10.2167 7 11.2454 7 12.5095V19.6915C7 20.9645 8.02779 22 9.29099 22H22.7087C23.9719 22 24.9997 20.9645 24.9997 19.6915V19.4891L25 17.8694V12.5095C25 11.2365 23.9722 10.201 22.709 10.201H10.7347M9.2653 10.2023L10.7347 10.201M10.7347 10.201V10' stroke='white' stroke-width='2'/%3E%3Crect x='14' y='14' width='4' height='4' rx='2' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Care"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2156)'%3E%3Cpath d='M20.9555 8.11062C20.3045 7.45957 19.5002 7.07658 18.6194 7.07658C17.5853 7.07658 16.6279 7.57447 15.9768 8.4553C15.2875 7.57447 14.3683 7 13.296 7C11.3811 7 9.8492 8.79998 9.73431 11.2127C9.61941 14.0851 14.7896 18.834 15.3641 19.3702C15.5173 19.4851 15.6705 19.5616 15.862 19.5616C16.0152 19.5616 16.2066 19.5233 16.3215 19.4084C16.9343 18.9489 22.0662 14.8127 22.1811 11.4042C22.1811 10.1404 21.7598 8.95319 20.9555 8.11062ZM20.6875 11.3659C20.6109 13.434 17.5853 16.4213 15.9385 17.8383C13.9087 15.9234 11.1896 12.783 11.2662 11.2894C11.3428 9.71917 12.2237 8.49361 13.3343 8.49361C14.1768 8.49361 14.9428 9.25956 15.2492 10.3702C15.364 10.6766 15.6321 10.9064 15.9768 10.9064C16.3215 10.9064 16.6279 10.6766 16.7045 10.3702C17.0109 9.29787 17.8151 8.5702 18.6577 8.5702C19.1938 8.5702 19.6151 8.87657 19.8832 9.14466C20.4194 9.68082 20.7258 10.4851 20.6875 11.3659Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3Cpath d='M15.0582 23.966L14.0625 21.6299C13.6029 20.5575 12.6072 19.7916 11.4582 19.5618L10.9986 19.4852C10.4242 19.3703 9.9263 18.9873 9.61993 18.4895L8.39437 16.383C8.16459 16.0384 7.70501 15.9235 7.36033 16.1149C7.01565 16.3447 6.90076 16.8043 7.09224 17.149L8.31776 19.2554C8.85391 20.1362 9.73479 20.749 10.7305 20.9405L11.1901 21.017C11.8411 21.1319 12.4156 21.5915 12.6837 22.2043L13.6794 24.5405C13.7943 24.8468 14.0624 25 14.3688 25C14.4454 25 14.5603 24.9617 14.6752 24.9617C15.0582 24.7703 15.2114 24.349 15.0582 23.966Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3Cpath d='M24.5556 16.0766C24.1726 15.8851 23.7131 16 23.5216 16.3447L22.296 18.4511C21.9897 18.9873 21.4918 19.3319 20.9173 19.4468L20.4194 19.5234C19.2705 19.7149 18.2748 20.5191 17.8152 21.5915L16.8195 23.9277C16.6662 24.3107 16.8195 24.7702 17.2024 24.9234C17.3173 24.9617 17.3939 25 17.5088 25C17.8152 25 18.0833 24.8468 18.2365 24.5021L19.2322 22.1659C19.5003 21.5531 20.0748 21.0936 20.7258 20.9787L21.1854 20.9021C22.1811 20.7489 23.062 20.0978 23.5982 19.217L24.8237 17.1106C25.0152 16.7277 24.9003 16.2681 24.5556 16.0766Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2156'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Care"]::before,
#chatWindow #messages li.smrtBtn[value="Care"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cg clip-path='url(%23clip0_340_2156)'%3E%3Cpath d='M20.9555 8.11062C20.3045 7.45957 19.5002 7.07658 18.6194 7.07658C17.5853 7.07658 16.6279 7.57447 15.9768 8.4553C15.2875 7.57447 14.3683 7 13.296 7C11.3811 7 9.8492 8.79998 9.73431 11.2127C9.61941 14.0851 14.7896 18.834 15.3641 19.3702C15.5173 19.4851 15.6705 19.5616 15.862 19.5616C16.0152 19.5616 16.2066 19.5233 16.3215 19.4084C16.9343 18.9489 22.0662 14.8127 22.1811 11.4042C22.1811 10.1404 21.7598 8.95319 20.9555 8.11062ZM20.6875 11.3659C20.6109 13.434 17.5853 16.4213 15.9385 17.8383C13.9087 15.9234 11.1896 12.783 11.2662 11.2894C11.3428 9.71917 12.2237 8.49361 13.3343 8.49361C14.1768 8.49361 14.9428 9.25956 15.2492 10.3702C15.364 10.6766 15.6321 10.9064 15.9768 10.9064C16.3215 10.9064 16.6279 10.6766 16.7045 10.3702C17.0109 9.29787 17.8151 8.5702 18.6577 8.5702C19.1938 8.5702 19.6151 8.87657 19.8832 9.14466C20.4194 9.68082 20.7258 10.4851 20.6875 11.3659Z' fill='%23B62066' stroke='%23B62066' stroke-width='0.3'/%3E%3Cpath d='M15.0582 23.966L14.0625 21.6299C13.6029 20.5575 12.6072 19.7916 11.4582 19.5618L10.9986 19.4852C10.4242 19.3703 9.9263 18.9873 9.61993 18.4895L8.39437 16.383C8.16459 16.0384 7.70501 15.9235 7.36033 16.1149C7.01565 16.3447 6.90076 16.8043 7.09224 17.149L8.31776 19.2554C8.85391 20.1362 9.73479 20.749 10.7305 20.9405L11.1901 21.017C11.8411 21.1319 12.4156 21.5915 12.6837 22.2043L13.6794 24.5405C13.7943 24.8468 14.0624 25 14.3688 25C14.4454 25 14.5603 24.9617 14.6752 24.9617C15.0582 24.7703 15.2114 24.349 15.0582 23.966Z' fill='%23B62066' stroke='%23B62066' stroke-width='0.3'/%3E%3Cpath d='M24.5556 16.0766C24.1726 15.8851 23.7131 16 23.5216 16.3447L22.296 18.4511C21.9897 18.9873 21.4918 19.3319 20.9173 19.4468L20.4194 19.5234C19.2705 19.7149 18.2748 20.5191 17.8152 21.5915L16.8195 23.9277C16.6662 24.3107 16.8195 24.7702 17.2024 24.9234C17.3173 24.9617 17.3939 25 17.5088 25C17.8152 25 18.0833 24.8468 18.2365 24.5021L19.2322 22.1659C19.5003 21.5531 20.0748 21.0936 20.7258 20.9787L21.1854 20.9021C22.1811 20.7489 23.062 20.0978 23.5982 19.217L24.8237 17.1106C25.0152 16.7277 24.9003 16.2681 24.5556 16.0766Z' fill='%23B62066' stroke='%23B62066' stroke-width='0.3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2156'%3E%3Crect width='20' height='20' fill='%23B62066' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Care"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2156)'%3E%3Cpath d='M20.9555 8.11062C20.3045 7.45957 19.5002 7.07658 18.6194 7.07658C17.5853 7.07658 16.6279 7.57447 15.9768 8.4553C15.2875 7.57447 14.3683 7 13.296 7C11.3811 7 9.8492 8.79998 9.73431 11.2127C9.61941 14.0851 14.7896 18.834 15.3641 19.3702C15.5173 19.4851 15.6705 19.5616 15.862 19.5616C16.0152 19.5616 16.2066 19.5233 16.3215 19.4084C16.9343 18.9489 22.0662 14.8127 22.1811 11.4042C22.1811 10.1404 21.7598 8.95319 20.9555 8.11062ZM20.6875 11.3659C20.6109 13.434 17.5853 16.4213 15.9385 17.8383C13.9087 15.9234 11.1896 12.783 11.2662 11.2894C11.3428 9.71917 12.2237 8.49361 13.3343 8.49361C14.1768 8.49361 14.9428 9.25956 15.2492 10.3702C15.364 10.6766 15.6321 10.9064 15.9768 10.9064C16.3215 10.9064 16.6279 10.6766 16.7045 10.3702C17.0109 9.29787 17.8151 8.5702 18.6577 8.5702C19.1938 8.5702 19.6151 8.87657 19.8832 9.14466C20.4194 9.68082 20.7258 10.4851 20.6875 11.3659Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3Cpath d='M15.0582 23.966L14.0625 21.6299C13.6029 20.5575 12.6072 19.7916 11.4582 19.5618L10.9986 19.4852C10.4242 19.3703 9.9263 18.9873 9.61993 18.4895L8.39437 16.383C8.16459 16.0384 7.70501 15.9235 7.36033 16.1149C7.01565 16.3447 6.90076 16.8043 7.09224 17.149L8.31776 19.2554C8.85391 20.1362 9.73479 20.749 10.7305 20.9405L11.1901 21.017C11.8411 21.1319 12.4156 21.5915 12.6837 22.2043L13.6794 24.5405C13.7943 24.8468 14.0624 25 14.3688 25C14.4454 25 14.5603 24.9617 14.6752 24.9617C15.0582 24.7703 15.2114 24.349 15.0582 23.966Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3Cpath d='M24.5556 16.0766C24.1726 15.8851 23.7131 16 23.5216 16.3447L22.296 18.4511C21.9897 18.9873 21.4918 19.3319 20.9173 19.4468L20.4194 19.5234C19.2705 19.7149 18.2748 20.5191 17.8152 21.5915L16.8195 23.9277C16.6662 24.3107 16.8195 24.7702 17.2024 24.9234C17.3173 24.9617 17.3939 25 17.5088 25C17.8152 25 18.0833 24.8468 18.2365 24.5021L19.2322 22.1659C19.5003 21.5531 20.0748 21.0936 20.7258 20.9787L21.1854 20.9021C22.1811 20.7489 23.062 20.0978 23.5982 19.217L24.8237 17.1106C25.0152 16.7277 24.9003 16.2681 24.5556 16.0766Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2156'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Education"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2166)'%3E%3Cpath d='M15.9012 15.5627H15.8596L15.8182 15.5661C15.7333 15.5732 15.6229 15.5622 15.4451 15.5119C15.3164 15.4756 15.212 15.4385 15.0801 15.3916C14.9915 15.3601 14.8905 15.3242 14.7614 15.2812C13.4499 14.844 12.1282 14.4069 10.8078 13.9703L10.807 13.97C10.0178 13.709 9.2292 13.4482 8.44299 13.1875C10.7374 12.5084 13.0159 11.8239 15.3226 11.1115L15.3332 11.1082L15.3438 11.1047C15.7563 10.9672 16.2065 10.9611 16.6846 11.1105L16.6845 11.1106L16.6968 11.1142L23.5107 13.1482C22.8442 13.37 22.1796 13.5925 21.515 13.815C19.9248 14.3474 18.3345 14.8798 16.7166 15.4032L16.6665 15.4194L16.6183 15.4408C16.4162 15.5307 16.2359 15.5627 15.9012 15.5627Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M17.4463 21.5602L17.4383 21.5613C15.935 21.754 14.4842 21.676 13.0358 21.2949C12.3248 21.1078 11.6799 20.8643 11.1583 20.5195C11.1409 20.504 11.1246 20.4901 11.11 20.4778C11.0755 20.4487 11.041 20.4211 11.0169 20.4019L11.0139 20.3994C10.986 20.3771 10.97 20.3643 10.9566 20.353C10.9517 20.3489 10.9487 20.3463 10.9472 20.3449C10.9041 20.3016 10.8814 20.2747 10.8704 20.2606C10.8697 20.2522 10.8691 20.2401 10.8691 20.2235V20.2174V20.2113V20.2052V20.1991V20.193V20.1869V20.1808V20.1747V20.1686V20.1625V20.1564V20.1503V20.1442V20.1381V20.1321V20.126V20.1199V20.1138V20.1077V20.1016V20.0955V20.0894V20.0833V20.0772V20.0711V20.065V20.0589V20.0528V20.0467V20.0406V20.0345V20.0284V20.0223V20.0163V20.0102V20.0041V19.998V19.9919V19.9858V19.9797V19.9736V19.9675V19.9614V19.9553V19.9492V19.9431V19.937V19.9309V19.9248V19.9187V19.9126V19.9065V19.9004V19.8943V19.8882V19.8821V19.876V19.8699V19.8639V19.8578V19.8517V19.8456V19.8395V19.8334V19.8273V19.8212V19.8151V19.809V19.8029V19.7968V19.7907V19.7846V19.7785V19.7724V19.7663V19.7602V19.7541V19.748V19.7419V19.7358V19.7297V19.7236V19.7175V19.7114V19.7053V19.6992V19.6931V19.687V19.6809V19.6748V19.6687V19.6626V19.6565V19.6504V19.6443V19.6382V19.6321V19.626V19.6199V19.6138V19.6076V19.6015V19.5954V19.5893V19.5832V19.5771V19.571V19.5649V19.5588V19.5527V19.5466V19.5405V19.5344V19.5283V19.5222V19.5161V19.51V19.5039V19.4978V19.4916V19.4855V19.4794V19.4733V19.4672V19.4611V19.455V19.4489V19.4428V19.4367V19.4306V19.4245V19.4183V19.4122V19.4061V19.4V19.3939V19.3878V19.3817V19.3756V19.3695V19.3633V19.3572V19.3511V19.345V19.3389V19.3328V19.3267V19.3205V19.3144V19.3083V19.3022V19.2961V19.29V19.2839V19.2777V19.2716V19.2655V19.2594V19.2533V19.2472V19.241V19.2349V19.2288V19.2227V19.2166V19.2104V19.2043V19.1982V19.1921V19.186V19.1798V19.1737V19.1676V19.1615V19.1554V19.1492V19.1431V19.137V19.1309V19.1247V19.1186V19.1125V19.1064V19.1002V19.0941V19.088V19.0819V19.0757V19.0696V19.0635V19.0573V19.0512V19.0451V19.039V19.0328V19.0267V19.0206V19.0144V19.0083V19.0022V18.9961V18.9899V18.9838V18.9777V18.9715V18.9654V18.9593V18.9531V18.947V18.9409V18.9347V18.9286V18.9224V18.9163V18.9102V18.904V18.8979V18.8918V18.8856V18.8795V18.8733V18.8672V18.8611V18.8549V18.8488V18.8426V18.8365V18.8304V18.8242V18.8181V18.8119V18.8058V18.7996V18.7935V18.7874V18.7812V18.7751V18.7689V18.7628V18.7566V18.7505V18.7443V18.7382V18.732V18.7259V18.7197V18.7136V18.7074V18.7013V18.6951V18.689V18.6828V18.6767V18.6705V18.6644V18.6582V18.652V18.6459V18.6397V18.6336V18.6274V18.6213V18.6151V18.6089V18.6028V18.5966V18.5905V18.5843V18.5781V18.572V18.5658V18.5597V18.5535V18.5473V18.5412V18.535V18.5288V18.5227V18.5165V18.5103V18.5042V18.498V18.4918V18.4857V18.4795V18.4733V18.4672V18.461V18.4548V18.4486V18.4425V18.4363V18.4301V18.424V18.4178V18.4116V18.4054V18.3992V18.3931V18.3869V18.3807V18.3745V18.3684V18.3622V18.356V18.3498V18.3436V18.3375V18.3313V18.3251V18.3189V18.3127V18.3065V18.3004V18.2942V18.288V18.2818V18.2756V18.2694V18.2632V18.257V18.2508V18.2447V18.2385V18.2323V18.2261V18.2199V18.2137V18.2075V18.2013V18.1951V18.1889V18.1827V18.1765V18.1703V18.1641V18.1579V18.1517V18.1455V18.1393V18.1331V18.1269V18.1207V18.1145V18.1083V18.1021V18.0959V18.0897V18.0835V18.0773V18.0711V18.0649V18.0586V18.0524V18.0462V18.04V18.0338V18.0276V18.0214V18.0152V18.0089V18.0027V17.9965V17.9903V17.9841V17.9779V17.9716V17.9654V17.9592V17.953V17.9468V17.9405V17.9343V17.9281V17.9219V17.9156V17.9109L14.4943 19.1306C15.4203 19.4556 16.3539 19.4488 17.2993 19.1337L17.2993 19.1337L17.3073 19.1309C18.0237 18.8853 18.7623 18.6493 19.513 18.4095L19.5181 18.4079C20.0153 18.2491 20.5177 18.0886 21.0163 17.9242C21.0145 18.7109 21.0071 19.4802 20.9761 20.2234L20.9723 20.3146C20.8363 20.4696 20.6175 20.595 20.1794 20.8145C19.3133 21.1884 18.3759 21.4487 17.4463 21.5603L17.4463 21.5602ZM21.0167 17.1808C21.0166 17.1792 21.0166 17.1783 21.0166 17.1783L21.0167 17.1808Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M24.2629 15.7306C24.1381 15.7722 24.0965 15.8138 24.0965 15.9802C24.0965 16.937 24.0965 17.8522 24.0965 18.8091C24.0965 18.8923 24.0549 19.0171 24.0133 19.1003C23.8053 19.5995 23.5973 20.0987 23.4309 20.5979C23.2645 21.0556 23.3477 21.5548 23.6805 21.8876C23.7637 22.0124 23.9301 22.1372 24.0549 22.2204C24.1797 22.3452 24.3877 22.3868 24.5541 22.4284C24.8453 22.47 25.0949 22.3036 25.3029 22.1372C25.3861 22.054 25.5109 21.9708 25.5941 21.846C25.8438 21.5132 25.8854 21.0972 25.8022 20.7227C25.6773 20.1403 25.4277 19.6411 25.1781 19.1419C25.0949 19.0587 25.0949 18.8923 25.0949 18.8091C25.0949 17.769 25.0949 16.7706 25.0949 15.7306C25.0949 15.5225 24.9285 15.5641 24.8453 15.6057L24.2629 15.7306Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2166'%3E%3Crect width='20' height='20' fill='%23B62066' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Education"]::before,
#chatWindow #messages li.smrtBtn[value="Education"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='white'/%3E%3Cg clip-path='url(%23clip0_340_2166)'%3E%3Cpath d='M15.9012 15.5627H15.8596L15.8182 15.5661C15.7333 15.5732 15.6229 15.5622 15.4451 15.5119C15.3164 15.4756 15.212 15.4385 15.0801 15.3916C14.9915 15.3601 14.8905 15.3242 14.7614 15.2812C13.4499 14.844 12.1282 14.4069 10.8078 13.9703L10.807 13.97C10.0178 13.709 9.2292 13.4482 8.44299 13.1875C10.7374 12.5084 13.0159 11.8239 15.3226 11.1115L15.3332 11.1082L15.3438 11.1047C15.7563 10.9672 16.2065 10.9611 16.6846 11.1105L16.6845 11.1106L16.6968 11.1142L23.5107 13.1482C22.8442 13.37 22.1796 13.5925 21.515 13.815C19.9248 14.3474 18.3345 14.8798 16.7166 15.4032L16.6665 15.4194L16.6183 15.4408C16.4162 15.5307 16.2359 15.5627 15.9012 15.5627Z' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M17.4463 21.5602L17.4383 21.5613C15.935 21.754 14.4842 21.676 13.0358 21.2949C12.3248 21.1078 11.6799 20.8643 11.1583 20.5195C11.1409 20.504 11.1246 20.4901 11.11 20.4778C11.0755 20.4487 11.041 20.4211 11.0169 20.4019L11.0139 20.3994C10.986 20.3771 10.97 20.3643 10.9566 20.353C10.9517 20.3489 10.9487 20.3463 10.9472 20.3449C10.9041 20.3016 10.8814 20.2747 10.8704 20.2606C10.8697 20.2522 10.8691 20.2401 10.8691 20.2235V20.2174V20.2113V20.2052V20.1991V20.193V20.1869V20.1808V20.1747V20.1686V20.1625V20.1564V20.1503V20.1442V20.1381V20.1321V20.126V20.1199V20.1138V20.1077V20.1016V20.0955V20.0894V20.0833V20.0772V20.0711V20.065V20.0589V20.0528V20.0467V20.0406V20.0345V20.0284V20.0223V20.0163V20.0102V20.0041V19.998V19.9919V19.9858V19.9797V19.9736V19.9675V19.9614V19.9553V19.9492V19.9431V19.937V19.9309V19.9248V19.9187V19.9126V19.9065V19.9004V19.8943V19.8882V19.8821V19.876V19.8699V19.8639V19.8578V19.8517V19.8456V19.8395V19.8334V19.8273V19.8212V19.8151V19.809V19.8029V19.7968V19.7907V19.7846V19.7785V19.7724V19.7663V19.7602V19.7541V19.748V19.7419V19.7358V19.7297V19.7236V19.7175V19.7114V19.7053V19.6992V19.6931V19.687V19.6809V19.6748V19.6687V19.6626V19.6565V19.6504V19.6443V19.6382V19.6321V19.626V19.6199V19.6138V19.6076V19.6015V19.5954V19.5893V19.5832V19.5771V19.571V19.5649V19.5588V19.5527V19.5466V19.5405V19.5344V19.5283V19.5222V19.5161V19.51V19.5039V19.4978V19.4916V19.4855V19.4794V19.4733V19.4672V19.4611V19.455V19.4489V19.4428V19.4367V19.4306V19.4245V19.4183V19.4122V19.4061V19.4V19.3939V19.3878V19.3817V19.3756V19.3695V19.3633V19.3572V19.3511V19.345V19.3389V19.3328V19.3267V19.3205V19.3144V19.3083V19.3022V19.2961V19.29V19.2839V19.2777V19.2716V19.2655V19.2594V19.2533V19.2472V19.241V19.2349V19.2288V19.2227V19.2166V19.2104V19.2043V19.1982V19.1921V19.186V19.1798V19.1737V19.1676V19.1615V19.1554V19.1492V19.1431V19.137V19.1309V19.1247V19.1186V19.1125V19.1064V19.1002V19.0941V19.088V19.0819V19.0757V19.0696V19.0635V19.0573V19.0512V19.0451V19.039V19.0328V19.0267V19.0206V19.0144V19.0083V19.0022V18.9961V18.9899V18.9838V18.9777V18.9715V18.9654V18.9593V18.9531V18.947V18.9409V18.9347V18.9286V18.9224V18.9163V18.9102V18.904V18.8979V18.8918V18.8856V18.8795V18.8733V18.8672V18.8611V18.8549V18.8488V18.8426V18.8365V18.8304V18.8242V18.8181V18.8119V18.8058V18.7996V18.7935V18.7874V18.7812V18.7751V18.7689V18.7628V18.7566V18.7505V18.7443V18.7382V18.732V18.7259V18.7197V18.7136V18.7074V18.7013V18.6951V18.689V18.6828V18.6767V18.6705V18.6644V18.6582V18.652V18.6459V18.6397V18.6336V18.6274V18.6213V18.6151V18.6089V18.6028V18.5966V18.5905V18.5843V18.5781V18.572V18.5658V18.5597V18.5535V18.5473V18.5412V18.535V18.5288V18.5227V18.5165V18.5103V18.5042V18.498V18.4918V18.4857V18.4795V18.4733V18.4672V18.461V18.4548V18.4486V18.4425V18.4363V18.4301V18.424V18.4178V18.4116V18.4054V18.3992V18.3931V18.3869V18.3807V18.3745V18.3684V18.3622V18.356V18.3498V18.3436V18.3375V18.3313V18.3251V18.3189V18.3127V18.3065V18.3004V18.2942V18.288V18.2818V18.2756V18.2694V18.2632V18.257V18.2508V18.2447V18.2385V18.2323V18.2261V18.2199V18.2137V18.2075V18.2013V18.1951V18.1889V18.1827V18.1765V18.1703V18.1641V18.1579V18.1517V18.1455V18.1393V18.1331V18.1269V18.1207V18.1145V18.1083V18.1021V18.0959V18.0897V18.0835V18.0773V18.0711V18.0649V18.0586V18.0524V18.0462V18.04V18.0338V18.0276V18.0214V18.0152V18.0089V18.0027V17.9965V17.9903V17.9841V17.9779V17.9716V17.9654V17.9592V17.953V17.9468V17.9405V17.9343V17.9281V17.9219V17.9156V17.9109L14.4943 19.1306C15.4203 19.4556 16.3539 19.4488 17.2993 19.1337L17.2993 19.1337L17.3073 19.1309C18.0237 18.8853 18.7623 18.6493 19.513 18.4095L19.5181 18.4079C20.0153 18.2491 20.5177 18.0886 21.0163 17.9242C21.0145 18.7109 21.0071 19.4802 20.9761 20.2234L20.9723 20.3146C20.8363 20.4696 20.6175 20.595 20.1794 20.8145C19.3133 21.1884 18.3759 21.4487 17.4463 21.5603L17.4463 21.5602ZM21.0167 17.1808C21.0166 17.1792 21.0166 17.1783 21.0166 17.1783L21.0167 17.1808Z' stroke='%23B62066' stroke-width='2'/%3E%3Cpath d='M24.2629 15.7306C24.1381 15.7722 24.0965 15.8138 24.0965 15.9802C24.0965 16.937 24.0965 17.8522 24.0965 18.8091C24.0965 18.8923 24.0549 19.0171 24.0133 19.1003C23.8053 19.5995 23.5973 20.0987 23.4309 20.5979C23.2645 21.0556 23.3477 21.5548 23.6805 21.8876C23.7637 22.0124 23.9301 22.1372 24.0549 22.2204C24.1797 22.3452 24.3877 22.3868 24.5541 22.4284C24.8453 22.47 25.0949 22.3036 25.3029 22.1372C25.3861 22.054 25.5109 21.9708 25.5941 21.846C25.8438 21.5132 25.8854 21.0972 25.8022 20.7227C25.6773 20.1403 25.4277 19.6411 25.1781 19.1419C25.0949 19.0587 25.0949 18.8923 25.0949 18.8091C25.0949 17.769 25.0949 16.7706 25.0949 15.7306C25.0949 15.5225 24.9285 15.5641 24.8453 15.6057L24.2629 15.7306Z' fill='%23B62066'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2166'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Education"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2166)'%3E%3Cpath d='M15.9012 15.5627H15.8596L15.8182 15.5661C15.7333 15.5732 15.6229 15.5622 15.4451 15.5119C15.3164 15.4756 15.212 15.4385 15.0801 15.3916C14.9915 15.3601 14.8905 15.3242 14.7614 15.2812C13.4499 14.844 12.1282 14.4069 10.8078 13.9703L10.807 13.97C10.0178 13.709 9.2292 13.4482 8.44299 13.1875C10.7374 12.5084 13.0159 11.8239 15.3226 11.1115L15.3332 11.1082L15.3438 11.1047C15.7563 10.9672 16.2065 10.9611 16.6846 11.1105L16.6845 11.1106L16.6968 11.1142L23.5107 13.1482C22.8442 13.37 22.1796 13.5925 21.515 13.815C19.9248 14.3474 18.3345 14.8798 16.7166 15.4032L16.6665 15.4194L16.6183 15.4408C16.4162 15.5307 16.2359 15.5627 15.9012 15.5627Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M17.4463 21.5602L17.4383 21.5613C15.935 21.754 14.4842 21.676 13.0358 21.2949C12.3248 21.1078 11.6799 20.8643 11.1583 20.5195C11.1409 20.504 11.1246 20.4901 11.11 20.4778C11.0755 20.4487 11.041 20.4211 11.0169 20.4019L11.0139 20.3994C10.986 20.3771 10.97 20.3643 10.9566 20.353C10.9517 20.3489 10.9487 20.3463 10.9472 20.3449C10.9041 20.3016 10.8814 20.2747 10.8704 20.2606C10.8697 20.2522 10.8691 20.2401 10.8691 20.2235V20.2174V20.2113V20.2052V20.1991V20.193V20.1869V20.1808V20.1747V20.1686V20.1625V20.1564V20.1503V20.1442V20.1381V20.1321V20.126V20.1199V20.1138V20.1077V20.1016V20.0955V20.0894V20.0833V20.0772V20.0711V20.065V20.0589V20.0528V20.0467V20.0406V20.0345V20.0284V20.0223V20.0163V20.0102V20.0041V19.998V19.9919V19.9858V19.9797V19.9736V19.9675V19.9614V19.9553V19.9492V19.9431V19.937V19.9309V19.9248V19.9187V19.9126V19.9065V19.9004V19.8943V19.8882V19.8821V19.876V19.8699V19.8639V19.8578V19.8517V19.8456V19.8395V19.8334V19.8273V19.8212V19.8151V19.809V19.8029V19.7968V19.7907V19.7846V19.7785V19.7724V19.7663V19.7602V19.7541V19.748V19.7419V19.7358V19.7297V19.7236V19.7175V19.7114V19.7053V19.6992V19.6931V19.687V19.6809V19.6748V19.6687V19.6626V19.6565V19.6504V19.6443V19.6382V19.6321V19.626V19.6199V19.6138V19.6076V19.6015V19.5954V19.5893V19.5832V19.5771V19.571V19.5649V19.5588V19.5527V19.5466V19.5405V19.5344V19.5283V19.5222V19.5161V19.51V19.5039V19.4978V19.4916V19.4855V19.4794V19.4733V19.4672V19.4611V19.455V19.4489V19.4428V19.4367V19.4306V19.4245V19.4183V19.4122V19.4061V19.4V19.3939V19.3878V19.3817V19.3756V19.3695V19.3633V19.3572V19.3511V19.345V19.3389V19.3328V19.3267V19.3205V19.3144V19.3083V19.3022V19.2961V19.29V19.2839V19.2777V19.2716V19.2655V19.2594V19.2533V19.2472V19.241V19.2349V19.2288V19.2227V19.2166V19.2104V19.2043V19.1982V19.1921V19.186V19.1798V19.1737V19.1676V19.1615V19.1554V19.1492V19.1431V19.137V19.1309V19.1247V19.1186V19.1125V19.1064V19.1002V19.0941V19.088V19.0819V19.0757V19.0696V19.0635V19.0573V19.0512V19.0451V19.039V19.0328V19.0267V19.0206V19.0144V19.0083V19.0022V18.9961V18.9899V18.9838V18.9777V18.9715V18.9654V18.9593V18.9531V18.947V18.9409V18.9347V18.9286V18.9224V18.9163V18.9102V18.904V18.8979V18.8918V18.8856V18.8795V18.8733V18.8672V18.8611V18.8549V18.8488V18.8426V18.8365V18.8304V18.8242V18.8181V18.8119V18.8058V18.7996V18.7935V18.7874V18.7812V18.7751V18.7689V18.7628V18.7566V18.7505V18.7443V18.7382V18.732V18.7259V18.7197V18.7136V18.7074V18.7013V18.6951V18.689V18.6828V18.6767V18.6705V18.6644V18.6582V18.652V18.6459V18.6397V18.6336V18.6274V18.6213V18.6151V18.6089V18.6028V18.5966V18.5905V18.5843V18.5781V18.572V18.5658V18.5597V18.5535V18.5473V18.5412V18.535V18.5288V18.5227V18.5165V18.5103V18.5042V18.498V18.4918V18.4857V18.4795V18.4733V18.4672V18.461V18.4548V18.4486V18.4425V18.4363V18.4301V18.424V18.4178V18.4116V18.4054V18.3992V18.3931V18.3869V18.3807V18.3745V18.3684V18.3622V18.356V18.3498V18.3436V18.3375V18.3313V18.3251V18.3189V18.3127V18.3065V18.3004V18.2942V18.288V18.2818V18.2756V18.2694V18.2632V18.257V18.2508V18.2447V18.2385V18.2323V18.2261V18.2199V18.2137V18.2075V18.2013V18.1951V18.1889V18.1827V18.1765V18.1703V18.1641V18.1579V18.1517V18.1455V18.1393V18.1331V18.1269V18.1207V18.1145V18.1083V18.1021V18.0959V18.0897V18.0835V18.0773V18.0711V18.0649V18.0586V18.0524V18.0462V18.04V18.0338V18.0276V18.0214V18.0152V18.0089V18.0027V17.9965V17.9903V17.9841V17.9779V17.9716V17.9654V17.9592V17.953V17.9468V17.9405V17.9343V17.9281V17.9219V17.9156V17.9109L14.4943 19.1306C15.4203 19.4556 16.3539 19.4488 17.2993 19.1337L17.2993 19.1337L17.3073 19.1309C18.0237 18.8853 18.7623 18.6493 19.513 18.4095L19.5181 18.4079C20.0153 18.2491 20.5177 18.0886 21.0163 17.9242C21.0145 18.7109 21.0071 19.4802 20.9761 20.2234L20.9723 20.3146C20.8363 20.4696 20.6175 20.595 20.1794 20.8145C19.3133 21.1884 18.3759 21.4487 17.4463 21.5603L17.4463 21.5602ZM21.0167 17.1808C21.0166 17.1792 21.0166 17.1783 21.0166 17.1783L21.0167 17.1808Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M24.2629 15.7306C24.1381 15.7722 24.0965 15.8138 24.0965 15.9802C24.0965 16.937 24.0965 17.8522 24.0965 18.8091C24.0965 18.8923 24.0549 19.0171 24.0133 19.1003C23.8053 19.5995 23.5973 20.0987 23.4309 20.5979C23.2645 21.0556 23.3477 21.5548 23.6805 21.8876C23.7637 22.0124 23.9301 22.1372 24.0549 22.2204C24.1797 22.3452 24.3877 22.3868 24.5541 22.4284C24.8453 22.47 25.0949 22.3036 25.3029 22.1372C25.3861 22.054 25.5109 21.9708 25.5941 21.846C25.8438 21.5132 25.8854 21.0972 25.8022 20.7227C25.6773 20.1403 25.4277 19.6411 25.1781 19.1419C25.0949 19.0587 25.0949 18.8923 25.0949 18.8091C25.0949 17.769 25.0949 16.7706 25.0949 15.7306C25.0949 15.5225 24.9285 15.5641 24.8453 15.6057L24.2629 15.7306Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2166'%3E%3Crect width='20' height='20' fill='%23B62066' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Work"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2177)'%3E%3Cpath d='M7.66699 13.4999C7.66699 12.5794 8.41318 11.8333 9.33366 11.8333H22.667C23.5875 11.8333 24.3337 12.5794 24.3337 13.4999V22.6666C24.3337 23.5871 23.5875 24.3333 22.667 24.3333H9.33366C8.41318 24.3333 7.66699 23.5871 7.66699 22.6666V13.4999Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.3337 11.8334V9.33341C19.3337 8.41294 18.5875 7.66675 17.667 7.66675H14.3337C13.4132 7.66675 12.667 8.41294 12.667 9.33341V11.8334' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3337 16H7.66699' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.833 16V17.6667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.167 16V17.6667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2177'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Work"]::before,
#chatWindow #messages li.smrtBtn[value="Work"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cg clip-path='url(%23clip0_340_2177)'%3E%3Cpath d='M7.66699 13.4999C7.66699 12.5794 8.41318 11.8333 9.33366 11.8333H22.667C23.5875 11.8333 24.3337 12.5794 24.3337 13.4999V22.6666C24.3337 23.5871 23.5875 24.3333 22.667 24.3333H9.33366C8.41318 24.3333 7.66699 23.5871 7.66699 22.6666V13.4999Z' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.3337 11.8334V9.33341C19.3337 8.41294 18.5875 7.66675 17.667 7.66675H14.3337C13.4132 7.66675 12.667 8.41294 12.667 9.33341V11.8334' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3337 16H7.66699' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.833 16V17.6667' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.167 16V17.6667' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2177'%3E%3Crect width='20' height='20' fill='%23B62066' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Work"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cg clip-path='url(%23clip0_340_2177)'%3E%3Cpath d='M7.66699 13.4999C7.66699 12.5794 8.41318 11.8333 9.33366 11.8333H22.667C23.5875 11.8333 24.3337 12.5794 24.3337 13.4999V22.6666C24.3337 23.5871 23.5875 24.3333 22.667 24.3333H9.33366C8.41318 24.3333 7.66699 23.5871 7.66699 22.6666V13.4999Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.3337 11.8334V9.33341C19.3337 8.41294 18.5875 7.66675 17.667 7.66675H14.3337C13.4132 7.66675 12.667 8.41294 12.667 9.33341V11.8334' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3337 16H7.66699' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.833 16V17.6667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.167 16V17.6667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_340_2177'%3E%3Crect width='20' height='20' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="Legal"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6252 8.29175C16.6252 8.12599 16.5594 7.96702 16.4422 7.84981C16.325 7.7326 16.166 7.66675 16.0002 7.66675C15.8345 7.66675 15.6755 7.7326 15.5583 7.84981C15.4411 7.96702 15.3752 8.12599 15.3752 8.29175V9.75008H13.7302C13.4375 9.74995 13.1515 9.83793 12.9094 10.0026L11.4969 10.9642C11.4622 10.9877 11.4213 11.0002 11.3794 11.0001H7.96107C7.79531 11.0001 7.63633 11.0659 7.51912 11.1831C7.40191 11.3003 7.33607 11.4593 7.33607 11.6251C7.33607 11.7908 7.40191 11.9498 7.51912 12.067C7.63633 12.1842 7.79531 12.2501 7.96107 12.2501H9.27523L6.4694 18.6501C6.4164 18.775 6.4048 18.9136 6.43629 19.0455C6.46778 19.1775 6.54071 19.2959 6.6444 19.3834C6.71107 19.4367 6.77857 19.4876 6.9019 19.5676C7.0569 19.6684 7.27857 19.7992 7.5619 19.9284C8.12857 20.1876 8.9469 20.4451 9.95857 20.4451C10.7853 20.4467 11.6026 20.2705 12.3552 19.9284C12.6386 19.7992 12.8602 19.6684 13.0152 19.5676C13.1402 19.4867 13.2069 19.4359 13.2736 19.3817C13.3781 19.2952 13.4516 19.177 13.483 19.045C13.5144 18.913 13.5021 18.7744 13.4477 18.6501L10.6411 12.2501H11.3794C11.6719 12.2501 11.9577 12.1617 12.1994 11.9976L13.6127 11.0359C13.6472 11.0126 13.6878 11.0001 13.7294 11.0001H15.3752V23.0834H11.6361C11.4703 23.0834 11.3113 23.1493 11.1941 23.2665C11.0769 23.3837 11.0111 23.5427 11.0111 23.7084C11.0111 23.8742 11.0769 24.0331 11.1941 24.1504C11.3113 24.2676 11.4703 24.3334 11.6361 24.3334H20.3644C20.5302 24.3334 20.6891 24.2676 20.8063 24.1504C20.9236 24.0331 20.9894 23.8742 20.9894 23.7084C20.9894 23.5427 20.9236 23.3837 20.8063 23.2665C20.6891 23.1493 20.5302 23.0834 20.3644 23.0834H16.6252V11.0001H18.2702C18.3119 11.0001 18.3536 11.0126 18.3869 11.0359L19.8011 11.9976C20.0427 12.1617 20.3286 12.2501 20.6211 12.2501H21.3594L18.5527 18.6501C18.4966 18.7781 18.485 18.9211 18.5197 19.0565C18.5545 19.1918 18.6336 19.3116 18.7444 19.3967C18.7544 19.4042 18.7444 19.3967 18.7461 19.3967C18.8287 19.459 18.915 19.5163 19.0044 19.5684C19.1586 19.6617 19.3794 19.7817 19.6627 19.9017C20.4163 20.2167 21.2252 20.3777 22.0419 20.3751C22.8589 20.3775 23.6682 20.2163 24.4219 19.9009C24.7036 19.7817 24.9252 19.6617 25.0802 19.5684C25.1693 19.5158 25.2556 19.4585 25.3386 19.3967C25.4494 19.3116 25.5285 19.1918 25.5632 19.0565C25.598 18.9211 25.5864 18.7781 25.5302 18.6501L22.7252 12.2501H24.0402C24.206 12.2501 24.365 12.1842 24.4822 12.067C24.5994 11.9498 24.6652 11.7908 24.6652 11.6251C24.6652 11.4593 24.5994 11.3003 24.4822 11.1831C24.365 11.0659 24.206 11.0001 24.0402 11.0001H20.6219C20.5803 11.0001 20.5397 10.9876 20.5052 10.9642L19.0911 10.0026C18.8492 9.83809 18.5635 9.75012 18.2711 9.75008H16.6252V8.29175ZM7.82773 18.6651C8.48365 19.0141 9.21557 19.1959 9.95857 19.1942C10.7016 19.1959 11.4335 19.0141 12.0894 18.6651L9.95857 13.8067L7.82773 18.6651ZM19.9194 18.6451C19.9877 18.6784 20.0644 18.7142 20.1486 18.7501C20.5902 18.9359 21.2361 19.1251 22.0419 19.1251C22.7765 19.1272 23.5021 18.9631 24.1644 18.6451L22.0419 13.8059L19.9194 18.6451Z' fill='white' stroke='white' stroke-width='0.7'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Legal"]::before,
#chatWindow #messages li.smrtBtn[value="Legal"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6252 8.29175C16.6252 8.12599 16.5594 7.96702 16.4422 7.84981C16.325 7.7326 16.166 7.66675 16.0002 7.66675C15.8345 7.66675 15.6755 7.7326 15.5583 7.84981C15.4411 7.96702 15.3752 8.12599 15.3752 8.29175V9.75008H13.7302C13.4375 9.74995 13.1515 9.83793 12.9094 10.0026L11.4969 10.9642C11.4622 10.9877 11.4213 11.0002 11.3794 11.0001H7.96107C7.79531 11.0001 7.63633 11.0659 7.51912 11.1831C7.40191 11.3003 7.33607 11.4593 7.33607 11.6251C7.33607 11.7908 7.40191 11.9498 7.51912 12.067C7.63633 12.1842 7.79531 12.2501 7.96107 12.2501H9.27523L6.4694 18.6501C6.4164 18.775 6.4048 18.9136 6.43629 19.0455C6.46778 19.1775 6.54071 19.2959 6.6444 19.3834C6.71107 19.4367 6.77857 19.4876 6.9019 19.5676C7.0569 19.6684 7.27857 19.7992 7.5619 19.9284C8.12857 20.1876 8.9469 20.4451 9.95857 20.4451C10.7853 20.4467 11.6026 20.2705 12.3552 19.9284C12.6386 19.7992 12.8602 19.6684 13.0152 19.5676C13.1402 19.4867 13.2069 19.4359 13.2736 19.3817C13.3781 19.2952 13.4516 19.177 13.483 19.045C13.5144 18.913 13.5021 18.7744 13.4477 18.6501L10.6411 12.2501H11.3794C11.6719 12.2501 11.9577 12.1617 12.1994 11.9976L13.6127 11.0359C13.6472 11.0126 13.6878 11.0001 13.7294 11.0001H15.3752V23.0834H11.6361C11.4703 23.0834 11.3113 23.1493 11.1941 23.2665C11.0769 23.3837 11.0111 23.5427 11.0111 23.7084C11.0111 23.8742 11.0769 24.0331 11.1941 24.1504C11.3113 24.2676 11.4703 24.3334 11.6361 24.3334H20.3644C20.5302 24.3334 20.6891 24.2676 20.8063 24.1504C20.9236 24.0331 20.9894 23.8742 20.9894 23.7084C20.9894 23.5427 20.9236 23.3837 20.8063 23.2665C20.6891 23.1493 20.5302 23.0834 20.3644 23.0834H16.6252V11.0001H18.2702C18.3119 11.0001 18.3536 11.0126 18.3869 11.0359L19.8011 11.9976C20.0427 12.1617 20.3286 12.2501 20.6211 12.2501H21.3594L18.5527 18.6501C18.4966 18.7781 18.485 18.9211 18.5197 19.0565C18.5545 19.1918 18.6336 19.3116 18.7444 19.3967C18.7544 19.4042 18.7444 19.3967 18.7461 19.3967C18.8287 19.459 18.915 19.5163 19.0044 19.5684C19.1586 19.6617 19.3794 19.7817 19.6627 19.9017C20.4163 20.2167 21.2252 20.3777 22.0419 20.3751C22.8589 20.3775 23.6682 20.2163 24.4219 19.9009C24.7036 19.7817 24.9252 19.6617 25.0802 19.5684C25.1693 19.5158 25.2556 19.4585 25.3386 19.3967C25.4494 19.3116 25.5285 19.1918 25.5632 19.0565C25.598 18.9211 25.5864 18.7781 25.5302 18.6501L22.7252 12.2501H24.0402C24.206 12.2501 24.365 12.1842 24.4822 12.067C24.5994 11.9498 24.6652 11.7908 24.6652 11.6251C24.6652 11.4593 24.5994 11.3003 24.4822 11.1831C24.365 11.0659 24.206 11.0001 24.0402 11.0001H20.6219C20.5803 11.0001 20.5397 10.9876 20.5052 10.9642L19.0911 10.0026C18.8492 9.83809 18.5635 9.75012 18.2711 9.75008H16.6252V8.29175ZM7.82773 18.6651C8.48365 19.0141 9.21557 19.1959 9.95857 19.1942C10.7016 19.1959 11.4335 19.0141 12.0894 18.6651L9.95857 13.8067L7.82773 18.6651ZM19.9194 18.6451C19.9877 18.6784 20.0644 18.7142 20.1486 18.7501C20.5902 18.9359 21.2361 19.1251 22.0419 19.1251C22.7765 19.1272 23.5021 18.9631 24.1644 18.6451L22.0419 13.8059L19.9194 18.6451Z' fill='%23B62066' stroke='%23B62066' stroke-width='0.7'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Legal"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6252 8.29175C16.6252 8.12599 16.5594 7.96702 16.4422 7.84981C16.325 7.7326 16.166 7.66675 16.0002 7.66675C15.8345 7.66675 15.6755 7.7326 15.5583 7.84981C15.4411 7.96702 15.3752 8.12599 15.3752 8.29175V9.75008H13.7302C13.4375 9.74995 13.1515 9.83793 12.9094 10.0026L11.4969 10.9642C11.4622 10.9877 11.4213 11.0002 11.3794 11.0001H7.96107C7.79531 11.0001 7.63633 11.0659 7.51912 11.1831C7.40191 11.3003 7.33607 11.4593 7.33607 11.6251C7.33607 11.7908 7.40191 11.9498 7.51912 12.067C7.63633 12.1842 7.79531 12.2501 7.96107 12.2501H9.27523L6.4694 18.6501C6.4164 18.775 6.4048 18.9136 6.43629 19.0455C6.46778 19.1775 6.54071 19.2959 6.6444 19.3834C6.71107 19.4367 6.77857 19.4876 6.9019 19.5676C7.0569 19.6684 7.27857 19.7992 7.5619 19.9284C8.12857 20.1876 8.9469 20.4451 9.95857 20.4451C10.7853 20.4467 11.6026 20.2705 12.3552 19.9284C12.6386 19.7992 12.8602 19.6684 13.0152 19.5676C13.1402 19.4867 13.2069 19.4359 13.2736 19.3817C13.3781 19.2952 13.4516 19.177 13.483 19.045C13.5144 18.913 13.5021 18.7744 13.4477 18.6501L10.6411 12.2501H11.3794C11.6719 12.2501 11.9577 12.1617 12.1994 11.9976L13.6127 11.0359C13.6472 11.0126 13.6878 11.0001 13.7294 11.0001H15.3752V23.0834H11.6361C11.4703 23.0834 11.3113 23.1493 11.1941 23.2665C11.0769 23.3837 11.0111 23.5427 11.0111 23.7084C11.0111 23.8742 11.0769 24.0331 11.1941 24.1504C11.3113 24.2676 11.4703 24.3334 11.6361 24.3334H20.3644C20.5302 24.3334 20.6891 24.2676 20.8063 24.1504C20.9236 24.0331 20.9894 23.8742 20.9894 23.7084C20.9894 23.5427 20.9236 23.3837 20.8063 23.2665C20.6891 23.1493 20.5302 23.0834 20.3644 23.0834H16.6252V11.0001H18.2702C18.3119 11.0001 18.3536 11.0126 18.3869 11.0359L19.8011 11.9976C20.0427 12.1617 20.3286 12.2501 20.6211 12.2501H21.3594L18.5527 18.6501C18.4966 18.7781 18.485 18.9211 18.5197 19.0565C18.5545 19.1918 18.6336 19.3116 18.7444 19.3967C18.7544 19.4042 18.7444 19.3967 18.7461 19.3967C18.8287 19.459 18.915 19.5163 19.0044 19.5684C19.1586 19.6617 19.3794 19.7817 19.6627 19.9017C20.4163 20.2167 21.2252 20.3777 22.0419 20.3751C22.8589 20.3775 23.6682 20.2163 24.4219 19.9009C24.7036 19.7817 24.9252 19.6617 25.0802 19.5684C25.1693 19.5158 25.2556 19.4585 25.3386 19.3967C25.4494 19.3116 25.5285 19.1918 25.5632 19.0565C25.598 18.9211 25.5864 18.7781 25.5302 18.6501L22.7252 12.2501H24.0402C24.206 12.2501 24.365 12.1842 24.4822 12.067C24.5994 11.9498 24.6652 11.7908 24.6652 11.6251C24.6652 11.4593 24.5994 11.3003 24.4822 11.1831C24.365 11.0659 24.206 11.0001 24.0402 11.0001H20.6219C20.5803 11.0001 20.5397 10.9876 20.5052 10.9642L19.0911 10.0026C18.8492 9.83809 18.5635 9.75012 18.2711 9.75008H16.6252V8.29175ZM7.82773 18.6651C8.48365 19.0141 9.21557 19.1959 9.95857 19.1942C10.7016 19.1959 11.4335 19.0141 12.0894 18.6651L9.95857 13.8067L7.82773 18.6651ZM19.9194 18.6451C19.9877 18.6784 20.0644 18.7142 20.1486 18.7501C20.5902 18.9359 21.2361 19.1251 22.0419 19.1251C22.7765 19.1272 23.5021 18.9631 24.1644 18.6451L22.0419 13.8059L19.9194 18.6451Z' fill='white' stroke='white' stroke-width='0.7'/%3E%3C/svg%3E%0A");
    }
}

#chatWindow #messages li.smrtBtn[value="none of the above"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Crect x='9' y='15' width='14' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="none of the above"]::before,
#chatWindow #messages li.smrtBtn[value="none of the above"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Crect x='9' y='15' width='14' height='2' rx='1' fill='%23B62066'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="none of the above"]:not(.selected):hover::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Crect x='9' y='15' width='14' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A");
    }
}

/*Ameya S-S css*/
/* Andrii: Fix icon on hover */
#chatWindow #messages li.smrtBtn[value="Translation and Interpretation"]::before {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath d='M13.083 19.3333L13.9945 17.25M13.9945 17.25L15.9997 12.6666L18.0049 17.25M13.9945 17.25H18.0049M18.9163 19.3333L18.0049 17.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.0003 14.3333C23.2282 10.5295 19.8652 7.66663 15.8336 7.66663C11.802 7.66663 8.43911 10.5295 7.66699 14.3333L10.167 13.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.66699 17.6666C8.43911 21.4704 11.802 24.3333 15.8336 24.3333C19.8652 24.3333 23.2282 21.4704 24.0003 17.6666L21.8337 18.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#chatWindow #messages li.smrtBtn.selected[value="Translation and Interpretation"]::before,
#chatWindow #messages li[value="Translation and Interpretation"]:hover::before{    
    background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FFFFFF'/%3E%3Cpath d='M13.083 19.3333L13.9945 17.25M13.9945 17.25L15.9997 12.6666L18.0049 17.25M13.9945 17.25H18.0049M18.9163 19.3333L18.0049 17.25' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.0003 14.3333C23.2282 10.5295 19.8652 7.66663 15.8336 7.66663C11.802 7.66663 8.43911 10.5295 7.66699 14.3333L10.167 13.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.66699 17.6666C8.43911 21.4704 11.802 24.3333 15.8336 24.3333C19.8652 24.3333 23.2282 21.4704 24.0003 17.6666L21.8337 18.5' stroke='%23B62066' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
    #chatWindow #messages li.smrtBtn[value="Translation and Interpretation"]:not(.selected):hover::before {
		background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23B62066'/%3E%3Cpath d='M13.083 19.3333L13.9945 17.25M13.9945 17.25L15.9997 12.6666L18.0049 17.25M13.9945 17.25H18.0049M18.9163 19.3333L18.0049 17.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.0003 14.3333C23.2282 10.5295 19.8652 7.66663 15.8336 7.66663C11.802 7.66663 8.43911 10.5295 7.66699 14.3333L10.167 13.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.66699 17.6666C8.43911 21.4704 11.802 24.3333 15.8336 24.3333C19.8652 24.3333 23.2282 21.4704 24.0003 17.6666L21.8337 18.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	}
}

/* Popup */
.modal .modal-content {
    max-width: 500px;
}
.modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: none;
}
.modal .modal-header {
    align-items: center;
    background-color: #b62066;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #FFFFFF;
    column-gap: 20px;
    display: flex;
    flex-direction: row-reverse;
    font-family: 'Caviar Dreams', sans-serif;
    padding: 20px 20px 20px 20px;
    width: 100%;
}
.modal .modal-header h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}
.modal .modal-header .close {
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-xmark' aria-hidden='true' focusable='false' data-prefix='far' data-icon='xmark' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23FFFFFF' d='M312.1 375c9.369 9.369 9.369 24.57 0 33.94s-24.57 9.369-33.94 0L160 289.9l-119 119c-9.369 9.369-24.57 9.369-33.94 0s-9.369-24.57 0-33.94L126.1 256L7.027 136.1c-9.369-9.369-9.369-24.57 0-33.94s24.57-9.369 33.94 0L160 222.1l119-119c9.369-9.369 24.57-9.369 33.94 0s9.369 24.57 0 33.94L193.9 256L312.1 375z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    color: transparent !important;
    font-size: 20px;
    height: 26px;
    padding: 4px;
    width: 26px;
}
.modal .modal-body {
    align-self: flex-start;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: auto;
    margin: 8px 20px 0 20px;
    padding: 0;
    position: relative;
    width: calc(100% - 40px);
}
/* 
.modal .modal-body:after {
    content: url(https://cdn.orbita.cloud/adira/nia/icons/bubble-avatar.svg);
    left: -45px;
    margin-bottom: 12px;
    position: absolute;
    bottom: -8px;
} 
*/
.modal .modal-body p {
    background: rgba(182, 32, 102, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0px 16px;
}
.modal .modal-body p:first-child {
    border-radius: 20px 20px 0 0px;
    margin-top: 12px;
    padding: 12px 16px;
}
.modal .modal-body p:last-child {
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 12px;
    padding: 12px 16px;
}
.modal .modal-footer {
    margin: 8px 20px 0 60px;
    padding: 0;
    position: relative;
    height: initial;
    display: flex;
    padding-bottom: 20px;
}
.modal .modal-footer .button.btn {
    border: 1px solid #B62066;
    border-radius: 50px;
    background: #FFFFFF;
    color: #B62066;
    font-family: 'Gudea', sans-serif;
    font-weight: 700;
    transition: all .3s;
    position: initial;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left;
    height: auto;
    padding: 10px 20px;
    margin: 4px !important;
    line-height: 16px;
    width: auto;
}
.modal .modal-footer .button.btn:hover {
    background-color: #B62066;
    color: #FFFFFF;
}