@font-face {
    font-family: "Fellix-Bold";
    src: url("fonts/Fellix-Bold.otf") format("opentype"),
         url("fonts/Fellix-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Fellix-Regular";
    src: url("fonts/Fellix-Regular.otf") format("opentype"),
         url("fonts/Fellix-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
html {
    background: url("/images/background/Background-1-1.png") no-repeat;
    background-size: cover;
    min-height: max-content;
}

body {
    min-height: 100vh !important;
}

html, body {
    font-family: 'Fellix-Bold', 'Fellix-Regular', 'Barlow','Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

a, .btn-link, .btn-primary {
    color: #5A62B3 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #fff;
    cursor:pointer;
}

h1 {
    background: #138BA9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.highlight-text {
    color: #FAF9F7;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.footer-extras {
    width: 100%;
    height: 1rem !important;
    background: #181F2C;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%
}

.navbar, .navbar-brand, .navbar>.container {
    background-color: #181F2C !important;
    height: 86px;
}
.navbar-end-extras {
    margin-right: 20%;
}

.logo-extras{
    margin-left: 14%;
}

.burger-extras {
    margin-top: 1.5rem;
    margin-right: 1rem;
}

h1 {
    color: #4F56A0 !important;
    font-size: 40px !important;
    font-weight: 600 !important;
}

h3 {
    color: #000000 !important;
    font-size: 16px !important;
}

h4, label {
    color: #3B3A3A !important;
    font-size: 16px !important;
}

.div-select {
    margin-right: 10px;
}

.form-group {
    margin-top: 1rem;
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #A0A4CE;
    border-radius: 8px;
    opacity: 1;
    width: 300px;
    height: 32px;
    padding-left:1rem;
    padding-right:1rem;
}

.password-eye {
    background: #181F2C;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem !important;
    cursor: pointer !important;
}

.eye-extras {
    margin-left:-8%;
    margin-top: 4px;
}

.hide-eye {
    display: none !important;
}

.is-link {
    background-color: #181F2C !important;
}

.separator-line {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    color:#C7CBF7;
    border-color: #C7CBF7;
    background-color: #C7CBF7;
    height: 1px;
}

.service-button {
    background: none;
    font-size: 1.5rem;
    border-radius: 0.3rem;
    width: 40px;
    height: 40px;
    border-style: solid;
    margin-top: 5%;
    margin-bottom: 1rem;
    border-width: 0.18rem;
    background: linear-gradient(to right, #138BA9, #138868);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: linear-gradient(to right, #138BA9, #138868);
    cursor:pointer;
    text-align:end
}

.is-disabled {
    color: #B4B3B3;
    border-color: #EAEAEA;
    background-color: #EAEAEA;
    cursor:default;
}

.accept-button{
    color: #0C5A0B;
    border-color: #0C5A0B;
}

.icon-adjustment {
    text-align:center;
    width: 101%;
    height: 100%;
    margin: auto;
}

.error-message {
    font-size: 0.75rem !important;
    color: #A10B0A;
}

.image-resize {
    height: auto;
    max-width: 70%;
}

#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;
}

@media (max-width: 1023px) {
    .formulario-extras {
        margin-left: 0px !important;
    }

    .form-extras{
        margin-left: 0px !important;
    }

    .separator-line {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .login-label-extras {
        text-align: center !important;
    }

    .field.has-addons {
        place-content: center !important;
    }

    .register-form-extras {
        text-align: center !important;
        margin-left: 0% !important;
    }

    .register-eye-extras {
        margin-left:-4%
    }
}

@media (max-width: 768px) {
    html {
        background: url("/images/background/Background-1-1-responsive.png") no-repeat;
        background-size: cover;
        min-height: max-content;
    }

    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
    .form-control {
        width: 300px !important;
    }
    .h3-extras {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}