:root {
  --color-dois: #1b001b;
  --color-tres: var(--on-surface-color);
  --color-quatro: #ff0000;
  --color-cinco: #0e96e5;
  --color-seis: #00b494;
  --color-sete: #06020d;
  --color-oito: #1c1127;
  --color-nove: #2d213c;
  --color-dez: rgb(17, 2, 33);
  --color-onze: rgb(35, 1, 56);
  --color-doze: #ffe500;

  /*theming*/

  --brand-symbol-color: #fff;
  --brand-name-color: #fff;

  --primary-color: #9f00ff;
  --on-primary-color: #fff;
  --on-primary-variant-color: #d4d4d4;

  --negative-color: #ff0000;
  --on-negative-color: #fff;

  --pending-color: #ffe500;
  --on-pending-color: #120227;

  --positive-color: #00ff0a;
  --on-positive-color: #120227;

  --background-image: url("images/Ellipse.png");
  --background-color: #06020d;
  --on-background-color: #fff;

  --surface-color: rgb(17, 2, 33);
  --surface-high-color: rgb(31, 8, 55);
  --surface-highest-color: rgb(47, 14, 82);
  --surface-highest-graphic-color: rgb(17, 2, 33);
  --surface-border-color: rgba(241, 217, 255, 0.2);
  --input-border-color: rgba(241, 217, 255, 0.2);
  --on-surface-color: rgb(255, 255, 255);
  --on-surface-variant-color: rgb(155, 148, 159);
}

[data-theme="white"] {
  /* --brand-symbol-color: #f752d8; */
  --brand-symbol-color: #9f00ff;
  --brand-name-color: #2f0e52;

  --positive-color: #008000;
  --on-positive-color: #fff;

  --background-image: none;
  --background-color: rgb(246, 246, 246);
  --on-background-color: rgba(80, 80, 80, 1);

  --surface-color: rgb(255, 255, 255);
  --surface-high-color: rgb(241, 241, 241);
  --surface-highest-color: rgb(246, 246, 246);
  --surface-highest-graphic-color: rgb(246, 246, 246);
  --surface-border-color: rgb(238, 238, 238);
  --input-border-color: rgba(80, 80, 80, 0.5);
  --on-surface-color: rgb(18, 2, 39);
  --on-surface-variant-color: rgba(18, 2, 39, 0.502);
}

/* Suavização e legibilidade */
html {
  -webkit-font-smoothing: antialiased; /* Chrome/Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  text-rendering: optimizeLegibility; /* Ajuda na legibilidade com ligaduras e kerning */
  font-smooth: always; /* Padrão geral */
}

.NoCopy {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loader {
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.loaderSurfaceColor {
  border: 5px solid var(--on-surface-color);
}

.loaderPrimaryColor {
  border: 5px solid var(--primary-color);
}

.hidePriority {
  display: none !important;
}

.formReleaseActivePriority {
    color: var(--on-surface-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blockContract {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blockContract .blockContractContent {
  background-color: #fff;
  padding: 10px;
  width: 80%;
  max-width: 800px;
  height: 80%;
  margin: 50px 0;
  color: #000;
  border-radius: 10px;
  /*text-align: justify;*/
  position: absolute;
}

.blockContract .blockContractContent .blockContractContentText {
  height: calc(100% - 30px);
  width: 100%;
  overflow: scroll;
  padding: 0 15px;
  margin: 15px 0;
  font-size: 16px;
}

.blockContract .blockContractContent .blockContractContentText header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.blockContract
  .blockContractContent
  .blockContractContentText
  .blockContractContentTextCheck {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.blockContract
  .blockContractContent
  .blockContractContentText
  .blockContractContentTextCheck
  input {
  flex-basis: 10px;
  width: 10px;
  margin-right: 10px;
  cursor: pointer;
}

blockContract
  .blockContractContent
  .blockContractContentText
  .blockContractContentTextCheck
  p {
  flex-basis: calc(100% - 20px);
}

.blockContract
  .blockContractContent
  .blockContractContentText
  .blockContractContentTextCheck
  input:focus {
  outline: none;
}

.blockContract .blockContractContent .blockContractContentBtn {
  position: relative;
  right: 0;
  bottom: -25px;
  text-align: right;
  color: #fff;
  z-index: 101;
  font-size: 14px;
}

.blockContract
  .blockContractContent
  .blockContractContentBtn
  .blockContractContentBtnNo {
  cursor: pointer;
}

.blockContract
  .blockContractContent
  .blockContractContentBtn
  .blockContractContentBtnNo:hover {
  text-decoration: underline;
}

.blockContract
  .blockContractContent
  .blockContractContentBtn
  .blockContractContentBtnYes {
  padding: 5px 10px;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: var(--primary-color);
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

.info_pastdue {
  margin-top: 36px;
  background-color: var(--color-doze);
  color: #000;
  text-align: center;
  padding: 20px;
  flex-basis: 100%;
  border-radius: 6px;
  border: 0.7px solid rgba(241, 217, 255, 0.2);
}

.info_pastdue a {
  color: var(--color-cinco);
  text-decoration: none;
  font-weight: 600;
}

.info_pastdue p b {
  color: var(--negative-color);
  font-weight: 600;
}

.TotalPage {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 900;
}

.TotalPage .TotalPageContent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--background-color);
  z-index: 901;
  position: fixed;
  left: 0;
  top: 0;
}

/* HTML: <div class="loader"></div> */
.TotalPageContentLoading {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loadingPageAnimation 2s infinite linear;
  position: relative;
}
.TotalPage .TotalPageContent .TotalPageContentLoading:before {
  content: "";
  border-radius: inherit;
  background: inherit;
  transform: rotate(45deg);
}
@keyframes loadingPageAnimation {
  to {
    transform: rotate(0.5turn);
  }
}

.TotalPage .TotalPageContent .TotalPageContentBox {
  min-width: 800px;
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  border: 1px solid rgba(241, 217, 255, 0.25);
  background-color: var(--surface-color);
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}

.TotalPage .TotalPageContent .TotalPageContentBox .TotalPageContentBoxClose,
.TotalPage
  .TotalPageContent
  .TotalPageContentBox
  .VideoTutorialTotalPageContentBoxClose {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0.8em;
  cursor: pointer;
  z-index: 1000;
}

.TotalPage
  .TotalPageContent
  .TotalPageContentBox
  .TotalPageContentBoxClose:hover,
.TotalPage
  .TotalPageContent
  .TotalPageContentBox
  .VideoTutorialTotalPageContentBoxClose:hover {
  color: var(--primary-color);
}

.TotalPage .TotalPageContent .TotalPageContentBox header {
  padding: 20px;
  border-bottom: 1px solid var(--surface-border-color);
  margin-bottom: 20px;
  color: var(--on-surface-variant-color) !important;
}

.TotalPage .TotalPageContent .TotalPageContentBox header h2 {
  margin-bottom: 10px;
  color: var(--on-surface-color);
}

.TotalPage .TotalPageContent .TotalPageContentBox header p {
  font-size: 0.8em;
}

.TotalPage .TotalPageContent .TotalPageContentBoxDelete {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--background-color), 0.9);
  flex-wrap: wrap;
}

.TotalPage .TotalPageContent .TotalPageContentBoxDelete .js_shareDeleteInfo {
  flex-basis: 100%;
  text-align: center;
}

.TotalPage .TotalPageContent .TotalPageContentBoxDelete .js_shareDeleteInfo h2 {
  font-size: 1em;
  margin-bottom: 10px;
}

.TotalPage .TotalPageContent .TotalPageContentBoxDelete .js_shareDeleteInfo p {
  font-size: 0.8em;
  color: var(--on-surface-color);
}

.TotalPage .TotalPageContent .TotalPageContentBoxDelete .js_shareDeleteConfirm,
.TotalPage .TotalPageContent .TotalPageContentBoxDelete .js_shareDeleteCancel {
  padding: 10px 0;
  width: 120px;
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
  background-color: #000;
}

.TotalPage .TotalPageContent .TotalPageContentBoxDelete .js_shareDeleteConfirm {
  background-color: var(--primary-color);
}

.TotalPage .TotalPageContent .TotalPageContentBoxDelete .js_shareDeleteCancel {
  background-color: #ff8e4f;
}

.TotalPage
  .TotalPageContent
  .TotalPageContentBoxDelete
  .js_shareDeleteConfirm:hover,
.TotalPage
  .TotalPageContent
  .TotalPageContentBoxDelete
  .js_shareDeleteCancel:hover {
}

.highcharts-tooltip {
  z-index: 1000 !important; /* Ajuste este valor conforme necessário */
}

.js_NotifyError {
  position: absolute;
  right: 0;
  bottom: -22px;
  color: red;
  font-size: 12px;
}

.SVModal,
.ModalAddArtists {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 999;
}

.SVModal .SVModalBox,
.ModalAddArtists .ModalAddArtistsBox {
  width: 90%;
  max-width: 800px;
  background-color: var(--surface-highest-color);
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  color: var(--on-surface-variant-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  display: none;
  position: relative;
}

.SVModalBoxClose {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  font-size: 0.8em;
  cursor: pointer;
  z-index: 1000;
  color: var(--on-surface-color);
}

.SVModal .SVModalBox {
  max-height: 90dvh;
}
.SVModal .SVModalBox .SVModalContent {
  overflow-y: auto;
  max-height: calc(90dvh - 220px);
  padding: 0 10px;
  margin: 10px;
}

.SVModal.open {
  display: flex;
}
.SVModal.open .SVModalBox {
  display: block;
}
body:has(.SVModal.open) {
  overflow: hidden;
}

.SVModal .SVModalBox header,
.ModalAddArtists .ModalAddArtistsBox header {
  text-align: center;
  padding: 40px 0 0;
  margin-bottom: 30px;
}
.SVModal .SVModalBox header {
  padding: 20px 0 0;
}

.SVModal .SVModalBox header h2,
.ModalAddArtists .ModalAddArtistsBox header h2 {
  color: var(--on-surface-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ModalAddArtists .ModalAddArtistsBox header h2 b {
  color: red;
  font-size: 30px;
}

.SVModal .SVModalBox header p,
.ModalAddArtists .ModalAddArtistsBox header p {
  padding: 10px 60px;
  font-weight: 400;
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxInput {
  margin-bottom: 30px;
  padding: 0 50px;
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxInput input {
  color: #9087a3;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #dddae3;
  border: 1px solid #d6d0e1;
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxInput input:focus {
  /*outline: 1px solid #FF8E4F;*/
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxReturn {
  padding: 20px;
  margin: 0 30px 30px;
  text-align: center;
  max-height: 300px;
  overflow: auto;
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxReturn li {
  margin-bottom: 10px;
  background-color: #4c3c69;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxReturn li:last-child {
  margin-bottom: 0;
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxReturn li:hover {
  background-color: var(--color-dez);
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxReturn li img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 5px;
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxBtns {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SVModal .SVModalBox .SVModalBoxBtns {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 40px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.SVModal .SVModalBox .SVModalBoxBtns {
  padding: 20px;
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxBtnsConclude,
.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxBtnsEdit {
  display: block;
  width: 95px;
  flex-shrink: 0;
  border-radius: 5px;
  color: #fff;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  margin: 0 8px;
  cursor: pointer;
  text-align: center;
}

.SVModal .SVModalBox .SVModalBoxBtnsConclude,
.SVModal .SVModalBox .SVModalBoxBtnsCancel {
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 8px;
  cursor: pointer;
  text-align: center;
  padding: 12px 24px;
}

.SVModal .SVModalBox .SVModalBoxBtnsConclude,
.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxBtnsConclude {
  background: var(--primary-color);
}

.SVModal .SVModalBox .SVModalBoxBtnsCancel {
  background: var(--surface-color);
  color: var(--on-surface-color);
}

.ModalAddArtists .ModalAddArtistsBox .ModalAddArtistsBoxBtnsEdit {
  background: #ff8e4f;
}

.ConfirmBox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
}

.ConfirmBox .ConfirmBoxBlock {
  width: 90%;
  max-width: 700px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  color: #75717e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  display: none;
}

.ConfirmBox .ConfirmBoxBlock header {
  border-bottom: 1px solid rgba(41, 41, 41, 0.07);
  text-align: center;
  padding: 0 20px 20px 0;
  margin-bottom: 30px;
}

.ConfirmBox .ConfirmBoxBlock header h2 {
  color: #292929;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ConfirmBox .ConfirmBoxBlock header h2 b {
  color: red;
  font-size: 30px;
}

.ConfirmBox .ConfirmBoxBlock header p {
  padding: 0 40px;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockInfo .ConfirmBoxBlockInfoLeft,
.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockInfo .ConfirmBoxBlockInfoRight {
  flex-basis: 50%;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockInfo .ConfirmBoxBlockInfoLeft {
  padding: 0 30px;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockInfo .ConfirmBoxBlockInfoLeft img {
  border-radius: 10px;
  overflow: hidden;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockInfo .ConfirmBoxBlockInfoRight ul {
  font-size: 20px;
  margin-bottom: 10px;
}

.ConfirmBox
  .ConfirmBoxBlock
  .ConfirmBoxBlockInfo
  .ConfirmBoxBlockInfoRight
  ul:last-child {
  margin-bottom: 0px;
}

.ConfirmBox
  .ConfirmBoxBlock
  .ConfirmBoxBlockInfo
  .ConfirmBoxBlockInfoRight
  ul
  li {
  padding: 2px 0;
}

.ConfirmBox
  .ConfirmBoxBlock
  .ConfirmBoxBlockInfo
  .ConfirmBoxBlockInfoRight
  ul.ConfirmBoxBlockInfoRightSong {
  font-size: 12px;
}

.ConfirmBox
  .ConfirmBoxBlock
  .ConfirmBoxBlockInfo
  .ConfirmBoxBlockInfoRight
  ul.ConfirmBoxBlockInfoRightSong
  li {
  padding: 2px 0;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockStore {
  border-top: 1px solid rgba(41, 41, 41, 0.07);
  border-bottom: 1px solid rgba(41, 41, 41, 0.07);
  text-align: center;
  padding: 20px 0;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockStore p {
  font-size: 16px;
  padding: 0 30px;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockStore img {
  margin: 0 auto !important;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockBtns {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockBtns .ConfirmBoxBlockBtnsConclude,
.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockBtns .ConfirmBoxBlockBtnsEdit {
  display: block;
  width: 95px;
  flex-shrink: 0;
  border-radius: 5px;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 8px;
  cursor: pointer;
  text-align: center;
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockBtns .ConfirmBoxBlockBtnsConclude {
  background: var(--primary-color);
}

.ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockBtns .ConfirmBoxBlockBtnsEdit {
  background: #ff8e4f;
}

/*.audio-player {
    width: 60px;
    height: 60px;
    background-color: #9F00FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #9F00FF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.audio-player:hover{
    background-color: var(--color-nove);
}

.audio-player svg {
    width: 27px;
    height: 27px;
    fill: white;
}*/

.customAudio_audio-player {
  /*width: 300px;*/
  margin: 36px auto 0;
  text-align: center;
  position: relative;
  font-size: 12px;
}

.customAudio_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.customAudio_play-pause {
  cursor: pointer;
  padding: 5px 7px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  user-select: none;
}

.customAudio_play-pause svg {
  width: 20px;
  height: 20px;
}

#customAudio_current-time,
#customAudio_duration {
  width: 45px;
  text-align: center;
  color: var(--on-surface-color);
}

.customAudio_progress-container {
  width: 100%;
  height: 10px;
  background: var(--on-surface-color);
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.customAudio_progress {
  height: 100%;
  background: var(--primary-color);
  width: 0;
  border-radius: 5px;
}

.customAudio_salve {
  position: absolute;
  bottom: -50px;
  right: 0;
  cursor: pointer;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  color: #fff;
  padding: 6px 15px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.36px;
}

.customAudio_salve:hover {
  background: var(--color-nove);
}

.customAudio_preview {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
}

.elipse {
  width: 1610.224px;
  height: 592.37px;
  transform: rotate(-130.005deg);
  flex-shrink: 0;
  border-radius: 1610.224px;
  background: linear-gradient(
    282deg,
    #181648 33.61%,
    #8c0fa1 56.1%,
    #ff8e4f 71.58%
  );
  mix-blend-mode: screen;
  filter: blur(545.7534790039062px);
  position: relative;
  top: -700px;
  right: -700px;
  z-index: -100;
}

.IconOpacity {
  /*background: url("images/icon.png");*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  display: flex !important;
  flex-wrap: wrap;
  width: 1080px;
  /*    width: 80%;
            min-width: 1080px;*/
  padding: 0 12px;
}

.select2 {
  width: 100% !important;
}

.select2-dropdown,
.select2-selection--single,
.select2-selection--multiple {
  /*border: 0.5px solid #FFF !important;*/
  border: 1px solid var(--input-border-color) !important;
  padding: 14px;
  font-size: 12px;
  font-weight: 300;
  background: none !important;
}

.select2-dropdown {
  background-color: var(--surface-color) !important;
  margin-top: -1px;
  padding: 10px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  height: 47px;
  border-color: var(--input-border-color) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #a5a5a5;
}

.select2-selection__choice {
  background: none !important;
  color: #a5a5a5;
  border-color: #a5a5a5 !important;
}

.select2-results__option {
  padding: 4px;
  font-size: 13px;
}

.select2-results__option--selectable {
  font-weight: 400;
}

.select2-search__field {
  padding: 14px;
}

.select2-results__option--selected {
  background: none !important;
  color: var(--primary-color);
  font-weight: 400;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0.5px solid var(--surface-border-color) !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: none !important;
  color: var(--on-surface-color) !important;
  font-weight: 400;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable:hover {
  color: var(--primary-color) !important;
}

select.theme,
input.theme {
  border-radius: 3.281px;
  /*border: 0.5px solid #FFF !important;*/
  background-color: var(--surface-color);
  color: var(--on-surface-color);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: -0.05px;
}

.BorderColorRed {
  border-color: red !important;
}

select.theme {
  border-radius: 3.281px;
  border: 0.5px solid var(--input-border-color) !important;
  background-color: var(--surface-color);
  background-image: url("images/BgSelect.png");
  background-size: auto 100%;
  background-position: right -1px center;
  color: #a5a5a5;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: -0.05px;
}

select.theme:focus {
  outline: none;
}

body {
  background-color: var(--background-color) !important;
  background: var(--background-image);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  background-attachment: fixed;
  color: var(--on-background-color);
  /*display: flex;*/
  position: relative;
  min-height: 100vh;
  padding-bottom: 120px;
}

a {
  transition-duration: 0.3s;
}

input,
select {
}

input {
  background: none;
  border: 0.5px solid var(--input-border-color);
  border-radius: 4px;
  color: var(--on-surface-color);
}

input:focus {
  outline: 1px solid var(--primary-color);
}

input.InputErro {
  border: 1px solid var(--negative-color);
}

form label {
  position: relative;
}

form label .inputInfo {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: var(--negative-color);
  font-size: 0.8em;
}

.BoxLoad {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.Login {
  background-image: url("images/BG.webp");
  opacity: 0.3;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.LoginBox {
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  min-height: 100%;
  height: auto;
  flex-shrink: 0;
  border-right: 0.5px solid #4d4d4d;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 0 24px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.LoginBoxForm {
  opacity: 1;
  flex-basis: 60%;
  color: var(--color-tres);
  padding: 24px 0;
}

.LoginBoxForm header {
  margin-bottom: 28px;
  text-align: center;
}

.LoginBoxForm header svg {
  margin-bottom: 28px;
}

.LoginBoxForm header h1 {
  font-size: 1.8em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.LoginBoxForm header p {
  font-size: 0.9em;
  font-weight: 300;
  font-style: normal;
  line-height: 150%; /* 24px */
  letter-spacing: -0.08px;
}

.LoginBoxForm .formInfo {
  font-size: 0.9em;
  font-weight: 300;
  font-style: normal;
  line-height: 150%; /* 24px */
  letter-spacing: -0.08px;
  padding: 12px;
  text-align: center;
  margin-bottom: 28px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
}

.LoginBoxForm .formInfo.erro {
  background-color: var(--negative-color);
}

.LoginBoxForm .formInfo.sucesso {
  background-color: var(--color-seis);
}

.LoginBoxForm .formInfo.info {
  background-color: var(--color-cinco);
}

.LoginBoxForm label {
  margin-bottom: 28px;
  display: block;
}

.LoginBoxForm label .FormTitle {
  margin-bottom: 8px;
  font-size: 0.75em;
  font-weight: 300;
  display: block;
}

.LoginBoxForm label .FormTitle {
  margin-bottom: 8px;
  font-size: 0.75em;
  font-weight: 300;
  display: block;
}

.LoginBoxForm label.label_check {
  cursor: pointer;
  display: flex;
  font-size: 0.7em;
  font-weight: 300;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  flex-basis: 100%;
  color: #fff;
}

.LoginBoxForm label.label_check input {
  width: auto !important;
  margin-right: 8px;
  padding: 4px;
  background: none !important;
  outline: none !important;
}

.LoginBoxForm label.label_check a {
  text-decoration: none;
  color: #fff;
  margin: 0 2px;
  font-weight: 600;
}

.LoginBoxForm label.label_check a:hover {
  color: var(--primary-color);
  transition-duration: 0.3s;
}

.LoginBoxForm label .LoginBoxFormBtn {
  width: 100%;
  background-color: var(--primary-color);
  padding: 14px;
  font-weight: 300;
  border-radius: 4px;
  position: relative;
}

.LoginBoxForm label .LoginBoxFormBtn:hover {
  background-color: var(--color-dois);
}

.LoginBoxForm label .LoginBoxFormBtn .form_load {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
  width: 40px;
}

.LoginBoxForm .LoginBoxFormLinks {
  display: flex;
  justify-content: space-around;
  font-size: 0.7em;
  font-weight: 300;
}

.LoginBoxForm .LoginBoxFormLinks a {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-tres);
}

.LoginBoxForm .LoginBoxFormLinks a span {
  margin-right: 8px;
}

.LoginBoxForm .LoginBoxFormLinks a:last-child {
  justify-content: flex-end;
}

.LoginBoxForm .LoginBoxFormLinks a:hover {
  color: var(--primary-color);
}

.Menu {
  width: 235px;
  height: 100%;
  top: 0;
  left: 0;
  flex-shrink: 0;
  border-right: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  position: fixed;
}

.Menu .Logo {
  display: flex;
  border-bottom: 0.5px solid var(--surface-border-color);
  height: 100px;
  justify-content: center;
  align-items: center;
}

.Menu .Logo img {
  width: 136px;
}

.Menu ul {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 28px 0 28px 0;
}

.Menu ul li {
  /*margin-bottom: 4px;*/
}

.Menu ul li a {
  color: var(--on-surface-color);
  text-decoration: none;
  padding: 14px 0 14px 20px;
  padding-right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.Menu ul li a svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
.Menu ul li a svg > path {
  stroke: var(--on-surface-color);
}
.Menu ul li a svg g path {
  fill: var(--on-surface-color);
}
.Menu ul li a:hover svg > path,
.Menu .MenuSub a.MenuActive svg > path,
.Menu ul li a.MenuActive svg > path {
  stroke: var(--on-primary-color);
}
.Menu ul li a:hover svg g path,
.Menu .MenuSub a.MenuActive svg g path,
.Menu ul li a.MenuActive svg g path {
  fill: var(--on-primary-color);
}

.Menu ul li a:hover {
  background-color: var(--primary-color);
  color: var(--on-primary-color);
}

.Menu .MenuSub {
  margin: 0;
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.Menu .MenuSub li {
  margin: 2px 10px;
}

.Menu .MenuSub li:last-child {
  /*margin-bottom: 0px;*/
}

.Menu .MenuSub a {
  padding: 8px 0 8px 36px;
  border-radius: 5px;
}

.Menu .MenuSub a:hover {
  background-color: var(--primary-color);
  color: var(--on-primary-color);
}

.Menu .MenuSub a.MenuActive,
.Menu ul li a.MenuActive {
  background-color: var(--primary-color);
  color: var(--on-primary-color);
}

.Menu .MenuSub svg {
  height: 10px;
  width: 10px;
}

.Header {
  display: flex;
  margin-left: 235px;
  height: 100px;
  border-bottom: 0.5px solid var(--surface-border-color);
  background: rgba(var(--surface-color), 0.35);
  backdrop-filter: blur(10px);
}

.Header .content {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
}

.Header .content .HeaderAccount {
  width: 400px;
  position: relative;
}

.Header .content .HeaderAccount {
  display: block;
}

.Header .content .MobileHeaderAccount {
  display: none;
}

.Header .content .HeaderAccount img {
  width: 32px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.Header .content .HeaderAccount h2 {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: lowercase;
}

.Header .content .HeaderAccount h2::first-letter {
  text-transform: uppercase;
}

.Header .content .HeaderAccount p {
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}

.Header .content .HeaderAccount a {
  color: #623cea;
  position: absolute;
  font-weight: 600;
  left: 200px;
  top: 0;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 0.8em;
}

.Header .content .HeaderAccount a:hover {
  background-color: #623cea;
  color: #fff;
}

.Header .HeaderMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Header .HeaderMenu a {
  margin-left: 12px;
}

.Header .HeaderMenu a svg path {
  stroke: var(--on-surface-color);
}

.Header .HeaderMenu .HeaderMenuMobile {
  display: none;
  cursor: pointer;
}

.Header .MobileHeaderInfo {
  display: none;
}

.Header .HeaderInfo {
  flex-basis: 322px;
  height: 51px;
  border-radius: 4.71px;
  border: 0.487px solid var(--surface-border-color);
  background: var(--surface-color);
  margin-right: 36px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}

.Header .HeaderInfo .HeaderInfoIcon {
  flex-basis: 43px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0.487px solid var(--surface-border-color);
  background: var(--surface-color);
}

.Header .HeaderInfo .HeaderInfoIcon svg {
  fill: #ffd541;
}

.Header .HeaderInfo .HeaderInfoIcon svg:hover {
  fill: var(--on-surface-color); /* Cor ao passar o mouse */
}

.Header .HeaderInfo .HeaderInfoBlock {
  flex-basis: calc(100% - 43px);
  height: 100%;
  padding: 4px 12px;
  color: var(--on-surface-color);
  text-align: right;
  font-family: Inter;
  font-size: 10.977px;
  font-style: normal;
  font-weight: 600;
  line-height: 144%; /* 15.807px */
  letter-spacing: -0.439px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Header .HeaderInfo .HeaderInfoBlockText {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

Header .HeaderInfo .HeaderInfoBlockText p {
  margin: 0 !important;
}

.Header .HeaderInfo .HeaderInfoBlockBar {
  flex-basis: 100%;
  border-radius: 3.64px;
  background: var(--surface-highest-color);
  height: 7px;
}

.Header .HeaderInfo .HeaderInfoBlockBarProgress {
  width: 0%;
  display: block;
  border-radius: 3.64px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  height: 7px;
}

.Body {
  margin-left: 235px;
}

.Body h1 {
  color: var(--on-background-color);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}

.Body h2 {
  color: var(--on-background-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}

.Body .BodyFold1 {
  margin: 36px 0;
  flex-basis: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*align-items: center;*/
}

.Body .BodyFold1 .ExtractBlockLeftWallet {
}

.Body .BodyFold1 .BodyFold1Block1,
.Body .BodyFold1 .BodyFold1Block2 {
  flex-basis: calc(50% - 28px);
  height: 228px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 0.7px solid var(--surface-border-color);
  background: var(--surface-color);
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Body .BodyFold1 .BodyFold1Block1 .BodyFold1Block1Title {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
  flex-basis: 100%;
}

.Body .BodyFold1 .BodyFold1Block1 .BodyFold1Block1Title svg {
  margin-right: 8px;
}

.Body .BodyFold1 .BodyFold1Block1 .BodyFold1Block1Info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}

.Body .BodyFold1 .BodyFold1Block1 .BodyFold1Block1Info p {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.Body
  .BodyFold1
  .BodyFold1Block1
  .BodyFold1Block1Info
  .BodyFold1Block1InfoWithdrawal {
  width: 147px;
  height: 41.232px;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: var(--primary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.Body
  .BodyFold1
  .BodyFold1Block1
  .BodyFold1Block1Info
  .BodyFold1Block1InfoWithdrawal:hover {
  background-color: var(--color-nove);
}

.Body .BodyFold1 .BodyFold1Block2 {
  display: block;
  padding-top: 26px;
}

.Body .BodyFold1 .BodyFold1Block2 .BodyFold1Block2Title {
  color: var(--on-background-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.Body .BodyFold1 .BodyFold1Block2 .BodyFold1Block2Info {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
  max-width: 271px;
  width: auto;
  margin-bottom: 20px;
  margin-left: 32px;
}

.Body .BodyFold1 .BodyFold1Block2 a {
  width: 147px;
  height: 41.232px;
  flex-shrink: 0;
  color: var(--on-primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: var(--primary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 32px;
}

.Body .BodyFold1 .BodyFold1Block2 a:hover {
  background-color: var(--color-nove);
}

.Body .BodyFold2 {
  flex-basis: 100%;
  margin-bottom: 36px;
}

.Body .BodyFold2 .BodyFold2Block {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  border: 1px solid var(--surface-border-color);
  background: var(--surface-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
}

.Body .BodyFold2 .BodyFold2Block header h3 {
  color: var(--on-surface-color);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 142%; /* 42.6px */
  letter-spacing: -0.6px;
}

.Body .BodyFold2 .BodyFold2Block header p {
  color: var(--on-background-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 142%; /* 22.72px */
  letter-spacing: -0.32px;
}

.Body .BodyFold2 .BodyFold2Block a {
  width: 195px;
  height: 41px;
  flex-shrink: 0;
  color: var(--on-primary-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: var(--primary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.Body .BodyFold2 .BodyFold2Block a:hover {
  background-color: var(--color-nove);
}

.Body .BodyFold4 {
  flex-basis: 100%;
  margin-bottom: 36px;
}

.Body .BodyFold4 .BodyFold4Block {
  margin-top: 16px;
  border-radius: 10px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px;
}

.Body .BodyFold4 .BodyFold4Block ul {
  flex-basis: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--surface-border-color);
  padding: 15px 0;
}

.Body .BodyFold4 .BodyFold4Block ul:first-child {
  padding-top: 0;
}

.Body .BodyFold4 .BodyFold4Block ul:last-child {
  border: none;
  padding-bottom: 0;
}

.Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(1) {
  flex-basis: 400px;
}

.Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(1) img {
  float: left;
  margin-right: 20px;
  width: 80px;
}

.Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(2) {
  flex-basis: 220px;
}

.Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(3) {
  flex-basis: 72px;
}

.Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(4) {
  flex-basis: 64px;
}

.Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(4) .SongsMusicBlockStatus {
  display: block;
  width: 72px;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
}

.Body
  .BodyFold4
  .BodyFold4Block
  ul
  li:nth-of-type(4)
  .SongsMusicBlockStatus.approved {
  color: var(--on-positive-color);
  font-style: normal;
  font-weight: 500;
  line-height: 12.865px; /* 116.667% */
  background-color: var(--positive-color);
  padding: 4px 8px;
  border-radius: 2px;
}

.Body
  .BodyFold4
  .BodyFold4Block
  ul
  li:nth-of-type(4)
  .SongsMusicBlockStatus.failed {
  color: var(--on-negative-color);
  font-style: normal;
  font-weight: 500;
  line-height: 12.865px; /* 116.667% */
  background-color: var(--negative-color);
  padding: 4px 8px;
  border-radius: 2px;
}

.Body
  .BodyFold4
  .BodyFold4Block
  ul
  li:nth-of-type(4)
  .SongsMusicBlockStatus.pending {
  color: #120227;
  font-style: normal;
  font-weight: 500;
  line-height: 12.865px; /* 116.667% */
  background-color: #ffe500;
  padding: 4px 8px;
  border-radius: 2px;
}

.Body .BodyFold4 .BodyFold4Block ul li h2 {
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  margin-bottom: 8px;
}

.Body .BodyFold4 .BodyFold4Block ul li p {
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.Body .BodyFold4 .BodyFold4Block ul li .smartLink {
  color: var(--on-primary-color);
  text-decoration: none;
  cursor: pointer;
  font-size: 0.7em;
  padding: 3px 6px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  display: block;
}

.Body .BodyFold4 .BodyFold4Block ul li .smartLink.generate_smartlink,
.Body .BodyFold4 .BodyFold4Block ul li .smartLink.generate_presave {
  color: var(--on-surface-high-color);
  background-color: var(--surface-high-color);
}

.Body .BodyFold4 .BodyFold4Block ul li .smartLink.generate_smartlink:hover,
.Body .BodyFold4 .BodyFold4Block ul li .smartLink.generate_presave:hover {
  color: var(--on-primary-color);
  background-color: var(--primary-color);
}

.Body .BodyFold4 .BodyFold4Block ul li .smartLink:hover {
  background-color: var(--color-nove);
}

.Body .BodyFold4 .BodyFold4Block ul li .smartLink.pending_smartlink,
.Body .BodyFold4 .BodyFold4Block ul li .smartLink.pending_presave {
  background-color: transparent;
  border: none;
  color: var(--on-surface-color);
  cursor: default;
}

.Body .BodyFold4 .BodyFold4Block .BodyFold4BlockInfo {
  margin-top: auto;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
}

.Body .BodyFold5 {
  flex-basis: 100%;
  margin-bottom: 36px;
  position: relative;
}

.Body .BodyFold5 .BodyFold5Header {
  margin: 10px 0;
}

.Body .BodyFold5 .BodyFold5Header h2 {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 400;
}

.Body .BodyFold5 .BodyFold5Header p {
  flex-basis: 100%;
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /*margin-top: 4px;*/
}

.Body .BodyFold5 .VideoTutorial {
  position: absolute;
  top: 15px;
  right: 0;
  border-radius: 4px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--on-primary-color);
  padding: 5px 8px;
  font-size: 0.8em;
  cursor: pointer;
}

.Body .BodyFold5 .BodyFold5Block {
  margin-top: 16px;
  border-radius: 10px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}

.Body .BodyFold5 .BodyFold5Block .BodyFold5BlockHeader,
.performanceFilters {
  height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.Body .BodyFold5 .BodyFold5Block .BodyFold5BlockInfo {
  border-radius: 8.967px;
  height: 385px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--surface-highest-graphic-color);
}

.BodyFold6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 100%;
  margin-bottom: 36px;
}

.BodyFold6 h2 {
  flex-basis: 100%;
}

.BodyFold6 .BodyFold6Block {
  flex-basis: calc(33% - 12px);
  border-radius: 4px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  position: relative;
  margin-top: 16px;
}

.BodyFold6 .BodyFold6Block .BodyFold6BlockHeader {
  border-radius: 4px;
  background: var(--primary-color);
  padding: 24px;
  margin-bottom: 24px;
}

.BodyFold6 .BodyFold6Block .BodyFold6BlockHeader h2 {
  color: var(--on-primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

.BodyFold6 .BodyFold6Block .BodyFold6BlockHeader p {
  color: var(--on-primary-variant-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}

.BodyFold6 .BodyFold6Block .BodyFold6BlockText {
  position: relative;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.BodyFold6 .BodyFold6Block .BodyFold6BlockText#TopMusics {
  padding: 0 10px;
}

.BodyFold6 .BodyFold6Block .BodyFold6BlockText #TopDsps {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.BodyFold6 .BodyFold6Block .BodyFold6BlockStore {
  position: absolute;
  right: 0;
  bottom: -32px;
  text-align: center;
  width: 100%;
}

.BodyFold6 .BodyFold6Block .BodyFold6BlockStore img {
  width: 300px;
}

.BodyFold7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 100%;
}

.BodyFold7 h2 {
  flex-basis: 100%;
  margin-bottom: 16px;
  margin-top: 32px;
}

.BodyFold7 .BodyFold7Block {
  flex-basis: calc(33% - 25px);
  text-align: center;
}

/*DISTRIBUIR SINGLE*/

.Single {
  margin-left: 235px;
}

.Single .SingleLine {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--on-background-color);
  margin: 60px 0 80px !important;
  flex-basis: 100%;
  opacity: 0.5;
}

.Single header {
  margin: 40px 0;
  flex-basis: 100%;
  position: relative;
}

.Single header h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.Single header p {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.Single header .WebVideoTutorial {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--on-primary-color);
  padding: 5px 8px;
  font-size: 0.8em;
  cursor: pointer;
}

.Single header .WebVideoTutorial:hover {
  background-color: var(--color-nove);
}

.Single form {
  flex-basis: 100%;
}

.Single form .SingleHeaderArtist {
  margin-bottom: 50px;
}

.Single form .SingleHeaderArtist h2 {
  margin-bottom: 12px;
}

.Single form .SingleHeaderArtist p {
  font-size: 12px;
  /*color: var(--on-surface-color);*/
}

.Single form .btnUpcIsrc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.Single form .btnUpcIsrcYes,
.Single form .btnUpcIsrcNo {
  font-size: 14px;
  margin-top: 10px;
  display: flex;
  cursor: pointer;
  color: var(--on-surface-color);
  align-items: center;
  flex-basis: 100%;
}

.Single form .btnUpcIsrcYes span,
.Single form .btnUpcIsrcNo span {
  font-size: 20px;
}

.Single form .btnUpcIsrcYes p,
.Single form .btnUpcIsrcNo p {
  margin-left: 15px;
}

.Single form .btnUpcIsrcYes span:hover,
.Single form .btnUpcIsrcNo span:hover {
  color: var(--primary-color);
}

.Single form .SingleArtistRetorn {
  flex-basis: 100%;
  text-align: center;
  padding: 15px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  margin-top: 4px;
  position: absolute;
  width: 100%;
  border-radius: 3px;
  z-index: 100;
}

.Single form .SingleArtistRetorn .SingleArtistRetornBtn {
  font-size: 14px;
  padding: 8px;
  background-color: var(--primary-color);
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;

  width: 100%;
  display: block;
  color: var(--on-primary-color);
}

.Single form .SingleArtistRetorn .SingleArtistRetornBtn:hover {
  filter: brightness(0.9);
}

.loaderBars {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(var(--on-background-color) 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: animationLoaderBars 1s infinite linear;
}

.loaderButtonBars {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(var(--on-primary-color) 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: animationLoaderBars 1s infinite linear;
}

@keyframes animationLoaderBars {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}

.Single form .SingleArtistRetorn .SingleArtistRetornView li:hover {
  color: var(--on-primary-color);
}

.Single form .SingleArtistRetorn ul {
  text-align: left;
  font-size: 13px;
}

.Single form .SingleArtistRetorn ul li {
  margin-bottom: 5px;
  cursor: pointer;
  padding: 5px;
}

.Single form .SingleArtistRetorn ul li:last-child {
  margin-bottom: 0;
}

/* CHECKOUT STYLES */

/* Checkout Content */
.CheckoutContent {
  background-color: var(--surface-high-color);
  padding: 20px;
  text-align: left;
  border-radius: 12px;
}

.CheckoutContent h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--on-surface-color);
  margin: 0 0 8px 0;
  letter-spacing: -0.02em;
}

.CheckoutContent > p {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px;
  color: var(--on-surface-variant-color);
  line-height: 1.5;
}

/* Payment Method Selection */
.CheckoutPaymentMethod {
  margin-bottom: 30px;
}

.CheckoutPaymentMethod h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--on-surface-color);
  margin: 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

.CheckoutPaymentMethodOptions {
  display: flex;
  gap: 15px;
}

.CheckoutPaymentMethodOption {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px 5px 5px 10px;
  background: var(--surface-color);
  border: 2px solid var(--surface-border-color);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.CheckoutPaymentMethodOption:hover {
  border-color: var(--primary-color);
  background: var(--surface-high-color);
}

.CheckoutPaymentMethodOption.active {
  border-color: var(--primary-color);
  background: var(--surface-high-color);
}

.CheckoutPaymentMethodOption.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.CheckoutPaymentMethodOption.disabled:hover {
  border-color: var(--surface-border-color);
  background: var(--surface-color);
}

.CheckoutPaymentMethodOption svg {
  width: 32px;
  height: 32px;
  color: var(--on-surface-variant-color);
  transition: color 0.3s ease;
}

.CheckoutPaymentMethodOption.active svg,
.CheckoutPaymentMethodOption:hover svg {
  color: var(--primary-color);
}

.CheckoutPaymentMethodOption span {
  font-size: 14px;
  font-weight: 500;
  color: var(--on-surface-color);
}
.CheckoutSuccess {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* PIX Form */
.CheckoutFormPix {
  background: var(--surface-color);
  border: 1px solid var(--surface-border-color);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

.CheckoutPixInfo {
  margin-bottom: 20px;
}

.CheckoutPixInfo p {
  font-size: 14px;
  color: var(--on-surface-variant-color);
}

.CheckoutPixQrCode {
  margin-bottom: 20px;
}

.CheckoutPixQrCodeLoading {
  justify-items: center;
  padding: 40px;
}

.CheckoutPixQrCodeLoading p {
  margin-top: 15px;
  font-size: 14px;
  color: var(--on-surface-variant-color);
}

.CheckoutPixQrCodeImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.CheckoutPixQrCodeImage img {
  max-width: 280px;
  width: 100%;
  height: auto;
  border: 2px solid var(--surface-border-color);
  border-radius: 8px;
  padding: 10px;
  background: white;
}

.CheckoutPixQrCodeCopy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.CheckoutPixQrCodeCopy input {
  width: 100%;
  padding: 12px;
  background: var(--surface-high-color);
  border: 1px solid var(--input-border-color);
  border-radius: 8px;
  color: var(--on-surface-color);
  font-size: 12px;
  text-align: center;
  font-family: monospace;
}

.CheckoutPixQrCodeCopyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--primary-color);
  border: none;
  border-radius: 8px;
  color: var(--on-primary-color);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.CheckoutPixQrCodeCopyBtn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.CheckoutPixQrCodeCopyBtn svg {
  width: 20px;
  height: 20px;
}

.CheckoutPixStatus {
  padding-top: 20px;
  border-top: 1px solid var(--surface-border-color);
}

.CheckoutPixStatus p {
  font-size: 14px;
  color: var(--pending-color);
  font-weight: 500;
}

/* Credit Card Form */
.CheckoutFormCreditCard {
  background: var(--surface-color);
  border: 1px solid var(--surface-border-color);
  border-radius: 12px;
  padding: 16px;
}

.CheckoutCreditCardForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.CheckoutFormRow {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.CheckoutFormRow label,
.CheckoutFormRowHalf label {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.CheckoutFormRowHalf {
  flex-direction: row;
  gap: 15px;
}

.CheckoutFormRowHalf label {
  flex: 1;
}

.CheckoutFormLabel {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--on-surface-color);
  margin-bottom: 0;
}

.CheckoutInput {
  width: 100%;
  padding: 12px 14px;
  background: var(--surface-high-color);
  border: 1.5px solid var(--input-border-color);
  border-radius: 8px;
  color: var(--on-surface-color);
  font-size: 14px;
  font-family: inherit;
  transition: all 0.3s ease;
}

.CheckoutInput:focus {
  outline: none;
  border-color: var(--primary-color);
  background: var(--surface-highest-color);
}

.CheckoutInput::placeholder {
  color: var(--on-surface-variant-color);
  opacity: 0.7;
}

.CheckoutInput.invalid:not(:placeholder-shown) {
  border-color: var(--negative-color);
}

.CheckoutInput.invalid:focus:not(:placeholder-shown) {
  border-color: var(--negative-color);
}

.CheckoutSelect {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%239B949F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 45px;
}

.CheckoutSelect option {
  background: var(--surface-high-color);
  color: var(--on-surface-color);
}

/* Button states */
.js_SVModalBoxBtnsConclude.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.js_SVModalBoxBtnsConclude .buttonText {
  display: inline-block;
}

.js_SVModalBoxBtnsConclude .loaderButtonBars {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .CheckoutPaymentMethodOptions {
    flex-direction: column;
  }

  .CheckoutFormRowHalf {
    flex-direction: column;
  }

  .CheckoutFormCreditCard,
  .CheckoutFormPix {
    padding: 20px;
  }

  .SVModal .SVModalBox {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 100dvh;
    max-height: 100dvh;
  }
  .SVModal .SVModalBox .SVModalContent {
    max-height: calc(90dvh - 100px);
  }
}

/* END CHECKOUT STYLES */

.Single form .SingleArtistRetorn ul li:hover {
  background-color: var(--primary-color);
}

.Single form .SingleComposerRetorn {
  flex-basis: 100%;
  text-align: center;
  padding: 15px;
  border: 0.5px solid var(--surface-border-color) !important;
  background: var(--surface-color);
  margin-top: 4px;
  position: absolute;
  width: 100%;
  border-radius: 3px;
  z-index: 100;
}

.Single form .SingleComposerRetorn .SingleComposerRetornBtn {
  font-size: 14px;
  padding: 8px;
  background-color: var(--primary-color);
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  width: 100%;
  display: block;
}

.Single form .SingleComposerRetorn .SingleComposerRetornBtn:hover {
  background-color: var(--color-tres);
}

.Single form .SingleComposerRetorn ul {
  text-align: left;
  font-size: 13px;
}

.Single form .SingleComposerRetorn ul li {
  margin-bottom: 5px;
  cursor: pointer;
  padding: 5px;
}

.Single form .SingleComposerRetorn ul li:last-child {
  margin-bottom: 0;
}

.Single form .SingleComposerRetorn ul li:hover {
  background-color: var(--primary-color);
}

.Single form .formTitle {
  color: var(--on-background-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  display: block;
  margin-bottom: 8px;
}

.Single form .formTitleDesc {
  color: var(--on-background-color);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 8px;
  display: block;
}

.Single form .formLabel100 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px !important;
}

.Single form .formLabel100 label {
  flex-basis: 100%;
}

.Single form .formLabel50 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px !important;
  gap: 16px;
}

.Single form .formLabel50 label {
  flex-basis: 48%;
}

.Single form .formLabel30 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px !important;
}

.Single form .formLabel30 label {
  flex-basis: 30%;
}

.Single form .SingleHeaderArtist {
  margin-bottom: 16px;
}

.Single form input,
.Single form select.themeSelect2 {
  padding: 14px;
  font-size: 12px;
  font-weight: 300;
  border-color: var(--input-border-color);
  outline: none;
  background: none;
}

.Single form select.theme {
  padding: 14px;
  font-size: 12px;
  font-weight: 300;
  /*border-color: #fff !important;*/
  outline: none;
  background-color: transparent;
}

.Single form input[type="file"] {
  cursor: pointer;
}

.Single form h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 32px 0 50px;
}

.Single form .formBlock {
  display: flex;
  margin-top: -20px;
  justify-content: flex-end;
}

.Single form .formBlock .formBlockBtn {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  color: var(--on-primary-color);
  padding: 6px 15px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
}

.Single form .formBlock .formBlockBtn:hover {
  background: var(--color-nove);
}

.Single form .formInterpreter {
  margin: 40px 0 80px;
}

.Single form .formInterpreter .formInterpreterBlock {
  margin: 0 0 10px 0;
  flex-basis: 100%;
  border-radius: 5px;
  border: 1px solid var(--surface-border-color);
  background: var(--surface-color);
  height: 50px;
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  overflow: hidden;
  display: flex;
  align-items: center;
}

.Single form .formInterpreter .formInterpreterBlock b {
  height: 100%;
  flex-basis: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 0 0;
  color: var(--on-primary-color);
  background: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}

.Single form .formInterpreter .formInterpreterBlock p {
  flex-basis: calc(100% - 120px);
}

.Single form .formInterpreter .formInterpreterBlock span {
  height: 100%;
  flex-basis: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-negative-color);
  background: var(--negative-color);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.Single form .formInterpreter .formInterpreterBlock span:hover > svg {
  width: 20px;
  height: 20px;
}

.Single form .formComposerAdd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Single form .formComposerAdd .formComposerAddBtn {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  color: var(--on-primary-color);
  padding: 6px 15px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
  margin-top: 20px;
}

.Single form .formComposerAdd .formComposerAddBtn:hover {
  background: var(--color-nove);
}

.Single form .formComposer {
  margin: 40px 0 80px;
}

.Single form .formComposer .formComposerBlock {
  margin: 0 0 10px 0;
  flex-basis: 100%;
  border-radius: 5px;
  border: 1px solid var(--surface-border-color);
  background: var(--surface-color);
  height: 50px;
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  overflow: hidden;
  display: flex;
  align-items: center;
}

.Single form .formComposer .formComposerBlock b {
  height: 100%;
  flex-basis: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 0 0;
  color: var(--on-primary-color);
  background: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}

.Single form .formComposer .formComposerBlock p {
  flex-basis: calc(100% - 120px);
}

.Single form .formComposer .formComposerBlock span {
  height: 100%;
  flex-basis: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-negative-color);
  background: var(--negative-color);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.Single form .formComposer .formComposerBlock span:hover > svg {
  width: 20px;
  height: 20px;
}

.Single form #fileInputStatus {
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  position: relative;
}

.Single form .fileInputBtn {
  cursor: pointer;
  width: 370px;
  height: 55px;
  text-align: center;
  color: var(--on-primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 14px; /* 100% */
  border-radius: 10px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.Single form .fileInputBtn:hover {
  background: var(--color-nove);
}

.Single form .fileInputBtn svg {
  margin-right: 5px;
}

.Single form #fileInputStatus .loadAudioImg {
  width: 30px;
}

.Single form .formRelease {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.Single form .formRelease .formReleaseDate,
.Single form .formRelease .formReleaseCopyright {
  width: 48%;
}

.Single form .formRelease .formReleaseDate h2 {
}

.Single form .formRelease .formReleaseDate .formReleaseDateTitle {
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  margin: -20px 0 50px 0;
  display: block;
}

.Single form .formRelease .formReleaseDate label {
  width: 100%;
  position: relative;
}

.Single form .formRelease .formReleaseDate label input {
  width: 10px;
  height: 10px;
  border: 0;
  position: absolute;
  top: 30px;
  left: 73px;
}

.Single form .formRelease .formReleaseDate .formReleaseDateBtn {
  width: 400px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--on-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Single form .formRelease .formReleaseDate .formReleaseDateBtnAntecipate {
  margin-top: 12px;
  width: 400px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--on-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Single form .formRelease .formReleaseDate label .formReleaseDateBtn:hover,
.Single
  form
  .formRelease
  .formReleaseDate
  .formReleaseDateBtnAntecipate:hover {
  background-color: var(--color-nove);
}

.Single
  form
  .formRelease
  .formReleaseDate
  label
  .formReleaseDateBtn
  .formReleaseDateReturn {
  color: #fff;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.575px; /* 100% */
  margin-right: 12px;
}

.Single form .formRelease .formReleaseDate .formReleaseDateDescBtb {
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  width: 400px;
  text-align: center;
  margin-top: 20px;
  display: block;
}

.Single form .formRelease .formReleaseCopyright .formReleaseCopyrightTitle {
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  margin: -20px 0 30px 0;
  display: block;
}

.Single form .formRelease .formReleaseCopyright .formLabel50 label:first-child {
  flex-basis: 28%;
}

.Single form .formRelease .formReleaseCopyright .formLabel50 label:last-child {
  flex-basis: 68%;
}

.Single form .formRelease .formReleaseCopyright .formLabel100 .formTitle {
  color: var(--on-background-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  margin-bottom: 8px;
}

.Single form .formCover {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.Single form .formCover .formCoverInput,
.Single form .formCover .formCoverBlock {
  flex-basis: 48%;
}

.Single form .formCover .formCoverBlock .loadCoverBlock {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}

.Single form .formCover .formCoverBlock .loadCoverBlock img.loadCover {
  width: 50px;
}

.Single form .formCover .formCoverInput h2 {
  margin-top: 0;
  position: relative;
}

.Single form .formCover .formCoverInput .formCoverInputTitle {
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 100% */
  display: block;
  margin-top: -20px;
  margin-bottom: 30px;
}

.Single form .formCover .formCoverInput .formCoverInputFile {
  margin-bottom: 80px;
}

.Single form .formCover .formCoverInput .formCoverInputFile input {
  display: none;
}

.Single form .formCover .formCoverInput .formCoverInputFile label {
  cursor: pointer;
  width: 370px;
  height: 55px;
  text-align: center;
  color: var(--on-primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 14px; /* 100% */
  border-radius: 10px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.Single form .formCover .formCoverInput .formCoverInputFile label:hover {
  background: var(--color-nove);
}

.Single form .formCover .formCoverInput .formCoverInputFile label svg {
  margin-right: 5px;
}

.Single form .formCover .formCoverInput .formCoverInputInfo {
  padding: 32px;
  border-radius: 9px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  position: relative;
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 158.333% */
}

.Single form .formCover .formCoverInput .formCoverInputInfo ul {
  margin: 12px 0 12px 5px;
}

.Single form .formCover .formCoverInput .formCoverInputInfo ul li {
  list-style: outside;
}

.Single
  form
  .formCover
  .formCoverInput
  .formCoverInputInfo
  .formCoverInputInfoClose {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  position: absolute;
  top: -20px;
  right: -20px;
}

.Single form .formCover .formCoverBlock {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Single form .formCover .formCoverBlock .formCoverBlockImage {
  border-radius: 17.376px;
  border: 0.5px solid rgba(241, 217, 255, 0.2);
  width: 480px;
  height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Single form .formBtnSubmit {
  cursor: pointer;
  width: 100%;
  height: 60px;
  text-align: center;
  color: var(--on-primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 14px; /* 100% */
  border-radius: 6px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  position: relative;
}

.Single form .formBtnSubmit .form_load {
  position: absolute;
  right: 20px;
  width: 30px;
}

.Single form .formBtnSubmit:hover {
  background: var(--color-nove);
}

.Single .content header .MobileVideoTutorial {
  display: none;
}

/*CATÁLAGO*/

.Songs {
  margin-left: 235px;
}

.Songs .SongsLine {
  width: 100%;
  height: 1px;
  background-color: rgba(241, 217, 255, 0.2);
  margin: 60px 0 80px !important;
  flex-basis: 100%;
  opacity: 0.5;
}

.Songs header {
  margin: 40px 0;
  flex-basis: 100%;
}

.Songs header h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.Songs header p {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.Songs .SongsFilter {
  display: flex;
  justify-content: flex-end;
  flex-basis: 100%;
  margin-bottom: 50px;
  position: relative;
}

.Songs .SongsFilter .SongsFilterTitle {
  position: absolute;
  left: 0;
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

.Songs .SongsFilter .select2-selection--single {
  height: 56px;
  border: 0.5px solid rgba(155, 148, 159, 0.5) !important;
  border-radius: 8px;
  width: 100%;
}

.Songs .SongsFilter .select2-selection__rendered {
  /*line-height: 10px;*/
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.07px;
}

.Songs .SongsFilter .select2-selection__arrow {
  background-color: var(--primary-color);
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
}

.Songs .SongsFilter .select2-selection__arrow b {
  border: none !important; /* Remove default arrow */
  background: url("images/svg/arrow.svg") no-repeat center center;
  background-size: contain;
  width: 10px; /* Adjust width */
  height: 7px; /* Adjust height */
  display: block;
}

.Songs .SongsFilter label {
  flex-basis: 370px;
}

.Songs .SongsFilter label:first-child {
  margin-right: 30px;
}

.Songs .SongsFilter label select {
  height: 56px;
}

.Songs .SongsMusic {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*align-items: center;*/
}

.Songs .SongsMusic .SongsMusicBlock {
  flex-basis: 18%;
  margin: 0 1% 30px 1%;
  position: relative;
}

.Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockDel {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  background-color: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 0.8em;
  cursor: pointer;
}

.Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockDel:hover {
  color: #fff;
  background-color: red;
}

.Songs .SongsMusic .SongsMusicBlock img {
  width: 100%;
}

.Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockStatus {
  display: block;
  margin: 20px 0;
  width: 68px;
  padding: 5px 0;
  text-align: center;
}

.Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockStatus.approved {
  color: #fff;
  font-size: 11.027px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.865px; /* 116.667% */
  background-color: var(--positive-color);
  padding: 4px 8px;
  border-radius: 2px;
}

.Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockStatus.distributed {
  color: #fff;
  font-size: 11.027px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.865px; /* 116.667% */
  background-color: #0a74c5;

  padding: 4px 8px;
  border-radius: 2px;
}

.Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockStatus.failed {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.865px; /* 116.667% */
  background-color: #f00;

  padding: 4px 8px;
  border-radius: 2px;
}

.Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockStatus.analyzing {
  color: #fff;
  font-size: 10.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.865px; /* 116.667% */
  background-color: #f79119;

  padding: 4px 8px;
  border-radius: 2px;
}

.Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockStatus.pending {
  color: #120227;
  font-size: 11.027px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.865px; /* 116.667% */
  background-color: #ffe500;

  padding: 4px 8px;
  border-radius: 2px;
}

.Songs .SongsMusic .SongsMusicBlock h2 {
  color: var(--on-background-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
  position: relative;
}

.Songs .SongsMusic .SongsMusicBlock h2 .smartLink {
  position: absolute;
  text-decoration: none;
  top: -40px;
  right: 10px;
  color: var(--on-primary-color);
  font-size: 0.7em;
  cursor: pointer;
  background-color: var(--primary-color);
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  padding: 2px 4px;
}

.Songs .SongsMusic .SongsMusicBlock h2 .smartLink:hover {
  background-color: var(--color-nove);
}

.Songs .SongsMusic .SongsMusicBlock h2 .smartLink.generate_smartlink,
.Songs .SongsMusic .SongsMusicBlock h2 .smartLink.generate_presave {
  color: var(--on-surface-high-color);
  background-color: var(--surface-high-color);
}

.Songs .SongsMusic .SongsMusicBlock h2 .smartLink.generate_smartlink:hover,
.Songs .SongsMusic .SongsMusicBlock h2 .smartLink.generate_presave:hover {
  color: var(--on-primary-color);
  background-color: var(--primary-color);
}

.Songs .SongsMusic .SongsMusicBlock h2 .smartLink:hover {
  background-color: var(--color-nove);
}

.Songs .SongsMusic .SongsMusicBlock h2 .smartLink.pending_smartlink,
.Songs .SongsMusic .SongsMusicBlock h2 .smartLink.pending_presave {
  background-color: transparent;
  border: none;
  color: var(--on-surface-color);
  cursor: default;
}

.Songs .SongsMusic .SongsMusicBlock p {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 116.667% */
  margin: 5px 0;
}

.Songs .SongsMusic .SongsMusicPagination {
  flex-basis: 100%;
  text-align: center;
  margin-top: 30px;
}

.Songs .SongsMusic .SongsMusicPagination a {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.Songs .SongsMusic .SongsMusicPagination a:hover {
  background-color: var(--color-nove);
}

.Songs .SongsMusic .SongsMusicPagination .active {
  background-color: var(--color-nove);
  border: 1px solid var(--primary-color);
}

/*CONTA BANCÁRIA*/

.Bank {
  margin-left: 235px;
}

.Bank form {
  flex-basis: 100%;
}

.Bank .BankLine {
  width: 100%;
  height: 1px;
  background-color: rgba(241, 217, 255, 0.2);
  margin: 20px 0 50px !important;
  flex-basis: 100%;
  opacity: 0.5;
}

.Bank header {
  margin: 40px 0;
  flex-basis: 100%;
}

.Bank header h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.Bank header p {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.Bank .BankFilter {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Bank .BankFilter .theme {
  height: 42px;
  font-size: 14px;
}

.Bank .BankFilter label .BankFilterTitle {
  display: block;
  margin-bottom: 12px;
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.07px;
}

.Bank .BankFilter .BankFilterType {
  flex-basis: 200px;
}

.Bank .BankFilter .BankFilterSelect {
  flex-basis: calc(100% - 220px);
  display: flex;
  justify-content: space-between;
}

.Bank .BankFilter .BankFilterSelect label:nth-of-type(1) {
  flex-basis: 40%;
}

.Bank .BankFilter .BankFilterSelect label:nth-of-type(2) {
  flex-basis: 28%;
}

.Bank .BankFilter .BankFilterSelect label:nth-of-type(3) {
  flex-basis: 28%;
}

.Bank .BankInfo {
  flex-basis: 100%;
  border-radius: 10px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  margin-top: 50px;
  padding: 40px;
}

.Bank .BankInfo h2 {
  color: var(--on-surface-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  margin-bottom: 30px;
}

.Bank .BankInfo .BankInfoBlock {
  display: flex;
  justify-content: space-between;
}

.Bank .BankInfo .BankInfoBlock .theme {
  height: 42px !important;
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.07px;
}

.Bank .BankInfo .BankInfoBlock .select2-selection--single {
  height: 42px;
  border: 0.5px solid rgba(241, 217, 255, 0.2) !important;
  width: 100%;
}

.Bank .BankInfo .BankInfoBlock .select2-selection__rendered {
  line-height: 10px;
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.07px;
}

.Bank .BankInfo .BankInfoBlock label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.Bank .BankInfo .BankInfoBlock label .BankInfoBlockTitle {
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.07px;
  margin-bottom: 10px;
  display: block;
}

.Bank .BankInfo .BankInfoBlock label input {
  text-align: center;
}

.Bank .BankInfo .BankInfoBlock label:nth-of-type(1),
.Bank .BankInfo .BankInfoBlock label:nth-of-type(2) {
  flex-basis: 272px;
  max-width: 272px;
}

.Bank .BankInfo .BankInfoBlock label:nth-of-type(3),
.Bank .BankInfo .BankInfoBlock label:nth-of-type(5) {
  flex-basis: 110px;
  text-align: center;
}

.Bank .BankInfo .BankInfoBlock label:nth-of-type(4),
.Bank .BankInfo .BankInfoBlock label:nth-of-type(6) {
  flex-basis: 60px;
  text-align: center;
}

.Bank .BankBtn {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}

.Bank .BankBtn .btn {
  cursor: pointer;
  width: 370px;
  height: 60px;
  text-align: center;
  color: var(--on-primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 14px; /* 100% */
  border-radius: 6px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  position: relative;
}

.Bank .BankBtn .btn .form_load {
  position: absolute;
  right: 20px;
  width: 30px;
}

.Bank .BankBtn .btn:hover {
  background: var(--color-nove);
}

.pageContent {
  margin-left: 235px;
}

.pageContent header {
  margin: 40px 0;
  flex-basis: 100%;
  position: relative;
  border-bottom: 0.5px solid var(--surface-border-color);
}

.pageContent header h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.pageContent header p {
  color: var(--on-surface-color);
  margin-bottom: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.royaltiesCreate {
  margin-left: 235px;
}

.royaltiesCreate header {
  margin: 40px 0;
  flex-basis: 100%;
  position: relative;
}

.royaltiesCreate header h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.royaltiesCreate header p {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.royaltiesCreate header .VideoTutorial {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--on-primary-color);
  padding: 5px 8px;
  font-size: 0.8em;
  cursor: pointer;
}

.royaltiesCreate header .VideoTutorial:hover {
  background-color: var(--color-nove);
}

.royaltiesCreate .royaltiesCreateBox {
  flex-basis: 100%;
  font-size: 0.8em;
}

.royaltiesCreate .royaltiesCreateBox ul {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(241, 217, 255, 0.2);
  min-height: 74px;
  align-items: center;
}

.royaltiesCreate .royaltiesCreateBox ul:first-child {
  text-transform: uppercase;
  font-weight: 600;
}

.royaltiesCreate .royaltiesCreateBox ul:first-child li {
  text-align: center !important;
}

.royaltiesCreate .royaltiesCreateBox ul:first-child li:nth-of-type(4) {
  border: 0 !important;
}

.royaltiesCreate .royaltiesCreateBox ul li {
  border-right: 1px solid rgba(241, 217, 255, 0.2);
  text-align: center;
  padding: 0 10px;
}

.royaltiesCreate .royaltiesCreateBox ul li:first-child {
  padding: 0 5px;
  border: 0;
}

.royaltiesCreate .royaltiesCreateBox ul li:first-child img {
  border-radius: 4px;
}

.royaltiesCreate .royaltiesCreateBox ul li:nth-of-type(2) {
  text-align: left;
}

.royaltiesCreate .royaltiesCreateBox ul li:last-child {
  border: 0;
}

.royaltiesCreate .royaltiesCreateBox ul li:last-child span {
  cursor: pointer;
}

.royaltiesCreate .royaltiesCreateBox ul li:last-child span:hover {
  color: var(--primary-color);
}

.royaltiesCreate .royaltiesCreatePagination {
  flex-basis: 100%;
  text-align: center;
  margin-top: 30px;
}

.royaltiesCreate .royaltiesCreatePagination a {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.royaltiesCreate .royaltiesCreatePagination a:hover {
  background-color: var(--color-nove);
}

.royaltiesCreate .royaltiesCreatePagination .active {
  background-color: var(--color-nove);
  border: 1px solid var(--primary-color);
}

.royaltiesCreate .royaltiesCreateBox .royaltiesCreateBoxSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.royaltiesCreate .royaltiesCreateBox .royaltiesCreateBoxSelect select {
  flex-basis: 30%;
  font-size: 1.2em;
  height: 50px;
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput {
  flex-basis: 65%;
  font-size: 1.5em;
  position: relative;
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput
  .royaltiesCreateBoxSelectInputImgLoad {
  top: 10px;
  right: 10px;
  position: absolute;
  display: none;
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput
  .royaltiesCreateBoxSelectInputImg {
  width: 60px;
  height: 60px;
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput
  input {
  border: 1px solid var(--input-border-color);
  height: 50px;
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput
  .royaltiesCreateBoxSelectInputReturn {
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  background-color: var(--surface-highest-color);
  border: 1px solid rgba(241, 217, 255, 0.25);
  border-radius: 5px;
  padding: 0 10px;
  display: none;
  z-index: 100;
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput
  .royaltiesCreateBoxSelectInputReturn
  ul {
  cursor: pointer;
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput
  .royaltiesCreateBoxSelectInputReturn
  ul:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--on-surface-color);
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput
  .royaltiesCreateBoxSelectInputReturn
  ul:last-child {
  border: none;
}

.royaltiesCreate
  .royaltiesCreateBox
  .royaltiesCreateBoxSelect
  .royaltiesCreateBoxSelectInput
  .royaltiesCreateBoxSelectInputReturn
  ul
  li {
  text-align: left !important;
  text-transform: none;
  font-size: 0.875em !important;
}

#royaltiesEmailFilter {
  border-color: var(--surface-border-color);
  box-shadow: none;
}

.TotalPageContentBoxRoyalties {
  padding: 0 20px;
}

.TotalPageContentBoxRoyalties .TotalPageContentBoxRoyaltiesSearch {
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesSearch
  .TotalPageContentBoxRoyaltiesSearchHead {
  margin-bottom: 10px;
  color: var(--on-surface-color) !important;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesSearch
  .TotalPageContentBoxRoyaltiesSearchHead
  h3 {
  font-weight: 400;
  font-size: 1em;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesSearch
  .TotalPageContentBoxRoyaltiesSearchForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesSearch
  .TotalPageContentBoxRoyaltiesSearchForm
  input {
  border: 1px solid var(--surface-border-color);
  background-color: var(--surface-color);
  color: var(--on-surface-color);
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesSearch
  .TotalPageContentBoxRoyaltiesSearchForm
  .shareMail {
  flex-basis: 75%;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesSearch
  .TotalPageContentBoxRoyaltiesSearchForm
  .sharePercent {
  flex-basis: 10%;
  text-align: center;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesSearch
  .TotalPageContentBoxRoyaltiesSearchForm
  span {
  flex-basis: 10%;
  cursor: pointer;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesSearch
  .TotalPageContentBoxRoyaltiesSearchForm
  span:hover {
  color: var(--primary-color);
}

.TotalPageContentBoxRoyalties .TotalPageContentBoxRoyaltiesShare {
  margin-top: 20px;
}

.TotalPageContentBoxRoyalties .TotalPageContentBoxRoyaltiesShare ul {
  margin-bottom: 5px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  /*border-bottom: 1px solid rgba(241, 217, 255, 0.25);*/
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--on-surface-color);
  font-size: 0.8em;
  border-radius: 5px;
}

.TotalPageContentBoxRoyalties .TotalPageContentBoxRoyaltiesShare ul:last-child {
  margin-bottom: 0;
  border: none;
}

.TotalPageContentBoxRoyalties .TotalPageContentBoxRoyaltiesShare ul li {
  text-align: center;
  border-right: 1px solid rgba(241, 217, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesShare
  ul
  li:nth-of-type(1) {
  flex-basis: 60%;
  display: block;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesShare
  ul
  li:nth-of-type(2) {
  flex-basis: 15%;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesShare
  ul
  li:nth-of-type(3) {
  flex-basis: 15%;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesShare
  ul
  li:nth-of-type(4) {
  flex-basis: 10%;
  border-right: none;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesShare
  ul
  li:nth-of-type(4)
  span {
  color: var(--primary-color);
  cursor: pointer;
}

.TotalPageContentBoxRoyalties
  .TotalPageContentBoxRoyaltiesShare
  ul
  li:nth-of-type(4)
  span:hover {
  color: #fff;
}

.AlbumSlideBtn {
  cursor: pointer;
}

.AlbumSlideBtn:hover {
  color: var(--primary-color);
}

.AlbumSlideBox {
  display: none;
}

.AlbumSlideBox h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 32px 0 50px;
}

.Album .addMusicBtn {
  flex-basis: 100%;
  margin: 80px 0;
  text-align: center;
}

.Album .addMusicBtn .addMusicBtnSpan {
  padding: 20px 100px;
  text-decoration: none;
  color: var(--on-primary-color);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
}

.Album .addMusicBtn .addMusicBtnSpan:first-child {
  padding: 20px 100px;
  text-decoration: none;
  color: var(--on-background-color);
  background: none;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  margin-right: 20px;
}

.Album .addMusicBtn .addMusicBtnSpan:hover {
  background: var(--color-nove);
}

.Album .addMusicBox {
  flex-basis: 100%;
}

.Album .addMusicBox .AlbumSlideBtn {
  margin-bottom: 20px;
}

.Album .addMusicBox .AlbumSlideBoxMusicDesc ul {
  color: var(--on-surface-color);
  font-size: 0.875em;
}

.Album .addMusicBox .AlbumSlideBoxMusicDesc ul li {
  display: block;
  margin-bottom: 6px;
}

.Album .addMusicBox .AlbumSlideBoxMusicDesc ul li:first-child a {
  color: var(--on-background-color);
  text-decoration: none;
  font-weight: 600;
}

.Album .addMusicBox .AlbumSlideBoxMusic {
  display: flex;
  background-color: var(--surface-color);
  padding: 10px;
  border: 1px solid var(--surface-border-color);
  color: var(--on-surface-color);
  border-radius: 5px;
  margin-bottom: 20px;
}

.Album .addMusicBox .AlbumSlideBoxMusic.MusicErro {
  border-color: red;
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicNum {
  flex-basis: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicNum b {
  font-size: 1.5em;
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicDesc {
  flex-basis: 70%;
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicDesc b {
  color: var(--on-background-color);
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicAudio {
  flex-basis: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicBtn {
  flex-basis: 10%;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicBtn .btnMusicEdit,
.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicBtn .btnMusicDel {
  display: block;
  height: 50%;
  flex-basis: 100%;
  font-size: 1em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicBtn .btnMusicEdit a {
  text-decoration: none;
  color: var(--on-background-color);
}

.Album
  .addMusicBox
  .AlbumSlideBoxMusic
  .AlbumSlideBoxMusicBtn
  .btnMusicEdit
  a:hover {
  color: var(--primary-color);
  font-size: 1.2em;
}

.Album .addMusicBox .AlbumSlideBoxMusic .AlbumSlideBoxMusicBtn .btnMusicDel {
  color: red;
  cursor: pointer;
}

.Album
  .addMusicBox
  .AlbumSlideBoxMusic
  .AlbumSlideBoxMusicBtn
  .btnMusicDel:hover {
  font-size: 1.2em;
  color: #a80303;
}

.Music .returnAlbumBtn {
  text-align: right;
  margin-bottom: 40px;
}

.Music .returnAlbumBtn a {
  padding: 10px 15px;
  text-decoration: none;
  color: var(--on-primary-color);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

.Music .returnAlbumBtn a:first-child {
  margin-right: 20px;
}

.Music .returnAlbumBtn a:hover {
  background: var(--color-nove);
}

.ab-audio-player {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: relative;
}

.ab-play-pause-btn {
  cursor: pointer;
  font-size: 20px;
  color: white;
}

.ab-play-pause-btn:hover {
  font-size: 25px;
}

.ab-play-pause-btn i {
  pointer-events: none;
}

.ab-audio-player:hover {
  background-color: var(--color-nove);
}

.fa-play,
.fa-pause {
  transition: all 0.3s ease;
}

/*FINANCEIRO*/

.Financial {
  margin-left: 235px;
}

.Financial .FinancialLine {
  width: 100%;
  height: 1px;
  background-color: rgba(241, 217, 255, 0.2);
  margin: 20px 0 50px !important;
  flex-basis: 100%;
  position: relative;
}

.Financial .FinancialLine .VideoTutorial {
  position: absolute;
  bottom: 10px;
  right: 0;
  border-radius: 4px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--on-primary-color);
  padding: 5px 8px;
  font-size: 0.8em;
  cursor: pointer;
}

.Financial header {
  margin: 40px 0;
  flex-basis: 100%;
  position: relative;
}

.Financial .FinancialBlockRight ul li header,
.Financial .FinancialBlockRight header {
  flex-direction: row;
}

.Financial header h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.Financial header p {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.FilterExtracts {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  font-size: 1.2em;
}

.Financial .FinancialBlock {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.Financial .FinancialBlockLeft {
  flex-basis: calc(50% - 28px);
  height: 228px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 0.7px solid var(--surface-border-color);
  background: var(--surface-color);
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Financial .FinancialBlockLeft .FinancialBlockLeftTitle {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
  flex-basis: 100%;
}

.Financial .FinancialBlockLeft .FinancialBlockLeftTitle svg {
  margin-right: 8px;
}

.Financial .FinancialBlockLeft .FinancialBlockLeftInfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}

.Financial .FinancialBlockLeft .FinancialBlockLeftInfo p {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.Financial
  .FinancialBlockLeft
  .FinancialBlockLeftInfo
  .FinancialBlockLeftInfoWithdrawal {
  width: 147px;
  height: 41.232px;
  flex-shrink: 0;
  color: var(--on-primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: var(--primary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.Financial
  .FinancialBlockLeft
  .FinancialBlockLeftInfo
  .FinancialBlockLeftInfoWithdrawal:hover {
  background-color: var(--color-nove);
}

.Financial .FinancialBlockLeft .FinancialBlockLefDesc {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}

.Financial .FinancialBlockLeft .FinancialBlockLefDesc p {
  color: var(--COLOR-1, #fff);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-basis: 100%;
}

.Financial .FinancialBlockRight {
  flex-basis: calc(50% - 28px);
  flex-shrink: 0;
  border-radius: 6px;
  border: 0.7px solid var(--surface-border-color);
  background: var(--surface-color);
  padding: 24px;
}

.Financial .FinancialBlockRight header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
}

.Financial .FinancialBlockRight .FinancialBlockRightReport {
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 0;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.Financial .FinancialBlockRight a.FinancialBlockRightReport {
  text-decoration: none;
}

.Financial .FinancialBlockRight .FinancialBlockRightReport svg {
  margin-right: 4px;
}

.Financial .FinancialBlockRight header svg {
  margin-right: 8px;
}

.Financial .FinancialBlockRight header p {
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Financial .FinancialBlockRight ul li {
  border-radius: 5px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  margin-bottom: 5px;
  padding: 16px;
}

.Financial .FinancialBlockRight ul li header {
  display: flex;
  justify-content: space-between;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}

.Financial .FinancialBlockRight ul li p {
  color: var(--on-surface-variant-color);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 131%; /* 13.1px */
}

.Financial .FinancialBlockLarge {
  margin-top: 50px;
  border-radius: 10px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  flex-basis: 100%;
  padding: 50px 70px;
}

.Financial .FinancialBlockLarge header {
  margin: 0;
  margin-bottom: 60px;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140%; /* 30.8px */
}

.Financial .FinancialBlockLarge header h3 {
  margin-bottom: 10px;
}

.Financial .FinancialBlockLarge header p {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.Financial .FinancialBlockLarge .FinancialBlockLargeContent ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-bottom: 0.5px solid var(--surface-border-color);
  padding: 15px 0;
}

.Financial .FinancialBlockLarge .FinancialBlockLargeContent ul:first-child {
  color: var(--on-surface-color);
  text-align: center;
  font-family: Inter;
  font-size: 12.475px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 17.465px */
}

.Financial .FinancialBlockLarge .FinancialBlockLargeContent ul:first-child li {
  border: none;
  font-weight: 500;
}

.Financial .FinancialBlockLarge .FinancialBlockLargeContent ul:last-child {
  border: none;
}

.Financial .FinancialBlockLarge .FinancialBlockLargeContent ul li {
  /*border-right: 0.7px solid rgba(241, 217, 255, 0.2);*/
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--on-surface-color);
  text-align: center;
  font-family: Inter;
  font-size: 12.475px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 17.465px */
}

.Financial .FinancialBlockLarge .FinancialBlockLargeContent ul li h4 {
  flex-basis: 100%;
  font-weight: 600;
}

.Financial .FinancialBlockLarge .FinancialBlockLargeContent ul li p {
  flex-basis: 100%;
  font-weight: 300;
}

.Financial
  .FinancialBlockLarge
  .FinancialBlockLargeContent
  ul
  li:nth-of-type(1) {
  flex-basis: 30%;
}

.Financial
  .FinancialBlockLarge
  .FinancialBlockLargeContent
  ul
  li:nth-of-type(2) {
  flex-basis: 17.5%;
}

.Financial
  .FinancialBlockLarge
  .FinancialBlockLargeContent
  ul
  li:nth-of-type(3) {
  flex-basis: 17.5%;
}

.Financial
  .FinancialBlockLarge
  .FinancialBlockLargeContent
  ul
  li:nth-of-type(4) {
  flex-basis: 17.5%;
}

.Financial
  .FinancialBlockLarge
  .FinancialBlockLargeContent
  ul
  li:nth-of-type(5) {
  flex-basis: 17.5%;
  border-right: none;
  color: var(--positive-color);
}

.FinancialPass {
  margin-top: 30px;
  flex-basis: 200px;
}

.FinancialPass .FinancialPassBlock {
}

.FinancialPass .FinancialPassBlock .FinancialPassBlockTitle {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
  margin-bottom: 8px;
}

.FinancialPass .FinancialPassBlock .FinancialPassBlockForm {
  display: flex;
  align-items: center;
}

.FinancialPass
  .FinancialPassBlock
  .FinancialPassBlockForm
  .FinancialPassBlockFormPass {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid var(--primary-color);
  border-radius: 0;
  height: 39px;
}

.FinancialPass
  .FinancialPassBlock
  .FinancialPassBlockForm
  .FinancialPassBlockFormPass:focus {
  outline: none;
}

.FinancialPass
  .FinancialPassBlock
  .FinancialPassBlockForm
  .FinancialPassBlockFormBtn {
  background: var(--primary-color);
  color: var(--on-primary-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid var(--primary-color);
  height: 39px;
  cursor: pointer;
}

.FinancialWithdrawal header {
  padding: 30px 0 !important;
}

.FinancialWithdrawal header h2 {
  margin-bottom: 12px;
}

.FinancialWithdrawal header p {
  margin-bottom: 6px;
}

.FinancialWithdrawal {
  margin: 50px 0 30px;
  position: relative;
}

.FinancialWithdrawal .FinancialWithdrawalLoad {
  margin: 50px 0 30px;
  position: absolute;
  top: -30px;
  right: 20px;
  width: 30px;
}

.FinancialWithdrawal .FinancialWithdrawalBlock {
  margin-bottom: 30px;
}

.FinancialWithdrawal .FinancialWithdrawalRequest {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.FinancialWithdrawal .FinancialWithdrawalRequest h4 {
  flex-basis: 100%;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.FinancialWithdrawal .FinancialWithdrawalRequest p {
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-right: 0;
  padding: 5px 0 5px 6px;
}

.FinancialWithdrawal .FinancialWithdrawalRequest input {
  border: 1px solid var(--primary-color);
  border-radius: 0;
  border-left: 0;
  color: var(--primary-color);
  font-size: 20px;
  padding: 6px !important;
  font-weight: 400;
}

.FinancialWithdrawal .FinancialWithdrawalRequest input:focus {
  outline: none;
}

.FinancialWithdrawal
  .FinancialWithdrawalRequest
  .FinancialWithdrawalRequestCod {
  text-align: center;
  background-color: var(--primary-color);
  color: var(--on-primary-color);
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
}

.FinancialWithdrawal .FinancialWithdrawalCod {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.FinancialWithdrawal .FinancialWithdrawalCod h4 {
  flex-basis: 100%;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.FinancialWithdrawal .FinancialWithdrawalCod p {
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-right: 0;
  padding: 5px 0 5px 6px;
}

.FinancialWithdrawal .FinancialWithdrawalCod input {
  flex-basis: 30%;
  border: 1px solid var(--primary-color);
  border-radius: 0;
  border-left: 0;
  color: var(--primary-color);
  font-size: 20px;
  padding: 6px !important;
  font-weight: 400;
}

.FinancialWithdrawal .FinancialWithdrawalCod input:focus {
  outline: none;
}

.FinancialWithdrawal .FinancialWithdrawalCod .FinancialWithdrawalCodBtn {
  text-align: center;
  background-color: var(--primary-color);
  color: var(--on-primary-color);
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
}

.FinancialWithdrawal .ConfirmBoxBlockBtnsEdit {
  padding-left: 14px !important;
}

.FinancialWithdrawal .ConfirmBoxBlockBtnsEdit:hover {
  background-color: var(--primary-color) !important;
}

/* EXTRATO */

.Extract {
  margin-left: 235px;
}

.Extract .ExtractLine {
  width: 100%;
  height: 1px;
  background-color: var(--surface-border-color);
  margin: 20px 0 50px !important;
  flex-basis: 100%;
  position: relative;
}

.Extract .ExtractLine .VideoTutorial {
  position: absolute;
  bottom: 10px;
  right: 0;
  border-radius: 4px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--on-primary-color);
  padding: 5px 8px;
  font-size: 0.8em;
  cursor: pointer;
}

.Extract header {
  margin: 40px 0;
  flex-basis: 100%;
  position: relative;
}

.Extract header h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.Extract header p {
  color: var(--on-surface-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.Extract .ExtractBlock {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Extract .ExtractBlockLeft {
  flex-basis: calc(50% - 28px);
}

/* 
.Extract .ExtractBlockLeftWallet{
    height: 228px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 0.7px solid rgba(241, 217, 255, 0.20);
    background: var(--color-dez);
    padding: 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    align-items: center;
    flex-basis: 100%;
    position: relative;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle svg{
    margin-right: 8px;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle .ExtractBlockLeftWalletTitleAdvanceBalance{
    position: absolute;
    top: 28px;
    right: 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 11.789px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle .ExtractBlockLeftWalletTitleAdvanceBalance b{
    color: #F00;
}


.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo p{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo .ExtractBlockLeftWalletInfoWithdrawal{
    width: 147px;
    height: 41.232px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background-color: var(--primary-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo .ExtractBlockLeftWalletInfoWithdrawal:hover{
    background-color: var(--color-nove);
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLefDesc{
    flex-basis: 100%;
    display: flex;
    align-items: center;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLefDesc p{
    color: var(--COLOR-1, #FFF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-basis: 100%;
} */

.Extract .ExtractBlockLeftTotalWithdrawn {
  border-radius: 6px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  padding: 32px;
}

.Extract .ExtractBlockLeftTotalWithdrawn h4 {
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 14px;
}

.Extract .ExtractBlockLeftTotalWithdrawn p {
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.Extract .ExtractBlockRight {
  flex-basis: calc(50% - 28px);
  flex-shrink: 0;
  border-radius: 6px;
  border: 0.7px solid var(--surface-border-color);
  background: var(--surface-color);
  padding: 24px;
}

.Extract .ExtractBlockRight header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.Extract .ExtractBlockRight header svg {
  margin-right: 8px;
}

.Extract .ExtractBlockRight header p {
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Extract .ExtractBlockRight .ExtractBlockRightFirst {
  padding: 16px 8px !important;
}

.Extract .ExtractBlockRight .ExtractBlockRightFirst,
.Extract .ExtractBlockRight .ExtractBlockRightLast {
  border-radius: 5px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  margin-bottom: 20px;
  padding: 8px;
  height: calc(50% - 10px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.Extract .ExtractBlockRight .ExtractBlockRightFirst {
  height: calc(60% - 10px);
}
.Extract .ExtractBlockRight .ExtractBlockRightLast {
  height: calc(40% - 10px);
}

.Extract .ExtractBlockRight .ExtractBlockRightFirst ul {
  flex-basis: 50%;
}

.Extract .ExtractBlockRight ul li p {
  margin-bottom: -4px;
}

.Extract .ExtractBlockRight ul li {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Extract .ExtractBlockRight ul li:first-child {
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.Extract .ExtractBlockRight ul li svg {
  margin-right: 6px;
}

.Extract .ExtractBlockRight ul li.ExtractBlockRightInfo {
  color: var(--on-surface-variant-color);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 181%; /* 18.1px */
  flex-wrap: wrap;
  margin-top: 6px;
}

.Extract .ExtractBlockRight ul li.ExtractBlockRightInfo p {
  flex-basis: 100%;
}

.Extract .ExtractBlockLarge {
  margin-top: 50px;
  border-radius: 10px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  flex-basis: 100%;
  padding: 50px 70px;
}

.Extract .ExtractBlockLarge header {
  margin: 0;
  margin-bottom: 60px;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140%; /* 30.8px */
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-bottom: 0.5px solid var(--surface-border-color);
  padding: 15px 0;
}

.Extract
  .ExtractBlockLarge
  .ExtractBlockLargeContent
  .ExtractBlockLargeContentUlTop {
  color: var(--on-surface-color);
  text-align: center;
  font-family: Inter;
  font-size: 12.475px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 17.465px */
}

.Extract
  .ExtractBlockLarge
  .ExtractBlockLargeContent
  .ExtractBlockLargeContentUlTop
  li {
  border: none;
  font-weight: 600;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul:last-child {
  border: none;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li {
  border-right: 0.7px solid var(--surface-border-color);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--on-surface-color);
  text-align: center;
  font-family: Inter;
  font-size: 12.475px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 17.465px */
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li h4 {
  flex-basis: 100%;
  font-weight: 600;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li p {
  flex-basis: 100%;
  font-weight: 100;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li:nth-of-type(1) {
  flex-basis: 25%;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li:nth-of-type(2) {
  flex-basis: 15%;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li:nth-of-type(3) {
  flex-basis: 15%;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li:nth-of-type(4) {
  flex-basis: 15%;
  font-weight: 500;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li:nth-of-type(5) {
  flex-basis: 15%;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li:nth-of-type(6) {
  flex-basis: 15%;
  border-right: none;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeWithdrawn {
  border-radius: 6.093px;
  border: 0.305px solid var(--surface-border-color);
  background: var(--surface-color);
  padding: 0 10px;
}

.Extract
  .ExtractBlockLarge
  .ExtractBlockLargeWithdrawn
  .WithdrawlStatusApproved {
  border-radius: 1.828px;
  background: var(--positive-color);
  padding: 3px 6px;
  color: var(--on-positive-color);
  font-family: Inter;
  font-size: 9.749px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Extract
  .ExtractBlockLarge
  .ExtractBlockLargeWithdrawn
  .WithdrawlStatusWaiting {
  border-radius: 1.828px;
  background: var(--pending-color);
  padding: 3px 6px;
  color: var(--on-pending-color);
  font-family: Inter;
  font-size: 9.749px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeWithdrawn ul {
  display: flex;
  border-bottom: 0.3px solid var(--surface-border-color);
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeWithdrawn ul:first-child {
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeWithdrawn ul:last-child {
  border: none;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeWithdrawn ul li {
  text-align: center;
  flex-basis: 25%;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeAdvanve {
  display: flex;
  align-items: center;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeAdvanve li:first-child {
  flex-basis: 200px;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeAdvanve li:first-child h3 {
  color: var(--on-surface-variant-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeAdvanve li:first-child p {
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.Extract .ExtractBlockLarge .ExtractBlockLargeAdvanve li:last-child {
  flex-basis: calc(100% - 200px);
  border-radius: 10px;
  background: var(--surface-high-color);
  padding: 16px 27px;
}

.Extract
  .ExtractBlockLarge
  .ExtractBlockLargeAdvanve
  li:last-child
  .ExtractBlockLargeAdvanveText {
  display: flex;
  justify-content: space-between;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 144%; /* 17.28px */
  letter-spacing: -0.48px;
  margin-bottom: 15px;
}

.Extract
  .ExtractBlockLarge
  .ExtractBlockLargeAdvanve
  li:last-child
  .ExtractBlockLargeAdvanveBar {
  border-radius: 3.64px;
  background: var(--surface-highest-color);
  height: 7px;
}

.Extract
  .ExtractBlockLarge
  .ExtractBlockLargeAdvanve
  li:last-child
  .ExtractBlockLargeAdvanveBar
  .ExtractBlockLargeAdvanveBarCalc {
  border-radius: 3.64px;
  background: var(--primary-color);
  height: 7px;
  display: block;
}

/*PROFILE*/
.Profile {
  margin-left: 235px;
}

.Profile header {
  border-bottom: 0.5px solid var(--surface-border-color);
  flex-basis: 100%;
  margin: 40px 0;
}

.Profile header h1 {
  color: var(--on-background-color);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  margin-bottom: 30px;
}

.Profile header p {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400 1important;
}

.Profile .ProfileBox {
  border-radius: 10px;
  border: 0.5px solid var(--surface-border-color);
  background: var(--surface-color);
  padding: 20px;
  flex-basis: 100%;
}

.Profile .ProfileBox label {
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.Profile .ProfileBox label .labelTitle {
  color: var(--on-surface-variant-color);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: block;
}

.Profile .ProfileBox label input {
  border: none;
  border-bottom: 0.5px solid var(--surface-border-color);
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.1px;
  padding-left: 0;
  padding-top: 0;
}

.Profile .ProfileBox label input:focus {
  outline: none !important;
  border-bottom: 0.5px solid var(--primary-color);
}

.Profile .ProfileBox label input.formPhone {
  padding-left: 24px;
}

.Profile .ProfileBox label svg {
  position: relative;
  left: 0;
  bottom: 30px;
}

.Profile .ProfileBox h2 {
  border-bottom: 0.5px solid var(--surface-border-color);
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 36.4px */
  padding-bottom: 10px;
  margin-top: 46px;
}

.Profile .ProfileBox .ProfileBoxBtn {
  margin-top: 40px;
  text-align: right;
}

.Profile .ProfileBox .ProfileBoxBtn .form_load {
  display: none;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--primary-color) 94%, #0000)
      top/8px 8px no-repeat,
    conic-gradient(#0000 30%, var(--primary-color));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

.Profile .ProfileBox .ProfileBoxBtn .btn_theme {
  text-shadow: none;
  font-weight: 300;
  font-size: 12px;
  padding: 8px 16px;
}

.Profile .ProfileBox .ProfileBoxPlan ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Profile .ProfileBox .ProfileBoxPlan ul:first-child {
  color: var(--on-surface-color);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  border-bottom: 0.5px solid var(--surface-border-color);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.Profile .ProfileBox .ProfileBoxPlan ul li {
  flex-basis: 25%;
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
  padding: 4px;
  text-align: center;
  color: var(--on-surface-variant-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.Profile .ProfileBox .ProfileBoxPlan ul li:last-child {
  border-right: none;
}

.Profile .ProfileBox .ProfileBoxPlan ul li a {
  text-decoration: none;
  color: var(--primary-color);
}

.Profile .ProfileBox .ProfileBoxPlan ul.ProfileBoxPlanContract {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.Profile .ProfileBox .ProfileBoxPlan ul.ProfileBoxPlanContract li {
  flex-basis: 30%;
}

.Profile .ProfileBox .ProfileBoxPlan ul.ProfileBoxPlanContract li:last-child {
  border-right: none !important;
}

/*FOOTER*/
.Footer {
  height: 80px;
  background: var(--surface-color);
  color: var(--on-surface-color);
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 235px);
}

@media (max-width: 68em) {
  .blockContract .blockContractContent .blockContractContentText {
    padding: 0 8px;
    margin: 8px 0;
  }

  .blockContract .blockContractContent .blockContractContentBtn {
    bottom: -38px;
  }

  .Menu {
    left: -235px;
    z-index: 100;
    overflow-x: hidden;
    transition: left 0.3s ease; /* Transição suave */
  }

  .Header .HeaderMenu a {
    display: none;
  }

  .Header .HeaderMenu .HeaderMenuMobile {
    display: block;
  }

  .Body,
  .Header {
    margin-left: 0;
  }

  .Body .BodyFold1 .BodyFold1Block1,
  .Body .BodyFold1 .BodyFold1Block2 {
    flex-basis: calc(50% - 16px);
  }
}

/*
 * 
 * This file contains the styles for the Somvibe project.
 * 
 * New Breakpoints:
 * This section is intended for defining new responsive design breakpoints.
 */

.MobileBodyFold7 {
  display: none;
}

.overlayMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.royaltiesTable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1em;
  text-align: left;
  table-layout: fixed; /* Mantém as colunas com largura fixa */
}

.royaltiesTable thead tr {
  text-align: left;
  text-transform: uppercase;
}

.royaltiesTable thead th {
  padding: 24px 0;
}

.royaltiesTable tbody td {
  border-top: 1px solid #dddddd22;
  border-bottom: 1px solid #dddddd22;
}

.royaltiesTable th,
.royaltiesTable td {
  padding: 12px 15px;
  position: relative;
  text-align: center;
}

.royaltiesTable th:last-child,
.royaltiesTable td:last-child {
  border-right: none; /* Remove borda da última coluna */
}

.royaltiesTable tbody td {
  vertical-align: middle;
  position: relative;
}

/* Para ajustar a altura da borda entre colunas */
.royaltiesTable tbody td::before,
.royaltiesTable thead th:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0;
  width: 1px;
  background-color: #dddddd22;
  pointer-events: none;
}

.royaltiesTable tbody td:last-child::before,
.royaltiesTable thead th:last-child::before {
  display: none;
}

.royaltiesTable td:nth-child(2) {
  text-align: left;
}

.royaltiesTable td:nth-child(1) {
  font-size: 16px;
  padding: 0;
}

.FinancialWithdrawalRequestFlex {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.FinancialWithdrawalRequestFlex input {
  flex-basis: unset;
  flex: 1;
}

.js_withdrawalLoad,
.royaltiesCreateBoxSelectInputImgLoad {
  display: none;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--primary-color) 94%, #0000)
      top/8px 8px no-repeat,
    conic-gradient(#0000 30%, var(--primary-color));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

.ExtractBlockLeft {
  flex-basis: calc(50% - 28px);
}

.ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 32px 0 0;
  width: 100%;
  gap: 12px;
}

.ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo > span {
  color: var(--on-surface-color);
  font-size: 10px;
  font-style: normal;
  font-weight: regular;
  line-height: normal;
}

.ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo p {
  color: var(--on-surface-color);
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.ExtractBlockLeftWallet .ExtractBlockLefDesc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ExtractBlockLeftWallet
  .ExtractBlockLefDesc
  .ExtractBlockLeftWalletInfoWithdrawal {
  padding: 8px 16px;
  color: var(--on-primary-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: var(--primary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.ExtractBlockLeftWallet .ExtractBlockLefDesc p {
  font-size: 12px;
}

.ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle {
  color: var(--on-surface-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ExtractBlockLeftWallet
  .ExtractBlockLeftWalletTitle
  .ExtractBlockLeftWalletTitleAdvanceBalance {
  font-size: 10px;
  color: var(--on-surface-color);
  font-family: Inter;
  font-size: 11.789px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ExtractBlockLeftWallet
  .ExtractBlockLeftWalletTitle
  .ExtractBlockLeftWalletTitleAdvanceBalance
  b {
  color: var(--negative-color);
}

.ExtractBlockLeftWallet {
  display: flex;
  border-radius: 6px;
  border: 0.7px solid var(--surface-border-color);
  background: var(--surface-color);
  padding: 16px 24px;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-direction: column;
}
/*
.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 32px 0 0;
  width: 100%;
  gap: 12px;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo > span {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: regular;
  line-height: normal;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletInfo p {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLefDesc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLefDesc .ExtractBlockLeftWalletInfoWithdrawal {
  padding: 8px 16px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: var(--primary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLefDesc p {
    font-size: 12px;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle .ExtractBlockLeftWalletTitleAdvanceBalance {
  font-size: 10px;
  color: #FFF;
  font-family: Inter;
  font-size: 11.789px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Extract .ExtractBlockLeftWallet .ExtractBlockLeftWalletTitle .ExtractBlockLeftWalletTitleAdvanceBalance b {
  color: #F00;
}

.Extract .ExtractBlockLeftWallet {
  display: flex;
  border-radius: 6px;
  border: 0.7px solid rgba(241, 217, 255, 0.20);
  background: var(--color-dez);
  padding: 16px 24px;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-direction: column;
}*/

@media (max-width: 768px) {
  .pageContent {
    margin: 0 12px;
  }
  .pageContent .content {
    width: 100%;
    align-items: stretch;
    flex-wrap: unset;
    flex-direction: column;
  }

  .pageContent header {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  /* HEADER */

  .Header {
    height: unset;
  }

  .Header .content {
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    gap: 12px;
  }

  .Header .content .HeaderAccount {
    display: none;
  }

  .Header .content .MobileHeaderAccount {
    display: flex;
    justify-content: space-between;
  }

  .Header .content .MobileHeaderAccount .MobileHeaderAccountAs {
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 0.8em;
    height: 30px;
    margin-top: 6px;
  }

  .Header .content .HeaderInfo {
    display: none;
  }

  .Header .content .MobileHeaderInfo {
    display: flex;
    align-items: center;
    margin-right: 56px;
    gap: 16px;
  }

  .Header .content .HeaderMenu {
    position: absolute;
    right: 24px;
    top: 30px;
  }

  /* Dashboard */

  .Body {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    align-items: stretch;
  }

  .Body .content {
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    align-items: stretch;
    padding: 24px;
    flex-wrap: unset;
  }

  .Body .BodyFold1 {
    all: unset;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin: 24px 0;
  }

  .Body .BodyFold1 .BodyFold1Block1 {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    padding: 24px;
  }

  .Body .BodyFold1 .BodyFold1Block1 .BodyFold1Block1Title {
    flex-basis: unset;
    line-height: unset;
  }

  .Body .BodyFold1 .BodyFold1Block1 .BodyFold1Block1Info {
    display: flex;
    flex-wrap: unset;
    justify-content: space-between;
    align-items: center;
    flex-basis: unset;
    margin: 64px 0 0;
  }

  .Body .BodyFold1 .BodyFold1Block1 .BodyFold1Block1Info p {
    font-size: 20px;
  }

  .Body
    .BodyFold1
    .BodyFold1Block1
    .BodyFold1Block1Info
    .BodyFold1Block1InfoWithdrawal {
    width: unset;
    height: unset;
    padding: 8px 24px;
  }

  .Body .BodyFold1 .BodyFold1Block2 {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .Body .BodyFold1 .BodyFold1Block2 .BodyFold1Block2Title {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .Body .BodyFold1 .BodyFold1Block2 .BodyFold1Block2Info {
    margin: 0;
    padding: 0;
    max-width: unset;
  }

  .Body .BodyFold1 .BodyFold1Block2 .BodyFold1Block2Info p {
    font-weight: 300;
  }

  .Body .BodyFold1 .BodyFold1Block2 a {
    width: unset;
    height: unset;
    margin: 0;
    padding: 8px 16px;
    margin-top: 12px;
    align-self: flex-end;
  }

  .Body .BodyFold2 {
    display: flex;
    flex-direction: column;
  }

  .Body .BodyFold2 .BodyFold2Block {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
    height: unset;
  }

  .Body .BodyFold2 .BodyFold2Block header h3 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .Body .BodyFold2 .BodyFold2Block a {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .Body .BodyFold4 {
    flex-basis: unset;
  }

  .Body .BodyFold4 .BodyFold4Block {
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    min-height: unset;
    flex-wrap: unset;
    padding: 20px 20px 0;
  }

  .Body .BodyFold4 .BodyFold4Block ul {
    all: unset;
    display: flex;
    list-style: none;
    flex-direction: column;
    position: relative;
  }

  .Body .BodyFold4 .BodyFold4Block ul li {
    flex-basis: unset !important;
    display: flex;
    flex-direction: column;
  }

  .Body .BodyFold4 .BodyFold4Block ul li img {
    border-radius: 8px;
    position: absolute;
  }

  .Body .BodyFold4 .BodyFold4Block ul li h2 {
    margin-left: 30%;
    margin-bottom: 0;
  }

  .Body .BodyFold4 .BodyFold4Block ul li:first-child h2 {
    padding-top: 7px;
  }

  .Body .BodyFold4 .BodyFold4Block ul li p {
    margin-left: 30%;
  }

  .Body .BodyFold4 .BodyFold4Block ul li:first-child {
    margin-bottom: 4px;
  }

  .Body .BodyFold4 .BodyFold4Block ul li:first-child p {
    /*margin-top: 4px;*/
  }

  .Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(3) {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(3) p {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin: 12px 0;
  }

  .Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(4) {
    position: absolute;
    right: 0;
    top: 0;
  }

  .Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(4) .SongsMusicBlockStatus {
    font-size: 10px;
    padding: 2px;
    border-radius: 4px;
  }

  .Body .BodyFold4 .BodyFold4Block ul li:nth-of-type(3)::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #cccccc33;
    margin-bottom: 24px;
  }

  .Body .BodyFold4 .BodyFold4Block ul:last-child li:nth-of-type(3)::after {
    display: none;
  }

  .BodyFold5 h2 {
    flex-basis: 100%;
    align-self: flex-start;
  }

  .Body .BodyFold5 .BodyFold5Header p {
    margin-top: 4px;
  }

  .Body .BodyFold5 .VideoTutorial {
    align-self: flex-end;
    margin-bottom: 12px;
  }

  .Body .BodyFold5 .BodyFold5Block .BodyFold5BlockInfo {
    height: unset;
    min-height: 385px;
  }

  .BodyFold6 .BodyFold6Block .BodyFold6BlockStore {
    position: relative;
    width: 100%;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    padding-bottom: 12px;
  }

  .BodyFold6 .BodyFold6Block {
    flex-basis: unset;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .BodyFold7 {
    flex-basis: unset;
    margin: 0;
    padding: 0;
    display: none;
  }

  .MobileBodyFold7 {
    width: 100%;
    margin-top: 16px;
    padding-left: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; /* Espaçamento entre o título e o carrossel */
  }

  .MobileBodyFold7 h2 {
    text-align: start;
    font-size: 1.5rem;
    margin: 0; /* Remove margens padrão */
    width: 100%;
  }

  .MobileCarousel {
    width: 100%;
    overflow-x: auto;
    display: flex;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .MobileCarouselTrack {
    display: flex;
    width: max-content;
    gap: 16px; /* Espaçamento entre os itens */
  }

  .MobileBodyFold7Block {
    flex: 0 0 calc((100% / 2) + 20%); /* 2 imagens inteiras e 1/3 da próxima */
    box-sizing: border-box;
  }

  .MobileBodyFold7Block img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .MobileBodyFold7Block img:last-child {
    margin-right: 24px;
  }

  .MobileCarousel::-webkit-scrollbar {
    display: none; /* Oculta a barra de rolagem no mobile */
  }

  /* Single Form */
  .Single {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 24px;
  }

  .Single .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .Single .content header {
    display: flex;

    margin: 48px 0 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .Single .content header p {
    display: none;
  }

  .Single .content header .WebVideoTutorial {
    display: none;
  }

  .Single .content header .MobileVideoTutorial {
    font-size: 24px;
    display: block;
  }

  .Single form {
    flex-basis: unset;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .Single form .formLabel50 {
    flex-wrap: unset;
    flex-direction: column;
  }

  .Single form .formRelease {
    flex-wrap: unset;
    flex-direction: column;
  }

  .Single form .formCover {
    flex-wrap: unset;
    flex-direction: column;
    align-items: stretch;
  }

  .Single form .formCover .formCoverInput .formCoverInputInfo {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
  }

  .Single form .formInterpreter {
    margin: 12px 0 0 0;
  }

  .Single form .formComposer .formComposerBlock {
    margin: 12px 0 0;
  }

  .Single form .formBlock .formBlockBtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    font-size: 16px;
  }

  .Single .SingleLine {
    margin: 0 !important;
    padding: 0;
  }

  .Single form .formComposer {
    margin: 0;
  }

  .TotalPage .TotalPageContent .TotalPageContentBox {
    min-width: 100%;
    max-width: 90%;
    max-height: 90%;
    z-index: 910;
  }

  .Single form .formComposerAdd {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .Single form .formComposerAdd .formComposerAddBtn {
    height: 48px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }

  .Single form h2 {
    margin: 40px 0 12px;
    font-size: 18px;
  }

  .Single form .formRelease .formReleaseDate,
  .Single form .formRelease .formReleaseCopyright {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .Single form .formRelease .formReleaseDate .formReleaseDateTitle {
    margin: 0 0 12px;
  }

  .Single form .formRelease .formReleaseDate .formReleaseDateBtn {
    width: 100%;
    margin-top: 16px;
  }

  .Single form .formRelease .formReleaseCopyright .formReleaseCopyrightTitle {
    margin: 0 0 12px;
  }

  .Single form .formCover .formCoverInput .formCoverInputTitle {
    margin: 0 0 12px;
  }

  .Single form .formCover .formCoverInput .formCoverInputFile label {
    font-size: 16px;
    margin-top: 12px;
  }

  .Single form .formCover .formCoverBlock .formCoverBlockImage {
    width: 100%;
    margin: 16px 0;
  }

  .Single form .formCover .formCoverBlock .formCoverBlockImage img {
    border-radius: 12px;
  }

  .ConfirmBox .ConfirmBoxBlock .ConfirmBoxBlockStore {
    padding: 8px 12px;
  }

  .ConfirmBox .ConfirmBoxBlock header {
    padding: 12px;
    margin: 16px 0;
  }

  .ConfirmBox .ConfirmBoxBlock header p {
    padding: 0;
  }

  .Music .returnAlbumBtn {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .Music .returnAlbumBtn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    height: 48px;
  }

  .Music .returnAlbumBtn a:first-child {
    background-color: transparent;
    color: var(--primary-color);
  }

  .Single .content .addMusicBox .AlbumSlideBox .addMusicBtn {
    display: flex;
    flex-direction: column;
  }

  .Single .content .addMusicBox .AlbumSlideBox .addMusicBtn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 0 12px !important;
    height: 48px;
    background-color: transparent;
    color: var(--primary-color);
  }

  .Single form #fileInputStatus {
    text-align: center;
  }

  .Footer {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  /* LOGIN */

  .LoginBox {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /* SONGS */
  .Songs {
    margin: 0 12px;
  }

  .Songs .content {
    width: 100%;
  }

  .Songs .SongsFilter {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    justify-content: start;
    flex-basis: auto;
    margin-bottom: 12px;
  }

  .Songs .SongsFilter .SongsFilterTitle {
    position: relative;
    margin-bottom: 8px;
  }

  .Songs .SongsFilter label {
    margin: 0 !important;
    flex-basis: auto;
  }

  .Songs .SongsMusic {
    flex-wrap: unset;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .Songs .SongsMusic .SongsMusicBlock {
    flex-basis: unset;
    display: flex;
    margin-bottom: 16px;
  }

  .Songs .SongsMusic .SongsMusicBlock > a {
    width: 124px;
    height: 124px;
  }

  .Songs .SongsMusic .SongsMusicBlock > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 12px;
  }

  .Songs .SongsMusic .SongsMusicBlock > div h2 {
    margin-top: 12px;
  }

  .Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockStatus {
    margin: 0;
    width: 72px;
  }

  .Songs .SongsMusic .SongsMusicBlock .SongsMusicBlockDel {
    top: 0;
  }

  .Songs .SongsMusic .SongsMusicBlock h2 .smartLink {
    top: unset;
    bottom: -73px;
  }

  /* royalties */
  .royaltiesCreate {
    margin: 0;
  }

  .royaltiesCreate .content {
    width: 100%;
  }

  .royaltiesCreate header {
    display: flex;
    flex-direction: column;
  }

  .royaltiesCreate header p {
    margin-top: 20px !important;
  }

  .royaltiesCreate header .VideoTutorial {
    /*position: relative;*/
    align-self: flex-end;
    margin-bottom: 12px;
  }

  .royaltiesCreate .royaltiesCreateBox .royaltiesCreateBoxSelect {
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    gap: 12px;
  }

  .royaltiesCreate .royaltiesCreateBox {
    margin-top: 12px !important;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .royaltiesTable {
    display: block;
    overflow-y: auto;
    width: 100%; /* Tabela ocupa 100% da largura do pai */
  }

  .royaltiesTable thead,
  .royaltiesTable tbody {
    display: block;
    width: 720px;
  }

  .royaltiesTable tr {
    display: flex;
    font-size: 12px;
  }

  .royaltiesTable th:nth-child(1),
  .royaltiesTable td:nth-child(1) {
    width: 8% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
    min-width: 8% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .royaltiesTable th:nth-child(2),
  .royaltiesTable td:nth-child(2) {
    width: 50% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
    min-width: 50% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
  }

  .royaltiesTable th:nth-child(3),
  .royaltiesTable td:nth-child(3) {
    width: 30% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
    min-width: 30% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
  }

  .royaltiesTable th:nth-child(4),
  .royaltiesTable td:nth-child(4) {
    width: 35% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
    min-width: 35% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
  }

  .royaltiesTable th:nth-child(5),
  .royaltiesTable td:nth-child(5) {
    width: 30% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
    min-width: 30% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
  }

  .royaltiesTable th:nth-child(6),
  .royaltiesTable td:nth-child(6) {
    width: 20% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
    min-width: 20% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
  }

  .royaltiesTable th:nth-child(7),
  .royaltiesTable td:nth-child(7) {
    width: 10% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
    min-width: 10% !important; /* Ajuste a largura conforme necessário para a primeira coluna */
  }

  /* PERFORMANCES */

  .Body .BodyFold5 {
    gap: 12px;
  }

  .Body .BodyFold5 .BodyFold5Block {
    padding: 12px;
  }
  .Body .BodyFold5 .BodyFold5Block .BodyFold5BlockHeader,
  .performanceFilters {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    height: unset;
  }

  .Body
    .BodyFold5
    .BodyFold5Block
    .BodyFold5BlockHeader
    .BodyFold5BlockHeaderColumn:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .BodyFold6 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    flex-wrap: unset;
    justify-content: space-between;
    flex-basis: unset;
    margin-bottom: 12px;
  }

  /* FINANCIAL */
  .Financial {
    margin: 0 12px;
  }

  .Financial .content {
    width: 100%;
    align-items: stretch;
    flex-wrap: unset;
    flex-direction: column;
  }

  .Financial header {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .Financial header .FilterExtracts {
    position: relative;
    top: unset;
    right: unset;
    width: unset;
    margin-top: 12px;
  }

  .Financial .FinancialLine {
    margin-bottom: 24px !important;
  }

  .Financial .FinancialLine .VideoTutorial {
    bottom: 150px;
  }

  .Financial .FinancialBlock {
    flex-direction: column;
    gap: 12px;
    flex-basis: unset;
    align-items: stretch;
    width: 100%;
  }

  .Financial .FinancialBlockLeft {
    flex-basis: unset;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    justify-content: start;
    height: unset;
    padding: 24px;
  }

  .Financial .FinancialBlockLeft div {
    flex-basis: unset !important;
  }

  .Financial .FinancialBlockRight {
    flex-basis: unset;
  }

  .Financial .FinancialBlockLeft .FinancialBlockLeftInfo {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    margin: 12px 0;
  }

  .Financial
    .FinancialBlockLeft
    .FinancialBlockLeftInfo
    .FinancialBlockLeftInfoWithdrawal {
    width: 100%;
  }

  .Financial .FinancialBlockLarge {
    padding: 0 0 8px;
    flex-basis: unset;
  }

  .Financial .FinancialBlockLarge header {
    margin: 0;
    padding: 24px;
  }

  .FinancialWithdrawalRequestFlex {
    max-width: 65%;
  }

  .Financial .FinancialBlockLarge .FinancialBlockLargeContent ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
  }

  .Financial .FinancialBlockLarge .FinancialBlockLargeContent ul li {
    padding: 0;
  }

  .Financial .FinancialBlockLarge .FinancialBlockLargeContent .li-one {
    display: none;
  }

  .Financial
    .FinancialBlockLarge
    .FinancialBlockLargeContent
    ul
    li:nth-of-type(1) {
    flex-basis: 100%;
    margin-bottom: 10px;
    text-align: left !important;
    /*color: var(--on-surface-color);*/
    color: var(--on-surface-color);
    font-size: 14px;
    font-style: normal;
    font-weight: bold !important;
    line-height: 140%;
    justify-content: start;
  }

  .Financial
    .FinancialBlockLarge
    .FinancialBlockLargeContent
    ul
    li:nth-of-type(1)
    h4 {
    font-weight: bold !important;
  }

  /* extract */
  .Extract {
    margin: 0 12px;
  }

  .Extract .content {
    width: 100%;
    align-items: stretch;
  }

  .Extract header {
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
  }

  .Extract .content .ExtractBlockRight {
    padding: 12px;
    flex-basis: 100%;
  }

  .Extract .content .ExtractBlockRight header {
    flex-direction: row;
    margin-bottom: 8px;
  }

  .Extract header .FilterExtracts {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    margin-top: 8px;
  }

  .Extract .ExtractLine {
    margin: 24px 0 !important;
  }

  .Extract .ExtractLine .VideoTutorial {
    bottom: 170px;
  }

  .Extract .ExtractBlock {
    /*flex-direction: column;*/
    align-items: stretch;
  }

  .Extract .ExtractBlockLeftTotalWithdrawn {
    padding: 24px;
  }

  .Extract .ExtractBlockLeftTotalWithdrawn h4 {
    font-size: 16px;
  }

  .Extract .ExtractBlockLeft {
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    justify-content: start;
    height: unset;
    margin-bottom: 16px;
  }

  .Extract .ExtractBlockLarge {
    padding: 0 0 8px !important;
    flex-basis: unset;
    width: 100%;
    margin-top: 12px;
  }

  .Extract .ExtractBlockLarge header {
    margin: 0 !important;
    padding: 24px;
  }

  .Extract .ExtractBlockLarge .ExtractBlockLargeContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    overflow-x: scroll;
  }

  .Extract .ExtractBlockLarge .ExtractBlockLargeContent ul li {
    width: 120px !important;
    min-width: 120px !important;
    flex-basis: unset !important;
  }

  .Extract .ExtractBlockLarge .ExtractBlockLargeWithdrawn {
    margin: 0 24px 24px;
  }

  .Extract .ExtractBlockLarge .ExtractBlockLargeAdvanve {
    flex-wrap: unset;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .Extract .ExtractBlockLarge .ExtractBlockLargeAdvanve li:first-child {
    flex-basis: 100%;
    margin-bottom: 17px;
  }

  .Extract .ExtractBlockLarge .ExtractBlockLargeAdvanve li:last-child {
    flex-basis: 100%;
  }

  .Extract .ExtractBlockLarge .ExtractBlockLargeWithdrawn ul li:nth-of-type(2) {
    display: none;
  }

  /* bank */
  .Bank {
    margin: 0 12px;
  }

  .Bank .content {
    width: 100%;
    align-items: stretch;
  }

  .Bank header {
    margin-bottom: 0;
  }

  .Bank .BankLine {
    margin-bottom: 24px !important;
  }

  .Bank .BankFilter {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    justify-content: start;
    flex-basis: auto;
    margin-bottom: 12px;
  }

  .Bank .BankFilter .BankFilterType {
    flex-basis: unset;
  }

  .Bank .BankFilter .BankFilterSelect {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .extractLoading {
    margin: 0 auto;
  }

  /*ACCOUNT*/
  .Profile {
    margin: 0;
  }

  .Profile .content {
    width: 100%;
  }

  .Profile .content header {
    padding-left: 20px;
  }

  .Profile .ProfileBox .ProfileBoxBtn .btn_theme {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    font-size: 16px;
  }
}

/* Notification Badge Styles */
.notification-badge-desktop,
.notification-badge-mobile {
  position: absolute;
  background: #ff3b30;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 59, 48, 0.3), 0 2px 8px rgba(255, 59, 48, 0.5);
  animation: pulse-notification 2s ease-in-out infinite;
}

.notification-badge-desktop {
  top: 3px;
  right: 2px;
  width: 12px;
  height: 12px;
}

.notification-badge-mobile {
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
}

@keyframes pulse-notification {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 2px rgba(255, 59, 48, 0.3),
      0 2px 8px rgba(255, 59, 48, 0.5);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 4px rgba(255, 59, 48, 0.5),
      0 4px 12px rgba(255, 59, 48, 0.7);
  }
}
