/* _content/SBSMascotas.Web/Components/AlertaDesconectado.razor.rz.scp.css */

.disconnected-alert[b-zfwzke5065] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100000000000 !important;
    overflow: hidden;
    background-color: rgb(255, 255, 255,0.8);
    text-align: center;
    font-weight: bold;
    z-index: 10000;
    color: black !important;
}

.disconnected-alert.show[b-zfwzke5065] {
    display: block;
}

.disconnected-alert .popup[b-zfwzke5065] {
    position: absolute;
    left: 50%;
    top: -25%;
    visibility: hidden;
    width: 490px;
    border-radius: 5px;
    padding: 13px 17px 20px;
    background: #fff;
    display: flex;
    border-top: 3px solid #EA4D67;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(52,87,220,0.1);
    transition: all 0.25s ease;
    z-index: 1000000 !important
}

.disconnected-alert .popup.show[b-zfwzke5065] {
    top: 0;
    visibility: visible;
}

.disconnected-alert .popup.online[b-zfwzke5065] {
    border-color: #2ECC71;
}

.disconnected-alert .popup .icon i[b-zfwzke5065] {
    width: 40px;
    height: 40px;
    display: flex;
    color: #fff;
    margin-right: 15px;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EA4D67;
}

.disconnected-alert .popup.online .icon i[b-zfwzke5065] {
    background: #2ECC71;
}

.disconnected-alert .popup .title[b-zfwzke5065] {
    font-size: 1.2rem;
}

.disconnected-alert .popup .desc[b-zfwzke5065] {
    color: #474747;
    margin: 3px 0 10px;
    font-size: 1.04rem;
}

.disconnected-alert .popup .reconnect[b-zfwzke5065] {
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 13px;
    border-radius: 4px;
    background: #5372F0;
}

.disconnected-alert .popup.online .reconnect[b-zfwzke5065] {
    background: #bfbfbf;
    pointer-events: none;
}

@media screen and (max-width: 550px) {
    .disconnected-alert .popup[b-zfwzke5065] {
        width: 100%;
        padding: 10px 15px 17px;
    }
}
/* _content/SBSMascotas.Web/Components/Shared/_FirmaElectronica.razor.rz.scp.css */
@media (min-width: 1200px) {
    .container[b-wuvimgpf85] {
        width: 100% !important;
        max-width: 80% !important;
    }
}
/* _content/SBSMascotas.Web/Components/Shared/_FirmaElectronicaFirmante.razor.rz.scp.css */
@media (min-width: 1200px) {
    .container[b-7pwdq981qp] {
        width: 100% !important;
        max-width: 80% !important;
    }
}
/* _content/SBSMascotas.Web/Components/Shared/_Loading.razor.rz.scp.css */
.loading-div[b-g8e0lxi8qj] {
    display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/* _content/SBSMascotas.Web/Components/Shared/_LoadingSpinner.razor.rz.scp.css */
.container[b-3b8lcb50j0] {
    --uib-size: 70px;
    --uib-color: #9E1C64;
    --uib-speed: 1.25s;
    --uib-cube-size: calc(var(--uib-size) * 0.2);
    --uib-arc-1: -90deg;
    --uib-arc-2: 90deg;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--uib-size);
    height: calc(100% - var(--uib-cube-size) / 2);
    padding-bottom: calc(var(--uib-cube-size) / 2);
}

.cube[b-3b8lcb50j0] {
    --cube-container-height: calc(var(--uib-size) * 0.8);
    display: flex;
    align-items: center;
    width: var(--uib-cube-size);
    height: var(--cube-container-height);
    transform-origin: center bottom;
    transform: rotate(var(var(--uib-arc-1)));
    animation: metronome-b-3b8lcb50j0 var(--uib-speed) linear infinite;
    &::after

{
    content: '';
    display: block;
    width: var(--uib-cube-size);
    height: var(--uib-cube-size);
    background-color: var(--uib-color);
    border-radius: 25%;
    animation: morph-b-3b8lcb50j0 var(--uib-speed) linear infinite;
    transform-origin: center left;
    transition: background-color 0.3s ease;
}

}

@keyframes metronome-b-3b8lcb50j0 {
    0% {
        transform: rotate(var(--uib-arc-1));
    }

    50% {
        transform: rotate(var(--uib-arc-2));
    }

    50.001% {
        transform: translateX(var(--cube-container-height)) rotate(var(--uib-arc-1));
    }

    100% {
        transform: rotate(var(--uib-arc-1));
    }
}

@keyframes morph-b-3b8lcb50j0 {
    0% {
        transform: scaleX(0.65) scaleY(1.3);
    }

    15% {
        transform: scaleX(1.5);
    }

    30%, 50.001% {
        transform: scaleX(1);
    }

    55% {
        transform: scaleX(0.8) scaleY(1.2);
        animation-timing-function: ease-in;
    }

    65%, 80% {
        transform: scaleX(1);
    }

    90%, 100% {
        transform: scaleX(0.65) scaleY(1.3);
    }
}
/* _content/SBSMascotas.Web/Components/Shared/_Page403.razor.rz.scp.css */

*[b-8psow0v3or], *[b-8psow0v3or]:before, *[b-8psow0v3or]:after {
    box-sizing: border-box;
}

html[b-8psow0v3or] {
    height: 100%;
}

body[b-8psow0v3or] {
    font-family: 'Raleway', sans-serif;
    background-color: #342643;
    height: 100%;
    padding: 10px;
}

a[b-8psow0v3or] {
    color: #EE4B5E !important;
    text-decoration: none;
}

    a:hover[b-8psow0v3or] {
        color: #FFFFFF !important;
        text-decoration: none;
    }

.text-wrapper[b-8psow0v3or] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title[b-8psow0v3or] {
    font-size: 5em;
    font-weight: 700;
    color: #EE4B5E;
}

.subtitle[b-8psow0v3or] {
    font-size: 40px;
    font-weight: 700;
    color: #1FA9D6;
}

.isi[b-8psow0v3or] {
    font-size: 18px;
    text-align: center;
    margin: 30px;
    padding: 20px;
    color: black;
}

.buttons[b-8psow0v3or] {
    margin: 30px;
    font-weight: 700;
    border: 2px solid #EE4B5E;
    text-decoration: none;
    padding: 15px;
    text-transform: uppercase;
    color: #EE4B5E;
    border-radius: 26px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    .buttons:hover

{
    background-color: #EE4B5E;
    color: white;
    transition: all 0.2s ease-in-out;
}

}
}
