/* Variable Declaration */
:root {
  --font-primary2: "Manrope", sans-serif;
  --font-primary: "Fjalla One", sans-serif;
  --font-secondary: "Space Grotesk", sans-serif;
}

/* Animation */
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* Global font style */
body {
  font-family: var(--font-secondary);
  background: url(https://res.cloudinary.com/drailu2uk/image/upload/v1731307025/BABASMMPANEL_4_s5xhfh.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body {
    font-family: var(--font-secondary);
    background: url(https://res.cloudinary.com/drailu2uk/image/upload/v1731307025/BABASMMPANEL_4_s5xhfh.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
}
.card {
  background: #EDF9FE;
  background-image: none;
  border-radius: 20px;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 10px;
  border: 1px solid #ffffff30;
}
.form-control {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #00000020;
  background: linear-gradient(45deg, white, #ffffff40);
  background-size: 110%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin: 5px 0;
}
.btn.btn-primary {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px 20px;
}

/* Heading font styles */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
}

/* All Icons Animation */
a:hover i, button:hover i {
  animation: 0.8s jello linear;
}

/* Sidebar */
.sidebar{
  margin: 10px;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: #EDF9FE;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}

.impbtns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
}
a.btn.btnsbtop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(45deg, #00c1ff, #eaf9ff);
  border: 0;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px, inset 1px 1px 2px 4px #FFFfff40;
}
a.btn.btnsbtop h5 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 16px;
}
a.btn.btnsbtop span {
  color: #fff;
  font-weight: 500;
}
span.btnsbtopdesc {
  font-size: 13px;
  color: #ffffff99 !important;
  font-weight: 400 !important;
}
a.btn.btnsbtop img {
  max-width: 90px;
  margin: -20px;
  margin-right: -39px;
  filter: drop-shadow(12px 12px 50px #ffffff);
}
a.btn.btnsbtopsec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(226deg, #ff8646, #ffdad1);
  border: 0;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px, inset 1px 1px 2px 4px #FFFfff40;
}
a.btn.btnsbtopsec h5 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 16px;
}
a.btn.btnsbtopsec span {
  color: #fff;
  font-weight: 500;
}
a.btn.btnsbtop span b {
  color: #fff;
}
span.btnsbtopdesc {
  font-size: 13px;
  color: #ffffff99 !important;
  font-weight: 400 !important;
}
a.btn.btnsbtopsec img {
  max-width: 90px;
  margin: -20px;
  margin-left: -20px;
  filter: drop-shadow(12px 12px 50px #ffffff);
}
a.navbar-brand {
  padding: 0;
}
a.nav-link {
  font-size: 14px;
  background: #fff;
  padding: 5px;
  border-radius: 12px;
  background-color: transparent;
  background-image: linear-gradient(#fff, #f5f5fa);
  box-shadow: rgba(37, 44, 97, .15) 0 4px 11px 0, rgba(93, 100, 148, .2) 0 1px 3px 0;
  color: #595959;
  cursor: pointer;
  font-weight: 600;
  transition: all .2s ease-out;
  border: 1px solid #ffffff;
}
a.nav-link i {
  font-size: 18px;
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
}
li.nav-item.active a.nav-link i {
  background: #fff !important;
  color: #0dcaf0;
  box-shadow: none;
}
ul.navbar-nav.sideul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px;
}
ul.navbar-nav.sideul li {
  width: 50%;
  padding: 5px;
}
li.nav-item.active a.nav-link {
  color: #fff;
  border-radius: 14px;
  border: 0;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
}

.profilecardsb {
  background: linear-gradient(45deg, #a0efff, #7ee9ff);
  margin: 10px;
  border-radius: 15px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: sticky;
  bottom: 0;
}
.glassprofflex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  color: #fff;
  border-top: 1px solid #00000015;
  cursor: pointer;
  position: sticky;
  bottom: 0;
  background: #fff;
  border-radius: 0 0 20px 20px;
  background: #fff; 
  background-image: none; 
  backdrop-filter: none; 
  background-size: cover; 
  background-position: center;
}
.glassprofflex img {
  max-width: 60px;
  border-radius: 10px;
  margin-right: 10px;
  max-height: 60px;
  margin-bottom: auto;
}
.glassprofflex h3 {
  color: #000000;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.glassprofflex span {
  color: #595959;
  font-size: 13px;
}

.glassprofflex i {
  margin-left: auto;
  color: #0dcaf0;
  background: #0dcaf01f;
  height: 30px;
  width: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sidebarwrap {
  height: -webkit-fill-available;
  overflow: auto;
}

/* User Navbar */
.navbar.usernav{
  margin: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  /*background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;*/
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),#1E90ff !important;
  background-size: cover !important;
  background-position: center !important;
}

button.hamburget {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
button.hamburget span.icon {
  height: 4px;
  width: 35px;
  display: block;
  background: #fff;
  margin: 3px 0;
  border-radius: 10px;
}
button.hamburget span.icon.iconone {
  width: 18px;
}
button.hamburget span.icon.icontwo{
  width: 28px;
}

button.hamburget svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
  cursor: pointer;
}
button.hamburget svg path {
  fill: none;
  stroke: white;
  stroke-width: 3px;
}
button.hamburget svg+svg {
  margin-left: 1.5rem;
}
button.hamburget .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
button.hamburget #top, button.hamburget #bottom {
  stroke-dasharray: 30, 75.39;
  transition: all 0.6s cubic-bezier(0.6, 0.33, 0.67, 1.29);
}
button.hamburget svg.active #top, button.hamburget svg.active #bottom {
  stroke-dasharray: 75.39;
  stroke-dashoffset: -60;
}
button.hamburget svg:nth-child(2) {
  transform: rotate(0deg);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
button.hamburget svg:nth-child(2) path {
  transition: all 0.4s ease-in-out 0.6s;
}
button.hamburget svg:nth-child(2).active {
  transform: rotate(180deg);
}
button.hamburget .rocket #top {
  stroke-dasharray: 30, 88;
}
button.btn.btn-prof.dropdown-toggle {
  padding: 0;
  border: 0;
}
button.btn.btn-prof.dropdown-toggle:after {
  display: none;
}
button.btn.btn-prof.dropdown-toggle img {
  max-width: 55px;
  max-height: 55px;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 0;
}
.btn-group.profbtngrp {
  margin-right: 10px;
  margin-left: auto;
}
button.btn.btn-prof.dropdown-toggle i {
  position: absolute;
  bottom: -2px;
  right: -4px;
  color: #00beff;
  background: #fff;
  border-radius: 30px;
  padding: 3px 4px;
  font-size: 12px;
  padding-top: 5px;
}
ul.dropdown-menu.dropdown-menu-end {
  background: #fff;
  border: 1px solid #00000010;
  margin-top: 10px;
  border-radius: 12px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
ul.dropdown-menu.dropdown-menu-end li button {
  padding: 3px;
  margin: 2px;
  border-radius: 12px;
  width: -webkit-fill-available;
  font-size: 14px;
  color: #000;
  border: 1px solid #00000000;
  transition: all 0.5s ease;
}
ul.dropdown-menu.dropdown-menu-end li button i {
  height: 30px;
  width: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  background: #efefef;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
}
ul.dropdown-menu.dropdown-menu-end li button i.cogio {
  background: grey;
  color: #fff;
}
ul.dropdown-menu.dropdown-menu-end li button i.shutio {
  background: red;
  color: #fff;
}
.main-cont {
  margin-top: 120px;
}

ul.navbar-nav.sideul a.nav-link .badge {
  position: relative;
  left: 7px;
  background: red !important;
}
ul.navbar-nav.sideul a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  line-height: 1.2;
}
.pagehdr p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.notopgrid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  margin: 10px 0 20px 0;
}
.headergridpages {
  grid-template-columns: 3fr 2fr;
}
.animnoimg {
  position: relative;
}
img.greetimg {
  width: 100%;
  max-width: 200px;
  position: relative;
  bottom: -30px;
  margin: auto;
  display: block;
  margin-top: -90px;
}
img.greetimg {
  width: 100%;
  max-width: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
}
img.greetimg.iconmain {
  position: relative;
}
img.greetimg.icon1{
  animation: float 2s ease-in-out infinite;
}
img.greetimg.icon2{
  animation: float 2.5s ease-in-out infinite;
}
img.greetimg.icon3{
  animation: float 1.8s ease-in-out infinite;
}
.wlcmcard {
  display: flex;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),#1E90ff !important;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 3px 5px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(255, 255, 255, 0.6) 0px 1px 9px inset;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  background-position: center;
  position: relative;
}
.animnoimg {
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.wlcmcard .contwlcm h2 span {
  background: #ffffff4e;
  padding: 8px 15px;
  border-radius: 15px;
  border: 1px solid #ffffff20;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: rotate(2deg);
  backdrop-filter: blur(15px);
}
.wlcmcard .contwlcm h2 {
  color: #000;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wlcmcard .contwlcm p {
  color: #242424;
  line-height: 1.3;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
.wlcmcard .contwlcm span.subhead {
  background: #fff;
  padding: 4px;
  padding-right: 15px;
  display: inline-block;
  margin-bottom: 50px;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.wlcmcard .contwlcm span.subhead i {
  color: #f8f9fa;
  background: #1E90FF;
  padding: 5px;
  border-radius: 6px;
  margin-right: 10px;
}

@media(max-width: 1249.20px){
  .notopgrid {
    grid-template-columns: 1fr;
  }
}

.contwlcm {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  padding-right: 100px;
}
img.icetop {
  width: 100%;
  position: absolute;
  max-width: 300px;
  top: -17px;
  right: -5px;
  filter: drop-shadow(2px 2px 50px #00537a);
}
img.icebtm {
  width: 100%;
  position: absolute;
  max-width: 70px;
  bottom: -15px;
  left: 7px;
  filter: drop-shadow(-2px -2px 50px #00537a);
}
@media(max-width: 691px){
  .animnoimg {
    display: none;
  }
  .wlcmcard .contwlcm span.subhead {
    margin-top: 15px;
    margin-bottom: 35px;
  }
}



.profcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
}
.cardprof p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #242424;
}
.cardprof h4 {
  margin: 0;
  color: #000;
}
.cardprof img {
  max-width: 75px;
  border-radius: 15px;
  margin: 0;
  margin-right: 15px;
  border: 1px solid #ffffff20;
  height: auto;
}
.cardprof {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(45deg, white, #ffffff40);
  padding: 10px;
  border: 1px solid #ffffff30;
  border-radius: 15px;
  backdrop-filter: none;
  background-size: 110%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: #EDF9FE;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}

a.setbtn {
  height: 40px;
  width: 40px;
  background: #1E90FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
}

img.profcardmiddleice {
  position: absolute;
  top: 10px;
  right: -47px;
  transform: rotate(-75deg);
  pointer-events: none;
  filter: drop-shadow(2px 2px 5px #00537a30);
}

.cardbalprof {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: linear-gradient(45deg, white, #ffffff40);
  padding: 10px;
  border: 1px solid #ffffff30;
  border-radius: 15px;
  backdrop-filter: none;
  background-size: 110%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  height: -webkit-fill-available;
  flex-direction: column;
  gap: 20px;
  background: #EDF9FE;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}

.cardbalprof .topbalbar .lefttpbar i {
  color: #f8f9fa;
  background: #1E90FF;
  padding: 5px;
  border-radius: 6px;
  margin-right: 2px;
}
.cardbalprof .topbalbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cardbalprof .topbalbar .righttpbar a {
  background: #fff;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 12px;
  border-radius: 20px;
  color: #000;
  border: 1px solid #00000010;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.cardbalprof .balcrd span.text-danger {
  display: block;
  text-align: center;
  background: red;
  max-width: fit-content;
  margin: auto;
  color: #fff !important;
  padding: 4px 14px 4px 4px;
  border-radius: 20px;
}
.cardbalprof .balcrd span.text-danger i {
  background: white;
  height: 18px;
  width: 18px;
  border-radius: 20px;
  color: #f00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  font-size: 10px;
}
.cardbalprof .balcrd span.text-success {
  display: block;
  text-align: center;
  background: green;
  max-width: fit-content;
  margin: auto;
  color: #fff !important;
  padding: 4px 14px 4px 4px;
  border-radius: 20px;
}
.cardbalprof .balcrd span.text-success i {
  background: white;
  height: 18px;
  width: 18px;
  border-radius: 20px;
  color: green;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  font-size: 10px;
}
.cardbalprof .balcrd span {
  font-size: 13px;
  font-weight: 500;
}
.cardbalprof .balcrd h3 {
  margin-bottom: 5px;
  text-align: center;
}
.balbtn {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.balbtn a {
  width: 100%;
  background: #0dcaf0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  font-size: 14px;
  gap: 10px;
}

canvas#progressChart{
  max-height: 150px;
}
.rankcard {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: linear-gradient(45deg, white, #ffffff40);
  border: 1px solid #ffffff30;
  border-radius: 15px;
  backdrop-filter: none;
  background-size: 110%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  height: -webkit-fill-available;
  flex-direction: column;
}

.canvWrap {
  margin-top: auto;
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.canvWrap h3 {
  margin: 0;
  border: 0;
  font-size: 60px;
  color: #1E90FF;
  font-weight: 600;
  position: relative;
  top: -25px;
}
.canvWrap h3 small {
  font-size: 30px;
  margin-left: -10px;
  color: #000;
}
canvas#progressChart {
  margin-bottom: -70px;
}
.rankcard {
  overflow: hidden;
  background: #EDF9FE;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}
section.topsecno {
  overflow-x: hidden;
  padding: 100px 0;
  margin: -100px 0;
}

.cardspnt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #00000010;
}
span.cardspnthead {
  display: block;
  margin-bottom: 10px;
}
.cardspntchild h3 {
  margin: 0;
}
span.cardspnthead i {
  color: #f8f9fa;
  background: #1E90FF;
  padding: 5px;
  border-radius: 6px;
  margin-right: 2px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.currntrank {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 20px;
  text-align: center;
}
.ranksub.yourrank {
  transform: scale(1.2);
}
.ranksub {
  transform: scale(0.8) translateY(45px);
}
.ranksub h3 {
  margin: 0;
  margin-top: -5px;
}
.ranksub.yourrank h3 {
  color: #1E90FF;
}
a.checkrankbtn {
  background: #1E90FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px;
}
.canvWrap h3:after {
  content: '';
  height: 100px;
  width: 100px;
  display: block;
  background: #1E90FF;
  position: absolute;
  bottom: -40px;
  right: 35%;
  z-index: -1;
  filter: blur(100px);
}

.secnocard{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  background: linear-gradient(45deg, white, #ffffff40);
  padding: 10px;
  border: 1px solid #ffffff30;
  border-radius: 15px;
  backdrop-filter: none;
  background-size: 110%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin: 0 0 20px 0;
  cursor: pointer;
  background: #EDF9FE;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}
.whatsappsup i {
  font-size: 30px;
  background: green;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}
.contwpbox h3 {
  margin: 0;
  color: #000;
}
.contwpbox span.contwpbadge {
  background: #c0ddc0;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 15px;
  border: 1px solid #a4c1a4;
}
.contwpbox span.conttgbadge {
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 15px;
  border: 1px solid transparent;
  padding-left: 0;
  color: #595959;
}
.telesup i {
  font-size: 30px;
  background: #0088CC;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}
.supsup i {
  font-size: 26px;
  background: #1E90FF;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}

ul.servFiltr {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: inset rgb(50 50 93 / 25%) 0px 13px 27px -5px, inset rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #00000020;
}
ul.servFiltr li button img {
  filter: invert(1)drop-shadow(2px 2px 10px #000) !important;
}
ul.servFiltr li button {
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  font-size: 18px;
  background: #14c0e3;
}

button.CatFltr.insta {
  background: #f7183f;
}
button.CatFltr.threads {
  background: #000;
}
button.CatFltr.fb {
  background: #0493f0;
}
button.CatFltr.tweet {
  background: #00acee;
}
button.CatFltr.yt {
  background: #ff0000;
}
button.CatFltr.spt {
  background: #1ed760;
}
button.CatFltr.sndcld {
  background: #ff6300;
}
button.CatFltr.wbst {
  background: purple;
}
button.CatFltr.tt {
  background: #000000;
}
button.CatFltr.tt i {
  filter: drop-shadow(1px 0px 0px #FD3E3E) drop-shadow(-1px -1px 0px #4DE8F4);
}
button.CatFltr.tele {
  background: #29a0da;
}
button.CatFltr.lnkin {
  background: #0078b7;
}
button.CatFltr.dis {
  background: #5166f7;
}
button.CatFltr.pin {
  background: #e71c22;
}
button.CatFltr.whatsapp {
  background: #0e8e0e;
}
button.CatFltr.snap {
  background: #ffc600;
}
button.CatFltr.twi {
  background: #9a16d8;
}
button.CatFltr.audiom {
  background: #252525;
}
label, label.form-label, label.control-label {
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 16px;
  margin: 5px;
}
.balcard {
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),#1E90ff !important;
  background-size: cover;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  background-position: center;
  position: relative;
  padding: 20px;
  margin-bottom: 60px;
}
.cardtop .carddet i {
  font-size: 20px;
}
.cardtop .carddet p {
  margin: 0;
}
.cardtop .carddet {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cardtop > i {
  transform: rotate(90deg);
}
.cardtop {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  align-items: center;
}

.balcc {
  margin: 20px 0px 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: -60px;
}
/*.balcc .balccchild {
width: 50%;
background: #ffffff30;
padding: 10px;
border-radius: 20px;
border: 1px solid #ffffff20;
backdrop-filter: blur(30px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
border: 1px solid #ffffff10;
}*/
.balcc .balccchild {
  width: 50%;
  padding: 10px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border: 1px solid #ffffff10;
  background: #fff;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}
.balcc h2 {
  margin: 0;
}
.usercc {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px;
}
.usercc p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.usercc span {
  color: #fff;
}
.balcc p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
a.cc-brand {
  background: linear-gradient(180deg, #4FA3F7, #A4D8FF);
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); /* Subtle shadow for depth */
}
a.cc-brand img {
  max-width: 100px;
  margin: 0;
}
.balcc i {
  background: #1E90FF;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 5px;
  color: #fff;
}
.ccholder small {
  font-size: 12px;
  font-weight: 500;
}


.ballist ul li a {
  border-bottom: 1px solid #00000010;
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
}
.ballist ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  list-style: none;
  margin: 10px 0;
  background: #fff;
  border-radius: 12px;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.ballist ul li a i {
  font-size: 18px;
  background: #5bbee8;
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  margin-right: 10px;
}


ul.paymethradios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.paymethradios li.payment-option {
  background: #fff;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border-radius: 15px;
  border: 2px solid #39393912;
  overflow: hidden;
}
ul.paymethradios li.payment-option a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  align-items: center;
}
ul.paymethradios li.payment-option a .option-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
ul.paymethradios li.payment-option a .option-header .radio {
  display: inline-block;
  height: 13px;
  width: 13px;
  border: 4px solid #0dcaf0;
  border-radius: 20px;
}
ul.paymethradios li.payment-option a .option-header p {
  margin: 0;
  font-weight: 700;
}
ul.paymethradios li.payment-option a .payment-icons img {
  max-width: 100px;
}

ul.tagspaymeth {
  list-style: none;
  padding: 5px;
  margin: 0;
  background: #9aeeff;
  display: flex;
  gap: 12px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  margin-top: 5px;
}
ul.tagspaymeth li {
  padding: 2px 10px;
  margin: 0;
  font-weight: 500;
  background: #ffffff4e;
  border-radius: 15px;
  border: 1px solid #ffffff20;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  backdrop-filter: blur(15px);
}

.cardhrd h3 {
  font-size: 20px;
  margin: 0;
}
.cardhrd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardhrd h3 i {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  background: #efefef;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background: #1E90FF;
  color: #fff;
  text-shadow: 2px 2px 5px #00000040;
}



.cardchild .initialpaymeth {
  font-size: 26px;
  background: #1E90FF;
  min-height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 1px 1px 10px #00000050;
  font-family: var(--font-primary);
  line-height: 1;
}
.cardchild {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00000010;
}
.paymentdets p {
  font-size: 16px;
  margin-bottom: 2px;
}
.paymentdets {
  width: 100%;
}
span.amt {
  background: green;
  padding: 2px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.cardchild:last-child {
  margin: 0;
  border: 0;
  padding-bottom: 0;
}

.grpgcard{
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gridorders {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.topgridhead {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.topgridhead .servicn i {
  font-size: 18px;
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background-color: #1E90FF;
}
.gridchild {
  background: linear-gradient(45deg, white, #ffffff40);
  border: 1px solid #ffffff30;
  border-radius: 15px;
  backdrop-filter: none;
  background-size: 110%;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.servnm {
  line-height: 1.2;
  font-weight: 600;
  padding-right: 10px;
}
.boxchld {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #00000010;
}
.boxchld > div:last-child {
  padding-bottom: 10px;
}
.boxchld > div:first-child {
  padding-top: 10px;
}
.boxchld > div {
  padding: 0 10px 0 10px;
}
.text-r{
  height: 30px;
  width: 30px;
  background: #ff4747;
  border-radius: 7px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  color: #fff !important;
}
.text-g{
  height: 30px;
  width: 30px;
  background: #3dba3d;
  border-radius: 7px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ff4747;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  color: #fff !important;
}
.text-b{
  height: 30px;
  width: 30px;
  background: #48a0f8;
  border-radius: 7px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #3d7581;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  color: #fff !important;
}

.quanbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px;
  border-top: 1px solid #00000010;
  padding-top: 10px;
}
.quanboxchild {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quanboxchild p {
  margin: 0;
}
.quanboxchild small {
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: -3px;
}

.topgridhead .dropstart button:before {
  display: none;
}
.topgridhead .dropstart button {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 20px;
}

.order-actions a, .order-actions button {
  width: 100%;
  font-size: 14px;
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff !important;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background-color: #1E90FF !important;
  padding: 4px !important;
  margin: 10px !important
}
.order-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media(max-width: 1500px){
  .gridorders {
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width: 767px){
  .gridorders {
    grid-template-columns: 1fr;
  }
}

.animate__spin{
  animation-name: spin;
}

i.fa.fa-spinner:before {
  animation: 2s spin infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


ul.genb-pills {
  background: #fff;
  backdrop-filter: none;
  background-size: 110%;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px 10px 0 0;
}
ul.genb-pills li a {
  box-shadow: none;
  /* border-right: 1px solid #00000020 !important; */
  border-bottom: 1px solid #00000020 !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px 10px;
}
.srcfrm {
  background: #fff;
  backdrop-filter: none;
  background-size: 110%;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.srcfrm form {
  margin: 0;
  width: 100%;
}
.srcfrm input {
  border: 0;
  width: -webkit-fill-available;
  height: 100%;
  padding: 15px 12px;
  outline: none;
}
.ordertopactions{
  border: 1px solid #00000010;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

span.ordserv i {
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
}

.chartprgrs {
  height: 30px;
  width: 30px;
}
/*.progressbarstat p {
margin: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}*/
.progressbarstat p small {
  color: #000;
  font-weight: 900;
}
.progressbarstat {
  display: flex;
  align-items: center;
  gap: 10px;
}
.donut-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#649211 0% {{ completionPercentage }}%, #e5e5e5 {{ completionPercentage }}% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.donut-chart::before {
  content: '';
  width: 60%; /* Adjust size as needed */
  height: 60%; /* Adjust size as needed */
  background: white;
  border-radius: 50%;
  position: absolute;
}
.completionpercentageparatag {
  text-align: center;
  margin: 0;
}

ul.genb-pills li a.nav-link.active {
  color: #fff;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
}

.tick-pills.nav-fill .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #00000010;
}
.tick-pills li a i {
  background: #1E90FF;
  font-weight: 400;
  line-height: 1;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #fff;
  color: #000;
  box-shadow: rgba(37, 44, 97, .15) 0 4px 11px 0, rgba(93, 100, 148, .2) 0 1px 3px 0 !important;
}
.nav-link:hover, .nav-link:focus{
  color: #000;
}


.files-wrapper {
  background: #b1dcb6;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
}
.files-item button {
  margin-right: 0 !important;
  margin-left: auto !important;
  background: #ffffff !important;
  border-radius: 8px;
  color: #5da657 !important;
}
.files-wrapper > button > a {
  color: #000;
  background: #fff;
  border-radius: 6px;
  font-weight: 300;
}


.ticketschild .tickid {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px;
  min-height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticketschild {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 10px;
  border: 1px solid #00000010;
  border-radius: 14px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.ticketschild:last-child{
  margin-bottom: 0px;
}
.ticketschild.newtick {
  border-color: #afe0ea;
  background: #e8fbff;
}
.ticketschild span.newmsg {
  top: 0;
  right: 0;
  display: none;
  font-size: 10px;
  background: red;
  padding: 2px 10px;
  color: #fff;
  border-radius: 10px;
}
.ticketschild.newtick span.newmsg{
  display: block;
}
.tickcont p {
  margin: 0;
  font-weight: 900;
  font-size: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.tickstat {
  margin-left: auto;
  margin-right: 0;
}
.badge.tickbadge {
  font-size: 14px;
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px;
}
.badge.tickbadge.Answered {
  background: #28A745;
}
.badge.tickbadge.Pending {
  background: #ffd111;
}



.topictick {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-online {
  color: #34ce57;
}
.chat-offline {
  color: #e4606d;
}
.chat-messages {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow-y: scroll;
  min-height: 500px;
  background: url(https://cdn.mypanel.link/cr9uj5/p7uw4161ca911l23.webp);
  background-size: auto;
}
.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0;
}
.chat-message-left {
  margin-right: auto;
}
.chat-message-left > div {
  background: #eaeaea !important;
  border-radius: 0px 12px 12px 12px !important;
  border: 1px solid #ffffff30;
}
.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto;
}
.chat-message-right> div {
  background: #beecff !important;
  border-radius: 12px 0px 12px 12px !important;
  border: 1px solid #ffffff30;
}
.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}
.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}
.flex-grow-0 {
  flex-grow: 0!important;
}
.border-top {
  border-top: 1px solid #dee2e6!important;
}
.datetick {
  background: #fff;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}
.chat-message-left p, .chat-message-right p{
  margin: 0;
}
.authtitle {
  font-weight: 700;
  font-size: 13px;
}
.formsendtick{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.chat-messages::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.chat-messages::-webkit-scrollbar
{
  width: 6px;
  background-color: #efefef;
}

.chat-messages::-webkit-scrollbar-thumb
{
  background-color: #adadad;
}


.settingsoptioncard {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.settingsoptioncard i {
  font-size: 16px;
  background: #58bbe2;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}
.settingsoptioncarddet {
  margin-left: 10px;
}
.settingsoptioncarddet p.headoptcard {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  font-family: 'Fjalla One';
  color: #000;
}
.settingsoptioncarddet small.subheadoptcard {
  display: block;
  text-align: left;
  line-height: 1.3;
  color: #00000099;
  font-weight: 600;
}
.settingpills button {
  padding: 10px;
  border-bottom: 1px solid #00000010 !important;
  border-radius: 0 !important;
}
.settingpills button:last-child {
  border: 0 !important;
}
.settingpills {
  background: #fff;
  overflow: hidden;
  margin: 0;
  width: 100%;
  border-radius: 14px !important;
  border: 1px solid #00000010;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.settingpills button.nav-link.active {
  box-shadow: none !important;
  background: #dffaff;
}
i.arrowicon {
  box-shadow: none;
  border: 0;
  background: transparent !important;
  color: #d2d2d2;
  text-shadow: none;
  width: auto;
  height: auto;
  margin: 0 5px;
  margin-left: auto;
}

/* Dashboard */
.dashboardrefferal {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;
}
.refheading img {
  max-width: 150px;
  filter: hue-rotate(180deg) saturate(0.6) contrast(1.3);
}
span.textsubref {
  color: #00000090;
  display: block;
  font-weight: 600;
}
.refheading {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #00000010;
}
.refbtmflex {
  padding: 0px 10px 7px 10px;
}
.refinputwrap .btncopyreflink {
  padding: 13px;
  height: 50px;
  width: 50px;
}
.refinputwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
input.referinput {
  width: 100%;
  padding: 12px;
  border: 1px dashed #00000020;
  border-radius: 10px;
  outline: none !important;
  background: #efefef;
  color: #00000090;
}
@media(max-width: 567px) {
  .refheading {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
}

.dashboardfirstgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.amountcarddb, .usercountdb {
  background: #fff;
  padding: 20px;
  border-radius: 20px;background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;
}
.amountcarddb h2 {
  margin: 0;
  margin-top: 40px;
}
.amountcarddb h4, .usercountdb h4 {
  font-size: 20px;
  margin: 0;
}
.userboxsecnd .userboxsecndchild p {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}
.userboxsecnd .userboxsecndchild:last-child {
  border: 0;
}
.userboxsecnd .userboxsecndchild {
  padding: 10px 20px;
  border-right: 1px solid #00000020;
}
.userboxsecnd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background: #efefef;
  margin-top: 18px;
  border-radius: 12px;
}


.notecard .notecardheadr {
  padding: 15px;
  background: #1E90FF !important;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  border-radius: 15px;
  margin: 10px;
  margin-bottom: 0;
}
.notecard .notecardheadr h4 {
  margin: 0;
}
.notecard {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;
}
.notecardbody {
  padding: 15px;
  max-height: 100vh;
  overflow: auto;
}

.dashboardwelcmtop {
  padding: 15px;
  background: #1E90FF !important;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  border-radius: 15px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.leftdashbrdwelcm p {
  margin: 0;
}
.topstatdashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.topstatdashboardstat {
  background: #fff;
  min-width: 180px;
  padding: 26px 20px;
  border-radius: 20px;
}
.topstatdashboardstat h2 {
  color: #000;
  margin: 0;
  text-align: center;
}
.topstatdashboardstat p {
  color: #595959;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.dashboardsecond {
  background: #fff;
  border-radius: 20px;
}
.headrdash {
  padding: 15px;
  background: #1E90FF !important;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  border-radius: 15px;
  margin-bottom: 10px;
}
.dashboardsecond table {
  margin: 0;
}
th, td {
  padding: 15px !important;
  border: 0 !important;
  transition: all 150ms ease;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: #ffffff;
}
table.table-rounder tr td:first-child, table.table-rounder tr th:first-child {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
table.table-rounder tr td:last-child, table.table-rounder tr th:last-child {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.dashboardthird {
  background: #fff;
  border-radius: 20px;
}

@media(max-width: 768px) {
  .dashboardwelcmtop {
    flex-direction: column;
  }
  .topstatdashboard {
    width: 100%;
  }
  .topstatdashboardstat {
    width: 100%;
  }
  .dashboardfirstgrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/*.dashcard {
background: #fff;
padding: 15px;
border-radius: 15px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}*/
/*.dashcard {
background: #fff;
padding: 15px;
border-radius: 15px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 15px;
}*/
.dashcard {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  margin: 10px 0;
  background: #fff;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}
.dashcardhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-bottom: 40px;*/
  gap: 10px;
  line-height: 1.2;
}
.dashcardhead i {
  font-size: 18px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background: #1b7aff;
}
.dashcardhead p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #595959;
}
.dashcard h3 {
  margin: 0;
}



span.select2-dropdown.dropdown-menu.select2-dropdown--below {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #00000010;
  padding: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  padding: 10px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #efefef; 
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888; 
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
.select2-container .dropdown-menu > li > a {
  padding: 7px 10px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.select2-results__option {
  border-radius: 7px;
  padding: 2px;
  transition: all 0.2s ease;
  margin: 5px 0;
  border: 1px solid #00000010;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #efefef;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
}
.select2-container--default .select2-results__option[aria-selected=true] a {
  color: #fff;
}

/* Option item styles */
.select2-results__option {
  padding: 2px;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.3s ease forwards;
}

/* Animation for dropdown options */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.select2-container .dropdown-menu > li > a span.badge, span.select2-selection__id {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
}
.select2-container .dropdown-menu > li.active > a span.badge {
  background: #beeaff !important;
  color: #000000;
}
.form-control {
  background: #fff;
  border-radius: 15px !important;
}
.orderform .form-control, .form-control:active, .form-control:focus, .form-control:hover {
  border: 1px solid #0dcaf040;
  box-shadow: 0 0 0 0.25rem #0dcaf012;
}
span.select2-dropdown.dropdown-menu.select2-dropdown--below {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #00000020;
  padding: 0;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.descriptionchild:last-child {
  border-bottom: 0;
}
.descriptionchild .desccont small {
  font-weight: 500;
  color: #595959;
}
.descriptionchild .desccont span.numbam {
  font-weight: 700;
  color: #000;
}
.descriptionchild .desccont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.descriptionchild {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
  border-right: 1px solid #00000010;
  width: 100%;
  border-bottom: 1px solid #00000010;
}
.descriptionchild i {
  background: #58bbe2;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}
.descriptionmain {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #0dcaf040;
  box-shadow: 0 0 0 0.25rem #0dcaf012;
  line-height: 1.2;
  display: flex;
}
.descriptionbox {
  display: flex;
  border-bottom: 1px solid #00000010;
  flex-direction: column;
}
.descriptionspec {
  padding: 10px;
  width: 100%;
}
.descriptionspec span.numbam {
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
@media(max-width: 650px){
  .descriptionbox {
    flex-wrap: wrap;
  }
  .descriptionchild {
    border-right: 0;
    border-bottom: 1px solid #00000010;
  }
  .descriptionmain {
    flex-direction: column;
  }
}

.descriptionchild i.fad.fa-hourglass-start:before, .descriptionchild i.fad.fa-hourglass-start:after {
  animation: 2s spin infinite;
}
.descriptionchild i.fad.fa-shield:after, .descriptionchild i.fad.fa-shield:before {
  animation: 2s tada infinite;
}
.descriptionchild i.fad.fa-rocket:after, .descriptionchild i.fad.fa-rocket:before {
  animation: 30s shakeX infinite;
}
.descriptionchild i.fad.fa-ban:after, .descriptionchild i.fad.fa-ban:before {
  animation: 2s jello infinite;
}
.descriptionchild i.fad.fa-tint:after, .descriptionchild i.fad.fa-tint:before {
  animation: 2s tada infinite;
}

small.help-block.min-max {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
}
small.help-block.min-max span {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
}
small.help-block.min-max span.min {
  background: #54cc94 !important;
}
small.help-block.min-max span.max {
  background: #f96d6d !important;
}

p.codeheading {
  background: #7cd4f7;
  padding: 5px 15px;
  margin-bottom: -7px;
  border-radius: 15px 15px 0 0;
}
pre.language-json {
  border-radius: 0 0 15px 15px;
}


span.badge.badgeapi {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  margin-right: 10px;
}
.apicardmenu {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  font-size: 16px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 0 20px 0;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.apicardmenu:hover {
  background: #f6fcff;
}
.apicardmenu i {
  font-size: 18px;
  color: #8f8f8f;
}
div.introductionsec {
  padding: 35px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
}
div.introductionsec p {
  font-size: 16px;
}
div.introductionsec h2 {
  margin-bottom: 10px;
}
.introductionsec h5 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #00000010;
}
div.introductionsec ul {
  list-style: disc;
}
.helpcardapi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.helpcardapi i {
  font-size: 30px;
  background: #4ece4e;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
  margin-right: 10px;
}
.helpcardapi h4 {
  margin-bottom: 5px;
}
.helpcardapi p {
  margin: 0;
}
.form-select {
  padding: 12px;
  border-radius: 10px;
}
p.menusubs {
  width: 100%;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
  margin-top: 10px;
}

.card.wellpill {
  border-radius: 15px;
  border: 1px solid #1E90FF;
}
.card.wellpill .nav-tabs {
  border: 0;
}
.card.wellpill .nav-tabs button.nav-link {
  border: 1px solid #00000010;
  margin: 5px;
  border-radius: 10px;
  color: #000000;
  font-weight: 500;
  padding: 5px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card.wellpill.tickpill .nav-tabs button.nav-link {
  width: -webkit-fill-available;
}
.card.wellpill .nav-tabs button.nav-link i {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 1px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.card.wellpill .nav-tabs button.nav-link.active {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 1px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
}
.card.wellpill .nav-tabs button.nav-link.active i {
  background: #fff !important;
  color: #1E90FF;
  box-shadow: none;
}

.swal2-popup.swal2-modal {
  border-radius: 20px;
  border: 1px solid #00000010;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.swal2-actions button {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px !important;
  border: 1px solid rgba(255, 255, 255, 0.063) !important;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
  border-radius: 12px !important;
  width: 100%;
  outline: none !important;
}
h2.swal2-title {
  color: #000;
}
span.desctxt {
  line-height: 1.5;
  max-height: 100%;
  overflow: auto;
  display: block;
}
span.desctxt::-webkit-scrollbar {
  display: none;
}

.dashcardgroupaf {
  display: flex;
  gap: 10px;
}
.dashcardgroupaf .dashcard {
  width: 100%;
  margin: 0;
  background: #fff;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}
.dashcardgroupaf {
  margin: 0 0 10px 0;
}

@media(max-width: 767px){
  .dashcardgroupaf {
    flex-wrap: wrap;
  }
}

#orderChart {
  max-height: 400px; /* Adjust this value to your desired height */
}
.canvdash {
  border-radius: 15px;
  padding: 0 10px;
  margin: 0 0 10px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
}

.chargeandbal {
  background: #ffffff;
  border-radius: 10px;
  margin: 20px 0;
  border: 1px solid #0dcaf040;
  box-shadow: 0 0 0 0.25rem #0dcaf012;
}
.chargeandbal > div {
  padding: 5px 10px;
}
.chargeandbal .chrgno input {
  text-align: right;
  background: none;
  border: 0;
  font-weight: 600;
  pointer-events: none;
}
.chargeandbal .chrgno p {
  margin: 0;
}
.chargeandbal .chrgno {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00000010;
}
.balnofrm input {
  text-align: right;
  background: none;
  border: 0;
  font-weight: 600;
  pointer-events: none;
}
.balnofrm p {
  margin: 0;
}
.balnofrm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ordsumhead {
  background: #1E90FF !important;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px;
  margin: 15px -20px;
  text-align: center;
}


.servdetcardchild .topservdet p {
  margin: 0;
  font-weight: 500;
  color: #595959;
}
.servdetcardchild .topservdet span {
  font-weight: 800;
  color: #000;
}
.servdetcardchild i {
  background: #58bbe2;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}
.servdetcard {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.servdetmaincard {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #00000010;
  flex-direction: column;
  overflow: hidden;
}
div.service-specs br:first-child {
  display: none;
}
.servdescard {
  display: block;
  padding: 20px;
}
.servdetcardchild {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 1px solid #00000010;
  padding: 15px;
  border-right: 1px solid #00000010;
}
.servdetcard.statdes {
  border-top: 1px solid #00000010;
}

.desctitle {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.desctitle p {
  font-weight: bold;
  margin: 0;
}
.desctitle span {
  font-weight: 500;
  color: #595959;
}
.desctitle i {
  background: #58bbe2;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}
.prichis {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #00000010;
  margin-top: 20px;
  padding: 10px 15px;
}


.gridservhedr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 10px;
  background: #fff;
}
.gridservhedr .servhead {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.gridservhedr .servhead span {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 1px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.servprc span {
  font-family: var(--font-primary);
  background: green;
  padding: 4px 10px;
  color: #fff;
  border-radius: 20px;
}
.gridlayoutserv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  gap: 15px;
}
.gridlayoutcat {
  grid-column: 1 / -1;
  padding: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 10px;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.gridlayoutservchild {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #00000010;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.gridservftr {
  display: flex;
  flex-wrap: wrap;
}
.gridftrchild span {
  font-size: small;
  color: #595959;
  font-weight: 600;
}
.gridftrchild p {
  margin: 0;
  font-weight: 600;
}
.gridftrchild {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  line-height: 1.3;
  gap: 10px;
}
.gridftrchild {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  line-height: 1.3;
  gap: 10px;
  border-top: 1px solid #00000010;
  border-right: 1px solid #00000010;
}
.gridftrchild:last-child {
  border-right: 0;
}
.gridftrchild i {
  background: #58bbe2;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}
.gridservbtns {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-top: 1px solid #00000010;
  flex-wrap: wrap;
}
.gridservbtns button {
  padding: 5px !important;
  font-size: 14px;
  font-weight: 500;
}


.statboxgradwrap {
  box-shadow: rgba(255, 255, 255, 0.15) 0px 3px 5px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(255, 255, 255, 0.6) 0px 1px 9px inset;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
  margin: 10px 0;
}
.statboxguest {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.statboxguest.odd span {
  transform: rotate(-5deg);
  background: #00c400;
  margin-top: -12px;
  position: relative;
  left: 25px;
}
.statboxguest.even span {
  transform: rotate(5deg);
  margin-top: -12px;
  position: relative;
  left: 25px;
  background: #dd6464;
}
.statboxguest span {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  display: block;
  border-radius: 18px;
  width: fit-content;
}
.statboxguest h3 {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
}
.statboxguest p {
  margin-bottom: 5px;
  color: #595959;
  font-weight: 500;
}


p.menusubs {
  background: #1E90FF !important;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 2px;
  margin: 5px -10px;
  text-align: center;
  width: -webkit-fill-available;
}


button.add-link, button.add-quantity {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 5px 15px;
}

.servicn {
  display: flex;
  gap: 6px;
}

.headingcontpages span a {
  margin-right: 5px;
}
.headingcontpages h2 {
  color: #000;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.headingcontpages h2 span {
  background: #ffffff4e;
  padding: 8px 15px;
  border-radius: 15px;
  border: 1px solid #ffffff20;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: rotate(2deg);
  backdrop-filter: blur(15px);
}
.headingcontpages p {
  margin: 0;
  text-align: center;
}
.headingcontpages > span {
  display: block;
  text-align: center;
  background: #fff;
  padding: 4px 10px;
  width: fit-content;
  border-radius: 7px;
  margin: auto;
  margin-bottom: 10px;
}

img.mainheadrimg {
  width: 100%;
  max-width: 220px;
  display: block;
  position: relative;
  margin: 30px;
  margin-bottom: 0;
}
.wlcmcard.headcard {
  justify-content: flex-start;
}

.nav-pills.ordpills input.form-control {
  border: 1px solid #0dcaf040;
  box-shadow: 0 0 0 0.25rem #0dcaf012;
  margin: 0;
}
button.btn.btn-search {
  font-size: 18px;
  background: #1E90FF;
  height: 55px;
  width: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  margin-left: 10px;
}

img.apiimg {
  max-width: 300px;
}
.apitophead {
  margin-bottom: 20px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),#1E90ff !important !important;
  background-size: cover !important;
  background-position: center !important;
}
.apidocshead p {
  color: #ffffff99 !important;
}


.supportcardhead p {
  line-height: 1.2;
  margin: 0;
}
.supportcardhead h4 {
  margin-bottom: 5px;
}
.supportcardhead i {
  font-size: 30px;
  background: #4ece4e;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
}
.supportcardhead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.supportcardrules {
  display: block;
  border-top: 1px solid #00000010;
  margin-top: 10px;
  padding-top: 10px;
}
.supportcardrules p {
  margin-bottom: 5px;
  font-weight: bold;
  color: red;
}
.supportcardrules ul {
  margin: 00;
}
.supportcards {
  border: 1px solid #00000010;
  border-radius: 15px;
  padding: 14px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 125ms ease;
}
.wpcardsup {
  background: #d6ebd6;
}
.supportcards:hover {
  transform: translateY(-5px);
}
.supportcards.tgcardsup {
  background: #d4f3ff;
}
.alertfunds {
  background: linear-gradient(45deg, white, white, #ffffff82);
  border: 1px solid #fff;
  padding: 20px;
  border-left: 8px solid #1E90FF;
  border-radius: 10px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px;
  padding-left: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.alertfunds span {
  font-size: 15px;
}

.globalpopup .modal-content div.modal-header button {
  margin: 0;
}
.globalpopup .modal-content div.modal-header a, .globalpopup .modal-content div.modal-header h1 {
  margin: auto;
  background: #fff;
  border-radius: 10px;
  height: auto;
}
.globalpopup .modal-content div {
  position: relative;
}
.globalpopup .modal-content > img {
  max-width: 235px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.globalpopup .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.globalpopup .modal-content .modal-header {
  border: 0;
}
.globalpopup .modal-content div.modal-header a img {
  width: 145px;
  max-height: 100%;
}


.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.1s ease;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
}
.socialcall-icons {
  position: fixed;
  bottom: 90px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all 0.5s ease;
  pointer-events: none;
}
.socialcall-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #241903;
  border: 1px solid #ffffff20;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  margin: 0 8px;
}
a.telegrambtn {
  background: #2e93c7;
}
.socialcall-icons.show {
  display: flex !important;
  pointer-events: all;
}
.socialcall-icons.show a {
  opacity: 1;
  transform: translateY(0);
}
.socialcall-icons a:nth-child(1) {
  transition-delay: 0.1s;
}
.socialcall-icons a:nth-child(2) {
  transition-delay: 0.2s;
}
.socialcall-icons a:nth-child(3) {
  transition-delay: 0.3s;
}


.cattrd {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px 20px;
  text-align: center;
}
tr.cattr td {
  padding: 0 !important;
}

.notopgrid.headergridpages .contwlcm {
  margin: auto;
}
.notopgrid.headergridpages .wlcmcard .contwlcm p {
  max-width: 400px;
  margin: auto;
}


.topcardsheadwrap {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
  height: -webkit-fill-available;
}
.topcardshead {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
  justify-content: space-between;
  gap: 10px;
}
.iconheadsec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.iconheadsec i {
  font-size: 18px;
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background-color: #1E90FF;
}
.iconheadsec span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.topcardsheadwrap .bodyheadsec p {
  margin: 0;
  font-size: 15px;
  line-height: 1;
}
.topcardsheadwrap .bodyheadsec p span {
  background: -webkit-linear-gradient(#ff5454, #a80000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Fjalla One', sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin: 5px;
}

.ordlink {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  max-width: 100%;
  word-break: break-all;
}

.notopgrid.headergridpages .animnoimg {
  margin-right: -80px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .ordlink {
    max-width: 200px;
    white-space: no-wrap;
  }
  ul.genb-pills li {
    min-width: 50%;
  }
  .animnoimg {
    margin: auto;
    display: block;
  }
  .notopgrid.headergridpages .animnoimg {
    margin-right: 0;
    margin-left: 0;
  }
  .wlcmcard {
    flex-direction: column-reverse;
  }
  .contwlcm {
    padding-right: 15px;
  }
  .notopgrid.headergridpages .wlcmcard {
    flex-direction: column-reverse;
  }
  .grpgcard {
    margin-top: 20px;
  }
  .dashcardgroupaf {
    display: none;
  }
}

.paymethpills li button img {
  max-width: 120px;
}
div#payment-tabsContent img {
  max-width: 200px;
  margin: 0 auto 15px;
  display: block;
}
.paymethpills li button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#payment-tabsContent .tab-pane {
  background: #fff;
  padding: 18px;
  border: 1px solid #00000020;
  border-radius: 15px;
}
div#payment-tabsContent p.cont {
  margin: 0;
  text-align: center;
}
.rulescont {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #00000010;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
button.rulesbtn {
  background: red;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 10px;
  border: 2px solid #fff;
}

.rulesapoint {
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #EDF9FE;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}




.bottombar {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: -webkit-fill-available;
  box-shadow: 0 5px 5px #0a1c2766;
  justify-items: center;
  background: #ffffff;
  align-items: center;
  padding: 15px;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #1E90FF;
}
.bottombar .linkmenu a i {
  font-size: 18px;
  color: #1E90FF;
}
.bottombar .linkmenu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.bottombar .linkmenu {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  align-items: center;
}
.linkmenu.mdlebtm a {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
  margin-top: -50px;
  padding: 12px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkmenu.mdlebtm a i {
  color: #fff;
}

@media (max-width: 768px) {
  .bottombar {
    display: grid;
  }
  .floating-btn {
    bottom: 90px;
  }
  .socialcall-icons {
    bottom: 160px;
  }
}
b#span_sh {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
  margin-right: 0;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  margin-left: 5px;
  font-family: var(--font-secondary);
  font-size: 14px;
}
.bottombar .linkmenu a span {
  font-size: 11px;
}

ul.supporttag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 20px;
}
ul.supporttag li {
  background: #fff;
  padding: 5px 10px;
  margin: 0 !important;
  border-radius: 8px;
}
ul.supporttag li i {
  color: #1E90FF;
}

.notesadmin {
  max-height: 230px;
  overflow: auto;
  padding-right: 10px;
}
.rulesapoint > p {
  background: red;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  color: #fff;
}

img.apiimg {
  max-width: 350px;
  margin: auto;
  margin-top: -50px;
}

@media (max-width: 768px) {
  .apitophead {
    flex-direction: column-reverse;
  }
  .apidocshead {
    padding: 30px 30px 0 30px !important;
  }
}          
body .apitophead {
  background: #66d2ff !important;
     text-decoration: none;
     box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
    background: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%) !important;
 }
.globalpopup .modal-content div.modal-header a img {
  width: 145px;
  max-height: 100%;
  background: linear-gradient(180deg, #4FA3F7, #A4D8FF)! important;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); /* Subtle shadow for depth */
            
}
  footer.footerbtm {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-image: url(https://res.cloudinary.com/drailu2uk/image/upload/v1731307025/BABASMMPANEL_4_s5xhfh.webp);
  background-size: cover;
            
  background-position: center;
}
@media screen and (max-width: 768px) {
  footer.footerbtm {
    border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-image: url(https://i.postimg.cc/zf8J6FjG/BABASMMPANEL-8.png) !important;
  background-color: #edf9fe !important;
  background-position: center;
}
  }
.footerwrap {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
  margin: 10px;
  margin-top: 50px;
}

.headingapp {
  display: flex;
  background: #EDF9FE;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
  padding: 25px;
  border: 1px solid #00000010;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  align-items: center;
  justify-content: space-between;
}
.headingapp span {
  font-weight: 600;
  display: block;
  color: #1E90FF;
  margin-bottom: -5px;
}
.headingapp small {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
a.sharebtnapp {
  margin: 0 20px;
  color: #1E90FF;
  font-weight: 500;
  text-decoration: none;
}

.diojui {
  margin-top: 15px;
}
.diojui span.smallbtm {
  color: #595959;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
img.appicon {
  max-width: 185px;
  border-radius: 15px;
  display: block;
  margin: auto;
  margin-right: 0;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}
.imgerapapp img {
  width: -webkit-fill-available;
  border-radius: 18px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  margin: 0 5px;
}
.profilecardacc {
  max-width: 300px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
}
.emailcard {
  width: 100%;
  margin: 15px;
}
.profilePicture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.custom-file-upload {
  cursor: pointer;
  background: #1E90FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px;
  transition: all 150ms ease;
}
.custom-file-upload:hover {
  background-color: #50c0ef;
}
.uploadbocx {
  font-size: 12px;
  margin-top: 10px;
}
.uploadpp {
  display: none;
}

.growappslidkit {
  gap: 10px;
}
.changelog2 {
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 20px;
  background: #EDF9FE;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.changelog2 h2 {
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  width: -webkit-fill-available;
  background-color: #1E90FF;
  font-size: 20px;
}
.clcard {
  border: 1px solid #00000010;
  padding: 15px;
  border-radius: 10px;
}
.clcard ul {
  margin: 0;
}


#suggestions-list {
  background-color: white;
  border-radius: 4px;
  padding: 0;
  border: 0 !important;
}

#suggestions-list .list-group-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}

#suggestions-list .list-group-item img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

#suggestions-list .list-group-item:hover {
  background-color: #f8f9fa;
}



.payment-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.payment-info p {
  margin: 0;
  font-weight: 500;
}
.payment-info h5 {
  margin-bottom: 5px;
}
.paymentname {
  display: flex;
  align-items: center;
  gap: 10px;
}
.paymenthdr {
  background: #fff;
  background-image: none;
  border-radius: 20px;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 10px;
  border: 1px solid #ffffff30;
}
.paymentname img {
  max-width: 75px !important;
  border-radius: 11px;
}
.paymentstats {
  display: flex;
  gap: 50px;
}
img.w-100.qrimg {
  width: 100% !important;
  max-width: 500px !important;
  border-radius: 20px;
  border: 1px solid #1E90FF;
}

.footrblurwrap {
  padding: 16px;
  background: #ffffff30;
  backdrop-filter: blur(30px);
  border: 1px solid #ffffff42;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
img.footerbrand {
  max-width: 160px;
  background: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.profcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
}
.earnvidcount {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #ffffff30;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: #fff;
  background-image: url(https://cdn.mypanel.link/debacb/zlrzsxec9turlmpy.png);
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
  padding: 30px;
}
.earnvidcount h2 {
  margin: 0;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
.earnvidcount img {
  max-width: 300px;
}
.earnvidcount h2 span {
  color: #2db6ef;
}

.step-card img {
  max-width: 100px;
  margin-left: -60px;
  filter: drop-shadow(-4px -4px 0px #fff);
}
.step-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 13px;
  gap: 10px;
  border-radius: 15px;
  margin: 10px 0;
  margin-left: 45px;
}
.step-card p {
  margin: 0;
}

.countercard iframe {
  width: 100%;
  border-radius: 10px;
}

.earnvidcount.contactuscard img {
  max-width: 400px;
  height: 100%;
}
.earnvidcount.contactuscard > div {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.earnvidcount.contactuscard {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  flex-direction: row;
  align-items: center;
}
.earnvidcount.contactuscard.wpcard h2 span {
  color: #00b700;
}
.earnvidcount.contactuscard.wpcard a {
  background: #00b700 !important;
}
.earnvidcount.contactuscard ul {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin-bottom: 25px !important;
}
.earnvidcount.contactuscard ul li {
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #00000010;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.earnvidcount.contactuscard h2 {
  text-align: left;
}
.earnvidcount.contactuscard .btn.btn-primary {
  width: fit-content;
}
.glassprofflex.socailmediabtns a img {
  max-width: 35px;
  border-radius: 20px;
  margin: 0;
}
.glassprofflex.socailmediabtns {
  padding: 8px 15px;
  gap: 15px;
  justify-content: space-between;
}
img.btm-plant {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 140px;
  border-radius: 15px;
}
img.btm-plant-rght {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 170px;
  border-radius: 15px;
}
.counthead img {
  width: 100%;
  border-radius: 15px;
  max-width: 200px;
  margin: auto;
  display: block;
}

@media (max-width: 768px) {
  img.btm-plant {
    max-width: 205px;
    border-radius: 15px;
  }
  img.btm-plant-rght {
    right: 0px;
    border-radius: 15px;
  }
}

button.showllbtn.btn-active {
  opacity: 1;
}
button.showllbtn {
  transition: all 150ms ease;
}

.glassprofflex.socailmediabtns a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  font-size: 18px;
  background: #14c0e3;
  text-decoration: none;
}
.glassprofflex .socialmediabtns img {
  max-width: 16px !important;
  border-radius: 0 !important;
  filter: invert(1);
}
.glassprofflex .socialmediabtns i {
  margin: 0;
  color: #fff;
  background: transparent;
}
.earnvidcount.contactuscard ul li span {
  font-weight: 800;
}

.counterimgwrap {
  display: flex;
  margin: auto;
  max-width: 200px;
  background: #000;
  padding: 5px;
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  align-items: center;
  justify-content: center;
}
.counterimgwrap img {
  display: block;
  width: fit-content;
  max-width: 135px;
  margin: 10px;
}


div#service-accordion {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  border-radius: 12px;
}
div#service-accordion button.accordion-button {
  display: flex;
  gap: 12px;
  font-family: var(--font-secondary);
  font-size: 14px;
  padding: 12px 10px;
  background: transparent;
  max-width: 500px;
  margin: auto;
}
div#service-accordion button.accordion-button:focus {
  box-shadow: none;
}
div#service-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #000;
}
div#service-accordion .accordion-button::after {
  height: 15px;
  width: 15px;
  background-size: cover;
}
div#service-accordion .accordion-item {
  background: transparent;
  border-color: #595959;
}

table.servtbl tr th {
  background: #1E90FF;
  color: #fff;
}
table.servtbl {
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 14px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #fff;
}
.servinfotd span {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background: #1E90FF;
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 12px;
}
.servinfotd p {
  margin: 0;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}
.servinfotd {
  background: #f1fbff;
  display: flex;
  padding: 5px 10px;
  border: 1px solid #00000010;
  border-radius: 10px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 350px;
  max-width: 350px;
}
.table-striped.servtbl > tbody > tr:nth-of-type(even) {
  background: #fff;
}
.table-striped.servtbl td, .table-striped.servtbl th {
  vertical-align: middle;
}

span.favspanord {
  height: 30px;
  width: 30px;
  display: flex;
  background: #f1fbff;
  color: #1E90FF;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 10px;
}
span.favspanord.favorite-active {
  background: #1E90FF;
  color: #fff;
}

small.servprc {
  display: block;
}
.serv-quan {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.servmin, .servmax {
  display: flex;
  flex-direction: column;
  padding: 5px 8px;
  background: #efefef;
  min-width: 70px;
  border-radius: 10px;
  border: 1px solid #00000010;
}
.servmin {
  background: #f0fff0;
  color: #005c00;
  border-color: #005c0040;
  font-weight: 500;
}
.servmax {
  background: #fff0f0;
  color: #9c0513;
  border-color: #5c000040;
  font-weight: 500;
}
.servmin small, .servmax small {
  color: #000000;
}
td.refilltd i {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background: #1E90FF;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
td.descactn button {
  padding: 2px 10px;
  font-size: 14px;
  background: #1E90FF !important;
  color: #fff !important;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
}
.descactnwrap button {
  min-width: 120px;
  line-height: 1.3;
  padding: 6px !important;
  border-radius: 10px;
}
.descactnwrap {
  display: flex;
  gap: 12px;
}
table.servtbl thead th {
  white-space: nowrap;
}
.srcsrv input {
  border: 1px solid #0dcaf040;
  box-shadow: 0 0 0 0.25rem #0dcaf012;
}
.width-min {
  min-width: 250px;
}

ul.servFiltr.servpg {
  margin: 0;
  justify-content: space-between;
}
ul.servFiltr.servpg button.CatFltr {
  height: 60px;
  width: 60px;
  font-size: 22px;
}

.user-cont {
  margin-top: 100px;
}
.navbar.guestnav{
  margin: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  /*background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;*/
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),#1E90ff !important;
  background-size: cover !important;
  background-position: center !important;
}

marquee h3 img {
  max-width: 250px;
  margin: 0 10px;
}

section.marqueeSec {
  margin-bottom: 20px;
}
section.marqueeSec h3 {
  margin: 0;
}
section.marqueeSec marquee {
  padding: 20px 0;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
}

section.featSec {
  padding: 50px 0;
}
.featuressi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  gap: 20px;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),#1E90ff !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 3px 5px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(255, 255, 255, 0.6) 0px 1px 9px inset;
  border: 2px solid #ffffff20;
}
.featuresi {
  background: #fff;
  padding: 35px;
  margin: 15px;
  border-radius: 15px;
  background-image: none;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #ffffff70;
}
img.phone-mockup {
  max-width: 400px;
  width: 100%;
}

section.whiteSec {
  background: url(https://res.cloudinary.com/drailu2uk/image/upload/v1731307025/BABASMMPANEL_4_s5xhfh.webp);
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.featuresi p {
  margin: 0;
}
.featuresi h4 {
  font-size: 26px;
}

section.processSec {
  padding: 80px 0;
}
.stepcardsiwrap {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
  margin: 10px 0;
  margin-top: 40px;
}
span.stepnum b {
  background-image: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
   color: inherit !important; 
}
.stepcardsi {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex-direction: column;
}
.stephead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepcardsi .stephead img {
  max-width: 85px;
  margin-top: -50px;
  filter: drop-shadow(0px -5px 0px #fff);
}
span.stepnum {
  background: #fff;
  font-weight: 600;
  margin-right: -58px;
  padding: 5px 10px;
  border-radius: 15px 15px 0 0;
  transform: rotate(90deg);
  box-shadow: rgba(100, 100, 111, 0.2) 0px -20px 28px 0px;
  position: relative;
  bottom: -30px;
}
.stepcardsi h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .featuressi {
    flex-direction: column;
  }
  .featuresi {
    transform: none !important;
  }
}

.headrsec {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.headrsec span.subhead {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
  padding: 2px;
  padding-right: 10px;
}
.headrsec span.subhead i {
  background: #fff;
  padding: 5px;
  color: #1E90FF;
  margin-right: 10px;
  border-radius: 30px;
  font-size: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.headrsec h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}
.headrsec h2 span {
    background-image: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
   color: inherit !important; 
}

section.gridfeatSec {
  padding: 60px 0;
}
.grdifeatchild {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 20px 0;
  border-radius: 15px;
  border: 2px solid #49b4e0;
  background-image: url(https://res.cloudinary.com/drailu2uk/image/upload/v1731307653/38st7b6ntorkmr0b_sejdee.png);
  background-size: cover;
  background-position: center;
}
.gridfeatbox {
  padding: 25px;
  background: #ffffff20;
  backdrop-filter: blur(6px);
}
.gridfeatbox p {
  margin: 0;
}
.grdifeatchild img {
  max-width: 200px;
  margin: 20px auto;
  margin-bottom: 0;
  transform: rotateY(180deg);
  padding: 0 20px;
}
.gridfeathead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  gap: 5px;
  margin-bottom: 10px;
}
.gridfeathead i {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid rgba(255, 255, 255, 0.063);
  border-radius: 15px;
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.gridfeatbox h2 {
  color: #000;
}
.gridfeatbox h2 span {
    background-image: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
   color: inherit !important; 
}

@media (max-width: 500px) {
  .grdifeatchild {
    flex-direction: column;
  }
  .grdifeatchild img {
    max-width: 250px;
  }
}

ul.servulsi {
  box-shadow: rgba(255, 255, 255, 0.15) 0px 3px 5px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(255, 255, 255, 0.6) 0px 1px 9px inset;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
  margin: 10px 0;
}
ul.servulsi a.nav-link {
  font-size: 14px;
  background: #fff;
  padding: 5px;
  border-radius: 12px;
  background-color: transparent;
  background-image: linear-gradient(#fff, #f5f5fa);
  box-shadow: rgba(37, 44, 97, .15) 0 4px 11px 0, rgba(93, 100, 148, .2) 0 1px 3px 0;
  color: #595959;
  cursor: pointer;
  font-weight: 600;
  transition: all .2s ease-out;
  border: 1px solid #ffffff;
  background: #fff !important;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
img.serimg {
  width: 100%;
}
h2.tabheadsi span {
  font-weight: 800;
  background-image: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
   color: inherit !important; 
}
section.tabsSec {
  padding: 50px 0;
}

section.extraSec {
  padding: 60px 0;
}
.extragrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.gridinsidecol {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(37, 44, 97, .15) 0 4px 11px 0, rgba(93, 100, 148, .2) 0 1px 3px 0;
  background-image: url(https://res.cloudinary.com/drailu2uk/image/upload/v1731307653/38st7b6ntorkmr0b_sejdee.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  height: 100%;
}
/*.extragridcol {
box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
background-color: #1E90FF;
background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
transition: all 150ms ease-in-out;
border: 1px solid #ffffff10;
padding: 10px;
border-radius: 20px;
margin: 10px 0;
}*/

.bluer {
  background: #ffffff90;
  backdrop-filter: blur(60px);
  padding: 15px;
  border: 1px solid #ffffff20;
  border-radius: 15px;
}
.extragridcol {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.iconlist .icon p {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.iconlist .icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.iconlist .icon i {
  font-size: 18px;
  min-height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background: #1E90FF;
}
.iconlist {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.2;
}

.gridinsidecol h2 span {
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0;
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  transform: rotate(-2deg);
}

@media(max-width: 992px) {
  .extragrid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

section.slidrSec {
  padding: 60px 0;
}
.keycard {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 15px;
  box-shadow: rgba(37, 44, 97, .15) 0 4px 11px 0, rgba(93, 100, 148, .2) 0 1px 3px 0;
}

.keycard img {
  max-width: 175px;
  background: #fff;
  margin-top: -38px;
  padding: 10px 20px;
  border-radius: 15px;
  box-shadow: rgba(37, 44, 97, .15) 0 -10px 20px 0, rgba(93, 100, 148, .2) 0 -2px 3px 0;
  margin-bottom: 20px;
}
.keycard a {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  gap: 10px;
  width: fit-content;
}
.keycardwrap {
  box-shadow: rgba(255, 255, 255, 0.15) 0px 3px 5px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(255, 255, 255, 0.6) 0px 1px 9px inset;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
  margin: 10px;
  margin-top: 50px;
}


.faqSec .accordion-item {
  margin: 10px 0;
  overflow: hidden;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 3px 5px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(255, 255, 255, 0.6) 0px 1px 9px inset;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 5px;
  border-radius: 15px;
}
.faqSec .accordion-item button.accordion-button {
  border-radius: 10px;
  background: #fff !important;
  box-shadow: none !important;
}
.faqSec .accordion-item .accordion-body {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
}
.faqSec .accordion-item .accordion-button:not(.collapsed) {
}

img.faqimg {
  width: 100%;
}

section.faqSec {
  padding: 60px 0;
}
.faqSec .accordion-item button.accordion-button span.badge {
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  margin-right: 5px;
}

section.heroSec {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 130px;
  margin-top: -125px;
}
.topsecimg {
  display: block;
  width: auto;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  z-index: -1;
}
img.chardesk.topsecimg {
  z-index: -2;
  left: 0;
}
.topscndcrd .topcardtritone, .topscndcrd .topcardtrittwo {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #00000020;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.topscndcrd {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 10px;
  margin: 12px 0;
}
.topscndcrd img {
  max-width: 60px;
  border-radius: 15px;
  padding: 7px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background: #1E90FF;
  margin-top: -30px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.topfirsdtcrd {
  padding: 20px !important;
  background: #fff !important;
  border-radius: 20px !important;
  border: 1px solid #00000020 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.subheadingtopsec {
  padding: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 20px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background: #1E90FF;
  color: #fff;
  padding-right: 20px;
  margin-bottom: 12px;
}
.subheadingtopsec i {
  background: #fff;
  height: 30px;
  width: 30px;
  color: #1E90FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.subheadingtopsec p {
  margin: 0;
}

.topfirsdtcrd h1 {
  color: #000;
  font-weight: 600;
  margin: 0;
}
.topfirsdtcrd h1 big {
  background-image: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
   color: inherit !important; 
}

.loginbox {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
  margin: 50px 0;
}
.loginbox card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.earnvidcount.contactuscard img.mobtel {
  display: none;
}

@media (max-width: 992px) {
  .earnvidcount.contactuscard {
    flex-direction: column;
  }
  .earnvidcount.contactuscard img.mobtel {
    display: block;
  }
  .earnvidcount.contactuscard img.desktel {
    display: none;
  }
}

button#removePicture {
  background: red;
  border: 0;
  color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: 500;
}

img.dividertop {
  width: 100%;
  margin-top: -60px;
  height: 55px;
  margin-bottom: 60px;
}
img.dividerbtm {
  width: 100%;
  margin-bottom: -60px;
  height: 55px;
  margin-top: 60px;
}


section.whiteSec {
  position: relative;
  clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
  padding: 110px 0;
}
.wave-top, .wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave-top {
  top: -1px;
}
.wave-bottom {
  bottom: -1px;
}
.wave-top svg, .wave-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}

.navbar.guestnav ul li a {
  padding: 6px 15px !important;
  margin: 5px;
  border-radius: 35px !important;
}

@media (max-width: 992px) {
  div#navbar {
    position: absolute;
    background: #d9f9ff;
    padding: 10px;
    width: -webkit-fill-available;
    left: 0;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    top: 90px;
  }
}

.topcont h1 big {
  font-size: 50px;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
  font-weight: 900;
}
.topcont h1 span {
  display: inline-block;
  background: #1E90FF !important;
  padding: 10px;
  color: #fff;
  margin: 10px 5px 0px 5px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  border-radius: 15px;
  transform: rotate(-2deg)skewX(-5deg);
}
.topcont p {
  font-family: 'Poppins',sans-serif;
  color: #555;
  margin-top: 25px;
}
.loginbox .topcontflex p {
  margin: 0;
  background: #ffffff80;
  backdrop-filter: blur(11px);
  padding: 10px;
  border-radius: 10px;
  color: #000;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #ffffff40;
}
.topcontflex {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #00000020;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  background-image: url(https://res.cloudinary.com/drailu2uk/image/upload/v1731307653/38st7b6ntorkmr0b_sejdee.png);
  background-size: cover;
  background-position: center;
}
.topcont .subheading {
  display: flex;
  align-items: center;
  background: #ff5757;
  padding: 3px;
  padding-right: 15px;
  border-radius: 12px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}
.topcont .subheading i {
  background: #ffffff;
  padding: 5px;
  color: #db656f;
  border-radius: 10px;
  border: 1px solid #ffffff;
  margin-right: 10px;
  font-size: 13px;
}
.topcont .subheading p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
.happycust {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffffb8;
  backdrop-filter: blur(20px)
  padding: 6px 16px 6px 6px;
  border-radius: 55px;
  margin-top: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 2px solid #1E90FF;
}
.happycust img:first-child {
  margin-left: 0;
}
.happycust img {
  max-width: 50px;
  border: 3px solid #ffffff;
  border-radius: 29px;
  margin-left: -9px;
}
.happycust > div > p:first-child {
  font-size: 13px;
  background: linear-gradient(to right, #6fdfff, #56b4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.happycust p {
  margin: 0;
  margin-left: 10px;
  margin-right: 5px;
  color: #242424;
}
.happycust p small {
  margin-left: 5px;
}
.mobheroele{
  display: none;
}
.topsecimg{
  display: block;
  width: auto;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  z-index: -1;
}
img.chardesk.topsecimg {
  z-index: -1;
  left: 0;
}
img.tticon.topsecimg, img.wpicon.topsecimg {
  z-index: 0;
}
.firstsec{
  background: none;
}
img.yticon.topsecimg {
  animation: float 4.5s ease-in-out infinite;
}
img.tgicon.topsecimg{
  animation: float 2.5s ease-in-out infinite;
}
img.spticon.topsecimg{
  animation: float 3s ease-in-out infinite;
}
img.igicon.topsecimg{
  animation: float 3.5s ease-in-out infinite;
}
img.fbicon.topsecimg{
  animation: float 2.5s ease-in-out infinite;
}
img.plntdesk.topsecimg {
  left: 0;
  height: 100%;
}
@media (max-width: 991.20px){
  .topsecimg {
    display: block;
    width: auto;
    position: absolute;
    right: 0;
    width: 240%;
    height: auto;
    bottom: 0;
    top: auto;
  }
  img.chardesk.topsecimg {
    position: inherit;
    display: block;
    float: left;
    margin-top: -100px;
  }
  section.firstsec{
    background: transparent;
  }
}
form#loginform {
  position: relative;
}
.counter {
  display: inline;
}

.chaboxlive {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 30px;
  background: #fff;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
}
.chaboxlive h1 span {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  text-transform: uppercase;
}
.chaboxlive ul li {
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #00000010;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.chaboxlive ul {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin-bottom: 25px !important;
}
.chatboxlivewrap {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
}
.earnvidcount.contactuscard.wpcard {
  flex-direction: column;
}
.earnvidcount.contactuscard.wpcard img {
  max-width: 100%;
  width: 100%;
}

img.top-plant {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 120px;
}

.counterimgwrapcount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.counterimgwrapcount img {
  max-width: 80px;
  margin: 0;
  border-radius: 15px;
}
.counterimgwrapcount .editr span:first-child {
  background: #00f8f3;
  height: 7px;
  width: 100px;
  display: block;
  border-top-right-radius: 20px;
  margin-left: -5px;
  position: relative;
  z-index: -1;
}
.counterimgwrapcount .editr h2 {
  margin: 0;
  background: #000000;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  padding-right: 30px;
  border-radius: 0 10px 45px 0;
}
.counterimgwrapcount .editr span:last-child {
  background: #fb0150;
  height: 7px;
  width: 60px;
  display: block;
  border-bottom-right-radius: 20px;
  margin-left: -5px;
  position: relative;
  z-index: -1;
}

.counterimgwrapcount.ytwrapcount .editr h2 {
  background: #c21f24;
}
.counterimgwrapcount.ytwrapcount .editr span:first-child {
  background: #d27679;
}
.counterimgwrapcount.ytwrapcount .editr span:last-child {
  background: #d27679;
}

img.blogimg {
  width: 100%;
  border-radius: 20px;
}
.imagewrapblogfrst {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 25px;
  margin: 10px 0;
}

a.blogtitle {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.socialmediashare {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 15px 0 0;
}
.socialmediashare a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  font-size: 18px;
  background: #14c0e3;
  text-decoration: none;
}

img.card-img-top {
  border-radius: 20px;
  border: 1px solid #ffffff;
}
img.postimagepage {
  border-radius: 20px;
  margin: 15px 0;
  border: 1px solid #fff;
}
.card.blogpostcard {
  background: #fff;
  padding: 25px;
}

.topblogpost .socialmediashare {
  margin: 0;
}
.topblogpost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  gap: 15px;
}

.sticky-sidebar {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
}
.promo-image {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #00000010;
  border-radius: 20px;
}
.sidebar-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dee2e6;
  position: sticky;
  top: 120px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.notesaff p, .notesaff ul {
  margin: 0;
}
.notesaff {
  padding: 15px;
  background: #ffe5e5;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid #ffb8b8;
  color: red;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.card.affcardsstat > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  color: #000;
}
.card.affcardsstat i {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 1px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.card.affcardsstat {
  border-radius: 10px;
}
.card.affcardsstat p {
  margin: 0;
}



section {
  position: relative;
}
.icontainer img {
  max-width: 60px;
  position: absolute;
  opacity: 0.7;
  z-index: -1;
}

/* Random positioning around the sides */
.icon-1 {
  top: 5%;
  right: 5%;
}

.icon-2 {
  top: 15%;
  left: 3%;
}
.icon-3 {
  bottom: 8%;
  right: 10%;
}
.icon-4 {
  bottom: 20%;
  left: 7%;
}
.icon-5 {
  top: 20%;
  right: 15%;
}
.icon-6 {
  bottom: 5%;
  left: 20%;
}

.card-body.wasccard h2 span {
  background: #4ece4e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
  padding: 10px;
  transform: rotate(-2deg) skewX(-5deg);
}
.card-body.tgsccard h2 span {
  background: #58bbe2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  text-shadow: 4px 4px 30px #fff;
  padding: 10px;
  transform: rotate(-2deg) skewX(-5deg);
}
.tags span {
  background: #fff;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #00000010;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.card-body.tgsccard p.card-text, .card-body.wasccard p.card-text {
  max-width: 700px;
}

.leglead .card-title {
  display: inline-block;
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
.leglead ul {
  margin: 0;
}

/*.card.mb-3.sitstcard {
margin-top: 20px;
}*/


.sign-in-form {
  padding: 30px;
  width: 100%;
  margin: auto;
}
.boxsignup {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #00000010;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.well.signupright {
  display: flex;
  background: none;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.boxrightsignup {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.boxrightsignup i {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 1px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: -45px;
  margin-bottom: 10px;
  font-size: 20px;
}

.sign-in-form .form-control {
  border: 1px solid #0dcaf040;
  box-shadow: 0 0 0 0.25rem #0dcaf012;
}
.mb-3.First.name, .mb-3.Last.name, .mb-3.WhatsApp {
  display: none;
}

.signupstepbox p {
  margin: 0;
}
.signupstepbox h2 {
  margin-bottom: 10px;
}
.signupstepbox {
  background: #fff;
  padding: 20px;
  border: 1px solid #00000010;
  border-radius: 15px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
section.signUpstep {
  padding: 60px 0;
}
.signupstepbox img {
  max-width: 100px;
  display: block;
  margin: auto;
}

@media (max-width: 992px) {
  .topcont.loginbox img.top-plant {
    display: none;
  }
  .icon-2 {
    top: 55px;
    left: 3%;
    z-index: 0 !important;
  }
  .icon-1 {
    top: 10px;
    right: 10%;
    z-index: 0 !important;
  }
  section.faqSec, section.extraSec, section.gridfeatSec {
    padding: 80px 0;
  }
}

.insideoutapp img {
  max-width: 300px;
}
.insideoutapp {
  height: 70vh;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  background: #fff;
  background-image: none;
  backdrop-filter: none;
  background-size: cover;
  background-position: center;
  border: 1px solid #ffffff50;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.insidetextwrapdiv {
  max-width: 550px;
  background: #ffffff40;
  padding: 20px;
  backdrop-filter: blur(80px);
  border: 1px solid #ffffff10;
  border-radius: 15px;
  margin: 20px auto;
}


.offcanvaschat .offcanvas-body {
  padding: 0;
  overflow: hidden;
}

.apidiscreq {
  position: relative;
  z-index: 1;
}

section.firstsec.signupFirst {
  background: url(https://res.cloudinary.com/drailu2uk/image/upload/v1731307025/BABASMMPANEL_4_s5xhfh.webp);
  background-size: cover;
  background-position: center bottom;
}
section.firstsec.signupFirst img {
  z-index: 0;
}
section.firstsec.signupFirst .loginbox form input.form-control, section.firstsec.signupFirst .loginbox form select.form-control {
  padding: 10px 20px;
}

.card.transcard {
  max-height: 400px;
  overflow: auto;
}

.badge.tickbadge.Closed {
  background: red;
}
.badge.tickbadge.Open {
  background: #71ce71;
}

.googbtn.btn.btn-primary {
  width: fit-content;
  padding: 0;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
  z-index: 3;
}
.googbtn.btn.btn-primary p {
  margin: 0;
  color: #fff;
  position: absolute;
}
.googbtn.btn.btn-primary .form-group {
  top: 0;
  left: 0;
  opacity: 0.01;
}
ul.currencieslist a span {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0px 3px 9px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(46, 131, 195, 0.3) 0px -8px 36px inset, rgba(255, 255, 255, 0.6) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  border: 1px solid rgba(255, 255, 255, 0.063);
  background: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0px, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0px, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) #1E90FF !important;
  color: #fff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
ul.currencieslist a {
  display: flex;
  padding: 5px;
  background: #f3f3f3;
  border: 1px solid #00000010;
  border-radius: 10px;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-left: 10px;
  text-decoration: none;
  color: #000;
}
ul.currencieslist {
  display: flex;
  background: #fff;
  padding: 10px;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
  justify-content: flex-start;
  border-radius: 15px;
  border: 1px solid #00000010;
}

.headrsec {
  background: #ffffff20;
  backdrop-filter: blur(30px);
  padding: 10px;
  border: 1px solid #ffffff10;
  border-radius: 20px;
  overflow: hidden;
}

.servddguest{
  width: auto !important;
  padding: 5px !important;
  padding-right: 12px !Important;
}
.bloggridcont {
  max-height: 100px;
  overflow: hidden;
}
.servinfotd span {
  white-space: nowrap;
}
span.updatestatbadge {
  background: #1E90FF !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  padding: 10px 20px;
}
span.updatestatbadge.Service.disabled {
  background: linear-gradient(10deg, #ff0026, #cc2525) !important;
}
span.updatestatbadge.Rate.increased {
  background: linear-gradient(10deg, #e6a939, #f48c20) !important;
}
span.updatestatbadge.Service.enabled {
  background: linear-gradient(10deg, #04be0d, #56d947) !important;
}
span.updatestatbadge.Rate.decreased {
  background: linear-gradient(10deg, #ff8900, #ff6300) !important;
}
span.updatestatbadge.New.service {
  background: linear-gradient(10deg, #3b5eff, #9347d9) !important;
}
.btn-search {
  border-radius: 10px !important;
}

.updtidbtn {
  padding: 15px !important;
  border-radius: 15px !important;
}
.ajaxcard {
  max-height: 1300px;
  overflow: auto;
}
.ajaxcard .servinfotd {
  display: block;
  min-width: 300px;
}

.footrblurwrap.infocnctfootr i {
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  margin-right: 5px;
  padding: 10px;
  font-size: 16px;
}
.footrblurwrap.infocnctfootr p, .footrblurwrap.infocnctfootr a {
  margin-bottom: 5px !important;
}
.footrblurwrap > p > a {
  padding: 2px 10px;
  color: #fff;
  border: 1px solid #ffffff20;
  border-radius: 20px;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px !important;
  background: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%) !important;
}
a.footerssbtn {
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  font-size: 16px;
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 10px !important;
}

.servnmupdt i {
  font-size: 18px;
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  min-height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%) !important;
  border: 1px solid #ffffff10;
  background-color: #1E90FF;
}

.testiCard {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.testiCardwrap {
  box-shadow: rgba(255, 255, 255, 0.15) 0px 3px 5px inset, rgba(255, 255, 255, 0.6) 0px 1px 1px inset, rgba(255, 255, 255, 0.6) 0px 1px 9px inset;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
  padding: 10px;
  border-radius: 20px;
  margin: 10px 0;
}
.headtestim p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 22px;
}
.headtestim {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 10px;
}
.wave-top {
  visibility: hidden;
}
.headtestim img {
  max-width: 70px;
  border-radius: 10px;
}
.imgwrapbl {
  box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
  background-color: #1E90FF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  padding: 5px;
  border-radius: 15px;
}
.headtestim small {
  background: #ff6464;
  display: block;
  line-height: 1.2;
  padding: 2px 10px;
  color: #fff;
  border-radius: 15px;
  text-align: center;
}
.srcfrm button.btn.btn-search {
  height: auto;
  width: auto;
  margin: 5px;
}

button.CatFltr.vk {
  background: #0072ff;
}
button.CatFltr.dm {
  background: #000;
}
button.CatFltr.qra {
  background: #a70000;
}
button.CatFltr.vmo {
  background: #00d0ff;
}
button.CatFltr.gmb {
  background: #4791ff;
}
button.CatFltr.kick {
  background: #22dd22;
}