#ujet-widget {
    --text-color: #202020;
    --muted-color: #838383;
    --launcher-default-border: 6px solid #fdb83f;
    --launcher-default-background: #fdb83f;
    --launcher-default-color: #1f344b;
    --launcher-default-border-color: #fdb83f;
    --launcher-hover-border: 6px solid #fdb83f;
    --launcher-hover-background: #fdb83f;
    --launcher-hover-color: #1f344b;
    --launcher-hover-border-color: #fdb83f;
    --launcher-focus-border: 6px solid #feeac5;
    --launcher-focus-background: #fdb83f;
    --launcher-focus-color: #1f344b;
    --launcher-focus-border-color: #feeac5;
    --launcher-active-border: 6px solid #feeac5;
    --launcher-active-background: #fdb83f;
    --launcher-active-color: #1f344b;
    --launcher-active-border-color: #feeac5;
    --widget-border-width: 1px;
    --widget-border-color: #ffffff;
    --chat-bubble-user-background: #1f344b;
    --chat-bubble-user-color: #ffffff;
    --general-button-default-background: #fdb83f;
    --general-button-default-color: #1f344b;
    --general-button-default-border: 1px solid #ffffff;
    --general-button-default-outline: 1px solid transparent;
    --general-button-hover-background: #fdb83f;
    --general-button-hover-color: #1f344b;
    --general-button-hover-border: 1px solid #ffffff;
    --general-button-hover-outline: 1px solid transparent;
    --general-button-active-background: #fdb83f;
    --general-button-active-color: #1f344b;
    --general-button-active-border: 1px solid #ffffff;
    --general-button-active-outline: 1px solid transparent;
    --general-button-focus-background: #fdb83f;
    --general-button-focus-color: #1f344b;
    --general-button-focus-border: 1px solid #ffffff;
    --general-button-focus-outline: 2px solid #bcc2c9;
    --dialog-primary-button-default-background: #fdb83f;
    --dialog-primary-button-default-color: #1f344b;
    --dialog-primary-button-default-border: 0 solid #1f344b;
    --dialog-primary-button-default-oultine: none;
    --dialog-primary-button-hover-background: #fdb83f;
    --dialog-primary-button-hover-color: #1f344b;
    --dialog-primary-button-hover-border: 0 solid #1f344b;
    --dialog-primary-button-hover-oultine: none;
    --dialog-primary-button-focus-background: #fdb83f;
    --dialog-primary-button-focus-color: #1f344b;
    --dialog-primary-button-focus-border: 0 solid #1f344b;
    --dialog-primary-button-focus-oultine: 2px solid #6d7b8a;
    --dialog-primary-button-active-background: #fdb83f;
    --dialog-primary-button-active-color: #1f344b;
    --dialog-primary-button-active-border: 0 solid #192a3c;
    --dialog-primary-button-active-oultine: none;
    --ujet-right: 40px;
    --ujet-bottom: 30px;
    --base-accent: #1f344b;
    --accent-1: #fbfbfb;
    --accent-2: #f6f7f8;
    --accent-3: #edeff1;
    --accent-4: #e4e7e9;
    --accent-5: #d7dadf;
    --accent-6: #bcc2c9;
    --accent-7: #9aa4ae;
    --accent-8: #6d7b8a;
    --accent-9: #1f344b;
    --accent-10: #1a2c40;
    --accent-11: #192a3c;
    --accent-12: #131f2d;
    --accent-contrast: #ffffff;
}

#webchat-icon {
    display: none;
}

#chat-widget {
    position: relative;
    z-index: 99999;
}

#userform-container {
    position: fixed;
    z-index: 99999;
    right: 40px;
    bottom: 0px;
    margin-bottom: 30px;
    color: var(--base-accent)
}

.hide {
    display: none;
}

#userform {
    display: flex;
    padding: 32px;
    flex-direction: column;
    gap: 16px;
    background: var(--accent-10);
    width: 450px;
    border-radius: 12px;
    margin-bottom: 20px;
}

#userform.hide {
    display: none;
}

#userform h2 {
    color: var(--accent-contrast);
    text-align: center;
    font-family: var(--launcher-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.84px;
    text-align: start;
    margin-bottom: 16px;
    /*    resets global styling;*/
    margin-top: unset;
    border-bottom: unset;
}

#userform label {
    /*    resets global styling;*/
    width: unset;
    margin: unset;
    vertical-align: unset;
}

#userform input {
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
    color: var(--text-color);
    font-family: var(--launcher-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /*    resets global styling;*/
    height: unset;
    line-height: unset;
}

#userform select {
    appearance: auto;
    background: white;
    text-align: left;
    text-indent: 0;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 8px 6px;
    height: unset;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    color: var(--text-color);
    font-family: var(--launcher-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /*    resets global styling;*/
    line-height: unset;
}

#userform input::placeholder,
#userform select:has(> option[value=""]:checked) {
    color: var(--muted-color, #636c72);
}

#userform option {
    font-size: 12px;
}

#userform button {
    border-radius: var(--size-2, 12px);
    background: var(--general-button-default-background);
    min-width: 192px;
    padding: 4px 14px;
    color: var(--general-button-default-color, var(--accent-contrast));
    text-align: center;
    font-family: var(--launcher-font-family);
    font-size: var(--font-size-3, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    width: 100%;
    /*    resets global styling;*/
    height: unset;
    margin: unset;
    border: unset
}

#userform button:hover {
    background: var(--general-button-hover-background);
    color: var(--general-button-hover-color);
}

#userform-button {
    width: 80px;
    height: 80px;
    float: right;
}

#userform-button button {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    padding: 0;
    border-radius: 40px;
    border: 6px solid var(--launcher-default-border-color);
    background: var(--launcher-default-background);
    /*    resets global styling;*/
    min-width: unset;
}

/*  resets global styling for button shadow*/
#userform-button button:focus:before,
#userform-button button:hover:before {
    background-color: unset;
}

#userform-button svg {
    fill: var(--launcher-default-color);
    background: var(--launcher-default-background);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#userform-button.minimized svg#chat {
    transform: scale(0.46);
    opacity: 1;
}

#userform-button.minimized svg#minimize {
    transform: scale(0);
    opacity: 0;
    display: none;
}

#userform-button.show-form svg#chat {
    transform: scale(0);
    opacity: 0;
    display: none;
}

#userform-button.show-form svg#minimize {
    transform: scale(0.46);
    opacity: 1;
}

.fixed {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

@media (max-width: 600px),
(max-height: 600px) {
    #userform {
        width: 260px;
        padding: 20px;
    }

    #userform input {
        padding: 4px 5px;
    }

    #userform select {
        padding: 4px 5px;
    }
}