body {
  font-family: 'Poppins', sans-serif;
  /* background: rgb(136, 149, 241); */
  min-height: 100vh;
  font-weight: 300;
  /* background: linear-gradient(135deg, #4d2381 0%, #290d4c 100%); */
  /* background-image: linear-gradient(to right top, #48729d, #3d5e87, #324a71, #26385c, #1b2647); */
  background-image: linear-gradient(to right top, #110e29, #13122e, #171533, #1a1839, #1e1b3e);
  color: #fff;
}
.man_bg {
  /* background: url(../img/bg.jpg) no-repeat top left; */
  background-size: cover;
  min-height: 100vh;
  display: flex;
  background-attachment: fixed;
  color: #fff;
}
.btn_user {
  padding: 6px 25px;
  font-size: 16px;
}
.lr_box {
  padding: 40px 40px;
  background: #050b21;
  border-radius: 20px 50px 20px 50px;
  margin: 50px auto;
  /* clip-path: polygon(5% 0%, 100% 0%, 100% 95%, 95% 100%, 0% 100%, 0% 5%); */
  border: 1px solid #222222;
  width: 95%;
  display: block;
}
.lr_box .text-center.mt-4 {
  font-size: 14px;
}
select.form-control, select.form-control:active, select.form-control:focus {
  background-color: rgb(0 0 0 / 2%) !important;
  filter: brightness(0) invert(1) !important;
}
.form-control, .form-control:active, .form-control:focus {
  color: #ffffff;
  background-color: rgb(0 0 0 / 14%);
  border: 1px solid #1e1e1e;
  box-shadow: none !important;
  font-size: 14px;
  height: 45px;
  padding: 5px 15px;
}
.form-control::-webkit-input-placeholder {
  color: hsl(0deg 0% 100% / 72%);
}
.form-control::-moz-placeholder {
  color: hsl(0deg 0% 100% / 72%);
}
.form-control:-ms-input-placeholder {
  color: hsl(0deg 0% 100% / 72%);
}
.form-control:-moz-placeholder {
  color: hsl(0deg 0% 100% / 72%);
}
.btn {
  color: #fff;
  background: rgb(63 182 214);
  background: linear-gradient(135deg, rgb(63 182 215) 0%, rgb(22 106 128) 100%);
  border-color: #1d778f;
}
a,
a:hover {
  color: #ffffff;
}
.btn:hover {
  color: #fff;
}
.ml-auto {
  margin-left: auto;
}
.white_box {
  background: rgb(17 14 41 / 0.6);
  border-radius: 10px;
  padding: 20px;
  /* box-shadow: 0px 7px 4px -3px rgb(0 0 0 / 50%); */
  white-space: nowrap;
  overflow: auto;
  border: 1px solid #202020;
}
.table td,
.table th {
  border-bottom: 1px solid hsl(0deg 0% 100% / 32%);
}
.table {
  color: #ffffff;
}
.border_btn {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.css-b62m3t-container {
  width: 100%;
}
.MuiBox-root {
  border-radius: 10px;
  background-color: rgb(17 14 41 / 1) !important;
  color: #fff;
  border: 1px solid #242424 !important;
}
.MuiBox-root .p-5 {
  padding: 30px !important;
}

.home_page {
  background: #290d4c;
}
.home {
  padding: 120px 0 70px;
  
}
.modal-body p {
  font-size: 14px;
  line-height: 25px;
}

#particles-js {
  width: 100%;
  background-color: var(--iq-light);
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.3;
}
.login-btn {
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 20px;
  min-width: 100px;
  border-radius: 50px;
  letter-spacing: 1px;
}
body .css-tf3yy7, .modal-content {
  background-color: rgb(17 14 41 / 1);
  color: #fff;
  border: 1px solid #242424;
}
.modal-header {
  border-bottom: 1px solid #242424;
}
.modal-header .btn-close {
  font-size:18px;
  padding: 0;
  opacity: 1;
  line-height: 0;
  filter: invert(1);
  margin-right:0;
}
select option {
  background: #583a7d
}
.select_box {
  position: relative;
}
.select_box:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 40%;
  right: 10px;
  content: "";
  z-index: 98;
  z-index: -1
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
}
/* .bg_light {
  background: rgb(255 255 255 / 7%);
} */
.p60 {
  padding: 70px;
}
.card-body {
  font-size: 14px;
  line-height: 24px;
}
.home h1 {
  font-weight: 600;
  margin-bottom: 25px;
}
.lr_box h3 {
  text-align: center;
  margin-bottom: 30px !important;
  display: block;
  width: 100%;
}
.lr_box a {
  font-size: 14px;
  text-decoration: none;
  color: #26efff;
}
.frontend {
  padding: 40px;
  background: rgb(17 14 41 / 0.6);
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 8px rgb(25 22 52);
  clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
  border: 1px solid #242424;
}
.frontend img {
  margin-bottom: 20px;
}
.faq .card {
  background: rgb(17 14 41 / 0.3);
  margin-bottom: 15px;
  padding: 10px;
}
.faq .card .card-header {
  background-color:rgb(17 14 41 / 0.8);
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  position: relative;
}
.faq .card-header a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.faq .card-header a:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 25px;
  height: 18px;
  width: 18px;
  background: url(../img/minus-icon.svg) no-repeat scroll 0 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq .card-header a.collapsed:after {
  background: url(../img/plus-icon.svg) no-repeat scroll 0 0;
}
.vertical-social ul {
  padding: 0;
}
.footer .vertical-social ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ffffff;
  font-size: 1.5rem;
  /* background: #c84989; */
  background: #3982ab;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  display: inline-block;
  margin: 0 10px 0 0px;
  text-align: center;
}
.footer .vertical-social ul li {
  display: inline-block;
}
.password_box {
  position: relative;
}
.password_box input {
  padding-right: 35px
}
.password_box .las {
  position: absolute;
  right: 15px;
  top: 13px;
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.editupdatebox {
  padding: 10px;
  box-shadow: 0px 0px 5px rgb(129 86 184);
  border-radius: 15px;
}
#checkbox:hover {
  cursor: pointer;
}
.profile-box p {
  font-size: 16px;
  margin: 0 0 11px 0;
}
.profile-box .referral {
  border: 1px dotted;
  padding: 10px 20px;
  font-size: 15px;
  margin-top: 5px;
  display: inline-block;
  width: auto;
  border-radius: 5px;
}
.refer-table table tr th {
  font-weight: normal;
  font-size: 14px;
}
.profile-box .referral i:hover {
  cursor: pointer;
}
.pass-input input {
  padding-right: 40px;
}
.pass-input {
  position: relative;
}
.eye {
  position: absolute;
  top: 8px;
  right: 10px;
}
.change-password {
  padding: 25px 30px;
  border-radius: 15px;
  /* box-shadow: 0px 0px 5px rgb(129 86 184); */
  background: rgb(17 14 41 / 0.6);
  /* clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%); */
  border: 1px solid #242424;
}
.pass-submit {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
}
.pass-submit:hover {
  background: #fff;
  color: #000;
  transition: all 0.6s ease-in-out;
}
.refer-history {
  padding: 25px 30px;
  border-radius: 15px;
  /* box-shadow: 0px 0px 5px rgb(129 86 184); */
  background: rgb(17 14 41 / 0.6);
  /* clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%); */
  border: 1px solid #242424;
  height:100%;
}
.refer-table {
  /* box-shadow: 0px 0px 5px rgb(129 86 184); */
  border-radius: 10px;
  padding: 0 15px 5px;
  background-color: rgb(0 0 0 / 14%);
  border: 1px solid #1e1e1e;
}
.refer-table table{
  width: 100%;
  max-height: 316px;
  overflow: auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
}
.refer-table table tbody tr{
  box-shadow: 0px 0px 8px rgb(129 86 184);
  border-radius: 10px;
  transition:all ease-in-out 0.25s;
  -webkit-transition:all ease-in-out 0.25s;
  -moz-transition:all ease-in-out 0.25s;
  -ms-transition:all ease-in-out 0.25s;
  outline:1px solid transparent;
  outline-offset: 5px;
}
.refer-table table tbody tr:hover{
  box-shadow:0px 0px 0px rgb(129 86 184);
  outline-color:rgb(129 86 184);
  outline-offset:0px;
}
.refer-table table tr td{
  padding: 10px;
}
.kyc-box {
  padding: 25px 30px;
  border-radius: 15px;
  /* box-shadow: 0px 0px 5px rgb(129 86 184); */
  background: rgb(17 14 41 / 0.6);
  /* clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%); */
  border: 1px solid #242424;
}
p.tex {
  font-size: 13px;
}
.doc-img-box {
  padding: 10px;
  text-align: center;
  /* box-shadow: 0px 0px 5px rgb(129 86 184); */
  margin-bottom: 15px;
  border-radius: 10px;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  /* outline: 1px solid transparent; */
  background-color: rgb(0 0 0 / 14%);
  border: 1px solid #1e1e1e;
}
.doc-img-box:hover{
  box-shadow:0px 0px 0px rgb(129 86 184);
  outline-color:rgb(129 86 184);
}
.doc-img-box .doc-img img {
  border-radius: 10px;
}
.upload-img {
  border: 1px dotted #fff;
  padding: 10px;
  margin: 10px;
  height: 157px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.navbar-brand img {
  width: 160px;
}
.home p {
  font-size: 15px;
  /* line-height: 26px; */
}
/*03-03-2023*/
.pass-refer {
  margin: 40px 0 50px;
}
.white_box table tr th, .white_box table tr td {
  border-color: #202020;
}
.ser-subtitle {
  font-size: 13px;
}
/*06-03-2023*/
.react-confirm-alert-overlay {
  background:rgba(41 13 76 / 90%) !important;
}
.react-confirm-alert-body {
  background: rgb(63 182 214) !important;
  background: linear-gradient(135deg, rgb(63 182 215) 0%, rgb(22 106 128) 100%) !important;
  color:#fff !important;
}
.react-confirm-alert-button-group > button {
  background: #280c4c !important;
}
/*06-03-2023*/
.footer img {
  max-width: 140px;
}
.home_page .navbar-brand{
  width:calc(100% - 124px);
  width:-webkit-calc(100% - 124px);
  width:-moz-calc(100% - 124px);
  width:-ms-calc(100% - 124px);
}
.main-outer{
  padding-bottom:20px;
}
/*06-03-2023*/
/*20-03-2023*/
.navbar {
  background-color: #151232;
  box-shadow: 27px 38px 71px rgb(27 38 71 / 40%);
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1; */
}
/*20-03-2023*/
/*27-03-2023*/
.chart-status select {
  min-width: 120px;
}
/*27-03-2023*/
/*Responsive*/
.btn-common {
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px 11px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
}
.btn-primary {
  background: #3982ab;
  color: #fff;
  border: 1px solid #3982ab;
}
.btn-primary:hover {
  background: transparent;
}
.btn-secondary {
  background: #ccdde9;
  color: #000;
  border: 1px solid #ccdde9;
}
.btn-secondary:hover {
  background: transparent;
}
.working_img{ animation: jumping 3s linear 0s infinite alternate;}
@keyframes jumping { 0% { transform: translateY(5px); }
  100% { transform: translateY(-25px); } }
@media only screen and (max-width: 991px) {
.navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.container{
  max-width: 100%;
}
.navbar-brand {
  width:calc(100% - 197px) !important;
  width:-webkit-calc(100% - 197px) !important;
  width:-moz-calc(100% - 197px) !important;
  width:-ms-calc(100% - 197px) !important;
}
.Artificial, .servi, .faq, .footer{
  padding: 25px 0;
}
}
@media only screen and (max-width: 767px){
.home img{
  max-width: 350px;
}
.refer-history{
  margin-top: 22px;
}
.home img{
  margin-top: 15px;
}
.home {
  padding: 20px 0 30px;
}
.Artificial h2 br{
  display: none;
}
.Artificial img {
  max-width: 360px;
  margin-bottom: 20px;
}
.login-btn {
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  line-height: 27px;
  padding: 0 0px;
  min-width: 93px;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 15px;
}
.home_page .navbar-brand {
  width:calc(100% - 165px);
  width:-webkit-calc(100% - 165px);
  width:-moz-calc(100% - 165px);
  width:-ms-calc(100% - 165px);
}
}
@media only screen and (max-width: 575px){
.home img{
  max-width: 270px;
}
.add-btn{
  text-align: center !important;
}
.white_box button {
  font-size: 13px;
  padding: 3px 15px;
}
.home img{
  margin-top: 15px;
}
body {
  font-size: 13px;
}
.faq .card-header a:after{
  background-size: 15px auto !important;
}
.Artificial {
  padding: 25px 0;
}
.Artificial img {
  max-width: 270px;
  margin-bottom: 20px;
}
.footer img {
  max-width: 145px;
}
.footer {
  padding: 25px 0px;
}
.footer p {
  font-size: 12px;
}
.card-body {
  font-size: 12px;
}
.faq .card-header a { 
  font-size: 12px;
}
.navbar-brand img {
  width: 60%;
}
.home {
  padding: 25px 0;
}
.copyright {
  font-size: 11px;
}
.frontend {
  padding: 15px;
  background: rgb(255 255 255 / 5%);
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 8px rgb(26 0 59);
}
.refer-table table tr td {
  padding: 10px;
  font-size: 11px;
}
.refer-table thead tr th {
  font-size: 14px;
}
.refer-table thead tr th {
  font-size: 15px;
  text-align: center;
}
.refer-table {
  box-shadow: 0px 0px 5px rgb(129 86 184);
  border-radius: 10px;
  padding: 0 6px 5px;
}
.home img {
  max-width: 246px;
}
.kyc-box ul li {
  font-size: 12px;
}
.kyc-form input{
  font-size: 12px;
}
.tex{
  font-size: 14px;
}
.login-btn {
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 0px;
  min-width: 78px;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 11px;
}
.home_page .navbar-brand {
  width:calc(100% - 150px);
  width:-webkit-calc(100% - 150px);
  width:-moz-calc(100% - 150px);
  width:-ms-calc(100% - 150px);
}
.gt{
  width:calc(100% - 92px);
  width:-webkit-calc(100% - 92px);
  width:-moz-calc(100% - 92px);
  width:-ms-calc(100% - 92px);
}
.white_box{
  overflow: scroll;
}
.add-btn {
  margin-left: 0px;
  margin: 10px 0;
}
.list-heading {
  text-align: center;
}
.chart-btn{
  margin:10px auto 0 !important;
}
}