<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*
Description: Ediform plugin custom style
Author: Edinet Srl
URL: https://edinet.info/

*/

/* FORM BASE STYLE */

.ediforms { margin: 0 0 20px 0; }
.ediforms  label {     font-weight: normal;    text-transform: uppercase;    font-size: 11px;    margin: 0 0 10px 0;}
.ediforms .btn { width: 80px; margin: 0 auto; padding: 7px 6px; text-transform: uppercase}
#contact-form-loading {background-color: #FFF;background-image: url("images/ajax-loader.gif");background-position: 50% 50%;background-repeat: no-repeat; opacity: 0.8; height: 30px; display: none; width: 100%;z-index: 999;}
.ediforms .form-title { text-transform: uppercase; background-color: #f3ece4; margin: 0 0 20px 0;  }
.ediforms .form-description {  margin: 0 0 20px 0; }
.ediforms input[type=radio], .ediforms input[type=checkbox] {  margin-top:0; }
.ediforms legend { font-size:1em; font-weight:bold; }
.ediforms .radio_commerciali div.radio { margin-bottom:0; }

.ediform_error, .error { color: red; }
.ediforms .formerror { margin-top:1rem; }

#contact-form-message { width: 100%!important; white-space: normal; }

.alert-success { border-color: #d0edce!important; background-color: #effbf0!important; color: #60a662!important; }

.form-group .bootstrap-select, .form-group .bootstrap-select &gt; button { width: 100%!important; }
.ediforms .form-group select { width: 100%; }

.radio_commerciali { padding: 0 0 20px; }
.radio_commerciali label { margin-right:2em; }
.btn-group-toggle label:not(.error) { color: #fff; background-color: #6c757d; border-color: #6c757d; width: 180px!important; height: 30px; }
.btn-group-toggle label.active { background-color: #303438!important; border-color: #4e555b!important; }
.btn-group-toggle .btn.btn-secondary a { display: inline-block; padding: 0 0 0 40px; }
.checkbox.consenso.btn-group-toggle label.error { position: absolute;     top: -18px; left: 0; padding: 0; }

@media all and (max-width: 768px){

    .btn-group-toggle { width: 100%; text-align: center; }
    .btn-group-toggle label { float: none }

}

.ediforms_alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}
.ediforms_alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}
/*! CSS Used from: https://www.campingtahitifinaleligure.it/wp-content/themes/editheme/style.css */
.ediforms_alert-danger{color:#bd2323;background-color:#fadfdf;border-color:#f1b7c1;}
/*! CSS Used from: https://www.campingtahitifinaleligure.it/wp-content/plugins/edinet-contact-forms/css/style.css */
.ediforms .formerror{margin-top:1rem;}</pre></body></html>