@import url('https://fonts.googleapis.com/css2?family=Playball&family=Poppins:wght@200;300;400;500;700&display=swap');

.clr {
  clear: both;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  color: #000;
}

a:hover {
  color: #333;
}

p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

body {
  //background: #f7f8fa url(../images/bodybg.png) 0 0 no-repeat;
  background: #f7f8fa;
  background-size: auto;
  color: #666;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  font-weight: 300;
  height: 100vh;
  background-size: cover;
  background-blend-mode: luminosity;
  background-attachment: fixed;
}

h1 {
  font-weight: 200;
  color: #20273F;
  font-size: 25px;

}

h2 {

  color: #20273F;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

h3 {
  font-weight: 500;
  font-size: 23px;
  color: #20273F;
}

h4 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #989898;
  font-weight: 300;
  margin-bottom: 0;
}

hr {
  border-top-color: #cbcbcb;
}

.btn {
  //min-width:160px;
  padding: 10px;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.rounded-10 {
  border-radius: 10px;
}

.p60 {
  padding: 60px;
}

.bg-light-info {
  background-size: cover;
}

.bg-light-info::before {
  position: absolute;
  right: -10px;
  content: "";
  z-index: 99;
  height: 100%;
}

.boxfit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-login {
  height: 100%;
}

.form-control {
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 0px;
  color: #5F6973;
  font-size: 14px;
  height: 46px;
  margin-bottom: 0;
  padding: 0 15px;
}

.social {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.social a {
  height: 50px;
  width: 50px;
  border: solid 1px #ddd;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  font-size: 18px;
  border-radius: 5px;
}

.or {
  position: relative;
}

.or:after {
  background: #fff;
  height: 20px;
  height: 20px;
  content: "OR";
  position: absolute;
  left: 50%;
  border: solid 1px #ddd;
  border-radius: 100px;
}

.mynav {
  border-bottom-color: #f2f2f2;
  background: #fbfbfb;
}

.mynav .nav-link {
  border-radius: 0 !important;
  padding: 20px 0;
  color: #aaa;
  position: relative;
  text-transform: uppercase;
  transition: none;
  text-align: center;
}

.nav-pills .nav-link.active {
  background-color: #00ce78;
}

.loginbox {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14);
}

/*.nav-pills .nav-link:after {
  background-color: #4d2e67;
  transition: ease-in-out all 0.25s;
  width: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}	
.nav-pills .nav-link.active::after {
  width: 100%;
    transition: ease-in-out all 0.25s;
}*/
.nav-pills {
  position: relative;
}

.nav-pills .nav-link::before {
  content: "";
  border-top: solid 0px #00ce78;
  border-left: solid 0 transparent;
  border-right: solid 30px transparent;
  position: absolute;
  right: 10px;
  top: 0;
}

.nav-pills .nav-link.active::before {
  border-top: solid 62px #00ce78;
  right: -30px;
}

.form-check-input:checked {
  background-color: #36971c;
  border-color: #36971c;
}

.flagbtn {
  width: 63px;
  border: solid 1px #ddd;
  border-radius: 0;
}

.flagbtn .btn {
  min-width: 50px !important;
  padding: 10px;
  border: none;
}

.otpbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otpbox .form-control {
  width: 50px;
  height: 50px;
  text-align: center;
}

.userimg {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.dashmenu {
  list-style: none;
  padding: 0;
}

.dashmenu li a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #969696;
}

.dashmenu li a i {
  margin-right: 15px;
  font-size: 16px;
}

.dashmenu li a:hover,
.dashmenu li a.active {
  color: #00ce78;
}

.form-control-plaintext {
  padding: 0 0 15px 0;
  border-bottom: dashed 1px #ddd;
}

.uploadbox {
  border: dashed 1px #ddd;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}

.aadharbox {
  //display:flex;
  //flex-wrap: wrap;
  //align-items: center;
  //justify-content: space-between;
  //flex-direction: row;	
}

.aadharbox .form-control {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 2px;
  border-radius: 0 !important;
  border-width: 0 0 1px 0;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 18px;
  float: left;
}

.aadharbox .form-control::placeholder {
  color: #ddd;
}

.iconbox {
  height: 70px;
  width: 70px;
  border-radius: 10px;
  background: #1a64e0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box {
  background: #0e021c url(../images/bg6.png) 110% 0 no-repeat;
  overflow: hidden;
  background-size: cover;
}

.register-left {
  background: #084cbd url(../images/registerbg.png) 0 0 no-repeat;
  background-size: auto;
  background-size: cover;
}

.form-control[type="file"] {
  padding: 12px 0;
}

.input-group-text {
  font-size: 14px;
}

.paymentbox {
  border: solid 1px #dddd;
  border-radius: 10px;
  margin: 20px;
  overflow: hidden;
}

.uploadimg {
  text-align: center;
}

.uploadimg img {
  max-height: 200px;
  width: 100%;
  object-fit: contain;
}

.space {
  width: 40px;
  opacity: 0;
}

.text-link {
  text-decoration: underline !important;
}

#passbox {
  display: none;
}

.dflx {
  display: flex;
}
.gif-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  flex-direction: column;
}
@media (max-width:600px) {
  .aadharbox .form-control {
    width: 21%;
    margin: 5px;
  }

  .space {
    display: none;
  }
}