.support-form-button {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #bad2d8 !important;
    color: #45595E !important;
    fill: #45595E !important;
    padding: .5rem 1.2rem;
    border-radius: 999rem;
    letter-spacing: 0.1rem;
    font-size: 1.07143rem;
    border: none !important;
    font-weight: 700;
    box-sizing: border-box;
    margin: 0;
    /*table-layout: auto;*/
    white-space: nowrap !important;
    cursor: pointer !important;
    /*text-align: left !important;*/
    /*display: inline-block !important;*/
    display: flex;
    align-items: center;
    max-width: 100%;
    position: fixed;
    bottom: 17px;
    left: 22px;
    z-index: 1000;
}

.support-form-button .icon {
    /*vertical-align: middle;*/
    /*padding: 0;*/
    /*margin: 4px 0 0 0;*/
    color: inherit !important;
    /*display: inline-block !important;*/
    max-width: 100%;
    margin-bottom: .75rem;
    padding-right: .5rem;
}

.support-form-button .text {
    /*vertical-align: middle;*/
    padding: 0;
    color: inherit !important;
    display: inline-block !important;
    max-width: 100%;
}

.support-form-container {
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    bottom: 17px;
    left: 22px;
    flex-direction: column;
    box-sizing: border-box;
    color: rgb(47, 57, 65);
    max-width: 100vw;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, .2) 0 0 0.428571rem 0;
    border-radius: 0.571429rem;
    z-index: 1001;
    font-weight: inherit;
}

.support-form-container .form-header {
    padding: 0.43rem 1rem;
    background: rgb(186, 210, 216) !important;
    color: rgb(69, 89, 94) !important;
}

.support-form-container .form-header div {
    display: flex;
    align-content: stretch;
    -webkit-box-align: center;
    align-items: center;
    min-height: 2rem;
}

.support-form-container .form-header div h1 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.0214286rem;
    line-height: 1.5;
    font-size: 1.07143rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0;
}

.support-form-container .form-header div button {
    width: 2rem;
    height: 2rem;
    -webkit-appearance: button;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: border-color 0.25s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: inherit;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    user-select: none;
    line-height: 30px;
    font-size: 12px;
    background-color: transparent;
    border: none;
    padding: 0;
    color: rgb(104, 115, 125);
}

.support-form-container form {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-block-end: 0;
    -webkit-box-flex: 2;
    flex-grow: 2;
    overflow: hidden auto;
    min-width: 20rem;
}

.support-form-container form .inner {
    padding-top: 1.07143rem;
    padding-left: 0.714286rem;
    padding-right: 1.07143rem;
    margin-left: 0.714286rem;
    margin-right: 0.357143rem;
}

.support-form-container form label {
    vertical-align: middle;
    color: rgb(47, 57, 65);
    font-size: 14px;
}

.support-form-container form label strong {
    font-weight: bold;
}

.support-form-container form .alert {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 1.33333;
    font-size: 12px;
    color: rgb(204, 51, 64);
}

.support-form-container form .alert svg {
    margin-right: 4px;
    position: relative;
    bottom: -3px;
}

.support-form-container form input[type=text], .support-form-container form textarea {
    margin-top: 8px;
    appearance: none;
    transition: border-color 0.25s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    border: 1px solid rgb(216, 220, 222);
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: inherit;
    padding: 0.714286em 0.857143em;
    min-height: 40px;
    line-height: 1.28571;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    color: rgb(47, 57, 65);
    cursor: auto;
    margin-bottom: 8px;
}

.support-form-container form textarea {
    height: 8rem;
}

.support-form-container form textarea:focus, .support-form-container form textarea:hover {
    border-color: rgb(104, 115, 125) !important;
}

.support-form-container form .btn {
    background-color: rgb(47, 57, 65) !important;
    color: rgb(255, 255, 255) !important;
    -webkit-appearance: button;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: border-color 0.25s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    user-select: none;
    padding: 0 1.07143em;
    font-size: 14px;
    height: 2.71429rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 2.57143rem !important;
}

.support-form-container form footer {
    padding: 1.07143rem 1.42857rem;
    border-top: 0.0785714rem solid rgb(233, 235, 237);
    box-shadow: rgba(0, 0, 0, .80) 0 -0.0714286rem 0.857143rem;
    display: block;
}

.support-form-container form footer div {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    float: right;
}

@media print {
    .support-form-container {
        display: none !important;
    }
    .support-form-button {
        display: none !important;
    }
}