.satisfaction-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.satisfaction-layout .title-committed {
  font-family: "TikTok Text";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
}
.satisfaction-layout .subtitle-committed {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  /* App/P1-Regular */
  font-family: "TikTok Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}

.unsuscribe-container {
  background: #f8f8f8;
  width: 100vw;
  height: 100vh;
}

.unsuscribe {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unsuscribe-content {
  background: #fff;
  width: 600px;
  padding: 36px;
  border-radius: 14px;
  box-sizing: border-box;
}
.unsuscribe-title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 40px;
  margin-top: 20px;
}
.unsuscribe-button {
  display: inline-block;
  height: 48px;
  line-height: 32px;
  padding: 8px 20px;
  border-radius: 10px;
  background: #fe2c55;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.unsuscribe-isunsuscribe {
  width: 326px;
}
.unsuscribe-subtitle {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 22.1px */
  text-align: center;
  margin-bottom: 8px;
}
.unsuscribe-text {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.093px;
}

.soundon-header {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.soundon-header .language-selection {
  background-position: right -4px bottom 0px !important;
  border: none;
  width: auto;
  color: rgba(0, 0, 0, 0.48);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 19.5px */
  letter-spacing: 0.061px;
  padding: 0;
  padding-right: 20px;
  height: auto;
}

@media (max-width: 991px) {
  .unsuscribe {
    background: #fff;
  }
  .unsuscribe-content {
    width: 100%;
    padding: 20px;
  }
  .unsuscribe-button-box {
    border-top: 1px solid #0000001f;
    width: 100%;
    padding: 16px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }
  .unsuscribe-button {
    width: 100%;
    text-align: center;
  }
  .unsuscribe-isunsuscribe {
    width: 100%;
    padding: 0 32px;
  }
}
