#header {
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 500;
  width: 100%;
}
#header .header-top > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-top .header-second {
  flex-grow: 1;
}
#header .header-top .header-third {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
#header .website-logo {
  display: block;
  width: 100%;
}
#header .website-logo img {
  width: 120px;
}
#header .user-tools-wrap {
  display: flex;
  column-gap: 4px;
}
#header .user-tools-wrap .user-tool .icon {
  background: #fff;
  width: 24px;
  height: 24px;
}
#header .user-wrap {
  display: flex;
  align-items: center;
  column-gap: 8px;
  position: relative;
}
#header .user-wrap .thumb-user {
  width: 40px;
  height: 40px;
}
#header .user-wrap p {
  margin: 0;
}
#header .masquerade-block-form .dropdown-menu {
  border: 0;
  padding: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#header .masquerade-block-form .dropdown-menu .form-text {
  margin: 0;
  padding: 4px;
  font-size: 0.9rem;
}
.ui-widget.ui-widget-content {
  z-index: 5001;
}
.ui-widget-overlay.ui-front {
  z-index: 5000;
}
.page-title-wrapper > .container {
  display: flex;
  justify-content: space-between;
  column-gap: 64px;
  align-items: center;
}
#footer {
  background: #535353;
  font-size: 0.9rem;
  padding: 16px;
}
#footer .site-footer-bottom {
  position: relative;
}
.card {
  border-color: #EFEFEF;
}
.card .card-header {
  background: none;
  border: 0;
}
.card .card-header .card-title {
  margin: 0;
}
.card.card-dashboard {
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
.card.card-dashboard > .card-header {
  display: flex;
  column-gap: 4px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
}
.card.card-dashboard > .card-header .card-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin: 0;
  padding: 8px;
}
.card.card-dashboard > .card-header .card-actions-btn {
  display: flex;
}
.card.card-dashboard > .card-header .card-actions-btn .card-action-btn {
  display: block;
  border-left: 1px solid #EFEFEF;
}
.card.card-dashboard > .card-header .card-actions-btn .card-action-btn .btn-icon {
  display: block;
  padding: 8px 4px;
}
.card.card-dashboard > .card-header .card-actions-btn .card-action-btn .btn-icon .icon {
  width: 16px;
  height: 16px;
}
.card.card-dashboard > .card-body {
  padding: 8px;
}
.card.card-dashboard > .card-body .btn-last-invoice {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.card.card-dashboard > .card-body .btn-last-invoice .title {
  flex-grow: 1;
}
