html > body {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/**
FIXME
The react-container class is used to namespace this new architecture for styling react pages.
This new architecture is definitely a good idea, but in order to apply it to the entire code base
we would need time to review the styling.
*/

.react-container #react-root {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
  width: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  padding: 0px;
}

.react-container .react-body .mobile {
  padding: 0px 10px;
}

.valuation-results-body > #react-root {
  width: 100%;
}

#component-root {
  width: 100%;
}

.react-container #react-root h1 {
  font-size: 48px;
}

.react-container #react-root button {
  font-size: 14px;
}

.react-container #react-root .mobile h1 {
  margin-bottom: 10px;
}

.react-container #react-root .desktop h1 {
  margin-bottom: 20px;
}

.react-container #react-root .mobile h1 {
  font-size: 36px;
  font-weight: 300;
}

.react-container #react-root h2 {
  font-size: 20px;
}

.react-container #react-root .mobile h2 {
  font-size: 16px;
}

.react-container #react-root label,
.react-container #react-root p {
  font-size: 16px;
}

.react-container #react-root .mobile label,
.react-container #react-root .mobile p {
  font-size: 14px;
}

.react-container #react-root h1,
.react-container #react-root h2,
.react-container #react-root label,
.react-container #react-root p {
  color: #2a313b;
}

.vertical-separator-container {
  width: 5%;
  max-width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-separator {
  border-left: 1px solid #e1e1e3;
  max-height: 70%;
  max-width: 0px;
  width: 0px;
  height: 70%;
}

.horizontal-separator-container {
  height: 20px;
  max-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-separator {
  border-bottom: 1px solid #e1e1e3;
  max-height: 0px;
  height: 0px;
  max-width: 70%;
  width: 70%;
}

.hd-vm-layout {
  display: flex;
}

.hd-vm-layout.mobile {
  flex-direction: column;
}

.hd-vm-layout.mobile.inversed {
  flex-direction: column-reverse;
}

.hd-vm-layout.desktop {
  flex-direction: row;
}

.rx-button {
  padding: 10px 0px;
  border-radius: 3px;
}

.rx-button-2 {
  margin: 0;
  padding: 10px;
  outline: none;
  border-radius: 3px;
  font-weight: 600;
}

.react-base-height {
  min-height: 100vh;
}

.input-field-container {
  display: flex;
  align-items: center;
}

.input-field {
  border-bottom: 1px solid;
}

.input-field > input {
  padding-right: 1px;
}

.modal-sequence-container > .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mobile .modal-content {
  padding: 10px 5px;
}

.modal-sequence-container > .modal-content > div {
  width: 100%;
}

.modal-sequence-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.modal-sequence-body > .left-arrow-container {
  flex-basis: 30px;
  width: 30px;
  height: 100%;
}

.modal-sequence-body > .right-arrow-container {
  flex-basis: 30px;
  width: 30px;
  height: 100%;
}

.modal-sequence-body > .page-container {
  flex-grow: 1;
  height: 360px;
}

.sequence-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.sequence-page > * {
  width: 100%;
}

.sequence-page > h2 {
  text-align: center;
}

.modal-sequence-footer-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

.song-by-song-table-container .table-row > div:nth-of-type(1) {
  flex-basis: 70%;
  text-align: left;
}

.song-by-song-table-container .table-row > div:nth-of-type(2) {
  flex-basis: 30%;
  text-align: right;
  white-space: nowrap;
  margin-left: 30px;
}

.mobile .song-by-song-table-container .table-row > div:nth-of-type(2) {
  margin-left: 10px;
}

.song-by-song-bar-chart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.song-by-song-table-container {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.song-by-song-table-container .table-row {
  display: flex;
  flex-direction: row;
}

.horizontal-container {
  display: flex;
  flex-direction: row;
}

#header3-container {
  flex-grow: 1;
}

.valuation-results-root #header3-container {
  max-width: 1200px;
}

#header3-container > div {
  flex-basis: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-button-logo-header > div:nth-of-type(2) {
  flex-grow: 1;
}

.header-back-button {
  display: flex;
  align-self: center;
}

.header-back-button > span,
.deal-page-back-button > span {
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.header-back-button > span:hover,
.deal-page-back-button > span:hover,
.modal-back-button:hover {
  color: #2480ff;
}

.header-back-button > span > label,
.close-modal-button,
.modal-back-button {
  cursor: pointer;
}

.modal-back-button,
.deal-page-back-button {
  font-size: 1.125rem;
}

.header-back-button i {
  font-size: 22px;
}

#valuation-results-header-container {
  display: flex;
  justify-content: center;
  padding: 40px 0px;
  margin-bottom: 20px;
}

#valuation-results-footer-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.mobile .valuation-results-root > label {
  font-size: 12px;
}

.data-loading-icon-container {
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-message {
  margin: 10px auto;
  width: 100%;
  min-height: 75px;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stripe-integration-buttons {
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 993px) {
  .-mobile-links {
    display: none;
  }
}

.button-with-feedback {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.button-with-feedback > .loading-icon-container {
  height: 30px;
  margin-right: 5px;
}

.mobile .button-with-feedback > .loading-icon-container {
  height: 20px;
}

.mobile .button-with-feedback > span {
  font-size: 14px;
}

.selection-menu .selection-button {
  cursor: pointer;
}

.mobile .responsive-h1-desktop {
  display: none;
}

.desktop .responsive-h1-mobile {
  display: none;
}

.desktop.mobile-only,
.desktop .mobile-only {
  display: none;
}

.hidden {
  display: none;
}

.radio-select {
  margin-top: 15px;
}

.radio-select-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 2px solid #ddd;
  cursor: pointer;
}

.radio-select-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.radio-select-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.radio-select-item:not(:first-child) {
  border-top: none;
}

.radio-select-item:hover {
  background-color: #f1f1f1;
}

.radio-select-item input {
  width: auto;
  margin-right: 15px;
}

.radio-select-item input:checked {
  background-color: #f1f1f1;
}

.delete-button {
  cursor: pointer;
  color: #000;
  font-size: 18px;
}

.delete-button:hover {
  color: #ff002a;
}

input[type="radio"] {
  transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
}

a:hover {
  cursor: pointer;
}

.tag-list-container > div {
  font-size: 12px;
  display: inline-block;
  border-radius: 50vw;
  color: #828282;
  padding: 0.75em 1em;
  border: 1px solid #e1e1e3;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
}

.grid-table > table {
  width: 100%;
}

.grid-table > table > thead > tr > th {
  padding: 5px;
  color: #2a313b;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #e1e1e3;
  text-align: center;
}

.grid-table > table > tbody > tr > td {
  padding: 5px;
  color: #2a313b;
  font-size: 14px;
  border: 2px solid #e1e1e3;
  text-align: center;
}

#id_account_control_button {
  padding: 2.1875rem 0rem 1.5625rem 0.9375rem;
  position: relative;
  color: #2a313b;
}

.nav .-meta div span {
  display: block;
  line-height: 1.25rem;
  cursor: pointer;
}

#id_signout_button,
#id_signout_button_mobile {
  cursor: pointer;
}

@media (max-width: 767px) {
  .footer-closed {
    height: 0px !important;
  }
  .footer-opened {
    display: block !important;
    height: auto;
  }
  .-footer-links {
    overflow: hidden;
  }
}

.as-link {
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  text-decoration: underline;
  color: #2a313b;
  cursor: pointer;
}
@media (max-width: 767px) {
  .as-link {
    font-size: 1rem;
  }
}
.as-link:hover {
  color: #2480ff;
}

.record-player {
  margin-top: 0;
  margin-bottom: 64px;
  max-width: 250px;
}

.loading-message {
  position: relative;
  margin-top: 40px;
  height: 10rem;
}

@media (max-width: 797px) {
  .loading-message {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .loading-message {
    height: 5.5rem;
  }
  .record-player {
    margin-bottom: 40px;
  }
}
@media (max-width: 430px) {
  .loading-message {
    height: 7rem;
  }
}

.notification-message-appear {
  margin-bottom: -100px;
}

.notification-message-appear-done {
  margin-bottom: 0;
  transition: margin-bottom 750ms cubic-bezier(0.2, 0.3, 0.25, 0.9) !important;
}

.notification-message-enter {
  margin-bottom: -100px;
}

.notification-message-enter-done {
  margin-bottom: 0;
  transition: margin-bottom 750ms cubic-bezier(0.2, 0.3, 0.25, 0.9) !important;
}

.notification-message-exit {
  opacity: 1;
}

.notification-message-exit-active {
  opacity: 0;
  transition: opacity 750ms ease-out !important;
}

.es-notifications .-item .text {
  padding-left: 35px !important;
  padding-right: 35px !important;
  overflow-wrap: break-word;
}

.custom-tooltip {
  margin: 0px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  white-space: nowrap;
}

.custom-tooltip p {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.transparent-button {
  color: #6fcf97 !important;
  border: 1px solid #6fcf97;
  background-color: transparent;
}

.transparent-button span {
  color: #6fcf97 !important;
}

.publishing-details-received {
  background: rgba(111, 207, 151, 0.1);
  border: 1px solid #6fcf97;
  box-sizing: border-box;
  border-radius: 2px;
  max-width: 500px;
  width: 100%;
  margin: 50px auto;
  padding: 20px;
}
