@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/* new UI
* Soundraw x Dom
*/
/*top page*/
/* colors */
/* font-sizes */
/*
* Old ui
*/
/*
 * z index settings
 */
@media screen and (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/_tabbar_modal.scss */
  .tabbar-modal {
    padding-top: 104px;
  }
}

/* line 8, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .modal-dialog {
  color: transparent;
  background-clip: border-box, text;
  -moz-background-clip: border-box, text;
  -webkit-background-clip: border-box, text;
  background: -webkit-gradient(linear, left top, right top, from(#29abe2), color-stop(#8e98df), color-stop(#cda9e8), color-stop(#f2bbb7), to(#fff893)) border-box;
  background: linear-gradient(90deg, #29abe2, #8e98df, #cda9e8, #f2bbb7, #fff893) border-box;
  padding: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 4px solid;
}

/* line 27, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .modal-inside {
  padding: 2rem;
  background-color: #17202b;
  border-radius: 10px;
  height: auto;
}

/* line 33, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .modal-inside .form-group {
  background: black;
}

/* line 38, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .tabbar-modal-wrapper {
  position: relative;
  width: 95%;
  height: auto;
  padding: 1.3vw;
  pointer-events: auto;
  padding: 1px;
  opacity: 0.96;
  border-radius: 10px;
  background-color: #020b14;
}

/* line 49, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .tabbar-modal-wrapper .tabbar-header-license {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  font-size: calc(max(0.9vw, 17px));
}

/* line 57, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .tabbar-modal-wrapper .tabbar-footer {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 63, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .tabbar-modal-wrapper .tabbar-footer span {
  font-size: calc(max(0.7vw, 9px));
  line-height: 2.27;
  letter-spacing: 1px;
}

/* line 69, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .tabbar-modal-wrapper .tabbar-footer a {
  color: #39c0c4;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .tabbar-modal-wrapper .tabbar-close-btn {
  position: absolute;
  content: url("https://cdn.soundraw.io/app_assets/icons/ic_close_pc.svg");
  top: 0.5rem;
  right: 0.5rem;
  width: calc(min(1.5vw, 30px));
  height: calc(min(1.5vw, 30px));
  min-width: 25px;
  min-height: 25px;
  margin-top: calc(min(1.3vw, 25px));
  margin-right: calc(min(1.3vw, 25px));
  opacity: 0.75;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/_tabbar_modal.scss */
.tabbar-modal .tabbar-modal-wrapper .tabbar-close-btn:hover {
  opacity: 1;
}

@media screen and (min-width: 1600px) {
  /* line 97, app/assets/stylesheets/_tabbar_modal.scss */
  .tabbar-modal .tabbar-modal-wrapper {
    height: auto;
    max-height: none;
  }
}

/* new UI
* Soundraw x Dom
*/
/*top page*/
/* colors */
/* font-sizes */
/*
* Old ui
*/
/*
 * z index settings
 */
/* line 3, app/assets/stylesheets/global_class.scss */
html {
  background: #040b13;
}

/* line 6, app/assets/stylesheets/global_class.scss */
body {
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* line 12, app/assets/stylesheets/global_class.scss */
body[lang="en"] {
  font-family: "Inter";
  font-style: normal;
}

/* line 17, app/assets/stylesheets/global_class.scss */
body[lang="ja"] {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic", "Futura", "Avenir", Helvetica, Arial, sans-serif;
}

/* line 24, app/assets/stylesheets/global_class.scss */
#app {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
}

/* line 30, app/assets/stylesheets/global_class.scss */
button:not(:disabled):hover {
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/global_class.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 62, app/assets/stylesheets/global_class.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/global_class.scss */
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 70, app/assets/stylesheets/global_class.scss */
.btn:disabled {
  opacity: 0.65;
}

/* line 73, app/assets/stylesheets/global_class.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 78, app/assets/stylesheets/global_class.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 83, app/assets/stylesheets/global_class.scss */
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 87, app/assets/stylesheets/global_class.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, app/assets/stylesheets/global_class.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 97, app/assets/stylesheets/global_class.scss */
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 101, app/assets/stylesheets/global_class.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 106, app/assets/stylesheets/global_class.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 111, app/assets/stylesheets/global_class.scss */
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 116, app/assets/stylesheets/global_class.scss */
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 122, app/assets/stylesheets/global_class.scss */
.col,
.col-6,
.col-10,
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 131, app/assets/stylesheets/global_class.scss */
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 136, app/assets/stylesheets/global_class.scss */
.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 140, app/assets/stylesheets/global_class.scss */
.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 144, app/assets/stylesheets/global_class.scss */
.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 149, app/assets/stylesheets/global_class.scss */
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 154, app/assets/stylesheets/global_class.scss */
.btn-yellow {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  background: #fffb93;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 165, app/assets/stylesheets/global_class.scss */
.btn-yellow.lg {
  height: 40px;
  min-width: 100px;
}

/* line 170, app/assets/stylesheets/global_class.scss */
.btn-secondary:disabled,
.btn-yellow:disabled {
  cursor: default;
}

/* line 175, app/assets/stylesheets/global_class.scss */
.btn-yellow:not(:disabled):hover {
  cursor: pointer;
  background-color: #ffd52e;
  border-color: #ffd52e;
}

/* line 181, app/assets/stylesheets/global_class.scss */
.btn-secondary {
  font-size: 0.875rem;
  line-height: 1rem;
  background: #040b13;
  border-radius: 8px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

/* line 189, app/assets/stylesheets/global_class.scss */
.btn-secondary:not(:disabled):hover {
  cursor: pointer;
  background-color: #17202b;
  border-color: #17202b;
}

/* line 195, app/assets/stylesheets/global_class.scss */
.text-yellow {
  color: #fffb93;
}

/* line 199, app/assets/stylesheets/global_class.scss */
.letter-spacing-1 {
  letter-spacing: 0.1rem;
}

/* width */
/* line 204, app/assets/stylesheets/global_class.scss */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
/* line 210, app/assets/stylesheets/global_class.scss */
::-webkit-scrollbar-track {
  background: #343a40;
}

/* Handle */
/* line 215, app/assets/stylesheets/global_class.scss */
::-webkit-scrollbar-thumb {
  background: #dadada;
}

/* Handle on hover */
/* line 220, app/assets/stylesheets/global_class.scss */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

/* Horizontal scrollbar */
/* line 224, app/assets/stylesheets/global_class.scss */
::-webkit-scrollbar:horizontal {
  height: 16px;
}

/* line 227, app/assets/stylesheets/global_class.scss */
::-webkit-scrollbar-thumb:horizontal {
  height: 8px;
  background-color: #dadada;
  border: 4px solid #343a40;
}

/* line 232, app/assets/stylesheets/global_class.scss */
.btn-rounded {
  border-radius: 2.5rem;
}

/* line 236, app/assets/stylesheets/global_class.scss */
.modal-subscribe {
  background-color: rgba(2, 11, 20, 0.86);
}

/* line 239, app/assets/stylesheets/global_class.scss */
.modal-subscribe.error {
  background-color: #db1436;
}

/* line 243, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body {
  color: #fff;
  position: relative;
}

/* line 247, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .subscription-close-btn {
  position: absolute;
  content: url("https://cdn.soundraw.io/app_assets/icons/ic_close_pc.svg");
  top: 0;
  right: 0;
  width: calc(15px + 0.2vw);
  height: calc(15px + 0.2vw);
  margin-top: 1rem;
  margin-right: 1rem;
  opacity: 1;
  cursor: pointer;
}

/* line 258, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .subscription-close-btn:hover {
  opacity: 1;
}

/* line 263, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .text-title {
  font-weight: 700;
  letter-spacing: 5px;
}

/* line 268, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .description {
  width: 45%;
}

/* line 271, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .description p {
  font-weight: 700;
  line-height: 20px;
}

/* line 277, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .plan-left {
  width: 65%;
  margin-left: 35%;
  border: 1px solid #ffffff;
  border-radius: 25px;
}

/* line 284, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .plan-right {
  width: 65%;
  margin-right: 35%;
  border: 1px solid #ffffff;
  border-radius: 25px;
}

/* line 292, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .price-information.price-information-en {
  width: 45%;
}

/* line 295, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .price-information.price-information-en .price-top-left {
  left: -40%;
  font-size: 19px;
}

/* line 300, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .price-information.price-information-en .price-center {
  font-size: 57px;
  font-weight: 700;
  font-family: "Futura", "Yu Gothic", sans-serif;
}

/* line 307, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .price-information.price-information-ja {
  width: 75%;
}

/* line 310, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .price-information.price-information-ja .price-top-left {
  left: -12%;
  font-size: 19px;
}

/* line 315, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .price-information.price-information-ja .price-center {
  font-size: 40px;
  font-weight: 700;
  font-family: "Futura", "Yu Gothic", sans-serif;
}

/* line 322, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .price-information .price-bottom-right {
  bottom: 10%;
  width: 100%;
  font-size: 19px;
}

/* line 328, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .price-information .price-top-right {
  font-size: 22px;
  font-weight: 600;
  top: 10%;
}

/* line 335, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .btn-white {
  background-color: #fffb93;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 180px;
}

/* line 340, app/assets/stylesheets/global_class.scss */
.modal-subscribe .modal-body .btn-white:hover {
  opacity: 0.8;
}

/* line 347, app/assets/stylesheets/global_class.scss */
.modal-backdrop {
  background-color: rgba(2, 11, 20, 0.62);
}

/* line 351, app/assets/stylesheets/global_class.scss */
.overflow-y-hidden {
  overflow-y: hidden;
}

/* line 355, app/assets/stylesheets/global_class.scss */
.top-container {
  font-family: "Inter";
  font-style: normal;
  color: #eaf2fb;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 11.5rem 2rem;
}

@media screen and (max-width: 450px) {
  /* line 366, app/assets/stylesheets/global_class.scss */
  #composition-panel .has-tooltip {
    margin-left: 5px;
  }
  /* line 371, app/assets/stylesheets/global_class.scss */
  .account--page--header__maintitle {
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
  }
  /* line 377, app/assets/stylesheets/global_class.scss */
  .account--page--header__content {
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    color: #eaf2fb;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
  /* line 387, app/assets/stylesheets/global_class.scss */
  .sign-up-btn {
    display: block !important;
  }
  /* line 391, app/assets/stylesheets/global_class.scss */
  .uniform-title {
    font-size: 40px;
    line-height: 48px;
  }
  /* line 396, app/assets/stylesheets/global_class.scss */
  .drop-slide-header iconify-icon,
i {
    right: 0rem;
  }
  /* line 401, app/assets/stylesheets/global_class.scss */
  .info-wrapper .info-content {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 407, app/assets/stylesheets/global_class.scss */
  .top-container {
    padding: 7rem 1rem;
  }
}

@media screen and (min-width: 451px) {
  /* line 413, app/assets/stylesheets/global_class.scss */
  .top-container {
    padding: 1rem;
  }
  /* line 417, app/assets/stylesheets/global_class.scss */
  .drop-slide-header iconify-icon,
i {
    right: 1rem;
  }
}

@media only screen and (max-width: 450px) {
  /* line 424, app/assets/stylesheets/global_class.scss */
  .top-container {
    padding: 0rem 1rem !important;
  }
}

@media screen and (max-width: 390px) {
  /* line 430, app/assets/stylesheets/global_class.scss */
  .soundraw-logo {
    background-image: url(/assets/favicon-399fd999b5d51c1594e9102aa9139a4ace8d9c81dd5c9b8dfda6a34917acc5d2.ico);
  }
}

/* line 435, app/assets/stylesheets/global_class.scss */
h1,
h2,
h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6 p {
  margin: 0 !important;
}

/* line 450, app/assets/stylesheets/global_class.scss */
.bg-dark {
  background-color: #040b13 !important;
}

/* line 454, app/assets/stylesheets/global_class.scss */
img {
  pointer-events: none;
}

/* line 458, app/assets/stylesheets/global_class.scss */
.submit-error-msg {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #dc3545;
}

/* line 467, app/assets/stylesheets/global_class.scss */
.sign-up-caption {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  color: #eaf2fb;
  text-align: left;
  margin-bottom: 16px;
}

/* line 478, app/assets/stylesheets/global_class.scss */
.sign-up-input {
  background: #17202b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  color: #eaf2fb;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  border-radius: 8px;
  width: 100%;
}

/* line 493, app/assets/stylesheets/global_class.scss */
.sign-up-input::-webkit-input-placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  color: #7b858d;
}
.sign-up-input::-moz-placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  color: #7b858d;
}
.sign-up-input:-ms-input-placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  color: #7b858d;
}
.sign-up-input::-ms-input-placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  color: #7b858d;
}
.sign-up-input::placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  color: #7b858d;
}

/* line 502, app/assets/stylesheets/global_class.scss */
.header-subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  background: -webkit-linear-gradient(45deg, #29abe2, #8e98df, #cda9e8, #f2bbb7, #fff893);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  margin-bottom: 0.5rem;
}

/* line 524, app/assets/stylesheets/global_class.scss */
.subscribe-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7b858d;
}

/* line 533, app/assets/stylesheets/global_class.scss */
.usage-stats-wrapper {
  height: 136px;
  padding: 1rem;
  background-color: #040b1354;
  border-bottom: 4px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#29abe2), color-stop(#8e98df), color-stop(#cda9e8), color-stop(#f2bbb7), to(#fff893)) 0 0 1;
  -webkit-border-image: linear-gradient(90deg, #29abe2, #8e98df, #cda9e8, #f2bbb7, #fff893) 0 0 1;
       -o-border-image: linear-gradient(90deg, #29abe2, #8e98df, #cda9e8, #f2bbb7, #fff893) 0 0 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#29abe2), color-stop(#8e98df), color-stop(#cda9e8), color-stop(#f2bbb7), to(#fff893)) 0 0 1;
          border-image: linear-gradient(90deg, #29abe2, #8e98df, #cda9e8, #f2bbb7, #fff893) 0 0 1;
}

/* line 549, app/assets/stylesheets/global_class.scss */
.usage-type {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #7b858d;
}

/* line 556, app/assets/stylesheets/global_class.scss */
.usage-type:after {
  content: "\2192";
  color: #7b858d;
  margin-left: 9.5px;
  opacity: 0.33;
}

/* line 563, app/assets/stylesheets/global_class.scss */
.usage-stats-wrapper .hover-yellow-underline {
  text-decoration: none;
  text-underline-offset: 4px;
}

/* line 568, app/assets/stylesheets/global_class.scss */
.usage-stats-wrapper .hover-yellow-underline:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fffb93;
          text-decoration-color: #fffb93;
}

@media screen and (max-width: 768px) {
  /* line 574, app/assets/stylesheets/global_class.scss */
  .uniform-title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (max-width: 412px) {
  /* line 581, app/assets/stylesheets/global_class.scss */
  .uniform-title {
    font-size: 35px !important;
    line-height: 48px !important;
  }
}

/* line 587, app/assets/stylesheets/global_class.scss */
.uniform-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: #eaf2fb;
}

/* line 596, app/assets/stylesheets/global_class.scss */
.drop-slide-header {
  padding: 1.5rem 1rem;
  background-color: #040b1354;
  cursor: pointer;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: relative;
  padding-right: 2rem;
  gap: 1rem;
  text-decoration: none;
}

/* line 608, app/assets/stylesheets/global_class.scss */
.drop-slide-header iconify-icon,
i {
  color: #eaf2fb;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

/* line 614, app/assets/stylesheets/global_class.scss */
.drop-slide-active {
  background-color: #040b13;
}

/* line 618, app/assets/stylesheets/global_class.scss */
.info-wrapper {
  caret-color: transparent;
}

/* line 622, app/assets/stylesheets/global_class.scss */
.info-wrapper .field-name {
  font-size: 16px;
  line-height: 24px;
  color: #eaf2fb;
}

/* line 628, app/assets/stylesheets/global_class.scss */
.info-wrapper .info-content {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #eaf2fb;
}

/* line 635, app/assets/stylesheets/global_class.scss */
.drop-slide-header .slide-arrow {
  width: 15px;
  height: 24px;
  background: url("https://api.iconify.design/ep/arrow-down-bold.svg?color=%23eaf2fb&width=15&height=24") no-repeat center center/contain;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 643, app/assets/stylesheets/global_class.scss */
.drop-slide-active .slide-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 648, app/assets/stylesheets/global_class.scss */
.drop-slide-header:hover {
  background-color: #040b13;
}

/* line 652, app/assets/stylesheets/global_class.scss */
.drop-slide-content {
  padding: 1.5rem 5.5rem;
  background: #040b13;
  -webkit-animation: slide 0.5s forwards;
          animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* line 659, app/assets/stylesheets/global_class.scss */
.slide-content-show {
  display: block;
  -webkit-animation: slide 0.5s forwards;
          animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* line 665, app/assets/stylesheets/global_class.scss */
.slide-content-hide {
  display: none;
  -webkit-animation: slide 0.5s forwards;
          animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@media screen and (min-width: 992px) and (max-width: 1200px), (max-width: 640px) {
  /* line 673, app/assets/stylesheets/global_class.scss */
  .drop-slide-content {
    padding: 1.5rem 1.5rem;
  }
}

/* line 678, app/assets/stylesheets/global_class.scss */
.input-form-wrapper label,
input {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #eaf2fb;
}

/* line 686, app/assets/stylesheets/global_class.scss */
.input-form-wrapper input {
  width: 100%;
  height: 80px;
  outline: none;
  padding: 1.5rem;
  background-color: transparent;
  border: 2px solid #cfdded;
  border-radius: 8px;
}

/* line 696, app/assets/stylesheets/global_class.scss */
.confirm-form-wrapper button {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  border-radius: 8px;
  height: 64px;
  padding: 1rem;
  border: none;
}

/* line 706, app/assets/stylesheets/global_class.scss */
.confirm-form-wrapper .confirm-form-save {
  background: #fffb93;
  color: #040b13;
}

/* line 711, app/assets/stylesheets/global_class.scss */
.confirm-form-wrapper .confirm-form-cancel {
  background-color: transparent;
  color: #eaf2fb;
}

@media screen and (min-width: 451px) {
  /* line 718, app/assets/stylesheets/global_class.scss */
  .account--page--header__maintitle {
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    color: #eaf2fb;
  }
  /* line 725, app/assets/stylesheets/global_class.scss */
  .account--page--header__content {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #eaf2fb;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

/* line 738, app/assets/stylesheets/global_class.scss */
.v-popper--theme-tooltip .v-popper__inner {
  color: #fff !important;
  background: #17202b !important;
  text-align: center !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.5rem !important;
  max-width: 14.6875rem !important;
  font-size: 13px !important;
}

/* line 748, app/assets/stylesheets/global_class.scss */
.v-popper--theme-tooltip .v-popper__arrow-outer,
.v-popper--theme-tooltip .v-popper__arrow-inner {
  border-color: #17202b !important;
}

/* line 1, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 44px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

/* line 38, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

/* line 45, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}

/* line 59, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button .gsi-material-button-contents {
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 69, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 80, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

/* line 86, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

/* line 90, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

/* line 94, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

/* line 100, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button:not(:disabled):hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

/* line 109, app/assets/stylesheets/google_sign_in.scss */
.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

/* line 1, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #000000;
  background-image: none;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  height: 44px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

/* line 39, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button .apple-sign-in-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

/* line 46, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button .apple-sign-in-button-content-wrapper {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

/* line 60, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button .apple-sign-in-button-contents {
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 71, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button:disabled {
  cursor: default;
  background-color: #00000061;
  border-color: #1f1f1f1f;
}

/* line 77, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button:disabled .apple-sign-in-button-contents {
  opacity: 38%;
}

/* line 81, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button:disabled .apple-sign-in-button-icon {
  opacity: 38%;
}

/* line 85, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button:not(:disabled):active,
.apple-sign-in-button:not(:disabled):focus {
  background-color: #1a1a1a;
}

/* line 90, app/assets/stylesheets/apple_sign_in.scss */
.apple-sign-in-button:not(:disabled):hover {
  background-color: #1a1a1a;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

/* line 3, app/assets/stylesheets/admin.scss */
.admin-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

/* line 9, app/assets/stylesheets/admin.scss */
.admin-table th,
.admin-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 15, app/assets/stylesheets/admin.scss */
.admin-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 20, app/assets/stylesheets/admin.scss */
.admin-table.admin-table-sm th,
.admin-table.admin-table-sm td {
  padding: 0.3rem;
}

/* line 26, app/assets/stylesheets/admin.scss */
.admin-table.admin-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 32, app/assets/stylesheets/admin.scss */
.admin-wrapper {
  min-height: 100vh;
}

/* line 39, app/assets/stylesheets/admin.scss */
.admin-wrapper .pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 1rem 0;
}

/* line 45, app/assets/stylesheets/admin.scss */
.admin-wrapper .pagination > span {
  margin: 0 1rem;
}

/* line 49, app/assets/stylesheets/admin.scss */
.admin-wrapper .search-form input,
.admin-wrapper .search-form select {
  border-radius: 5px;
}

/* line 54, app/assets/stylesheets/admin.scss */
.admin-wrapper th,
.admin-wrapper td,
.admin-wrapper p,
.admin-wrapper span,
.admin-wrapper div {
  color: #ffffff;
}

/* line 61, app/assets/stylesheets/admin.scss */
.admin-wrapper a {
  color: #fffb93;
  font-size: larger;
  font-weight: 600;
}

/* new UI
* Soundraw x Dom
*/
/*top page*/
/* colors */
/* font-sizes */
/*
* Old ui
*/
/*
 * z index settings
 */
/* line 5, app/assets/stylesheets/subscription.scss */
body#payment-page {
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #040b13;
}

/* line 11, app/assets/stylesheets/subscription.scss */
body#payment-page a {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/subscription.scss */
body#payment-page #submit-stripe {
  background: #fffb93;
  border: 1px solid #fffb93;
  color: #000000;
}

/* line 21, app/assets/stylesheets/subscription.scss */
body#payment-page #submit-stripe:disabled {
  cursor: default;
}

/* line 25, app/assets/stylesheets/subscription.scss */
body#payment-page #submit-stripe:not(:disabled):hover {
  cursor: pointer;
  background-color: #ffd52e;
  border-color: #ffd52e;
}

/* line 31, app/assets/stylesheets/subscription.scss */
body#payment-page #submit-stripe:not(:disabled):active {
  cursor: pointer;
  background-color: #ffd52e;
  border-color: #ffd52e;
}

/* line 37, app/assets/stylesheets/subscription.scss */
body#payment-page footer {
  display: none;
}

/* line 42, app/assets/stylesheets/subscription.scss */
body .btn-yellow {
  font-size: 1rem;
}

/* line 46, app/assets/stylesheets/subscription.scss */
body .secondary {
  color: #29abe2;
}

/* line 50, app/assets/stylesheets/subscription.scss */
body .grey {
  color: #7b858d;
}

/* line 54, app/assets/stylesheets/subscription.scss */
body .separator {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
}

/* line 61, app/assets/stylesheets/subscription.scss */
body .separator::before,
body .separator::after {
  content: "";
  -webkit-box-flex: 1;
          flex: 1;
  border-bottom: 1px solid;
}

/* line 68, app/assets/stylesheets/subscription.scss */
body .separator:not(:empty)::before {
  margin-right: 0.25em;
}

/* line 72, app/assets/stylesheets/subscription.scss */
body .separator:not(:empty)::after {
  margin-left: 0.25em;
}

/* line 76, app/assets/stylesheets/subscription.scss */
body .btn-skip-subscription {
  color: #eaf2fb;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  border-radius: 8px;
  border: 2px solid #17202b;
  padding: 16px 24px;
}

/* line 1, app/assets/stylesheets/thank_you.scss */
#thankyou-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-attachment: fixed;
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(120deg, #1b252f 51%, #020b14 100%);
}

/* line 9, app/assets/stylesheets/thank_you.scss */
#thankyou-page .card {
  background-color: transparent;
  color: #ffffff;
  border: none;
}

/* line 14, app/assets/stylesheets/thank_you.scss */
#thankyou-page .card .btn-continue {
  background-color: #fffb93;
  color: #000000;
  border: 2px solid #fffb93;
}

/* line 19, app/assets/stylesheets/thank_you.scss */
#thankyou-page .card .btn-continue:hover {
  background-color: #c7c474;
  border: 2px solid #c7c474;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/* line 27, app/assets/stylesheets/thank_you.scss */
#thankyou-page footer {
  display: none;
}

/* line 32, app/assets/stylesheets/thank_you.scss */
#signup-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-attachment: fixed;
  background-image: linear-gradient(116deg, #1b252f 51%, #020b14);
}

/* line 39, app/assets/stylesheets/thank_you.scss */
#signup-page .signup-content {
  min-width: 18rem;
  max-width: 50rem;
  width: 100vw;
  background-color: #020b14;
  border-radius: 56px;
}

/* line 46, app/assets/stylesheets/thank_you.scss */
#signup-page .signup-content .card {
  background-color: transparent;
  color: #ffffff;
  border: none;
}

/* line 51, app/assets/stylesheets/thank_you.scss */
#signup-page .signup-content .card .btn-continue {
  background-color: #fffb93;
  color: #000000;
  border: 2px solid #fffb93;
}

/* line 56, app/assets/stylesheets/thank_you.scss */
#signup-page .signup-content .card .btn-continue:hover {
  background-color: #c7c474;
  border: 2px solid #c7c474;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/* line 65, app/assets/stylesheets/thank_you.scss */
#signup-page footer {
  display: none;
}

@media screen and (max-width: 450px) {
  /* line 71, app/assets/stylesheets/thank_you.scss */
  #signup-page {
    display: block;
    background-color: #020b14;
  }
}

/* new UI
* Soundraw x Dom
*/
/*top page*/
/* colors */
/* font-sizes */
/*
* Old ui
*/
/*
 * z index settings
 */
/* line 4, app/assets/stylesheets/user.scss */
#user-page {
  height: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(120deg, #1b252f 51%, #020b14 100%);
  color: #ffffff;
}

/* line 12, app/assets/stylesheets/user.scss */
#user-page::before {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -9999;
}

/* line 20, app/assets/stylesheets/user.scss */
#user-page button:focus,
#user-page input[type="submit"]:focus {
  outline: 0;
}

/* line 24, app/assets/stylesheets/user.scss */
#user-page button {
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/user.scss */
#user-page .edit-icon {
  height: 30px;
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/user.scss */
#user-page #user-tab {
  position: relative;
  border-bottom: 0px;
  height: 80px;
}

/* line 37, app/assets/stylesheets/user.scss */
#user-page #user-tab #tab-wrapper {
  height: 100%;
}

/* line 39, app/assets/stylesheets/user.scss */
#user-page #user-tab #tab-wrapper > ul {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
          align-items: flex-end;
}

/* line 44, app/assets/stylesheets/user.scss */
#user-page #user-tab #tab-wrapper > ul > li > a {
  position: relative;
  color: #333333;
  background: #fff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/* line 56, app/assets/stylesheets/user.scss */
#user-page #user-tab #tab-wrapper > ul .active.show {
  border-bottom: 2px solid #3c40c6;
  color: #3c40c6;
}

/* line 63, app/assets/stylesheets/user.scss */
#user-page .tab-content {
  height: calc(100% - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  /* Track */
  /* Handle */
}

/* line 69, app/assets/stylesheets/user.scss */
#user-page .tab-content::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* line 75, app/assets/stylesheets/user.scss */
#user-page .tab-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e7e5e5;
}

/* line 81, app/assets/stylesheets/user.scss */
#user-page .tab-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}

/* line 94, app/assets/stylesheets/user.scss */
#user-page #profile-tab #close-form-btn {
  cursor: pointer;
  color: #888888;
}

/* line 99, app/assets/stylesheets/user.scss */
#user-page #profile-tab #save-form-btn {
  cursor: pointer;
  background-color: #fffb93;
  border: 1px solid #fffb93;
  border-radius: 25px;
  color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 15px;
}

/* line 108, app/assets/stylesheets/user.scss */
#user-page #profile-tab #save-form-btn:hover {
  opacity: 0.8;
}

/* line 113, app/assets/stylesheets/user.scss */
#user-page #profile-tab #news-letter-susbcriptions-status-panel {
  display: none;
}

/* line 117, app/assets/stylesheets/user.scss */
#user-page #profile-tab .news-letter-subscription-radio {
  display: none;
}

/* line 121, app/assets/stylesheets/user.scss */
#user-page #profile-tab .news-letter-subscription-radio:checked
+ .news-letter-subscription-label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #3c40c6;
  border-radius: 50%;
  margin-right: 0.5rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/* line 134, app/assets/stylesheets/user.scss */
#user-page #profile-tab .news-letter-subscription-radio:not(:checked)
+ .news-letter-subscription-label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #888888;
  border-radius: 50%;
  margin-right: 0.5rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/* line 146, app/assets/stylesheets/user.scss */
#user-page #profile-tab .edit-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #eaf2fb;
  border: 2px solid #eaf2fb;
  background-color: #040b13;
  border-radius: 8px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 1;
          order: 0;
  flex-grow: 0;
  text-decoration: none;
  cursor: pointer;
}

/* line 163, app/assets/stylesheets/user.scss */
#user-page #profile-tab .edit-btn:focus {
  outline: 0;
}

/* line 167, app/assets/stylesheets/user.scss */
#user-page #profile-tab .edit-btn:disabled {
  background-color: #989898;
  border-color: #989898;
}

/* line 172, app/assets/stylesheets/user.scss */
#user-page #profile-tab .edit-btn:hover {
  color: #fffb93;
  border-color: #fffb93;
}

/* line 177, app/assets/stylesheets/user.scss */
#user-page #profile-tab .p-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 183, app/assets/stylesheets/user.scss */
#user-page #profile-tab .warning {
  color: #ff2000;
}

/* line 187, app/assets/stylesheets/user.scss */
#user-page #profile-tab #unsubscribe-reason,
#user-page #profile-tab #unsubscribe-reuse,
#user-page #profile-tab #unsubscribe-back {
  width: 350px;
  margin: auto;
}

/* line 193, app/assets/stylesheets/user.scss */
#user-page #profile-tab #unsubscribe-reason span,
#user-page #profile-tab #unsubscribe-reuse span,
#user-page #profile-tab #unsubscribe-back span {
  font-size: 12px;
  letter-spacing: 1px;
}

/* line 198, app/assets/stylesheets/user.scss */
#user-page #profile-tab #unsubscribe-reason .sub-form,
#user-page #profile-tab #unsubscribe-reuse .sub-form,
#user-page #profile-tab #unsubscribe-back .sub-form {
  margin-left: 21px;
}

/* line 202, app/assets/stylesheets/user.scss */
#user-page #profile-tab #unsubscribe-reason .form-control,
#user-page #profile-tab #unsubscribe-reuse .form-control,
#user-page #profile-tab #unsubscribe-back .form-control {
  font-size: 0.8rem;
  border-radius: 0;
  border: 2px solid #fffb93;
}

/* line 209, app/assets/stylesheets/user.scss */
#user-page #profile-tab #payment-method-container {
  padding: 0rem 2.5rem;
  background: #040b13;
}

/* line 215, app/assets/stylesheets/user.scss */
#user-page #payment-tab .payment-frame-height {
  height: 60px;
}

/* line 218, app/assets/stylesheets/user.scss */
#user-page #payment-tab #update-payment-method {
  display: none;
}

/* line 222, app/assets/stylesheets/user.scss */
#user-page #payment-tab .edit-card-detail {
  font-size: 24px;
}

/* line 225, app/assets/stylesheets/user.scss */
#user-page #payment-tab .new-payment-method-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 45px;
  width: 100%;
  margin-top: 16px;
  padding-left: 15px;
  border: 1px solid #989898;
  background: #fff;
  border-radius: 5px;
  font-size: 13px;
  color: #333333;
  text-align: left;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* line 239, app/assets/stylesheets/user.scss */
#user-page #payment-tab .new-payment-method-wrapper:hover {
  border: 1px solid #3c40c6;
  cursor: pointer;
}

/* line 244, app/assets/stylesheets/user.scss */
#user-page #payment-tab .card-brand {
  max-width: 26px;
  margin-left: 7px;
}

/* line 249, app/assets/stylesheets/user.scss */
#user-page #payment-tab .update-card-failed {
  color: red;
}

/* line 253, app/assets/stylesheets/user.scss */
#user-page #payment-tab #edit-card-number,
#user-page #payment-tab #edit-card-exp,
#user-page #payment-tab #edit-card-cvc {
  outline: none;
  padding: 1.5rem;
  background-color: transparent;
  border: 2px solid #cfdded;
  border-radius: 8px;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 268, app/assets/stylesheets/user.scss */
#user-page #payment-tab #submit-stripe-btn {
  cursor: pointer;
  background-color: #fffb93;
  border: 1px solid #fffb93;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #040b13;
}

/* line 283, app/assets/stylesheets/user.scss */
#user-page #payment-tab #submit-stripe-btn:hover {
  opacity: 0.8;
}

/* line 288, app/assets/stylesheets/user.scss */
#user-page #plan-tab .modal-left-wrapper {
  width: 100%;
  margin: 0 -15px;
}

/* line 292, app/assets/stylesheets/user.scss */
#user-page #plan-tab #first-month-cashback-applied {
  color: #3ece86;
}

/* line 297, app/assets/stylesheets/user.scss */
#user-page #sign-out-link a {
  color: #39c0c4;
}

/* line 301, app/assets/stylesheets/user.scss */
#user-page .h7 {
  font-size: 50%;
}

/* Subscription Cancel Button Modal Style */
/* line 310, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .modal-content,
#unsubscribe-reason-modal .modal-content,
#unsubscribe-success-modal .modal-content {
  background-color: black;
  min-height: 600px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* line 317, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .modal-content .subscription-close-btn,
#unsubscribe-reason-modal .modal-content .subscription-close-btn,
#unsubscribe-success-modal .modal-content .subscription-close-btn {
  position: absolute;
  content: url("https://cdn.soundraw.io/app_assets/icons/ic_close_pc.svg");
  top: 0;
  right: 0;
  width: calc(15px + 0.2vw);
  height: calc(15px + 0.2vw);
  margin-top: 1rem;
  margin-right: 1rem;
  opacity: 0.75;
  cursor: pointer;
}

/* line 328, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .modal-content .subscription-close-btn:hover,
#unsubscribe-reason-modal .modal-content .subscription-close-btn:hover,
#unsubscribe-success-modal .modal-content .subscription-close-btn:hover {
  opacity: 1;
}

/* line 334, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .font-large,
#unsubscribe-reason-modal .font-large,
#unsubscribe-success-modal .font-large {
  font-size: large !important;
  font-weight: 700;
}

/* line 339, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .edit-btn-white,
#unsubscribe-reason-modal .edit-btn-white,
#unsubscribe-success-modal .edit-btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  min-width: 195px;
}

/* line 346, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .edit-btn-white:hover, #japanase-plan-update-modal .edit-btn-white:active,
#unsubscribe-reason-modal .edit-btn-white:hover,
#unsubscribe-reason-modal .edit-btn-white:active,
#unsubscribe-success-modal .edit-btn-white:hover,
#unsubscribe-success-modal .edit-btn-white:active {
  background-color: #fffb93;
  border-color: #fffb93;
  color: #020b14;
}

/* line 352, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .edit-btn-white:focus,
#unsubscribe-reason-modal .edit-btn-white:focus,
#unsubscribe-success-modal .edit-btn-white:focus {
  border-color: #fffb93;
}

/* line 356, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .edit-btn-white-mid,
#unsubscribe-reason-modal .edit-btn-white-mid,
#unsubscribe-success-modal .edit-btn-white-mid {
  min-width: 280px;
}

/* line 359, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .edit-btn-white-ok,
#unsubscribe-reason-modal .edit-btn-white-ok,
#unsubscribe-success-modal .edit-btn-white-ok {
  text-decoration: none;
  text-align: center;
}

/* line 362, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .edit-btn-white-ok:focus,
#unsubscribe-reason-modal .edit-btn-white-ok:focus,
#unsubscribe-success-modal .edit-btn-white-ok:focus {
  border-color: #fffb93;
}

/* line 365, app/assets/stylesheets/user.scss */
#japanase-plan-update-modal .edit-btn-white-ok:focus-visible,
#unsubscribe-reason-modal .edit-btn-white-ok:focus-visible,
#unsubscribe-success-modal .edit-btn-white-ok:focus-visible {
  outline: none;
}

/* line 371, app/assets/stylesheets/user.scss */
#unsubscribe-reason-modal .modal-content {
  min-height: 530px;
}

@media screen and (max-width: 1024px) {
  /* line 377, app/assets/stylesheets/user.scss */
  #user-page #user-tab {
    position: relative;
    border-bottom: 0px;
  }
  /* line 381, app/assets/stylesheets/user.scss */
  #user-page #user-tab #tab-wrapper > ul {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }
  /* line 383, app/assets/stylesheets/user.scss */
  #user-page #user-tab #tab-wrapper > ul > li > a {
    position: relative;
    color: #333333;
    background: #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  /* line 394, app/assets/stylesheets/user.scss */
  #user-page #user-tab #tab-wrapper > ul .active.show {
    border-bottom: 2px solid #3c40c6;
    color: #3c40c6;
  }
  /* line 401, app/assets/stylesheets/user.scss */
  #user-page .checkbox-parts {
    font-size: 80%;
  }
}

@media screen and (max-width: 500px) {
  /* line 409, app/assets/stylesheets/user.scss */
  #user-page .checkbox-parts {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 450px) {
  /* line 416, app/assets/stylesheets/user.scss */
  .payment-frame-height {
    height: 60px;
    font-size: 12px;
  }
  /* line 421, app/assets/stylesheets/user.scss */
  .edit-btn {
    font-size: 17px !important;
  }
  /* line 426, app/assets/stylesheets/user.scss */
  #user-page #profile-tab #payment-method-container {
    padding: 0;
  }
}

/* line 23, app/assets/stylesheets/application.scss */
.clickable {
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/application.scss */
.pr-invisible-scroll {
  padding-right: 4px !important;
}

/* line 33, app/assets/stylesheets/application.scss */
input[type="radio"] {
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #eaf2fb;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

/* line 47, app/assets/stylesheets/application.scss */
input[type="radio"]::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  box-shadow: inset 1em 1em #eaf2fb;
}

/* line 57, app/assets/stylesheets/application.scss */
input[type="radio"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 61, app/assets/stylesheets/application.scss */
input[type="radio"]:checked {
  border: 2px solid #eaf2fb;
}

@layer base {
  /* line 67, app/assets/stylesheets/application.scss */
  button,
[role="button"] {
    cursor: pointer;
  }
  /* line 71, app/assets/stylesheets/application.scss */
  button:disabled,
[role="button"]:disabled {
    cursor: default;
  }
}
