:root {
  --primary: #0531b4;
}

body {
  /* font-family: 'Times New Roman', Times, serif !important; */
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.cc-control {
  border-radius: 16px;
  /* border-color: var(--primary) !important; */
  border-color: grey;
}

.register-header {
  box-shadow: 0px -16px 0px var(--primary);
  border-bottom: 1px solid var(--primary);
}

.bg-button {
  background-color: var(--primary) !important;
}

.logoimage img{
  display: block;
  width: 70%;
  margin: auto;
}

.header-main {
  background-color: var(--primary);
}
.green {
  color: var(--primary);
}

a {
  text-decoration: none !important;
}

.gol-imge img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.dash-icon img {
  width: 25px;
  height: 25px;
}

.card-bg {
  background: rgb(0, 23, 250);
  background: linear-gradient(291deg, rgba(0, 23, 250, 1) 1%, rgba(8, 34, 134, 1) 56%, rgba(0, 3, 138, 1) 100%);
}

.card-bg-active {
  background: rgb(0, 23, 250);
  background: linear-gradient(291deg, rgb(109, 3, 128) 1%, rgb(52, 5, 85) 56%, rgba(0, 3, 138, 1) 100%);
}

.plan-image {
  margin: auto;
  width: 90%;
  height: 100%;
  /* background-color: rgb(255, 255, 255);
border-radius: 12px;
box-shadow: 0px 1px 3px #c1c1c1;
padding: 4px; */
}

.plan-image img {
  width: 100%;
  display: block;
  margin: auto;
}

.pla-card {
  box-shadow: 1px 2px 2px rgb(233, 233, 233), -1px -2px 2px rgb(233, 233, 233);
  border-top: 1px solid rgb(233, 233, 233);
}

.pla-card .bg-primary {
  background: rgb(0, 23, 250) !important;
  background: linear-gradient(291deg, rgba(0, 23, 250, 1) 1%, rgba(8, 34, 134, 1) 56%, rgba(0, 3, 138, 1) 100%) !important;
}

.btn-primary {
  
}
.active{
  background: rgb(0, 23, 250) !important;
  background: linear-gradient(291deg, rgba(0, 23, 250, 1) 1%, rgba(8, 34, 134, 1) 56%, rgba(0, 3, 138, 1) 100%) !important;

}


.text-gradient {
  background: -webkit-linear-gradient(rgba(0, 23, 250, 1) 1%, rgba(8, 34, 134, 1) 56%, rgba(0, 3, 138, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mnbk {
  margin-bottom: 85px !important;
}

.footer-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px -3px 0px navy;
}

.margin-minus {
  margin-top: -5px
}

.icon-footer {
  font-size: 24px;
  /* width: 30px;
    height: 30px;
    border-radius: 50%; */
  margin: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;

}

.active-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.text-white {
  color: white !important;
}

.header-main {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.justify{
  text-align: justify;
}

.text-purple {
  color: purple;
}
.money-card {
  border: 2px solid black;
}

.card-image img {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.text-top {
  border-top: 2px solid blue;
}

.deposit_card {
 border-radius: 12px;
  box-shadow: 0px -2px 2px blue, 0px 2px 2px blue;
}

.deposit-text {
  border-bottom: 2px solid blue;
}

.ref-border {
  border: 2px dashed black;
  border-radius: 12px;
}

.dc-control {
  border: 2px dashed black;
  border-radius: 12px !important;
  height: 45px;
}

.dc-control:focus {
  outline: none;
  border: 1px dotted blue;
  box-shadow: 0px 4px 5px #d6d5d5, 0px 2px 4px #d6d5d5;

}
.team-card {
  border-radius: 12px;
  box-shadow: 1px 1px 4px rgb(223, 223, 223), -1px -1px 4px rgb(229, 229, 229);
  margin-top: 8px;
  padding: 4px 6px;
}
.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 1300ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 40px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 40px;
  }
}
.refer-image img{
  width: 100%;
  display: block;
  margin: auto;
}
.ref-input{
  height: 30px;
  border: none;
  background-color: #ebebeb;
  border-radius:8px ;
  width: 85%;
  padding: 0px 3px;
}