/*
Theme Name: Fundació Turisme Palma 365
Text Domain: projecteftpm-365
Author: Ferran Paredes - 6TEMS
Author URI: http://6tems.com
Requires at least: WordPress 6.1
Description: Tema per als formularis del projecte de la Fundació Turisme Palma 365
Version: 1.0
*/

/* LOADER */

.loader {
    width: 50px;
    height: 50px;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    transition: all .5s ease;
    margin: auto;
    margin-top: 40px;
    clear: both;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* end LOADER */

/* NOTIFICACIONS */

.notice {
    display: inline-block;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ffba00;
    border-left: 4px solid #ffba00;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    width: 100%;
    margin: 5px 0px 20px 2px;
}

.notice p {
    padding: 0px 5px;
    font-size: 14px !important;
    margin: 0;
    margin-bottom: 0px !important;
}

.notice.notice-info {
    border-color: #00a0d2;
}

.notice.notice-warning {
    border-color: #ffb900;
}

.notice.notice-success {
    border-color: #46b450;
}

.notice.notice-error {
    border-color: #dc3232;
}

/* end NOTIFICACIONS */

.form-response {
    padding-top: 40px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
