/*# sourceMappingURL=custom.min.css.map */

table.dataTable thead th,
table.dataTable thead td {
  padding: 8px 10px;
  position: relative;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc_disabled:after {
  content: "";
}
/*================ 3. Typography =================*/
h1,
.heading-one {
  font-size: 48px;
  line-height: 70px;
}
h2,
.heading-two {
  font-size: 40px;
  line-height: 48px;
}
h3,
.heading-three {
  font-size: 30px;
  line-height: 42px;
}
h4,
.heading-four {
  font-size: 28px;
  line-height: 40px;
}
h5,
.heading-five {
  font-size: 24px;
  line-height: 30px;
}
h6,
.heading-six {
  font-size: 20px;
  line-height: 34px;
}
h1,
.heading-one {
  font-weight: 700;
}
h2,
h3,
h6,
.heading-two,
.heading-three,
.heading-six {
  font-weight: 600;
}
h4,
.heading-four,
h5,
.heading-five {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-one,
.heading-two,
.heading-three,
.heading-four,
.heading-five,
.heading-six {
  color: #002868;
}
p,
a {
  font-size: 14px;
  line-height: 21px;
  color: #121212;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
.body-extra-large {
  font-size: 20px;
  line-height: 30px;
}
.body-large {
  font-size: 18px;
  line-height: 30px;
}
.body-medium {
  font-size: 16px;
  line-height: 24px;
}
.body-normal {
  font-size: 16px;
  line-height: 19px;
}
.body-caps {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.body-extra-small {
  font-size: 12px;
  line-height: 16px;
}
.body-extra-large {
  font-weight: 700;
}
.body-large,
.body-normal,
.body-small,
.body-extra-small {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.h-85 {
  height: 85%;
}
/*================ End Typography =================*/
.site-btn {
  background-color: #002868;
  border-color: #002868;
  color: #fff;
}
.site-btn:hover {
  background-color: transparent;
  color: #002868;
}
/*================ Login Style =================*/
.view-port-sec {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.view-port-sec .left-col,
.view-port-sec .right-col {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 120px;
  background: linear-gradient(
    172deg,
    #85c8ff 6.87%,
    #8db4ff 38.73%,
    #808eff 79.84%,
    #9a88fe 96.34%
  );
}
.view-port-sec .full-col {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px;
}
.view-port-sec .welcome-box {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(15px);
  padding: 30px;
  max-width: 452px;
}
.view-port-sec .left-col-inner .wave {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #8cd3f78f;
  width: 1000px;
  height: 1000px;
  margin-left: -150px;
  margin-top: 300px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 10000ms infinite linear;
}
.view-port-sec .left-col-inner .wave.wave-3 {
  animation: drift 12000ms infinite linear;
  position: absolute;
  background-color: #89aaff;
  top: 0;
  margin: 0;
  left: 0;
}
.view-port-sec .left-col-inner .wave.wave-2 {
  animation: drift 8000ms infinite linear;
  opacity: 0.1;
  background: black;
  position: absolute;
  margin: 0;
  top: 30%;
  left: -40%;
}
@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
.view-port-sec .right-col {
  background: #fff;
}
.view-port-sec .login-box {
  width: 600px;
}
.view-port-sec .full-col .login-box {
  width: 500px;
  border: 1px solid rgb(150 153 156 / 30%);
  padding: 60px;
  border-radius: 8px;
}
/*================ End Login Style =================*/
.register-sec .plan-details {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  padding: 16px;
  border-radius: 16px;
}
.register-sec .plan-details .plan-name {
  width: 50%;
}
.register-sec .plan-details .plan-name:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}
