@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* width */
*::-webkit-scrollbar {
  width: 1em;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
body {
  font-family: 'Cairo', 'Source Sans Pro', sans-serif;
  background: rgb(36, 99, 98);
  background: linear-gradient(
    138deg,
    rgba(36, 99, 98, 1) 0%,
    rgba(76, 153, 151, 1) 100%
  );
  height: 100vh;
  margin: 0;
}
.iframe-container {
  width: 360px;
  border-radius: 25px;
  overflow: hidden;
  margin: 25px auto;
  height: 720px;
  border: 20px solid #3c3c3c;
  padding: 0;
  background: #3c3c3c;
  box-shadow: 0 3px 10px #3c3c3c;
}
.iframe-responsive {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border-radius: 15px;
}
.docs-demo-device {
  --device-padding: 1rem;
  --device-width: 344px;
  --device-height: 704px;
  --device-frame-width: 12px;
  padding: var(--device-padding);
}
.docs-demo-device > figure {
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 2px 8px rgb(2 8 20 / 10%), 0 8px 16px rgb(2 8 20 / 8%);
  height: var(--device-height);
  margin: 25px auto;
  overflow: hidden;
  position: relative;
  width: var(--device-width);
  z-index: 1;
}

.docs-demo-device > figure > iframe {
  border: none;
  height: calc(100% - var(--device-frame-width) * 2);
  left: 0;
  margin: var(--device-frame-width);
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  position: absolute;
  top: 0;
  width: calc(100% - var(--device-frame-width) * 2);
  z-index: 1;
}

.docs-demo-device.ios figure {
  background-image: url(images/iphone-device-skin-6e7299311f1ad1397d5508ff8aad5a9c.png);
  border-radius: 54px;
}

.docs-demo-device.ios > figure > iframe {
  border-radius: 38px;
}

.docs-demo-device.md figure {
  background-image: url(images/android-device-skin-30bf09d5c45a8e4ef68447de27128580.png);
  border-radius: 44px;
}

.docs-demo-device.md > figure > iframe {
  border-radius: 32px;
}

.docs-demo-device.ios figure:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  bottom: 18px;
  content: '';
  height: 4px;
  width: 35%;
  z-index: 1;
}

.docs-demo-device.ios figure:after,
.docs-demo-device__ios-notch {
  display: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.docs-demo-device__ios-notch {
  fill: #090a0d;
  top: 12px;
  width: 165px;
  z-index: 2;
}

.docs-demo-device.ios .docs-demo-device__ios-notch,
.docs-demo-device.ios figure:after,
.newColorGenerator_2tAd {
  display: block;
}

.docs-demo-device.md .docs-demo-device__md-bar {
  fill: hsla(0, 0%, 49%, 0.3);
  display: block;
  padding: 0.5rem 2.2rem;
  position: relative;
  top: 12px;
  z-index: 2;
}
h3.title {
  text-align: center;
  font-size: 2em;
  margin-top: 0;
  color: #fff;
}
