* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.header_nav {
  background: #00000020;
  backdrop-filter: blur(10px);
  margin: 3rem 0 5rem;
}

.header_nav .nav-item {
  margin: 0 20px;
}

.header_nav .nav-link {
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
}

/* !Auth Page */

.pagination .page-link {
  border: 1px solid #03265c;
  color: #fff;
  background-color: #03265c80 !important;
  border-radius: 0 !important;
}

.pagination .page-item.active .page-link {
  border: 1px solid #03265c;
  background-color: #03265c !important;
}

.error {
  color: red;
  font-size: 18px;
  font-weight: 600;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 50px;
  text-align: center;
}

.custom_btn {
  background-color: #fff1 !important;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  color: #fff !important;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 1s ease-in-out;
  border-radius: 0;
}

.custom_btn::after,
.custom_btn::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff4 !important;
  z-index: -1;
}

.custom_btn::before {
  transform: translateX(-100%);
  z-index: 1;
}

.custom_btn:hover:before {
  transform: translateX(0);
  transition: transform 1s ease;
}

.custom_btn::after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 1s ease;
}

.custom_btn:hover:after {
  opacity: 0;
  transform: translateX(0);
  transition: transform 1s 1s ease;
}

/* News */

.news .card {
  background-color: #03265c80 !important;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  border: none;
  text-align: left;
  transition: 0.5s;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  color: #fff !important;
}

.news .card p {
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

.news .card small {
  font-size: 12px;
}

/* !News */

/* FAQ */

.faq_page {
  margin-top: 100px;
}

.tabcontent {
  display: none;
  padding: 0 5px;
}

.tabcontent label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #777;
}

.accordion {
  background-color: #03265c80 !important;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  cursor: pointer;
  padding: 15px 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none !important;
  font-size: 16px;
  transition: 0.7s;
  box-sizing: border-box;
  border-radius: 0px;
  outline: none;
  margin: 5px 0;
  letter-spacing: 1px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  color: #fff !important;
}

.accordion i {
  font-size: 22px;
  position: relative;
  top: 2px;
  margin-right: 20px;
}

.accordion:after {
  content: "\002B";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: #03265c80;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0px;
}

.panel p {
  padding: 2%;
  padding-bottom: 0;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

/* !FAQ */

/* Admin Panel */

.dashboard .card {
  background-color: #03265c80 !important;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 5%;
  width: 100%;
  height: 100%;
  border: none;
  text-align: left;
  transition: 0.5s;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: rgba(255, 255, 255, 0.45) 0px 25px 20px -20px;
  /* border: 1px solid #fff; */
  color: #ffffff !important;
}

label {
  color: #fff;
}

.form-control {
  background-color: #fff1 !important;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  width: 100%;
  min-height: 48px !important;
  border: none;
  border-radius: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
  outline: none !important;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  color: #fff !important;
}

.form-control::placeholder {
  color: #fff !important;
}

textarea {
  min-height: 48px !important;
}

.inpts2 {
  padding: 7px 10px;
  width: 100%;
  border-radius: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 90%;
  color: #333;
  border: 1px solid #042359;
  margin-bottom: 0px;
}

.inpts {
  width: 100%;
  padding: 2px 5px;
  text-align: center;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background: #fff5;
  color: #fff !important;
  border: none;
  outline: none;
  font-size: 12px;
  height: 40px;
}

.sbmt {
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background: #fff1;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff !important;
  border: none;
}

.admin_nav .navbar-nav {
  width: 100%;
  min-height: 41px;
  background: rgba(255, 255, 255, 0.3);
  border: 0.5px solid #ffffff;
  box-sizing: border-box;
  backdrop-filter: blur(60px);
  margin-bottom: 100px !important;
}

.admin_nav .nav-link {
  margin: auto 25px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 90%;
  padding-top: 14px;
  color: #f2f2f2 !important;
}

.inpts2 {
  width: 120px;
  padding: 2px 5px;
  text-align: center;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background: #0005;
  color: #fff !important;
  border: none;
  outline: none;
  font-size: 12px;
}

.sbmt3 {
  width: auto;
  padding: 10px 20px;
  height: 52px;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background: #fff1;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  border: none;
}

.cancel_btn {
  color: #fff !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: underline;
}

.page_title {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff !important;
  margin-top: 80px;
}

/* Account Page */

.table {
  color: #fff !important;
}

.acc_info_box {
  max-width: 100%;
  min-height: 582px;
  padding: 40px 15px 30px 25px;
  backdrop-filter: blur(10px);
  background: #03265c80;
  border: 1px solid #03265c;
  border-radius: 15px;
  color: #fff;
}

.acc_info_box h6 {
  font-size: 28px;
}

.acc_info_subbox {
  width: 100%;
  min-height: 83px;
  padding-left: 30px;
  padding-top: 15px;
  border: 2px solid transparent;
  margin-bottom: 25px;
  transition: 0.5s linear;
}

.acc_info_subbox:hover {
  border-radius: 15px;
  border: 2px solid #fff;
}

.acc_info_subbox p {
  font-size: 14px;
}

.acc_info_subbox p span {
  font-size: 20px;
}

.referral_section {
  text-align: center !important;
}

.referral_section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}

.referral_section p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 90%;
  color: #ffffff;
}

/* !Account Page */

/* Security */

.security_box {
  width: 100%;
  min-height: 200px;
  background: #fff2;
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 25px;
  border-radius: 15px;
  padding-top: 50px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.45) 0px 25px 20px -20px;
}

.security label {
  width: 96px;
  height: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff !important;
  /* backdrop-filter: blur(20px); */
  transition: all 0.3s;
  position: relative;
  background: transparent !important;
  cursor: pointer;
}

.security .left input {
  position: absolute;
  visibility: hidden;
}

.security .security_label {
  width: 100%;
  border-radius: 0;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding-top: 11px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
}

.security .left input:checked ~ .security_label {
  box-shadow: 0px 0px 20px #fff;
}

/* !Security */

/* Banner */

.tab button {
  background-color: #fff1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-radius: 0px;
  width: 100%;
  outline: none !important;
  cursor: pointer;
  padding: 3px 20px;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 25px;
}

.tab button.active {
  background-color: #fff1;
  color: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 10px #fff8 !important;
  border: 1px solid #fff;
  transform: scale(1.1);
  transition: 1s ease-in-out;
}

.input1 {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  outline: none;
  border: 3px solid #fff;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  transition: 0.3s;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background: #fff1;
}

/* !Banner */

/* Referals */

.acbox {
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  color: #fff !important;
  background: #fff1;
  width: 100%;
  min-height: 246px;
  border-radius: 0;
  margin-bottom: 13px;
  position: relative;
  border: 3px solid #fff;
  overflow: hidden;
  padding: 30px;
  text-align: center;
}

.acbox h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 90%;
  color: #f2f2f2;
  margin-bottom: 50px;
}

.acbox h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 90%;
  color: #f2f2f2;
}

/* !Referals */

/* Withdraw */

.plabel {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0px;
  border: rgba(227, 227, 227, 1);
  margin: 10px 0;
}

.plabel input {
  visibility: hidden;
  position: absolute;
}

.plabel input:checked ~ .pbox {
  filter: grayscale(0%);
  box-shadow: 0px 0px 20px #fff;
  color: #fff !important;
}

.pbox {
  width: 100%;
  height: auto;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  color: #fff;
  /* filter: grayscale(100%); */
  background: #fff1;
  border-radius: 0px;
  border: 1px solid rgba(219, 219, 219, 1);
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  transition: 0.3s;
  box-sizing: border-box;
  overflow: hidden;
  transition: linear 0.3s;
}

.pbox h5 {
  /* color: #fff !important; */
  margin-top: 5px;
  font-size: 16px;
}

/* !Withdraw */

/* Make Deposit */

.invest_box h1 {
  margin-bottom: 53px !important;
  font-size: 50px;
}

.invest_box h3 {
  margin-bottom: 53px !important;
  font-size: 30px;
}

.invest_box h6 {
  margin-bottom: 53px !important;
  font-size: 40px;
}

.invest_box {
  margin: auto;
  backdrop-filter: blur(30px);
  background: #fff1;
  --webkit-backdrop-filter: blur(30px);
  border: 3px solid #fff;
  border-radius: 0;
  cursor: pointer;
  width: 329px;
  padding: 25px;
}

.inp-label {
  font-size: 26px;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 30px;
}

/* !Make Deposit */

/* New Deposti */

.new_deposit .plabel input {
  visibility: hidden;
  position: absolute;
}

.new_deposit .invest_box {
  width: auto;
  border-radius: 0;
  height: 100%;
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  color: #ffffff;
  padding-top: 25px;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background: #fff1 !important;
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  transition: linear 0.3s;
}

.new_deposit .plabel input:checked ~ .invest_box {
  position: relative;
  box-shadow: 0 0 20px #fff;
  color: #fff !important;
}

/* .new_deposit .plabel input:checked ~ .invest_box::before {
  content: "";
  display: block;
  background-image: url(../img/select.svg);
  background-size: contain;
  top: 10px;
  right: -0;
  height: 41.47px !important;
  width: 41.47px !important;
  position: absolute;
} */

.custom_hr {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 46px;
}

.depo_pay_title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 15px;
}

/* !New Deposti */

/* !Admin Panel */

/* Mobile Screen */

@media screen and (max-width: 999px) {
  .referral_section h3 {
    font-size: 30px;
    margin-top: 25px;
  }

  .referral_section p {
    font-size: 14px;
  }
}

/* !Mobile Screen */
