@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;700&display=swap");
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: green;
}

body {
  background-color: rgba(25, 135, 84, 0.0784313725);
  color: #4b4b4b;
  font-family: "Mukta", sans-serif;
}

.container-custom {
  width: 86%;
  margin: auto;
}

.fs-7 {
  font-size: 0.8rem !important;
}

img {
  max-width: 100%;
}

a:hover {
  color: #fff;
}

.input-icon {
  position: absolute;
  margin: 0.5rem 0.9rem;
  cursor: pointer;
}
.input-icon.search {
  right: 0;
}
.input-icon.ilabel {
  left: 0;
}

.step-h.is-active-sh {
  min-height: 270px;
}
.step-h.sticky {
  position: sticky;
  top: 5.6rem;
  width: 100%;
  z-index: 9;
  min-height: 150px;
}
.step-h.sticky .cover-bg {
  position: absolute;
  width: 100%;
  background-color: #ecf5f1;
  display: block !important;
}
.step-h.sticky .cover-bg.top {
  top: -17px;
  left: 0;
  height: 18px;
}
.step-h.sticky .cover-bg.bottom {
  bottom: 0;
  height: 22px;
}
.step-h.sticky .stat-info,
.step-h.sticky .line-top {
  display: none;
}
.step-h .hs-d::after {
  content: "";
  background: transparent;
  height: 5px;
  width: 100%;
  top: 30%;
  left: 0;
  position: absolute;
  z-index: 0;
  border-top: 3px solid #e3e3e3;
}
.step-h .hs-d .step-item {
  z-index: 9;
  font-size: 1.2rem;
  color: #3f3f3f;
  text-align: center;
}
.step-h .hs-d .step-item .s-icons {
  background: rgb(249, 249, 249);
  width: 60px;
  height: 60px;
}
.step-h .hs-d .step-item .s-icons i {
  line-height: 0;
}
.step-h .hs-d .step-item.active .icon-wrapper {
  position: relative;
}
.step-h .hs-d .step-item.active .icon-wave {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  border-radius: 9999px;
  background-color: green;
  z-index: -1 !important;
  pointer-events: none;
}
.step-h .hs-d .step-item.active .s-icons {
  background: #198754 !important;
  color: white !important;
  z-index: 9 !important;
}
.step-h .hs-d .step-item.active .icon-wave {
  animation: Wave 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes Wave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
.step-h .hs-d .step-item.active .step-nme {
  color: #19bb6f;
}
.step-h .hs-d .line {
  left: 7px;
  content: "";
  height: 5px;
  z-index: 2;
  background: transparent;
  border-top: 3px solid #19bb6f;
  top: 30%;
}
.step-h .hs-d .line.line-top {
  z-index: 3;
  bottom: -50px;
  width: 2px;
  height: 116px;
  content: "";
  position: absolute;
  background: #19bb6f;
  left: 27px;
  top: auto;
}
.step-h .hs-d .stat-info {
  bottom: -51px;
  left: 27px;
  z-index: 9;
}
.step-h .hs-d .lef-noborder {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.step-h .hs-d.has-label-top .stat-info {
  z-index: 9;
  bottom: 124.6px;
  left: 27px;
}
.step-h .hs-d.has-label-top .line.line-top {
  bottom: 51px;
  width: 2px;
  height: 94px;
}
.step-h .hs-d:last-child .stat-info {
  left: auto;
  right: 28px;
}
.step-h .hs-d:last-child .stat-info .lef-noborder {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.table tr th,
.table tr td {
  font-size: 0.8rem;
}

.show-onclick {
  display: none;
}
.show-onclick.show {
  display: block;
}

.form-label {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.form-control {
  line-height: 1.8;
  font-size: 0.9rem;
  box-shadow: 0 2px 5px 1px rgba(145, 143, 146, 0.16);
  padding: 0.375rem 0.95rem;
  border-radius: 20px;
  border-left: 1px solid transparent;
  border-right: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.form-control:focus {
  color: #212529;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  border-left: 1px solid transparent;
  border-right: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.modal .form-control {
  padding: 0.375rem 2.55rem;
  border-radius: 6px;
}

.table > :not(:first-child) {
  border-top: none;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 0;
}

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  transform: scale(1.1);
  display: inline-block;
}

.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  transform-origin: 100% 100%;
  animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
  transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.cube-folding .leaf3 {
  transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.cube-folding .leaf4 {
  transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}
@keyframes folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 38%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(2px);
  border-radius: 100%;
  animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  animation: text 0.5s ease infinite alternate;
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
.preloader {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 999;
}