:root {
  --main-bg-color: #fffff;
  --regular-text-color: #646567;
  --submit-btn-text-color: #FFF9F9;
  --btn-bg-color: #8F47EC;
  --section-btn-bg-color: linear-gradient(180deg, #F8F3FF 0%, #FFFFFF 48.96%, #F8F3FF 100%);
  --link-hover-color: #8F47EC;
  --btn-text-color: #5B25E5;
  --hover-bg-color: #FFF8DF;
  --approved-border-color: #B4F54A;
  --pending-border-color: #FF0000;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

textarea,
.tasksType_select,
.problemType_select,
.accType_select {
  -webkit-appearance: none;
}

.accType_select::-ms-expand {
  display: none;
}

html,
body {
  height: 100%;
}



body {
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: var(--main-bg-color);
  overflow-x: hidden;
  min-height: 100vh;
}

.contentWindow {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.kg_header {
  padding-top: 6px;
  padding-bottom: 7.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid rgba(100, 101, 103, 0.3);
  background: #FFFFFF;
  z-index: 1;
}

.lang_logo {
  display: flex;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 12.5px;
}

/* .header_loggedout {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.header__nav {
  height: 100%;
}

.header_size {
  height: 75px;
}

.menu__icon {
  margin-top: 15px;
  margin-right: 1.5rem;
  display: block;
  width: 27px;
  height: 20px;
  background: url("images/menu.svg") no-repeat;
  background-size: contain;
  color: var(--regular-text-color);
}

.kg_languageSelect {
  margin-left: 1.9rem;
  border: none;
  color: var(--regular-text-color);
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
}

.balanceInfo {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 7px 23px 9px;
  background: linear-gradient(180deg, #864BE4 0%, #A26FF3 47.92%, #864BE4 100%);
  box-shadow: 0px 4px 22px 0px rgba(143, 71, 236, 0.3019607843);
}

.balanceInfo_text {
  text-align: center;
  color: var(--submit-btn-text-color);
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

.balanceCount {
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.045em;
  text-align: center;
  color: #FFF9F9;
  letter-spacing: 0;
}

.menu__list {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 50;
  top: 74px;
  right: 0rem;
  flex-direction: column;
  align-items: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  padding: 1rem;
  padding-left: 1.9rem;
  list-style-type: none;
}

.menu__list-item {
  margin-bottom: 2rem;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
}

.sectionAnswer_username {
  margin-right: 48px;
}

.logo_smm {
  display: block;
  margin-left: 5px;
  width: 134px;
  height: 21px;
  background: url("images/logosmm.svg") no-repeat;
  background-size: contain;
}

.menu__list-item:hover {
  color: var(--link-hover-color);
}

.menu__list-item:active {
  color: var(--link-hover-color);
}

.item__link:hover {
  color: var(--link-hover-color);
}

.menu__icon--clicked {
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.menu__list--opened {
  opacity: 1;
  transition: all 0.5s ease;
  visibility: visible;
  height: 100%;
  background: #FFFFFF;
}

.nav-bg--checked::before {
  transition: 0.2s;
  opacity: 1;
  z-index: 15;
}

.showPassword_block {
  margin-right: auto;
  margin-top: -15px;
  margin-bottom: 15px;
}

.kg_line {
  margin-top: 1.5rem;
  width: 100%;
  border: 0.5px solid rgba(100, 101, 103, 0.3);
}

.automatic__togglerBig {
  margin-top: 2rem;
  width: 28rem;
  box-shadow: 0px -5px 10px 0px rgba(250, 218, 255, 0.2509803922);
  overflow: hidden;
}

.db__togglerBig {
  display: flex;
  position: relative;
  width: 280px;
  height: 42px;
  background: linear-gradient(264.93deg, #FBDFFF 0%, #FEF5FF 25%, #FBDFFF 52.08%, #FEF5FF 76.04%, #FBDFFF 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: auto;
  margin-left: auto;
}

.db__toggleBigLeft {
  width: 14rem;
}

.db__togglerBigLeft {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  width: 13rem;
  height: 42px;
  color: #9699AC;
  text-align: center;
  transition: all 0.5s ease;
  border-radius: 30px;
}

.db__togglerBigText {
  position: relative;
}

.db__togglerBigText--topLayer {
  position: absolute;
  z-index: 1;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  color: var(--regular-text-color);
}

.db__togglerBigRight {
  width: 14rem;
  padding: 20px;
}

.db__togglerBigRight {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  width: 12.5rem;
  margin-top: auto;
  margin-bottom: auto;
  color: #9699AC;
  transition: all 0.5s ease;
}

.db__togglerBigDarkGrey--left {
  left: 0;
  transition: all 0.5s ease;
}

.db__togglerBigDarkGrey--right {
  right: 0;
  transition: all 0.5s ease;
}

.db__togglerBigDarkGrey {
  display: flex;
  position: absolute;
  background: #FFFFFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.5s ease;
  width: 140px;
  height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.5s ease;
}

.blockToHide {
  display: none;
}

.blockToShow--visible {
  display: block;
}

.signInUpForm_Wrapper {
  display: flex;
  margin: 0 auto;
  width: 280px;
  flex-direction: column;
  box-shadow: 0px 4px 10px 0px #F9DFFF;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.signDashboard__form {
  display: flex;
  padding: 3rem 2.5rem;
  justify-content: center;
}

.kgSignInUp__form {
  padding: 2.1rem 1.5rem 3rem;
  display: flex;
  flex-direction: column;
}

.signKingdom__input,
.wallet_id,
.username_input,
.syncToken {
  -webkit-appearance: none;
  width: 100%;
  min-width: 180px;
  max-width: 300px;
  height: 50px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border: 1px solid rgba(214, 74, 235, 0.5019607843);
  border-radius: 20px;
  padding-left: 15px;
  margin-bottom: 1.5rem;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  outline: none;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.kg_button,
.save_btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  background-color: #864BE4;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  border: none;
  color: #FFFFFF;
  padding: 1rem 0;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.045em;
  text-align: center;
  color: #FFF9F9;
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn:focus-visible {
  background-color: #6e27e0;
  border-color: none;
}

.btn:active,
.btn:hover,
.kg_button:hover,
.save_btn:hover {
  background: #6e27e0;
  color: #FFFFFF;
}

.btn:active,
.kg_button:active,
.save_btn:active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  color: #FFFFFF;
}

.button__text {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.045em;
  text-align: center;
  color: #FFF9F9;
}

.kg_footer {
  flex-shrink: 0;
  margin-top: auto;
}

.footer_line {
  display: flex;
  margin: 0 auto;
  width: 80%;
  border: 0.5px solid rgba(100, 101, 103, 0.3);
}

.footeroption {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 225px;
}

a {
  text-decoration: none;
  color: var(--regular-text-color);
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}

a:hover {
  color: var(--link-hover-color);
}

.terms_conditions {
  display: flex;
  align-items: baseline;
}

#agree_to_TC {
  margin-right: 5px;
}

.footer_text {
  display: flex;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  justify-content: center;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #CCCCCC;
}

.kg_updateBlock {
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 590px;
  padding: 0.5rem 1.7rem 0;
  display: none;
  margin: 0 auto;
  background: linear-gradient(96.86deg, #F8CA71 39.83%, #FFE1A7 50.46%, #F8CA71 62.25%);
  box-shadow: 0px 4px 4px 0px rgba(248, 202, 113, 0.5019607843);
}

.kg_updateBlock--closed {
  display: none;
}

.update_headline {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.update_text {
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #666167;
}

.openUpdate_btn {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  max-width: 590px;
  padding-top: 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: linear-gradient(96.86deg, #F8CA71 39.83%, #FFE1A7 50.46%, #F8CA71 62.25%);
  height: 46px;
}

.arrow_container {
  position: absolute;
  left: 47%;
  bottom: -5px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  height: 21px;
  width: 28px;
  border-radius: 50%;
  background: #FEDB99;
  border: none;
}

.openUpdBtn_arrow {
  display: flex;
  justify-content: center;
  margin: 7px auto;
  width: 18px;
  height: 8px;
  background: url("images/white_arrow_down.svg") no-repeat;
  background-size: contain;
}

.openUpdate_text {
  display: block;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.openUpdate_text--opened {
  display: none;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.openUpdBtn_arrow--clicked {
  transform: scaleY(-1);
}

.tgSync_block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1.8rem 1.9rem 2rem;
  border-radius: 20px;
  background: linear-gradient(109.55deg, #FFFFFF 0%, #EEE3FF 0%, #FFFFFF 44.12%, #EEE3FF 97.36%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1098039216);
  width: 100%;
  max-width: 590px;
  margin-top: 20px;
}

.tgSync_block--closed {
  display: none;
}

.tgSyncTitle_block {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.syncBlock_title {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  color: var(--regular-text-color);
}

.btn-close,
.close_icon {
  display: block;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 5px;
  height: 17px;
  width: 17px;
  background: url("images/closebtn.svg") no-repeat;
  background-size: contain;
  border: none;
  outline: none;
}

.modal-footer {
  border-top: none;
  padding-bottom: 30px;
  padding-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}


.modal-content {
  border: none;
}

.modal-header {
  border-bottom: none;
}

.btn-close {
  box-sizing: inherit;
}


.regular_text,
.success_text,
.error_text,
.task_subsection,
.username_text,
.email_error,
.sectionName {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--regular-text-color);
}

.syncToken {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
  max-width: 300px;
}

.kg_sections {
  display: flex;
  flex-direction: column;
  /*margin-left: 1.9rem;
  margin-right: 1rem;
  margin-top: 20px;*/
  width: 100%;
  max-width: 590px;
  margin: 20px auto;
  margin-bottom: 0;
}

.padding-top {
  padding-top: 0;
}

.pop_up-title {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
}

.kg_sectionTitle {
  margin-bottom: 15px;
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.055em;
  text-align: left;
  color: var(--regular-text-color);
}

.completeTasks_btn {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  margin: 1.6rem auto;
  border-radius: 20px;
  width: 100%;
  min-width: 261px;
  max-width: 300px;
  background: linear-gradient(180deg, #F1E7FF 0%, #FFFFFF 48.96%, #F1E7FF 100%);
  border: 1px solid #DABCFF;
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.3019607843);
  color: #5B25E5;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.completeTasks_btn:hover {
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.4588235294);
}

.completeTasks_btn:active {
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.4588235294) inset;
}

.tasks_icon {
  display: inline-block;
  margin-right: 1rem;
  width: 22px;
  height: 19px;
  background: url("images/tasksicon.svg") no-repeat;
  background-size: contain;
}

.proceedArrow_icon {
  display: inline-block;
  margin-right: 10px;
  margin-left: auto;
  width: 9px;
  height: 19px;
  background: url("images/proceedBlueicon.svg") no-repeat;
  background-size: contain;
}

.statisticsBlock {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 5px;
}

.statContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0.8rem;
  width: 135px;
  border-radius: 20px;
  border: 1px solid #DABCFF;
  box-shadow: 4px 0px 4px 0px rgba(143, 71, 236, 0.1490196078);
}

.stat_iconandtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.completedtasks_icon {
  display: inline-block;
  margin-right: 12px;
  height: 32px;
  width: 35px;
  background: url("images/completedtasks_icon.svg") no-repeat;
  background-size: contain;
}

.stat_descriptionText {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  height: 36px;
}

.statDigit_text {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--regular-text-color);
  margin-left: 5px;
}

.invitedppl_icon {
  display: inline-block;
  height: 31px;
  width: 44px;
  margin-right: 5px;
  background: url("images/invitedppl_icon.svg") no-repeat;
  background-size: contain;
}

.earnedcoins_icon {
  display: inline-block;
  height: 34px;
  width: 39px;
  margin-right: 6px;
  background: url("images/earnedcoins_icon.svg") no-repeat;
  background-size: contain;
}

.referralLinkContainer,
.uploadedFileContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  min-width: 260px;
  max-width: 300px;
  height: 50px;
  border: 1px solid #AEB0B0;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 20px;
  padding-right: 1px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  outline: none;
}

.commentContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  min-width: 260px;
  height: 50px;
  border: 1px solid #AEB0B0;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 20px;
  padding-right: 1px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  outline: none;
}

.problem_textarea,
.comment_textarea {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
}

.report_problem_answer {
  margin: 0 auto;
}

.referralLink,
.input-file-text {
  outline: 0;
  width: 240px;
  height: 40px;
  border: none;
  padding-left: 15px;
  border-radius: 20px;
  color: var(--regular-text-color);
}

.button--copy,
.button--add {
  background: var(--btn-bg-color);
  border-radius: 20px;
  padding: 14px 10px;
  border: none;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFAFA;
}

.copy_comment_btn {
  background-color: #D547EC;
  border-radius: 20px;
  padding: 14px 26px;
  border: none;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFAFA;
}

.copy_comment_btn:hover {
  background-color: #D43FEC;
}


.button--copy:hover,
.button--add:hover {
  background: #8130ea;
}

.copy_comment_btn:active,
.button--copy:active,
.button--add:active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.order__btn--copy {
  position: absolute;
  right: 1px;
}

.no_tasksBlock {
  display: none;
}

.server_error {
  display: none;
}

.time_out {
  display: none;
}

.notasks_text {
  margin: 0 auto;

}

.kg__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem;
  border-radius: 20px;
  width: 100%;
  min-width: 261px;
  max-width: 300px;
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.3019607843);
  background: var(--section-btn-bg-color);
  border: none;
  color: var(--btn-text-color);
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.modal-footer {
  display: block;
}

.withdrawal_form {
  display: flex;
  flex-direction: column;
}

.kg__btns:hover {
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.4588235294);
}

.kg__btns:active {
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.4588235294) inset;
}

.proceedgreyarrow_icon {
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url("images/proceedgreyarrow.svg") no-repeat;
  background-size: contain;
}

.email_title {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.045em;
  text-align: center;
  color: #646567;
}

.verifyEmail_block {
  box-shadow: 0px 4px 4px 0px #D547EC4D;
  border-radius: 20px;
  border: 1px solid #DABCFF;
  background: #FFF8DF;
  padding: 15px 20px 17px;
}

/*.personalInfo_Wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}*/
.sectionName {
  margin-bottom: 10px;
}

.sectionAnswer {
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: right;
  color: #212121;
}

.penIcon {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: url("images/penIcon.svg") no-repeat;
  background-size: contain;
}

.infoWrapper {
  display: flex;
  flex-direction: column;
  margin-top: 13px;
  width: 100%;
}

.personalInfo_input {
  outline: 0;
  outline-offset: 0;
}

.sectionsWrapper {
  display: flex;
  justify-content: space-between;
}

.email_error {
  color: #FF0000;
  margin-bottom: 0;
}

.changeBtn {
  margin-left: 10px;
  border: none;
  outline: none;
  background-color: transparent;
}

.save_btn {
  padding: 3px 10px;
  width: auto;
  display: inline-block;
}

.withdrawalMethods_Wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  gap: 10px;
  padding-bottom: 23px;
  border-bottom: 0.5px solid rgba(100, 101, 103, 0.3);
}

.withdrawalMethod_block {
  position: relative;
  background-color: var(--main-bg-color);
  min-width: 140px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1098039216);
  border: 1px solid #AEB0B0;
  border-radius: 20px;
  padding: 18px 9px 16px;
  align-items: center;
}

.withdrawalMethod_block:hover {
  background-color: var(--hover-bg-color);
  border: 1px solid #D547EC;
}

.withdrawalMethod_block:active {
  background-color: var(--hover-bg-color);
  border: 1px solid #D547EC;
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.3019607843) inset;
}

.withdrawalMethod_block:target {
  background-color: var(--hover-bg-color);
  border: 1px solid #D547EC;
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.3019607843) inset;
}

.withdrawalMethod_block:target .selectedMethodIcon,
.withdrawalMethod_block:active .selectedMethodIcon {
  display: block;
}

.withdrawalMethod {
  color: var(--regular-text-color);
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}

.withdrawalCondition {
  color: var(--regular-text-color);
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}

.selectedMethodIcon {
  display: none;
  height: 32px;
  width: 35px;
  position: absolute;
  top: -10px;
  right: -5px;
  background: url("images/selectedMethodIcon.svg") no-repeat;
}

.chosenMethodFor_withdrawal_active {
  background-color: var(--hover-bg-color);
  border: 1px solid #D547EC;
  box-shadow: 0px 4px 4px 0px rgba(213, 71, 236, 0.3019607843) inset;
}

.chosenMethodFor_withdrawal_active .selectedMethodIcon {
  display: block;
}

.smallLine {
  margin-top: 9px;
  margin-bottom: 6px;
  width: 80%;
  border: 0.5px solid rgba(100, 101, 103, 0.3);
}

.wallet_id,
.username_input {
  margin: 21px auto;
}

.tableHeader {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: var(--regular-text-color);
}

.tableData {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: var(--regular-text-color);
}

td,
th {
  padding-top: 15px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid rgba(100, 101, 103, 0.3019607843);
}

.centalAlign {
  text-align: center;
}

.rightAlign {
  text-align: right;
}

.timer_and_award {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bold_text {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}

.tasksType_select,
.problemType_select,
.accType_select {
  background-color: #FFFFFF;
  width: 100%;
  min-width: 267px;
  max-width: 300px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #AEB0B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 30px;
  outline: none;
  padding: 22px 0 20px 20px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: var(--regular-text-color);
  background: url("images/arrowDown.svg") no-repeat;
  background-position: top 26px right 25px;
}

.instIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background: url("images/inst_icon.svg") no-repeat;
  background-size: contain;
}

.fbIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background: url("images/fbIcon.svg") no-repeat;
  background-size: contain;
}

.arrowDown {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 9px;
  background: url("images/arrowDown.svg") no-repeat;
}

.center_align {
  margin: 0 auto;
}

.accountWrapper,
.newAccount_btn {
  position: relative;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 267px;
  max-width: 300px;
  border-radius: 30px;
  border: 1px solid #AEB0B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1098039216);
  height: 60px;
}

.account_deleted {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  color: red;
  margin-bottom: 10px;
}

.delete_button {
  display: block;
  border: none;
  outline: none;
  margin-top: 19px;
  margin-right: 17px;
  margin-left: auto;
  background: none;
  padding: 0;
}

.delete_button:hover .deleteIcon {
  display: block;
  width: 19px;
  height: 19px;
  background: url("images/hoverbin.svg") no-repeat;
}

.delete_button:active .deleteIcon {
  display: block;
  width: 19px;
  height: 19px;
  background: url("images/hoverbin.svg") no-repeat;
}

.deleteIcon {
  display: block;
  width: 19px;
  height: 19px;
  background: url("images/bin_icon.svg") no-repeat;
}

.newAccount_popup {
  display: none;
  margin: 0 auto;
  margin-top: 15px;
  width: 100%;
  /* padding: 22px 20px 30px; */
  min-width: 300px;
  max-width: 300px;
  /* border-radius: 20px; */
  /* border: 1px solid var(--regular-text-color); */
}

.account_name {
  position: absolute;
  width: 250px;
  height: 60px;
  top: -1px;
  left: -2px;
  border: 1px solid #AEB0B0;
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 17px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1098039216);
  text-align: left;
}

.account_name:hover {
  background-color: var(--hover-bg-color);
}

.account_name:hover .regular_text,
.account_name:hover .success_text,
.account_name:hover .error_text,
.account_name:hover .task_subsection,
.account_name:hover .username_text,
.account_name:hover .sectionName,
.account_name:hover .email_error {
  color: var(--btn-text-color);
}

.account_name:active {
  background-color: var(--hover-bg-color);
  box-shadow: 0px 1px 4px 0px rgba(213, 71, 236, 0.3019607843) inset;
}

.account_name:active .regular_text,
.account_name:active .success_text,
.account_name:active .error_text,
.account_name:active .task_subsection,
.account_name:active .username_text,
.account_name:active .sectionName,
.account_name:active .email_error {
  color: var(--btn-text-color);
}

.newAccount_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  background: #FFFFFF;
  color: var(--regular-text-color);
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  width: 100%;
  min-width: 267px;
  max-width: 313px;
}

.newAccount_btn:hover {
  background-color: var(--hover-bg-color);
}

.newAccount_btn:hover .regular_text,
.newAccount_btn:hover .success_text,
.newAccount_btn:hover .error_text,
.newAccount_btn:hover .task_subsection,
.newAccount_btn:hover .username_text,
.newAccount_btn:hover .sectionName,
.newAccount_btn:hover .email_error {
  color: var(--btn-text-color);
}

.newAccount_btn:active {
  background-color: var(--hover-bg-color);
  box-shadow: 0px 1px 4px 0px rgba(213, 71, 236, 0.3019607843) inset;
}

.newAccount_btn:active .regular_text,
.newAccount_btn:active .success_text,
.newAccount_btn:active .error_text,
.newAccount_btn:active .task_subsection,
.newAccount_btn:active .username_text,
.newAccount_btn:active .sectionName,
.newAccount_btn:active .email_error {
  color: var(--btn-text-color);
}

.newAccount_btnTasks {
  margin: 0 auto;
}

.add_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 23px;
  margin-right: 12px;
  background: url("images/add_icon.svg") no-repeat;
  background-size: contain;
}

.success_tick {
  display: none;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 46px;
  background: url("images/successtick.svg") no-repeat;
  background-size: contain;
}

.commentType {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("images/comment_type.svg") no-repeat;
  background-size: contain;
}

.likeType {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("images/like_type.svg") no-repeat;
  background-size: contain;
}

.chosenAccount {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 0.5px solid rgba(100, 101, 103, 0.3019607843);
}

.username_text {
  color: var(--btn-text-color);
}

.new_username {
  color: #D547EC;
}

.light_subtitle {
  margin-top: 5px;
  margin-bottom: 3px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
}

/* .countdown {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
} */

.task_subsection {
  margin-top: 15px;
}

.award_section {
  display: flex;
  flex-direction: column;
}

.accountIcon_Username {
  display: flex;
  align-items: center;
}

.account_icon {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background: url("images/inst_userpic.svg") no-repeat;
  background-size: contain;
}

.subtitleWithIcon {
  display: flex;
  margin-top: 15px;
}

.coins_icon {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("images/coins_icon.svg") no-repeat;
  background-size: contain;
}

.border-bottom {
  padding-bottom: 15px;
}

.taskIcon_block {
  display: flex;
  align-items: center;
}

.commentIcon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("images/comment_type.svg") no-repeat;
  background-size: contain;
}

.done_button {
  margin-top: 20px;
  margin-bottom: 15px;
  background: #B4F54A;
  color: var(--btn-text-color);
}

.done_button:hover {
  box-shadow: 0px 4px 4px 0px rgba(134, 75, 228, 0.3019607843);
  background: #B4F54A;
  color: var(--btn-text-color);
}

.done_button:active {
  background: #B4F54A;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  color: var(--btn-text-color);
}

#withdrawalbtn:disabled,
.done_button:disabled {
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

.skip_button {
  background: #FFFFFF;
  border: 1px solid #894EE6;
  color: var(--regular-text-color);
}

.wallet_id:disabled,
input:disabled {
  background-color: #EBEBE4;
  border: 0 none;
}

.skip_button:hover {
  color: var(--regular-text-color);
  background: #FFFFFF;
  border: 1px solid #894EE6;
  box-shadow: 0px 4px 4px 0px rgba(134, 75, 228, 0.3019607843);
}

.skip_button:active {
  color: var(--regular-text-color);
  background: #FFFFFF;
  border: 1px solid #894EE6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

input[type="submit"]:disabled {
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
  border-radius: 20px;
  margin-bottom: 15px;
  margin: 0 auto;
  width: 180px;
  padding: 1rem 0;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.045em;
  text-align: center;
  display: flex;
  justify-content: center;
}

button:disabled {
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
  border-radius: 20px;
  margin: 15px auto;
  margin-bottom: 15px;
  width: 180px;
  padding: 1rem 0;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.045em;
  text-align: center;
  display: flex;
  justify-content: center;
}

.disabled_btn {
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

.task {
  margin-top: 0;
}

.input-file {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.uploadedFileContainer {
  height: auto;
  width: 100%;
  min-width: 282px;
  max-width: 300px;
  margin-top: 15px;
  border: 1px solid #AEB0B0;
}

.input-file-text {
  padding-top: 14px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  color: var(--regular-text-color);
}

.button--add {
  width: 86px;
  padding: 14px 10px;
  margin-top: 1px;
  margin-bottom: 1px;
  text-align: center;
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.uploadedFile_bg {
  background: #F5EEFF;
}

.uploadedFile_padding {
  padding: 14px 10px;
}

.task_description_block {
  display: none;
}

ul {
  padding-left: 1rem;
}

.VIPaccount_text {
  line-height: 18.15px;
}

.additional_text {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: #864BE4;
}

.username_input {
  -webkit-appearance: none;
}

.sectionsWrapper_horizontal {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  min-width: 173px;
  max-width: 300px;
  margin-top: 0;
}

.account_status {
  color: var(--btn-bg-color);
}

/* .mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
} */

/*MANAGE VIP-ACCOUNT*/

.accordion-button_customized {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 5px;
}

.accordion-button::after {
  background-image: none;
  width: 0;
  height: 0;
  margin-left: 0;
}

.violetarrowdown_icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  width: 18px;
  height: 9px;
  background: url("images/violetarrowdown.svg") no-repeat;
  background-size: contain;
}

.violet_text {
  color: #864BE4;
}

.VIPaccount_price_text {
  color: #864BE4;
  font-weight: 500;
}

.buy_btn {
  margin-top: 0;
}

.accordion-button {
  padding-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  color: var(--regular-text-color);
}

.accordion-body {
  margin-top: 5px;
  margin-left: 5px;
}

/*VIP ACCOUNTS - add donor account*/
.tracking_wrapper {
  padding: 13px 21px 15px 18px;
  border: 1px solid #CECBD2;
  border-radius: 20px;
  margin-bottom: 15px;
}

.sectionsTrackingWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  margin-top: 13px;
}

.special_requirement {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.pageApproved {
  /* border: 4px solid var(--approved-border-color); */
  border-radius: 100%;
}

.pagePending {
  /* border: 4px solid var(--pending-border-color); */
  border-radius: 100%;
}

.reportProblem_link {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
  text-decoration: underline;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
}

.reportProblem_link:hover {
  color: var(--link-hover-color);
}

.ig_userpic {
  margin-right: 5px;
  max-width: none;
  max-height: 100%;
  height: 25px;
  width: 25px;
}

.reportProblem_text {
  margin-bottom: 0;
}

/*manageVIP_attachAcc*/
.error_text {
  color: var(--pending-border-color);
  text-align: center;
}

.success_text {
  /* color: var(--btn-text-color); */
  color: #5BAF4F;
  text-align: center;
}

.green_text {
  color: #5BAF4F;
}

.success_text {
  display: none;
}

.error_text {
  display: none;
}


.load_spinner {
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
  width: 43px;
  height: 43px;
  background: url("images/spinner.svg") no-repeat;
  background-size: contain;
  animation: rotating 4s linear infinite;
}

#load_spinner_btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
  width: 33px;
  height: 33px;
  background: url("images/spinner.svg") no-repeat;
  background-size: contain;
  animation: rotating 4s linear infinite;
}

.red_text {
  color: var(--pending-border-color);
}

.attach_popup,
.failed_info_block {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 22px 20px 30px;
  min-width: 300px;
  border-radius: 20px;
  border: 1px solid grey;
}

.withdraw_info_wrapper {
  display: flex;
  flex-direction: column;
}

.withdrawal_popup {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 22px 20px 30px;
  min-width: 300px;
  max-width: 350px;
  border-radius: 20px;
  border: 1px solid grey;
}

.withdraw_info {
  display: flex;
  justify-content: space-between;
  margin: 5px auto;
  width: 100%;
  max-width: 205px;
}

/*report a problem*/
.problemType_select {
  width: 100%;
  min-width: 270px;
  max-width: 300px;
  margin-top: 15px;
  margin-bottom: 20px;
}

/*mining*/

.greyarrowdown_icon {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  width: 18px;
  height: 9px;
  background: url("images/accordion_arrow.svg") no-repeat;
  background-size: contain;
}

.accordion-body {
  margin-left: 0;
}

.mininig_li:before {
  content: "";
  margin: 0 8px 0 -15px;
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("images/ul_item.svg") no-repeat;
}

.mining_ul {
  list-style-type: none;
}

.mininig_li {
  list-style-type: none;
}

.mininig_li::marker {
  content: "";

}

.openAccordion--clicked {
  transform: scaleY(-1);
}

.VIPaccount_description {
  margin-bottom: 0;
}

.failed_by_requirement_text {
  margin-bottom: 5px;
}

.central_align {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  margin-bottom: 0;
}

/* .verify_popup {
  border-radius: 20px;
  border: 1px solid #894EE6;
} */

ol li {
  margin-top: 5px !important;
}

.requirements_list {
  padding-left: 17px;
  margin-left: 7px;
  margin-top: 0;
}

.change_email_link {
  text-decoration: underline;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.logo_smm_ml {
  margin-left: 15px;
  margin-top: 14px;
  margin-bottom: 14.5px;
}

.footerlist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0;
  list-style: none;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.footerlist__item {
  text-decoration: none;
  color: #646567;
}

.login_footer {
  margin-right: 30px;
  color: #646567;
}

.menu_footer {
  border-top: 0.5px solid rgba(100, 101, 103, 0.3);
}

.footer {
  color: #646567;
}

.Rights {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}

.footer_link {
  display: block;
  padding: 1rem 2rem;
  border-radius: 4rem;
  background: transparent;
  transition: all .3s ease;
  color: #3A3A38;
  font-size: 15px;
  border-width: 2px;
  text-decoration: none;
  text-align: center;
}

.footer_link:visited {
  color: #3A3A38;
}

@media (min-width: 834px) {

  .footerlist {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
  }

  .balanceInfo {
    margin-right: 15px;
    margin-left: auto;
  }

  .logo_smm_ml {
    margin-left: 100px;
    margin-top: 14px;
    margin-bottom: 14.5px;
  }

  /* desktop menu  */
  .menu__icon {
    display: none;
  }

  .menu__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: static;
    height: auto;
    z-index: 0;
    opacity: 1;
    visibility: visible;
    top: 0;
    margin-bottom: 0;
    padding-left: 16px;
  }

  .header__nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
  }

  .menu__list-item {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 0;
    border-color: black;
  }

  .header_link:hover {
    display: block;
    color: #FFFFFF;
    background-color: #EB4B98;
    opacity: 0.7;
  }

  .header_link {
    display: block;
    padding: 1rem 2rem;
    border-radius: 4rem;
    max-width: 115px;
    background: transparent;
    transition: all 0.3s ease;
    color: #3A3A38;
    font-size: 17px;
    border-color: black;
    border-width: 2px;
  }

  .statisticsBlock {
    gap: 20px;
  }

  .sectionsWrapper_horizontal {
    margin: 0 auto;
  }

  .db__togglerBigDarkGrey {
    width: 100%;
    min-width: 140px;
    max-width: 270px;
  }

  .db__togglerBig {
    width: 100%;
    min-width: 280px;
    max-width: 541px;
  }

  .signInUpForm_Wrapper {
    width: 100%;
    min-width: 280px;
    max-width: 541px;
  }

  .db__togglerBigLeft {
    width: 100%;
    min-width: 140px;
    max-width: 270px;
  }

  .db__togglerBigRight {
    width: 100%;
    min-width: 140px;
    max-width: 270px;
  }

  .kgSignInUp__form {
    padding-left: 48px;
    padding-right: 48px;
  }

  .login_input_width {
    width: 100%;
    min-width: 180px;
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .logo_smm_ml {
    margin-left: 100px;
    margin-top: 14px;
    margin-bottom: 14.5px;
  }
}