@font-face {
  font-family: OpenSans-bold;
  src: url("../../assets/css/fonts/OpenSans-bold.ttf");
}
@font-face {
  font-family: OpenSans-Semibold;
  src: url("../../assets/css/fonts/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: OpenSans-Light;
  src: url("../../assets/css/fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans-Regular;
  src: url("../../assets/css/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: PublicSans-SemiBold;
  src: url("../../assets/css/fonts/PublicSans-SemiBold.otf");
}
@font-face {
  font-family: PublicSans-Regular;
  src: url("../../assets/css/fonts/PublicSans-Regular.otf");
}
.OpenSansBold {
  font-family: "OpenSans-bold";
}

.OpenSansSemiBold {
  font-family: "OpenSans-Semibold";
}

.OpenSansLight {
  font-family: "OpenSans-Light";
}

.OpenSansRegular {
  font-family: "OpenSans-Regular";
}

.PublicSansSemiBold {
  font-family: "PublicSans-SemiBold";
}

.PublicSansRegular {
  font-family: "PublicSans-Regular";
}

.c-maxContainter {
  max-width: 425px;
  background: #000;
  margin: 0 auto;
}

.register_div {
  width: 80%;
  margin: 0 auto 4rem;
  text-align: center;
  color: white;
}
.register_div hr {
  background: white;
}
.register_div h1 {
  font-family: "OpenSans-Semibold";
  font-size: 38px;
}
.register_div h3 {
  font-family: "OpenSans-Light";
  font-size: 18px;
}

.gift_div {
  width: 60%;
  margin: 0 auto 4rem;
}
.gift_div img {
  width: 100%;
}

.register_divbtn .register_btn {
  border: 1px solid #0069e8;
  color: #0069e8;
  border-radius: 36px;
  font-size: 14px;
  font-family: "OpenSans-Semibold";
  padding: 15px 40px;
  margin-bottom: 1rem;
  background: #fff;
}
.register_divbtn p {
  margin-top: 2rem;
  font-size: 11px;
  font-family: "OpenSans-Regular";
}

.loginHeader_div {
  width: 80%;
  margin: 0 auto 4rem;
  text-align: center;
  color: white;
}
.loginHeader_div hr {
  background: white;
}
.loginHeader_div h1 {
  font-family: "OpenSans-Semibold";
  font-size: 38px;
}
.loginHeader_div h3 {
  font-family: "OpenSans-Light";
  font-size: 18px;
}

.loginForm_div {
  width: 80%;
  margin: 0 auto 4rem;
}
.loginForm_div .input-group-text {
  border-radius: 8px;
  padding: 0.375rem 1rem;
}
.loginForm_div .input-group-text i {
  color: #33126b;
  font-weight: bold;
}
.loginForm_div .form-control {
  border-radius: 8px;
}
.loginForm_div .formLabel {
  margin-bottom: 0;
  color: #fff;
  font-family: "PublicSans-SemiBold";
  font-size: 12px;
}
.loginForm_div .theForgot {
  text-align: end;
}
.loginForm_div .theForgot p {
  color: #fff;
  font-size: 11px;
  font-family: "OpenSans-Regular";
  text-decoration: underline;
}

.login_divbtn {
  justify-content: center;
  text-align: center;
}
.login_divbtn .login_btn {
  border: 1px solid #0069e8;
  color: #0069e8;
  border-radius: 36px;
  font-size: 14px;
  font-family: "OpenSans-Semibold";
  padding: 15px 70px;
  background: #fff;
}
.login_divbtn p {
  margin-top: 1.5rem;
  font-size: 11px;
  font-family: "OpenSans-Regular";
  color: #fff !important;
}
.login_divbtn .login_text {
  color: white;
  text-decoration: underline;
}

.register_title {
  width: 80%;
  margin: 0 auto 1rem;
  text-align: center;
  color: white;
}
.register_title h1 {
  font-family: "OpenSans-Semibold";
  font-size: 27px;
  margin-bottom: 2rem;
}
.register_title h3 {
  font-family: "OpenSans-Semibold";
  font-size: 20px;
}
.register_title p {
  font-family: "OpenSans-Regular";
  font-size: 11px;
}

.registerForm_div {
  width: 80%;
  margin: 0 auto 4rem;
}
.registerForm_div .input-group-text {
  border-radius: 8px;
  padding: 0.375rem 1rem;
}
.registerForm_div .input-group-text i {
  color: #33126b;
  font-weight: bold;
}
.registerForm_div .form-control {
  border-radius: 8px;
}
.registerForm_div .formLabel {
  margin-bottom: 0;
  color: #fff;
  font-family: "PublicSans-SemiBold";
  font-size: 12px;
}
.registerForm_div .theForgot {
  text-align: end;
}
.registerForm_div .theForgot p {
  color: #fff;
  font-size: 11px;
  font-family: "OpenSans-Regular";
  text-decoration: underline;
}
.registerForm_div .register_personal {
  width: 80%;
  margin: 1.5rem auto;
  text-align: center;
  color: white;
}
.registerForm_div .register_personal h3 {
  font-family: "OpenSans-Semibold";
  font-size: 20px;
  margin-bottom: 0rem;
}
.registerForm_div .register_personal p {
  font-family: "OpenSans-Regular";
  font-size: 11px;
}

.theBtn_register {
  border-radius: 36px;
  padding: 10px 35px;
  background: #5f05c7;
  font-family: "OpenSans-Semibold";
  font-size: 14px;
}

.c-dashboard {
  padding-top: 0;
}
.c-dashboard .theHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.c-dashboard .theHeader .theHeaderName {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-dashboard .theHeader .theHeaderName h3 {
  font-size: 14px;
  font-family: "OpenSans-bold";
  margin: 0 10px 0 0;
}
.c-dashboard .theHeader .theHeaderName .theIcon img {
  width: 100%;
}
.c-dashboard .theHeaderDrop {
  position: relative;
  display: inline-block;
}
.c-dashboard .theHeaderDrop .theIcon {
  width: 40px;
}
.c-dashboard .theHeaderDrop .theIcon img {
  width: 100%;
}
.c-dashboard .theHeaderDrop .theHeaderDrop-content {
  display: none;
  position: absolute;
  background-color: #755ff5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0.375rem 0.75rem;
  z-index: 1;
  right: 0;
  border-radius: 10px;
}
.c-dashboard .theHeaderDrop .theHeaderDrop-content a {
  font-size: 14px;
  font-family: "OpenSans-regular";
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.c-dashboard .theHeaderDrop:hover .theHeaderDrop-content {
  display: block;
}
.c-dashboard .theGradient {
  background-repeat: no-repeat;
  background: rgb(182,162,105);
background: linear-gradient(90deg, rgba(182,162,105,1) 0%, rgba(208,134,6,1) 100%, rgba(110,168,180,0.3841911764705882) 100%);
  /* background-image: url(../img/dashboardback.png); */
  background-size: 100% 100%;
  background-position: center;
  border-radius: 35px;
  box-shadow: none !important;
}
.c-dashboard .theGradient .thBalance h1 {
  font-family: "OpenSans-bold";
  font-size: 30px;
}
.c-dashboard .theGradient .thLabel {
  font-family: "OpenSans-regular";
  font-size: 13px;
}
.c-dashboard .theGradient .theBLabel {
  font-family: "PublicSans-regular";
  font-size: 12px;
}
.c-dashboard .theGradient .theBIcon img {
  width: 100%;
}
.c-dashboard .theCFlex {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.c-dashboard .theCFlex .c-Circle {
  width: 65px;
  height: 65px;
  /* padding: 10px; */
  text-align: center;
  border-radius: 35px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  background: rgb(182,162,105);
  background: linear-gradient(90deg, rgba(182,162,105,1) 0%, rgba(208,134,6,1) 100%, rgba(110,168,180,0.3841911764705882) 100%);

  /* background: linear-gradient(180deg, #311b6e 0%, #2ec3c9 100%); */
}
@media screen and (min-width: 425px) {
  .c-dashboard .theCFlex .c-Circle {
    width: 80px;
    height: 80px;
  }
}
.c-dashboard .theCFlex .c-Circle .theBIcon {
  width: 30%;
  margin-bottom: 5px;
}
.c-dashboard .theCFlex .c-Circle .theBIcon img {
  width: 100%;
}
.c-dashboard .theCFlex .c-Circle p {
  font-family: "OpenSans-regular";
  font-size: 8px;
  color: #fff;
}

.theWFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.theEmptyBox {
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theEmptyBox .theEmpty {
  width: 80%;
  border: 1px dashed #fff;
  border-radius: 17px;
  padding: 1rem 2rem;
}
.theEmptyBox .theEmpty h3 {
  font-family: "OpenSans-Semibold";
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.theEmptyBox .theEmpty .theTButton {
  font-family: "OpenSans-Semibold";
  font-size: 13px;
  text-align: center;
  padding: 0.375rem 0.75rem;
  margin: auto;
  background-color: #5f05c7;
  width: 80%;
  border-radius: 5px;
}
.theEmptyBox .theEmpty .theTButton a {
  color: #fff;
  text-decoration: none;
}
.theEmptyBox .theEmpty .theIcon {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.theEmptyBox .theEmpty .theIcon img {
  width: 100%;
}

.theGroupCard {
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px #00000029 !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  padding: 1rem;
}
.theGroupCard p {
  font-family: "OpenSans-Semibold";
  font-size: 15px;
  margin: 0;
}
.theGroupCard .theName {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.theGroupCard .theName .theBIcon img {
  width: 100%;
}
.theGroupCard .theStatus {
  margin-top: 1rem;
}
.theGroupCard .thePaid {
  margin-top: 1rem;
}

.theUserList {
  border-bottom: 0.25px solid #707070;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem;
}
.theUserList .theBIcon img {
  width: 100%;
}
.theUserList p {
  text-align: left;
  margin: 0;
}

/*# sourceMappingURL=new.css.map */
