:root {
    --mora: #4b49ac;
    --lima: #2cd4d9;
    --text: #6e7076;
    --negro: #16181b;
    --bg-1: #eaeaf1;
    --blanco: #fff;
    --sinSerif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

nav.navbar {
    background: var(--blanco) !important;
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    -webkit-box-shadow: 0px 5px 21px -5px #cdd1e1;
    -moz-box-shadow: 0px 5px 21px -5px #cdd1e1;
    z-index: 100;
}

a.nav-link {
    font-size: 17px;
}

.navbar-nav.navbar-nav-right {
    margin-left: auto;
    align-self: stretch !important;
    align-items: stretch !important;
}

.navbar-nav .nav-item.nav-profile {
    margin-left: 0.2rem;
}

.nav-item {
    align-items: center !important;
    display: flex !important;
    margin-right: 1rem;
    margin-left: 1rem;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: inherit;
    font-size: 1rem;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-item.nav-profile img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.nav-item.dropdown .navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 70px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dropdown .dropdown-menu {
    margin-top: 2px;
    font-size: 0.875rem;
    box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
}

.dropdown-menu.show {
    display: block;
}

.nav-item.dropdown .navbar-dropdown .dropdown-item {
    margin-bottom: 0;
    padding: 0.687rem 1.562rem;
    cursor: pointer;
    align-items: center !important;
    display: flex !important;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 18px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 18px;
    color: var(--mora) !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--negro) !important;
    text-decoration: none;
    background-color: var(--bg-1) !important;
}

.sidebar {
    min-height: calc(100vh - 60px);
    background: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    padding: 0;
    width: 235px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
}

.sidebar .nav:not(.sub-menu) {
    margin-top: 1.45rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar .nav:not(.sub-menu)>.nav-item.active {
    background: var(--lima);
}

.sidebar .nav:not(.sub-menu)>.nav-item {
    margin-top: 0.2rem;
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link {
    margin: 0;
}

.sidebar .nav .nav-item.active>.nav-link {
    background: var(--lima);
    position: relative;
}

.sidebar .nav .nav-item.active {
    border-radius: 8px;
}

.sidebar .nav .nav-item {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    transition-property: background;
    -webkit-transition-property: background;
}

.sidebar .nav .nav-item .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 0.8125rem 1.937rem 0.8125rem 1rem;
    color: var(--mora);
    border-radius: 8px;
    -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;
}

.sidebar .nav .nav-item.active>.nav-link i,
.sidebar .nav .nav-item.active>.nav-link .menu-title,
.sidebar .nav .nav-item.active>.nav-link .menu-arrow {
    color: #fff;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    font-size: 1rem;
    line-height: 1;
    margin-right: 1rem;
    color: var(--mora);
}

.sidebar .nav .nav-item .nav-link i {
    color: inherit;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    font-family: "feather";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar .nav .nav-item .nav-link i.menu-icon:before {
    vertical-align: middle;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: middle;
}

.container-scroller {
    overflow: hidden;
}

.page-body-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 235px);
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.content-wrapper {
    background: #f5f7ff;
    padding: 2.375rem 2.375rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.grid-margin {
    margin-bottom: 2.5rem;
}

.card.tale-bg {
    background: #dae7ff;
}

.card-people {
    border-radius: 20px;
    width: 100%;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    border: none;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.grid-margin {
    margin-bottom: 2.5rem;
}

.card-people .weather-info {
    position: absolute;
    top: 30px;
    right: 24px;
}

.d-flex {
    display: flex !important;
}

.card-people .weather-info sup {
    font-size: 18px;
}

h2,
.h2 {
    font-size: 2.187rem;
}

h3,
.h3 {
    font-size: 1.525rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h6,
.h6 {
    font-size: 0.9375rem;
}

.weather-info .location {
    font-size: 20px;
    margin-bottom: 0;
}

.card.card-tale {
    background: #7da0fa;
    color: #ffffff;
}

.card.card-dark-blue:hover {
    background: #5050b2;
}

.card.card-dark-blue {
    background: #4747a1;
    color: #ffffff;
}

.card.card-light-blue:hover {
    background: #8f8eed;
}

.card.card-light-blue {
    background: #7978e9;
    color: #ffffff;
}

.card.card-light-danger:hover {
    background: var(--lima);
}

.card.card-light-danger {
    background: var(--lima);
    color: #ffffff;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%;
}

.card .card-body {
    padding: 1.25rem 1.25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-people img {
    border-radius: 20px;
    width: 100%;
}

p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.3rem;
}

.fs-30 {
    font-size: 30px;
}

.card .card-title {
    color: #010101;
    margin-bottom: 1.2rem;
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 600;
}

.text-primary,
.list-wrapper .completed .remove {
    color: var(--mora) !important;
}

.login input.form-control {
    margin-bottom: 20px;
}

.center {
    margin: 0 auto;
    text-align: center;
    align-content: center;
    display: block;
}

.login.page-body-wrapper {
    min-height: 100vh !important;
}

.auth .brand-logo {
    margin-bottom: 2rem;
}

.auth form .form-group .form-control {
    background: transparent;
    border-radius: 0;
    font-size: 0.9375rem;
    border-radius: 15px;
}

.login button {
    cursor: pointer;
    padding: 1rem 3rem;
    line-height: 1.5;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 15px;
    text-transform: uppercase;
}

a.text-primary {
    font-weight: 500;
}

.mascotas {
    background-image: linear-gradient(rgba(50, 25, 128, .3),
            rgba(50, 25, 128, .3)),
        url(../img/dogs.png);
    background-position: bottom;
    background-repeat: repeat, no-repeat;
    background-size: contain;
}

.clientes {
    background-image: linear-gradient(rgba(50, 25, 128, .3),
            rgba(50, 25, 128, .3)),
        url(../img/cliente-2.png);
    background-position: bottom;
    background-repeat: repeat, no-repeat;
    background-size: contain;    
}

.medicamentos {
    background-image: linear-gradient(rgba(50, 25, 128, .3),
            rgba(50, 25, 128, .3)),
        url(../img/medicina-2.png);
    background-position: bottom;
    background-repeat: repeat, no-repeat;
    background-size: contain;    
}

.btn-primary,
.wizard>.actions a {
    color: #fff;
    background-color: var(--mora);
    border-color: var(--mora);
}

.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 {
    font-size: 0.975rem;
    line-height: 1;
    font-weight: 400;
    border-radius: 15px;
}

.formulario .btn {
    padding: 8px 40px;
}

.formulario label {
    margin-bottom: 0.875rem;
    font-weight: 500;
    color: var(--mora);
}

.registrar-mascota .btn {
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 1.1rem;
    margin-top: -8px;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: 1px;
    font-weight: 500;
}

.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
}

table > tbody > tr:nth-child(1) td {
    border: none;
}

.progress.progress-md {
    height: 10px;
}

.formulario .input-group-prepend .input-group-text {
    min-width: 130px;
}