/**
 * @package   ShackForms
 * @copyright 2018 Perfect Web sp. z o.o
 * @copyright 2018-2023 Joomlashack.com. All rights reserved
 * @license   GNU General Public License http://www.gnu.org/licenses/gpl-3.0.html
 * @author    Andrzej Kawula, Piotr Moćko
 *
 * This file is part of ShackForms.
 *
 * ShackForms is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * ShackForms is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with ShackForms.  If not, see <http://www.gnu.org/licenses/>.
 */

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Form background */
.pweb-bg-white .pwebcontact-container,
.pweb-bg-white.ui-effects-transfer.pweb-genie {
  background-color: #FFF;
}

.pweb-bg-white.pweb-slidebox .pwebcontact-container {
  border: 1px solid #bbb;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
}

/* Text color */
.pweb-bg-white form.pwebcontact-form label,
.pweb-bg-white form.pwebcontact-form .pweb-separator-text,
.pweb-bg-white form.pwebcontact-form .pweb-msg,
.pweb-bg-white form.pwebcontact-form .pweb-chars-counter,
.pweb-bg-white form.pwebcontact-form .pweb-uploader,
.pweb-bg-white .pwebcontact-box .pweb-dropzone {
  color: #333;
}

/* Star of required fields */
.pweb-bg-white form.pwebcontact-form label .pweb-asterisk {
  color: #f00;
}

/* Accordion Box */
.pweb-bg-white.pwebcontact-box.pweb-accordion.pweb-accordion-boxed .pwebcontact-container {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-color: #B2B2B2;
  border-color: rgba(0, 0, 0, 0.3);
}

.pweb-bg-white.pwebcontact-box.pweb-accordion.pweb-accordion-boxed.pweb-shadow .pwebcontact-container {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0, 0, 0, 0.3);
}

/* Accordion Arrow */
.pweb-bg-white.pwebcontact-box.pweb-accordion.pweb-accordion-boxed .pweb-arrow {
  border-bottom-color: #B2B2B2;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

/* Lightbox Window */
.pweb-bg-white.pwebcontact-box.pweb-modal .pwebcontact-container,
.pweb-bg-white.ui-effects-transfer.pweb-genie {
  border: 1px solid #bbb;
  border-color: rgba(0, 0, 0, 0.3);
}

/* Lightbox Window close button */
.pweb-bg-white.pwebcontact-box.pweb-modal .close {

}

/* Lightbox Window overlay */
body.pweb-modal-white .modal-backdrop.fade.in {

}

/* Upload dropzone */
.pweb-bg-white.pwebcontact-box.pweb-dragged .pweb-dropzone {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) inset;
}
