@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap);

:root {
    --light-gray: #e5e5e5;
    --primary-color: #4CAF50;
    --secondary-color: #f44336;
    --background-color: #f4f4f4;
    --text-color: #333;
    --font-family: Montserrat, sans-serif;
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:Montserrat, sans-serif ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
}


#html5-qrcode-anchor-scan-type-change {
    display: none !important;
}

#html5-qrcode-button-camera-permission {
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#reader {
    border-radius: var(--bs-border-radius);
    border-width: var(--bs-border-width);
    border-style: var(--bs-border-style);
    border-color: #ced4da !important;
}

@media (max-width:1024.1px) {
    .page-content {
        padding: calc(45px + 1.5rem * 1.8) calc(1.5rem * .5) 60px calc(1.5rem * .5)
    }
}

@media (min-width:1024.1px) {
    [data-layout-width=boxed] .page-content {
        min-height: calc(100vh - 130px)
    }
}

@media (min-width:768px) {
    [data-layout=vertical]:is([data-sidebar-size=sm], [data-sidebar-size=sm-hover]) #page-topbar {
        left: var(--vz-vertical-menu-width-sm)
    }
}

@media (min-width:768px) {
    [data-layout=vertical][data-sidebar-size=md] #page-topbar {
        left: var(--vz-vertical-menu-width-md)
    }
}

@media (min-width:768px) {
    [data-layout=twocolumn] #page-topbar {
        left: calc(70px + 220px)
    }
}

[data-layout=twocolumn] .horizontal-logo {
    display: none
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

@media (min-width: 992px) {
  .app-content {
    min-height: calc(100vh - 8rem);
    margin-block-end: 0;
    margin-block-start: 1.25rem;
    margin-inline-start: 16rem;
    transition: all 0.05s ease;
  }
}
@media (min-width: 991.98px) {
  .main-content {
    padding: 0 1rem;
  }
}
@media (max-width: 991.98px) {
  .main-content {
    padding-block-start: 1.25rem;
  }
}
.page-title-box {
    padding: 10px 1.5rem;
    background-color: var(--vz-secondary-bg);
    -webkit-box-shadow: var(--vz-page-title-box-shadow);
    box-shadow: var(--vz-page-title-box-shadow);
    border-bottom: 1px solid var(--vz-page-title-border);
    margin: -23px -1.5rem 1.5rem -1.5rem
}

.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0
}

.page-title-box h4 {
    font-weight: 700;
    font-size: 15px !important;
    text-transform: uppercase
}

[data-layout=horizontal] .page-title-box {
    padding: 1.2rem 0;
    background-color: transparent !important;
    border-bottom: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

@media (min-width:1024.1px) {
    [data-layout=horizontal] .page-title-box {
        margin: -19px 0 0 0
    }
}

.footer {
    padding: 20px calc(1.5rem * .5);
    color: var(--vz-footer-color);
    left: var(--vz-vertical-menu-width);
    height: 60px;
    background-color: var(--vz-footer-bg)
}

.box-list {
    -webkit-user-select: none;
    user-select: none
}

.box-list li {
    position: relative;
    padding: .75rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    border-radius: .6rem;
    box-shadow: 0 .1rem .5rem 0 rgba(40, 35, 45, .1);
    border-left: 3px solid transparent;
    transition: all 1s
}

.box-list li:hover {
    border-left: 3px solid rgba(106, 73, 41, 1)
}

.box-list li:hover h6 {
    color: rgba(106, 73, 41, 1) !important
}

.box-list li:hover img {
    animation: swing;
    animation-duration: 1s
}

.box-list .bg-brown {
    background-color: #6a4929;
}

.box-list li .box-list-img {
    position: absolute;
    left: .5rem;
    top: 1.125rem
}

.box-list li+li {
    margin-top: 1rem
}

.w-45 {
    width: 45px !important;
}

.h-45 {
    height: 45px !important;
}

.b-r-8 {
    border-radius: 8px !important;
}

@media (max-width:991.98px) {
    .footer {
        left: 0
    }
}

[data-layout=vertical]:is([data-sidebar-size=sm], [data-sidebar-size=sm-hover]) .footer {
    left: var(--vz-vertical-menu-width-sm)
}

@media (max-width:767.98px) {
    [data-layout=vertical]:is([data-sidebar-size=sm], [data-sidebar-size=sm-hover]) .footer {
        left: 0
    }


    #filters-section div.cost_centers_filter label {
        display: none;
    }

    #filters-section div:nth-child(3) {
        margin-top: 1rem;
    }

    .info-qty-products {
        display: none;
    }
}

@media (max-width:991.98px) {
    
}

.main-content {
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

@media (min-width:768px) {
   
}

.page-content {
    padding: calc(20px + 1.5rem) calc(1.5rem * .5) 20px calc(1.5rem * .5)
}

.logo {
    line-height: 70px
}

.logo .logo-sm {
    display: none
}

.logo-light {
    display: none
}

.bg-body-inventory {
    background: #504743;
}
/*#988d7f*/
.bg-menu-inventory {
    background: #504743;
    padding: 0.5rem 0 0;
}

.text-brown-inventory {
    color: #988d7f;
}

#page-header-user-dropdown span,
#page-header-user-dropdown i {
    color: #cbc6bd;
}

.fs-4r {
    font-size: 4rem !important;
}

.form-control:read-only {
    background-color: var(--vz-tertiary-bg);
    opacity: 1;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.bg-menu-inventory a.navbar-brand {
    color: #867a6c;
    font-weight: 600;
}
.bg-menu-inventory .navbar-inventory ul li.nav-item{
    padding-right: 0px;
}
.bg-menu-inventory .navbar-inventory ul li.nav-item a.nav-link {
    color: #aca498;
    font-size: 14px;
    border-radius: 0px;
    background: #72665c;
}

.bg-menu-inventory .navbar-inventory ul li.nav-item a.nav-link:hover {
    color: #b7953b;
    font-size: 14px;
}

.bg-menu-inventory .navbar-inventory ul li.nav-item a.nav-link.active {
    color: #b7953b;
    font-size: 14px;
    font-weight: 600;
}
.bg-danger-transparent {
    background-color: rgba(255,103,87, 0.1) !important;
    color: rgb(255,103,87) !important;
}
.bg-success-transparent {
    background-color: rgba(50,212,132, 0.1) !important;
    color: rgb(50,212,132) !important;
}
.bg-dark-transparent {
    background-color: rgba(10,10,10, 0.1) !important;
    color: rgb(10,10,10) !important;
}
.bg-info-transparent {
    background-color: rgba(0,201,255, 0.1) !important;
    color: rgb(0,201,255) !important;
}
.bg-primary-transparent {
    background-color: rgba(152,95,253, 0.1) !important;
    color: rgb(152,95,253) !important;
}
ul.top-customers-list {
  margin-block-end: 0;
}
ul.top-customers-list li {
  margin-bottom: 0.65rem;
}
ul.top-customers-list li:last-child {
  margin-bottom: 0;
}
ul.top-customers-list li > div {
  padding: 0.65rem;
  border-radius: 10px;
  border: 1px dashed #e2e8ee;
}
ul.pos-system-orders-list {
  margin-block-end: 0;
}
ul.pos-system-orders-list li {
  margin-block-end: 1.75rem;
}
ul.pos-system-orders-list li:last-child {
  margin-block-end: 0;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-control-cart {
    width: 1.8rem !important;
    padding: 0px !important;
    font-size: 13px !important;
    background-color: transparent !important;
}
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-weight: 500;
  color: #fff;
}
.avatar a.badge:hover {
  color: #fff;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}
.avatar svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid var(--custom-white);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before,
.avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid var(--custom-white);
}
.avatar.online:before {
  background-color: rgb(var(--success-rgb));
}
.avatar.offline:before {
  background-color: var(--gray-5);
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -38%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-sm svg {
  width: 1rem;
  height: 1rem;
}
.avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.25rem;
  height: 1.25rem;
}
.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-lg svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xl svg {
  width: 2rem;
  height: 2rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -1rem !important;
  border: 2px solid #fff;
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: scale(1.15);
  border: 2px solid #fff;
}
@media (min-width:768px) {

    [data-layout=semibox][data-sidebar-size=sm-hover] .main-content,
    [data-layout=semibox][data-sidebar-size=sm] .main-content {
        margin-left: var(--vz-vertical-menu-width-sm)
    }

    [data-layout=semibox][data-sidebar-size=sm-hover] #page-topbar,
    [data-layout=semibox][data-sidebar-size=sm] #page-topbar {
        left: var(--vz-vertical-menu-width-sm)
    }

    [data-layout=semibox][data-sidebar-size=sm-hover] .footer,
    [data-layout=semibox][data-sidebar-size=sm] .footer {
        left: var(--vz-vertical-menu-width-sm)
    }

    [data-layout=semibox][data-sidebar-size=md] #page-topbar {
        left: var(--vz-vertical-menu-width-md)
    }

    [data-layout=semibox][data-sidebar-size=md] .footer {
        left: var(--vz-vertical-menu-width-md)
    }
}

@media (min-width:1440px) {
    [data-layout=semibox] .page-content {
        padding: calc(70px + 1.5rem * 2) calc(1.5rem * .5) 60px calc(1.5rem * .5)
    }

    [data-layout=semibox] .navbar-menu {
        margin: 25px;
        border-radius: var(--vz-border-radius)
    }

    [data-layout=semibox] .main-content {
        margin-left: calc(var(--vz-vertical-menu-width) + 25px);
        padding: 0 var(--vz-semibox-width)
    }

    [data-layout=semibox] .footer {
        left: calc(var(--vz-vertical-menu-width) + var(--vz-semibox-width) + 1.5rem + 25px);
        right: calc(var(--vz-semibox-width) + 1.5rem)
    }

    [data-layout=semibox] #page-topbar {
        left: calc(var(--vz-vertical-menu-width) + var(--vz-semibox-width) + 1.5rem + 25px);
        right: calc(var(--vz-semibox-width) + 1.5rem);
        top: 25px;
        border-radius: .25rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border: 1px solid var(--vz-header-border)
    }

    [data-layout=semibox] #page-topbar.topbar-shadow {
        top: 0
    }

    [data-layout=semibox][data-sidebar-size=md] .main-content {
        margin-left: calc(var(--vz-vertical-menu-width-md) + 25px)
    }

    [data-layout=semibox][data-sidebar-size=md] #page-topbar {
        left: calc(var(--vz-vertical-menu-width-md) + var(--vz-semibox-width) + 1.5rem + 25px)
    }

    [data-layout=semibox][data-sidebar-size=md] .footer {
        left: calc(var(--vz-vertical-menu-width-md) + var(--vz-semibox-width) + 1.5rem + 25px)
    }

    [data-layout=semibox][data-sidebar-size=sm] .main-content {
        margin-left: calc(var(--vz-vertical-menu-width-sm) + 25px)
    }

    [data-layout=semibox][data-sidebar-size=sm] .navbar-brand-box {
        top: 25px
    }

    [data-layout=semibox][data-sidebar-size=sm] #page-topbar {
        left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + 1.5rem + 25px)
    }

    [data-layout=semibox][data-sidebar-size=sm] .footer {
        left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + 1.5rem + 25px)
    }

    [data-layout=semibox][data-sidebar-size=sm-hover] .main-content {
        margin-left: calc(var(--vz-vertical-menu-width-sm) + 25px)
    }

    [data-layout=semibox][data-sidebar-size=sm-hover] #page-topbar {
        left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + 1.5rem + 25px)
    }

    [data-layout=semibox][data-sidebar-size=sm-hover] .footer {
        left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + 1.5rem + 25px)
    }
}

[data-layout=semibox] .mx-n4 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

[data-layout=semibox] .mx-n4.p-1 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

[data-layout=horizontal] .main-content {
    margin-left: 0
}

@media (min-width:1024.1px) {

    [data-layout=horizontal] .container-fluid,
    [data-layout=horizontal] .layout-width {
        max-width: 90%;
        margin: 0 auto
    }

    [data-layout=horizontal] .topnav-hamburger {
        visibility: hidden
    }
}

[data-layout=horizontal] .horizontal-logo {
    padding-left: calc(1.5rem * .5)
}

@media (max-width:1024.98px) {
    [data-layout=horizontal] .horizontal-logo {
        padding-left: 1.5rem
    }
}

[data-layout=horizontal] .navbar-menu {
    background: var(--vz-topnav-bg);
    border-right-color: transparent;
    padding: 0 calc(1.5rem * .5);
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
    margin-top: 70px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    bottom: auto
}

@media (max-width:575.98px) {
    [data-layout=horizontal] .navbar-menu .container-fluid {
        padding: 0
    }

    .separator .border-end {
        border-right: none !important;
    }
}

.avatar .avatar-xxs {
    height: 1.5rem;
    width: 1.5rem
}

.avatar-xs {
    height: 2rem;
    width: 2rem
}

.avatar-sm {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem
}

.avatar-lg {
    height: 6rem;
    width: 6rem
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6691e7;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.avatar-group {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.avatar-group .avatar-group-item {
    margin-left: -12px;
    border: 2px solid var(--vz-secondary-bg);
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 1
}

.accordion .accordion-button {
    font-weight: 400
}

.accordion .accordion-body {
    color: var(--vz-secondary-color)
}

.accordion.accordion-icon-none .accordion-button::after {
    content: "";
    background-image: none !important
}

.accordion.accordion-icon-none .accordion-button:not(.collapsed)::after {
    content: ""
}

.custom-accordionwithicon .accordion-button::after {
    background-image: none !important;
    font-family: "Material Design Icons";
    content: "\f0142";
    font-size: 1.1rem;
    vertical-align: middle;
    line-height: .8
}

.custom-accordionwithicon .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: "\f0140";
    margin-right: -3px
}

.custom-accordionwithicon-plus .accordion-button::after {
    background-image: none !important;
    font-family: "Material Design Icons";
    content: "\f0415";
    font-size: 1.1rem;
    vertical-align: middle;
    line-height: .8
}

.custom-accordionwithicon-plus .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: "\f0374";
    margin-right: -3px
}

.lefticon-accordion .accordion-button {
    padding-left: 2.75rem
}

.lefticon-accordion .accordion-button::after {
    position: absolute;
    left: 1.25rem;
    top: 14px
}

.lefticon-accordion .accordion-button:not(.collapsed)::after {
    top: 20px
}

.accordion-border-box .accordion-item {
    border-top: var(--vz-border-width) solid var(--vz-border-color);
    border-radius: var(--vz-border-radius)
}

.accordion-border-box .accordion-item:not(:first-of-type) {
    margin-top: 8px
}

.accordion-border-box .accordion-item .accordion-button {
    border-radius: var(--vz-border-radius)
}

.accordion-border-box .accordion-item .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.custom-accordion-border .accordion-item {
    border-left: 3px solid var(--vz-border-color)
}

.accordion-primary .accordion-item {
    border-color: rgba(102, 145, 231, .6)
}

.accordion-primary .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-primary .accordion-item .accordion-button:not(.collapsed) {
    color: #6691e7;
    background-color: rgba(102, 145, 231, .1) !important
}

.accordion-primary .accordion-item .accordion-button::after {
    color: #6691e7
}

.accordion-fill-primary .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-fill-primary .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #6691e7 !important
}

.accordion-secondary .accordion-item {
    border-color: rgba(134, 92, 226, .6)
}

.accordion-secondary .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-secondary .accordion-item .accordion-button:not(.collapsed) {
    color: #865ce2;
    background-color: rgba(134, 92, 226, .1) !important
}

.accordion-secondary .accordion-item .accordion-button::after {
    color: #865ce2
}

.accordion-fill-secondary .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-fill-secondary .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #865ce2 !important
}

.accordion-success .accordion-item {
    border-color: rgba(19, 197, 107, .6)
}

.accordion-success .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-success .accordion-item .accordion-button:not(.collapsed) {
    color: #13c56b;
    background-color: rgba(19, 197, 107, .1) !important
}

.accordion-success .accordion-item .accordion-button::after {
    color: #13c56b
}

.accordion-fill-success .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-fill-success .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #13c56b !important
}

.accordion-info .accordion-item {
    border-color: rgba(80, 195, 230, .6)
}

.accordion-info .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-info .accordion-item .accordion-button:not(.collapsed) {
    color: #50c3e6;
    background-color: rgba(80, 195, 230, .1) !important
}

.accordion-info .accordion-item .accordion-button::after {
    color: #50c3e6
}

.accordion-fill-info .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-fill-info .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #50c3e6 !important
}

.accordion-warning .accordion-item {
    border-color: rgba(232, 188, 82, .6)
}

.accordion-warning .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-warning .accordion-item .accordion-button:not(.collapsed) {
    color: #e8bc52;
    background-color: rgba(232, 188, 82, .1) !important
}

.accordion-warning .accordion-item .accordion-button::after {
    color: #e8bc52
}

.accordion-fill-warning .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-fill-warning .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e8bc52 !important
}

.accordion-danger .accordion-item {
    border-color: rgba(237, 94, 94, .6)
}

.accordion-danger .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-danger .accordion-item .accordion-button:not(.collapsed) {
    color: #ed5e5e;
    background-color: rgba(237, 94, 94, .1) !important
}

.accordion-danger .accordion-item .accordion-button::after {
    color: #ed5e5e
}

.accordion-fill-danger .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-fill-danger .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ed5e5e !important
}

.accordion-light .accordion-item {
    border-color: rgba(243, 246, 249, .6)
}

.accordion-light .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-light .accordion-item .accordion-button:not(.collapsed) {
    color: #f3f6f9;
    background-color: rgba(243, 246, 249, .1) !important
}

.accordion-light .accordion-item .accordion-button::after {
    color: #f3f6f9
}

.accordion-fill-light .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-fill-light .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #f3f6f9 !important
}

.accordion-dark .accordion-item {
    border-color: rgba(54, 61, 72, .6)
}

.accordion-dark .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-dark .accordion-item .accordion-button:not(.collapsed) {
    color: #363d48;
    background-color: rgba(54, 61, 72, .1) !important
}

.accordion-dark .accordion-item .accordion-button::after {
    color: #363d48
}

.accordion-fill-dark .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-fill-dark .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #363d48 !important
}

[dir=rtl] .custom-accordionwithicon .accordion-button::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.border-double {
    border-style: double !important
}

.border-top-double {
    border-top-style: double !important
}

.border-bottom-double {
    border-bottom-style: double !important
}

.border-end-double {
    border-right-style: double !important
}

.border-start-double {
    border-left-style: double !important
}

.list-group-flush.border-double {
    border: none !important
}

.list-group-flush.border-double .list-group-item {
    border-style: double !important
}

.border-dashed {
    border-style: dashed !important
}

.border-top-dashed {
    border-top-style: dashed !important
}

.border-bottom-dashed {
    border-bottom-style: dashed !important
}

.border-end-dashed {
    border-right-style: dashed !important
}

.border-start-dashed {
    border-left-style: dashed !important
}

.list-group-flush.border-dashed {
    border: none !important
}

.list-group-flush.border-dashed .list-group-item {
    border-style: dashed !important
}

.border-groove {
    border-style: groove !important
}

.border-top-groove {
    border-top-style: groove !important
}

.border-bottom-groove {
    border-bottom-style: groove !important
}

.border-end-groove {
    border-right-style: groove !important
}

.border-start-groove {
    border-left-style: groove !important
}

.list-group-flush.border-groove {
    border: none !important
}

.list-group-flush.border-groove .list-group-item {
    border-style: groove !important
}

.border-outset {
    border-style: outset !important
}

.border-top-outset {
    border-top-style: outset !important
}

.border-bottom-outset {
    border-bottom-style: outset !important
}

.border-end-outset {
    border-right-style: outset !important
}

.border-start-outset {
    border-left-style: outset !important
}

.list-group-flush.border-outset {
    border: none !important
}

.list-group-flush.border-outset .list-group-item {
    border-style: outset !important
}

.border-ridge {
    border-style: ridge !important
}

.border-top-ridge {
    border-top-style: ridge !important
}

.border-bottom-ridge {
    border-bottom-style: ridge !important
}

.border-end-ridge {
    border-right-style: ridge !important
}

.border-start-ridge {
    border-left-style: ridge !important
}

.list-group-flush.border-ridge {
    border: none !important
}

.list-group-flush.border-ridge .list-group-item {
    border-style: ridge !important
}

.border-dotted {
    border-style: dotted !important
}

.border-top-dotted {
    border-top-style: dotted !important
}

.border-bottom-dotted {
    border-bottom-style: dotted !important
}

.border-end-dotted {
    border-right-style: dotted !important
}

.border-start-dotted {
    border-left-style: dotted !important
}

.list-group-flush.border-dotted {
    border: none !important
}

.list-group-flush.border-dotted .list-group-item {
    border-style: dotted !important
}

.border-inset {
    border-style: inset !important
}

.border-top-inset {
    border-top-style: inset !important
}

.border-bottom-inset {
    border-bottom-style: inset !important
}

.border-end-inset {
    border-right-style: inset !important
}

.border-start-inset {
    border-left-style: inset !important
}

.list-group-flush.border-inset {
    border: none !important
}

.list-group-flush.border-inset .list-group-item {
    border-style: inset !important
}

.ff-base {
    font-family: var(--vz-font-sans-serif)
}

.ff-secondary {
    font-family: Montserrat, sans-serif
}

.w-xs {
    min-width: 80px
}

.w-sm {
    min-width: 95px
}

.w-md {
    min-width: 110px
}

.w-lg {
    min-width: 140px
}

.w-xl {
    min-width: 160px
}

.icon-xs {
    height: 16px;
    width: 16px
}

.icon-sm {
    height: 18px;
    width: 18px
}

.icon-md {
    height: 22px;
    width: 22px
}

.icon-lg {
    height: 24px;
    width: 24px
}

.icon-xl {
    height: 28px;
    width: 28px
}

.icon-xxl {
    height: 32px;
    width: 32px
}

.icon-dual {
    color: #adb5bd;
    fill: rgba(173, 181, 189, .16)
}

.icon-dual-primary {
    color: #6691e7;
    fill: rgba(102, 145, 231, .16)
}

.icon-dual-secondary {
    color: #865ce2;
    fill: rgba(134, 92, 226, .16)
}

.icon-dual-success {
    color: #13c56b;
    fill: rgba(19, 197, 107, .16)
}

.icon-dual-info {
    color: #50c3e6;
    fill: rgba(80, 195, 230, .16)
}

.icon-dual-warning {
    color: #e8bc52;
    fill: rgba(232, 188, 82, .16)
}

.icon-dual-danger {
    color: #ed5e5e;
    fill: rgba(237, 94, 94, .16)
}

.icon-dual-light {
    color: #f3f6f9;
    fill: rgba(243, 246, 249, .16)
}

.icon-dual-dark {
    color: #363d48;
    fill: rgba(54, 61, 72, .16)
}

.search-box {
    position: relative
}

.search-box .form-control {
    padding-left: 40px
}

.search-box .search-icon {
    font-size: 14px;
    position: absolute;
    left: 13px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--vz-secondary-color)
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000
}

.customizer-setting {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1000
}

code {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 28px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    z-index: 1000
}

#back-to-top:hover {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--vz-secondary-bg);
    z-index: 9999
}

[data-preloader=disable] #preloader {
    opacity: 0;
    visibility: hidden
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}

:is([type=tel], [type=url], [type=email], [type=number])::-webkit-input-placeholder {
    text-align: left
}

:is([type=tel], [type=url], [type=email], [type=number])::-moz-placeholder {
    text-align: left
}

:is([type=tel], [type=url], [type=email], [type=number]):-ms-input-placeholder {
    text-align: left
}

:is([type=tel], [type=url], [type=email], [type=number])::-ms-input-placeholder {
    text-align: left
}

:is([type=tel], [type=url], [type=email], [type=number])::placeholder {
    text-align: left
}

.main-chart .chart-border-left {
    border-left: 1.4px solid var(--vz-border-color);
    padding: 2px 20px
}

.main-chart .chart-border-left:last-child {
    margin-right: 0
}

.activity-feed {
    list-style: none
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 27px;
    padding-left: 16px;
    border-left: 2px solid var(--vz-border-color)
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #6691e7;
    background-color: var(--vz-secondary-bg)
}

.activity-feed .feed-item:last-child {
    border-color: transparent
}

.mini-stats-wid {
    position: relative
}

.mini-stats-wid .mini-stat-icon {
    overflow: hidden;
    position: relative
}

.mini-stats-wid .mini-stat-icon:after,
.mini-stats-wid .mini-stat-icon:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 69px;
    background-color: rgba(19, 197, 107, .1);
    left: 3px;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    top: -8px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mini-stats-wid .mini-stat-icon::after {
    left: 27px;
    width: 8px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.mini-stats-wid:hover .mini-stat-icon::after {
    left: 60px
}

.mini-stats-wid:hover .mini-stat-icon::before {
    left: 50px
}

.card-wrapper .jp-card .jp-card-back,
.card-wrapper .jp-card .jp-card-front {
    background-color: #13c56b
}

.notification-elem {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--vz-secondary-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0
}

.bs-example-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

[dir=rtl] .modal-open {
    padding-left: 0 !important
}

.icon-demo-content {
    color: var(--vz-gray-500)
}

.icon-demo-content i {
    font-size: 24px;
    margin-right: 10px;
    color: var(--vz-gray-600);
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle
}

.icon-demo-content svg {
    margin-right: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    height: 20px
}

.icon-demo-content .col-lg-4 {
    margin-top: 24px
}

.icon-demo-content .col-lg-4:hover i,
.icon-demo-content .col-lg-4:hover svg {
    color: #6691e7;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.img-switch .card-radio .form-check-input {
    display: none
}

.img-switch .card-radio .form-check-input:checked+.form-check-label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(102, 145, 231, .5)
}

.img-switch .card-radio .form-check-input:checked+.form-check-label::after {
    content: "\eb80";
    font-family: remixicon;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    color: #fff
}

[data-bs-target="#collapseBgGradient"].active {
    border-color: #6691e7 !important
}

[data-bs-target="#collapseBgGradient"].active::before {
    content: "\eb80";
    font-family: remixicon;
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 16px;
    color: #6691e7
}

@media print {

    #back-to-top,
    .app-menu,
    .footer,
    .navbar-header,
    .page-title-box,
    .right-bar,
    .vertical-menu {
        display: none !important
    }

    .card-body,
    .main-content,
    .page-content,
    .right-bar,
    body {
        padding: 0;
        margin: 0
    }

    .card {
        border: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .invoice-details .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .address.col-sm-6 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 50% !important;
        max-width: 100% !important
    }
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast-border-primary .toast-body {
    color: #6691e7;
    border-bottom: 3px solid #6691e7
}

.toast-border-secondary .toast-body {
    color: #865ce2;
    border-bottom: 3px solid #865ce2
}

.toast-border-success .toast-body {
    color: #13c56b;
    border-bottom: 3px solid #13c56b
}

.toast-border-info .toast-body {
    color: #50c3e6;
    border-bottom: 3px solid #50c3e6
}

.toast-border-warning .toast-body {
    color: #e8bc52;
    border-bottom: 3px solid #e8bc52
}

.toast-border-danger .toast-body {
    color: #ed5e5e;
    border-bottom: 3px solid #ed5e5e
}

.toast-border-light .toast-body {
    color: #f3f6f9;
    border-bottom: 3px solid #f3f6f9
}

.toast-border-dark .toast-body {
    color: #363d48;
    border-bottom: 3px solid #363d48
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.scrollspy-example-2 {
    position: relative;
    height: 370px;
    overflow: auto
}

:root {
    --vz-card-logo-dark: block;
    --vz-card-logo-light: none;
    --vz-vertical-menu-width: 250px;
    --vz-vertical-menu-width-md: 180px;
    --vz-vertical-menu-width-sm: 70px;
    --vz-header-bg: #fff;
    --vz-header-border: #e9ebec;
    --vz-header-item-color: #495057;
    --vz-header-item-bg: rgba(134, 92, 226, 0.12);
    --vz-header-item-sub-color: #878a99;
    --vz-topbar-search-bg: #f3f3f9;
    --vz-topbar-search-color: #495057;
    --vz-topbar-user-bg: #f3f3f9;
    --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    --vz-page-title-border: transparent;
    --vz-topnav-bg: #fff;
    --vz-topnav-item-color: #6d7080;
    --vz-topnav-item-active-color: #6691e7;
    --vz-twocolumn-menu-iconview-bg: #fff;
    --vz-twocolumn-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-boxed-layout-width: 1300px;
    --vz-boxed-body-bg: #e5ecf2;
    --vz-semibox-width: 110px;
    --vz-footer-bg: #fff;
    --vz-footer-color: #98a6ad;
    --vz-input-bg-custom: #fff;
    --vz-input-border-custom: #ced4da;
    --vz-card-border-width: 1px;
}

:root[data-topbar=dark] {
    --vz-header-bg: #38454a;
    --vz-header-item-color: rgba(255, 255, 255, 0.85);
    --vz-header-item-bg: #435258;
    --vz-header-item-sub-color: #9ea9ad;
    --vz-topbar-user-bg: #455358;
    --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
    --vz-topbar-search-color: #fff;
    --vz-header-border: #38454a
}

:root {
    --vz-dropdown-border-width-inv: 1px !important;
    --vz-border-color: #e9ebec;
    --vz-vertical-menu-bg: #fff;
    --vz-vertical-menu-border: #fff;
    --vz-vertical-menu-item-color: #6d7080;
    --vz-vertical-menu-item-bg: rgba(102, 145, 231, 0.15);
    --vz-vertical-menu-item-hover-color: #6691e7;
    --vz-vertical-menu-item-active-color: #6691e7;
    --vz-vertical-menu-item-active-bg: rgba(102, 145, 231, 0.15);
    --vz-vertical-menu-sub-item-color: #7c7f90;
    --vz-vertical-menu-sub-item-hover-color: #6691e7;
    --vz-vertical-menu-sub-item-active-color: #6691e7;
    --vz-vertical-menu-title-color: #919da9;
    --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-input-border-custom: #ced4da;
    --bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);
}

:root[data-sidebar=dark] {
    --vz-vertical-menu-bg: #38454a;
    --vz-vertical-menu-border: #38454a;
    --vz-vertical-menu-item-color: #a1b7bf;
    --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
    --vz-vertical-menu-item-hover-color: #fff;
    --vz-vertical-menu-item-active-color: #fff;
    --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
    --vz-vertical-menu-sub-item-color: #a1b7bf;
    --vz-vertical-menu-sub-item-hover-color: #fff;
    --vz-vertical-menu-sub-item-active-color: #fff;
    --vz-vertical-menu-title-color: #a1b7bf;
    --vz-twocolumn-menu-iconview-bg: #344044;
    --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12)
}

html {
    position: relative;
    min-height: 100%
}

:is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
    font-family: Montserrat, sans-serif
}

label {
    font-weight: 400;
    margin-bottom: .5rem
}

b,
strong {
    font-weight: 500
}


@media (min-width:1200px) {
    :is(.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl) {
        max-width: 1140px
    }
}

a,
button {
    outline: 0 !important
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none
}

:is(.btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active) {
    border-color: transparent
}


.custom-loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes DropDownSlide {
    100% {
        margin-top: -1px
    }

    0% {
        margin-top: 8px
    }
}

@keyframes DropDownSlide {
    100% {
        margin-top: -1px
    }

    0% {
        margin-top: 8px
    }
}

@-webkit-keyframes DropDownSlideDown {
    100% {
        margin-bottom: 0
    }

    0% {
        margin-bottom: 8px
    }
}

@keyframes DropDownSlideDown {
    100% {
        margin-bottom: 0
    }

    0% {
        margin-bottom: 8px
    }
}

@media (min-width:600px) {
    .dropdown-menu-xl {
        width: 420px
    }

    .dropdown-menu-lg {
        width: 320px
    }

    .dropdown-menu-md {
        width: 240px
    }
}

.dropdown-menu {
    border: var(--vz-dropdown-border-width-inv) solid var(--vz-border-color) !important;
}

:is(.nav-tabs, .nav-pills)>li>a {
    color: var(--vz-body-color);
    font-weight: 400
}

.nav-pills>a {
    color: var(--vz-body-color);
    font-weight: 400
}

.nav-pills :is(.nav-link.active, .show>.nav-link) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.nav-tabs-custom {
    border-bottom: 1px solid var(--vz-border-color)
}

.nav-tabs-custom .nav-item {
    position: relative
}

.nav-tabs-custom .nav-item .nav-link {
    border: none;
    font-weight: 400
}

.nav-tabs-custom .nav-item .nav-link::after {
    content: "";
    background: #6691e7;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #6691e7
}

.nav-tabs-custom .nav-item .nav-link.active:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.nav-tabs-custom.card-header-tabs {
    margin-top: -1rem
}

.nav-tabs-custom.card-header-tabs .nav-link {
    padding: 1rem 1rem
}

.vertical-nav .nav .nav-link {
    padding: 24px 16px;
    text-align: center;
    margin-bottom: 8px
}

.vertical-nav .nav .nav-link .nav-icon {
    font-size: 24px
}

.navtab-bg li>a {
    background-color: #e9ebec;
    margin: 0 5px
}

.arrow-navtabs .nav-item .nav-link {
    position: relative;
    text-align: center
}

.arrow-navtabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .arrow-navtabs .nav-item .nav-link:before {
        -webkit-transition: none;
        transition: none
    }
}

.arrow-navtabs .nav-item .nav-link.active:before {
    border-top-color: #6691e7
}

.custom-hover-nav-tabs .nav-item {
    text-align: center;
    overflow: hidden
}

.custom-hover-nav-tabs .nav-item .nav-link {
    width: 120px;
    height: 45px;
    position: relative;
    border-radius: 0
}

.custom-hover-nav-tabs .nav-item .nav-link .nav-icon {
    font-size: 22px
}

.custom-hover-nav-tabs .nav-item .nav-link .nav-titl {
    font-size: 14px
}

.custom-hover-nav-tabs .nav-item .nav-link.active .nav-tab-position {
    color: #fff
}

.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position.nav-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position.nav-titl {
    bottom: -20px
}

.custom-hover-nav-tabs .nav-item .nav-link:hover .nav-titl {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.custom-hover-nav-tabs .nav-item .nav-link:hover .nav-icon {
    top: -20px
}

.custom-verti-nav-pills .nav-link {
    background-color: var(--vz-light);
    margin-top: 7px;
    position: relative
}

@media (min-width:992px) {
    .custom-verti-nav-pills .nav-link::before {
        content: "";
        position: absolute;
        right: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 12px solid transparent;
        border-left-color: transparent;
        -webkit-transition: border-left-color .04 ease;
        transition: border-left-color .04 ease
    }

    .custom-verti-nav-pills .nav-link.active::before {
        border-left-color: #6691e7
    }
}

.animation-nav li {
    position: relative
}

.animation-nav li a {
    color: var(--vz-body-color);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1
}

.animation-nav li a span {
    position: relative
}

.animation-nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    height: 100%;
    -webkit-transition: width .4s cubic-bezier(.51, .18, 0, .88) .1s;
    transition: width .4s cubic-bezier(.51, .18, 0, .88) .1s;
    background-color: #6691e7;
    z-index: -1
}

.animation-nav li a.active,
.animation-nav li a:hover {
    color: #fff;
    background-color: transparent !important
}

.animation-nav li a.active::before,
.animation-nav li a:hover::before {
    width: 100%;
    left: 0
}

.nav-border-top .nav-link {
    border-top: 3px solid transparent
}

.nav-border-top .nav-link.active {
    border-top-color: #6691e7
}

.nav-border-top-primary .nav-link.active {
    color: #6691e7;
    border-top-color: #6691e7
}

.nav-border-top-secondary .nav-link.active {
    color: #865ce2;
    border-top-color: #865ce2
}

.nav-border-top-success .nav-link.active {
    color: #13c56b;
    border-top-color: #13c56b
}

.nav-border-top-info .nav-link.active {
    color: #50c3e6;
    border-top-color: #50c3e6
}

.nav-border-top-warning .nav-link.active {
    color: #e8bc52;
    border-top-color: #e8bc52
}

.nav-border-top-danger .nav-link.active {
    color: #ed5e5e;
    border-top-color: #ed5e5e
}

.nav-border-top-light .nav-link.active {
    color: #f3f6f9;
    border-top-color: #f3f6f9
}

.nav-border-top-dark .nav-link.active {
    color: #363d48;
    border-top-color: #363d48
}

.nav-custom {
    background-color: #6691e7;
    border-radius: var(--vz-border-radius)
}

.nav-custom .nav-item .nav-link {
    color: rgba(255, 255, 255, .75)
}

.nav-custom .nav-item .nav-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.nav-custom.nav-custom-light .nav-item .nav-link {
    color: rgba(var(--vz-body-rgb), .75)
}

.nav-custom.nav-custom-light .nav-item .nav-link.active {
    color: #f3f6f9;
    background-color: #6691e7
}

.nav-custom-primary {
    background-color: #6691e7
}

.nav-custom-secondary {
    background-color: #865ce2
}

.nav-custom-success {
    background-color: #13c56b
}

.nav-custom-info {
    background-color: #50c3e6
}

.nav-custom-warning {
    background-color: #e8bc52
}

.nav-custom-danger {
    background-color: #ed5e5e
}

.nav-custom-light {
    background-color: #f3f6f9
}

.nav-custom-dark {
    background-color: #363d48
}

.nav-custom-light {
    background-color: var(--vz-light)
}

.nav-primary .nav-link.active {
    color: #fff;
    background-color: #6691e7
}

.nav-primary.nav-tabs .nav-link.active {
    color: #6691e7;
    background-color: var(--vz-secondary-bg)
}

.nav-primary.nav-tabs-custom .nav-link.active {
    color: #6691e7;
    background-color: var(--vz-secondary-bg)
}

.nav-primary.nav-tabs-custom .nav-link.active::after {
    background-color: #6691e7
}

.nav-primary.arrow-navtabs .nav-link.active::before {
    border-top-color: #6691e7
}

.nav-primary.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #6691e7
}

.nav-secondary .nav-link.active {
    color: #fff;
    background-color: #865ce2
}

.nav-secondary.nav-tabs .nav-link.active {
    color: #865ce2;
    background-color: var(--vz-secondary-bg)
}

.nav-secondary.nav-tabs-custom .nav-link.active {
    color: #865ce2;
    background-color: var(--vz-secondary-bg)
}

.nav-secondary.nav-tabs-custom .nav-link.active::after {
    background-color: #865ce2
}

.nav-secondary.arrow-navtabs .nav-link.active::before {
    border-top-color: #865ce2
}

.nav-secondary.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #865ce2
}

.nav-success .nav-link.active {
    color: #fff;
    background-color: #13c56b
}

.nav-success.nav-tabs .nav-link.active {
    color: #13c56b;
    background-color: var(--vz-secondary-bg)
}

.nav-success.nav-tabs-custom .nav-link.active {
    color: #13c56b;
    background-color: var(--vz-secondary-bg)
}

.nav-success.nav-tabs-custom .nav-link.active::after {
    background-color: #13c56b
}

.nav-success.arrow-navtabs .nav-link.active::before {
    border-top-color: #13c56b
}

.nav-success.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #13c56b
}

.nav-info .nav-link.active {
    color: #fff;
    background-color: #50c3e6
}

.nav-info.nav-tabs .nav-link.active {
    color: #50c3e6;
    background-color: var(--vz-secondary-bg)
}

.nav-info.nav-tabs-custom .nav-link.active {
    color: #50c3e6;
    background-color: var(--vz-secondary-bg)
}

.nav-info.nav-tabs-custom .nav-link.active::after {
    background-color: #50c3e6
}

.nav-info.arrow-navtabs .nav-link.active::before {
    border-top-color: #50c3e6
}

.nav-info.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #50c3e6
}

.nav-warning .nav-link.active {
    color: #fff;
    background-color: #e8bc52
}

.nav-warning.nav-tabs .nav-link.active {
    color: #e8bc52;
    background-color: var(--vz-secondary-bg)
}

.nav-warning.nav-tabs-custom .nav-link.active {
    color: #e8bc52;
    background-color: var(--vz-secondary-bg)
}

.nav-warning.nav-tabs-custom .nav-link.active::after {
    background-color: #e8bc52
}

.nav-warning.arrow-navtabs .nav-link.active::before {
    border-top-color: #e8bc52
}

.nav-warning.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #e8bc52
}

.nav-danger .nav-link.active {
    color: #fff;
    background-color: #ed5e5e
}

.nav-danger.nav-tabs .nav-link.active {
    color: #ed5e5e;
    background-color: var(--vz-secondary-bg)
}

.nav-danger.nav-tabs-custom .nav-link.active {
    color: #ed5e5e;
    background-color: var(--vz-secondary-bg)
}

.nav-danger.nav-tabs-custom .nav-link.active::after {
    background-color: #ed5e5e
}

.nav-danger.arrow-navtabs .nav-link.active::before {
    border-top-color: #ed5e5e
}

.nav-danger.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #ed5e5e
}

.nav-light .nav-link.active {
    color: #fff;
    background-color: #f3f6f9
}

.nav-light.nav-tabs .nav-link.active {
    color: #f3f6f9;
    background-color: var(--vz-secondary-bg)
}

.nav-light.nav-tabs-custom .nav-link.active {
    color: #f3f6f9;
    background-color: var(--vz-secondary-bg)
}

.nav-light.nav-tabs-custom .nav-link.active::after {
    background-color: #f3f6f9
}

.nav-light.arrow-navtabs .nav-link.active::before {
    border-top-color: #f3f6f9
}

.nav-light.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #f3f6f9
}

.nav-dark .nav-link.active {
    color: #fff;
    background-color: #363d48
}

.nav-dark.nav-tabs .nav-link.active {
    color: #363d48;
    background-color: var(--vz-secondary-bg)
}

.nav-dark.nav-tabs-custom .nav-link.active {
    color: #363d48;
    background-color: var(--vz-secondary-bg)
}

.nav-dark.nav-tabs-custom .nav-link.active::after {
    background-color: #363d48
}

.nav-dark.arrow-navtabs .nav-link.active::before {
    border-top-color: #363d48
}

.nav-dark.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #363d48
}

.progress-nav {
    position: relative;
    margin-right: 1rem;
    margin-left: 1rem
}

.progress-nav .progress {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.progress-nav .nav {
    margin-right: -1rem;
    margin-left: -1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.progress-nav .nav .nav-link {
    width: 2rem;
    height: 2rem;
    background-color: var(--vz-light);
    padding: 0;
    color: var(--vz-body-color);
    font-weight: 400
}

.progress-nav .nav .nav-link.active,
.progress-nav .nav .nav-link.done {
    background-color: #6691e7;
    color: #fff
}

.step-arrow-nav .nav {
    background-color: var(--vz-light)
}

.step-arrow-nav .nav .nav-link {
    border-radius: 0;
    position: relative;
    font-weight: 400;
    color: var(--vz-body-color)
}

.step-arrow-nav .nav .nav-link::before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.step-arrow-nav .nav .nav-link.done {
    background-color: rgba(102, 145, 231, .05);
    color: #6691e7
}

.step-arrow-nav .nav .nav-link.done::before {
    border-left-color: transparent
}

.step-arrow-nav .nav .nav-link.active {
    background-color: rgba(102, 145, 231, .1);
    color: #6691e7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.step-arrow-nav .nav .nav-link.active::before {
    border-left-color: rgba(102, 145, 231, .1)
}

.step-arrow-nav .nav .nav-item:last-child .nav-link:before {
    display: none
}


.nav-custom-outline.nav .nav-link {
    border: 1px solid transparent;
    border-bottom: 2px solid transparent
}

.nav-custom-outline.nav .nav-link.active {
    border-color: #6691e7;
    background-color: transparent;
    color: #6691e7
}

.nav-primary.nav-custom-outline .nav-link.active {
    color: #6691e7;
    border-color: #6691e7
}

.nav-secondary.nav-custom-outline .nav-link.active {
    color: #865ce2;
    border-color: #865ce2
}

.nav-success.nav-custom-outline .nav-link.active {
    color: #13c56b;
    border-color: #13c56b
}

.nav-info.nav-custom-outline .nav-link.active {
    color: #50c3e6;
    border-color: #50c3e6
}

.nav-warning.nav-custom-outline .nav-link.active {
    color: #e8bc52;
    border-color: #e8bc52
}

.nav-danger.nav-custom-outline .nav-link.active {
    color: #ed5e5e;
    border-color: #ed5e5e
}

.nav-light.nav-custom-outline .nav-link.active {
    color: #f3f6f9;
    border-color: #f3f6f9
}

.nav-dark.nav-custom-outline .nav-link.active {
    color: #363d48;
    border-color: #363d48
}

.nav-customs.nav {
    padding-left: 34px;
    overflow: hidden
}

.nav-customs.nav .nav-link {
    position: relative;
    display: block;
    float: right;
    background-color: var(--vz-tertiary-bg);
    margin-right: 46px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.nav-customs.nav .nav-link::after,
.nav-customs.nav .nav-link::before {
    display: block;
    content: " ";
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 37px;
    background-color: var(--vz-tertiary-bg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.nav-customs.nav .nav-link::before {
    border-radius: 0 8px 0 0;
    right: -24px;
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg)
}

.nav-customs.nav .nav-link::after {
    border-radius: 8px 0 0 0;
    left: -24px;
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg)
}

.nav-customs.nav .nav-link.active,
.nav-customs.nav .nav-link.active:after,
.nav-customs.nav .nav-link.active:before {
    background-color: #6691e7;
    color: #fff
}

.nav-customs.nav .nav-link.active {
    z-index: 1
}

.text-brown {
    color: #5b3e28 !important;
}

.text-blue {
    color: #165e8e !important;
}
.table>:not(caption)>*>*{
    padding: 0.3rem 0.5rem !important;
}
.table>thead {
    background:transparent;
    color: #5d524b;
}

.table.tblue>thead {
    border-color: var(--vz-border-color);
    background: #4CB7E4;
    background: linear-gradient(0deg, rgba(76, 183, 228, 1) 0%, rgba(20, 86, 120, 1) 100%);
    color: #fff;
}

.table>:not(:first-child) {
    border-top-width: var(--vz-border-width)
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}

.table-card {
    margin: -1rem -1rem
}

.table-card td:first-child,
.table-card th:first-child {
    padding-left: 16px
}

.table-card td:last-child,
.table-card th:last-child {
    padding-right: 16px
}

.table-card .table>:not(:first-child) {
    border-top-width: var(--vz-border-width)
}

.border-primary.table>thead {
    border-color: #6691e7 !important
}

.table-primary.table>thead {
    border-bottom-color: #92b1ee !important
}

.border-secondary.table>thead {
    border-color: #865ce2 !important
}

.table-secondary.table>thead {
    border-bottom-color: #a687ea !important
}

.border-success.table>thead {
    border-color: #13c56b !important
}

.table-success.table>thead {
    border-bottom-color: #21ea84 !important
}

.border-info.table>thead {
    border-color: #50c3e6 !important
}

.table-info.table>thead {
    border-bottom-color: #7dd2ec !important
}

.border-warning.table>thead {
    border-color: #e8bc52 !important
}

.table-warning.table>thead {
    border-bottom-color: #eecd7f !important
}

.border-danger.table>thead {
    border-color: #ed5e5e !important
}

.table-danger.table>thead {
    border-bottom-color: #f28c8c !important
}

.border-light.table>thead {
    border-color: #f3f6f9 !important
}

.table-light.table>thead {
    border-bottom-color: #fff !important
}

.border-dark.table>thead {
    border-color: #363d48 !important
}

.table-dark.table>thead {
    border-bottom-color: #4c5665 !important
}

.table>:not(caption)>*>* {
    vertical-align: middle;
}
.table .form-check {
    padding-left: 0;
    margin-bottom: 0
}

.table .form-check .form-check-input {
    margin-left: 0;
    margin-top: 0;
    float: none;
    vertical-align: middle
}

.table .sort {
    position: relative
}

.table .sort::before {
    content: "\f035d";
    position: absolute;
    right: .5rem;
    top: 18px;
    font-size: .8rem;
    font-family: "Material Design Icons"
}

.table .sort::after {
    position: absolute;
    right: .5rem;
    content: "\f0360";
    font-family: "Material Design Icons";
    font-size: .8rem;
    top: 12px
}

span.list_doc_number {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.modal-title {
    font-weight: 500
}

.modal-dialog:not(.modal-dialog-scrollable) .modal-header {
    padding-bottom: 0
}

.modal-dialog:not(.modal-dialog-scrollable) .modal-header .btn-close {
    margin-top: -1.25rem 1.25rem
}

.modal-dialog:not(.modal-dialog-scrollable) .modal-footer {
    padding-top: 0
}

.modal.fadeInRight .modal-dialog {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modal.fadeInRight.show .modal-dialog {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
hr.divider {
    border-style: dashed;
}
.badge-xl {
    --vz-badge-padding-y: 0.45rem !important;
}
#tmr_action > span {
    cursor: pointer;
}
.modal.fadeInLeft .modal-dialog {
    -webkit-animation: fadeInLeft .3s ease-in-out;
    animation: fadeInLeft .3s ease-in-out;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.modal.fadeInLeft.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.fadeInUp .modal-dialog {
    -webkit-animation: fadeInUp .3s ease-in-out;
    animation: fadeInUp .3s ease-in-out;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%)
}

.modal.fadeInUp.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.flip {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.flip .modal-dialog {
    opacity: 0;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

.modal.flip.show .modal-dialog {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.modal.zoomIn .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.modal.zoomIn.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal-dialog-right {
    margin-right: 1.75rem
}

.modal-dialog-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: calc(100% - 1.75rem)
}

@media (min-width:576px) {
    .modal-dialog-bottom {
        min-height: calc(100% - 3.5rem)
    }
}

.modal-dialog-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: calc(100% - 1.75rem);
    margin-right: 1.75rem
}

@media (min-width:576px) {
    .modal-dialog-bottom-right {
        min-height: calc(100% - 3.5rem)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}


.pagination .page-item .page-link {
    margin-left: .35rem;
    border-radius: var(--vz-border-radius)
}

.pagination .page-link {
    border-radius: 30px !important;
    margin: 0 3px !important;
    border: none;
    min-width: 32px;
    min-height: 32px;
    text-align: center
}

.pagination.pagination-sm .page-link {
    min-width: 25px;
    min-height: 25px
}

.page-item.active .page-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.scroll-container {
    height: 200px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.scroll-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 5em;
}

.form-check {
    position: relative;
    text-align: left
}

.form-check .form-check-input {
    cursor: pointer
}

.form-check label {
    cursor: pointer
}

.form-check-primary .form-check-input:checked {
    background-color: #6691e7;
    border-color: #6691e7
}

.form-radio-primary .form-check-input:checked {
    border-color: #6691e7;
    background-color: #6691e7
}

.form-radio-primary .form-check-input:checked:after {
    background-color: #6691e7
}

.form-check-secondary .form-check-input:checked {
    background-color: #865ce2;
    border-color: #865ce2
}

.form-radio-secondary .form-check-input:checked {
    border-color: #865ce2;
    background-color: #865ce2
}

.form-radio-secondary .form-check-input:checked:after {
    background-color: #865ce2
}

.form-check-success .form-check-input:checked {
    background-color: #13c56b;
    border-color: #13c56b
}

.form-radio-success .form-check-input:checked {
    border-color: #13c56b;
    background-color: #13c56b
}

.form-radio-success .form-check-input:checked:after {
    background-color: #13c56b
}

.form-check-info .form-check-input:checked {
    background-color: #50c3e6;
    border-color: #50c3e6
}

.form-radio-info .form-check-input:checked {
    border-color: #50c3e6;
    background-color: #50c3e6
}

.form-radio-info .form-check-input:checked:after {
    background-color: #50c3e6
}

.form-check-warning .form-check-input:checked {
    background-color: #e8bc52;
    border-color: #e8bc52
}

.form-radio-warning .form-check-input:checked {
    border-color: #e8bc52;
    background-color: #e8bc52
}

.form-radio-warning .form-check-input:checked:after {
    background-color: #e8bc52
}

.form-check-danger .form-check-input:checked {
    background-color: #ed5e5e;
    border-color: #ed5e5e
}

.form-radio-danger .form-check-input:checked {
    border-color: #ed5e5e;
    background-color: #ed5e5e
}

.form-radio-danger .form-check-input:checked:after {
    background-color: #ed5e5e
}

.form-check-light .form-check-input:checked {
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.form-radio-light .form-check-input:checked {
    border-color: #f3f6f9;
    background-color: #f3f6f9
}

.form-radio-light .form-check-input:checked:after {
    background-color: #f3f6f9
}

.form-check-dark .form-check-input:checked {
    background-color: #363d48;
    border-color: #363d48
}

.form-radio-dark .form-check-input:checked {
    border-color: #363d48;
    background-color: #363d48
}

.form-radio-dark .form-check-input:checked:after {
    background-color: #363d48
}

.form-check-label {
    cursor: pointer;
    margin-bottom: 0
}

.form-check-right {
    padding-left: 0;
    display: inline-block
}

.form-check-right .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.6em
}

.form-check-right .form-check-label {
    display: block
}

.form-check-right.form-switch .form-check-input {
    margin-right: -2.56em
}

.form-check-outline.form-check-primary .form-check-input:checked[type=checkbox] {
    color: #6691e7;
    background-color: transparent;
    border-color: #6691e7
}

.form-check-outline.form-check-secondary .form-check-input:checked[type=checkbox] {
    color: #865ce2;
    background-color: transparent;
    border-color: #865ce2
}

.form-check-outline.form-check-success .form-check-input:checked[type=checkbox] {
    color: #13c56b;
    background-color: transparent;
    border-color: #13c56b
}

.form-check-outline.form-check-info .form-check-input:checked[type=checkbox] {
    color: #50c3e6;
    background-color: transparent;
    border-color: #50c3e6
}

.form-check-outline.form-check-warning .form-check-input:checked[type=checkbox] {
    color: #e8bc52;
    background-color: transparent;
    border-color: #e8bc52
}

.form-check-outline.form-check-danger .form-check-input:checked[type=checkbox] {
    color: #ed5e5e;
    background-color: transparent;
    border-color: #ed5e5e
}

.form-check-outline.form-check-light .form-check-input:checked[type=checkbox] {
    color: #f3f6f9;
    background-color: transparent;
    border-color: #f3f6f9
}

.form-check-outline.form-check-dark .form-check-input:checked[type=checkbox] {
    color: #363d48;
    background-color: transparent;
    border-color: #363d48
}

.form-check-outline .form-check-input {
    position: relative
}

.form-check-outline .form-check-input:checked[type=checkbox] {
    background-image: none
}

.form-check-outline .form-check-input:checked[type=checkbox]::before {
    content: "\f012c";
    font-family: "Material Design Icons";
    top: -2px;
    position: absolute;
    font-weight: 700;
    font-size: 11px;
    left: 1px
}

.form-radio-outline.form-radio-primary .form-check-input:checked[type=radio] {
    color: #6691e7;
    background-color: transparent;
    border-color: #6691e7
}

.form-radio-outline.form-radio-secondary .form-check-input:checked[type=radio] {
    color: #865ce2;
    background-color: transparent;
    border-color: #865ce2
}

.form-radio-outline.form-radio-success .form-check-input:checked[type=radio] {
    color: #13c56b;
    background-color: transparent;
    border-color: #13c56b
}

.form-radio-outline.form-radio-info .form-check-input:checked[type=radio] {
    color: #50c3e6;
    background-color: transparent;
    border-color: #50c3e6
}

.form-radio-outline.form-radio-warning .form-check-input:checked[type=radio] {
    color: #e8bc52;
    background-color: transparent;
    border-color: #e8bc52
}

.form-radio-outline.form-radio-danger .form-check-input:checked[type=radio] {
    color: #ed5e5e;
    background-color: transparent;
    border-color: #ed5e5e
}

.form-radio-outline.form-radio-light .form-check-input:checked[type=radio] {
    color: #f3f6f9;
    background-color: transparent;
    border-color: #f3f6f9
}

.form-radio-outline.form-radio-dark .form-check-input:checked[type=radio] {
    color: #363d48;
    background-color: transparent;
    border-color: #363d48
}

.form-radio-outline .form-check-input {
    position: relative
}

.form-radio-outline .form-check-input:checked[type=radio] {
    background-image: none
}

.form-radio-outline .form-check-input:checked[type=radio]::before {
    content: "\f0765";
    font-family: "Material Design Icons";
    top: 0;
    position: absolute;
    font-size: 8px;
    left: 2.2px
}

.form-switch-md {
    padding-left: 2.5rem;
    min-height: 22px;
    line-height: 22px
}

.form-switch-md .form-check-input {
    width: 40px;
    height: 20px;
    left: -.5rem;
    position: relative
}

.form-switch-md .form-check-label {
    vertical-align: middle
}

.form-switch-lg {
    padding-left: 2.75rem;
    min-height: 28px;
    line-height: 28px
}

.form-switch-lg .form-check-input {
    width: 48px;
    height: 24px;
    left: -.75rem;
    position: relative
}

.input-group-text {
    margin-bottom: 0
}

.form-switch-primary .form-check-input:checked {
    background-color: #6691e7;
    border-color: #6691e7
}

.form-switch-custom.form-switch-primary .form-check-input:checked::before {
    color: #6691e7
}

.form-switch-secondary .form-check-input:checked {
    background-color: #865ce2;
    border-color: #865ce2
}

.form-switch-custom.form-switch-secondary .form-check-input:checked::before {
    color: #865ce2
}

.form-switch-success .form-check-input:checked {
    background-color: #13c56b;
    border-color: #13c56b
}

.form-switch-custom.form-switch-success .form-check-input:checked::before {
    color: #13c56b
}

.form-switch-info .form-check-input:checked {
    background-color: #50c3e6;
    border-color: #50c3e6
}

.form-switch-custom.form-switch-info .form-check-input:checked::before {
    color: #50c3e6
}

.form-switch-warning .form-check-input:checked {
    background-color: #e8bc52;
    border-color: #e8bc52
}

.form-switch-custom.form-switch-warning .form-check-input:checked::before {
    color: #e8bc52
}

.form-switch-danger .form-check-input:checked {
    background-color: #ed5e5e;
    border-color: #ed5e5e
}

.form-switch-custom.form-switch-danger .form-check-input:checked::before {
    color: #ed5e5e
}

.form-switch-light .form-check-input:checked {
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.form-switch-custom.form-switch-light .form-check-input:checked::before {
    color: #f3f6f9
}

.form-switch-dark .form-check-input:checked {
    background-color: #363d48;
    border-color: #363d48
}

.form-switch-custom.form-switch-dark .form-check-input:checked::before {
    color: #363d48
}

.form-switch-custom .form-check-input {
    position: relative;
    background-image: none
}

.form-switch-custom .form-check-input::before {
    content: "\f0765";
    font-family: "Material Design Icons";
    top: -9px;
    position: absolute;
    font-size: 20px;
    left: -3px;
    color: var(--vz-secondary-color);
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch-custom .form-check-input::before {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch-custom .form-check-input:checked {
    background-image: none;
    background-color: var(--vz-input-bg-custom);
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch-custom .form-check-input:checked {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch-custom .form-check-input:checked::before {
    right: -3px;
    left: auto
}

.form-switch-custom .form-check-input:focus {
    background-image: none
}

.form-switch-right {
    display: inline-block;
    padding-right: .8em;
    margin-bottom: 0;
    padding-left: 0 !important
}

.form-switch-right .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.6em;
    margin-top: .1em !important
}

.form-switch-right label {
    margin-bottom: 0;
    margin-right: 1rem
}

.card-radio {
    padding: 0
}

.card-radio .form-check-label {
    background-color: var(--vz-secondary-bg);
    border: 1px solid var(--vz-border-color);
    border-radius: .25rem;
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 32px
}

.card-radio .form-check-label:hover {
    cursor: pointer
}

.card-radio .form-check-input {
    display: none
}

.card-radio .form-check-input:checked+.form-check-label {
    border-color: #6691e7 !important
}

.card-radio .form-check-input:checked+.form-check-label:before {
    content: "\eb80";
    font-family: remixicon;
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 16px;
    color: #6691e7
}

.card-radio.dark .form-check-input:checked+.form-check-label:before {
    color: #fff
}

:root{
    --custom-white: #fff;
    --default-border: #dee2e6;  
}
ul.pagination li{
    padding-right: 0.5rem;
}
.card.custom-card {
  border-radius: 0.3rem;
  background-color: var(--custom-white);
  box-shadow: none;
  border: 1px solid var(--default-border);
  position: relative;
  margin-block-end: 1.5rem;
}
.card.custom-card .card-header {
  padding: 1rem 1rem;
  background-color: transparent !important;
  border-block-end: 1px solid var(--default-border);
  position: relative;
  flex-wrap: wrap;
}
.card.custom-card .card-header:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}
.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 1rem;
  font-weight: 500;
}
.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}
.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid var(--default-border);
  padding: 1rem;
  font-size: 0.875rem;
}
.card.custom-card .card-body {
  padding: 1rem;
  color: #212529;
}
.card.custom-card .card-link {
  font-size: 0.75rem;
}
.card.custom-card .card-text {
  font-size: 0.813rem;
}
.card.custom-card .footer-card-icon {
  width: 60px;
  height: 60px;
}

ul.movement-list, ul.top-outcomes-list {
  margin-block-end: 0;
}
ul.movement-list li, ul.top-outcomes-list li {
  margin-bottom: 0.65rem;
}
ul.movement-list li:last-child, ul.top-outcomes-list li:last-child {
  margin-bottom: 0;
}
ul.movement-list li > div, ul.top-outcomes-list li > div {
  padding: 0.65rem;
  border-radius: 10px;
  border: 1px dashed #e2e8ee;
}
.form-icon {
    position: relative
}

.form-icon .form-control-icon {
    padding-left: calc(.9rem * 3);
    position: relative
}

.form-icon i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-icon.right .form-control-icon {
    padding-right: calc(.9rem * 3);
    padding-left: .9rem;
    position: relative
}

.form-icon.right i {
    left: auto;
    right: 18px
}

.list-group-fill-primary.list-group-item {
    color: #fff;
    background-color: var(--vz-primary) !important;
    border-color: var(--vz-primary)
}

.list-group-fill-secondary.list-group-item {
    color: #fff;
    background-color: var(--vz-secondary) !important;
    border-color: var(--vz-secondary)
}

.list-group-fill-success.list-group-item {
    color: #fff;
    background-color: var(--vz-success) !important;
    border-color: var(--vz-success)
}

.list-group-fill-info.list-group-item {
    color: #fff;
    background-color: var(--vz-info) !important;
    border-color: var(--vz-info)
}

.list-group-fill-warning.list-group-item {
    color: #fff;
    background-color: var(--vz-warning) !important;
    border-color: var(--vz-warning)
}

.list-group-fill-danger.list-group-item {
    color: #fff;
    background-color: var(--vz-danger) !important;
    border-color: var(--vz-danger)
}

.list-group-fill-light.list-group-item {
    color: #000;
    background-color: var(--vz-light) !important;
    border-color: var(--vz-light)
}

.list-group-fill-dark.list-group-item {
    color: #fff;
    background-color: var(--vz-dark) !important;
    border-color: var(--vz-dark)
}

.list-group-item {
    margin-bottom: 0;
    cursor: pointer;
}

.list-group-item .list-text {
    color: var(--vz-secondary-color)
}

.list-group-item.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.list-group-item.active .list-title {
    color: #fff
}

.list-group-item.active .list-text {
    color: rgba(255, 255, 255, .5)
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 6px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.custom-scroll {
    height: 100%
}

[data-simplebar-track=primary] .simplebar-scrollbar:before {
    background: #6691e7
}

[data-simplebar-track=secondary] .simplebar-scrollbar:before {
    background: #865ce2
}

[data-simplebar-track=success] .simplebar-scrollbar:before {
    background: #13c56b
}

[data-simplebar-track=info] .simplebar-scrollbar:before {
    background: #50c3e6
}

[data-simplebar-track=warning] .simplebar-scrollbar:before {
    background: #e8bc52
}

[data-simplebar-track=danger] .simplebar-scrollbar:before {
    background: #ed5e5e
}

[data-simplebar-track=light] .simplebar-scrollbar:before {
    background: #f3f6f9
}

[data-simplebar-track=dark] .simplebar-scrollbar:before {
    background: #363d48
}


#scroll-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 65px;
    right: 30px;
    background: #343a40;
    border-color: transparent;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pagination-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-wrap a {
    text-decoration: none;
    display: inline-block
}

.pagination-next,
.pagination-prev {
    color: #6691e7;
    font-weight: 400;
    padding: .375rem .75rem;
    background-color: var(--vz-secondary-bg);
    border: var(--vz-border-width) solid var(--vz-border-color);
    border-radius: .25rem
}

.pagination-next:hover,
.pagination-prev:hover {
    color: #bed0f5
}

.pagination-next.disabled,
.pagination-prev.disabled {
    color: var(--vz-secondary-color);
    cursor: default
}

.pagination-next.disabled:hover,
.pagination-prev.disabled:hover {
    color: var(--vz-secondary-color)
}

.apex-charts {
    min-height: 10px !important
}

.apex-charts text {
    font-family: var(--vz-font-sans-serif) !important
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto
}

@-webkit-keyframes opaque {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opaque {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes resizeanim {

    0%,
    to {
        opacity: 0
    }
}

@keyframes resizeanim {

    0%,
    to {
        opacity: 0
    }
}

.apexcharts-canvas {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.apexcharts-canvas ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.apexcharts-canvas :is(.apexcharts-reset-zoom-icon,
    .apexcharts-selection-icon,
    .apexcharts-zoom-icon).apexcharts-selected svg {
    fill: var(--vz-primary)
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media screen and (min-width:768px) {
    .apexcharts-canvas:hover .apexcharts-toolbar {
        opacity: 1
    }
}

.apexcharts-inner {
    position: relative
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: rgba(var(--vz-light-rgb), 1)
}

.apexcharts-text tspan {
    font-family: inherit
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
    font-family: var(--vz-font-sans-serif) !important;
    fill: #878a99
}

.apexcharts-subtitle-text,
.apexcharts-title-text {
    fill: #adb5bd
}

.legend-mouseover-inactive {
    -webkit-transition: .15s ease all;
    transition: .15s ease all;
    opacity: .2
}

.apexcharts-legend-text {
    color: #878a99 !important;
    font-family: var(--vz-font-sans-serif) !important;
    font-size: 13px !important;
    padding-left: 15px;
    margin-left: -15px
}

.apexcharts-series-collapsed {
    opacity: 0
}

.apexcharts-xaxis-tick {
    stroke: var(--vz-border-color)
}

.apexcharts-marker {
    stroke: var(--vz-secondary-bg)
}

.apexcharts-tooltip {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15) !important;
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15) !important;
    cursor: default;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    z-index: 12;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
    opacity: 1;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid var(--vz-border-color) !important;
    background: rgba(var(--vz-secondary-bg-rgb), .96) !important
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: var(--vz-secondary-bg) !important;
    border-bottom: 1px solid var(--vz-border-color) !important
}

.apexcharts-tooltip.apexcharts-theme-dark {
    color: #fff;
    background: rgba(30, 30, 30, .8)
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
    background: rgba(0, 0, 0, .7);
    border-bottom: 1px solid #333
}

.apexcharts-tooltip * {
    font-family: inherit
}

.apexcharts-tooltip .apexcharts-tooltip-title {
    padding: 6px;
    font-size: 15px;
    margin-bottom: 4px
}

.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600
}

.apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-z-value:empty,
.apexcharts-tooltip-title:empty {
    display: none
}

.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
    padding: 6px 0 5px
}

.apexcharts-tooltip-goals-group,
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
    margin-top: -6px
}

.apexcharts-tooltip-marker {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0;
    margin-right: 10px;
    border-radius: 50%
}

.apexcharts-tooltip-series-group {
    padding: 0 10px;
    display: none;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
    opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
    padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
    opacity: 0;
    height: 0;
    line-height: 0;
    padding: 0 !important
}

.apexcharts-tooltip-y-group {
    padding: 6px 0 5px
}

.apexcharts-custom-tooltip,
.apexcharts-tooltip-box {
    padding: 4px 8px
}

.apexcharts-tooltip-boxPlot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.apexcharts-tooltip-box>div {
    margin: 4px 0
}

.apexcharts-tooltip-box span.value {
    font-weight: 700
}

.apexcharts-tooltip-rangebar {
    padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
    font-weight: 600;
    color: #777
}

.apexcharts-tooltip-rangebar .series-name {
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
    opacity: 0;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #eceff1;
    border: 1px solid #90a4ae
}

.apexcharts-xaxistooltip {
    padding: 9px 10px;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
    background: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .5);
    color: #fff
}

.apexcharts-xaxistooltip::after,
.apexcharts-xaxistooltip::before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.apexcharts-xaxistooltip::after {
    border-color: transparent;
    border-width: 6px;
    margin-left: -6px
}

.apexcharts-xaxistooltip::before {
    border-color: transparent;
    border-width: 7px;
    margin-left: -7px
}

.apexcharts-xaxistooltip.apexcharts-active {
    opacity: 1;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-xaxistooltip-bottom::after,
.apexcharts-xaxistooltip-bottom::before {
    bottom: 100%
}

.apexcharts-xaxistooltip-bottom::after {
    border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom::before {
    border-bottom-color: #90a4ae
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark::after,
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark::before {
    border-bottom-color: rgba(0, 0, 0, .5)
}

.apexcharts-xaxistooltip-top::after,
.apexcharts-xaxistooltip-top::before {
    top: 100%
}

.apexcharts-xaxistooltip-top::after {
    border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top::before {
    border-top-color: #90a4ae
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark::after,
.apexcharts-xaxistooltip-top.apexcharts-theme-dark::before {
    border-top-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip {
    padding: 4px 10px
}

.apexcharts-yaxistooltip .apexcharts-theme-dark {
    background: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .5);
    color: #fff
}

.apexcharts-yaxistooltip::after,
.apexcharts-yaxistooltip::before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.apexcharts-yaxistooltip::after {
    border-color: transparent;
    border-width: 6px;
    margin-top: -6px
}

.apexcharts-yaxistooltip::before {
    border-color: transparent;
    border-width: 7px;
    margin-top: -7px
}

.apexcharts-yaxistooltip.apexcharts-active {
    opacity: 1
}

.apexcharts-yaxistooltip-left::after,
.apexcharts-yaxistooltip-left::before {
    left: 100%
}

.apexcharts-yaxistooltip-left::after {
    border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left::before {
    border-left-color: #90a4ae
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark::after,
.apexcharts-yaxistooltip-left.apexcharts-theme-dark::before {
    border-left-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip-right::after,
.apexcharts-yaxistooltip-right::before {
    right: 100%
}

.apexcharts-yaxistooltip-right::after {
    border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right::before {
    border-right-color: #90a4ae
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark::after,
.apexcharts-yaxistooltip-right.apexcharts-theme-dark::before {
    border-right-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip-hidden {
    display: none
}

.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
    opacity: 1;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
    opacity: 0
}

.apexcharts-selection-rect {
    cursor: move
}

.svg_select_boundingRect,
.svg_select_points_rot {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_boundingRect,
.apexcharts-selection-rect+g .svg_select_points_rot {
    opacity: 0;
    visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_points_l,
.apexcharts-selection-rect+g .svg_select_points_r {
    cursor: ew-resize;
    opacity: 1;
    visibility: visible
}

.svg_select_points {
    fill: #efefef;
    stroke: #333
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
    cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
    cursor: move
}

.apexcharts-menu-icon,
.apexcharts-pan-icon,
.apexcharts-reset-icon,
.apexcharts-selection-icon,
.apexcharts-toolbar-custom-icon,
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 24px;
    color: #6e8192;
    text-align: center
}

:is(.apexcharts-menu-icon,
    .apexcharts-reset-icon,
    .apexcharts-zoom-icon,
    .apexcharts-zoomin-icon,
    .apexcharts-zoomout-icon) svg {
    fill: #6e8192
}

.apexcharts-selection-icon svg {
    fill: #444;
    -webkit-transform: scale(.76);
    transform: scale(.76)
}

.apexcharts-theme-dark :is(.apexcharts-menu-icon,
    .apexcharts-pan-icon,
    .apexcharts-reset-icon,
    .apexcharts-selection-icon,
    .apexcharts-toolbar-custom-icon,
    .apexcharts-zoom-icon,
    .apexcharts-zoomin-icon,
    .apexcharts-zoomout-icon) svg {
    fill: #f3f4f5
}

.apexcharts-theme-dark .apexcharts-menu {
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.apexcharts-theme-light .apexcharts-menu-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
    fill: #333
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
    background: #eee
}

.apexcharts-menu-icon,
.apexcharts-selection-icon {
    position: relative
}

.apexcharts-reset-icon {
    margin-left: 5px
}

.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.apexcharts-zoomout-icon {
    margin-right: 3px
}

.apexcharts-pan-icon {
    -webkit-transform: scale(.62);
    transform: scale(.62);
    position: relative;
    left: 1px;
    top: 0
}

.apexcharts-pan-icon svg {
    fill: #fff;
    stroke: #6e8192;
    stroke-width: 2
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
    stroke: #333
}

.apexcharts-toolbar {
    position: absolute;
    z-index: 11;
    max-width: 176px;
    text-align: right;
    border-radius: 3px;
    padding: 0 6px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.apexcharts-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    right: 10px;
    opacity: 0;
    min-width: 110px;
    -webkit-transition: .15s ease all;
    transition: .15s ease all;
    pointer-events: none
}

.apexcharts-menu .apexcharts-menu-open {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-menu-item {
    padding: 6px 7px;
    font-size: 12px;
    cursor: pointer
}

.apexcharts-canvas .apexcharts-element-hidden,
.apexcharts-datalabel.apexcharts-element-hidden,
.apexcharts-hide .apexcharts-series-points {
    opacity: 0
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
    cursor: default;
    pointer-events: none
}

.apexcharts-pie-label-delay {
    opacity: 0;
    -webkit-animation-name: opaque;
    animation-name: opaque;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.apexcharts-annotation-rect,
.apexcharts-area-series .apexcharts-area,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-gridline,
.apexcharts-line,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-point-annotation-label,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon,
.apexcharts-toolbar svg,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-xaxis-annotation-label,
.apexcharts-yaxis-annotation-label,
.apexcharts-zoom-rect {
    pointer-events: none
}

.apexcharts-marker {
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}


#chart-quarter,
#chart-year {
    width: 96%;
    max-width: 48%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-top: 20px;
    background: var(--vz-secondary-bg);
    border: 1px solid var(--vz-border-color)
}

#chart-year {
    float: left;
    position: relative;
    -webkit-transition: 1s ease transform;
    transition: 1s ease transform;
    z-index: 3
}

#chart-year.chart-quarter-activated {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 1s ease transform;
    transition: 1s ease transform
}

#chart-quarter {
    float: left;
    position: relative;
    z-index: -2;
    -webkit-transition: 1s ease transform;
    transition: 1s ease transform
}

#chart-quarter.active {
    -webkit-transition: 1.1s ease-in-out transform;
    transition: 1.1s ease-in-out transform;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1
}

@media screen and (min-width:480px) {
    #chart-year {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    #chart-quarter {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.apexcharts-heatmap-series rect,
.apexcharts-treemap rect {
    stroke: var(--vz-secondary-bg)
}

.apexcharts-bar-series path,
.apexcharts-pie-series path {
    stroke: var(--vz-secondary-bg)
}

.apexcharts-radialbar .apexcharts-datalabels-group text {
    fill: var(--vz-body-color)
}

.apexcharts-radialbar-track path {
    stroke: var(--vz-border-color)
}

.apexcharts-radar-series line,
.apexcharts-radar-series polygon {
    stroke: var(--vz-border-color)
}

.apexcharts-pie circle,
.apexcharts-pie line {
    stroke: var(--vz-border-color)
}

.apexcharts-pie text {
    fill: var(--vz-white)
}

.apexcharts-xaxistooltip.apexcharts-theme-light {
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    color: var(--vz-secondary-color);
    background: var(--vz-secondary-bg);
    border: 1px solid var(--vz-border-color);
    font-family: var(--vz-font-sans-serif)
}

.apexcharts-xaxistooltip.apexcharts-theme-light::before {
    border-bottom-color: var(--vz-border-color)
}

.effect-chart :is(.apexcharts-pie-series,
    .apexcharts-bar-series) path {
    -webkit-clip-path: polygon(50% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 2%, 100% 0, 100% 100%, 0 100%, 0 0)
}

.apexcharts-grid-borders line {
    stroke: var(--vz-border-color)
}

#monochrome_polar_area svg {
    background: 0 0 !important
}

.chartjs-chart {
    max-height: 320px
}

.e-charts {
    height: 350px
}

.e-charts-height {
    height: 300px
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #f3f6f9;
    border-radius: 3px
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #6691e7;
    border-radius: 4px;
    padding: 10px 20px
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #6691e7
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #6691e7
}

.autoComplete_wrapper {
    display: block
}

.autoComplete_wrapper>input {
    display: block;
    width: 100%;
    height: auto;
    padding: .5rem .9rem;
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    background-color: var(--vz-input-bg-custom);
    background-clip: padding-box;
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    border-radius: var(--vz-border-radius);
    background-image: none
}

.autoComplete_wrapper>input::-webkit-input-placeholder {
    padding: 0 !important;
    color: var(--vz-secondary-color) !important;
    font-size: .825rem !important
}

.autoComplete_wrapper>input::-moz-placeholder {
    padding: 0 !important;
    color: var(--vz-secondary-color) !important;
    font-size: .825rem !important
}

.autoComplete_wrapper>input:-ms-input-placeholder {
    padding: 0 !important;
    color: var(--vz-secondary-color) !important;
    font-size: .825rem !important
}

.autoComplete_wrapper>input::-ms-input-placeholder {
    padding: 0 !important;
    color: var(--vz-secondary-color) !important;
    font-size: .825rem !important
}

.autoComplete_wrapper>input::placeholder {
    padding: 0 !important;
    color: var(--vz-secondary-color) !important;
    font-size: .825rem !important
}

.autoComplete_wrapper>input:focus {
    border: var(--vz-border-width) solid var(--vz-primary-border-subtle);
    color: var(--vz-body-color)
}

.autoComplete_wrapper>input:hover {
    color: var(--vz-body-color)
}

.autoComplete_wrapper>ul {
    border-radius: .25rem;
    border-color: var(--vz-border-color);
    background-color: var(--vz-secondary-bg);
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    padding: 0;
    overflow: auto;
    max-height: 160px;
    margin: 0;
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.autoComplete_wrapper>ul>li {
    font-size: .825rem;
    margin: 0;
    padding: .35rem 1.2rem;
    border-radius: 0;
    background-color: var(--vz-secondary-bg);
    color: var(--vz-body-color)
}

.autoComplete_wrapper>ul>li mark {
    color: #ed5e5e;
    font-weight: 500;
    padding: 1px
}

.autoComplete_wrapper>ul>li:hover,
.autoComplete_wrapper>ul>li[aria-selected=true] {
    color: var(--vz-body-color);
    background-color: var(--vz-tertiary-bg)
}

.autoComplete_wrapper>ul .no_result {
    padding: .7rem 1.2rem;
    font-style: italic;
    font-weight: 400
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
    padding: 50px;
    font-weight: 500;
    --vz-table-accent-bg: var(--vz-secondary-bg)
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc_disabled:before {
    content: "\f0360";
    position: absolute;
    right: .5rem;
    top: 12px;
    font-size: .8rem;
    font-family: "Material Design Icons"
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_desc_disabled:after {
    content: "\f035d";
    position: absolute;
    right: .5rem;
    top: 18px;
    font-size: .8rem;
    font-family: "Material Design Icons"
}

table.dataTable>tbody>tr.child span.dtr-title {
    font-weight: 500;
    min-width: 150px
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control::before {
    background-color: #6691e7;
    border-color: var(--vz-secondary-bg)
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent.parent>th.dtr-control::before {
    background-color: #ed5e5e
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control::before {
    background-color: #ed5e5e
}

table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 135px
}

.table-card .dataTables_filter,
.table-card .dataTables_length {
    padding: 1rem 1rem;
    padding-bottom: 0
}

.table-card .dataTables_info,
.table-card .dataTables_paginate {
    padding: 1rem 1rem
}

.table-card div.dataTables_wrapper .col-md-6 {
    width: 100%
}

.table-card div.dataTables_wrapper div.dataTables_filter input {
    width: calc(100% - 52px)
}

.table-card div.dataTables_wrapper div.dataTables_filter label {
    display: block
}
.default-dashboard .dropdown.icon-dropdown, .ecommerce-dashboard .dropdown.icon-dropdown, .project-dashboard .dropdown.icon-dropdown {
    position: absolute;
    right: 19px;
    top: 0px;
}
.default-dashboard .dropdown.icon-dropdown button.btn- i{
    font-size: 1.5rem;
}
.default-dashboard .details li span{
    color: #43b9b2!important
}
.default-dashboard .details div.summary span{
    color: #3d3d47!important;
    font-weight: 500;
    font-size:10px;
}
.default-dashboard .visit-card ul li+li:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 60%;
    height: 80px;
    transform: translateY(-45%);
    border: 1px dashed rgba(106,113,133,.3)
}

.font-light {
    color: #767676 !important;
}
.select2.select2-container {
    width: 100% !important
}

.select2-container .select2-selection--single {
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2));
    background-color: var(--vz-input-bg-custom);
    outline: 0;
    border-radius: var(--vz-border-radius);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: var(--vz-body-color)
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: var(--vz-input-border-custom) transparent transparent transparent;
    border-width: 6px 6px 0 6px
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--vz-input-border-custom) transparent !important;
    border-width: 0 6px 6px 6px !important
}

.select2-results__option {
    padding: 6px 12px
}

.select2-dropdown {
    border: var(--vz-dropdown-border-width) solid var(--vz-border-color);
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    background-color: var(--vz-secondary-bg);
    z-index: 1056
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--vz-tertiary-bg)
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: var(--vz-secondary-bg)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid var(--vz-input-border-custom);
    background-color: var(--vz-input-bg-custom);
    color: var(--vz-body-color);
    border-radius: var(--vz-border-radius)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6691e7
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--vz-secondary-bg);
    color: var(--vz-dropdown-link-active-color)
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #6691e7;
    color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 36px;
    padding-right: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px;
    left: auto
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2));
    border: var(--vz-border-width) solid var(--vz-input-border-custom) !important;
    background-color: var(--vz-input-bg-custom)
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 4px
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: var(--vz-body-color)
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #6691e7;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
    margin-top: 6px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 7px;
    border-color: #759ce9;
    padding: 0 8px;
    top: 3px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: #6691e7
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
    height: 22px;
    font-family: var(--vz-font-sans-serif)
}

.select2-container .select2-search textarea::-webkit-input-placeholder {
    color: var(--vz-secondary-color)
}

.select2-container .select2-search textarea::-moz-placeholder {
    color: var(--vz-secondary-color)
}

.select2-container .select2-search textarea:-ms-input-placeholder {
    color: var(--vz-secondary-color)
}

.select2-container .select2-search textarea::-ms-input-placeholder {
    color: var(--vz-secondary-color)
}

.select2-container .select2-search textarea::placeholder {
    color: var(--vz-secondary-color)
}

.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--vz-tertiary-bg);
    cursor: default
}

.toastify {
    padding: 12px 16px;
    color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
    background: var(--vz-success);
    position: fixed;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647
}

.toastify.on {
    opacity: 1
}

.toast-close {
    opacity: .4;
    padding: 0 5px;
    position: relative;
    left: 4px;
    margin-left: 4px;
    border: none;
    background: 0 0;
    color: #fff
}

.toastify-right {
    right: 15px
}

.toastify-left {
    left: 15px
}

.toastify-left .toast-close {
    left: -4px;
    margin-left: 0;
    margin-right: 4px
}

.toastify-top {
    top: -150px
}

.toastify-bottom {
    bottom: -150px
}

.toastify-rounded {
    border-radius: 25px
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    max-width: -moz-fit-content
}

@media only screen and (max-width:360px) {

    .toastify-left,
    .toastify-right {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: var(--vz-primary-border-subtle)
}

@media (max-width:575.98px) {
    .auth-one-bg-position {
        height: 280px
    }
}

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear, left top, right top, from(#265c78), to(#244155));
    background: linear-gradient(to right, #265c78, #244155);
    opacity: .9
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.shape>svg {
    width: 100%;
    height: auto;
    fill: var(--vz-body-bg)
}

.auth-pass-inputgroup input[type=text]+.btn .ri-eye-fill:before {
    content: "\ecb6"
}

.particles-js-canvas-el {
    position: relative
}

.signin-other-title {
    position: relative
}

.signin-other-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    border-top: 1px dashed var(--vz-border-color);
    top: 10px
}

.signin-other-title .title {
    display: inline-block;
    position: relative;
    z-index: 9;
    background-color: var(--vz-secondary-bg);
    padding: 2px 16px
}

#password-contain {
    display: none
}

#password-contain p {
    padding-left: 13px
}

#password-contain p.valid {
    color: #13c56b
}

#password-contain p.valid::before {
    position: relative;
    left: -8px;
    content: "✔"
}

#password-contain p.invalid {
    color: #ed5e5e
}

#password-contain p.invalid::before {
    position: relative;
    left: -8px;
    content: "✖"
}

.dash-filter-picker {
    min-width: 210px !important
}

.upcoming-scheduled {
    position: relative
}

@media (max-width:575.98px) {
    .upcoming-scheduled {
        top: 35px !important
    }
}

.upcoming-scheduled .flatpickr-months {
    position: absolute !important;
    top: -45px !important;
    left: auto !important;
    right: 0 !important;
    width: 200px;
    background-color: transparent
}

.upcoming-scheduled .flatpickr-months .flatpickr-month {
    color: #878a99 !important;
    fill: #878a99 !important
}

.upcoming-scheduled .flatpickr-months .flatpickr-next-month,
.upcoming-scheduled .flatpickr-months .flatpickr-prev-month {
    display: none
}

.upcoming-scheduled .flatpickr-calendar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.upcoming-scheduled .flatpickr-calendar .flatpickr-current-month {
    font-size: 13px;
    width: 100%;
    left: 0
}

.upcoming-scheduled .flatpickr-calendar .flatpickr-monthDropdown-months {
    border: 1px solid var(--vz-border-color);
    border-radius: 4px;
    height: 26px
}

.upcoming-scheduled .flatpickr-calendar .flatpickr-weekdays {
    background-color: var(--vz-light);
    border: none
}

.upcoming-scheduled .flatpickr-calendar .flatpickr-weekdays span.flatpickr-weekday {
    color: var(--vz-body-color);
    background-color: var(--vz-light)
}

.upcoming-scheduled .flatpickr-calendar .flatpickr-day.today {
    color: #fff !important;
    background-color: #13c56b;
    border-color: #13c56b !important
}

.upcoming-scheduled .flatpickr-calendar .flatpickr-day.today:hover {
    color: #13c56b !important;
    background-color: rgba(19, 197, 107, .2) !important
}

.upcoming-scheduled .flatpickr-calendar .flatpickr-day.selected {
    background-color: #13c56b !important;
    border-color: #13c56b !important;
    color: #fff
}

.upcoming-scheduled .flatpickr-calendar .numInputWrapper {
    width: 7.5ch;
    margin-left: 10px
}

.upcoming-scheduled .flatpickr-days {
    border: none !important
}

.crm-widget .col {
    border-right: 1px solid var(--vz-border-color)
}

.crm-widget .col:last-child {
    border: 0
}

@media (min-width:768px) and (max-width:1399.98px) {
    .crm-widget .col:nth-child(3) {
        border-right: 0
    }

    .crm-widget .col:last-child {
        border-right: 1px solid var(--vz-border-color)
    }
}

@media (max-width:767.98px) {
    .crm-widget .col {
        border-right: 0;
        border-bottom: 1px solid var(--vz-border-color)
    }
}

@media (min-width:1400px) and (max-width:1599.98px) {

    .project-wrapper .col-xxl-4,
    .project-wrapper>.col-xxl-8 {
        width: 100%
    }
}

.acitivity-timeline {
    position: relative;
    overflow: hidden
}

.acitivity-timeline .acitivity-item {
    position: relative
}

.acitivity-timeline .acitivity-item .flex-shrink-0 {
    z-index: 2
}

.acitivity-timeline .acitivity-item .acitivity-avatar {
    background-color: var(--vz-secondary-bg);
    border: 3px solid var(--vz-secondary-bg);
    height: 32px;
    width: 32px
}

.acitivity-timeline .acitivity-item:before {
    content: "";
    position: absolute;
    border-left: 1px dashed var(--vz-border-color);
    left: 16px;
    height: 100%;
    top: 5px;
    z-index: 0
}

.acitivity-timeline .acitivity-item:last-child::before {
    border-color: transparent
}

.categories-filter .list-inline-item {
    position: relative;
    margin-right: 0
}

.categories-filter .list-inline-item a {
    display: block;
    color: var(--vz-body-color);
    font-weight: 500;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer
}

.error-500 .title {
    font-size: 250px
}

.error-500 .error-500-img {
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (min-width:768px) and (max-width:991.98px) {
    .error-500 .title {
        font-size: 150px
    }

    .error-500 .error-500-img {
        width: 20% !important;
        top: 43px
    }
}

@media (max-width:767.98px) {
    .error-500 .title {
        font-size: 68px;
        margin-top: 35px
    }

    .error-500 .error-500-img {
        position: relative;
        top: 0
    }
}

@-webkit-keyframes errorAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes errorAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.error-img {
    -webkit-animation: errorAnimation 20s infinite;
    animation: errorAnimation 20s infinite
}

.error-text {
    text-shadow: 4px 4px rgba(19, 197, 107, .4)
}

@media (min-width:1200px) {
    .error-text {
        font-size: 10rem
    }
}

.sitemap-content {
    width: 100%;
    max-width: 1142px;
    margin: 0 auto;
    padding: 0 20px
}

.sitemap-content * {
    position: relative
}

.sitemap-horizontal {
    position: relative
}

.sitemap-horizontal ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sitemap-horizontal ul a {
    display: block;
    background: var(--vz-light);
    border: 2px solid var(--vz-secondary-bg);
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    font-size: .825rem;
    height: 60px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sitemap-horizontal ul a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.administration .director>li>a {
    width: 50%;
    margin: 0 auto 0 auto;
    border-radius: 4px
}

.administration .subdirector {
    position: absolute;
    width: 100%
}

.administration .subdirector::after {
    content: "";
    display: block;
    width: 0;
    height: 130px;
    border-left: 2px dashed var(--vz-border-color);
    left: 45.45%;
    position: relative
}

.administration .subdirector>li:first-child {
    width: 18.59%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    border-bottom: 2px dashed var(--vz-border-color);
    z-index: 1;
    float: right;
    right: 27.2%;
    border-left: 2px dashed var(--vz-border-color)
}

.administration .subdirector>li:first-child a {
    width: 100%;
    left: 25px
}

@media screen and (max-width:767px) {
    .administration .subdirector>li:first-child {
        width: 40%;
        right: 10%;
        margin-right: 2px
    }

    .administration .subdirector::after {
        left: 49.8%
    }
}

.departments {
    width: 100%
}

.departments>li:first-child {
    width: 18.59%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    border-bottom: 2px dashed var(--vz-border-color);
    z-index: 1;
    float: left;
    left: 27%
}

.departments>li:first-child a {
    width: 100%;
    right: 25px
}

.departments>li:nth-child(2) {
    margin-left: 0;
    clear: left
}

.departments>li:nth-child(2).department:before {
    border: none
}

.departments::after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 22px;
    border-top: 2px dashed var(--vz-border-color);
    border-right: 2px dashed var(--vz-border-color);
    border-left: 2px dashed var(--vz-border-color);
    margin: 0 auto;
    top: 130px;
    left: 9.1%
}

@media screen and (max-width:767px) {
    .departments>li:first-child {
        width: 40%;
        left: 10%;
        margin-left: 2px
    }

    .departments::after {
        border-right: none;
        left: 0;
        width: 50%
    }
}

.department {
    border-left: 2px dashed var(--vz-border-color);
    float: left;
    margin-left: 1.75%;
    margin-bottom: 60px;
    width: 18.25%
}

.department::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 2px dashed var(--vz-border-color);
    z-index: 1;
    top: -22px;
    left: 50%;
    margin-left: -4px
}

.department>a {
    margin: 0 0 -26px -4px;
    z-index: 1
}

.department ul {
    margin-top: 0;
    margin-bottom: 0
}

.department ul li {
    padding-left: 25px;
    border-bottom: 2px dashed var(--vz-border-color);
    height: 80px
}

.department ul li a {
    background: var(--vz-secondary-bg);
    margin-top: 48px;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 60px;
    vertical-align: middle;
    right: -1px;
    text-align: center
}

.department:first-child {
    margin-left: 0;
    clear: left
}

@media screen and (min-width:768px) {
    .department:last-child:before {
        border: none
    }
}

@media screen and (max-width:767px) {
    .department {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .department::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 60px;
        border-left: 2px dashed #fff;
        z-index: 1;
        top: -60px;
        left: 0;
        margin-left: -4px
    }

    .department:nth-child(2)::before {
        display: none
    }
}

.hori-sitemap ul {
    padding: 0;
    padding-top: 10px;
    text-align: center
}

.hori-sitemap ul li {
    position: relative
}

@media (max-width:575.98px) {
    .hori-sitemap ul {
        text-align: left
    }

    .hori-sitemap ul .parent-title a {
        padding-left: 0
    }

    .hori-sitemap ul .parent-title a:after {
        display: none
    }

    .hori-sitemap ul .parent-title:before {
        display: none
    }
}

@media (max-width:575.98px) {
    .hori-sitemap>ul {
        position: relative
    }

    .hori-sitemap>ul li {
        padding-top: 10px
    }

    .hori-sitemap>ul li .second-list,
    .hori-sitemap>ul li .sub-list {
        position: relative
    }

    .hori-sitemap>ul li .second-list:before,
    .hori-sitemap>ul li .sub-list:before {
        content: "";
        height: calc(100% - 14px);
        border-right: 2px dashed var(--vz-border-color);
        position: absolute;
        top: 0;
        left: 0
    }

    .hori-sitemap>ul li .sub-list:before {
        height: 38%
    }

    .hori-sitemap>ul li a {
        position: relative;
        padding: 4px 16px 4px 36px
    }

    .hori-sitemap>ul li a:after {
        content: "";
        width: 24px;
        border-top: 2px dashed var(--vz-border-color);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0
    }

    .hori-sitemap>ul li ul {
        margin-left: 36px
    }
}

@media (min-width:576px) {
    .hori-sitemap ul {
        padding-top: 20px
    }

    .hori-sitemap ul li {
        padding-top: 30px
    }

    .hori-sitemap ul li:before {
        content: "";
        height: 24px;
        width: 0;
        border-right: 2px dashed var(--vz-border-color);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .hori-sitemap ul li:after {
        content: "";
        width: 100%;
        border-top: 2px dashed var(--vz-border-color);
        position: absolute;
        top: 0;
        left: 50%
    }

    .hori-sitemap ul li:last-of-type:after {
        display: none
    }

    .hori-sitemap ul li.parent-title::before {
        content: "";
        height: 23px;
        border-right: 2px dashed var(--vz-border-color);
        position: absolute;
        top: 28px;
        left: 0
    }

    .hori-sitemap ul li.parent-title::after {
        border: none
    }

    .hori-sitemap ul li .sub-title {
        position: relative
    }

    .hori-sitemap ul li .sub-title::before {
        content: "";
        height: 21px;
        border-right: 2px dashed var(--vz-border-color);
        position: absolute;
        top: 27px;
        left: 49%;
        margin: 0 auto
    }
}

.hori-sitemap a {
    color: var(--vz-body-color);
    padding: 4px 0;
    display: block
}

.verti-sitemap a {
    color: var(--vz-body-color);
    display: block
}

.verti-sitemap .parent-title a {
    padding-left: 0
}

.verti-sitemap .parent-title a:before {
    display: none
}

.verti-sitemap .parent-title:before {
    display: none
}

.verti-sitemap .first-list {
    position: relative;
    padding-top: 10px
}

.verti-sitemap .first-list:before {
    content: "";
    border-left: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    left: 0
}

.verti-sitemap .first-list .list-wrap a,
.verti-sitemap .first-list li a {
    position: relative;
    padding: 10px 16px 4px 36px
}

.verti-sitemap .first-list .list-wrap a::before,
.verti-sitemap .first-list li a::before {
    content: "";
    width: 24px;
    border-top: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.verti-sitemap .first-list .second-list,
.verti-sitemap .first-list .third-list {
    margin-left: 42px
}

.verti-sitemap .first-list .second-list,
.verti-sitemap .first-list .third-list {
    position: relative
}

.verti-sitemap .first-list .second-list li,
.verti-sitemap .first-list .third-list li {
    position: relative
}

.verti-sitemap .first-list .second-list li:before,
.verti-sitemap .first-list .third-list li:before {
    content: "";
    height: 100%;
    border-left: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto
}

.countdownlist {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.countdownlist .countdownlist-item {
    width: 25%
}

.countdownlist .countdownlist-item:last-of-type .count-num::after {
    display: none
}

.countdownlist .count-title {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: rgba(var(--vz-body-color-rgb), .5);
    text-transform: uppercase
}

.countdownlist .count-num {
    background-color: var(--vz-secondary-bg);
    padding: 16px 8px;
    position: relative;
    border-radius: var(--vz-border-radius);
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    font-weight: 500;
    font-size: 32px
}

@media (max-width:575.98px) {
    .countdownlist .count-num {
        font-size: 18px
    }
}

.countdownlist .count-num::after {
    content: ":";
    font-size: 20px;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--vz-body-color)
}

.move-animation {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px)
    }
}

.product-img-slider .product-nav-slider .nav-slide-item {
    border: 1px solid var(--vz-border-color);
    border-radius: .25rem;
    padding: .5rem;
    cursor: pointer
}

.product-img-slider .product-nav-slider .swiper-slide-thumb-active .nav-slide-item {
    background-color: var(--vz-light)
}

.filter-list a.active .listname {
    color: var(--vz-success)
}

#remove-actions {
    display: none
}

.invoice-table tbody:last-child {
    border: none
}

.currency-select .choices__inner {
    padding: 0;
    padding-right: 15px;
    min-height: 0
}

.currency-select .choices__list--single {
    padding: 0 16px 0 4px
}

.currency-select .choices[data-type*=select-one] {
    bottom: 0
}

.currency-select .choices[data-type*=select-one] :after {
    top: 4px
}

.currency-select .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0
}


.contact-list li {
    cursor: pointer;
    padding: 8px 24px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: var(--vz-body-color);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: .825rem
}

.contact-list-title {
    padding: 6px 24px;
    color: #6691e7;
    font-weight: 400;
    position: relative;
    font-size: 12px
}

.contact-list-title:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    right: 0;
    background-color: var(--vz-light)
}

@media (min-width:1025px) {
    [data-layout=horizontal] .chat-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (max-width:991.98px) {
    [data-layout=horizontal] .chat-wrapper {
        margin-top: 0 !important
    }
}

[data-layout=horizontal] .chat-leftsidebar {
    height: calc(100vh - 70px - 60px - 54px)
}

@media (max-width:991.98px) {
    [data-layout=horizontal] .chat-leftsidebar {
        height: calc(100vh - 70px - 60px - 8px)
    }
}

[data-layout=horizontal] .chat-room-list {
    height: calc(100vh - 352px)
}

@media (max-width:991.98px) {
    [data-layout=horizontal] .chat-room-list {
        height: calc(100vh - 265px)
    }
}

[data-layout=horizontal] .chat-conversation {
    height: calc(100vh - 343px)
}

@media (max-width:991.98px) {
    [data-layout=horizontal] .chat-conversation {
        height: calc(100vh - 275px)
    }
}


@media (max-width:575.98px) {
    .message-list li .col-mail-1 .title {
        left: 95px
    }
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 280px;
    right: 0;
    bottom: 0
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
    position: absolute;
    top: 0
}

.message-list li .col-mail-2 .subject {
    left: 0;
    right: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.message-list li .col-mail-2 .subject .teaser {
    color: var(--vz-secondary-color)
}

.message-list li .col-mail-2 .date {
    right: 0;
    width: 100px;
    padding-left: 20px
}

.message-list li.active,
.message-list li.active:hover {
    -webkit-box-shadow: inset 3px 0 0 #6691e7;
    box-shadow: inset 3px 0 0 #6691e7;
    background-color: var(--vz-light)
}

.message-list li.unread {
    color: var(--vz-body-color)
}

.message-list li.unread a {
    color: var(--vz-body-color);
    font-weight: 500
}

#email-topbar-actions,
#unreadConversations {
    display: none
}

.email-compose-input {
    padding-right: 80px
}

@media (max-width:1349.98px) {
    .email-detail-content {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 400px;
        max-width: 100%;
        z-index: 1003;
        -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
        box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: hidden
    }

    .email-detail-show .email-detail-content {
        width: 400px;
        -webkit-transform: none;
        transform: none;
        visibility: visible
    }
}

@media (max-width:575.98px) {
    .message-list li .col-mail-1 {
        width: 180px
    }
}

.email-editor .ck-editor__editable_inline {
    min-height: 200px !important
}

.email-chat-detail {
    width: 350px;
    position: fixed;
    max-width: 100%;
    bottom: 60px;
    right: 60px;
    z-index: 9;
    display: none
}

.email-chat-detail .card {
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12)
}

@media (max-width:515.98px) {
    .email-chat-detail {
        left: 16px;
        right: 16px
    }
}

.message-list-scroll {
    position: relative;
    overflow-y: auto
}

.message-list-scroll::-webkit-scrollbar {
    -webkit-appearance: none
}

.message-list-scroll::-webkit-scrollbar:vertical {
    width: 12px
}

.message-list-scroll::-webkit-scrollbar:horizontal {
    height: 12px
}

.message-list-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(var(--vz-body-color-rgb), .075);
    border-radius: 10px;
    border: 2px solid var(--vz-secondary-bg)
}

.message-list-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--vz-secondary-bg)
}

@media (min-width:1025px) {
    [data-layout=horizontal] .email-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (max-width:991.98px) {
    [data-layout=horizontal] .email-wrapper {
        margin-top: 0 !important
    }
}

[data-layout=horizontal] .email-menu-sidebar {
    height: calc(100vh - 70px - 60px - 54px)
}

@media (max-width:991.98px) {
    [data-layout=horizontal] .email-menu-sidebar {
        height: 100vh
    }
}

[data-layout=horizontal] .email-menu-sidebar .email-menu-sidebar-scroll {
    height: calc(100vh - 330px)
}

@media (max-width:991.98px) {
    [data-layout=horizontal] .email-menu-sidebar .email-menu-sidebar-scroll {
        height: calc(100vh - 150px)
    }
}

[data-layout=horizontal] .message-list-content {
    height: calc(100vh - 289px)
}

[data-layout=horizontal] .email-detail-content-scroll {
    height: calc(100vh - 435px)
}

@media (max-width:1349.98px) {
    [data-layout=horizontal] .email-detail-content-scroll {
        height: calc(100vh - 252px)
    }
}

.tasks-board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tasks-board .tasks-list {
    min-width: 300px;
    margin-right: 24px
}

.tasks-board::-webkit-scrollbar {
    -webkit-appearance: none
}

.tasks-board::-webkit-scrollbar:vertical {
    width: 10px
}

.tasks-board::-webkit-scrollbar:horizontal {
    height: 8px
}

.tasks-board::-webkit-scrollbar-thumb {
    background-color: rgba(var(--vz-dark-rgb), .075);
    border-radius: 8px
}

.tasks-board::-webkit-scrollbar-track {
    border-radius: 8px
}

.tasks-box .progress {
    border-radius: 0 0 var(--vz-border-radius) var(--vz-border-radius)
}

.tasks-box .tasks-img {
    height: 135px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 12px 0
}

.tasks-box:last-child {
    margin-bottom: 0
}

.tasks-wrapper {
    max-height: calc(100vh - 418px)
}

.tasks {
    min-height: 180px;
    position: relative
}

.tasks.noTask::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 180px;
    width: 270px;
    margin: 0 auto;
    background-image: url(../images/file.png);
    background-size: cover;
    background-position: center
}

#tasksList tr .tasks-list-menu {
    opacity: 0
}

#tasksList tr:hover .tasks-list-menu {
    opacity: 1
}

.layout-wrapper.landing {
    background-color: var(--vz-secondary-bg);
    font-size: 15px
}

.navbar-show .vertical-overlay {
    display: block
}

.section {
    padding: 90px 0;
    position: relative
}

@media (max-width:767.98px) {
    .section {
        padding: 50px 0
    }
}

.icon-effect {
    position: relative
}

.icon-effect::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: rgba(19, 197, 107, .2);
    border-radius: 50%;
    bottom: 0;
    left: 0
}

.navbar-landing {
    padding: 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width:991.98px) {
    .navbar-landing {
        background-color: var(--vz-secondary-bg);
        -webkit-box-shadow: 0 1px 16px -2px rgba(56, 65, 74, .15);
        box-shadow: 0 1px 16px -2px rgba(56, 65, 74, .15);
        padding: 10px 8px
    }
}

.navbar-landing .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: Montserrat, sans-serif;
    color: var(--vz-body-color);
    padding: 14px
}

@media (max-width:991.98px) {
    .navbar-landing .navbar-nav .nav-item .nav-link {
        padding: 8px 0
    }
}

.navbar-landing .navbar-nav .nav-item .nav-link.active,
.navbar-landing .navbar-nav .nav-item .nav-link:focus,
.navbar-landing .navbar-nav .nav-item .nav-link:hover {
    color: #13c56b !important
}

.navbar-landing.is-sticky {
    background-color: var(--vz-secondary-bg);
    -webkit-box-shadow: 0 1px 16px -2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 16px -2px rgba(56, 65, 74, .15)
}

.navbar-light .navbar-brand .card-logo-dark {
    display: none
}

.navbar-light .navbar-brand .card-logo-light {
    display: block
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #2a2a2a;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
    color: #2a2a2a;
}

.navbar-light.is-sticky .navbar-brand .card-logo-dark {
    display: block
}

.navbar-light.is-sticky .navbar-brand .card-logo-light {
    display: none
}

.bg-overlay-pattern {
    background-image: url(../images/landing/bg-pattern.png);
    background-color: transparent;
    background-position: center;
    background-size: cover;
    opacity: .2
}

.demo-carousel {
    position: relative;
    z-index: 1
}

.demo-carousel .carousel-item .demo-item {
    background-color: var(--vz-secondary-bg);
    padding: 8px;
    border-radius: 7px
}

.demo-carousel .demo-img-patten-top {
    position: absolute;
    right: -50px;
    top: -16px;
    max-width: 230px
}

.demo-carousel .demo-img-patten-bottom {
    position: absolute;
    left: -70px;
    bottom: -50px;
    max-width: 230px
}

.client-images img {
    max-height: 45px;
    width: auto;
    margin: 12px auto;
    -webkit-transition: all .4s;
    transition: all .4s
}

.plan-box {
    max-width: 356px;
    margin-left: auto;
    margin-right: auto
}

.process-card {
    position: relative
}

.process-card .process-arrow-img {
    position: absolute;
    left: 75%;
    top: 7%;
    width: 50%;
    opacity: .1
}

.custom-footer {
    color: #9ba7b3
}

.footer-list li a {
    color: #9ba7b3;
    padding: 7px 0;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-list li a:hover {
    color: rgba(255, 255, 255, .9)
}

.footer-social-link .avatar-title {
    color: #778089;
    background-color: rgba(255, 255, 255, .05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer-social-link .avatar-title:hover {
    color: #fff;
    background-color: #6691e7
}

#back-to-top.landing-back-top {
    bottom: 35px
}

[data-bs-theme=dark] .layout-wrapper.landing .demo-img-patten-bottom,
[data-bs-theme=dark] .layout-wrapper.landing .demo-img-patten-top {
    opacity: .2
}

[data-bs-theme=dark] .layout-wrapper.landing footer.bg-dark {
    background-color: var(--vz-secondary-bg) !important
}

[data-bs-theme=dark] .navbar-light.is-sticky .navbar-brand .card-logo-dark {
    display: none
}

[data-bs-theme=dark] .navbar-light.is-sticky .navbar-brand .card-logo-light {
    display: block
}

.to-do-menu li .nav-link {
    color: var(--vz-body-color);
    padding-left: 0;
    font-weight: 400;
    background-color: var(--vz-light);
    padding: 10px 12px;
    border-radius: 4px;
    display: block;
    margin-bottom: 8px
}

.to-do-menu li .nav-link.active,
.to-do-menu li .nav-link:hover {
    color: #13c56b
}

.todo-content {
    height: calc(100vh - 362px);
    overflow-y: auto
}

.todo-content::-webkit-scrollbar {
    -webkit-appearance: none
}

.todo-content::-webkit-scrollbar:vertical {
    width: 8px
}

.todo-content::-webkit-scrollbar:horizontal {
    height: 10px
}

.todo-content::-webkit-scrollbar-thumb {
    background-color: rgba(var(--vz-body-color-rgb), .075);
    border-radius: 8px
}

.todo-content::-webkit-scrollbar-track {
    border-radius: 8px
}

.todo-task table .form-check .form-check-input:checked+.form-check-label {
    text-decoration: line-through
}

.task-handle {
    cursor: move
}

/*Login Page*/

#message-center .messages .bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.auth-main {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh
}

.auth-main .header {
    padding: 1rem;
}

.auth-main a:not(.btn) {
    color: var(--primary-color)
}

.auth-main .auth_div {
    background-color: var(--font-fff);
    width: 400px;
    z-index: 2
}


@media screen and (max-width: 767px) {
    .auth-main .auth_div {
        width: 350px
    }

}

.auth-main .auth_div .card {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.auth-main .auth_brand .navbar-brand {
    color: var(--dark-color);
    font-size: 35px;
    margin: 0;
    padding: 0
}

.auth-main .form-auth-small .element-left {
    float: left
}

.auth-main .form-auth-small .element-right {
    float: right
}

.auth-main .lead {
    color: var(--vz-indigo)
}

.auth-main .helper-text {
    color: var(--text-muted);
    display: block;
}

.auth-main .btn-signin-social {
    display: block;
    padding: 10px 22px;
    width: 100%;
    background-color: var(--font-fff);
    border-color: var(--font-ccc)
}

.auth-main .btn-signin-social:hover,
.auth-main .btn-signin-social:focus {
    background-color: var(--font-eee)
}

.auth-main .btn-signin-social i {
    margin: 5px
}

.auth-main .page-400::before,
.auth-main .forgot-pass::before {
    z-index: 1
}

.auth-main .page-400 .header,
.auth-main .page-400 .body,
.auth-main .forgot-pass .header,
.auth-main .forgot-pass .body {
    z-index: 9;
    position: relative
}

.auth-main .page-400 {
    position: relative;
}

.auth-main .page-400::before {
    position: absolute;
    content: '404';
    font-size: 100px;
    top: 20px;
    left: 80px;
    opacity: 0.07;
}

.auth-main .forgot-pass {
    position: relative;
}

.auth-main .forgot-pass::before {
    position: absolute;
    font-family: 'Simple-Line-Icons';
    content: '\e08e';
    font-size: 290px;
    top: -80px;
    left: 38px;
    opacity: 0.03
}

@media screen and (max-width: 992px) {
    .auth-main {
        margin: 0 auto;
        height: 70vh;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.f-12 {
    font-size: 12px !important
}

.f-14 {
    font-size: 14px !important
}

.f-16 {
    font-size: 16px !important
}

.f-18 {
    font-size: 18px !important
}

.f-20 {
    font-size: 20px !important
}

.f-22 {
    font-size: 22px !important
}

.f-24 {
    font-size: 24px !important
}

.f-26 {
    font-size: 26px !important
}

.f-28 {
    font-size: 28px !important
}

.f-30 {
    font-size: 30px !important
}

.f-32 {
    font-size: 32px !important
}

.f-34 {
    font-size: 34px !important
}

.f-36 {
    font-size: 36px !important
}

.f-38 {
    font-size: 38px !important
}

.f-40 {
    font-size: 40px !important
}

.f-42 {
    font-size: 42px !important
}

.f-44 {
    font-size: 44px !important
}

.f-46 {
    font-size: 46px !important
}

.f-48 {
    font-size: 48px !important
}

.f-50 {
    font-size: 50px !important
}

.f-52 {
    font-size: 52px !important
}

.f-54 {
    font-size: 54px !important
}

.f-56 {
    font-size: 56px !important
}

.f-58 {
    font-size: 58px !important
}

.f-60 {
    font-size: 60px !important
}

.f-62 {
    font-size: 62px !important
}

.f-64 {
    font-size: 64px !important
}

.f-66 {
    font-size: 66px !important
}

.f-68 {
    font-size: 68px !important
}

.f-70 {
    font-size: 70px !important
}

.f-72 {
    font-size: 72px !important
}

.f-74 {
    font-size: 74px !important
}

.f-76 {
    font-size: 76px !important
}

.f-78 {
    font-size: 78px !important
}

.f-80 {
    font-size: 80px !important
}

.f-82 {
    font-size: 82px !important
}

.f-84 {
    font-size: 84px !important
}

.f-86 {
    font-size: 86px !important
}

.f-88 {
    font-size: 88px !important
}

.f-90 {
    font-size: 90px !important
}

.f-92 {
    font-size: 92px !important
}

.f-94 {
    font-size: 94px !important
}

.f-96 {
    font-size: 96px !important
}

.f-98 {
    font-size: 98px !important
}

.f-100 {
    font-size: 100px !important
}

.row>* {
    position: relative;
}

.investment-card .summary ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.investment-card .summary .box {
    text-align: center;
    padding: 11px 16px;
    background-color: #f9f7f6;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.investment-card .summary .box:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.bg-light-primary {
    background: rgba(48, 142, 135, .2) !important;
}

.summary .d-flex .flex-shrink-0 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.general-widget .f-light {
    color: #aaa3a0;
    opacity: 0.8;
}

.general-widget h4 {
    margin-bottom: 0;
}

.general-widget .bg-gradient {
    background-image: linear-gradient(144.16deg, rgba(48, 142, 135, 0.1) 19.06%, rgba(48, 142, 135, 0) 79.03%) !important;
}

.general-widget .card-body.success .bg-gradient {
    background-image: linear-gradient(144.16deg, rgba(62, 185, 95, 0.1) 19.06%, rgba(62, 185, 95, 0) 79.03%) !important;
}

.general-widget .card-body.secondary .bg-gradient {
    background-image: linear-gradient(144.16deg, rgba(243, 145, 89, 0.1) 19.06%, rgba(243, 145, 89, 0) 79.03%) !important;
}

.general-widget .small-widget i {
    font-weight: 700;
    font-size: 28px;
}

.general-widget .card-body.secondary i {
    color: rgba(243, 145, 89, 1);
}

.general-widget .card-body.secondary span:last-child {
    color: #aaa3a0;
    font-weight: 500;
    font-size: 11px;
    opacity: 0.7;
}

.general-widget .small-widget .bg-gradient {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .investment-card .summary ul {
        flex-direction: column;
        gap: 15px
    }

    .investment-card .summary ul li {
        border-right: none !important;
        padding: 0 !important;
        width: 100% !important
    }

    .investment-card .summary ul li {
        text-align: left;
    }

    .card-title {
        font-size: 16px;
    }
}

@media (min-width: 1399.98px) and (max-width: 1710px) {
    .investment-card .summary ul li {
        margin: 16px 0;
    }
}

@media (min-width: 1399.98px) and (max-width: 1590px) {
    .investment-card .summary ul li {
        margin: 47px 0 15px 0;
        padding: 0 12px;
    }
}

@media (max-width: 1480px) and (min-width: 1399.98px) {
    .investment-card .summary ul li {
        margin: 24px 0 15px 0;
    }
}

@media screen and (max-width: 767px) {
    .investment-card .summary ul li {
        width: 100%;
        border-right: none;
        padding: 0;
    }

    #button-states>button:nth-child(n+5) {
        display: none;
    }
}

[dir=rtl] .default-dashboard .investment-card ul li {
    border-left: 1px solid var(--light-gray);
    border-right: unset;
}

.investment-card ul li:last-child {
    border-right: none;
}

[dir=rtl] .investment-card ul li:last-child {
    border-left: none;
}

.investment-card ul li p {
    color: var(--font-color);
    font-weight: 600;
}

.investment-card ul li h6,
.investment-card ul li .h6 {
    color: var(--body-font-color);
    font-weight: 600;
}

.movement_products .products {
    margin-bottom: .5rem !important;
}

.movement_products .products:last-child {
    margin-bottom: 0 !important;
}

.movements-overall .movement-item {
    border-bottom: 1px solid #e9ebec;
}

.movements-overall .movement-item:last-child {
    border-bottom: none;
}


/*# sourceMappingURL=app.min.css.map */