/* Button Open modal label*/
.btn-open-lb {
  margin: 0;
  padding: 0;
  line-height: normal;
  display: block;
  float: left;
  text-align: center;
  width: 50%;
  overflow: hidden;
  position: relative;
}

.btn-open-lb a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 7px 5px;
  font: 400 13px 'Cairo', sans-serif;
  -webkit-transition: .3s;
  letter-spacing: -.35px;
  border-radius: 0;
  -moz-transition: .3s;
  -o-transition: .3s;
  color: #3e3e3e;
  border: 1.2px solid #dbdbdb;
  border-radius: 7px;
}



.btn-open-lb a:hover,
.btn-open-lb a:hover .Vector {
  border: 1.1px solid var(--linkC);
  border-radius: 10px;
  color: var(--linkC) !important;
  stroke: var(--linkC);
}



.container {
  display: grid;
  gap: 8px;
  margin: 5px 0px;
}

.card {
  width: auto;
  aspect-ratio: 2 / 3;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease-out;
  z-index: 0;
  border-radius: inherit;
}

.card:hover::before {
  transform: scale(1.1);
}

.card>* {
  z-index: 1;
}


.card-rating {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-rating::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%22126px%22%20height%3D%22126px%22%20viewBox%3D%220%200%2064.00%2064.00%22%20enable-background%3D%22new%200%200%2064%2064%22%20xml%3Aspace%3D%22preserve%22%20stroke%3D%22%23000000%22%20stroke-width%3D%220.00064%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%23CCCCCC%22%20stroke-width%3D%220.256%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20fill%3D%22%23FF9C00%22%20d%3D%22M62.799%2C23.737c-0.47-1.399-1.681-2.419-3.139-2.642l-16.969-2.593L35.069%2C2.265%20C34.419%2C0.881%2C33.03%2C0%2C31.504%2C0c-1.527%2C0-2.915%2C0.881-3.565%2C2.265l-7.623%2C16.238L3.347%2C21.096c-1.458%2C0.223-2.669%2C1.242-3.138%2C2.642%20c-0.469%2C1.4-0.115%2C2.942%2C0.916%2C4l12.392%2C12.707l-2.935%2C17.977c-0.242%2C1.488%2C0.389%2C2.984%2C1.62%2C3.854%20c1.23%2C0.87%2C2.854%2C0.958%2C4.177%2C0.228l15.126-8.365l15.126%2C8.365c0.597%2C0.33%2C1.254%2C0.492%2C1.908%2C0.492c0.796%2C0%2C1.592-0.242%2C2.269-0.72%20c1.231-0.869%2C1.861-2.365%2C1.619-3.854l-2.935-17.977l12.393-12.707C62.914%2C26.68%2C63.268%2C25.138%2C62.799%2C23.737z%22%3E%3C/path%3E%20%3C/g%3E%3C/svg%3E') no-repeat center center;
  background-size: contain;
}

.last-chap {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.last-chap::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.0%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23000000%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C/g%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.59%2C0.805C0.59%2C1.562%2C0%2C2.746%2C0%2C4v48c0%2C1.785%2C1.184%2C3.355%2C2.902%2C3.848L28%2C64V8L5.098%2C0.152%20C3.895-0.188%2C2.594%2C0.051%2C1.59%2C0.805z%22%3E%3C/path%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M62.41%2C0.805c-1.004-0.754-2.309-0.992-3.508-0.652L36%2C8v56l25.098-8.152C62.816%2C55.355%2C64%2C53.785%2C64%2C52V4%20C64%2C2.746%2C63.41%2C1.562%2C62.41%2C0.805z%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat center center;
  background-size: contain;
}

.card-title {
  font-weight: bold;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

#prevBtn,
#nextBtn {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 8px 15px;
  font-size: 13px;
  border: none;
  border-radius: 10px;
  background-color: var(--linkC);
  color: white;
  cursor: pointer;
  text-align: center;
}

#prevBtn:disabled,
#nextBtn:disabled {
  background-color: #A3A3A3;
  cursor: not-allowed;
}

#currentPage {
  font-size: 16px;
  font-weight: bold;
}

#nextBtn .icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

#prevBtn .icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

.cont-error {
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/* From Uiverse.io by SelfMadeSystem */
/* Inspired by: m3.material.io/components/progress-indicators/overview */
.loading {
  background: #F6F9FC;
  border-radius: 10px;
  border: solid 1px #D0D0D0;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.darkMode .loading {
  background: #232323;
  border: solid 1px #969696;
}

.loading p {
  font-weight: bold;
  margin: 10px 0;
  font-size: 18px;
}

.loader {
  text-align: center;
  width: 50px;
  height: 50px;
  align-items: center;
  /* Subpixels get cut off */
  overflow: visible;
  transform: rotate(-90deg);
  transform-origin: center;

  --active: var(--linkC);
  --track: #D7D4FE;

  --duration: 8s;

  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

.active {
  stroke: var(--active);
  stroke-linecap: round;
  stroke-dashoffset: 360;
  animation: active-animation var(--duration) ease-in-out infinite;
}

@keyframes active-animation {
  0% {
    stroke-dasharray: 0 0 0 360 0 360;
  }

  12.5% {
    stroke-dasharray: 0 0 270 90 270 90;
  }

  25% {
    stroke-dasharray: 0 270 0 360 0 360;
  }

  37.5% {
    stroke-dasharray: 0 270 270 90 270 90;
  }

  50% {
    stroke-dasharray: 0 540 0 360 0 360;
  }

  50.001% {
    stroke-dasharray: 0 180 0 360 0 360;
  }

  62.5% {
    stroke-dasharray: 0 180 270 90 270 90;
  }

  75% {
    stroke-dasharray: 0 450 0 360 0 360;
  }

  87.5% {
    stroke-dasharray: 0 450 270 90 270 90;
  }

  87.501% {
    stroke-dasharray: 0 90 270 90 270 90;
  }

  100% {
    stroke-dasharray: 0 360 1 360 0 360;
  }
}

.track {
  stroke: var(--track);
  stroke-linecap: round;
  stroke-dashoffset: 360;
  animation: track-animation var(--duration) ease-in-out infinite;
}

@keyframes track-animation {
  0% {
    stroke-dasharray: 0 20 320 40 320 40;
  }

  12.5% {
    stroke-dasharray: 0 290 50 310 50 310;
  }

  25% {
    stroke-dasharray: 0 290 320 40 320 40;
  }

  37.5% {
    stroke-dasharray: 0 560 50 310 50 310;
  }

  37.501% {
    stroke-dasharray: 0 200 50 310 50 310;
  }

  50% {
    stroke-dasharray: 0 200 320 40 320 40;
  }

  62.5% {
    stroke-dasharray: 0 470 50 310 50 310;
  }

  62.501% {
    stroke-dasharray: 0 110 50 310 50 310;
  }

  75% {
    stroke-dasharray: 0 110 320 40 320 40;
  }

  87.5% {
    stroke-dasharray: 0 380 50 310 50 310;
  }

  100% {
    stroke-dasharray: 0 380 320 40 320 40;
  }
}



/* Label */
.lab-pr {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.lab-pr .label {
  display: inline-block;
  padding: 8px 13px;
  border-radius: 20px;
  border: solid 1px #ababab;
  background-color: transparent;
  color: black;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}

.darkMode .lab-pr .label {
  border: solid 1px #eceff1;
  background-color: #2D2D30;
  color: rgb(189, 189, 189);
}

.lab-pr .label:hover {
  border: var(--linkC) solid 1px;
  color: var(--linkC);
}

/* Alert pup */
.alertElys-container {
  margin-bottom: 20px;
}

.alertEly {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  z-index: 9999;
  height: 50px;
  color: white;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: fixed;
  bottom: -50px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(100%);
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}

.alertEly.show {
  opacity: 1;
  bottom: 0;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 600px) {
  .alertEly {
    border-radius: 8px;
    top: 10px;
    left: 10px;
    width: auto;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
  }

  .alertEly.show {
    opacity: 1;
    transform: translateY(0);
  }

}


.alertEly span {
  text-align: right;
  margin-right: 5px;
}

.alertEly.info {
  background-color: #007bff;
}

.alertEly.success {
  background-color: #28a745;
}

.alertEly.warning {
  background-color: #fd7e14;
}

.alertEly.danger {
  background-color: #dc3545;
}

/* Waves Footer Svg */
.wave-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 0;
}

.wavies>use {
  animation: waveAround 12s linear infinite;
  stroke: none;
  fill: var(--linkC);
}

.wavies>use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.2;
}

.wavies>use:nth-child(2) {
  opacity: 0.3;
  animation-delay: -2s;
  animation-duration: 5s;
}

.wavies>use:nth-child(3) {
  opacity: 0.4;
  animation-delay: -4s;
  animation-duration: 3s;
}

.wavies>use:nth-child(4) {
  opacity: 0.5;
  animation-delay: -6s;
  animation-duration: 2s;
}

@keyframes waveAround {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/* dorosi style*/
#menu-listH {
  list-style-type: none;
  padding: 0;
}

#menu-listH li {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  border: solid 1px #eaeaea;
  background: var(--contentB);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out;
}

#menu-listH li:hover,
.bt2-H:hover {
  background: hsl(0, 0%, 96%);
}

.darkMode #menu-listH li:hover,
.darkMode .bt2-H:hover {
  background: hsl(240, 3%, 18%);
}

#menu-listH .icon-listH {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10px;
}

#menu-listH svg {
  width: 40px;
  height: 40px;
  fill: var(--linkC);
}

.darkMode #menu-listH svg {
  fill: var(--darkU);
}

#menu-listH h4 {
  margin: 5px 0 20px 0;
  text-align: center;
  font-size: 15px;
}

#menu-listH {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 5px 0px;
}

.darkMode #menu-listH li {
  background: var(--darkBs)
}

#menu-listH li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: .1;
  background: url("data:image/svg+xml,<svg id='svg' version='1.1' width='3000' height='3000' viewBox='0 0 3000 3000' xmlns='http://www.w3.org/2000/svg'><path d='M0.000 1349.455 L 0.000 2698.909 3.500 2699.455 C 10.995 2700.623,14.060 2701.019,30.500 2702.946 C 39.850 2704.043,55.600 2705.651,65.500 2706.520 C 75.400 2707.390,91.825 2708.837,102.000 2709.736 C 118.859 2711.226,183.607 2711.403,832.000 2711.737 C 1318.975 2711.988,1551.298 2711.772,1568.211 2711.053 C 1700.239 2705.436,1830.211 2680.356,1953.000 2636.803 C 2092.364 2587.371,2219.785 2516.521,2335.000 2424.401 C 2427.591 2350.369,2513.520 2259.625,2581.755 2163.819 C 2683.300 2021.244,2753.060 1866.955,2792.822 1697.000 C 2806.058 1640.424,2816.821 1573.024,2821.548 1517.106 C 2826.792 1455.083,2826.397 1515.313,2826.729 727.250 L 2827.036 0.000 1413.518 0.000 L 0.000 0.000 0.000 1349.455 ' stroke='none' fill='%23989b9f' fill-rule='evenodd'/></svg>") center / 40px no-repeat;
}

/* list 2*/
.p-H {
  margin: 0 0 15px 0;
  font-weight: 550;
  font-size: 15px;
}

.darkMode .bt2-H {
  background: var(--darkBs)
}

.bt2-H {
  height: 60px;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  border: solid 1px #eaeaea;
  background: var(--contentB);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 8px;
  padding: 10px;
  transition: background-color 0.3s ease-in-out;

}

.bt2-H h4 {
  margin: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.bt2-H svg {
  width: 22px;
  margin: 0 5px;
  height: 22px;
  fill: var(--linkC);
}

.darkMode .bt2-H svg {
  fill: var(--darkU);
}

.menu2-listH {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 5px 0px;
}

.menu2-listH {
  list-style-type: none;
  padding: 0;
}

/*Notifications App Install*/
.Notif-div {
  padding: 0 0 0 15px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: height 0.4s ease;
  background: var(--notifU);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 0px;
  place-items: center;
  font-family: Cairo;
}

.darkMode .Notif-div {
  background: #2A2A2E
}

.Notif-div .svg-logo {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.darkMode .Notif-div .svg-logo {
  filter: grayscale(100%) brightness(1000%);
}

.Notif-div .svgo {
  position: absolute;
  overflow: hidden;
  left: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50px;
  transition: background-color 0.3s ease-in-out;
}

.Notif-div .svgo:hover {
  background-color: hsla(50 100% 0% / 0.09);
}

.darkMode .Notif-div .svgo:hover {
  background-color: hsla(50 100% 100% / 0.15);
}

.darkMode .Notif-div .svgo,
.darkMode .Notif-div .svg-logo {
  filter: brightness(10000%);
}

.Notif-div button {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 10px;
  height: 30px;
  border-radius: 5px;
  border: none;
  background: var(--linkC);
  color: #fff;
  margin-right: 15px;
  font-weight: bold;
}

.darkMode .Notif-div button {
  background: #1DBB17
}

/* Box Mos */
.contRe,
.contrMos {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contRe p,
.contrMos p {
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.contRe img,
.contrMos img {
  display: block;
  margin: 0 auto;
}

/* Box Download App*/
.cardApp {
  width: 100%;
  text-align: center;
}

.imgApp {
  border-radius: 10px;
  width: 60px;
  color: #635bff;
  margin: 0 auto;
}

.titleApp {
  margin-top: 10px;
  font-size: 16px;
}

.textApp {
  margin-top: 10px;
  font-size: 15px;
}

.contrMos a,
.contRe a,
.cardApp button,
.cardApp .button,
.btnoM {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.iconSvg {
  fill: #fff;
  height: 20px;
  width: 20px;
  margin: 0 5px;
}

/* Cover Downlaod APP */
.cover-contD {
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 50px;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px #e6e6e6 solid;
  border-radius: 10px;
}

.appD-container {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.icon-appD {
  width: 75px;
  height: 75px;
  border-radius: 15px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

/* COnt social media */

.contact-card {
  text-align: center;
  margin: auto;
}

.contact-card h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 14px;

  margin-bottom: 30px;
}

.contact-card .icoSo {
  border-top: 1.2px solid #7D7D7D;
  padding-top: 10px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.contact-card .paSicon-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.paSicon-container .paSicon {

  width: 100%;
  height: 55px;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
}

.paSicon:hover {
  background-color: hsla(50 100% 0% / 0.09);
}

.darkMode .paSicon:hover {
  background-color: hsla(50 100% 100% / 0.15);
}

.contact-card .paSicon svg {
  width: 28px;
  height: auto;
  fill: #7D7D7D;
}

.darkMode .contact-card .paSicon svg {
  fill: #D7D7D7;
}

/*  Modal Den */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(128, 128, 128, 0.2);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, backdrop-filter 0.5s ease-in-out;
}


.modal.show {
  opacity: 1;
  background-color: rgba(128, 128, 128, 0.3);
  backdrop-filter: blur(5px);
}

.modal-content {
  background-color: var(--contentL);
  margin: 0;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}

.darkMode .modal-content {
  background-color: #2D2D30;
}

.close-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #acacac;
  position: relative;
}

.close-btn::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="9" fill="%232A4157" fill-opacity="0.24"/><path d="M9 9L15 15" stroke="%23FFF" stroke-width="1.2" stroke-linecap="round"/><path d="M15 9L9 15" stroke="%23FFF" stroke-width="1.2" stroke-linecap="round"/></svg>') no-repeat center center;
  background-size: cover;
}

.close-btn span {
  margin-right: 4px;
}



@media (max-width: 767px) {
  .modal-content {
    position: fixed;
    bottom: 0;
    padding-bottom: 45px;
    border-radius: 15px 15px 0 0;
    transform: translateY(100%);
  }

  .modal.show .modal-content {
    transform: translateY(0);
  }
}


@media (min-width: 768px) {
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }

  .modal.show .modal-content {
    transform: translate(-50%, -50%);
  }
}

.modal-body {
  text-align: center;
}

.modal-image {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto 15px;
}

.modal-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.modal-description {
  font-size: 16px;
  color: #777;
  margin: 0 10px 10px;
}

/* Input Form Group */
.form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.group {
  position: relative;
}

.form .group label {
  font-size: 16px;
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: var(--contentL);
  transition: all .3s ease;
  pointer-events: none;
}

.form .group input,
.form .group textarea {
  padding: 10px;
  border-radius: 4px;
  border: 1.5px solid #b7b7b7;
  margin-bottom: 10px;
  outline: 0;
  width: 100%;
  background-color: transparent;
}

.darkMode .form .group input,
.darkMode .form .group textarea {
  border: 1.5px solid #767676;
}

.form .group input:placeholder-shown+label,
.form .group textarea:placeholder-shown+label {
  top: 10px;
  background-color: transparent;
}

.form .group input:focus,
.form .group textarea:focus {
  border-color: var(--linkC);
}

.form .group input:focus+label,
.form .group textarea:focus+label {
  top: -10px;
  right: 10px;
  background-color: var(--contentL);
  color: var(--linkC);
  font-weight: 600;
  font-size: 14px;
}

.form .group textarea {
  resize: none;
  height: 100px;
}

/* Go Top */
.scroll-to-top {
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: var(--linkC);
  height: 40px;
  width: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s;
}

.scroll-to-top:hover {
  opacity: .9;
}

.scroll-to-top.visible {
  transform: scale(1);
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.ignielSquircle {
  clip-path: url(#ignielSquircle);
}
/*button List Niv */
.containerDo {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 180px;
  border: 1.5px solid #7C7C7C;
  border-radius: 30px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 233, 249, 1) 100%);
  cursor: pointer;
  transition: background-color 0.3s;
}

.darkMode .containerDo {
  border: 1.5px solid #A9A9A9;
  background: rgb(51, 51, 51);
  background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(22, 41, 0, 1) 100%);
}

.containerDo:hover {
  background-color: #f0f0f0;
}
.textNivou {
  flex: 1;
  text-align: center;
}

.imageNivou {
  flex: 1;
}

.imageNivou img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Note */
.note {
  position: relative;
  padding: 20px 50px 20px 20px;
    background: var(--notifU);
  color: #3c4043;
  font-size: .85rem;
  font-family: var(--fontB);
  line-height: 1.6em;
  border-radius: 10px;
  overflow: hidden
}

.note::before {
  content: '';
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, .4);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
  opacity: .1
}

.note::after {
  content: '\002A';
  position: absolute;
  right: 18px;
  top: 16px;
  font-size: 20px;
  min-width: 15px;
  text-align: center
}

.note.wr {
  background: #ffdfdf;
  color: #48525c
}

.note.wr::after {
  content: '\0021'
}

.darkMode .note {
  background: var(--darkBs);
  color: rgba(255, 255, 255, .9)
}