@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
    font-family: 'GothanBook';
    src: url('../assets/Gotham Book.ttf');
}
@font-face {
    font-family: 'GothanBlack';
    src: url('../assets/GOTHAM-BLACK.ttf');
}
@font-face {
    font-family: 'GothanUltra';
    src: url('../assets/Gotham-Ultra.otf');
}
@font-face {
    font-family: 'GothanBold';
    src: url('../assets/GOTHAM-BOLD.ttf');
}
@font-face {
    font-family: 'GothanLight';
    src: url('../assets/GOTHAM-LIGHT.ttf');
}
@font-face {
    font-family: 'GothanMedium';
    src: url('../assets/GOTHAM-MEDIUM.ttf');
}
html, body {
    font-family: 'GothanBold','GothanLight','Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #000000f2;
}

.btn-primary {
    color: #fff;
    background-color: #000000f2;
    border-color: #000000f2;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }
/*Custom*/
.miclub-center {
    align-items: center;
    text-align: center;
}
.miclub-imgcenter{
    max-width: 100%;
    max-height: 100%;
}
.miclub-icon{
    max-width:100%;
    max-height: 100%;
}

.miclub-fillLogin {
    padding-top: 25%;
}
.miclub-btn {
    color: #fff;
    background-color: #B3B2B2;
    margin-top: 2%;   
    width: 30%;
    border: none;
}
.miclub-backinicio {
    background-image: url(../assets/logo3.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: gray;
    height: 100vh;
    background-size: 15%;
    align-items: center;
    text-align: center;
    padding-top: 25%;
}



.miclub-backresto {
    background-color: white;
}
.miclub-appbar {
    background-color: black;
}
.miclub-pagetit {
    font-family: 'GothanBold' !important;
}
.miclub-headerlogin {
    background-color: #B3B2B2;
    border-bottom: 1px solid #d6d5d5;
    height: 6.5rem;
    display: flex;
    align-items: center;
}
.miclub-texto1 {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d6d5d5;
    width: 30%;
    margin-top: 2%;   

}
.miclub-campolargo {
    width: 70%;
}
.miclub-camposlogin {
    padding-top: 20%;
}
.miclub-drawer {
    background-color: black;
    font-family: 'GothanBold','GothanLight','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.miclub-navitem {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    border-bottom-style: solid;
    border-bottom-color: #B2B2B2;
    color: white !important;
    font-family: 'GothanBold' !important;
}
.miclub-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color:black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
/*nav*/

.top-row {
    height: 6.5rem;
    background-color: #B3B2B2;
}


.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}




.page {
    position: relative;
    /*  display: flex;
    flex-direction: column;*/
    height: 100vh;
}