  #simple-cf7-popup {
    position: fixed;
    bottom: 0px;
    transform: translate(0, 0);
    right: 0px;
    width: 350px;
    z-index: 9998;
    padding: 20px;
    margin: 0px;
    opacity: 1;
    max-height: 80%;
    background-color: var(--frejared);
    color: #fff;
    overflow-y: scroll;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #fff var(--frejared);
}

#simple-cf7-popup h2 {
    font-size: 1.9rem;
}

#simple-cf7-popup-content {
    width: 100%;
    position: relative;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#simple-cf7-popup-content a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

#simple-cf7-popup #simple-cf7-popup-close {
    cursor: pointer;
    color: #fff;
    width: 17px;
    align-self: flex-end;
}

#simple-cf7-popup-toggle {
    background-image: url('/wp-content/plugins/simple-cf7-popup/icon-chat.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    bottom: 12px;
    right: 12px;
    background-color: var(--frejared);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    z-index: 99;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #313131;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    #simple-cf7-popup-toggle {
        background-size: 25px 25px;
        width: 50px;
        height: 50px;
    }
}


@media (min-width: 1200px) {}

@media (min-width: 1400px) {}