/*html {
   font-size: 14px;
}*/

#crmcarecloud-api-url, #crmcarecloud-api-token {
    width: 100%;
    max-width: 800px;
}

/*.vuetify-component .theme--light.v-application {
    background: transparent;
}*/

body:not(.logged-in-carecloud) .show-when-customer-is-logged {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
}

body.logged-in-carecloud .hide-when-customer-is-logged {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
}

.carecloud-login-link + ul {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
}

.form-error {
    background-color: rgba(128, 128, 128, 0.1);
    padding: 0.75em 1em;
    border-left: solid red 4px;
    border-radius: .3em;
    margin: 0.75em 0;
}

.message-error {
    background-color: rgba(255, 34, 22, 0.1);
    padding: 0.75em 1em;
    border: solid #ff0000 1px;
    border-radius: .3em;
    margin: 0.75em 0;
}

.message-error h4 {
    color: red;
    margin: 0;
    font-size: 1.1em;
}