body {
    font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 0.9rem;
    line-height: 20px;
}

@media all and (max-width: 600px) {
    .smkchat-container {
        width: 100% !important;
        margin: 0 !important;
        height: 80% !important;
        bottom: 0 !important;
        top: 0 !important;
    }
    .smkchat-header {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        height: 10% !important;
    }
    .smkchat-privacy {
        height: 5% !important;
        border-radius: 0 !important;
        bottom:0 !important;
        position:fixed !important;
        margin:0 !important;
    }
    .smkchat-button {
        width: auto !important;
        padding: 20px !important;
    }
    #chat-element {
        position: fixed !important;
        top: 10% !important;
        bottom: 5% !important;
        height: 90% !important;
    }
}

.smkchat-header {
    /* width: 100%; */
    display: block;
    height: 60px;
    background-color: rgba(22, 79, 73, 1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: -30px;
    color: white;
    font-weight: bold;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.smkchat-button {
    border: none;
    background-color: rgb(22, 79, 73);
    color: white;
    width: 150px;
    border-radius: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
    position: fixed;
    margin: 10px;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
}

.smkchat-privacy {
    background-color: rgba(22, 79, 73, 0.6);
    font-size: 0.8rem;
    padding: 16px;
    /* border-radius: 10px; */
    color: white;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: -2px;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

#chat-element {
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    height: 100%;
    display: block;
    border-radius: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: none;
}

.smkchat-container {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    right: 0;
    bottom: 75px;
    height: 50%;
    width: 384px;
    margin-right: 12px;
    margin-bottom: 150px;
}

.smkchat-icon {
    right: -300px;
    z-index: 9999;
    bottom: -40px;
    position: relative;
    background-image: url('//napiers.net/cdn/shop/files/napiers_logo-1860_390x.png?v=1656073414');
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50px;
    background-size: 400% 75px;
    background-position-x: -2px;
    background-position-y: -6px;
}

#messages > div > div > div > a {
    color:white;
}