.content {
  padding: 50px 180px 50px 180px;
}

/*  mfst_wallet my_accout start */

.mfst_wallet_my_account{
  margin-top: 40px ;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
}

.mfst_wallet_my_account_h1{

  grid-column: 1;
  grid-row: 1;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 50px !important;
  line-height: 140%;
}

.mfst_wallet_my_account_ul{
  margin-top: 30px;
  margin-left: 30px;
  grid-column: 1;
  grid-row: 2;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #2F2E2E;
}

.mfst_wallet_my_account_p{
  margin-top: 20px;
  grid-column: 1;
  grid-row: 3;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 142.18%;
  /* or 28px */

  text-align: justify;

  color: #3D3C3C;
}

.mfst_wallet_my_account_image{
  margin-top: 20px;
  margin-left: 30px;
  grid-column: 1;
  grid-row: 4;
}

.mfst_wallet_my_account_image img{
  width: 200px;
  height: 62px;
}

/*  mfst_wallet my_accout end */

.content__myaccount {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.myaccount h2 {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 33px;
  margin-bottom: 25px;
}

.myaccount__settings {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}

.myaccount__balance {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
}

.settings__credentials, .settings__confidentiality {
  font-family: Roboto;
}

.settings__newsletter {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings__newsletter p {
  margin: auto 20px;
}

.settings__newsletter-switch {
  position: relative;
  width: 65px;
  height: 34px;
}

.settings__newsletter-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.settings__newsletter-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: #3D3C3C;
  -webkit-transition: .4s;
  transition: .4s;
}

.settings__newsletter-switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  right: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.settings__newsletter-switch input:checked + .slider {
  background-color: #75155C;
}

.settings__newsletter-switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #75155C;
          box-shadow: 0 0 1px #75155C;
}

.settings__newsletter-switch input:checked + .slider:before {
  -webkit-transform: translateX(-26px);
  transform: translateX(-26px);
}

.settings__newsletter-switch .slider.round {
  border-radius: 34px;
}

.settings__newsletter-switch .slider.round:before {
  border-radius: 50%;
}

.settings__hottest {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings__hottest p {
  margin: auto 20px;
}

.settings__hottest-switch {
  position: relative;
  width: 60px;
  height: 34px;
}

.settings__hottest-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.settings__hottest-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: #3D3C3C;
  -webkit-transition: .4s;
  transition: .4s;
}

.settings__hottest-switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  right: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.settings__hottest-switch input:checked + .slider {
  background-color: #75155C;
}

.settings__hottest-switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #75155C;
          box-shadow: 0 0 1px #75155C;
}

.settings__hottest-switch input:checked + .slider:before {
  -webkit-transform: translateX(-26px);
  transform: translateX(-26px);
}

.settings__hottest-switch .slider.round {
  border-radius: 34px;
}

.settings__hottest-switch .slider.round:before {
  border-radius: 50%;
}

.settings__input {
  margin-top: 5px;
  margin-bottom: 25px;
}

.settings__input p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #878686;
}

.settings__input div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings__input div input {
  padding: 14px 20px;
  width: 455px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #8B8A8A;
  border-radius: 10px;
  color: #75155C;
}

.settings__input div img {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: auto 20px;
}

.settings__input div input:disabled {
  color: #A6A6A6;
  border: none;
  background: #ECECEC;
}

.settings__submition #change_user_submit {
  width: 245px;
  height: 50px;
  font-size: 20px;
  color: white;
  border-radius: 10px;
  border: none;
  margin-bottom: 20px;
  /*padding-top: 14px;*/
  cursor: pointer;
  background: #75155C;
}

.settings__submition #change_user_submit:disabled {
  background: #878686;
  cursor: auto;
}

/*.settings__submition #change_user_submit p {*/
/*  display: block;*/
/*  text-align: center;*/
/*}*/

.settings__submition #change_password_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 245px;
  height: 50px;
  font-size: 20px;
  color: white;
  background: #75155C;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.settings__submition #change_password_button p {
  margin: auto;
}

.settings__confidentiality {
  margin-top: 45px;
}

.settings__confidentiality p {
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 512px;
}

.balance__proccess {
  font-family: Roboto;
}

.balance__proccess h3 {
  font-size: 22px;
}

.balance__coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.balance__coins h2 {
  margin: auto 0;
}

.balance__coins h2:nth-child(1) {
  margin-right: 30px;
}

.balance__coins h2:nth-child(2) {
  margin-right: 5px;
}

.balance__coins img {
  margin: auto 0;
  cursor: pointer;
}

.balance__usdt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 5px;
}

.balance__usdt h2 {
  margin-right: 19px;
}

.balance__withdrawal {
  padding-bottom: 20px;
}

.balance__withdrawal-wallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.balance__withdrawal-wallet input {
  padding: 0 21px;
  height: 50px;
  width: 360px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #8B8A8A;
  border-radius: 10px;
  color: #75155C;
  margin: auto 20px;
}

.balance__withdrawal-send {
  display: block;
  width: 250px;
  font-size: 20px;
  padding: 15px 50px;
  color: white;
  background: #75155C;
  border-radius: 10px;
  border: none;
  margin: 36px 15% 5px;
  cursor: pointer;
}

.balance__withdrawal-send:disabled {
  background: #878686;
  cursor: auto;
}

.balance__withdrawal-error {
  margin-left: 15%;
  color: red;
}

.withdrawal__currency {
  width: 60px;
  height: 60px;
}

.balance__ps {
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 450px;
}

@media (max-width: 1500px) {
  .content {
    padding: 50px;
  }

  .settings__confidentiality p {
    width: 100%;
  }

  .balance__ps {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .navigation__tabs-name {
    margin-right: 100px;
  }
}

@media (max-width: 900px) {
  .navigation__tabs-name {
    margin-right: 50px;
  }
}

@media (max-width: 750px) {


  /*  mfst_wallet my_accout start */

  .mfst_wallet_my_account{
    margin-top: 40px ;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }

  .mfst_wallet_my_account_h1{

    grid-column: 1;
    grid-row: 1;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 50px !important;
    line-height: 140%;
  }

  .mfst_wallet_my_account_ul{
    margin-top: 30px;
    margin-left: 30px;
    grid-column: 1;
    grid-row: 2;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #2F2E2E;
  }

  .mfst_wallet_my_account_p{
    margin-top: 20px;
    grid-column: 1;
    grid-row: 3;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 142.18%;
    /* or 28px */

    text-align: justify;

    color: #3D3C3C;
  }

  .mfst_wallet_my_account_image{
    margin-top: 20px;
    margin-left: 30px;
    grid-column: 1;
    grid-row: 4;
  }

  .mfst_wallet_my_account_image img{
    width: 200px;
    height: 62px;
  }

  /*  mfst_wallet my_accout end */


  .content__myaccount {
    -ms-grid-columns: calc(100vw - 100px);
        grid-template-columns: calc(100vw - 100px);
    /* -ms-grid-rows: 4% 1000px 400px;
        grid-template-rows: 4% 1000px 400px; */
    /* -ms-grid-rows: 1000px 430px; */
        grid-template-rows: 1000px 800px;
      /* background-color: yellow; */
  }

  .myaccount__settings {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100vw - 100px);
        grid-template-columns: calc(100vw - 100px);
    -ms-grid-rows: 700px 300px;
        grid-template-rows: 700px 300px;
  }

  .myaccount__balance {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    margin-top: 30px;
    /* background-color: green; */
  }
}

@media (max-width: 500px) {
  .content {
    padding: 0 16px;
  }

  
  
  /* start edited new grid adaptive content */
  
  .content__myaccount {
    -ms-grid-columns: calc(100vw - 32px);
        grid-template-columns: calc(100vw - 32px);
    /* -ms-grid-rows: 4% 1000px 400px;
        grid-template-rows: 4% 1000px 400px; */
    -ms-grid-rows: 1050px 400px;
        grid-template-rows: 1050px 780px;
  }
  /* .myaccount h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    font-size: 25px;
    margin-bottom: 25px;
  } */
  .myaccount h2 {
    font-size: 25px;
  }
  /* .myaccount__settings {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100vw - 32px);
        grid-template-columns: calc(100vw - 32px);
    -ms-grid-rows: 600px 500px;
        grid-template-rows: 600px 500px;
  } */
  .myaccount__settings {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100vw - 32px);
        grid-template-columns: calc(100vw - 32px);
    -ms-grid-rows: 700px 350px;
        grid-template-rows: 700px 350px;
  }
  /* .myaccount__balance {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
  } */
  .myaccount__balance {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }

  /* end edited new grid adaptive content */

  .settings__credentials {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .settings__confidentiality {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .settings__confidentiality p {
    width: 100%;
  }
  .settings__input {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .settings__input p {
    margin-bottom: 0;
    font-size: 14px;
    color: #878686;
  }
  .settings__input div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .settings__input div input {
    padding: 14px 20px;
    width: 250px;
    font-size: 16px;
    margin-top: 5px;
  }
  .settings__newsletter, .settings__hottest {
    width: calc(100% - 32px);
  }
  .settings__newsletter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
        grid-template-columns: 25% 75%;
  }
  .settings__newsletter p {
    margin: auto;
  }
  .settings__hottest {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
        grid-template-columns: 25% 75%;
  }
  .settings__hottest p {
    margin: auto;
  }
  .balance__proccess {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100vw - 32px);
        grid-template-columns: calc(100vw - 32px);
    -ms-grid-rows: 40px 40px 40px 170px 100px;
        grid-template-rows: 40px 40px 40px 170px 100px;
    font-family: Roboto;
  }
  .balance__proccess h3 {
    font-size: 20px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .balance__coins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .balance__coins h2 {
    margin: auto 0;
  }
  .balance__coins h2:nth-child(1) {
    margin-right: 30px;
  }
  .balance__coins h2:nth-child(2) {
    margin-right: 5px;
  }
  .balance__coins img {
    margin: auto 0;
    cursor: pointer;
  }
  .balance__usdt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 5px;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .balance__usdt h2 {
    margin: 0;
    margin-right: 20px;
    height: 32px;
  }
  .balance__withdrawal {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .withdrawal__currency {
    width: 45px;
    height: 45px;
  }



  /*  █▀▀ ▄▀▄ █   █▀▀ █ █ █   ▄▀▄ ▀█▀ █▀█ █▀█    ▀█▀ █▄ █ █▀▄ █▀▀ ▀▄▀ 
      █▄▄ █▀█ █▄▄ █▄▄ █▄█ █▄▄ █▀█  █  █▄█ █▀▄    ▄█▄ █ ▀█ █▄▀ ██▄ █ █  */
  .balance__withdrawal-wallet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    width:  300px !important;
    
  }
  .balance__withdrawal-wallet input {
    padding: 0 21px;
    height: 50px;
    width: calc(100vw - 150px);
    font-size: 15px !important;
    font-weight: 200 !important;
    border: 1px solid #8B8A8A;
    border-radius: 10px;
    color: #75155C;
    margin: auto 20px;
  }
  .balance__withdrawal-send {
    display: block;
    width: calc(100vw - 32px);
    font-size: 20px;
    padding: 15px 50px;
    color: white;
    background: #75155C;
    border-radius: 10px;
    border: none;
    margin: 20px auto;
    cursor: pointer;
  }
  .balance__ps {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .content__myaccount {
    -ms-grid-columns: calc(100vw - 32px);
        grid-template-columns: calc(100vw - 32px);
    -ms-grid-rows: 1100px 400px;
        grid-template-rows: 1100px 400px;
  }

  .myaccount__settings {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100vw - 32px);
        grid-template-columns: calc(100vw - 32px);
    -ms-grid-rows: 750px 350px;
        grid-template-rows: 750px 350px;
  }
}
/*# sourceMappingURL=account__myaccount.css.map */