/*!
 *   AdminLTE v3.2.0
 *   Author: Robert Batista
 *   Website: DSCloud.es <https://dsscloud.es>
 *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 */
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 /* .modal-dialog-scrollable .modal-body {
    overflow-y: initial !important;
}
button.btn.btn-dark {
    position: relative;
    bottom: -75px;
} */

.nav-link.active i.text-cyan{
    color: currentColor !important;
}
nav i{
    font-size: 20px;
    padding-right: 0.6vh;
}
.card-header .pull-right {
    float: right;
    position: absolute;
    right: 1%;
    top: 0.5rem;
}
.btn-danger.removerRelacion{
    position: relative;
     bottom: -7vh;
 }

 .content-wrapper {
    height: initial !important;
}

.row.show {
    justify-content: space-between;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    width: auto;
}
.mt2{
    margin-top: 2rem;
}
.mb1{
    margin-bottom: 1rem;
}
/* .modal-dialog button.btn.btn-dark {
    position: absolute;
    top: 3vh;
    bottom: auto;
} */
