.avatar {
  vertical-align: middle;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  /* border: 1px solid #000; */
  margin-top: 50px;
  margin-bottom: -60px;
  object-fit: cover;
}
.NewLinkBox_LinkBox {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 0.735088px solid #e4e4e4;
  max-width: 440px;
  margin: 20px auto;
  /* height: 60px; */
  border-radius: 50px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(15.4368px);
  backdrop-filter: blur(15.4368px);
  padding: 10px;
  box-shadow: 3px 3px 3px #ccc;
}
.NewLinkBox_socialIconWrapper {
  position: relative;
  -webkit-flex: 1 1;
  flex: 1 1;
}
.NewLinkBox_iconPlate {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgb(246, 246, 246);
}
.NewLinkBox_socialIcon {
  height: 20px;
  margin-top: 10px;
}
.NewLinkBox_content {
  position: relative;
  font-size: 1rem;
  -webkit-flex: 2 1;
  flex: 2 1;
  margin: auto;
  padding-top: 0.85vh;
}
.NewLinkBox_p {
  font-weight: 600;
  font-size: 17.6421px;
  margin: 0 0 5px;
}
.NewLinkBox_directIcon {
  position: relative;
  font-size: 1rem;
  -webkit-flex: 1 1;
  flex: 1 1;
  margin: auto;
}
.AppBar {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  top: 0px;
  position: fixed;
  width: 100%;
  margin-bottom: 10px;
  z-index: 999;
  background: #fff;
}
.Footer_footerContainer {
  text-align: center;
  position: relative;
  padding: 35px;
  background-color: #fff;
  margin-top: -2vh;
}
.Footer_logoContainer {
  cursor: pointer;
}
.Footer_footerContainer h3 {
  font-size: 1.25rem;
}
.Footer_leading {
  margin: 3vh auto;
  font-weight: 620;
  font-size: 1rem;
}
.Footer_break {
  display: none;
}
.Footer_socialMedia {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 10px 0 10px 25px;
}
.Footer_socialMedia a {
  position: relative;
  color: #001a21;
  margin-right: 25px;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s linear;
  z-index: 2;
}

.EditProfile_profileEditArea {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e4e4e4;
  padding: 0px;
}
.EditProfile_profileEditArea ul {
  border: 1px solid #e4e4e4;
}
.nav-tabs {
  border-radius: 23px 23px 0px 0px;
}
.nav-item {
  width: 33% !important;
  /* border-right: 1px solid #e4e2e2; */
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #757575;
  text-align: center;
  font-size: medium;
  font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #3f51b5;
  border-bottom: 2px solid #3f51b5;
  font-size: medium;
  font-weight: bold;
}
.nav-tabs .nav-link {
  border: 0px;
  height: 60px;
}
.tab-content {
  padding: 0px 20px;
}

.BasicInfo_BasicInfo {
  height: 100%;
  margin: auto;
}
.BasicInfo_BasicInfoMain {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  max-width: 450px;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.UploadImage_root {
  position: relative;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.UploadImage_formInput {
  width: 250px;
  padding: 20px;
  position: relative;
}
.UploadImage_preview {
  text-align: center;
}
.UploadImage_userAvatar {
  height: 175px;
  width: 175px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.UploadImage_imageUploadLabel {
  background: #edf2ff;
  padding: 10px 13px 13px 13px;
  border-radius: 50%;
  position: absolute;
  top: 70%;
  right: 20%;
  cursor: pointer;
}
.UploadImage_IconCamera {
  width: 20px;
  height: 17px;
}
.MainButton_button {
  width: 100%;
  background: #2960ed;
  border: 1px;
  border-radius: 57px;
  font-size: 16px;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.AddButton_button {
  /* width: 100%; */
  background: #e9effd;
  border: 1px solid #bbcefc;
  border-radius: 8px;
  font-size: 16px;
  padding: 15px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

/* .LinkBoxEdit_LinkBox {
    margin: 12px auto;
    height: 80px;
    padding: 10px;
    width: 80vw;
} */
.LinkBoxEdit_LinkBox {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 0.735088px solid #e4e4e4;
  margin: 20px auto;
  height: 50px;
  width: 90%;
  border-radius: 50px;
  cursor: pointer;
  /* -webkit-backdrop-filter: blur(15.4368px); */
  /* backdrop-filter: blur(15.4368px); */
  padding: 5px;
  box-shadow: 3px 3px 3px #ccc;
}
.LinkBoxEdit_socialIconWrapper {
  position: relative;
  /* -webkit-flex: 1 1;
  flex: 1 1; */
}

/* .LinkBoxEdit_iconPlate {
    margin-top: 10px;
} */
.LinkBoxEdit_iconPlate {
  /* margin-top: 10px; */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
/* .LinkBoxEdit_socialIcon {
    height: 30px;
    margin-top: 15px;
} */
.LinkBoxEdit_socialIcon {
  height: 20px;
  margin-top: 10px;
}
.LinkBoxEdit_content {
  position: relative;
  font-size: 1rem;
  -webkit-flex: 2 1;
  flex: 2 1;
  margin: auto;
  text-align: center;
}
.LinkBoxEdit_p {
  font-weight: 600;
  /* font-size: 0.8rem; */
  margin: 0 0 5px;
}
.LinkBoxEdit_directIcon {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  font-size: 1rem;
  -webkit-flex: 1 1;
  flex: 1 1;
  margin: auto;
  max-width: 75px;
  right: 20px;
}
.LinkBoxEdit_directIcon img {
  width: 27.5px;
  height: auto;
}
.LinkBoxEdit_settingWrapper {
  position: relative;
  /* top: 5px; */
  right: 10px;
  background-color: #f0f0f0;
  color: #42444a;
  /* padding: 3px 3px 2px 2px; */
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}

.form-control {
  border-radius: 10px;
}

.btn-group.select_account {
  width: 100%;
  background: #fff;
}
.btn.btn-default.dropdown-toggle {
  /* padding: 10px 0px; */
  border: 1px solid #e4e4e4;
}
.LinkBoxEdit_iconPlate.select {
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: 10px;
}
.LinkBoxEdit_iconPlate.select img {
  height: 25px;
  margin: 13px;
}
.btn.btn-default.selectAccount.LinkBoxEdit_LinkBox {
  border-radius: 5px;
  width: 100%;
}
.btn-group.select_acount button {
  background: #fff;
}
.dropdown-toggle,
.dropdown-menu {
  width: 100%;
  /* display: block; */
}
.btn-group img {
  margin-right: 10px;
  float: left;
  margin-left: 10px;
}
.dropdown-toggle {
  /* padding-right: 50px; */
  /* height: 80px; */
}
.dropdown-toggle .glyphicon {
  margin-left: 20px;
  margin-right: -40px;
  float: right;
}
.dropdown-menu > li > a:hover {
  background: #f1f9fd;
} /* $search-blue */
.dropdown-header {
  background: #ccc;
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.textUrl {
  width: 100%;
  margin: auto;
  height: 50px;
}
.form-register button,
.form-login button {
  width: 100%;
  border-radius: 20px;
}
.form-register input,
.form-login input {
  width: 100%;
  border-radius: 20px;
}
input#remember {
  width: auto;
}

.LinkBoxEdit_settingListWrapper {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 115px;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1;
}
.LinkBoxEdit_settingListItem {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}
.LinkBoxEdit_settingIcon {
  margin-right: 10px;
}
.LinkBoxEdit_settingText {
  font-size: 0.75rem;
  font-weight: 600;
}

#userSetting {
  right: 0px;
  z-index: 999;
}
#userSetting ul {
  list-style-type: none;
  padding: 0px;
}
#userSetting .card-body {
  padding: 0.25rem;
}
.profiles_name {
  margin: 80px auto 0px;
  max-width: 470px;
}
#id_qrcode img {
  margin: auto;
}
.filter {
  height: 684px;
  position: absolute;
  filter: brightness(1);
  width: 335px;
  border-radius: 11px;
  opacity: 0.6;
}

.mobile_view {
  z-index: 999 !important;
}
.mobile_view {
  border: 8px solid #42444a;
  border-radius: 20px;
  margin-top: 23px;
  min-height: 700px;
  max-height: 700px;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  z-index: 0;
  background-size: contain;
}
.mobile_view .LinkBoxEdit_directIcon {
  display: none;
}
.mobile_view .LinkBoxEdit_settingWrapper {
  background: #f0f0f000;
}
.mobile_view .LinkBoxEdit_settingWrapper i::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
}
.mobile_view::-webkit-scrollbar {
  display: none;
}
.container_check {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 30px;
  user-select: none;
  padding: 25px;
  margin-bottom: 10px;
  margin: 0 auto;
}
.bg_color_filter_check {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 30px;
  user-select: none;
  padding: 25px;
  margin-bottom: 10px;
  margin: 0 auto;
}
.container_check input,
.bg_color_filter_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 50%;
}
/* .bg_color_filter_check .square {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #eee;
  /* border-radius:50%; */
/* } */
.container_check:hover .checkmark,
.bg_color_filter_check:hover .square {
  background: #ccc;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.bg_color_filter_check .square {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
  /* border-radius:50%; */
}
.square:after {
  content: "";
  position: absolute;
  display: none;
}
.container_check .checkmark:after {
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: solid 3px white;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bg_color_filter_check .square:after {
  top: 50%;
  left: 50%;
  width: 63px;
  height: 63px;
  border-radius: 10%;
  border: solid 3px rgb(10, 44, 240);
  transform: translate(-50%, -50%);
}

.container_check input:checked ~ .checkmark:after,
.bg_color_filter_check input:checked ~ .square:after {
  display: block;
}

.brightness_light {
  filter: brightness(150%);
}
.brightness_standard {
  filter: brightness(100%);
}
.brightness_dark {
  filter: brightness(50%);
}
.background-color {
  height: 100vh;
  width: 100vw;
  position: fixed;
}
#qrcode {
  width: 300px;
  margin: auto;
  box-shadow: 4px 11px 15px #aca8a8;
}
#qrcode img {
  margin: auto;
  width: 300px;
}

#infoMessage {
  /* background: #ffc0c0;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px solid #ff9879;
  border-radius: 10px;
  text-align: left; */
}

#validMessage {
  background: #ffc0c0;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px solid #ff9879;
  border-radius: 10px;
  text-align: left;
}

#validMessage p {
  margin-bottom: 0px;
}
/* CSS FOR PERSIONALIZE*/
.CustomizeBackground_customizeArea {
  max-width: 500px;
  margin: 20px auto;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
.CustomizeBackground_title {
  margin-bottom: 30px;
}
.CustomizeBackground_title span {
  font-size: 24px;
  font-weight: 700;
}
.css-z54kij {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  flex-wrap: wrap;
  display: flex;
}
.css-16vu25q {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 100%;
}
.CustomizeBackground_label {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px 10px;
}
.CustomizeBackground_optionBox {
  background: #fff;
  padding: 12px 12px 10px;
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
/* .MuiGridList-root {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.MuiGridListTile-root {
  box-sizing: border-box;
  flex-shrink: 0;
}
.MuiGridListTile-tile {
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
} */
/* .CustomizeBackground_colorCircleArea {
  width: 40px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 2px;
} */
/* .CustomizeBackground_colorCircle {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
} */
.css-1ikfih0 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.CustomizeBackground_label {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px 10px;
}
.MuiGrid-spacing-xs-3 {
  width: calc(100% + 24px);
  margin: -12px;
}
.MuiGrid-justify-xs-center {
  justify-content: center;
}
.MuiGrid-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: auto;
}
.MuiGrid-spacing-xs-3 > .MuiGrid-item {
  padding: 12px;
}
.MuiGrid-grid-lg-12 {
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}
.MuiGrid-grid-md-12 {
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}
.MuiGrid-grid-sm-12 {
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}
.MuiGrid-grid-xs-12 {
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}
.MuiGrid-item {
  margin: 0;
  box-sizing: border-box;
}
.CustomizeBackground_mobileView {
  position: relative;
  border: 3px solid #afafaf;
  max-width: 110px;
  height: 150px;
  margin: 0 auto;
  border-radius: 6px;
  background-size: contain;
}
.CustomizeBackground_mobileViewOpacityBackground {
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.CustomizeBackground_mobileViewBackground {
  height: 100%;
}
.CustomizeBackground_mobileViewButtonWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.CustomizeBackground_mobileViewButtonArea {
  margin-bottom: 10px;
}
.CustomizeBackground_btnAddImage {
  font-weight: 700;
  background: rgba(41, 96, 237, 0.1);
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.CustomizeBackground_IconPlus,
.CustomizeBackground_IconTrash {
  width: 16px;
}
.CustomizeBackground_IconPlus {
  margin-right: 5px;
}
.CustomizeBackground_uploadedImageInput {
  display: none;
}
.CustomizeBackground_btnReplaceImage {
  font-weight: 700;
  color: #86888f;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  background-color: #e5e5ef;
  padding: 9px 9px 3px !important;
  border-radius: 5px;
}
.BackdropClosed {
  display: none;
}
.Backdrop {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}
.ModalLoading_ModalClosed {
  opacity: 0;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.ModalLoading_Modal {
  position: fixed;
  z-index: 200;
  border: 1px solid #eee;
  box-shadow: 0 2px 2px #ccc;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  top: 20%;
  left: 25%;
  width: 50%;
  transition: all 0.95s ease-out;
  height: auto;
}
.ModalLoading_closeButton {
  visibility: hidden;
  position: fixed;
  right: 1%;
  top: -2.5%;
  font-size: 1rem;
  cursor: pointer;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f5f5f5;
  border: 0.5px solid #333;
}
.ModalLoading_waitingText {
  font-size: 1.5rem;
}
.ModalLoading_normalText {
  position: relative;
}
.ModalLoading_Modal {
  text-align: center;
}
.css-gwb9cz {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.css-gwb9cz {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.css-gwb9cz {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.css-z54kij {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  flex-wrap: wrap;
  display: flex;
}
.css-1nvkuhr {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 100%;
  padding-bottom: 30px;
}
.css-16vu25q {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 100%;
}
.CustomizeBackground_optionBox {
  background: #fff;
  padding: 12px 12px 10px;
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.CustomizeBackground_colorStyleInline,
.CustomizeBackground_colorStyleOutline {
  margin: 0 auto;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}
.CustomizeBackground_colorStyleOutline {
  max-width: 42px;
  padding: 5px;
}
.CustomizeBackground_styleTriangle {
  height: 40px;
  border-radius: 3px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #fff;
}
.CustomizeBackground_styleText {
  text-align: center;
  font-size: 0.69rem;
}
.CustomizeBackground_label {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px 10px;
}
.CustomizeBackground_saveButtonArea {
  width: 70%;
  margin: 0 auto;
}
.MainButton_button {
  width: 100%;
  background: #2960ed;
  border: 1px;
  border-radius: 57px;
  font-size: 16px;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.CopyLink_copyLinkContainer {
  display: -webkit-block;
  display: block;
  padding-top: 2vh;
  /* padding-bottom: 2vh; */
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.CopyLink_copyLinkTitle {
  font-weight: 900;
  font-size: 1rem;
  margin-right: 0.5vw;
}
.CopyLink_accountUrl {
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0066b0;
  margin-right: 0.5vw;
}
.CopyLink_buttonContainer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.CopyLink_copyLinkButton {
  position: relative;
  background: rgba(41, 96, 237, 0.1);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1.2vh;
  padding: 6px;
  font-size: 0.75rem;
  border: 1px solid rgba(41, 96, 237, 0.1);
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  font-weight: 800;
}
.CopyLink_IconCopy {
  height: 1.75vh;
  width: auto;
  margin-right: 5px;
}
.MuiButton-containedPrimary {
  color: #fff;
  background-color: #3f51b5;
}
.MuiButton-contained {
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background-color: #e0e0e0;
}
.MuiButton-root {
  color: rgba(0, 0, 0, 0.87);
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  margin-top: 0px;
  margin-left: 0px;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  -moz-user-select: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.CopyLink_seePageButton {
  font-family: "Inter", sans-serif !important;
  margin-left: 1vw !important;
  background: #2960ed !important;
  font-size: 0.7rem !important;
  padding: 1.25vh 1vw !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-top: 1.2vh !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  border-radius: 5px;
}
.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.CopyLink_seePageButton i {
  margin-right: 0.2vw;
}
.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  div.example {
    display: none;
  }
}

#CaptchaCode {
  width: 280px;
}
#CreateUserCaptcha_SoundLink {
  display: none !important;
}
#vcf_card a {
  background: #c7cfe9;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(41, 96, 237, 0.1);
  color: #000;
  font-weight: 600;
}
#vcf_card a:hover {
  background: #b2bbd9;
  text-decoration: none;
}
