@font-face {
  font-family: 'Raleway';
  src: url("fonts/Raleway-Medium.eot");
  src: url("fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Raleway-Medium.woff2") format("woff2"), url("fonts/Raleway-Medium.woff") format("woff"), url("fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("fonts/Raleway-Regular.eot");
  src: url("fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.woff") format("woff"), url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("fonts/Raleway-Bold.eot");
  src: url("fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Raleway-Bold.woff2") format("woff2"), url("fonts/Raleway-Bold.woff") format("woff"), url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

html,
body {
  font-size: 10px;
  height: 100% !important; }

* {
  padding: 0;
  margin: 0; }

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: .5rem;
  position: relative;
  background: #FBFBFB;
  box-shadow: -1px -2px 5px 0px #7d1038; }
  .header__logo {
    display: flex;
    margin: auto 0rem; }
    .header__logo .logo__link svg {
      height: 60px;
      width: 200px; }

.wrapper {
  display: flex;
  background: #fafafa;
  margin: 0rem;
  padding: 0rem;
  height: 100%; }
  .wrapper .landing {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #FAFAFA 15.88%, rgba(238, 238, 238, 0.23) 101.62%);
    width: 100%;
    height: 100%;
    justify-content: center; }
    .wrapper .landing .boldText {
      font-weight: 700; }
    .wrapper .landing__title {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 2.3rem;
      text-align: center;
      color: #D81B60;
      line-height: 35px;
      width: 70%;
      margin: 2rem auto 1rem auto; }
    .wrapper .landing__subtitle {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 1.6rem;
      text-align: center;
      color: #212121;
      line-height: 1.9rem;
      width: 90%;
      margin: 0rem auto;
       -webkit-transform: translateY(200px);
              transform: translateY(200px);
      transition: all .5s ease;
      opacity: 0; }
    .wrapper .landing .animatable--active {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1; }
    .wrapper .landing__image {
      height: 44rem;
      width: 100%;
      background: url("landingImageTry.svg") no-repeat;
      background-size: contain;
      background-position: center; }
    .wrapper .landing__text {
      display: block;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 1.8rem;
      text-align: center;
      color: #212121;
      width: 90%;
      margin: 0rem auto;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
      transition: all .5s ease; }
    .wrapper .landing__button {
      display: flex;
      width: 23rem;
      box-shadow: 2px 4px 5px rgba(230, 109, 153, 0.5);
      background: #D81B60;
      border-radius: 50px;
      margin: 3rem auto;
      padding: 2rem 2.5rem;
      text-decoration: none; }
      .wrapper .landing__button:active {
        background: #ab154c; }
      .wrapper .landing__button .buttonText {
        margin: auto;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        text-align: center;
        color: #fff; }
        .wrapper .landing__button .buttonText i {
          margin-right: 1rem; }

@media (min-width: 450px) and (max-width: 549px) {
  .wrapper .landing__title {
    margin-top: 2rem;
    width: 60%; }
  .wrapper .landing__subtitle {
    width: 80%;
    margin-top: 1rem; }
  .wrapper .landing__text {
    width: 80%; } }

@media (min-width: 551px) and (max-width: 695px) {
  .wrapper .landing__title {
    margin-top: 2rem;
    width: 50%; }
  .wrapper .landing__subtitle {
    width: 60%;
    margin-top: 2rem; }
  .wrapper .landing__image {
    height: 45rem; }
  .wrapper .landing__text {
    margin-top: 1rem;
    width: 60%; } }

@media (min-width: 696px) and (max-width: 767px) {
  .wrapper .landing__title {
    margin-top: 3rem;
    width: 50%; }
  .wrapper .landing__subtitle {
    width: 50%;
    margin-top: 1rem; }
  .wrapper .landing__image {
    height: 47rem; }
  .wrapper .landing__text {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 920px) {
  .wrapper .landing__title {
    margin-top: 3rem;
    width: 50%; }
  .wrapper .landing__subtitle {
    width: 50%;
    margin-top: 1rem; }
  .wrapper .landing__image {
    height: 47rem; }
  .wrapper .landing__text {
    width: 50%; } }

@media (min-width: 921px) and (max-width: 1030px) {
  .wrapper {
    display: flex;
    flex-direction: column; }
    .wrapper .landing {
      background: url("Component 7 (1).png") no-repeat;
      background-size: contain;
      background-position: right top; }
      .wrapper .landing__title {
        margin-top: 10rem;
        width: 30%;
        margin-left: 5rem;
        text-align: left; }
      .wrapper .landing__subtitle {
        width: 30%;
        margin-top: 2rem;
        margin-left: 5rem;
        text-align: left; }
      .wrapper .landing__image {
        display: none; }
      .wrapper .landing__text {
        width: 30%;
        color: #212121;
        margin-left: 5rem;
        text-align: left;
        margin-top: 3rem;
        margin-bottom: 3rem; }
      .wrapper .landing__button {
        background: #D81B60;
        margin-left: 5rem; }
        .wrapper .landing__button:hover {
          background: #ab154c; } }

@media (min-width: 1031px) and (max-width: 1200px) {
  .wrapper {
    display: flex;
    flex-direction: column; }
    .wrapper .landing {
      background: url("../image/Component 6 (1).png") no-repeat;
      background-size: contain;
      background-position: bottom right;
      min-height: 60rem; }
      .wrapper .landing__title {
        margin-top: 10rem;
        width: 27%;
        margin-left: 8rem;
        text-align: left; }
      .wrapper .landing__subtitle {
        width: 27%;
        margin-top: 2rem;
        margin-left: 8rem;
        text-align: left; }
      .wrapper .landing__image {
        display: none; }
      .wrapper .landing__text {
        width: 27%;
        color: #212121;
        margin-left: 8rem;
        text-align: left;
        margin-top: 3rem;
        margin-bottom: 3rem; }
      .wrapper .landing__button {
        background: #D81B60;
        margin-left: 8rem; }
        .wrapper .landing__button:hover {
          background: #ab154c; } }

@media screen and (min-width: 1201px) {
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .wrapper .landing {
      background: url("Component 6 (1).png") no-repeat;
      background-size: contain;
      background-position: right;
      height: 100%; }
      .wrapper .landing__title {
        margin-top: 10rem;
        width: 20%;
        margin-left: 17rem;
        text-align: left; }
      .wrapper .landing__subtitle {
        width: 20%;
        margin-top: 2rem;
        margin-left: 17rem;
        text-align: left;
        font-size: 1.4rem; }
      .wrapper .landing__image {
        display: none; }
      .wrapper .landing__text {
        width: 20%;
        color: #212121;
        margin-left: 17rem;
        text-align: left;
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-size: 1.4rem; }
      .wrapper .landing__button {
        background: #D81B60;
        margin-left: 17rem; }
        .wrapper .landing__button:hover {
          background: #ab154c; } }



.crypto__info {
  display: none; }



.wrapper__checkout {
  display: flex;
  background: #fafafa;
  margin: 0rem;
  padding: 0rem;
  justify-content: center;
}
.checkout {
  display: flex;
  justify-content: center;
  background: #fafafa;
  padding-bottom: 0rem; }
  .checkout__card {
    margin: 2rem 1.5rem;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 100%; }
    .checkout__cardHeader {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 20rem;
      box-sizing: border-box;
      justify-content: center;
      background: url("checkOutHeader.svg") no-repeat;
      background-size: contain;
      position: absolute;
      border-radius: 1rem;
      top: 0rem;
      left: -1rem; }
      .checkout__cardHeader .checkout__title {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 3rem;
        text-align: center;
        color: #fff;
        margin: -11rem auto 1rem auto; }
    .checkout__cardPrice {
      display: flex;
      justify-content: center;
      margin: 12rem auto 3rem auto; }
      .checkout__cardPrice .checkout__packageCurrency,
      .checkout__cardPrice .checkout__packagePrice {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 3rem;
        text-align: center;
        color: #212121;
        margin: 0rem .1rem; }
      .checkout__cardPrice .checkout__packageCurrency svg path {
        fill: #212121; }
    .checkout__cardList {
      display: flex;
      flex-direction: column;
      list-style-type: none;
      width: 100%;
      box-sizing: border-box;
      padding: 2rem; }
      .checkout__cardList .checkout__listText {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        text-align: left;
        color: #212121;
        margin-bottom: 1rem; }
      .checkout__cardList .checkout__listItem {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 1.7rem;
        text-align: left;
        color: #212121;
        padding: 1.5rem;
        position: relative;
        transition: all .5s ease; }
        .checkout__cardList .checkout__listItem:before {
          content: '';
          display: block;
          position: absolute;
          height: .5rem;
          width: .5rem;
          border-radius: 5rem;
          background: #111;
          top: 45%;
          left: 0rem;
          transition: all .7s ease; }
      .checkout__cardList .crypto__note {
        display: none;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        text-align: left;
        color: #E91E63;
        padding: 0rem 1rem; }
      .checkout__cardList .checkout__listItem--active {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        color: #E91E63;
        padding: 1.5rem 2.5rem;
        transition: all .5s ease; }
        .checkout__cardList .checkout__listItem--active:before {
          left: 1rem;
          background: #E91E63; }
    .checkout__card #main_bot {
      display: flex;
      width: 80%;
      height: auto;
      margin: 2rem auto 5rem auto;
      position: relative; }
    .checkout__card #slider_bottom {
      width: 100%;
      position: relative;
      height: 7px;
      border: none;
      background: linear-gradient(89.21deg, #7B2A72 2.69%, #D81B60 100%);
      box-shadow: -1px 2px 7px rgba(141, 15, 80, 0.2); }
    .checkout__card .tooltip_bottom {
      position: absolute;
      display: none;
      top: 45px;
      left: -15px;
      padding: 1rem 1.5rem;
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 1.5rem;
      text-align: center;
      background: #7B2A72;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15); }
    .checkout__card #ui-slider-handle {
      position: absolute;
      z-index: 2;
      width: 15px;
      height: 30px;
      cursor: pointer;
      outline: none;
      top: -12px;
      margin-left: -12px;
      background: #7B2A72;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
      border: none; }
    .checkout__card .ui-slider-range {
      background: transparent;
      position: absolute;
      border: 0;
      top: 0;
      height: 100%;
      border-radius: 25px; }
    .checkout__card #textarea_three {
      top: 1.5rem;
      left: -2.5rem; }
    .checkout__card #textarea_four {
      top: 1.5rem;
      right: -2rem; }
    .checkout__card #textarea_three, .checkout__card #textarea_four {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      text-align: center;
      color: #212121;
      padding: 1rem;
      position: absolute; }
    .checkout__card .checkout__info {
      margin: 2rem auto;
      display: flex;
      flex-direction: column;
      padding: 0rem 2rem; }
      .checkout__card .checkout__infoBonus {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        text-align: left;
        color: #212121;
        padding: .5rem 0rem; }
        .checkout__card .checkout__infoBonus .status--higlight {
          color: #7B2A72;
          font-weight: 700; }
        .checkout__card .checkout__infoBonus .price--higlight {
          font-family: 'Lato', sans-serif;
          font-weight: 700;
          font-size: 1.8rem;
          text-align: left; }
      .checkout__card .checkout__infoTotal {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        text-align: center;
        color: #212121;
        margin: 2rem auto 1rem auto; }
      .checkout__card .checkout__infoTotalPrice {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 3rem;
        text-align: center;
        color: #212121;
        margin: 1rem auto; }
    .checkout__card .checkout__button {
      width: 20rem;
      padding: 2rem 3rem;
      display: block;
      background: #D81B60;
      box-shadow: 2px 4px 5px rgba(230, 109, 153, 0.5);
      border-radius: 50px;
      font-family: 'Raleway', sans-serif;
      font-weight: 500;
      font-size: 1.8rem;
      text-align: center;
      line-height: 21px;
      text-decoration: none;
      color: #fff;
      transition: all .3s ease-in;
      margin: 0rem auto 3rem auto; }
      .checkout__card .checkout__button:active {
        background: #ab154c; }
    .checkout__card .checkout__btn--submit {
      width: 26rem;
      border: none; }
      .checkout__card .checkout__btn--submit:active {
        background: #ab154c; }
@media (min-width: 410px) and (max-width: 475px) {

  .checkout__cardHeader {
    background-size: contain;
    top: -.2rem;
    left: -.9rem;
    height: 25rem; }
  .checkout__cardHeader .checkout__title {
    margin-top: -14rem;
  }
  .checkout__cardPrice {
    margin-top: 15rem; }
}
@media (min-width: 476px) and (max-width: 519px) {
  .checkout__cardHeader {
    background-size: cover;
    top: -.2rem;
    left: -.9rem;
    height: 25rem; }
  .checkout__cardPrice {
    margin-top: 15rem; } }

@media (min-width: 520px) and (max-width: 589px) {
  .checkout__cardHeader {
    background-size: cover;
    top: -.2rem;
    left: -.9rem;
    height: 27rem; }
  .checkout__cardPrice {
    margin-top: 17rem; } }

@media (min-width: 590px) and (max-width: 769px) {
  .checkout__card {
    flex-basis: 40rem; }
    .checkout__cardHeader {
      background-size: contain;
      top: -.2rem;
      left: -.9rem;
      height: 27rem; }
      .checkout__cardHeader .checkout__title {
        margin-top: -13rem; }
    .checkout__cardPrice {
      margin-top: 15rem; } }

@media (min-width: 770px) and (max-width: 950px) {
  .checkout__card {
    flex-basis: 40rem; }
    .checkout__cardHeader {
      background-size: contain;
      top: -.2rem;
      left: -.9rem;
      height: 27rem; }
      .checkout__cardHeader .checkout__title {
        margin-top: -13rem; }
    .checkout__cardPrice {
      margin-top: 15rem; } }

@media (min-width: 951px) {
  .checkout__card {
    flex-basis: 39rem; }
    .checkout__cardHeader {
      background-size: contain;
      top: -.2rem;
      left: -.9rem;
      height: 27rem; }
      .checkout__cardHeader .checkout__title {
        margin-top: -13rem; }
    .checkout__cardPrice {
      margin-top: 15rem; }
    .checkout__cardList .checkout__listItem {
      transition: all .5s ease; }
      .checkout__cardList .checkout__listItem:hover {
        color: #E91E63; }
    .checkout__card .checkout__button:hover {
      background: #ab154c; } }


.message {
  display: flex;
  background: linear-gradient(to right top, #d81b60, #cc246e, #be2e7b, #ae3784, #9c3f8b, #8d4e9c, #7a5ba9, #6466b2, #417bc1, #038dc8, #009dc7, #00acc1);
  padding: 12rem 3rem; }
  .message__payment {
    margin: 0rem auto;
    padding: 3rem 1.5rem;
    background: #fafafa;
    border-radius: .5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .message__paymentSuccess {
      display: block;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 2.5rem;
      text-align: center;
      color: #834790;
      text-shadow: 1px 1px 1px #64366e;
      margin-bottom: 3rem;
      letter-spacing: .1rem; }
    .message__paymentText {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 1.7rem;
      text-align: center;
      color: #2d292a; }
    .message__paymentBtnBack {
      display: block;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 1.6rem;
      text-align: center;
      background: #D81B60;
      border-radius: .4rem;
      color: #fff;
      padding: 2rem 3rem;
      text-decoration: none;
      margin: 2rem auto;
      transition: all .3s ease; }
      .message__paymentBtnBack:active {
        background: #ab154c; }

@media (min-width: 580px) and (max-width: 770px) {
  .message {
    height: 100%;
    padding: 10rem 0; }
    .message__payment {
      flex-basis: 70%;
      padding: 4rem 2rem;
      margin: auto; } }

@media (min-width: 770px) and (max-width: 950px) {
  .message {
    height: 100%;
    padding: 10rem 0; }
    .message__payment {
      flex-basis: 50%;
      padding: 4rem 3rem;
      margin: auto; }
      .message__paymentBtnBack {
        width: 60%; }
        .message__paymentBtnBack:hover {
          background: #ab154c; } }

@media (min-width: 951px) {
  .message {
    height: 100%;
    padding: 13rem 0 16rem 0rem;
    flex-direction: column; }
    .message__payment {
      flex-basis: 45%;
      padding: 4rem;
      margin: auto; }
      .message__paymentBtnBack {
        width: 60%; }
        .message__paymentBtnBack:hover {
          background: #ab154c; } }

/*Placing order page*/
/* ------------------- Editor Dashboard --------------------------  */
.panel {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.panel {
  margin-bottom: 3rem; }
  
@media (min-width: 450px) and (max-width: 550px) {
  .panel {
    width: 80%;
    margin: 2rem auto; } }

@media (min-width: 551px) and (max-width: 767px) {
  .panel {
    width: 60%;
    margin: 2rem auto; } }

@media (min-width: 768px) and (max-width: 951px) {
  .panel {
    width: 50%;
    margin: 2rem auto; } }

@media (min-width: 952px) and (max-width: 1140px) {
  .panel {
    width: 40%;
    margin: 2rem auto; } }

@media (min-width: 1141px) {
  .panel {
    width: 30%;
    margin: 2rem auto; } }
          



/*system accounts page*/


.text {
  font-family: Raleway;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-style: normal;
  font-weight: normal;
  color: #212121; }

.input {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px rgba(175, 175, 175, 0.15);
  border-radius: 20px;
  font-family: Raleway;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-style: normal;
  font-weight: normal;
  color: #212121; }
  .input:focus {
    outline: none; }

.form__btn {
  outline: none;
  border: none;
  display: flex;
  padding: 2rem 3rem;
  width: 80%;
  margin: 3rem auto;
  border-radius: .5rem;
  background: #21B4B7;
  transition: all .5s ease;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .form__btn .button__text {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    letter-spacing: 0.2rem; }
  .form__btn:active {
    background: #1d9fa1; }

.dashboard__dropdown {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding: .5rem;
  flex-basis: 30%;
  margin-right: 1rem;
  border: 1px solid #ddd;
  border-radius: .4rem; }
  .dashboard__dropdown:focus {
    outline: none; }

.panel .accountCard__title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #212121;
  text-align: center;
  margin: 1.5rem auto; }

.panel .account__card {
  margin: 0rem 2rem 3rem 2rem; }
  .panel .account__card .account__title {
    display: flex;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #212121;
    margin-top: 2rem; }

  .panel .account__card  .account__title--show:after {
    content: '';
    display: block;
    width: 1.3rem;
    height: .8rem;
    background: url('arrowDownBlack.svg') no-repeat;
    background-size: contain;
    margin-left: 1rem;
    margin-top: auto;
    margin-bottom: auto;
  }
  .panel .account__card .account__text {
    margin-bottom: 3rem; }
  .panel .account__card .account__inputCard {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    position: relative;
    margin-top: 1rem; }
    .panel .account__card .account__inputCard--first {
      margin-top: 3rem;
    }
    .panel .account__card .account__inputCard .account__inputLabel {
      font-family: Raleway;
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 18px;
      color: #212121;
      text-align: left;
      margin-bottom: 1.5rem;
      margin-left: .5rem; }
    .panel .account__card .account__inputCard .account__inputIcon {
      display: block;
      width: 2rem;
      height: 2rem;
      background: url("questionIcon.svg") no-repeat;
      background-size: contain;
      margin-bottom: 1rem;
      margin-left: auto; }
    .panel .account__card .account__inputCard .account__iconText {
      position: absolute;
      background: #FFFFFF;
      box-shadow: 1px 1px 4px rgba(89, 89, 89, 0.15);
      border-radius: 10px;
      padding: 1rem;
      bottom: 7rem;
      right: 0rem;
      font-size: 1.2rem;
      max-width: 30rem; }
    .panel .account__card .account__inputCard .account__iconText--hide {
      display: none; }
    .panel .account__card .account__inputCard .account__input {
      width: 90%;
      padding: 1rem 1.5rem; }
    .panel .account__card .account__inputCard .account__inputLabel--select {
      align-self: center;
      margin-bottom: 0rem; }
    .panel .account__card .account__inputCard .account__inputSelection {
      margin-left: 1rem; }
  .panel .account__card .account__inputCard--position {
    position: relative; }
    .panel .account__card .account__inputCard--position .account__iconText--position {
      position: absolute;
      bottom: 3rem !important; }

.error__message {
  display: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  color: #f44336;
  margin: 2rem auto; }

.error__message--active {
  display: block;
}


.error__message--bold {
  font-weight: 600;
}

/*Placing order Pages*/

.account__inputLabel {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-left: .5rem; }

.account__input {
  width: 90%;
  padding: 1rem 1.5rem; }

.panel .placeOrder__menu {
  display: flex;
  flex-direction: column;
  width: 280px;
  margin: 1.5rem auto 0rem auto; }
  .panel .placeOrder__menuItem {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0rem; }
    .panel .placeOrder__menuItem .placeOrder__info {
      display: flex;
      flex-direction: column; }
      .panel .placeOrder__menuItem .placeOrder__infoTitle {
        font-weight: 700;
        margin-bottom: 5px; }
    .panel .placeOrder__menuItem .placeOrder__link {
      display: flex;
      background: #21B4B7;
      border-radius: 10px;
      font-family: Raleway;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 18px;
      color: #FFFFFF;
      text-decoration: none;
      padding: 1rem 1.5rem;
      text-align: center; }
      .panel .placeOrder__menuItem .placeOrder__link:after {
        content: '';
        display: block;
        width: 1.3rem;
        height: 1rem;
        background: url("arrowRight.svg") no-repeat;
        background-size: contain;
        margin: auto 0rem auto 1.5rem; }
    .panel .placeOrder__menuItem .placeOrder__linkOrders {
      background: #FFA000; }

.panel .text__error {
  margin: 3rem 0rem -2rem 0rem;
  font-weight: 700;
  text-align: center; }

.panel .text__error--red {
  color: #F44336; }

.panel .text__error--green {
  color: #388E3C; }

.panel .placeOrder__form {
  display: flex;
  flex-direction: column;
  padding: 0rem 2rem; }
  .panel .placeOrder__form .placeOrder__select {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #E5E5E5; }
    .panel .placeOrder__form .placeOrder__select:focus {
      outline: none; }
  .panel .placeOrder__form .placeOrder__label {
    margin: 2.5rem 0rem 1rem .3rem; }
  .panel .placeOrder__form .placeOrder__label .account__inputLabel--extraInfo {
    margin-left: .5rem;
    font-size: 1.1rem;
    font-family: "Lato";
    font-weight: 400;
  }
  .panel .placeOrder__form .placeOrder__input {
    width: 100%;
    border-radius: 10px; }
    .panel .placeOrder__form .placeOrder__input:focus {
      outline: none; }
  .panel .placeOrder__form .placeOrder__input--disabled {
    border: 1px solid #E5E5E5;
    box-sizing: border-box; 
    box-shadow: 1px 1px 4px rgba(175, 175, 175, 0.15);
    background: #fafafa; }
  .panel .placeOrder__form .placeOrder__comments {
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(89, 89, 89, 0.15);
    border: none;
    padding: 1rem 1.5rem; }
    .panel .placeOrder__form .placeOrder__comments:focus {
      outline: none; }

   .panel  .placeOrder__warningCard {
    margin: 2rem auto 0rem auto;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    
    border-radius: 10px;
    background: #FFEB3B;
   }

   .panel .placeOrder__form .comments__btnsGender {
    display: flex;
   }

   .panel .placeOrder__form .comments__btnsGender .comments__btnGender {
    width: 106px;
    height: 40px;

    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px rgba(175, 175, 175, 0.15);
    border-radius: 10px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    outline: none;
    color: #212121;
    transition: all .5s ease;
   }

  .panel .placeOrder__form .comments__btnsGender .comments__btnGender--chosen {
    background: #ffb63b;
    color: #fff;
  }

   

   .comments__btnGender--margin {
    margin-left: 1.5rem;
   }

   .panel  .placeOrder__warningCardText {
    font-family: 'Lato';
    text-align: center;
    font-weight: 600;
   }
  .panel .placeOrder__form .password__card {
    display: flex;
    margin: 1.5rem; }
    .panel .placeOrder__form .password__card .btn__password--show {
      border: none;
      outline: none;
      background: none;
      width: 1.5rem;
      height: 1.5rem; }
    .panel .placeOrder__form .password__card .text {
      font-size: 1.3rem;
      align-self: center;
      text-align: left;
      margin-left: 1rem; }

.panel .placeOrder__form .quantity__limits {
  font-family: Lato;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: .5rem;
  margin-left: .5rem;
}

.order__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #C2185B;
    margin-bottom: 1rem;
    margin-top: 2rem;
    letter-spacing: .2rem; }


/*TABLE*/


.table__text {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px; }

.table__responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table {
  margin: 0;
  width: 100%;
  margin-bottom: 1rem;
  color: #6B6C71; }

.table thead tr td {
  font-weight: 700;
  color: #212121;
  vertical-align: middle;
  border: none;
  font-size: 2vw;
  text-align: center; }

.table tbody tr td {
  padding: 1rem;
  color: #212121;
  font-size: 2vw;
  vertical-align: middle;
  border: none; }

.table tbody tr .text-long {
  font-size: 2.2vw; }
  .table tbody tr .text-long a {
    font-size: 2.2vw; }

.table tbody tr .table__status {
  border-radius: 40px;
  padding: .5rem 1rem;
  color: #fff; }

.table tbody tr .status--pending {
  background: #FFA000; }

.table tbody tr .status--completed {
  background: #388E3C; }

.table tbody tr .status--canceled {
  background: #F44336; }

 .table tbody tr .status--refunded {
    background: #3F51B5;
 }

 .table__links {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
 }

 .table__pagination {
 font-family: 'Lato';
 margin: 0rem .2rem;
 transition: all .5s ease;
 }



.text-long {
  word-break: break-all !important; }

.custom__table {
  box-sizing: border-box; }
  .custom__table .table tbody tr:nth-child(odd) td {
    background: #eee; }

@media (min-width: 550px) {
  .table thead tr td {
    font-size: 1.3rem; }
  .table tbody tr td {
    font-size: 1.3rem; }
  .table tbody tr .text-long {
    font-size: 1.3rem; }
    .table tbody tr .text-long a {
      font-size: 1.3rem; } }

.searchbar {
  max-width: 500px;
  margin: 1rem 0rem 1rem auto;
  padding: 0rem 1rem;
  font-size: 1.7rem;
}

.searchbar__input,
.searchbar__btn{
  font-size: 1.5rem;
}


.scrapper__title, .scraper__requestLineTitle, .scraper .scraper__title {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #212121; }

.button__text, .scraper__parseOption .button__text, .scraper__btn--submit .button__text {
  display: block;
  margin: auto; }

.scraper__pendingIcon {
  display: none;
  width: 2rem;
  height: 2rem;
  margin: 2rem auto;
  background: url("scraperPendingIcon.svg") no-repeat;
  background-size: contain;
  -webkit-animation: rotationArrow 1s infinite linear;
          animation: rotationArrow 1s infinite linear; }

@keyframes rotationArrow {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.scraper__pendingIcon--show {
  display: block;
}

.scraper {
  max-width: 450px;
  margin: 3rem auto;
  padding: 0rem 1rem; }
.order__btnBack {
  font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 18px;
      margin-left: 2rem;
}
  .scraper__requestLine {
    display: flex; }
    .scraper__requestLineIcon {
      display: block;
      height: 2rem;
      width: 3rem;
      background: url("scraperIcon.svg") no-repeat;
      background-size: contain;
      margin-right: 1.3rem; }
    .scraper__requestLineText {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      margin-left: 1rem;
      color: #212121; }
  .scraper__requestLine--toShow {
    margin: 1rem auto 3rem auto;
    justify-content: center;
  }
  .scraper .scraper__title--margin {
    margin: 1.5rem 0rem; }
  .scraper__parse {
    display: flex;
    justify-content: space-between; }
    .scraper__parseOption {
      width: 90px;
      height: 30px;
      background: #FFFFFF;
      border: 1px solid #E5E5E5;
      box-sizing: border-box;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      display: flex;
      align-items: center;
      text-align: center;
      color: #212121;
      outline: none;
      transition: all .5s ease; }
      .scraper__parseOption:active {
        background: rgba(173, 182, 255, 0.25);
        border: 1px solid #ADB6FF; }
    .scraper__parseOption--chosen {
      background: rgba(173, 182, 255, 0.25);
      border: 1px solid #ADB6FF; }
    .scraper__parseOption--disabled {
      background: #FAFAFA;
      border: 1px solid #E5E5E5;
      box-sizing: border-box;
      border-radius: 10px;
      color: #9E9E9E; }
  .scraper .scraper__error {
    display: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin: 1rem auto;
    text-align: center;
    color: #FF1515; }
  .scraper .scraper__error--active {
    display: block; }
  .scraper__input {
    display: block;
    margin: 2.5rem 0rem 2rem 0rem;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px 1px rgba(77, 77, 77, 0.1);
    border-radius: 20px;
    width: 100%;
    padding: 1rem 1rem 1rem 2.5rem;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    outline: none;
    border: none;
    color: #212121; }
    .scraper__input :focus {
      outline: none; }
  .scraper__btn--submit {
    display: block;
    width: 121px;
    height: 40px;
    background: #D81B60;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    outline: none;
    border: none;
    color: #FFFFFF;
    margin: 0rem auto 3rem auto;
    transition: all .5s ease; }
    .scraper__btn--submit:active {
      background: #c11856;
      color: #fff; }
    .scraper__btn--submitClicked {
      background: #6D0D30;
    }
    .scraper__btn--submit:focus {
      outline: none;
      border: none; }
  .scraper__post {
    display: block;
    width: 10rem;
    height: auto;
    border-radius: 10px;
    margin: 0rem auto 2.5rem auto; }
    .scraper__postImage {
      height: 10rem;
      width: 100%;
      border-radius: 10px; }
  .scraper__comments {
    margin-bottom: 4rem; }
    .scraper__commentsItem {
      display: flex;
      margin: 1.5rem 0rem; }
      .scraper__commentsItemImage {
        width: 3rem;
        height: auto;
        border-radius: 50%; }
        .scraper__commentsItemImageCrop {
          display: block;
          height: 3rem;
          width: 100%;
          border-radius: 50%; }
      .scraper__commentsItemText {
        width: calc(100% - 4rem);
        margin-left: 1rem;
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #212121; }
        .scraper__commentsItemTextName {
          font-weight: 600;
          margin-right: .5rem; }
    .scraper__commentsBtn--load {
      display: block;
      width: 121px;
      height: 35px;
      background: #D81B60;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      border: none;
      color: #FFFFFF;
      margin: .8rem auto; }
    .scraper__commentsBtn--load:focus {
      outline: none;
      border: none;
    }
  .scraper__commentsActions {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem; }
    .scraper__commentsActionsBtn {
      width: 140px;
      height: 50px;
      padding: .5rem 1rem;
      background: #FFFFFF;
      border: 1px solid #E5E5E5;
      box-sizing: border-box;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: 0.1em;
      color: #212121;
      transition: all .5s ease; }
      .scraper__commentsActionsBtn:active {
        background: #D81B60;
        color: #fff; }
      .scraper__commentsActionsBtn:focus {
        outline: none;
      }
    .scraper__commentsActionsBtn--primary {
      border: 1px solid #D81B60;
      transition: all .5s ease; }

.scraper--toShow {
  display: none;
  padding-bottom: 4rem; }

.order__btnBack--hidden {
  display: none; }

.scraper__error--hidden {
  display: none; }

.scraper__text--CopiedToClipboard {
  font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #212121;
      display: none;
      text-align: center;
}

.scrapper__autoloadingCheckbox {
  display:  flex;
margin: 1rem auto 2rem auto;
}

.scrapper__autoCheckbox {
  display: block;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 5px;
  width:  2rem;
  height:   2rem;   
}

.scrapper__autoCheckboxText {
  margin-left:  1rem;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
}