#oAuth-iframe,
#oAuth-iframe-edit{
        height:80vh; 
        width:100%;
        max-width: 100%;
        max-height: 100vh;
        border: none;
        /*margin-bottom: 20px;*/
}
body.dark #oauth-modal-edit-form .modal-content,
body.dark #oauth-modal-login-form .modal-content{
    /*kolor jak dark mode bg w app-dark.css dla moja.restauracja.online*/
    background: #222;
}
#oauth-modal-edit-form .modal-body,
#oauth-modal-login-form .modal-body{
    padding: 0px;
}
.logo-R-box{
    display: none;
}
#registrationForm{
    background: url('/img/R.svg') bottom right no-repeat;
    background-size: 30%;
}

/*--------------------*/
#restauracja-online-oauth{
    opacity: 0;
    position: fixed;
    right:15px;
    top:20%;
    max-width: 70px; 
    z-index: 999;
}
#restauracja-online-oauth #restauracja-online-oauth-button{
   display: block;
   position: relative;
}
#restauracja-online-oauth #restauracja-online-oauth-button #restauracja-online-oauth-button-ico{
    position: absolute;
    right: -8px;
    top: -15px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
    background: #eee;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}
#restauracja-online-oauth #restauracja-online-oauth-button #restauracja-online-oauth-button-ico i{
    display: flex;
    align-items: center;
}
#restauracja-online-oauth #restauracja-online-oauth-button #restauracja-online-oauth-button-ico.red{
    color: #fc4d00;
}
/*#restauracja-online-oauth #restauracja-online-oauth-client-ico{
    position: absolute;
    left: 0px;
    bottom: 0px;  
}
#restauracja-online-oauth #restauracja-online-oauth-client-ico svg{
    background: #fff;
    border-radius: 15px;
    width:30px;
    height: 30px;
}*/
#restauracja-online-oauth #R-ico{
     max-width: 100%;
}
#restauracja-online-oauth .R-svg{
    max-width: 70px; 
    width: 70px; 
    height: 70px;
}
#restauracja-online-oauth .R-svg #R-svg-bg{
    /*opacity: .2;*/
}
@media (max-width: 1200px) {
    #restauracja-online-oauth .R-svg{
        width: 40px; 
        height: 40px;
    }
    #restauracja-online-oauth #restauracja-online-oauth-button #restauracja-online-oauth-button-ico{
    position: absolute;
    right: -7px;
    top: -10px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 13px;
    background: #eee;
    border-radius: 15px;
    width: 20px;
    height: 20px;
  }
}
body #modal-loader{
    position: absolute;
    width:100%;
    height: 100%;
    background: #fff;
}
body.dark #modal-loader{
    background: #222;
}

#modal-loader .spinner-border{
    width: 4rem;
    height: 4rem;
    /*border: .1em solid currentColor;*/
    top: 40%;
    left: 45%;
    text-align: center;
    position:absolute;
    border-width: .5em;
}
#modal-loader .spinner-border.text-primary{
     border-color: #0964d5;
   /*border: .25em solid currentColor;*/
   animation: spinner-border 1s linear infinite;
   /*border-bottom-color: transparent !important;*/
    /*border-top-color: transparent !important;*/
   /*border-right-color: transparent !important;*/
}
#modal-loader .spinner-border.text-success{
   border-color: #2ca24c;
   /*border: .25em solid currentColor;*/
   animation: spinner-border 1.1s linear infinite;
    border-bottom-color: transparent !important;
   border-top-color: transparent !important;
   /*border-right-color: transparent !important;*/
   
}
#modal-loader .spinner-border.text-danger{
   border-color: #fc4d00;
   /*border: .25em solid currentColor;*/
   animation: spinner-border 1.3s linear infinite;
    border-bottom-color: transparent !important;
   /*border-top-color: transparent !important;*/
   /*border-right-color: transparent !important;*/
   
}
#modal-loader .spinner-border .visually-hidden{
    display: none;
}
body.dark #oauth-modal-edit-form .modal-footer,
body.dark #oauth-modal-login-form .modal-footer{
    justify-content: space-between;
}
.oAuth-login-return-page-content{
    text-align: center;
}
#oAuth-new-form-alert .alert i.fas{
    font-size: 2.8rem;
    float: left;
    margin-right: .5rem;
}
