body {
    font-family: sans-serif;
}

.stgh-help-catcher-form-file-upload {
    clear: both;
    float: left;
    position: relative;
    top: 10px;
}

#stgh-help-catcher-attach-file, #stgh_remove_file {
    color: #1b7aa6;
    font-size: 13px;
    padding: 25px 0 0 0;
    text-decoration: underline;
}

#stgh_remove_file {
    display: none;
    font-size: 10px;
    position: absolute;
    right: -20px;
    top: -22px;
    cursor: pointer;
    color: #e86a67;
    font-family: sans-serif;
    font-weight: 600;
    text-decoration: none;
}

#stgh-help-catcher-form input[type="file"] {
    cursor: pointer;
    display: block;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#stgh-help-catcher-result-success {
    display: none;
    text-align: center;
}

#stgh-help-catcher-result-error {
    display: none;
    text-align: center;
}

#stgh-help-catcher-mobile-close-block {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;;
    cursor: pointer;
}

#stgh-help-catcher-mobile-close-block a {
    text-decoration: none;
    color: #e86a67;
}

#stgh-hc-button-success, #stgh-hc-button-error {
    height: 70px;
    position: relative;
    width: 70px;
}

#stgh-help-catcher-form {
    padding: 20px 10px 0px 10px;
}

#stgh-help-catcher-form-label {
    color: #666666;
    font-size: 16px;
    text-align: center;
    font-family: serif;
}

#stgh-help-catcher-form .btn {
    float: right;
    /*background-color: #0da5ee;*/
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    border-radius: 5px;
    color: white;
    border: 0 none;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    font-family: serif;
}

#stgh-help-catcher-form input[type='text'], #stgh-help-catcher-form textarea {
    background-color: white;
    border: 1px solid #cccccc;
    margin: 5px 0 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: serif;
}

#stgh-help-catcher-form input[type='text'] {
    height: 41px;
}

#stgh-help-catcher-form textarea {
    height: 130px;
}

label.stgh-help-catcher-valid-error {
    font-size: 12px;
    color: red;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 450px) {
    #stgh-help-catcher-form textarea {
        height: 20% !important;
    }
}

.stgh-help-catcher-valid-error {
    height: 15px;
    display: block !important;
}

.grecaptcha-badge{
   display: none !important;
}

#stgh-help-catcher-mobile-close-block + div
{
    transform:scale(0.90);
    -webkit-transform:scale(0.90);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    top:10px !important;
}

.stgh-help-catcher-gdpr {
    clear: both;
    float: none;
    display: table;
    margin-bottom:10px;
}

.stgh-help-catcher-gdpr input {
    display: table-cell;
}


.stgh-help-catcher-gdpr label{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: gray;
}

.stgh-help-catcher-gdpr label p{
    margin: 0;
}
