.webauth-panel {
    position: fixed;
    right: 24px;
    top: 24px;
    z-index: 1000;
    color: #ffffff;
}

.webauth-enter {
    box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
    padding: 0px !important;
    border-radius: 50%;
    background-color: #27272f;
}

    .webauth-enter .webauth-icon {
        margin-right: 0px !important;
        width: 35px;
        height: 35px;
    }

.webauth-list {
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    background-color: #27272f;
    /*padding: 8px 0px;*/
    display: none;
    border-radius: 2px;
    box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
}
.webauth-cask{
    position: absolute;
    width: 100% ;
    height: 100vh;
    top: 0px;
    left: 0px;

}
.webauth-singin {
    display: flex;
    padding: 8px 20px 8px 10px;
    margin: 0px;
    cursor: pointer;
}

.webauth-icon-provider {
    background-color: #19a98c !important;
    position:absolute;
    width: 18px !important;
    height:18px !important;
    bottom: -4px;
    right:-8px;
}
/*////////////////////////////////*/
.webauth-avatar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative; 
    width: fit-content;
    margin: auto;
    padding-right: 12px;
}

.webauth-item-action:hover {
    background-color: rgba(173, 216, 230, 0.1);
}



.webauth-state-a .webauth-list {
    display: flex !important;
    flex-direction: column;
    box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
}

    .webauth-state-a .webauth-list a {
        color: #ffffff !important;
    }

        .webauth-state-a .webauth-list a:hover {
            color: #2196f3 !important;
        }

.webauth-state-a.webauth-panel-light .webauth-list {
    display: flex !important;
    flex-direction: column;
    color: #27272f !important;
    background-color: #ffffff;
    box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
}

    .webauth-state-a.webauth-panel-light .webauth-list a {
        color: #27272f !important;
    }

        .webauth-state-a.webauth-panel-light .webauth-list a:hover {
            color: #2196f3 !important;
        }

.webauth-state-a .webauth-enter {
    display: none !important;
}
/*============light==============*/

.webauth-panel-light {
    color: #27272f;
}

    .webauth-panel-light .webauth-enter {
        color: #27272f;
        background-color: #ffffff;
    }

    .webauth-panel-light .webauth-list {
        color: #27272f;
        background-color: #ffffff;
    }

    .webauth-panel-light.webauth-panel-loged.webauth-state-a {
        background-color: white;
        box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.1),0px 11px 15px 1px rgba(0,0,0,0.1),0px 4px 20px 3px rgba(0,0,0,0.06);
    }

.webauth-userinfo {
    text-align: center;
    margin-bottom: 8px;
    padding-left: 20px;
    flex-direction: column;
}

    .webauth-userinfo p {
        margin-bottom: 0px;
    }

.webauth-icon-logo-site {
    display: none !important;
}
.webauth-avatar { 
    margin-bottom: 0px;
    padding-bottom: 0px;
}


@media (max-width: 768px) {
    .webauth-panel {
        right: 0px;
        top: 0px;
        z-index: 1000;
    }

    .webauth-enter {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .webauth-list {
        width: 100vw;
        height: 100vh;
        padding: 140px 0px;
        align-items: end;
        justify-content: flex-end;
    }

    .webauth-item-action {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        padding-right: 60px;
        margin-bottom: 8px;
        border-bottom: solid 1px;
    }

    .webauth-icon {
        margin: 8px 0px 0px 12px;
        margin-right: 0px !important;
    }

    .webauth-icon-login {
        margin: 0px;
    }

    #webauthSinginNotice {
        padding-right: 60px;
        margin-bottom: 8px;
    }

    .webauth-icon.webauth-icon-logo-site {
        display: block !important;
        width: 7rem;
        height: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .webauth-avatar {
        padding-right: 60px;
        margin-bottom: 0px;
        padding-bottom:0px;
    }
    .webauth-userinfo {
        padding-right: 60px;
        justify-content:flex-end;
        align-items:flex-end;
        margin-bottom:24px
    }
}

.webauth-icon {
    display: inline-block;
    margin-right: 8px;
    margin-top: -0.15rem;
    width: 1.6rem;
    height: 1.6rem;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

    .webauth-icon:hover {
        background-color: royalblue;
    }

.webauth-icon-logo-art {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/LogoArt.svg');
    mask-image: url('/_content/WebAuthRazor/images/LogoArt.svg');
}

.webauth-icon-user {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/icon-user.svg');
    mask-image: url('/_content/WebAuthRazor/images/icon-user.svg');
}

.webauth-icon-login {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/icon-login.svg');
    mask-image: url('/_content/WebAuthRazor/images/icon-login.svg');
}

.webauth-icon-email {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/icon-email.svg');
    mask-image: url('/_content/WebAuthRazor/images/icon-email.svg');
}

.webauth-icon-google {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/logo-google.svg');
    mask-image: url('/_content/WebAuthRazor/images/logo-google.svg');
}

.webauth-icon-linkedin {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/logo-linkedin.svg');
    mask-image: url('/_content/WebAuthRazor/images/logo-linkedin.svg');
}

.webauth-icon-entra {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/logo-microsoft.svg');
    mask-image: url('/_content/WebAuthRazor/images/logo-microsoft.svg');
}


.webauth-icon-wechat {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/logo-wechat.svg');
    mask-image: url('/_content/WebAuthRazor/images/logo-wechat.svg');
}

.webauth-icon-github {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/logo-github.svg');
    mask-image: url('/_content/WebAuthRazor/images/logo-github.svg');
}

.webauth-icon-anonyme {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/logo-anonyme.svg');
    mask-image: url('/_content/WebAuthRazor/images/logo-anonyme.svg');
}
.webauth-icon-back {
    -webkit-mask-image: url('/_content/WebAuthRazor/images/icon-back.svg');
    mask-image: url('/_content/WebAuthRazor/images/icon-back.svg');
}
