@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/*html {
    overflow-y:hidden;
}*/

main {
    font-family: 'Roboto', sans-serif;
}


.layout-container {
    min-height: 100vh;
/*    background-color: #3CB4A5;*/
    /* background-image: url("../Assets/Img/Sfondo.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow-y:hidden;
}

.layout-container > main {
    min-height: 100vh;
}

.logo {
    width: 30%
}

.form-container {
    color: rgba(0,0,0,0.6);
    background-color: white;
    border-top: 10px solid white;
    border-radius: 0 0 10px 10px;
    position: relative;

}

.form-container h2 {
    font-size: 32px;
    font-weight: 700;
}

i { 
    font-size: 16px;
    font-weight: 500;
}

.input-container {
    position: relative;
}

.input-container > i {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.input-phone {
    border-radius: .3rem 0 0 .3rem;
}

label > a {
/*    color: #007A79;*/
    text-decoration: none;
}

label > a:visited {
/*    color: #007A79;*/
    text-decoration: none;
} 

.input-label {
    position: absolute;
    font-size: 20px;
    top: -16px;
    left: 10px;
    background-color: white;
}
input {
    border-radius: .3em;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-family: 'Roboto', sans-serif;
}
input:-webkit-autofill {
    -webkit-background-clip: text;
}

select {
    font-family: 'Roboto', sans-serif;
}

.grey {
    color: gray;
}

option {
    color: black;
}

.check {
    width: 20px;
    height: 20px;
    outline-width: 3px;
}

form .btn {
    color: white;
/*    background-color: #007A79;*/
    width: 100px;
    height: 50px;
}

.btn:disabled {
    opacity: .45
}

.btn:hover {
    color: white;
    opacity: 0.9;
}

.title-waiting{
    font-size: 32px;
    font-weight: 700;
}

/* WAITING CONTAINER */
.waiting-class {
    min-height: 650px;
    position: relative;
}

/*ANIMAZIONE ROTELLLA*/
.sbl-circ-path {
    height: 66px;
    width: 66px;
    color: white;
    position: absolute;
    display: inline-block;
    border: 14px solid;
    border-radius: 50%;
    border-right-color: #EEEEEE;
    animation: rotate 1s linear infinite;
    top: 17px;
    left: 17px;
    transform: translate(-50%, -50%);
}
.sfondo-caricamento {
    background-color: #2EB5AB;
    height:100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*IMMAGINE CHE ASPETTA*/
.image-waiting{
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 60%;
    max-height: 450px;
}

/*IMAGE WOMAN SUCCESS*/
.image-succes {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 45%;
    max-height: 450px;
}

/*IMAGE DONE*/
.image-done {
    height: 170px;
    width: 170px;
}

.image-done > img {
    width: 90%;
}

/*OTP CODE INPUT */

.otp-input{
    width: 15%;
    font-size: 32px;
    text-align: center;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid grey;
}

.otp-input.compiled {
    border-bottom: 2px solid #2EB5AB;
}

.otp-input:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid #2EB5AB;
}


.otp-link {
    color: #2EB5AB;
    text-decoration: none;
}

.otp-link:visited {
    color: #2EB5AB;
    text-decoration: none;
} 


/* APPROVATION FORM */

.user-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.duration-container {
    position: relative;
    height: 50px;
    color: black;

}

.duration-container > select {
    height: 100%;
    width: 100%;
    padding-top: 15px;
    padding-left: 5px;
    border: none;
    border-bottom: 2px solid #2EB5AB;
    background-color: rgba(0, 0, 0, 0.06);
}

.duration-container > select:focus {
    outline: none;
    border: none;
}

.duration-label {
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 12px;
}

/* ICONS STYLING */

.icon {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.5);
}

.tag {
    display: inline;
    padding: 5px 10px;
    text-align: center;
    line-height: ;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}


.re-send{
    font-size: 12px;
}

.popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid red;
    border-radius: 16px;
    text-align: center;
    background-color: white;
}

form::after {
    content: "";
    /*::before and ::after both require content position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    opacity: .7;
}
.view-terms {
    height: 70vh;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    border: 1px solid black;
    padding: 25px;
    box-shadow: 0px 0px 15px -2px #000000;
}

.terms {
    overflow-y: auto;
    height: 80%;
}

.container-informative {
    margin:2.5rem 1rem;
    padding:3rem;

    display:flex;
    justify-content: space-between;

    position:relative;
    border-width:4px;
    border-style:solid;
    border-radius:2rem;
}

/*.container-informative div {
    max-width:50%;
}*/

ol {
    padding-left:0;
}

.informative-icon {
    width:70px;
    height:70px;
    position: absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    transform:translate(-50%,-50%);
    left:-2px;
    top:50%;
    border-width: 5px;
    border-style: solid;
    border-radius:50%;
    background-color:white;
}

.informative-icon i {
    font-size: 50px
}

.icons-container {
    position:absolute;
    width:100%;
    display:flex;
    justify-content:space-around;
    transform:translate(-50%,-50%);
    top:0;
    left:50%;
}

.icons-container-vertical {
    height:100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transform: translate(-50%,-50%);
    top: 50%;
    left: -50px;
}

.icons-container div {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    background-color: white;
}

.icons-container-vertical div {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    background-color: white;
}

.icons-container div i {
    line-height: 0;
    font-size: 50px
}

.icons-container-vertical div i {
    line-height: 0;
    font-size: 50px
}

.input-container > .pass-icon-btn {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    border: none;
    background-color: transparent;
}

.input-container .pass-icon {
    font-size: 24px;
}