﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

footer.footer span.text-info.text-sm-left {
    font-weight: bold;
    font-size: 13px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: 'Nunito' !important;
    font-weight: normal;
}

tr div.function-row {
    visibility: hidden;
}

tr:hover div.function-row {
    visibility: visible;
}

.btn-circle {
    margin-right: 0.9rem;
    font-size: 1.2rem;
    line-height: 1;
    /* background: rgba(108, 114, 147, 0.2); */
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-dribbble {
    color: #ea4c89 !important;
}

.text-cyan-gray {
    color: #8ba5bf !important;
}

.btn-outline-cyan-gray {
    color: #8ba5bf;
    border-color: #8ba5bf;
}

    .btn-outline-cyan-gray:hover {
        background: #8ba5bf;
        color: #000;
    }

.btn-outline-green-light {
    color: #8bdc35;
    border-color: #8bdc35;
}

    .btn-outline-green-light:hover {
        background: #8bdc35;
        color: #000;
    }

.text-aqua {
    color: #00f1ff !important;
}

.btn-outline-aqua {
    color: #00f1ff;
    border-color: #00f1ff;
}

    .btn-outline-aqua:hover {
        background: #00f1ff;
        color: #000;
    }

.btn:hover:enabled,
.fc button:hover,
.ajax-upload-dragdrop .ajax-file-upload:hover,
.swal2-modal .swal2-buttonswrapper .swal2-styled:hover,
.wizard > .actions a:hover {
    color: #000;
    font-weight: bold;
}

.btn:focus {
    font-weight: bold !important;
    border: 2px solid !important;
}

a:focus {
    font-weight: bold !important;
    border-bottom: 3px solid !important;
}
/* switch checkbox */
label.switcher {
    display: block;
    width: 50px;
    height: 24px;
    background-image: radial-gradient(circle at 50% -20.71%, #ff9800 0, #ff831a 12.5%, #ff6d2c 25%, #ff5636 37.5%, #f23c3c 50%, #db2140 62.5%, #c60043 75%, #b30046 87.5%, #a2004a 100%);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 50px;
}

    label.switcher::after {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #202020;
        position: absolute;
        border-radius: 70px;
        top: 2px;
        left: 27px;
        transition: 0.5s;
    }

input:checked + label.switcher::after {
    left: calc(100% - 27px);
    transform: translatex(-100%);
}

input:checked + label.switcher {
    background-image: radial-gradient(circle at 50% -20.71%, #ffff00 0, #f4ff00 10%, #ceff00 20%, #a6ff00 30%, #78ff24 40%, #3cf23c 50%, #00e44d 60%, #00d75b 70%, #00cc69 80%, #00c377 90%, #00bb85 100%);
}
/* switch checkbox es-agranel */
label.switcher-es-agranel {
    display: block;
    width: 150px;
    height: 36px;
    background-image: radial-gradient(circle at -20.71% 50%, #b53cf2 0, #b53cf2 50%, #b53cf2 100%);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 0;
}

    label.switcher-es-agranel::after {
        content: "Pieza";
        text-align: center;
        padding: 9px;
        width: 80px;
        height: 32px;
        background-color: #40125a;
        font-weight: bold;
        position: absolute;
        border-radius: 70px;
        top: 2px;
        left: 67px;
        transition: 0.5s;
    }

input:checked + label.switcher-es-agranel::after {
    left: calc(100% - 67px);
    transform: translatex(-100%);
}

input:checked + label.switcher-es-agranel::after {
    content: "Agranel";
    background-color: #202020;
    font-weight: bold;
    color: #FFF;
}
/* switch checkbox es-fisica */
label.switcher-es-fisica {
    display: block;
    width: 150px;
    height: 36px;
    background-image: radial-gradient(circle at -20.71% 50%, #b53cf2 0, #b53cf2 50%, #b53cf2 100%);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 0;
}

    label.switcher-es-fisica::after {
        content: "Moral";
        text-align: center;
        padding: 9px;
        width: 80px;
        height: 32px;
        background-color: #40125a;
        font-weight: bold;
        position: absolute;
        border-radius: 70px;
        top: 2px;
        left: 67px;
        transition: 0.5s;
    }

input:checked + label.switcher-es-fisica::after {
    left: calc(100% - 67px);
    transform: translatex(-100%);
}

input:checked + label.switcher-es-fisica::after {
    content: "Física";
    background-color: #202020;
    font-weight: bold;
    color: #FFF;
}
/* switch checkbox genero */
label.switcher-genero {
    display: block;
    width: 150px;
    height: 36px;
    background-image: radial-gradient(circle at -20.71% 50%, #59f23c 0, #713cf2 50%, #f23cba 100%);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 0;
}

    label.switcher-genero::after {
        content: "Mujer";
        text-align: center;
        padding: 9px;
        width: 80px;
        height: 32px;
        background-color: #42053f;
        font-weight: bold;
        position: absolute;
        border-radius: 70px;
        top: 2px;
        left: 67px;
        transition: 0.5s;
    }

input:checked + label.switcher-genero::after {
    left: calc(100% - 67px);
    transform: translatex(-100%);
}

input:checked + label.switcher-genero::after {
    content: "Hombre";
    background-color: #04321e;
    font-weight: bold;
    color: #FFF;
}
/* switch checkbox bool */
label.switcher-bool {
    display: block;
    width: 150px;
    height: 36px;
    background-image: radial-gradient(circle at -20.71% 50%, #b53cf2 0, #b53cf2 50%, #b53cf2 100%);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 0;
}

    label.switcher-bool::after {
        content: "Si";
        text-align: center;
        padding: 9px;
        width: 80px;
        height: 32px;
        background-color: #40125a;
        font-weight: bold;
        position: absolute;
        border-radius: 70px;
        top: 2px;
        left: 67px;
        transition: 0.5s;
    }

input:checked + label.switcher-bool::after {
    left: calc(100% - 67px);
    transform: translatex(-100%);
}

input:checked + label.switcher-bool::after {
    content: "No";
    background-color: #202020;
    font-weight: bold;
    color: #FFF;
}

input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
}

ul .pagination.flex-wrap {
    cursor: pointer;
}

.breadcrumb {
    padding: 12px 0 0 0;
}

    .breadcrumb b {
        color: black;
    }

.navbar {
    --bs-navbar-color: rgb(255 255 255);
    --bs-navbar-hover-color: rgb(255 255 255 / 70%);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: #0dacfd;
    --bs-navbar-brand-color: rgb(255 255 255);
    --bs-navbar-brand-hover-color: rgb(255 255 255 / 70%);
    font-weight: normal;
}
/* Loading */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    opacity: 0.7;
}

    .se-pre-con div {
        position: absolute;
        left: calc(50% - 100px);
        top: 50%;
        font-size: x-large;
        z-index: 9999;
        text-align: center;
    }

.bar-loader {
    width: 250px;
    height: 150px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

    .bar-loader span {
        display: inline-block;
        width: 5px;
        height: 40px;
        background-color: #00acac;
    }

        .bar-loader span:nth-child(1) {
            animation: grow 1s ease-in-out infinite;
        }

        .bar-loader span:nth-child(2) {
            animation: grow 1s ease-in-out 0.15s infinite;
        }

        .bar-loader span:nth-child(3) {
            animation: grow 1s ease-in-out 0.30s infinite;
        }

        .bar-loader span:nth-child(4) {
            animation: grow 1s ease-in-out 0.45s infinite;
        }

    .bar-loader b {
        color: #000;
        font-weight: bold;
        width: 100%;
        height: 50px;
    }

@keyframes grow {
    0%, 100% {
        -webkit-transform: scaley(1);
        -ms-transform: scaley(1);
        -o-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(1.8);
        -ms-transform: scaley(1.8);
        -o-transform: scaley(1.8);
        transform: scaley(1.8);
    }
}
/* nav toggle dropdown */
.header .navbar-nav > li > .dropdown-menu {
    position: absolute;
}

.dropdown-menu-right {
    right: 0;
}

.navbar-inverse img#logo {
    content: url("../nsschLogo.png");
}

.navbar-default img#logo {
    content: url("../nsschLogoDefault.png");
}
/* select2 */
.modal-open .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-open .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-open span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus span.select2-selection__arrow,
.modal-open span.select2.select2-container.select2-container--default.select2-container--below span.select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

    .modal-open span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus span.select2-selection__arrow b,
    .modal-open span.select2.select2-container.select2-container--default.select2-container--below span.select2-selection__arrow b {
        border-color: white transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.modal-open span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open span.select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}

    .modal-open span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open span.select2-selection__arrow b {
        border-color: transparent transparent transparent transparent;
        border-width: 0 4px 5px 4px;
        height: 1px;
        left: 50%;
        margin-left: 4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
        background-image: none !important;
        background-color: #2A3038 !important;
        font-family: "Font Awesome 6 Pro" !important;
        content: "\f078" !important;
    }

.modal-open .select2-container--open > .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}

.modal-open .select2-container--default .select2-selection--single {
    background-color: #2A3038;
    color: white;
}

.modal-open .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    appearance: none;
}

.modal-open .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.modal-open .select2-container--default .select2-dropdown {
    border: 0;
    box-shadow: var(--bs-dropdown-box-shadow);
    border-radius: .475rem;
    padding: 4px;
    background-color: #000;
    font-size: .8125rem;
    z-index: 1056;
}

.modal-open .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    background-color: #2A3038;
    color: white;
}

    .modal-open .select2-container--default .select2-selection--single:focus {
        border: 1px solid #8f5fe8 !important;
        color: white !important;
    }

    .modal-open .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: white;
        line-height: 16px;
    }

.modal-open .select2-container--open .select2-dropdown {
    left: 0;
}

.modal-open .select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.modal-open .select2-container--open .select2-dropdown .select2-search {
    padding: 0;
    margin: 0 0 4px 0;
}

.modal-open .select2-search--dropdown {
    display: block;
    padding: 4px;
}

.modal-open .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.modal-open .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.modal-open .select2-search__field [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.modal-open .select2-results {
    display: block;
}

.modal-open .select2-container--open .select2-dropdown .select2-results > .select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}

.modal-open .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-open .select2-container--open .select2-dropdown .select2-results__option {
    color: var(--bs-gray-700);
    transition: color .2s ease;
    padding: 4px 1.25rem;
    margin: 0 0;
}

.modal-open .select2-results__option--selectable {
    cursor: pointer;
}

.modal-open .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.modal-open .select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #f9f9f9;
    color: #8f5fe8;
    transition: color .2s ease;
    position: relative;
    font-weight: bold;
}

.modal-open li.select2-results__option.select2-results__option--highlighted::after {
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    display: block;
    position: absolute;
    transform: translatey(-50%);
    height: .75rem;
    width: .75rem;
    content: "\f00c";
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #f9f9f9;
    mask-position: center;
    -webkit-mask-position: center;
    right: 1.25rem;
    font-size: 14px;
}

.modal-open span.select2-container--open span.select2-selection__arrow::after {
    position: absolute;
    background-image: none !important;
    background-color: #2A3038 !important;
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f077" !important;
    top: 11px;
    width: 15px;
    height: 15px;
    z-index: 999;
    left: 50%;
}

span.select2-container--open span.select2-selection__arrow::after {
    position: absolute;
    background-image: none !important;
    background-color: #2A3038 !important;
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f077" !important;
    top: 11px;
    width: 15px;
    height: 15px;
    z-index: 999;
}

span.select2-selection__arrow::after {
    position: absolute;
    background-image: none !important;
    background-color: #2A3038 !important;
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f078" !important;
    top: 11px;
    width: 15px;
    height: 15px;
}

.modal-open span.select2-selection__clear {
    display: none;
}

.modal-open .select2-container [type="button"]:not(:disabled),
.modal-open .select2-container [type="reset"]:not(:disabled),
.modal-open .select2-container [type="submit"]:not(:disabled),
.modal-open .select2-container button:not(:disabled) {
    cursor: pointer;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 8px 0 0 !important;
    font-size: 14px !important;
}
/* input */
select,
.form-control,
.asColorPicker-input,
.dataTables_wrapper select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="text"],
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="number"],
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead,
.tt-query,
.tt-hint {
    border: 1px solid white !important;
    color: white !important;
}

    select:focus,
    .form-control:focus,
    .asColorPicker-input:focus,
    .dataTables_wrapper select:focus,
    .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type="text"],
    .jsgrid .jsgrid-table .jsgrid-filter-row select:focus,
    .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type="number"],
    .select2-container--default .select2-selection--single:focus,
    .select2-container--default .select2-selection--single .select2-search__field:focus,
    .typeahead:focus,
    .tt-query:focus,
    .tt-hint:focus {
        border: 1px solid #8f5fe8 !important;
        color: white !important;
    }

span.select2-container--disabled span.selection span.select2-selection--single span.select2-selection__rendered {
    color: #6c757d !important;
}

span.select2-container--disabled span.selection span.select2-selection--single {
    border: 1px solid #8f5fe8 !important;
}

span.select2-container--disabled span.selection span.select2-selection--single {
    background-color: #2A3038 !important;
}

.navbar .navbar-menu-wrapper .search input:focus {
    border: 1px solid #8f5fe8 !important;
    color: white !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.breadcrumb-item.active {
    color: white;
}

.btn,
.fc button,
.ajax-upload-dragdrop .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm,
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel,
.wizard > .actions a {
    line-height: 1.5;
}

.form-control:disabled,
.asColorPicker-input:disabled,
.dataTables_wrapper select:disabled,
.jsgrid .jsgrid-table .jsgrid-filter-row input:disabled[type="text"],
.jsgrid .jsgrid-table .jsgrid-filter-row select:disabled,
.jsgrid .jsgrid-table .jsgrid-filter-row input:disabled[type="number"],
.select2-container--default .select2-selection--single:disabled,
.select2-container--default .select2-selection--single .select2-search__field:disabled,
.typeahead:disabled,
.tt-query:disabled,
.tt-hint:disabled,
.form-control[readonly],
.asColorPicker-input[readonly],
.dataTables_wrapper select[readonly],
.jsgrid .jsgrid-table .jsgrid-filter-row input[readonly][type="text"],
.jsgrid .jsgrid-table .jsgrid-filter-row select[readonly],
.jsgrid .jsgrid-table .jsgrid-filter-row input[readonly][type="number"],
.select2-container--default .select2-selection--single[readonly],
.select2-container--default .select2-selection--single .select2-search__field[readonly],
.typeahead[readonly],
.tt-query[readonly],
.tt-hint[readonly] {
    background-color: #2A3038 !important;
    border: 1px solid #8f5fe8 !important;
    opacity: 1;
    color: #6c757d !important;
}
/*logo*/
.sidebar .sidebar-brand-wrapper .sidebar-brand img {
    width: calc(244px - 60px);
    max-width: 100%;
    max-height: 100%;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
    width: calc(70px - 35px);
    max-width: 100%;
    height: 35px;
}

.sidebar .sidebar-brand-wrapper .sidebar-brand.brand-logo-mini img {
    width: calc(70px - 20px);
    max-width: 100%;
}
/* title */
.card .card-title {
    color: #ffffff;
    margin-bottom: 1.5rem !important;
    text-transform: capitalize;
}
/* table */
.table,
.jsgrid .jsgrid-table {
    margin-bottom: 0;
    color: #ffffff;
}

.table-hover tbody tr:hover {
    color: #8f5fe8;
    background-color: #000000;
}
/* file input */
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    font-weight: normal;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile + label {
    color: #8f5fe8;
}

.inputfile + label {
    border: 1px solid #FFF;
    background-color: #2A3038;
    padding: 0;
}

    .inputfile:focus + label,
    .inputfile.has-focus + label,
    .inputfile + label:hover {
        border-color: #8f5fe8;
        font-weight: bold;
    }

    .inputfile + label span,
    .inputfile + label strong {
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile + label span {
        width: 306px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
    }

    .inputfile + label strong {
        color: #000;
        background-color: #FFF;
        display: inline-block;
    }

    .inputfile:focus + label strong,
    .inputfile.has-focus + label strong,
    .inputfile + label:hover strong {
        background-color: #40125a;
        color: #FFF;
        font-weight: bold;
    }

input[type="file"] {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

@media screen and (max-width: 50em) {
    .inputfile + label strong {
        display: block;
    }
}
/* Menu */
.sidebar li.nav-item.menu-items i.menu-arrow::before {
    content: "\f142" !important;
    font-size: inherit;
    color: inherit;
}

.sidebar li.nav-item.menu-items.active i.menu-arrow::before {
    content: "\f140" !important;
    font-size: inherit;
    color: #8f5fe8;
    font-weight: bold;
}

.sidebar a.nav-link[aria-expanded="true"] i.menu-arrow::before {
    content: "\f140" !important;
    font-size: inherit;
    color: #8f5fe8;
    font-weight: bold;
}

.sidebar a.nav-link.collapsed[aria-expanded="false"] i.menu-arrow::before {
    content: "\f142" !important;
    font-size: inherit;
    color: inherit;
}
/* input image code-bar */
.code-bar {
    background-image: url("../template/assets/images/barcode-scan.gif");
    background-repeat: repeat-y;
    padding-left: 49px;
}

    .code-bar:focus {
        background-image: url("../template/assets/images/barcode-scan.gif");
        background-repeat: repeat-y;
        padding-left: 49px;
    }
/* navigation */
.sidebar .nav .nav-item .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 10px 0 1.188rem;
    color: #6c7293;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
    height: 46px;
    border-radius: 0px 100px 100px 0px;
}

.sidebar .nav.sub-menu {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 0 1.5rem !important;
    list-style: none !important;
    height: auto;
}

@media (min-width: 992px) {
    .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link::before {
        content: "";
        display: inline-block;
        width: 0px !important;
        height: 0px !important;
        border-radius: 50%;
        background-color: #6c7293;
        position: absolute;
        left: 0px !important;
    }

    .sidebar-icon-only .sidebar .hover-open .nav-item .nav-link {
        text-align: left;
        padding-left: 0 !important;
    }

    .sidebar-icon-only .sidebar li.hover-open li.nav-item a.nav-link .menu-title {
        left: 35px !important;
    }
}
/* calendar */
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
/*Flecha para hacer la pagina hacia arriba*/
.ir-arriba {
    display: none;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #b53cf2;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

    .ir-arriba:hover,
    .ir-arriba:focus,
    .ir-arriba:active,
    .ir-arriba:target {
        color: #b53cf2;
        opacity: 0.88;
    }

.footer i.fab:hover,
.footer i.fab:focus,
.footer i.fab:active {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/*Loader Sofgil*/
.loader img#softgil-loading {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate3d {
    100% {
        -moz-transform: rotate3d(88, 0, 0, 3.142rad);
    }
}

@-webkit-keyframes rotate3d {
    100% {
        -webkit-transform: rotate3d(88, 0, 0, 3.142rad);
    }
}

@keyframes rotate3d {
    100% {
        -webkit-transform: rotate3d(88, 0, 0, 3.142rad);
        transform: rotate3d(88, 0, 0, 3.142rad);
    }
}