body.client-area,
body.client-area html {
  background: #f7f7f8;
}

body.client-area {
  display: none;
}

.client-area .content {
  position: relative !important;
  left: 220px !important;
  top: 0;
  width: calc(100% - 220px) !important;
  min-height: 100vh;
  height: auto !important;
  margin: 0 !important;
  padding: 42px 32px 96px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f8 !important;
  box-sizing: border-box;
}

.client-area .footer {
  width: calc(100% - 220px);
  left: 220px;
}

.client-area .welcome h2,
.client-area .content > h2 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 24px;
  color: #111;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.18;
  text-align: left;
  box-sizing: border-box;
}

.client-area .welcome {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.client-area .content > h2 span {
  display: flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 10px;
  border: 1px solid rgba(215, 38, 56, .16);
  border-radius: 999px;
  background: rgba(215, 38, 56, .07);
  color: #D72638;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.client-area.client-spaces .space-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 18px;
}

.client-area.client-spaces .space-page-header h2 {
  flex: 1 1 auto;
  max-width: none;
  margin: 0;
}

.client-area.client-spaces .space-page-header .btAddArtist {
  flex: 0 0 auto;
  margin: 0;
  align-self: center;
}

.client-area .notifications,
.client-area .calendar,
.client-area .open,
.client-area .ended,
.client-area ul.hands {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 24px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.client-area .notifications {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}

.client-area .notifications.empty-state {
  padding: 22px;
}

.client-area .notifications .notifications-empty {
  border-color: #dedee2;
  background: #f7f7f8;
}

.client-area .notifications h4,
.client-area .open h3,
.client-area .ended h3,
.client-area .client-section-title {
  margin: 0 0 18px !important;
  color: #111 !important;
  font-size: 17px !important;
  font-weight: 850;
  line-height: 1.2;
}

.client-area ul.actions li {
  align-items: center;
  border-top: 1px solid #ededed;
  min-width: 0;
  overflow: hidden;
}

.client-area ul.actions li div.col {
  align-items: center;
  color: #333;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.client-area ul.actions li div.col.artist-summary {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  text-align: left;
}

.client-area ul.actions li div.col.artist-summary .imgProfile {
  align-self: center;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #f4f4f5;
  overflow: hidden;
}

.client-area ul.actions li div.col.artist-summary .imgProfile img {
  object-fit: cover;
}

.client-area ul.actions li div.col.artist-summary h4 {
  align-self: center;
  min-width: 0;
  margin: 0 0 0 4px !important;
  line-height: 1.25;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-area.client-dashboard .notifications:not(.empty-state) {
  padding: 0;
}

.client-area.client-dashboard ul.actions {
  display: block;
  width: 100%;
}

.client-area.client-dashboard ul.actions li {
  display: grid;
  grid-template-columns: minmax(160px, 1.1fr) minmax(170px, 1.2fr) minmax(150px, 1fr) minmax(180px, auto);
  align-items: center;
  gap: 14px;
  padding: 16px;
}

.client-area.client-dashboard ul.actions li:first-child {
  border-top: 0;
}

.client-area.client-dashboard ul.actions li div.col {
  min-height: 0;
  height: auto;
  justify-content: flex-start;
  text-align: left;
}

.client-area.client-dashboard ul.actions li div.col h4 {
  margin: 0 !important;
  line-height: 1.25;
  text-align: left;
}

.client-area.client-dashboard ul.actions li div.col.artist-summary h4 {
  margin-left: 4px !important;
}

.client-area.client-dashboard ul.actions li div.col:nth-child(2) {
  justify-content: flex-start;
  text-align: left;
}

.client-area.client-dashboard ul.actions li div.col:nth-child(2) h4 {
  width: fit-content;
  max-width: 100%;
  text-align: center;
}

.client-area.client-dashboard ul.actions li div.col:not(.artist-summary) {
  display: flex;
  align-items: center;
}

.client-area.client-dashboard ul.actions li div.col:last-child {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.client-area ul.actions li div.col button,
.client-area .if button,
.client-area .bts button,
.client-area .review button,
.client-area .popup .contentPop button {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.client-area ul.actions li div.col button:hover,
.client-area .if button:hover,
.client-area .bts button:hover {
  transform: translateY(-1px);
  border-color: rgba(215, 38, 56, .32);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .1);
}

.client-area .popup.review .review-stars button.star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  background: #fafafa;
  color: #c8c8cf;
  font-size: 24px;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
}

.client-area .popup.review .review-stars button.star.selected {
  border-color: rgba(245, 158, 11, 0.32);
  background: #fff8db;
  color: #f5a400;
  box-shadow: 0 10px 22px rgba(245, 164, 0, 0.12);
}

.client-area .bigNumbers {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.client-area .bigNumbers ul.money {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.client-area .bigNumbers ul.money li,
.client-area .bigNumbers ul.money li div.box {
  display: block;
  width: 100%;
  margin: 0;
}

.client-area .bigNumbers ul.money li div.box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 128px;
  height: auto;
  max-width: none;
  padding: 22px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.client-area .bigNumbers ul.money li div.box .value {
  position: static;
  inset: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: block;
  color: #111;
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}

.client-area .bigNumbers ul.money li div.box .title {
  position: static;
  inset: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: block;
  margin-top: 12px;
  padding: 0;
  color: #666;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.client-area .client-section-divider {
  width: 100%;
  max-width: 980px;
  height: 1px;
  margin: 32px auto 24px;
  background: #e8e8e8;
}

.client-area .client-section-title {
  width: 100%;
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
}

.client-area .calendar {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(280px, 1fr);
  gap: 24px;
  min-height: 380px;
  height: auto;
}

.client-area .calendar .box-filter.date {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 340px;
  padding-right: 24px;
  border-right: 1px solid #ededed;
  box-sizing: border-box;
}

.client-area .calendar .box-filter.date .month {
  min-height: 44px;
}

.client-area .calendar .box-filter.date .month h1 {
  color: #111;
  font-size: 17px;
  font-weight: 850;
}

.client-area .calendar .box-filter.date .dates div.sel {
  border-color: #D72638;
  color: #D72638;
}

.client-area .nextShows {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  overflow-y: auto;
}

.client-area .nextShows-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 18px;
  border: 1px dashed #dedee2;
  border-radius: 16px;
  background: #fafafa;
  color: #777;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
  box-sizing: border-box;
}

.client-area .nextShows ul {
  margin: 0;
  gap: 10px;
}

.client-area .nextShows ul li {
  max-width: none;
  margin: 0;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 14px;
  background: #fafafa;
  box-sizing: border-box;
}

.client-area .sq {
  background: #111;
  border-radius: 12px;
}

.client-area .open,
.client-area .ended {
  display: none;
}

.client-area .open h3,
.client-area .ended h3 {
  margin-bottom: 20px !important;
}

.client-area ul.negotiations {
  display: flex;
  gap: 18px;
  width: 100%;
  padding: 4px 4px 18px;
  overflow-x: auto;
  white-space: normal;
}

.client-area ul.negotiations li {
  flex: 0 0 auto;
  margin: 0;
}

.client-area .box-negotiation {
  width: 340px;
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.07);
  box-sizing: border-box;
}

.client-area .artist,
.client-area .place {
  width: 100%;
  box-sizing: border-box;
}

.client-area .artist .img {
  width: 58px;
  height: 58px;
  margin-top: 0;
  border-radius: 16px;
  box-shadow: none;
}

.client-area .desc {
  width: auto;
  border-bottom: 0;
}

.client-area .artist .desc h4 {
  color: #111;
  font-size: 16px;
  font-weight: 850;
}

.client-area .artist .desc h3 {
  color: #D72638;
  font-size: 20px;
  font-weight: 900;
}

.client-area .box-negotiation > .artist {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
}

.client-area .box-negotiation > .place {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: #fafafa;
}

.client-area .box-negotiation .track {
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: #fff;
}

.client-area .box-negotiation .support {
  border-radius: 12px;
  background: #fafafa;
}

.client-area .box-negotiation .info,
.client-area .box-negotiation .info a {
  max-width: 100%;
}

.client-area .box-negotiation .info {
  width: min(100%, 220px);
  max-width: 220px;
  overflow: visible;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.client-area .box-negotiation .timeline-sub-info {
  max-width: 100%;
  margin-top: 4px;
  color: #777;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.client-area .box-negotiation .timeline-sub-info a {
  color: #D72638;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.client-area .box-negotiation .info a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.client-area p.none-neg {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
  color: #666 !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.client-area ul.hands {
  list-style: none;
}

.client-area ul.hands li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: #666;
  font-size: 13px;
  line-height: 1.35;
}

.client-area ul.hands li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #D72638;
}

.client-area .btAddArtist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 150px;
  height: 44px;
  padding: 0 18px;
  border: 1px solid #D72638;
  border-radius: 12px;
  background: #D72638;
  color: white;
  font-size: 0;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 26px rgba(215, 38, 56, .22);
}

.client-area .btAddArtist::after {
  content: "Adicionar espaço";
  font-size: 13px;
}

.client-area .btAddArtist:hover {
  transform: translateY(-1px);
  background: #B91F30;
}

.client-area ul.artists {
  width: 100%;
  max-width: 980px;
  gap: 14px;
  margin: 24px auto 0;
}

.client-area.client-settings .content .form {
  margin-left: auto;
  margin-right: auto;
}

.client-area ul.artists li {
  flex: 1 1 260px;
  max-width: 320px;
  margin: 0;
}

.client-area ul.artists li > div {
  height: 104px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
}

.client-area ul.artists li:hover > div {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(215, 38, 56, .26);
}

.client-area.client-spaces ul.artists li {
  background: transparent !important;
}

.client-area.client-spaces ul.artists li > div {
  background: #f4f4f5 !important;
  border-color: #e6e6e8;
  border-radius: 16px;
  overflow: hidden;
}

.client-area.client-spaces ul.artists li:hover > div {
  background: #f4f4f5 !important;
  border-color: rgba(215, 38, 56, .22);
}

.client-area.client-spaces .space-card-preview-link {
  position: absolute;
  top: 57px;
  left: 80px;
  color: #D72638;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.client-area.client-spaces .space-card-preview-link:hover {
  text-decoration: underline;
}

.client-area ul.artists li .name {
  color: #111;
  font-size: 14px;
  font-weight: 850;
}

.client-area .popup .headerPop {
  border-bottom: 1px solid #ededed;
  color: #111;
  font-weight: 850;
}

.client-area .popup {
  position: fixed !important;
  top: 50% !important;
  left: calc(220px + ((100vw - 220px) / 2)) !important;
  right: auto !important;
  width: min(720px, calc(100vw - 268px)) !important;
  max-width: 720px !important;
  max-height: calc(100vh - 56px) !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .18);
  box-sizing: border-box;
}

.client-area .popup .contentPop {
  max-height: calc(100vh - 170px) !important;
  margin: 20px !important;
  overflow: auto;
}

.client-area.client-spaces .popup .space-popup-actions,
.client-area.client-spaces .popup .contentPop .buttons {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  height: auto;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  clear: both;
}

.client-area.client-spaces .popup .space-popup-actions .bt-genre,
.client-area.client-spaces .popup .contentPop .buttons button {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  min-width: 128px;
  height: 44px;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0;
  border-radius: 12px;
  background: #D72638;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
}

.client-area.client-spaces .popup .contentPop .buttons button .btloader {
  margin-left: 8px;
}

@media (max-width: 980px) {
  .client-area .bigNumbers ul.money {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-area .calendar {
    grid-template-columns: 1fr;
  }

  .client-area .calendar .box-filter.date {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px;
  }
}

@media (max-width: 1200px) and (min-width: 981px) {
  .client-area.client-dashboard ul.actions li {
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr);
    align-items: start;
    gap: 12px 18px;
  }

  .client-area.client-dashboard ul.actions li div.col:nth-child(3) {
    grid-column: 1;
  }

  .client-area.client-dashboard ul.actions li div.col:last-child {
    grid-column: 2;
    justify-content: flex-start;
    align-items: stretch;
  }

  .client-area.client-dashboard ul.actions li div.col:last-child button {
    flex: 1 1 120px;
    min-width: 120px;
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .client-area .content {
    left: 0 !important;
    width: 100% !important;
    padding: 22px 16px 126px !important;
  }

  .client-area .popup {
    left: 50% !important;
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    max-height: calc(100vh - 24px) !important;
    border-radius: 16px;
  }

  .client-area .popup .contentPop {
    max-height: calc(100vh - 136px) !important;
    margin: 16px !important;
  }

  .client-area.client-spaces .space-page-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .client-area.client-spaces .space-page-header .btAddArtist {
    align-self: stretch;
  }

  .client-area .footer {
    width: 100%;
    left: 0;
  }

  .client-area .notifications,
  .client-area .calendar,
  .client-area .open,
  .client-area .ended,
  .client-area ul.hands {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .client-area .bigNumbers ul.money {
    grid-template-columns: 1fr;
  }

  .client-area.client-dashboard .bigNumbers {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .client-area.client-dashboard .bigNumbers ul.money {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
    justify-items: center;
  }

  .client-area.client-dashboard .bigNumbers ul.money li,
  .client-area.client-dashboard .bigNumbers ul.money li div.box {
    width: 100%;
    max-width: none;
  }

  .client-area.client-dashboard .bigNumbers ul.money li div.box {
    align-items: center;
    text-align: center;
  }

  .client-area.client-dashboard .calendar,
  .client-area.client-dashboard .nextShows,
  .client-area.client-dashboard .nextShows-empty,
  .client-area.client-dashboard .nextShows ul,
  .client-area.client-dashboard .nextShows ul li {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .client-area.client-dashboard .nextShows ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
    list-style: none;
  }

  .client-area ul.negotiations li {
    flex-basis: auto;
  }

  .client-area .box-negotiation {
    width: min(340px, calc(100vw - 64px));
    padding: 14px;
    border-radius: 16px;
  }

  .client-area .box-negotiation .info {
    width: min(100%, calc(100vw - 156px));
    max-width: calc(100vw - 156px);
  }

  .client-area ul.artists li {
    max-width: 100%;
  }
}
