@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
}

.navbar.header-navbar {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: #0e79fd;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    align-self: stretch;
}

    .header-navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        background-color: transparent !important;
        height: 2rem;
        width: 2rem;
    }

.main {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    height: 100vh;
    overflow: hidden;
}

.sidebar {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    max-height: 100%;
    overflow: auto;
    padding-top: 5px;
}

.content {
    padding: 1.1rem 2rem 1.1rem 2rem;
    flex: 1 1 auto;
    max-height: 100%;
    overflow: auto;
}

    .content > * {
        /*max-width: 1100px;*/
    }

.sidebar.collapse {
    display: none;
}

.sidebar.expand {
    display: block;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.title {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

#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;
    }

.app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #0e79fd !important /*se cambia color del tema #1031a7*/
}

.app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

.app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

.app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

.fit-width {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .main {
        min-width: 100vw;
        display: flex;
        flex-flow: column nowrap;
    }

    .sidebar {
        display: none;
    }

        .sidebar.expand {
            position: fixed;
            top: 3.5rem;
            left: 0;
            min-width: 100vw;
            background-color: #fff;
            z-index: 1050;
        }

    .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

@media (max-width: 350px) {
    .title {
        font-size: inherit;
    }
}

.tabs__detail .nav-tabs {
    border-bottom: 0px !important;
}

    .tabs__detail .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: #1031a71c !important;
        border-radius: 0.25rem !important;
    }

/*Cards Index*/

.admin_content_info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 40px;
}

.admin_content_cards {
    border-radius: 8px;
    background-color: #f8fafc;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    margin: 0;
    height: 100%;
    padding-right: 1.5rem;
}

    .admin_content_cards:hover {
        transform: translate(0, -6px);
        transition: all .2s ease-out;
        box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.1) !important;
    }

.admin_card {
    padding: 0.5rem;
    display: flex;
    align-items: flex-start;
}

.card_icon {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

.card_content_description {
    color: #888;
}

.card_content_title {
    font-weight: 600;
}

.content_create--client {
    /*padding: 8px 15px;*/
}

.btn-info--header {
    width: 2rem;
    height: 2rem;
    border-width: 2px;
    border-radius: 50%;
    margin: 0 0.5rem 0 0.5rem;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-left: calc(0.5rem - 1px);
    padding-right: calc(0.5rem - 1px);
}

.container-options--header {
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}


.blazored-toast-container[b-y65zu6vhcs] {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 10000 !important;
}
