@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;1,9..40,300;1,9..40,400&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,400&family=Quicksand:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap');

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif !important;
}

a {
  text-decoration: none;
}

.main-app-body {
  max-width: 720px;
  margin: 0 auto;
}
p{
  font-family: 'Poppins', sans-serif !important;
}
h1, h2,h3,h4,h5,h6{
  font-family:  'Poppins', sans-serif !important;
}
:root {
  --primary: #E6BA95;
  --primary-light: #F7E9D7;
  --bg-card: #eee;
  --btn-bg: #A0BCC2;
  --btn-bg2: #E6BA95;
  --btn-text: #000;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tp-app_body {
  position: relative;
  margin: 0 auto;
  color: #000;
  max-width: 720px;
  background: linear-gradient(45deg, #fcc0c0 0%, #00015b 100%);
  font-size: 14px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 110px;
 background-attachment: fixed;
}

.top_bg {
  background: url(https://marketplace.canva.com/EAFH0Pu9-fo/1/0/1600w/canva-pink-abstract-tech-gaming-neon-desktop-wallpaper-GQWnrea9oeE.jpg) center center / 100% no-repeat rgb(5, 5, 16);
  background-size: cover;
  width: 100%;
  height: 300px;
}
#navBarItems {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.base-logo-wrap .card-logo-img img{
  max-width: 150px;
}
#navBarItems .base-help-btn {
  width: 40px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border-radius: 50%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  margin: 5px;
}

#navBarItems .base-logo-wrap .card-logo-img img {
  max-width: 170px;
  margin: 10px auto;
}

#navBarItems .base-help-btn img {
  width: 33px;
}

#navBarItems .base-lang-wrap {
  border-radius: 15px;
  margin-right: 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}

#navBarItems .base-lang-wrap .lang_btn-text {
  display: block;
  max-width: 88px;
  line-height: 20px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 40px;
}

.mid-sec-app .card-logo-img {
  margin: auto;
  text-align: center;
}

.mid-sec-app .card-logo-img img {
  width: 80px;
  height: auto;
  padding-top: 40px;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active{
  display: none!important;
}
.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: transparent !important;
  white-space: nowrap;
}
.goog-te-gadget img{
  display: none;
}
.goog-te-combo, .VIpgJd-ZVi9od-ORHb *, .VIpgJd-ZVi9od-SmfZ *, .VIpgJd-ZVi9od-xl07Ob *, .VIpgJd-ZVi9od-vH1Gmf *, .VIpgJd-ZVi9od-l9xktf * {
  font-family: poppins !important;
  padding: 7px 13px;
  color:#000 !important;
}
.language-picker button, input, textarea, select {
  background-color: #fff;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
}
/* -----------------------login_signup--------------------- */
.login-main_area .nav-pills .nav-link.active {
  background: linear-gradient(45deg, #02037b, #95046c) no-repeat center;
  padding: 10px 12px;
  width: 100%;
  font-size: 15px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
}

.login-main_area .nav {
  background: aliceblue;
  padding: 0px;
  border-radius: 10px;
}

.login-main_area .nav-pills .nav-link {
  width: 100%;
  height: 100%;
  color: #7b046f;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Poppins';
}

.email_login-form p {
  width: 100%;
  display: inline-table;
  padding: 5px 12px;
  margin-bottom: 2px;
}

.email_login-form label {
  float: left;
  width: 100%;
  top: 0px;
  color: #000214;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 2.2;
  font-family: 'Poppins';
}

.email_login-form input[type="text"],
input[type="email"],
input[type="password"],input[type="number"]  {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
  display: inline;
  color: #131212;
  font-size: 16px;
  font-weight: 300;
  float: left;
  background: #fff;
  border: 1px solid #f0f8ff;
  border-radius: 5px;
  font-family: poppins;
}

::placeholder {
  color: rgb(31, 30, 30);
  opacity: 1;
  /* Firefox */
  font-family: poppins;
  font-size: 13px;
  color: #ccc;
  font-weight: 400;
}

.email_login-form .field {
  position: relative;
}

.email_login-form .show-password {
  cursor: pointer;
  position: absolute;
  right: 25px;
  transform: translateY(-50%);
  bottom: 5%;
  font-size: 15px;
}

.email_login-form .tp-contact-btn .btn {
  background: linear-gradient(45deg, #02037b, #95046c) no-repeat center;
  padding: 12px 30px;
  display: inline-block;
  width: 95%;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins';
  letter-spacing: 0.5px;
  transition: 0.4s;
}

.email_login-form .tp-contact-btn .btn:hover {
  color: #000;
  background: #fff;
}


.email_login-form .tp-contact-btn2 .btn {
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  width: 95%;
  color: #000214;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins';
  letter-spacing: 0.5px;
  transition: 0.4s;
}

.email_login-form .tp-contact-btn2 .btn:hover {
  color: #fff;
  background: linear-gradient(45deg, #02037b, #95046c) no-repeat center;
}

* {
  box-sizing: border-box;
}

* ::before,
* ::after {
  box-sizing: border-box;
}

.login-main_area .form_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.login-main_area .form_wrapper .tile {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

.login-main_area .form_wrapper .tile h3 {
  font-size: 22px;
  margin: 0px;
  transition: all 0.3s ease;
}

.login-main_area .form_wrapper .radio {
  display: none;
}

.login-main_area .form_wrapper .tab {
  width: 50%;
  border: solid 2px #f1f1f1;
  height: 44px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
  transition: color 0.3s ease;
  user-select: none;
  align-items: center;
}

.login-main_area .form_wrapper .tab.login_tab {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.login-main_area .form_wrapper .tab.signup_tab {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.login-main_area .form_wrapper .shape {
  background: linear-gradient(45deg, #02037b, #95046c) no-repeat center;
  width: 50%;
  height: calc(48px - 3px);
  border-radius: 5px;
  position: absolute;
  top: 55.5px;
  left: 0px;
  opacity: 0.9;
  transition: all 0.4s ease;
}

.login-main_area .form_wrapper .shape:hover {
  background: linear-gradient(-45deg, #a547b1, #f84298) no-repeat center;
}

.login-main_area .form_wrapper #login:checked~.shape {
  left: 0px;
}

.login-main_area .form_wrapper #login:checked~.login_tab {
  border-color: transparent;
  z-index: 1;
  color: white;
}

.login-main_area .form_wrapper #login:checked~.tile .signup {
  display: none;
}

.login-main_area .form_wrapper #login:checked~.form_wrap {
  transform: translateX(0);
}

.login-main_area .form_wrapper #login:checked~.form_wrap .signup_form {
  opacity: 0;
}

.login-main_area .form_wrapper #signup:checked~.shape {
  left: 50%;
}

.login-main_area .form_wrapper #signup:checked~.signup_tab {
  border-color: transparent;
  z-index: 1;
  color: white;
}

.login-main_area .form_wrapper #signup:checked~.tile .login {
  display: none;
}

.login-main_area .form_wrapper #signup:checked~.form_wrap {
  transform: translateX(-100%);
}

.login-main_area .form_wrapper #signup:checked~.form_wrap .login_form {
  opacity: 0;
}

.login-main_area .form_wrapper a {
  color: #f84298;
  text-decoration: none;
  transition: all 0.3s linear;
}

.login-main_area .form_wrapper a:hover {
  color: #a547b1;
}

.login-main_area .form_wrapper .form_wrap {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.login-main_area .form_wrapper .form_wrap .form_fild {
  width: 100%;
  flex: 0 0 100%;
  transition: all 0.5s ease;
}

.login-main_area .form_wrapper .form_wrap .form_fild .input_group {
  width: 100%;
  margin-bottom: 12px;
}

.login-main_area .form_wrapper .form_wrap .form_fild .input_group .input {
  border: solid #f1f1f1 2px;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: all 0.3s linear;
}

.login-main_area .form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
  color: #adadad;
}

.login-main_area .form_wrapper .form_wrap .form_fild .input_group .input:hover {
  border-color: rgba(248, 66, 151, 0.3);
}

.login-main_area .form_wrapper .form_wrap .form_fild .input_group .input:focus {
  border-color: rgba(248, 66, 151, 0.3);
}

.login-main_area .form_wrapper .form_wrap .form_fild .forgot {
  display: block;
  margin-bottom: 15px;
  padding: 0px 2px;
}

.login-main_area .form_wrapper .form_wrap .form_fild .btn {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: white;
  background: linear-gradient(45deg, #a547b1, #f84298) no-repeat center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.login-main_area .form_wrapper .form_wrap .form_fild .btn:hover {
  background: linear-gradient(-45deg, #a547b1, #f84298) no-repeat center;
}

.login-main_area .form_wrapper .form_wrap .form_fild .btn:active {
  transform: scale(0.95);
}

.login-main_area .form_wrapper .form_wrap .form_fild .not_mem {
  text-align: center;
}

.login-main_area .form_wrapper .form_wrap .form_fild .not_mem label {
  pointer-events: none;
}

.login-main_area .form_wrapper .form_wrap .form_fild .not_mem label span {
  pointer-events: all;
  color: #f84298;
  text-decoration: none;
  transition: all 0.3s linear;
}

.login-main_area .form_wrapper .form_wrap .form_fild .not_mem label span:hover {
  color: #a547b1;
}

/* ------------------------ End login area ------------------------------ */
.before-img-bx {
  width: 100%;
  height: 300px;
  /* border: 1px solid #ccc; */
  background-color: #ffedad;
  height: 300px;
  border-radius: 5px 5px 5px 5px;
}

.product-before-bx {
  background: #cccccc;
  transform: translate(-10px, 0px);
  height: 98px;
  border-radius: 10px;
}

.img-outer-bx img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}

.slide_img {
  width: 100%;
  height: 300px;
  width: 100%;
  transform: translate(-7px, -9px);
  border-radius: 5px;
}

.slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 5px !important;
}

.icon-wrap-main .product-category .product_icon {
  border-radius: 10px;
  background: #0b0030;
  padding: 25px 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.3);
  border: 1px solid #551ab6;
  transform: translate(-7px, -5px);
}

.icon-main-bx-area {
  display: flex;
  justify-content: space-around;
  transition: .35s;
}

.icon-main-bx-area .product-icon-bx {
  margin-top: 20px;
}

.icon-main-bx-area .product-before-bx {
  background-color: #ffedad;
  border: 1px solid #000;
  margin: 0 10px;
  border-radius: 10px;
}

.notice-info .before-info-bx {
  background-color: #ffffff;
  transform: translate(-6px, -4px);
  border-radius: 5px;
}

.icon-wrap-main .product-category .icon {
  max-width: 45px;
}

.icon-wrap-main .product-category .icon img {
  max-width: 100%;
  height: auto;
}

.icon-wrap-main .product-category .content h6 {
  font-size: 12px !important;
  color: #fff;
  font-family: 'Poppins';
  padding: 20px 0px;
  letter-spacing: 0.5px;
}

.notice-info {
  cursor: pointer;
  width: 96%;
  height: 48px;
  margin: 24px 4px 0px 0px;
  background: #ffedad;
  border-radius: 7px;
  margin: auto;

}

.marquee_content {
  font-size: 13px;
  font-family: 'Poppins';
  color: #000000;
  font-weight: 400;
  /* letter-spacing: 0.5px; */
}

.marquee_content img {
  max-width: 38px;
  margin: 4px 13px;
}

.service-bx-main-area .card-title {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins';
  text-shadow: 0px 0px 1px;
  margin-bottom: 3px;
  letter-spacing: 0.4px;
}

.service-bx-main-area h6 {
  font-weight: 600;
  font-size: 12px;
  font-family: 'Poppins';
  color: #000;
}

.service-bx-main-area p {
  font-size: 11px;
}

.main-title-head {
  font-size: 17px;
  color: #fbfaff;
  font-weight: 600;
  font-family: 'Poppins';
  letter-spacing: 0.5px;
  text-shadow: 0px 0px 1px;
}

.service-bx-main-area .service-before-bx {
  background-color: #ffedad;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 30px;
}

.service-bx-main-area .service-detail-bx {
  transform: translate(-7px, -10px);
}

.service-bx-main-area .right-icon i {
  font-size: 12px;
  background: #000;
  border-radius: 100%;
  padding: 6px 8px;
  color: #fff;
}
.service-bx-main-area

.video-main-bx .before-vid-sec-bx {
  background: #ffedad;
  border-radius: 5px;
  width: 99%;
  margin: 18px auto;
  border: 0.5px solid #484848;
}

.scroll_up_list-main .left_list-area .list_icon1 {
  background: #0b0030;
  padding: 6px 6px;
  color: #fff;
  border-radius: 15px 3px 3px 15px;
  font-size: 12px;
  font-family: 'poppins';
}

.scroll_up_list-main .left_list-area .member_info {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins';
}

.scroll_up_list-main .right_list_area h5 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
}

/* ----------------------scroll up slider---------------------- */
.member-list-area .scroll_up_list-main {
  background-color: #fff;
  min-height: 200px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #0f305a;
  width: 99%;
  transform: translate(-5px, -6px);
}

.member-list-area .scroll_up_before-bx {
  background: #ffedad;
  border-radius: 5px;
  width: 99%;
  margin: 25px auto;
  border: 0.5px solid #484848;
}

.member-list-area .slide_up-bx {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 8px 13px;
  background: floralwhite;
  margin: 7px;
  border-radius: 5px;
}

/*---------------- recharge-page-css ----------------*/
.navigation_content-bar {
  background: floralwhite;
  padding: 18px 25px;
}

.navigation_content-bar .nav-back-icon i {
  background: #000;
  padding: 7px 10px;
  border-radius: 100%;
  border: 1px solid #000;
  color: #fefefe;
  font-size: 15px;
  text-shadow: 0px 0px 1px;
}

.recharge-wrap-main-bx .qr-scan-img {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.recharge-wrap-main-bx .qr-scan-img img {
  background: #fff;
  padding: 17px;
  border-radius: 5px;
  display: block;
}

.recharge-wrap-main-bx .recharge-title {
  text-align: center;
  padding: 17px;
  color: #fff;
  letter-spacing: 0.5px;
}
.recharge-wrap-main-bx .recharge-title h5{
font-family: 'Poppins';
    font-size: 19px;
}
.recharge-detail-bx{
background: #fff;
    padding: 10px 15px;
    margin: 15px 30px;
    border-radius: 10px;
}
.recharge-detail-bx .address-input {
  background: #ece1ea;
  padding: 5px 10px;
  margin: 15px 20px;
  border-radius: 8px;
}
.recharge-detail-bx .address-input .btn{
  background: #190391;
  color: #fff;
  border: 0;
  padding: 7px 18px;
  font-size: 13px;
  font-family: 'Poppins';
  border-radius: 25px;
}
.recharge-detail-bx .tp-contact-btn .btn {
  background: linear-gradient(45deg, #02037b, #95046c) no-repeat center;
  padding: 12px 30px;
  display: inline-block;
  width: 100%;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins';
  letter-spacing: 0.5px;
  transition: 0.4s;
  border: 1px solid #fff!important;
}
.recharge-detail-bx .tp-contact-btn {
padding: 26px 0;
}
.recharge-detail-bx .tp-contact-btn .btn:hover {
  color: #000;
  background: #fff;
  border: 1px solid #02037b !important;
}
/* ----------withdraw-page-css--------------- */
.withdraw-balance-bx{
background: #ece1ea;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
 span{
font-family: 'Poppins';
}
.withdraw_form textarea {
  height: 150px;
  resize: none;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding: 15px 15px;
  border: 1px solid #000!important;
}
.withdraw_form{
  padding-top: 30px;
}
.withdraw_form  input[type="number"], input[type="password"], input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
  display: inline;
  color: #131212;
  font-size: 16px;
  font-weight: 300;
  float: left;
  background: #fff;
  border: 1px solid #404040;
  border-radius: 5px;
  font-family: poppins;
}
.withdraw_form .show-password {
  cursor: pointer;
  position: absolute;
  right: 25px;
  transform: translateY(-50%);
  bottom: 5%;
  font-size: 15px;
  
}
.withdraw_form .field {
  position: relative;
}
.withdraw_form p {
  width: 100%;
  display: inline-table;
  padding: 5px 12px;
  margin-bottom: 2px;
}
.company-profile-area img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.transfer-type-bx{
  background: #ede1ea;
  padding: 30px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 5px;
}
.transfer-icon i{ 
  background: #000;
  padding: 11px 12px;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  width: 38px;
  height: 38px;
}
.transfer-type-item{
  font-size: 15px;
  font-weight: 500;
  color: #1e006f;
}
.change-pwd-wrap form{
  background: #fff;
    padding: 10px 20px;
    margin: 25px 15px;
    border-radius: 10px;
}


/* --------------footer css-------------------------- */
.bottom-nav {
  position: fixed;
  max-width: 720px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0px;
  border-radius: 20px 20px 0px 0px;
  padding: 27px 0px 15px;
  box-shadow: 0px 8px 10px rgba(130, 43, 97, 0.19);
  list-style: none;
}

.bottom-nav li a {
  width: 150px;
  height: 45px;
  color: #0b1956;
  text-align: center;
  font-size: 20px;
  display: block;
  transition: 1s;
  position: relative;
}

.bottom-nav li a i {
  width: 100%;
  position: absolute;
  top: 23%;
  left: 0;
  transition-delay: 0.3s;
  transition: 1s cubic-bezier(0.49, -0.35, 0.77, 1.44);
  z-index: 9;
}

.bottom-nav li a span {
  display: block;
  font-size: 12px;
  width: 100%;
  position: absolute;
  bottom: -16px;
  transition-delay: 0.3s;
  transition: 1s cubic-bezier(0.49, -0.35, 0.77, 1.44);
  z-index: 9;
  opacity: 0;
}

.bottom-nav li a.active-icon i {
  top: -103%;
  transition-delay: 0.3s;
  transition: 1s cubic-bezier(0.49, -0.35, 0.77, 1.44);
}

.bottom-nav li a.active-icon span {
  bottom: 14px;
  transition-delay: 0.5s;
  transition: 1s cubic-bezier(0.49, -0.35, 0.77, 1.44);
  opacity: 1;
}

.bottom-nav .slider {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  background-color: #fff;
  border: 2px solid #2f1db0;
  box-shadow: 0px 0px 0px 5px #2f1db0;
  /* transition: 1s; */
  border-radius: 50%;
}

@media (max-width: 900px) {
  .bottom-nav {
    width: 100%;
    left: 0;
  }
}
/* ----------------- draw icon popup css ----------------- */
.draw-bxs .draw-bx1 {
  position: fixed;
  bottom: 25%;
  right: 33%;
  z-index: 9999;
  transition: 0.6s;
}

.draw-bxs .draw-bx2 {
  position: fixed;
  right: 165px;
  right: 33%;
  bottom: 19%;
  z-index: 9999;
  transition: 0.6s;
}

.draw-bxs .draw-bx1 img, .draw-bx2 img {
  max-width: 40px;
}
.sign-in-popup {
  text-align: center;
  padding: 5px 10px;
}
.sign-in-popup .signin_title h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  color: #f33939;
}
.md-bg{
background: #fff;
border-radius: 5px;
}
.sign-content-box{
  background: antiquewhite;
  padding: 10px 15px;
  border-radius: 10px;
}
.sign-in-popup .sign-box {
  width: 90px;
  height: 85px;
  opacity: 1;
  border-radius: 8px;
  background: #fff0f0;
  padding: 4px;
  box-sizing: border-box;
  display: inline-block;
}

.sign-box .sign-circle {
  width: 25px;
  height: 25px;
  opacity: 1;
  background: transparent;
  border-radius: 50%;
  margin: 4px auto;
  border: 3px solid #ff8238;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.sign-in-popup .sign-main-bx{
  position: relative;
  right: 25%;
}
.fs-12{
  font-size: 13px;
}
.sign-in-popup .sign-btn {
  background: #f77373;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-top: 15px;
}
.sign-in-popup .sign-btn a{
  color:#fff;
}
.w-300px {
  width: 200px;
  margin: 25px auto;
  display: flex;
}
/* ------------------------popup footer----------------------- */

.btm-layout-bx .popup-title h6{
font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 1px;
}
.btm-layout-bx  ul li{
  background: #e0e0e0;
    border-radius: 10px;
    margin: 8px 0px;
 }
 .btm-layout-bx img{
 width: 75px;
 padding: 10px;
}
.btm-layout-bx span{
  color: #000;
    font-size: 15px;
    font-weight: 500;
}
/* my css */
.task-card-main{
  background-color: #ffedad;
  border: 1px solid #000;
  margin: 8px 10px;
  border-radius: 10px;
}
.task-card-min{
  background-color: #fff;
  padding: 20px;
  transform: translate(-8px , -5px);
  border-radius: 10px;
}
.timer-div{
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.timer-div i, .timer-div span{
  margin: 0 3px;
}
.task-img{
  width: 80%;
  margin: auto;
}
.task-img img{
  width: 100%;
}
.task-info a{
  text-decoration: none;
  background: linear-gradient(45deg, #02037b, #95046c) no-repeat center;
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
}
.task-info p{
  margin: 8px 0;
}
.task-info h5{
  margin: 0;
  font-size: 16px;
}
.team-main div h2{
  font-size: 22px;
}
.team-main div p{
  font-size: 13px;
  margin: 10px 0;
}
.team-main div h2 button{
  font-size: 15px;
  border: none;
  background: antiquewhite;
  padding: 5px 10px;
  border-radius: 5px;
}
.team-main div img{
  width: 70%;
}
.team-main div p button{
  font-size: 12px;
  border: none;
  background: antiquewhite;
  padding: 5px 10px;
  border-radius: 5px;
}

.date-picker{
  margin: 10px 0;
}

.date-picker input {
  padding: 11px;
    padding: 6px 10px;
    display: block;
    /* border: 2px solid #c3c3c3; */
    margin-left: 10px;
    width: auto;
    background: aliceblue;
    font-size: 14px;
    float: none;
    /* margin-bottom: 10px !important; */
}

.level-div img{
  width: 40px;
}
.level-div h5{
  margin: 8px 0;
}
.level-div p{
  margin: 3px 0;
}
.task-card-min{
  position: relative;
}
.vip-tag{
  background-color: #E6BA95;
  padding: 5px 18px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 10px;
  display: inline-block;
}
.task-info-vip a{
  margin-top: 15px;
  display: block;
}
.welcome-intro p, .welcome-intro h6{
  margin: 0 !important;
}
.vip-badge{
  font-size: 18px;
  color: #000;
  background: linear-gradient(120deg,#f6d365 0%,#fda085 100%);
  display: inline-block;
  width: auto;
  padding: 5px 8px;
}
.vip-badge img{
  width: 20px !important;
}
.profile-sections{
  align-items: center;
  text-align: center;
}
.profile-sections{
  position: relative;
}
.profile-sections a{
  position: absolute;
  width: 100%;
  height: 100%;
}
.profile-sections h5{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.profile-sections div img{
  height: 40px;
}
.profile-main{
  padding: 5px 10px !important;
}
.back-div{
  background-color: #c3c3c3;
  margin: 20px 0;
}
.back-div a i{
  color: #000;
  font-size: 24px;
}
.filter-tab{
  background-color: #fff;
  padding: 50px 10px;
}
.select-filter{
  margin: 10px 0;
}
.base-lang-wrap #google_translate_element{
  margin-top: 20px !important;
}
.goog-te-gadget .goog-te-combo{
  text-align: center;
}
#google_translate_element .fa-globe{
  position: absolute;
    top: 30px;
    right: 21%;
} 
#google_translate_element .fa-chevron-down{
position: absolute;
    top: 30px;
    right: 10px;
}
