/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/modal.css ***!
  \************************************************************************/
@keyframes zuckSlideTime {
  0% {
    max-width: 0;
  }

  100% {
    max-width: 100%;
  }
}

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

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

#zuck-modal {
  outline: 0 !important;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0);
  z-index: 100000;
  font-size: 14px;
  font-family: inherit;
}

#zuck-modal-content,
#zuck-modal-content .story-viewer,
#zuck-modal-content .story-viewer>.slides,
#zuck-modal-content .story-viewer>.slides>* {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}

#zuck-modal * {
  user-select: none;
  outline: 0;
}

#zuck-modal.with-effects {
  transform: scale(0.01);
  transform-origin: top left;
  transition: 0.25s;
}

#zuck-modal.with-effects.animated {
  transform: scale(1);
  border-radius: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

#zuck-modal.with-effects.closed {
  transform: translateY(100%);
}

#zuck-modal .slider {
  width: 300vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100vw;
  position: absolute;
}

#zuck-modal .slider>* {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

#zuck-modal .slider>.previous {
  left: 0;
}

#zuck-modal .slider>.viewing {
  left: 100vw;
}

#zuck-modal .slider>.next {
  left: 200vw;
}

#zuck-modal .slider.animated {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#zuck-modal.with-cube #zuck-modal-content {
  perspective: 1000vw;
  transform: scale(0.95);
  perspective-origin: 50% 50%;
  overflow: visible;
  transition: 0.3s;
}

#zuck-modal.with-cube .slider {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

#zuck-modal.with-cube .slider>.previous {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}

#zuck-modal.with-cube .slider>.viewing {
  backface-visibility: hidden;
  left: 100vw;
  transform: translateZ(50vw);
}

#zuck-modal.with-cube .slider>.next {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}

#zuck-modal-content .story-viewer.paused.longPress .head,
#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
#zuck-modal-content .story-viewer.paused.longPress .tip {
  opacity: 0;
}

#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers>*>.active>.progress {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

#zuck-modal-content .story-viewer.next {
  z-index: 10;
}

#zuck-modal-content .story-viewer.viewing {
  z-index: 5;
}

#zuck-modal-content .story-viewer.previous {
  z-index: 0;
}

#zuck-modal-content .story-viewer.muted .tip.muted,
#zuck-modal-content .story-viewer.loading .head .loading {
  display: block;
}

#zuck-modal-content .story-viewer.loading .head .right .time {
  display: none;
}

#zuck-modal-content .story-viewer .slides-pagination span {
  position: absolute;
  top: 50vh;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  width: 48px;
  margin: 6px;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

#zuck-modal-content .story-viewer .slides-pagination .previous {
  left: 0;
  opacity: 0;
}

#zuck-modal-content .story-viewer .slides-pagination .next {
  right: 0;
  opacity: 0;
}

#zuck-modal-content .story-viewer .slides-pointers {
  display: table;
  table-layout: fixed;
  border-spacing: 6px;
  border-collapse: separate;
  position: absolute;
  width: 100vh;
  top: 0;
  left: calc(50vw - 50vh);
  right: calc(50vw - 50vh);
  z-index: 100020;
}

#zuck-modal-content .story-viewer .slides-pointers>* {
  display: table-row;
}

#zuck-modal-content .story-viewer .slides-pointers>*>* {
  display: table-cell;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

#zuck-modal-content .story-viewer .slides-pointers>*>.seen {
  background: #fff;
}

#zuck-modal-content .story-viewer .slides-pointers>*>*>.progress {
  background: #fff;
  width: auto;
  max-width: 0;
  height: 2px;
  display: block;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  border-radius: 2px;
}

#zuck-modal-content .story-viewer .slides-pointers>*>.active>.progress {
  -webkit-animation-name: zuckSlideTime;
  animation-name: zuckSlideTime;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#zuck-modal-content .story-viewer .head {
  position: absolute;
  /* height: 56px; */
  left: 0;
  right: 0;
  line-height: 17.6px;
  z-index: 100010;
  color: #fff;
  font-size: 14px;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35); */
  padding: 16px 11px 0 11px;
  background: linear-gradient(rgba(27, 27, 27, 0.37), rgba(217, 217, 217, 0));
}

/* #zuck-modal-content .story-viewer .head .item-preview {
  overflow: hidden;
  vertical-align: top;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
} */

#zuck-modal-content .story-viewer .head .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

#zuck-modal-content .story-viewer .head .time {
  opacity: 0.75;
  font-weight: 500;
  font-size: 13px;
}

#zuck-modal-content .story-viewer .head .left {
  line-height: 1 !important;
  /* display: inline-block; */
  margin: 6px 0;
  max-width: 140px;
}

#zuck-modal-content .story-viewer .head .left .info {
  /* display: inline-block; */
  vertical-align: middle;
}

#zuck-modal-content .story-viewer .head .left .info>* {
  width: 100%;
  /* display: inline-block; */
  line-height: 100%;
  color: #FFFFFF;
}

#zuck-modal-content .story-viewer .head .left .info .name {
  font-weight: 500;
}

#zuck-modal-content .story-viewer .head .right {
  float: right;
  z-index: 150;
}

#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .back {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#zuck-modal-content .story-viewer .head .left .back {
  display: none;
  width: 24px;
  margin: -9px -6px 0 -6px;
}

#zuck-modal-content .story-viewer .head .right .time {
  display: none;
}

#zuck-modal-content .story-viewer .head .loading {
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 9px 0;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-top-color: #fff;
  -webkit-animation: zuckLoading 1s infinite linear;
  animation: zuckLoading 1s infinite linear;
}

#zuck-modal-content .story-viewer .head,
#zuck-modal-content .story-viewer .slides-pointers,
#zuck-modal-content .story-viewer .tip {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#zuck-modal-content .story-viewer .slides .item {
  display: none;
  overflow: hidden;
  background: #000;
}

#zuck-modal-content .story-viewer .slides .item:before {
  z-index: 4;
  background: transparent;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#zuck-modal-content .story-viewer .slides .item>.media {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

#zuck-modal-content .story-viewer .slides .item.active,
#zuck-modal-content .story-viewer .slides .item.active .tip.link {
  display: block;
}

#zuck-modal-content .story-viewer .tip {
  z-index: 5;
  text-decoration: none;
  display: none;
  position: absolute;
  width: 343px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}


#zuck-modal.rtl {
  direction: rtl;
  left: auto;
  right: 0;
}

#zuck-modal.rtl.with-effects {
  transform-origin: top right;
}

#zuck-modal.rtl.with-effects.animated {
  margin-left: auto !important;
  margin-right: 0 !important;
}

#zuck-modal.rtl .slider {
  left: auto;
  right: -100vw;
}

#zuck-modal.rtl .slider>.previous {
  left: auto;
  right: 0;
  transform: rotateY(-270deg) translateX(50%);
}

#zuck-modal.rtl .slider>.viewing {
  left: auto;
  right: 100vw;
}

#zuck-modal.rtl .slider>.next {
  left: auto;
  right: 200vw;
}

#zuck-modal.rtl.with-cube .slider>.previous {
  left: auto;
  right: 100vw;
  transform-origin: center right;
}

#zuck-modal.rtl.with-cube .slider>.viewing {
  left: auto;
  right: 100vw;
  transform: translateZ(50vw);
}

#zuck-modal.rtl.with-cube .slider>.next {
  left: auto;
  right: 100vw;
  transform-origin: top left;
  transform: rotateY(270deg) translateX(-50%);
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .previous {
  left: auto;
  right: 0;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .next {
  right: auto;
  left: 0;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
  margin-right: auto;
  margin-left: 9px;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .head .right {
  float: left;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .tip {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

.close-container {
  background-color: #FFFBF4;
  border-radius: 50%;
}

.head-direction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cmbButton {
  width: 100%;
  height: 50px;
  background-color: #ee7a45;
  color: white;
  border-radius: 255px;
  border: none;
  margin-top: 5px;
  font-size: 16px;
  /* line-height: 16px; */
  font-family: "Gilroy-SemiBold";
  margin: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cmbButton:hover {
  background-color: #fc8a56;
  cursor: pointer;
  animation: horizontal-shaking 0.35s infinite;
}

.cmbButton:active {
  background-color: #ed743d;
}

@media (max-width: 1024px) {

  /* #zuck-modal-content .story-viewer .head {
    top: 3px;
  } */
  #zuck-modal-content .story-viewer .head .loading {
    width: 24px;
    height: 24px;
    margin: 6px 0;
  }

  #zuck-modal-content .story-viewer .head .item-preview {
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }

  /* #zuck-modal-content .story-viewer .head .left {
    font-size: 15px;
    margin: 15px 0;
  } */

  #zuck-modal-content .story-viewer .head .left>div {
    line-height: 30px;
  }

  #zuck-modal-content .story-viewer .head .right .time {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    margin: 15px 0;
    line-height: 30px;
  }

  #zuck-modal-content .story-viewer .head .left>.back {
    display: none;
    background: transparent;
    z-index: 20;
    visibility: visible;
    position: absolute;
    height: 42px;
    width: 24px;
    line-height: 36px;
    text-align: left;
    vertical-align: top;
    text-shadow: none;
  }

  #zuck-modal-content .story-viewer.with-back-button .head .left>.back {
    display: block;
  }

  #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: 18px;
  }

  #zuck-modal-content .story-viewer .slides-pointers {
    width: 100vw;
    left: 0;
    right: 0;
  }

  /* #zuck-modal-content .story-viewer .tip {
    font-size: 14px;
    padding: 6px 12px;
  } */

  #zuck-modal-content .story-viewer .head .left .time {
    display: none;
  }

  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
    margin-right: auto;
    margin-left: 9px;
  }

  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .left>.back {
    text-align: right;
  }

  #zuck-modal.rtl #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: auto;
    margin-right: 18px;
  }
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/timeline.css ***!
  \***************************************************************************/
iew.stories.carousel {
  /* white-space: nowrap; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  user-select: none;
}

.stories.carousel .story {
  display: inline-block;
  min-height: 108px;
  width: 84px;
  margin: 0 4px;
  vertical-align: top;
  border: 2px solid #EE7A45;
  border-radius: 20px;
}
.stories.carousel .story:first-child {
  margin-left: 0;
}
.stories.carousel .story:last-child {
  margin-right: 0;
}

.stories.carousel .story > .item-link {
  cursor: pointer;
  display: block;
}
.stories.carousel .story > .item-link:active > .item-preview {
  transform: scale(0.9);
}
.stories.carousel .story > .item-link > .item-preview {
  display: block;
  box-sizing: border-box;
  font-size: 0;
  max-height: 90px;
  height: 18vw;
  overflow: hidden;
  transition: transform 0.2s;
}
.stories.carousel .story > .item-link > .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.stories.carousel .story > .item-link > .info {
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stories.carousel .story > .item-link > .info .name {
  font-weight: 300;
}
.stories.carousel .story > .item-link > .info .time {
  display: none;
}
.stories.carousel .story > .items {
  display: none;
}

.stories.list {
  white-space: nowrap;
  overflow: auto;
}
.stories.list .story {
  display: block;
  width: auto;
  margin: 6px;
  padding-bottom: 6px;
}

.stories.list .story > .item-link {
  text-align: left;
  display: block;
}
.stories.list .story > .item-link > .item-preview {
  height: 42px;
  width: 42px;
  max-width: 42px;
  margin-right: 12px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
}
.stories.list .story > .item-link > .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.stories.list .story > .item-link > .info {
  display: inline-block;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.stories.list .story > .item-link > .info .name {
  font-weight: 500;
  display: block;
}
.stories.list .story > .item-link > .info .time {
  display: inline-block;
}
.stories.list .story > .items {
  display: none;
}

.stories.rtl {
  direction: rtl;
}
.stories.rtl.carousel .story:first-child {
  margin-left: auto;
  margin-right: 0;
}
.stories.rtl.carousel .story:last-child {
  margin-right: auto;
  margin-left: 0;
}
.stories.rtl.list .story > .item-link {
  text-align: right;
}
.stories.rtl.list .story > .item-link > .item-preview {
  margin-right: auto;
  margin-left: 12px;
}

/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/index.css ***!
  \************************************************************************/



.stories.snapgram .story > .item-link {
  text-decoration: none;
  color: #313131;
}
.stories.snapgram .story > .item-link > .item-preview {
  /* border-radius: 50%; */
  padding: 2px;
  background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
  border: 3px solid #fff;
}

.stories.snapgram .story.seen {
  /* opacity: 0.75; */
  border: 2px solid #DBCEB7;
}
/* .stories.snapgram .story.seen > a > .item-preview {
  background: #999;
} */
/* .stories.snapgram .story.seen > a {
  color: #999 !important;
} */

/* 500 */
@font-face {
  font-family: "Gilroy-Medium";
  src:
    url(../80ccc279b7dc7de16938.woff2) format("woff2"),
    url(../b84941b7bdcce7cbba6d.eot) format("eot"),
    url(../2bc7f5d7ea77ee1bddb3.woff) format("woff"),
    url(../f9f832b0ed3f1ab138c9.ttf) format("truetype");
  /* url("./fonts/GilroyMedium/gilroy-medium.svg#gilroy-medium") format("svg"); */
  font-weight: 500;
}

/* 400 */
@font-face {
  font-family: "Gilroy-Regular";
  src:
    url(../00b026798f05ff9d7752.woff2) format("woff2"),
    url(../1d051d9d4215c09cbcaa.eot) format("eot"),
    url(../31d54a4b841c0e438f13.woff) format("woff"),
    url(../b91b0127c56a8e5f9e83.ttf) format("truetype");
  /* url("./fonts/GilroyRegular/gilroy-regular.svg#gilroy-regular") format("svg"); */
  font-weight: 400;
}

/* 700 */
@font-face {
  font-family: "Gilroy-Bold";
  src:
    url(../ef7c40ff1efeaaa4c7c6.woff2) format("woff2"),
    url(../b33d746112a28ed1c718.eot) format("eot"),
    url(../0607a1bc636f63251ed8.woff) format("woff"),
    url(../901a60fc2835c74fba67.ttf) format("ttf");
  font-weight: 700;
}

/* 600 */
@font-face {
  font-family: "Gilroy-SemiBold";
  src:
    url(../7726b19d33f1b7f4135a.woff2) format("woff2"),
    url(../54bc2f8147659c45a055.eot) format("eot"),
    url(../5b042906a8b58ec4633e.woff) format("woff"),
    url(../41fa36c3c8e966b35423.ttf) format("ttf");
  font-weight: 600;
}

/* @media screen and (max-width: 800px) {
    .bPopupContent > input {
      width: 90%;
      height: 50px;
      border: none;
      border-radius: 12px;
      padding-left: 7%;
      outline: none;
    }
  }
  
  @media screen and (min-width: 800px) {
    .bPopupContent > input {
      width: 93%;
      height: 50px;
      border: none;
      border-radius: 12px;
      padding-left: 7%;
      outline: none;
    }
  } */

.iti__selected-dial-code {
  font-size: 16px;
  line-height: 1.3;
  /* letter-spacing: 0px; */
  font-family: "Gilroy-Medium";
  color: #313131;
  margin: 0;
}

.bPopupContent>input {
  width: 93%;
  height: 50px;
  border: none;
  border-radius: 12px;
  padding: 0 0 0 7%;
  outline: none;
}

html::-webkit-scrollbar {
  display: none;
}

.bPopupContent::-webkit-scrollbar {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

h1 {
  font-size: 24px;
  line-height: 1;
  /* letter-spacing: -1px; */
  font-family: "Gilroy-SemiBold";
  color: #000000;
}

h2 {
  font-size: 18px;
  line-height: 18px;
  font-family: "Gilroy-Bold";
  margin: 0;
}

h3,
button {
  font-size: 16px;
  /* line-height: 16px; */
  font-family: "Gilroy-SemiBold";
  margin: 0;
  color: #080808;
}

p,
input,
li,
a,
option,
select {
  font-size: 16px;
  line-height: 1.3;
  /* letter-spacing: 0px; */
  font-family: "Gilroy-Medium";
  color: #000000;
  margin: 0;
}

.tooltip {
  font-size: 12px;
  line-height: 13.2px;
  font-family: "Gilroy-Semibold";
  margin: 0;
}

.link {
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy-Bold";
  text-decoration: underline;
  cursor: pointer;
}

input {
  background-color: #fffbf4;
}

button {
  width: 100%;
  height: 50px;
  background-color: #ee7a45;
  color: white;
  border-radius: 255px;
  border: none;
  margin-top: 5px;
}

button:hover {
  background-color: #fc8a56;
  cursor: pointer;
  animation: horizontal-shaking 0.35s infinite;
}

button:active {
  background-color: #ed743d;
}

body {
  margin: 0;
  background-color: #dbceb7;
}

.navbar {
  overflow: hidden;
  background-color: #fffbf4;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-around;
  z-index: 100;
  padding-bottom: 24px ;
}

.tab {
  float: left;
  display: block;
  text-align: center;
  /* padding: 14px 16px; */
  margin: auto;
  text-decoration: none;
  transition: all 0.5s;
}

.tab>label {
  margin: auto;
  color: black;
  cursor: pointer;
  font-size: 12px;
}

label {
  display: block;
  font-size: 16px;
  font-family: "Gilroy-SemiBold";
}

.header {
  height: 70px;
  width: 100%;
  background-color: #dbceb7;
  /* border: 1px solid black; */
  display: none;
  justify-content: space-between;
}

.header2 {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.circle {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #fffbf4;
  margin-left: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* min-width: 100px;
    min-height: 100px; */
  aspect-ratio: 1 / 1;

}

.circleName {
  font-size: 22px;
  color: #c9ba9e;
  font-family: "Gilroy-Bold";
}

.nameHeader {
  max-width: max-content;
  margin-left: 10px;
  font-size: 22px;
  font-family: "Gilroy-SemiBold";
  display: flex;
}

.nameHeader>img {
  margin: auto;
}

.balanceHeader {
  text-align: end;
  align-self: center;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.balanceHeader>div>p {
  margin: 0 3px 0 0;
  font-size: 12px;
}

.main {
  background-color: #f5f0e7;
  padding: 20px;
  min-height: 500px;
  margin-bottom: 24px;
}

.removeScrolling {
  /* height: 100vh; */
  overflow: hidden;
}

/* .navbar a:hover {
    background: #ddd;
    color: black;
    cursor: pointer;
    stroke: black;
  } */

/* .tab {
    width: 20px;
    height: 20px;
    overflow: hidden;
    /* padding: 15px;
    cursor: pointer;
    text-decoration: none;
    /* transition: all 0.5s;
  } */

.addBorderRadius {
  border-radius: 30px 30px 0 0;
}

.MyInput {
  width: 95%;
  height: 50px;
  border: none;
  border-radius: 12px;
  padding-left: 16px;
  outline: none;
}

.MyInput:focus {
  outline: solid #dbceb7;
  /* margin: 25px 0 10px 0; */
}

textarea {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  line-height: 20px;
}

.bPopupContent {
  margin: auto 40px auto 40px;
  padding: 20px;
  max-width: 300px;
  width: 300px;
  background-color: #f5f0e7;
  border-radius: 30px;
  max-height: 450px;
  overflow: scroll;
}

/* .bPopupContent > h1 {
    margin-bottom: 25px;
  } */

/* .bPopupContent > input {
    width: 93%;
    height: 50px;
    border: none;
    border-radius: 12px;
    padding-left: 7%;
    outline: none;
    margin: 25px 0 10px 0;
  } */

.bPopupContent>input:focus {
  outline: solid #dbceb7;
  /* margin: 25px 0 10px 0; */
}

.referrer {
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.6);
  overflow: hidden;
  position: fixed;
  top: 0px;
  display: none;
  justify-content: center;
  margin-bottom: 50px;
  z-index: 3;
}

.alertPopUp {
  position: fixed;
  top: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 1000;
  opacity: 0;
  transition: 2s;
}

.alertContent {
  width: 210px;
  height: max-content;
  background-color: #f5f0e7;
  border-radius: 20px;
  padding: 12px 12px 12px 12px;
  text-align: center;
  margin: auto;
  box-shadow: 0 0 6px 0 rgba(141, 133, 118, 0.2);
}

.moveClass {
  opacity: 1;
  transition: 0.5s;
}

/* .animated {
    transform: translateY(-100%);
    transition: transform 1s linear;
    opacity: 0;
    transition: 2s;
  }
  
  .animated:hover {
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s;
  } */

/* loader */

.loader {
  border: 4px solid rgba(0, 0, 0, 0.4);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
  border-radius: 50%;
  margin: auto;
}

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

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

.preloader {
  width: 100%;
  height: 100%;
  /* background-color: rgba(86, 86, 86, 0.6); */
  overflow: hidden;
  position: fixed;
  top: 0px;
  display: none;
  justify-content: center;
  margin-bottom: 50px;
  z-index: 3;
}

/* loader */

.balanceHeader {
  cursor: pointer;
}

.sevenFeetUnderKeel > .tooltip {
  color: #9C9B99;
  margin-top: 8px;
}

.low-balance {
  color: red;
}
.btn {
  width: 100%;
}

/*.btn:hover{
    background-color: #fc8a56;
    cursor: pointer;
    animation: horizontal-shaking 0.35s infinite;
  } */

#auth {
  margin-bottom: 60px;
}

#home>label {
  color: #ee7a45;
}

.addBorderRadius {
  border-radius: 30px 30px 0 0;
}

.logInWindow {
  margin-top: 30px;
}

.classHide {
  display: none !important;
}

.owerFlowWindod {
  margin-top: 20px;
  height: 127px;
  height: max-content;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  /* width: 300px; */
  /* -webkit-overflow-scrolling: auto; */
}

.slide {
  border-radius: 20px;
  flex: none;
  scroll-snap-align: center;
  width: 269px;
  height: 95px;
  padding: 16px;
  line-height: 13px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h3Ower {
  margin-bottom: 8px;
}

.material {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 30px 10px;
}

.divImage {
  display: flex;
  margin-bottom: 10px;
}

.logOut {
  margin-bottom: 65px;
}

.schedule,
.balance {
  width: 90;
  /* height: 156px; */
  background-color: #fffbf4;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
}

.balance {
  margin-bottom: 0;
}

.balanceHead {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.gift {
  width: 80px;
  height: 25px;
  margin: 0;
  background-color: #ee7a45;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#BodyBonus {
  color: #ffffff;
  margin-left: 4px;
}

.scheduleHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.logInWindowTitle {
  margin: 0;
}

/* .scheduleMore {
    margin: 0;
    display: flex;
    color: #ee7a45;
    font-size: 12px;
    font-family: "Gilroy-SemiBold";
    cursor: pointer;
  }
  .scheduleMore > span {
    border-bottom: 1px solid #ee7a45;
  }
  
  .scheduleMore > img {
    margin: auto;
  } */

#scheduleMoreButton {
  background-color: #f5f0e7;
  color: #313131;
  display: flex;
  justify-content: center;
  align-items: center;
}

#scheduleMoreButton:hover {
  background-color: #f2ebde;
}

#scheduleMoreButton:active {
  background-color: #dbceb7;
}

.scheduleItem {
  display: flex;
  cursor: pointer;
  margin-bottom: 16px;
}

.scheduleAbout {
  border-left: 2px solid #ee7a45;
  padding-left: 10px;
}

.scheduleAbout>p {
  margin: 0;
}

.scheduleDate {
  margin-bottom: 4px;
}

.scheduleBody {
  margin-bottom: 24px;
}

.sixe {
  font-size: 16px;
  font-family: "Gilroy-Medium";
  line-height: 16px;
}

.balanceBody>div>img {
  margin-right: 10px;
}

.balanceBody>div>h3 {
  align-self: center;
  margin-right: 3px;
}

.balanceRub,
.balanceEuro {
  margin-bottom: 4px;
  display: flex;
}

.openPopUp {
  flex: 1;
  /* min-width: 40px;
    max-width: 100%; */
  cursor: pointer;
  /* margin-bottom: 30px;
  margin-right: 10px; */
  /* margin: 10px; */
}

/* #referrer {
    width: 100%;
    height: 100%;
    background-color: rgba(86, 86, 86, 0.6);
    overflow: hidden;
    position: fixed;
    top: 0px;
    display: none;
    justify-content: center;
  } */

#referrer>.bPopupContent {
  padding: 0;
  padding-bottom: 50px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0;
}

.popUpImg {
  border-radius: 30px 30px 0 0;
}

.imgContainer {
  width: 100%;
  border-radius: 20px;
  /* height: auto; */
}

#referrer>.bPopupContent>.bodyPopUp {
  padding: 20px;
  margin-bottom: 50px;
}

#nameMaterialPopUp {
  text-align: center;
  margin-bottom: 10px;
}

#descriptionPopUp {
  margin-bottom: 10px;
}

#zero {
  /* background-image: url("/image/Photo-Ottom.png"); */
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
}

.close-container-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fffbf4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
}

/* .btn-close {
  cursor: pointer;
  position: absolute;
} */

/* body :not(#referrer) {
    filter: blur(2px);
  } */

/* .main:not(.bPopupContent) {
    filter: blur(5px);
  } */

.imgDiv {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 160px;
  min-height: 160px;
  width: 100%;
  aspect-ratio: 1/1;
}

.ref {
  display: none;
}


.labelFromImg {
  margin-top: 10px;
}

/* stories_start */

.allStory {
  overflow-x: scroll;
  display: flex;
  min-height: 112px;
  height: max-content;
}

/* .stories.carousel {
  white-space: unset;
} */

.item-preview .div-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 0 0 16px 8px;
  box-sizing: border-box;
}

.stories.snapgram .story>.item-link>.item-preview img {
  border-radius: 20px;
  border: none;
}

.media-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#zuck-modal-content .story-viewer .head .left .info .name {
  font-family: "Gilroy-SemiBold";
}

/* .stories.carousel .story {
  margin: 0 20px 0 0 !important;
  min-height: 108px;
  width: 84px;
} */

.stories.snapgram .story>.item-link>.item-preview {
  border-radius: 18px;
  padding: 0;
  min-height: 108px;
  width: 84px;
}

/* stories_end */

.smallBtn {
  padding: 3px 10px;
  width: max-content;
  height: max-content;
}

.field {
  background-color: #fffbf4;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-top: 15px;
  cursor: pointer;
}

.sevenFeetUnderKeel {
  max-width: 230px;
}

.circleField {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ee7a45;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
  justify-content: flex-end;
}

.hName {
  margin: 15px 0 30px 0;
}

.inlineButton {
  display: flex;
}

.inlineButton>button:first-child {
  width: 70%;
  margin-right: 10px;
}

.inlineButton>button:last-child {
  background-color: #fffbf4;
  color: #313131;
  width: 30%;
}

.inlineButton>button:last-child:hover {
  background-color: #fbf7ef;
}

#feadbackArrow {
  width: 20px;
  height: 20px;
}

#goToLessonFeedback {
  margin-bottom: 15px;
}

#goToLessonFeedback > .sevenFeetUnderKeel {
  max-width: 270px;
}
