﻿[v-cloak] {
    display: none !important;
}

.default {
    cursor: default !important;
}

.loader {
    position: relative;
    height: 70px;
    width: 70px;
    margin: 0 auto
}

.loader-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
img.prod-img {
    margin-top: -25px;
}
.loader-wrapper--page {
    min-height: 30vh
}

.error-iban {
    border-color: #ef4e63 !important;
    box-shadow: 1px 1px 6px rgb(239 78 99 / 78%) !important;
}
.listSW:not(:last-child) {
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(15,15,15,.25) !important;
    margin-bottom: 10px !important;
}
.loader-icons {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 9px;
    top: 9px;
    overflow: hidden;
    border-radius: 50%
}

    .loader-icons .icon {
        display: inline-block;
        font-size: 36px;
        line-height: 52px;
        position: absolute;
        left: 8px;
        -webkit-animation: icon-up 1s .7s infinite ease;
        animation: icon-up 1s .7s infinite ease
    }

.inverted-color .loader-icons .icon {
    color: #fff
}

.loader-icons .icon--one {
    top: 0
}

.loader-icons .icon--two {
    top: 52px
}

.loader-circle-out {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #003c7f;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotate-circle-out 1s infinite linear;
    animation: rotate-circle-out 1s infinite linear
}

.inverted-color .loader-circle-out {
    border-top-color: #fff
}

.active-modify-address, .active-modify-payment {
    display: none
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 60, 127, 0.5) !important;
}

.loader-circle-in {
    height: 58px;
    width: 58px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #870042;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-animation: rotate-circle-in 1s infinite cubic-bezier(.25,.1,.7,.9);
    animation: rotate-circle-in 1s infinite cubic-bezier(.25,.1,.7,.9)
}

.form-group .label {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.inverted-color .loader-circle-in {
    border-top-color: #fff
}

.main-content > *:first-child {
    border-top: 0px solid #f5e5d5 !important;
}

.flex-group .blue-box .modal-list--ellipsed {
    overflow: hidden;
}

.p-box.active .text-right {
    margin-left: 90px !important;
}

.custom-switch .custom-control-input-zuo:disabled:checked ~ .custom-control-label-zuo::before {
    background-color: rgba(0,60,127,.5) !important;
    cursor: default !important;
}

.custom-switch .custom-control-input-zuo:checked ~ .custom-control-label-zuo::before {
    background-color: #003c7f !important;
    cursor: default !important;
}
.custom-switch .custom-control-input-mag:disabled:checked ~ .custom-control-label-mag::before {
    background-color: #003c7f;
    cursor: default !important;
}

ul.list-lined.list-lined--sep {
    padding: 10px 0;
    border-bottom: none;
}
.custom-switch .custom-control-label::before {
    cursor: pointer !important
}

.my24-newsletter-desc .my24-scn-link {
    display: block;
    line-height: 18px;
    color: #003c7f !important;
}

.my24-calendar--light .my24-calendar-nums .label.selected {
    color: inherit !important;
}

    .my24-calendar--light .my24-calendar-nums .label.selected:before {
        width: 54px;
        height: 54px;
        background: #ffffff !important;
    }

.my24-calendar--light .my24-calendar-nums .label.lastNewsletterarchivio:before {
    display: block;
    border: 2px solid rgba(15,15,15,.5);
    border-radius: 50%;
}

.my24-calendar--light .my24-calendar-nums .label:focus.lastNewsletterarchivio:before,
.my24-calendar--light .my24-calendar-nums .label:hover.lastNewsletterarchivio:before {
    opacity: 0.4;
}
#z-container {
    right: calc(50% - 75px);
    left: auto !important;
}
p.form-feedback.red {
    color: #ef4e63 !important;
}
@-webkit-keyframes rotate-circle-out {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-circle-out {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-circle-in {
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@keyframes rotate-circle-in {
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .my24-calendar-days span {
        letter-spacing: -1px !important;
    }

    .my24-calendar-days {
        justify-content: space-around !important;
    }
}

@media (min-width: 1024px) {
    .my24-newsletter-arch .panel-bg {
        top: 43% !important;
    }
}
@media (max-width: 767px) {
    #z-container {
        right: calc(50% - 165px);
        left: auto !important;
    }
}