﻿.h2sample {
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}

.psample {
    text-align: center;
}


.cke_editable {
    text-align: center;
}

.cke_top {
    margin: 0 0 10px 0;
}

.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
    font-size: 0.75em;
}

.frasi-ricorrenti .frase-btn {
    font-size: 13px;
    white-space: normal;
    background: #f5f5f5;
    border: 1px solid #A15E13;
}

.frasiric {
    padding: 6px 15px;
    border-radius: 5px;
    background: #f5f5f5;
    color: var(--primary-title);
    border: 1px solid #A15E13;
}

.agenzia-item {
    cursor: pointer;
}

   

.cke_contents {
    margin: 20px 0 0 0;
}

.loader-wrapper {
    align-items: center;
    background-color: #fff;
    display: none;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

.loader {
    height: 100px;
    position: relative;
    width: 300px
}

    .loader span {
        background-color: #A15E13;
        border-radius: 80px;
        height: 8px;
        left: 150px;
        position: absolute;
        top: 52.5%;
        transform: translateX(-50%) translateY(-50%);
        transition: all .15s ease-in-out;
        width: 8px
    }

        .loader span:first-child {
            animation: waveUp 2s,smallExtend 2s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
            left: 120px
        }

        .loader span:nth-child(2) {
            animation: waveUp 2s,largeExtend 2s;
            animation-delay: .15s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
            left: 135px
        }

        .loader span:nth-child(3) {
            animation: waveUp 2s,smallExtend 2s;
            animation-delay: .3s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out
        }

        .loader span:nth-child(4) {
            animation: waveUp 2s,largeExtend 2s;
            animation-delay: .45s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
            left: 165px
        }

        .loader span:nth-child(5) {
            animation: waveUp 2s,smallExtend 2s;
            animation-delay: .6s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
            left: 180px
        }

@keyframes largeExtend {
    0%, 8% {
        background-color: #A15E13;
        height: 8px
    }

    14%, 34% {
        background-color: white;
        height: 60.5px
    }

    46%, to {
        background-color: #A15E13;
        height: 8px
    }
}

@keyframes waveUp {
    0%, 15% {
        top: 50%
    }

    45%, 65% {
        top: 42.5%
    }

    85%, to {
        top: 50%
    }
}

@keyframes smallExtend {
    0%, 8% {
        background-color: #A15E13;
        height: 8px
    }

    14%, 34% {
        background-color: white;
        height: 40.5px
    }

    46%, to {
        background-color: #A15E13;
        height: 8px
    }
}
