.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 175px;
  margin-top: -15px;
}

.main-menu .main-menu-content {
  height: calc(100% - 4.45rem) !important;
  position: relative;
  margin-top: 25px;
}

.app-user-view .user-info-wrapper .user-info-title {
  width: 14.785rem;
}

.main-menu .navbar-header .navbar-brand .brand-text {
  font-size: 1.3rem;
}

.main-menu .navbar-header {
  padding: 0.35rem 1rem 0.3rem 0.94rem;
}

.navigation {
  font-size: 14px;
}

.modal-dialog-wide {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog-wide {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog-wide {
    transition: none;
  }
}
.modal.show .modal-dialog-wide {
  transform: none;
}

.modal.modal-static .modal-dialog-wide {
  transform: scale(1.02);
}

.modal-dialog-wide-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-wide-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-wide-scrollable .modal-header,
.modal-dialog-wide-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-wide-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-wide-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-wide-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-wide-centered.modal-dialog-wide-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-wide-centered.modal-dialog-wide-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-wide-centered.modal-dialog-wide-scrollable::before {
  content: none;
}

@media (min-width: 576px) {
  .modal-dialog-wide {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-wide-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-wide-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-wide-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-widw-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 400px;
  }
}
.modal.modal-sticky .modal-dialog-wide {
  margin-right: 2rem !important;
  box-shadow: 0px 0px 24px 0 rgba(34, 41, 47, 0.25);
  border-radius: 0.357rem;
}

.modal-slide-in .modal-dialog-wide {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  max-width: none;
  width: 50rem;
}

.modal-slide-in .modal-dialog-wide .modal-content {
  padding-bottom: 3.7rem;
  padding-top: 3.7rem;
  overflow: auto;
  border-radius: 0;
  height: 100%;
}

.modal-slide-in .modal-dialog-wide .modal-body {
  padding-bottom: 0;
  padding-top: 0;
  margin: auto 0;
  flex-grow: 0;
}

@media (min-width: 576px) {
  .modal-slide-in .modal-dialog-wide {
    width: 50rem;
  }
}
.modal-slide-in .modal-dialog-wide.sidebar-sm {
  width: 25rem;
}

@media (min-width: 576px) {
  .modal-slide-in .modal-dialog-wide.sidebar-lg {
    width: 30rem;
  }
}
.modal-slide-in.fade .modal-dialog-wide,
.modal-slide-in .modal.fade .modal-dialog-wide {
  transform: translateX(100%);
  transition: transform 0.1s ease-out;
}

.modal-slide-in.show .modal-dialog-wide,
.modal-slide-in .modal.show .modal-dialog-wide {
  transform: translateX(0) !important;
  transition: transform 0.1s ease-out;
}

@media (max-width: 576px) {
  .modal {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .modal .modal-xs,
  .modal .modal-sm {
    max-width: unset;
  }
  .modal.modal-sticky .modal-dialog-wide {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem;
    margin-bottom: 3rem;
  }
}
.btn-primary {
  border-color: #338dca !important;
  background-color: #3697d9 !important;
}

.main-menu.menu-light .navigation > li.active > a {
  background: linear-gradient(118deg, #3697d9, rgba(77, 125, 222, 0.7));
  box-shadow: 0 0 10px 1px rgba(77, 125, 222, 0.7);
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}

.text-primary {
  color: #3697d9 !important;
}

.page-item.active .page-link {
  background-color: #3697d9;
}

.main-menu.menu-light .navigation > li ul .active {
  background: linear-gradient(118deg, #3697d9, rgba(77, 125, 222, 0.7));
  box-shadow: 0 0 10px 1px rgba(77, 125, 222, 0.7);
  border-radius: 4px;
  z-index: 1;
}

.flatpickr-calendar .flatpickr-day.today {
  border-color: #3697d9;
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected:hover {
  background: #3697d9;
  color: #fff;
  border-color: #3697d9;
}

.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.startRange:hover,
.flatpickr-calendar .flatpickr-day.endRange:hover {
  background: #3697d9;
  color: #fff;
  border-color: #3697d9;
}

.flatpickr-calendar .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-calendar .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-calendar .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #3697d9;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover i,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover i,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #3697d9;
}

.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3697d9 !important;
  color: #fff;
  transition: all 0.2s ease-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3697d9 !important;
  border-color: #3697d9 !important;
  color: #fff;
  padding: 2px 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #3697d9 !important;
  color: white !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.text-body {
  color: #000 !important;
}

html body {
  background-color: #ebe9e9;
}

.main-menu.menu-light .navigation li a {
  color: #000;
}

label {
  color: #000;
}

html .content .content-wrapper .content-header-title {
  color: #000;
}

html .content .content-wrapper .content-header-title {
  color: #000;
}

.table .thead-light th {
  color: #000;
}

.form-control {
  color: #000;
  text-transform: uppercase;
}

.table {
  color: #000;
}

.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  color: #000;
}

.dropdown-item {
  color: #000;
}

hr {
  border: 0;
  border-top: 1px solid #ebe9f1;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #FFF;
}

.align-avatar-div {
  margin: auto;
  width: 70%;
  padding-top: 3px;
}

.align-label-div {
  margin: auto;
  width: 40%;
  padding: 2px;
}

.tooltip.bs-tooltip-top .tooltip-inner {
  background-color: #3697d9;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  border-top-color: #3697d9;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #3697d9;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  border-right-color: #3697d9;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  border-left-color: #3697d9;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #3697d9 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #3697d9 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #3697d9 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #3697d9 !important;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-form {
  font-size: 11px;
  height: 25px !important;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-secondary {
  border-color: #6e6b7b;
}

.panel-secondary > .panel-heading {
  color: #fff;
  background-color: #6e6b7b;
  border-color: #6e6b7b;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.panel-blue {
  border-color: #3697d9;
}

.panel-blue .panel-heading {
  border-color: #3697d9;
  color: #fff;
  background-color: #3697d9;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.huge {
  font-size: 25px;
}

.text-right {
  text-align: right;
}

.col-xs-3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-9 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: #333333;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-category:not([class*=text-]) {
  color: #999999;
}

.card .card-category {
  margin-top: 10px;
}

.card .card-category .material-icons {
  position: relative;
  top: 8px;
  line-height: 0;
}

.card .form-check {
  margin-top: 5px;
}

.card .card-title {
  margin-top: 0.625rem;
}

.card .card-title:last-child {
  margin-bottom: 0;
}

.card.no-shadow .card-header-image,
.card.no-shadow .card-header-image img {
  box-shadow: none !important;
}

.card .card-body,
.card .card-footer {
  padding: 0.9375rem 1.875rem;
}

.card .card-body + .card-footer {
  padding-top: 0rem;
  border: 0;
  border-radius: 6px;
}

.card .card-footer {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 10px 15px;
}

.card .card-footer .author,
.card .card-footer .stats {
  display: inline-flex;
}

.card .card-footer .stats {
  color: #999999;
}

.card .card-footer .stats .material-icons {
  position: relative;
  top: -10px;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 18px;
}

.card.bmd-card-raised {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .card.bmd-card-flat {
    box-shadow: none;
  }
}
.card .card-header {
  border-bottom: none;
  background: transparent;
}

.card .card-header .title {
  color: #fff;
}

.card .card-header .nav-tabs {
  padding: 0;
}

.card .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
}

.card .card-header.card-header-image img {
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-header.card-header-image .card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card .card-header.card-header-image .colored-shadow {
  transform: scale(0.94);
  top: 12px;
  filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: opacity 0.45s;
  opacity: 0;
}

.card .card-header.card-header-image.no-shadow {
  box-shadow: none;
}

.card .card-header.card-header-image.no-shadow.shadow-normal {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-header.card-header-image.no-shadow .colored-shadow {
  display: none !important;
}

.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
}

.card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card.bg-info,
.card.card-rotate.bg-info .front,
.card.card-rotate.bg-info .back {
  background: linear-gradient(60deg, #26c6da, #00acc1);
}

.card .card-header-success .card-icon,
.card .card-header-success .card-text,
.card .card-header-success:not(.card-header-icon):not(.card-header-text),
.card.bg-success,
.card.card-rotate.bg-success .front,
.card.card-rotate.bg-success .back {
  background: linear-gradient(60deg, #66bb6a, #43a047);
}

.card .card-header-warning .card-icon,
.card .card-header-warning .card-text,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text),
.card.bg-warning,
.card.card-rotate.bg-warning .front,
.card.card-rotate.bg-warning .back {
  background: linear-gradient(60deg, #ffa726, #fb8c00);
}

.card .card-header-danger .card-icon,
.card .card-header-danger .card-text,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text),
.card.bg-danger,
.card.card-rotate.bg-danger .front,
.card.card-rotate.bg-danger .back {
  background: linear-gradient(60deg, #ef5350, #e53935);
}

.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card.bg-rose,
.card.card-rotate.bg-rose .front,
.card.card-rotate.bg-rose .back {
  background: linear-gradient(60deg, #ec407a, #d81b60);
}

.card .card-header-primary .card-icon,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card .card-header-primary .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.card .card-header-danger .card-icon,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text),
.card .card-header-danger .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.card .card-header-rose .card-icon,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card .card-header-rose .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.card .card-header-warning .card-icon,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text),
.card .card-header-warning .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.card .card-header-info .card-icon,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card .card-header-info .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.card .card-header-success .card-icon,
.card .card-header-success:not(.card-header-icon):not(.card-header-text),
.card .card-header-success .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.card [class*=card-header-],
.card[class*=bg-] {
  color: #fff;
}

.card [class*=card-header-] .card-title a,
.card [class*=card-header-] .card-title,
.card [class*=card-header-] .icon i,
.card[class*=bg-] .card-title a,
.card[class*=bg-] .card-title,
.card[class*=bg-] .icon i {
  color: #fff;
}

.card [class*=card-header-] .icon i,
.card[class*=bg-] .icon i {
  border-color: rgba(255, 255, 255, 0.25);
}

.card [class*=card-header-] .author a,
.card [class*=card-header-] .stats,
.card [class*=card-header-] .card-category,
.card [class*=card-header-] .card-description,
.card[class*=bg-] .author a,
.card[class*=bg-] .stats,
.card[class*=bg-] .card-category,
.card[class*=bg-] .card-description {
  color: rgba(255, 255, 255, 0.8);
}

.card [class*=card-header-] .author a:hover,
.card [class*=card-header-] .author a:focus,
.card [class*=card-header-] .author a:active,
.card[class*=bg-] .author a:hover,
.card[class*=bg-] .author a:focus,
.card[class*=bg-] .author a:active {
  color: #fff;
}

.card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.card .author a {
  color: #3C4858;
  text-decoration: none;
}

.card .author a .ripple-container {
  display: none;
}

.card .card-category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px;
}

.card .card-category-social .material-icons {
  position: relative;
  top: 5px;
}

.card[class*=bg-],
.card[class*=bg-] .card-body {
  border-radius: 6px;
}

.card[class*=bg-] h1 small,
.card[class*=bg-] h2 small,
.card[class*=bg-] h3 small,
.card[class*=bg-] .card-body h1 small,
.card[class*=bg-] .card-body h2 small,
.card[class*=bg-] .card-body h3 small {
  color: rgba(255, 255, 255, 0.8);
}

.card .card-stats {
  background: transparent;
  display: flex;
}

.card .card-stats .author,
.card .card-stats .stats {
  display: inline-flex;
}

.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.card .table tr:first-child td {
  border-top: none;
}

.card .card-title {
  margin-top: 0;
  margin-bottom: 3px;
}

.card .card-body {
  padding: 0.9375rem 20px;
  position: relative;
}

.card .card-body .form-group {
  margin: 8px 0 0;
}

.card .card-header {
  z-index: 3 !important;
}

.card .card-header .card-title {
  margin-bottom: 3px;
}

.card .card-header .card-category {
  margin: 0;
}

.card .card-header.card-header-text {
  display: inline-block;
}

.card .card-header.card-header-text:after {
  content: "";
  display: table;
}

.card .card-header.card-header-icon i,
.card .card-header.card-header-text i {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}

.card .card-header.card-header-icon .card-title,
.card .card-header.card-header-text .card-title {
  margin-top: 15px;
  color: #000;
  font-size: 25px;
}

.card .card-header.card-header-icon h4,
.card .card-header.card-header-text h4 {
  font-weight: 300;
}

.card .card-header.card-header-tabs .nav-tabs {
  background: transparent;
  padding: 0;
}

.card .card-header.card-header-tabs .nav-tabs-title {
  float: left;
  padding: 10px 10px 10px 0;
  line-height: 24px;
}

.card.card-plain .card-header.card-header-icon + .card-body .card-title,
.card.card-plain .card-header.card-header-icon + .card-body .card-category {
  margin-top: -20px;
}

.card .card-actions {
  position: absolute;
  z-index: 1;
  top: -50px;
  width: calc(100% - 30px);
  left: 17px;
  right: 17px;
  text-align: center;
}

.card .card-actions .card-header {
  padding: 0;
  min-height: 160px;
}

.card .card-actions .btn {
  padding-left: 12px;
  padding-right: 12px;
}

.card .card-actions .fix-broken-card {
  position: absolute;
  top: -65px;
}

.card.card-chart .card-footer i:nth-child(1n+2) {
  width: 18px;
  text-align: center;
}

.card.card-chart .card-category {
  margin: 0;
}

.card .card-body + .card-footer,
.card .card-footer {
  padding: 0;
  padding-top: 10px;
  margin: 0 15px 10px;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
}

.card .card-body + .card-footer h6,
.card .card-footer h6 {
  width: 100%;
}

.card .card-body + .card-footer .stats,
.card .card-footer .stats {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
}

.card .card-body + .card-footer .stats .card-category,
.card .card-footer .stats .card-category {
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
}

.card .card-body + .card-footer .stats .material-icons,
.card .card-footer .stats .material-icons {
  position: relative;
  top: 4px;
  font-size: 16px;
}

.card [class*=card-header-] {
  margin: 0px 15px 0;
  padding: 0;
  position: relative;
}

.card [class*=card-header-] .card-title + .card-category {
  color: rgba(255, 255, 255, 0.8);
}

.card [class*=card-header-] .card-title + .card-category a {
  color: #fff;
}

.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
  border-radius: 3px;
  margin-top: -20px;
  padding: 10px;
}

.card [class*=card-header-] .card-icon,
.card [class*=card-header-] .card-text {
  border-radius: 3px;
  background-color: #999999;
  padding: 10px;
  margin-top: -20px;
  margin-right: 15px;
  float: left;
}

.card [class*=card-header-] .card-text {
  float: none;
  display: inline-block;
  margin-right: 0;
}

.card [class*=card-header-] .card-text .card-title {
  color: #fff;
  margin-top: 0;
}

.card [class*=card-header-] .ct-chart .card-title {
  color: #fff;
}

.card [class*=card-header-] .ct-chart .card-category {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.card [class*=card-header-] .ct-chart .ct-label {
  color: rgba(255, 255, 255, 0.7);
}

.card [class*=card-header-] .ct-chart .ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-point,
.card [class*=card-header-] .ct-chart .ct-series-a .ct-line,
.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar,
.card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.8);
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-pie,
.card [class*=card-header-] .ct-chart .ct-series-a .ct-area {
  fill: rgba(255, 255, 255, 0.4);
}

.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar {
  stroke-width: 10px;
}

.card [class*=card-header-] .ct-chart .ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.card [class*=card-header-] .ct-chart .ct-line {
  fill: none;
  stroke-width: 4px;
}

.card [data-header-animation=true] {
  transform: translate3d(0, 0, 0);
  transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.card:hover [data-header-animation=true] {
  transform: translate3d(0, -50px, 0);
}

.card .map {
  height: 280px;
  border-radius: 6px;
  margin-top: 15px;
}

.card .map.map-big {
  height: 420px;
}

.card .card-body.table-full-width {
  padding: 0;
}

.card .card-plain .card-header-icon {
  margin-right: 15px !important;
}

.table-sales {
  margin-top: 40px;
}

.iframe-container {
  width: 100%;
}

.iframe-container iframe {
  width: 100%;
  height: 500px;
  border: 0;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-wizard .nav.nav-pills .nav-item {
  margin: 0;
}

.card-wizard .nav.nav-pills .nav-item .nav-link {
  padding: 6px 15px !important;
}

.card-wizard .nav-pills:not(.flex-column) .nav-item + .nav-item:not(:first-child) {
  margin-left: 0;
}

.card-wizard .nav-item .nav-link.active,
.card-wizard .nav-item .nav-link:hover,
.card-wizard .nav-item .nav-link:focus {
  background-color: inherit !important;
  box-shadow: none !important;
}

.card-wizard .input-group-text {
  padding: 6px 15px 0px !important;
}

.card-wizard .card-footer {
  border-top: none !important;
}

.card-chart .card-body + .card-footer,
.card-product .card-body + .card-footer {
  border-top: 1px solid #eee;
}

.card-product .price {
  color: inherit;
}

.card-collapse {
  margin-bottom: 15px;
}

.card-collapse .card .card-header a[aria-expanded=true] {
  color: #e91e63;
}

.card-stats .card-header.card-header-icon,
.card-stats .card-header.card-header-text {
  text-align: right;
}

.card-stats .card-header .card-icon + .card-title,
.card-stats .card-header .card-icon + .card-category {
  padding-top: 10px;
}

.card-stats .card-header.card-header-icon .card-title,
.card-stats .card-header.card-header-text .card-title,
.card-stats .card-header.card-header-icon .card-category,
.card-stats .card-header.card-header-text .card-category {
  margin: 0;
}

.card-stats .card-header .card-category {
  margin-bottom: 0;
  margin-top: 0;
}

.card-stats .card-header .card-category:not([class*=text-]) {
  color: #000;
  font-size: 18px;
}

.card-stats .card-header + .card-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.card-stats .card-header.card-header-icon i {
  font-size: 36px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
}

.card-stats .card-body {
  text-align: right;
}

.card-profile {
  margin-top: 30px;
  text-align: center;
}

.card-profile .card-avatar {
  margin: -50px auto 0;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile .card-avatar + .card-body {
  margin-top: 15px;
}

.card-profile .card-avatar img {
  width: 100%;
  height: auto;
}

.card-profile .card-body + .card-footer {
  margin-top: -15px;
}

.card-profile .card-footer .btn.btn-just-icon {
  font-size: 20px;
  padding: 12px 12px;
  line-height: 1em;
}

.card-profile.card-plain .card-avatar {
  margin-top: 0;
}

.card-profile .card-header:not([class*=card-header-]) {
  background: transparent;
}

.card-profile .card-avatar {
  max-width: 130px;
  max-height: 130px;
}

.card-plain {
  background: transparent;
  box-shadow: none;
}

.card-plain .card-header:not(.card-avatar) {
  margin-left: 0;
  margin-right: 0;
}

.card-plain .card-body {
  padding-left: 5px;
  padding-right: 5px;
}

.card-plain .card-header-image {
  margin: 0 !important;
  border-radius: 6px;
}

.card-plain .card-header-image img {
  border-radius: 6px;
}

.card-plain .card-footer {
  padding-left: 5px;
  padding-right: 5px;
  background-color: transparent;
}

.footer-card {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.badge {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  font-size: 85%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.358rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}

.badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 10rem;
}

.badge.badge-outlined {
  border: 1px solid;
  background-color: transparent;
}

.badge.badge-outlined.badge-danger {
  border-color: #ea5455;
  color: #ea5455;
}

.badge.badge-outlined.badge-success {
  border-color: #28C76F;
  color: #28C76F;
}

.badge.badge-outlined.badge-info {
  border-color: #338dca;
  color: #338dca;
}

.badge.badge-outlined.badge-warning {
  border-color: #FF9F43;
  color: #FF9F43;
}

.btn-outline-info {
  border: 1px solid #338dca !important;
  background-color: transparent;
  color: #338dca;
}

.btn-outline-info:hover:not(.disabled):not(:disabled) {
  background-color: rgba(0, 207, 232, 0.04);
  color: #338dca;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.bg-primary {
  background-color: #3697d9 !important;
}

.demo-inline-spacing > * {
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}

code {
  padding: 0.1rem 0.4rem;
  font-size: 90%;
  color: #3697d9;
  background-color: #eee;
  border-radius: 0.1785rem;
}

.table th,
.table td {
  padding: 0.72rem;
  /*ojo*/
  vertical-align: middle;
}

.blink {
  width: 460px;
  height: 50px;
  padding: 15px;
  text-align: center;
  line-height: 50px;
}

.span-blink {
  font-size: 25px;
  font-family: cursive;
  color: #3697d9;
  animation: blink 3s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.label {
  border-radius: 4px;
  font-size: 75%;
  padding: 4px 7px;
  margin-right: 5px;
  font-weight: 400;
  color: #fff !important;
}

.label-success {
  background: linear-gradient(to right, #0ac282, #0df3a3);
}

.label-danger {
  background: linear-gradient(to right, #fe5d70, #fe909d);
}

.label-info {
  background: linear-gradient(to right, #2DCEE3, #5ad9e9);
}

.label-warning {
  background: linear-gradient(to right, #fe9365, #feb798);
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
  width: auto !important;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.switch-field {
  display: flex;
  /* margin-bottom: 36px;
  overflow: hidden; */
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #3697d9;
  color: #fff;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.badge.badge-light-success {
  background-color: rgba(40, 199, 111, 0.12);
  color: #009b00 !important;
}

.badge.badge-light-danger {
  background-color: rgba(234, 84, 85, 0.12);
  color: #ff0000 !important;
}

.badge.badge-light-warning {
  background-color: rgba(234, 84, 85, 0.12);
  color: #FFD700 !important;
}

.badge.badge-light-info {
  background-color: rgba(0, 207, 232, 0.12);
  color: #000 !important;
}

.badge.badge-light-secondary {
  background-color: rgba(130, 134, 139, 0.12);
  color: #000 !important;
}

.img-fluid {
  max-width: 100%;
  height: 100%;
}

.auth-wrapper.auth-v2 .brand-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  margin: 0;
  z-index: 1;
  margin-left: 540px;
}

.auth-wrapper.auth-v2 .brand-logo-client {
  position: absolute;
  top: 0rem;
  left: 11rem;
  margin: 0;
  z-index: 1;
}

.swal-wide {
  width: 630px !important;
}

.form-control-normal {
  text-transform: none !important;
}

.align-check {
  top: -52px;
}

.description {
  text-align: justify;
  color: gray;
  font-size: 10px;
}

.dtsr-state {
  font-size: 1rem;
}

.mr-6 {
  margin-right: 6rem;
}

.toast-with-shadow {
  z-index: 4;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  height: 100%;
}

.toast-body {
  background-color: #ffffff !important;
}

.toastcard-shadow {
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  position: absolute;
}

.toast-header-shadow {
  background-color: #f3f2f7;
}

.swal2-popup {
  width: 45em;
}
