/* Your app custom styles here */

@font-face {
    font-family: "Spartan-Medium";
    src: url("../fonts/spartan/Spartan-Light.ttf") format("truetype");
}


.md {
    --f7-font-family: "Spartan-Medium", Roboto, system-ui, Noto, Helvetica, Arial, sans-serif;
    --f7-button-font-weight: 400;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

/*GESTIONE PALETTE*/
/* As hex codes */

.bg-color-lightGrey {
    --f7-theme-color-bg-color: #f8fbfd;
}

.text-color-lightgrey {
    --f7-theme-color-text-color: #ccc;
}

.color-primary-0 {
    color: #007DFF;
}
/* Main Primary color */
.color-primary-1 {
    color: #3A99FC;
}

.color-primary-2 {
    color: #1085FF;
}

.color-primary-3 {
    color: #0059B6;
}

.color-primary-4 {
    color: #00448B;
}

.color-secondary-1-0 {
    color: #FFC500;
}
/* Main Secondary color (1) */
.color-secondary-1-1 {
    color: #FFCE2A;
}

.color-secondary-1-2 {
    color: #FFC500;
}

.color-secondary-1-3 {
    color: #FFC500;
}

.color-secondary-1-4 {
    color: #D5A400;
}

.color-secondary-2-0 {
    color: #FF5600;
}
/* Main Secondary color (2) */
.color-secondary-2-1 {
    color: #FF722A;
}

.color-secondary-2-2 {
    color: #FF5600;
}

.color-secondary-2-3 {
    color: #FF5600;
}

.color-secondary-2-4 {
    color: #D54800;
}


.bg-color-primary-0 {
    --f7-theme-color-bg-color: #007DFF;
}
/* Main Primary color */
.bg-color-primary-1 {
    --f7-theme-color-bg-color: #3A99FC;
}

.bg-color-primary-2 {
    --f7-theme-color-bg-color: #1085FF;
}

.bg-color-primary-3 {
    --f7-theme-color-bg-color: #0059B6;
}

.bg-color-primary-4 {
    --f7-theme-color-bg-color: #00448B;
}

.bg-color-secondary-1-0 {
    --f7-theme-color-bg-color: #FFC500;
}
/* Main Secondary color (1) */
.bg-color-secondary-1-1 {
    --f7-theme-color-bg-color: #FFCE2A;
}

.bg-color-secondary-1-2 {
    --f7-theme-color-bg-color: #FFC500;
}

.bg-color-secondary-1-3 {
    --f7-theme-color-bg-color: #FFC500;
}

.bg-color-secondary-1-4 {
    --f7-theme-color-bg-color: #D5A400;
}

.bg-color-secondary-2-0 {
    --f7-theme-color-bg-color: #FF5600;
}
/* Main Secondary color (2) */
.bg-color-secondary-2-1 {
    --f7-theme-color-bg-color: #FF722A;
}

.bg-color-secondary-2-2 {
    --f7-theme-color-bg-color: #FF5600;
}

.bg-color-secondary-2-3 {
    --f7-theme-color-bg-color: #FF5600;
}

.bg-color-secondary-2-4 {
    --f7-theme-color-bg-color: #D54800;
}

.demo-facebook-card.tile {
    width: 300px;
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.demo-facebook-card .card-header {
    display: block;
    padding: 10px;
}

.demo-facebook-card .demo-facebook-avatar {
    float: left;
    margin-right: 0.25rem;
}

.demo-facebook-card .demo-facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500;
}

.demo-facebook-card .demo-facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93;
}

.demo-facebook-card .card-footer {
    background: #fafafa;
}

    .demo-facebook-card .card-footer a {
        color: #81848b;
        font-weight: 500;
    }

.demo-facebook-card .card-content img {
    display: block;
}

.demo-facebook-card .card-content-padding {
    padding: 15px 10px;
}

    .demo-facebook-card .card-content-padding .likes {
        color: #8e8e93;
    }

.payment-block {
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    box-shadow: 0px 0px 0px 1px rgb(224, 224, 224), 0px 2px 4px 0px rgba(0, 0, 0, 0.07), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.border {
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    box-shadow: 0px 0px 0px 1px rgb(224, 224, 224), 0px 2px 4px 0px rgba(0, 0, 0, 0.07), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.round {
    border-radius: 5px 5px 5px 5px;
}

.clear {
    clear: both;
}

.rounded-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.text-large-1{
    font-size: 1.4rem;
}

.round {
    border-radius: 15px 15px 15px 15px;
}

.round-50 {
    border-radius: 50% 50% 50% 50%;
}

.clear {
    clear: both;
}

.card-block-wrapper {
    text-align: center;
}

    .card-block-wrapper .card-block {
        background-color: white;
        padding: 1rem;
        width: 100px;
        height: 100px;
        border-radius: 15px 15px 15px 15px;
        display: inline-block;
        border: 1px solid #ccc;
    }

        .card-block-wrapper .card-block .card-block-title {
            font-size: 1.1rem;
        }

.border {
    border: 1px solid #C0C0C0;
}

.icon-button {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    color: #333;
}

    .icon-button .image {
        background-color: #666;
        width: 70px;
        height: 70px;
        border-radius: 50% 50% 50% 50%;
        display: inline-block;
    }

    .icon-button.danger .image {
        background-color: #ff3b30;
    }

    .icon-button.small .image {
        width: 50px;
        height: 50px;
    }

    .icon-button .image img {
        width: 50px;
        margin-top: 10px;
    }

    .icon-button .image i {
        font-size: 2rem;
        color: white;
        margin-top: 18px;
    }

    .icon-button.small .image img {
        width: 30px;
        margin-top: 10px;
    }

    .icon-button .image.no-background {
        width: 80px;
        height: 80px;
        background-color: transparent;
    }

    .icon-button .title {
        text-align: center;
        margin-top: 0.25rem;
    }

    .icon-button.selected {
        background-color: #dd2120;
    }

        .icon-button.selected .image .material-icons {
            color: white;
        }

        .icon-button.selected .title {
            color: white;
        }

.card .icon-button .image .material-icons {
    color: #333;
}

.card.bg-color-newOrange .icon-button .image .material-icons {
    color: white;
}

.card.bg-color-newOrange .icon-button .title {
    color: white;
}

.small-text {
    font-size: 0.8rem;
}

.title-5 {
    font-size: 1.25rem;
}

.title-4 {
    font-size: 1.5rem;
}

.title-3 {
    font-size: 2rem;
}

.title-2 {
    font-size: 3rem;
}

.title-1 {
    font-size: 4rem;
}

.demo-swiper .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
}

.demo-swiper {
    margin: 0px 0 35px;
}

    .demo-swiper.demo-swiper-auto .swiper-slide {
        width: 85%;
    }


.swipe-handler {
    background: 0 0
}

.swipe-handler {
    height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: #fff;
    cursor: pointer;
    z-index: 10
}

    .swipe-handler:after {
        content: '';
        width: 36px;
        height: 6px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -18px;
        margin-top: -3px;
        border-radius: 3px;
        background: #666
    }

.strikeout {
    line-height: 1em;
    position: relative;
}

    .strikeout::after {
        border-bottom: 0.100em solid #333;
        content: "";
        left: 0;
        margin-top: calc(0.125em / 2 * -1);
        position: absolute;
        right: 0;
        top: 50%;
    }
