@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Admin Reseller*/

.body-sign .card.card-header.card-primary {
    background: #18181b !important;
}

.input-group-text {
    color: #2f2f31;
    background-color: #f0f3f4;
}

.card-featured-left {
    border-left: none;
}

html.sidebar-left-big-icons .sidebar-left a {
    color: #2f2f31;
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-big-icons .sidebar-left .nano .nav-main>li>a i {
        margin-right: 0;
        font-size: 1.5rem;
    }

    html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main>li.nav-active>a {
        background: #f7f8fa;
        box-shadow: none;
        border-radius: 6px !important;
        color: #18181b !important;
    }

}

ul.nav-main>li a:hover {
    padding-left: 5px !important;
}

.widget-summary .summary .amount {
    color: #2f2f31;
}

.text-secondary {
    color: #1f1f1f !important;
}

.text-success {
    color: #18181b !important;
}

.el-badge__content--danger {
    background: rgb(252 78 75 / 20%);
    color: #fc4f4b;
    font-weight: bold;
}

.el-badge__content--primary {
    background: rgb(24 24 27 / 20%) !important;
    color: #18181b !important;
    font-weight: bold !important;
}

.badge-success {
    background: #16a34a !important;
    color: #fff;
}

.badge-default {
    background: #6c757d !important;
    color: #fff;
}

.badge-info {
    background: rgb(24 24 27 / 20%) !important;
    color: #18181b !important;
    font-weight: bold !important;
}

.widget-summary .summary-footer {
    border-top: none;
    text-align: left;
}

.summary-footer a {
    background: #f7fafe;
    padding: 4px 8px;
    border-radius: 4px;
    color: #18181b !important;
}

sup.el-badge__content.el-badge__content--undefined.is-fixed {
    background: rgb(252 78 75 / 20%);
    color: #fc4f4b;
    font-weight: bold;
    border: none;
    border-radius: 4px;
}

.el-badge.el-tooltip.item.ml-4.item {
    margin-left: 1rem !important;
}

.fas.fa-exclamation-circle.text-secondary,
.fas.fa-exclamation-triangle.text-secondary,
.fas.fa-bell.text-secondary {
    color: #1f1f1f !important;
}

p {
    color: #1f1f1f;
}

.bg-primary {
    background-color: #18181b !important;
}

.btn-primary-pos {
    background-color: #18181b !important;
    border-color: #18181b #18181b #18181b !important;
    color: #FFF;
}

.btn-primary-pos:hover,
.btn-primary-pos.hover {
    background-color: #2f2f31 !important;
    border-color: #2f2f31 !important;
    color: #FFF;
}

html body .text-blue {
    color: #2f2f31 !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #2f2f31 !important;
    border-color: #2f2f31 !important;
    -webkit-box-shadow: -1px 0 0 0 #2f2f31 !important;
    box-shadow: -1px 0 0 0 #2f2f31 !important;
}

.sidebar-light:not(.sidebar-gray):not(.sidebar-green):not(.sidebar-warning) .page-header h2 a {
    color: #18181b;
}

.sidebar-dark:not(.dark) .page-header h2 {
    color: #ccc;
}

a:hover,
a:focus {
    color: #2f2f31;
}

.pricing-table .plan {
    border: none;
    border-radius: 12px;
}

.pricing-table .most-popular {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pricing-table .most-popular h3 {
    background-color: #18181b;
    color: #fff;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
}

.pricing-table h3 span {
    background: #f7fafe;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2f2f31;
    font: bold 25px / 100px Roboto, Serif;
}

.pricing-table li {
    border-top: none;
    padding: 5px 0 0 0;
    color: #1f1f1f;
}

.card-header {
    background: #ffffff;
}

.el-switch.is-checked .el-switch__core {
    border-color: #18181b;
    background-color: #18181b;
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: #18181b;
    border-color: #18181b;
    color: #fff;
}

/* Panel Client*/

html,
body {
    background: #f7f8fa;
    font-family: "Roboto", sans-serif;
    color: #1f1f1f;
}

ul.nav-main li .nav-children li a {
    padding: 5px 5px 5px 30px;
    margin-bottom: 2px;
}

ul.nav-main li.nav-active:not(.nav-parent)>a,
ul.nav-main li .nav-children li.nav-active:not(.nav-parent)>a {
    box-shadow: none;
    border-radius: 6px !important;
    background: linear-gradient(118deg, #18181b, #18181b);
}

ul.nav-main li li a:hover {
    padding-left: 35px !important;
}

ul.nav-main li a:hover::before {
    left: 23px !important;
}

ul.nav-main li .nav-children li a:after {
    padding: 6px 10px;
    background: rgb(255 255 255 / 50%);
}

.tab-navigation nav>ul>li.active ul li a:hover,
.header-nav-main.header-nav-main-light .dropdown-menu>li>a:hover,
.header-nav-main.header-nav-main-light .dropdown-menu>li>a:focus,
.header.header-nav-menu .header-nav-main.header-nav-main-light .dropdown-menu>li>a:focus,
.toggle>label:hover {
    background: #f1f3f4;
}

ul.nav-main li.nav-expanded>a,
ul.nav-main li.nav-parent>ul.nav-children {
    background-color: #f7f8fa;
}

ul.nav-main li .nav-children li.nav-active:not(.nav-parent)>a {
    color: #fff !important;
}

ul.nav-main li .nav-children li.nav-active:not(.nav-parent)>a::before {
    border-color: #e1f1ff;
    background: #e1f1ff;
}

ul.nav-main li .nav-children li a:hover,
ul.nav-main li .nav-children li a:focus,
.card-footer-btn-group a,
.note-editor .note-toolbar {
    background-color: #fff;
}

ul.nav-main li .nav-children li a:after {
    padding: 6px 15px;
}

.card-body {
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 12px;
}

span.badge.bg-secondary.text-white.bg-info {
    background: rgb(0 177 154 / 20%) !important;
    color: #18181b !important;
}

.bg-info,
html .card-primary .card-header {
    background: #18181b !important;
}

.card-header.bg-info {
    background: #18181b !important;
}

.btn-custom {
    background-color: #18181b;
}

.btn-custom:hover,
.btn-custom.hover {
    background-color: #2f2f31;
    border-color: #2f2f31;
}

.page-item.active .page-link {
    background-color: #18181b !important;
    border-color: unset !important;
}

.notifications .notification-menu .notification-title {
    background: #18181b;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
    border-bottom-color: #18181b;
}

label {
    margin-bottom: 0;
}

label.control-label {
    margin-top: 8px;
}

.text-info {
    color: #18181b !important;
}

.btn-primary {
    background-color: #18181b;
    border-color: #18181b;
}

.btn-primary:hover,
.btn-primary.hover {
    background-color: #2f2f31;
    border-color: #2f2f31;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 141 126 / 50%);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f2f31;
    border-color: #2f2f31;
}

.btn-primary,
.btn-primary.disabled {
    background: #18181b;
    border: 1px solid #18181b;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-primary.active,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.show>.btn-primary.dropdown-toggle {
    background-color: #18181b;
    border: 1px solid #18181b;
}

.btn-info:hover,
.btn-info.hover {
    background-color: #2f2f31;
    border-color: #2f2f31;
    color: #fff;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 141 126 / 50%);
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2f2f31;
    border-color: #2f2f31;
}

.btn-info,
.btn-info.disabled {
    background: #18181b;
    border: 1px solid #18181b;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:focus,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.show>.btn-info.dropdown-toggle {
    background-color: #18181b;
    border: 1px solid #18181b;
}

.sidebar-left .sidebar-header {
    margin-bottom: 0;
}

nav#menu {
    padding-top: 10px;
}

table,
.table,
.el-dialog__body,
.invoice address,
html.fixed.sidebar-white .sidebar-left a,
ul.nav-main li.nav-parent>a:after {
    color: #1f1f1f;
}

.el-input__inner,
.el-textarea__inner {
    border: 1px solid #cccccc;
    color: #2f2f31;
    background-color: #ffffff;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #18181b;
}

.el-select .el-input__inner:focus {
    border-color: #18181b;
}

.el-input__inner:hover {
    border-color: #b3bad3;
}

.el-input__inner:focus {
    border-color: #18181b;
    background: #fff;
}

.el-checkbox {
    color: #1f1f1f;
}

html.fixed.sidebar-white .sidebar-left a:hover,
html.fixed.sidebar-white .sidebar-left a:active,
html.fixed.sidebar-white .sidebar-left a:focus {
    color: #18181b;
}

.el-dialog {
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.el-dialog__wrapper {
    background: rgba(0, 0, 0, .25);
}

ul.nav-main li.nav-description {
    padding: .5rem;
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    margin-top: 10px;
    color: #1f1f1f;
    font-weight: bold;
}

.border-left {
    border-left: none !important;
}

.card.card-dashboard {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 14px;
}

.card-body,
.card.card-dashboard.border {
    border: none !important;
}

.card .table th,
.table td {
    border-top: unset;
}

html.sidebar-left-collapsed .sidebar-left .nav-main>li>a {
    padding-left: 10px;
}

.header .logo-container .topbar-links {
    margin-top: 4px;
    height: 50px;
    background: #ffffff;
    border-radius: 4px;
    color: #1f1f1f;
}

.header .logo-container .topbar-links:last-of-type i {
    margin: 0px;
}

.header .logo-container .topbar-links:hover {
    background-color: #18181b;
    color: #fff;
}

.sidebar-toggle {
    border-right: unset;
}

.el-tabs__item {
    color: #1f1f1f;
}

.el-tabs__item:hover {
    color: #18181b;
    cursor: pointer;
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #18181b;
    z-index: 1;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    list-style: none;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #18181b;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #18181b;
    border-color: #18181b;
}

.el-checkbox__inner:hover {
    border-color: #18181b;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #18181b;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #18181b;
    background: #18181b;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #18181b;
}

.el-radio__inner:hover {
    border-color: #18181b;
}

.el-select-dropdown__item.selected {
    color: #18181b;
    font-weight: 700;
}

.el-tabs__item.is-active {
    color: #18181b;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #18181b;
    background-color: #fff;
    border-right-color: #dcdfe6;
    border-left-color: #dcdfe6;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #18181b;
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
    color: #18181b;
}

.avatar-uploader .el-upload:hover {
    border-color: #18181b !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #18181b;
}

.el-button--primary {
    color: #fff;
    background-color: #18181b;
    border-color: #18181b;
}

.el-button--primary:hover {
    color: #fff;
    background-color: #2f2f31;
    border-color: #2f2f31;
}

.el-button--danger {
    color: #fff;
    background-color: #ff7800;
    border-color: #ff7800;
}

.btn-danger {
    background-color: #fc4e4b;
    border-color: #fc4e4b;
    box-shadow: unset;
}

.notifications>li .notification-icon .badge,
.badge-danger {
    background: rgb(252 78 75 / 20%);
    color: #fc4f4b;
    font-weight: bold;
}

.disable_color {
    color: #fc4f4b;
}

.btn-info {
    background-color: #18181b;
    border-color: #18181b;
    box-shadow: unset;
}

ul.nav-main li .nav-children li a:before {
    left: 18px;
    width: 7px;
    height: 7px;
    border: 1px solid #b3becf;
}

.badge {
    padding: 0.7em;
}

.btn-warning {
    background-color: #ff7800;
    border-color: #ff7800;
    box-shadow: unset;
}

.btn-warning:hover,
.btn-warning.hover {
    background-color: #ff7800;
    border-color: #ff7800 #ff7800 #ff7800;
    color: #fff;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ff7800;
    border-color: #ff7800;
}

a.text-info:hover,
a.text-info:focus {
    color: #2f2f31 !important;
}

.el-textarea__inner:focus {
    outline: none;
    border-color: #18181b;
}

html.fixed.sidebar-white .sidebar-left,
html.fixed.sidebar-white .sidebar-header,
html.fixed.sidebar-white .sidebar-left .nano {
    transition: all .15s ease;
}

html.sidebar-left-collapsed .sidebar-left .nano:hover {
    width: 300px;
    box-shadow: 0 30px 30px rgb(0 0 0 / 20%);
}

.btn-signin {
    background-color: #18181b;
}

.auth__image {
    background-size: auto !important;
}

.auth a {
    color: #18181b;
}

.auth a,
.auth h1,
.auth h2,
.auth h3,
.auth h4,
.auth h5,
.auth h6,
.auth label,
.auth p,
.auth span {
    color: #1f1f1f;
    font-family: 'Roboto';
}

.form-control {
    color: #2f2f31;
}

.el-switch__label.is-active {
    color: #18181b;
}

.notifications>li .notification-icon .badge {
    height: 15px;
    border-radius: 4px;
}

html.sidebar-white ul.nav-main li.nav-active:not(.nav-parent)>a {
    background: #18181b !important;
    box-shadow: none;
    color: #fff !important;
}

.userbox .name,
.userbox .role,
.notifications>li .notification-icon i {
    color: #1f1f1f !important;
}

.border.rounded-circle.text-center {
    border-radius: 5px !important;
    border: 1px solid #f0f3f4 !important;
    background: #f0f3f4;
    color: #1f1f1f;
}

.sidebar-left .sidebar-header .logo img {
    height: 40px;
    border-radius: 2px;
}

.invoice table.table>thead:first-child>tr>th {
    background-color: #f0f3f4;
    border-bottom: 0px solid #dadada;
    border-top: 0px solid #dadada;
}

.header .separator {
    margin: 0 8px 0;
    opacity: 0;
}

.text-danger {
    color: #ff7800 !important;
}

.table th,
.table td {
    padding: 0.5rem;
}

.btn.btn-xs {
    margin-bottom: 4px;
}

.data-table-visible-columns {
    right: 15px;
    top: 15px;
}

span.badge.bg-danger.text-white {
    background: #fc4f4b !important;
}

span.badge.bg-secondary.text-white.bg-success,
span.badge.text-white.bg-success {
    background: #16a34a !important;
}

.card-header.bg-success {
    background: #18181b !important;
}

.btn-warning:hover,
.btn-warning.hover {
    background-color: #ffa71f;
    border-color: #ffa71f;
    box-shadow: none;
}

.btn-danger:hover,
.btn-danger.hover {
    background-color: #fc716f;
    border-color: #fc716f;
    box-shadow: none;
}

.btn-info:hover,
.btn-info.hover {
    background-color: #2f2f31;
    border-color: #2f2f31;
    box-shadow: none;
}

.page-header h2 {
    border-bottom: none;
}

.page-header {
    box-shadow: none !important;
}

.el-pager li.active {
    color: #18181b;
    cursor: default;
}

.el-month-table td.current:not(.disabled) .cell {
    color: #18181b;
}

.el-month-table td.today .cell {
    color: #18181b;
    font-weight: 700;
}

.logo-container .fa-bullseye:before {
    content: "\f0c9";
}

.sidebar-toggle:hover {
    background-color: #f0f3f4;
}

html.dark .sidebar-toggle:hover {
    background-color: #161d31;
}

html body .text-primary {
    color: #18181b !important;
}

.notifications a.notification-icon.text-secondary {
    color: #1f1f1f !important;
}

.el-collapse a {
    background: #f7fafe;
    padding: 4px 8px;
    border-radius: 4px;
}

.table thead th {
    border-bottom: 2px solid #f1f2f4;
}

.card-header,
.header {
    border-bottom: 1px solid #f1f2f4;
}

.card-footer {
    border-top: 1px solid #f1f2f4;
}

html.sidebar-light:not(.dark) .page-header .breadcrumbs a,
html.sidebar-light:not(.dark) .page-header .breadcrumbs span {
    color: #1f1f1f;
}

.page-header .breadcrumbs li {
    color: #f1f2f4;
}

.text-muted {
    color: #808a9c !important;
}

.card.card-reports .card-title {
    font-weight: bold;
    color: #1f1f1f;
    /*background: #e8f1ff;*/
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 20px;
}


.row.no-gutters .col div {
    width: 100%;
}

.row.no-gutters .col {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.card-body.pointer.rounded-0,
.testimonial-group div .col-sm-3.pointer {
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 8px !important;
}

.row.no-gutters .col .card div,
.testimonial-group div .col-sm-3.pointer {
    text-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.row.no-gutters .col .card div:hover {
    transform: scale(1.15);
    z-index: 1;
}

.row.no-gutters .col:nth-child(2n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(2n) {
    background: #808a9c !important;
}

.row.no-gutters .col:nth-child(3n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(3n) {
    background: #18181b !important;
}

.row.no-gutters .col:nth-child(5n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(5n) {
    background: #ffc300 !important;
}

.row.no-gutters .col:nth-child(7n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(7n) {
    background: #23da95 !important;
}

.row.no-gutters .col:nth-child(11n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(11n) {
    background: #ff006c !important;
}

.row.no-gutters .col:nth-child(13n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(13n) {
    background: #5853f1 !important;
}

.row.no-gutters .col:nth-child(17n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(17n) {
    background: #0c4873 !important;
}

.row.no-gutters .col:nth-child(19n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(19n) {
    background: #00112e !important;
}

.row.no-gutters .col:nth-child(23n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(23n) {
    background: #ff7800 !important;
}

.row.no-gutters .col:nth-child(29n) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(29n) {
    background: #194523 !important;
}

.row.no-gutters .col:nth-child(1) .card div,
.testimonial-group div .col-sm-3.pointer:nth-child(1) {
    background: #2f2f31 !important;
}

.card-body.pointer.px-2.pt-2 p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-body.pointer.px-2.pt-2 .img-custom {
    height: 150px !important;
    object-fit: cover;
}

.card h5.font-weight-semibold.text-right.text-white {
    margin: 0;
}

.card-footer.flex-wrap .el-row {
    display: flex;
    justify-content: space-between;
}

a.ws-flotante {
    border-radius: 0 !important;
    transform: scale(0.85);
}

/* --------------------------- tema noche --------------------------- */
html.dark .header .logo-container .topbar-links {
    background: #161d31;
}

/* html.dark .header .logo-container .topbar-links:hover {
    background: #161d31d1;
} */
html.dark ul.nav-main li .nav-children li a:after {
    background: transparent;
}

/* -------- config -------- */
html.dark .card.card-dashboard .card-title,
html.dark .card.card-dashboard small.text-muted {
    background: #283046;
}

/* menu top */
.fix-m {
    margin-bottom: -4px;
    margin-top: 5px;
}

/* --------------------------- tema light --------------------------- */
html.sidebar-light .userbox.show .dropdown-menu a:hover {
    background-color: #18181b;
}

/* -------------------------- botones -------------------------- */
/* -------------------------- white -------------------------- */
html.sidebar-white .el-button--primary {
    color: #FFFFFF;
    background-color: #18181b;
    border-color: #FFFFFF;
}

html.sidebar-white .el-button--primary:hover {
    background-color: #2f2f31;
    border-color: #2f2f31;
    color: #FFF;
    transition: none;
}

.el-slider__bar {
    height: 6px;
    background-color: #18181b !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
}

.el-slider__button {
    width: 16px;
    height: 16px;
    border: 2px solid #18181b !important;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;
    user-select: none;
}

.card.card-dashboard .card-body {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

/* -------------------------- Calendar -------------------------- */
.el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #18181b;
}

.el-date-table td.available:hover {
    color: #18181b;
}

.el-date-table td.today span {
    color: #18181b;
    font-weight: 700;
}

.table-responsive.payment {
    border: 1px solid #f1f2f4;
    padding: 5px 0;
    background: #f1f2f48c;
    border-radius: 6px;
}

.pos-payment .card-body {
    margin: 5px;
}

tbody tr:hover:not(:last-child) {
    background: #f5f6f8;
}