@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
}

input {
  font-family: "IBM Plex Sans", sans-serif !important;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
}

a:hover {
  text-decoration: none !important;
}

.navbar_pad {
  padding: 10px 0px !important;
  background: #fff;
  position: sticky;
  top: -200px;
  z-index: 9;
}

.navbar_pad.hidebar {
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.nav_pad {
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
}

.navbar_logo img {
  width: 150px;
}

.logo_grow {
  flex-grow: 1;
}

ul.custom_navbar {
  width: 100%;
  flex-grow: 1;
}

ul.custom_navbar li.news_grow {
  flex-grow: 1;
}

ul.custom_navbar li {
  padding: 0px 5px;
}

ul.custom_navbar li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  color: #161616;
  padding: 0px 10px;
  min-width: 100px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

ul.custom_navbar li a:hover {
  background: #D2CEFF;
  color: #2A1FB3;
}

ul.custom_navbar li.active a {
  background: #D2CEFF;
  color: #2A1FB3;
}

ul.custom_navbar li a.get_start {
  /* background: url("../images/buttongrad.png") no-repeat;
  background-size: 100% 100%; */
  background-color: #2A1FB3;
  border-radius: 100px;
  color: #fff;
  width: 180px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_sec {
  position: relative;
  min-height: 500px;
  margin-top: 150px;
}

.head_banner {
  display: block;
  margin: 0px auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_pos {
  position: relative;
}

.header_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.header_content h1 {
  font-size: 120px;
  margin: 0px auto;
  text-align: center;
  line-height: 160px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header_content h5 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  max-width: 770px;
}

.getstart_link {
  /* background: url("../images/buttongrad.png") no-repeat; */
  background-color: #2A1FB3;
  /* background-size: 100% 100%; */
  border-radius: 100px;
  color: #fff;
  width: 200px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.getstart_link:hover {
  /* background: #2A1FB3; */
  color: #fff;
}

.reimagin_sec {
  padding: 50px 0px 50px 0px;
  margin-top: 150px;
}

.container_pad {
  padding-left: 100px;
  padding-right: 100px;
}

.trans_head {
  font-size: 48px;
  text-align: center;
  font-weight: 500;
  line-height: 70px;
  margin: 0px auto;
  padding: 0px 0px 80px 0px;
}

.trans_head span {
  background: linear-gradient(to right, #3727FF, #8980FF, #8980FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reimagine_img {
  width: 100%;
  aspect-ratio: 16/9;
  /* max-height: 700px;
  min-height: 700px; */
}

.design_content {
  text-align: center;
  padding: 100px 0px;
}

.design_content h5 {
  color: #95979e;
  font-size: 19px;
  margin: 0px auto 0px auto;
}

.comp_img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.variant_bg {
  position: relative;
}

.first_var {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
}

.var_flex {
  position: relative;
  z-index: 2;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 1200px;
  text-align: center;
  margin: 0px auto;
}

.variant_content h6 {
  background: #2f2543;
  border: 1px solid #2A1FB3;
  border-radius: 50px;
  display: inline-flex;
  min-width: 190px;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin: 0px auto;
}

.variant_content h2 {
  color: #000000;
  font-size: 48px;
  text-align: center;
  margin: 20px auto;
  font-weight: 500;
  line-height: 75px;
}

.variant_content p {
  color: #7671AC;
  font-size: 20px;
  text-align: center;
  max-width: 850px;
  margin: 0px auto;
  font-weight: 500;
}

ul.var_list_head {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px 40px 0px;
  display: flex;
  justify-content: center;
}

ul.var_list_head li {
  padding: 0px 10px;
}

ul.var_list_head li h5 {
  color: #2A1FB3;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

ul.var_step {
  list-style-type: none;
  margin: 0;
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
}

ul.var_step li {
  margin: 0;
  padding: 0;
  width: 17%;
}

ul.var_step li .steps_div img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #CCCADE;
}

ul.var_step li .steps_div h6 {
  color: #8980FF;
  font-size: 14px;
  font-weight: 600;
  margin: 20px auto 10px auto;
  text-align: left;
}

ul.var_step li .steps_div h5 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.var_cre_sec {
  padding: 50px 0px 0px 0px;
}

.userfriendly_bg {
  background: url("../images/friendlybg.jpg") no-repeat;
  background-size: 100% 100%;
  border: 1px solid rgba(126, 105, 163, 0.3);
  border-radius: 20px;
  min-height: 600px;
  padding: 30px;
  position: relative;
}

.userfriendly_bg h5 {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
}

.userfriendly_bg h6 {
  color: #7671AC;
  font-size: 16px;
  margin: 10px 0px;
  font-weight: 500;
}

.userfriendly_bg img.userfriendly_img {
  width: 90%;
  position: absolute;
  bottom: 0;
}

.design_crea_bg {
  background: url("../images/designbg.jpg") no-repeat;
  background-size: 100% 100%;
  min-height: 600px;
  border-radius: 20px;
  border: 1px solid rgba(126, 105, 163, 0.3);
  padding: 30px;
}

.design_crea_bg h5 {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
}

.design_crea_bg h6 {
  color: #7671AC;
  font-size: 16px;
  margin: 10px 0px 20px 0px;
  font-weight: 500;
  max-width: 410px;
}

.upload_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.upload_img_div {
  position: relative;
  width: 232px;
  height: 46px;
  overflow: hidden;
  background: #2A1FB3;
  border-radius: 60px;
}

.upload_img_div input {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
}

.upload_img_div p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 12px 0px;
  font-size: 14px;
  font-weight: 600;
}

.upload_preview {
  position: relative;
}

.upload_preview img.img_dress {
  width: 350px;
  display: block;
  margin: 0px 0px 0px auto;
}

.upload_preview img.upload_img_preview {
  width: 180px;
  position: absolute;
  bottom: 0;
  left: -150px;
}

.row_font {
  margin: 20px 0px;
}

.font_bg {
  background: url("../images/fontbrd.png") no-repeat;
  background-size: 100% 100%;
  min-height: auto;
  margin-top: 100px;
  position: relative;
}

.font_card {
  border: 2px solid rgba(126, 105, 163, 0.2);
  min-height: 620px;
  border-radius: 20px;
}

.form_card_pad {
  padding: 30px;
}

.font_card h5 {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
}

.font_card h6 {
  color: #7671AC;
  font-size: 16px;
  margin: 10px 0px 20px 0px;
  font-weight: 500;
  max-width: 410px;
}

.font_bg h2 {
  font-size: 230px;
  line-height: 280px;
  margin: 0;
  text-align: center;
}

.font_bg h2 span {
  color: #8980FF;
}

.font_setting {
  background: #161616;
  border-radius: 8px;
  width: 220px;
  position: absolute;
  padding: 10px;
  top: 0;
  left: 40%;
  transform: translate(-50%, -50%);
}

.font_setbg {
  background: #1b1b1b;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}

.font_setbg p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding-right: 10px;
}

.font_sel {
  position: relative;
  flex-grow: 1;
}

.font_sel select {
  background: none;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  color: rgba(255, 255, 255, 0.3);
  height: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.font_sel select option {
  color: #000;
}

.font_sel img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.font_col {
  background: #1b1b1b;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  margin: 10px 0px;
  position: relative;
}

.font_col label {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding-right: 10px;
}

.font_col input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.text_size {
  background: #1b1b1b;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  margin: 10px 0px;
  position: relative;
}

.text_size p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding-right: 10px;
  flex-grow: 1;
}

.text_size input {
  background: #d1d1d1;
  color: #161616;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  width: 40px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 5px;
}

.text_size input::placeholder {
  color: #161616;
}

.format_list {
  background: #1b1b1b;
  padding: 5px 10px;
}

.format_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.format_list ul li {
  padding: 0px 5px;
}

.format_list ul li button {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.excel_card {
  border: 2px solid rgba(126, 105, 163, 0.2);
  min-height: 620px;
  border-radius: 20px;
  padding: 30px;
}

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

.field_flex h5 {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.excel_input {
  position: relative;
  width: 165px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #2A1FB3;
  border-radius: 40px;
  color: #fff;
}

.excel_input input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
}

.excel_input h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.field_desc {
  color: #7671AC;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin: 20px 0px;
}

ul.field_list {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.field_list li {
  padding: 0px;
}

ul.field_list li.user_inputli {
  width: 34%;
}

ul.field_list li.user_numberli {
  width: 15%;
}

ul.field_list li.usersizzeli {
  width: 45%;
}

ul.field_list li.user_inputli .user_name {
  position: relative;
}

ul.field_list li.user_inputli .user_name input {
  font-size: 12px;
  background: #eaeef8;
  color: #292929;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 25px 0px 5px;
  font-weight: 600;
  border-radius: 7px;
}

ul.field_list li.user_inputli .user_name input::placeholder {
  color: #292929;
}

ul.field_list li.user_inputli .user_name p {
  margin: 0;
  color: rgba(41, 41, 41, 0.6);
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 10px;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

ul.field_list li.user_numberli .user_number {
  position: relative;
}

ul.field_list li.user_numberli .user_number input {
  font-size: 12px;
  background: #eaeef8;
  color: #292929;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 25px 0px 5px;
  font-weight: 600;
  border-radius: 7px;
}

/* Chrome, Safari, Edge, Opera */
ul.field_list li.user_numberli .user_number input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
ul.field_list li.user_numberli .user_number input[type="number"] {
  -moz-appearance: textfield;
}

ul.field_list li.user_numberli .user_number input::placeholder {
  color: #292929;
}

ul.field_list li.user_numberli .user_number p {
  margin: 0;
  color: rgba(41, 41, 41, 0.6);
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 10px;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

ul.field_list li.usersizzeli .userselect_size {
  position: relative;
  background: #eaeef8;
  border-radius: 7px;
}

ul.field_list li.usersizzeli .userselect_size select {
  font-size: 12px;
  background: transparent;
  color: #292929;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 50px 0px 5px;
  font-weight: 600;
  cursor: pointer;
  appearance: none;
  position: relative;
  z-index: 2;
}

ul.field_list li.usersizzeli .userselect_size img {
  margin: 0;
  color: rgba(41, 41, 41, 0.6);
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 10px;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.scrollbar_h {
  height: 390px;
}

.shadow-overflow {
  position: relative;
}

.shadow-overflow::after {
  bottom: 0 !important;
  top: auto;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
  width: 100%;
  bottom: auto;
  height: 4rem;
  position: absolute;
  z-index: 4;
  content: "";
}

.listfield_pad {
  padding-bottom: 40px;
}

.resp_card {
  border: 2px solid rgba(126, 105, 163, 0.2);
  padding: 60px 0px 0px 30px;
  border-radius: 20px;
}

img.resp_img {
  width: 100%;
}

.resp_content h5 {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
}

.resp_content h6 {
  color: #7671AC;
  font-size: 16px;
  margin: 10px 0px 20px 0px;
  font-weight: 500;
  max-width: 410px;
}

.teams_img {
  width: 100%;
}

.user_say_sec {
  padding: 100px 0px;
}

.voice_head h3 {
  background: #2f2543;
  border: 1px solid #2A1FB3;
  width: 200px;
  height: 36px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  border-radius: 40px;
}

.voice_head h3 img {
  margin-right: 10px;
}

.voice_head h2 {
  font-size: 48px;
  font-weight: 500;
  margin: 20px 0px;
  line-height: 60px;
  max-width: 530px;
}

.user_slider {
  padding: 40px 0px;
}

.slider_content {
  padding: 0px 10px;
}

.slider_content p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  max-width: 530px;
}

.slider_content p span {
  color: #2A1FB3;
  font-size: 14px;
  font-weight: 600;
}

ul.user_say {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 75%;
}

ul.user_say li {
  margin: 0;
  padding: 0;
}

ul.user_say li.usersay_img {
  padding: 0px 10px 0px 0px;
}

ul.user_say li.usersay_img .user_bg {
  background: url("../images/userbg.jpg") no-repeat;
  background-size: 100% 100%;
  border: 1px solid #363357;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  position: relative;
}

ul.user_say li.usersay_img .user_bg img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.user_slider .slick-next {
  content: "";
  right: 90px;
  top: auto;
  bottom: 50px;
}

.user_slider .slick-next img {
  width: 40px;
}

.user_slider .slick-next::before {
  content: "";
}

.user_slider .slick-prev {
  content: "";
  right: 140px;
  top: auto;
  bottom: 50px;
  left: auto;
  z-index: 2;
}

.user_slider .slick-prev img {
  width: 40px;
}

.user_slider .slick-prev::before {
  content: "";
}

.user_slider .slick-disabled {
  display: none;
}

.row_say {
  align-items: center;
}

.sub_sec {
  padding: 60px 0px;
  position: relative;
}

.subbg_num {
  background: url("../images/subbg.png") no-repeat;
  background-size: 100% 100%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 500px;
}

.subbg_num h2 {
  font-size: 102px;
  font-weight: 200;
}

.subbg_num p {
  font-size: 24px;
  margin: 20px auto;
  text-align: center;
  font-weight: 600;
}

.sub_now {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 18px;
  min-width: 230px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  font-weight: 600;
  transition: 0.2s;
}

.sub_now:hover {
  background: #fff;
  color: #000000;
}

.sub_now img.arrowwhite {
  display: flex;
}

.sub_now img.arrowblack {
  display: none;
}

.sub_now:hover img.arrowwhite {
  display: none;
}

.sub_now:hover img.arrowblack {
  display: flex;
}

img.ring_img {
  width: 100%;
}

.sub_head h2 {
  color: #161616;
  font-size: 102px;
  font-weight: 500;
  line-height: 120px;
  text-align: center;
  margin: 0px auto;
}

ul.toggle_list {
  background: #E4E2FF;
  list-style-type: none;
  margin: 0px auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px 20px;
  border-radius: 20px;
}

ul.toggle_list li {
  margin: 0;
  padding: 0;
}

ul.toggle_list li.toogle_pad {
  padding: 3px 15px 0px 15px;
}

ul.toggle_list li.yearly_pad {
  padding: 0px 15px 0px 0px;
}

ul.toggle_list li h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.custom_toogle .react-toggle-track {
  height: 29px !important;
}

.custom_toogle .react-toggle-thumb {
  top: 3px !important;
}

.custom_toogle .react-toggle--checked .react-toggle-thumb {
  left: 24px !important;
  border: 1px solid #2A1FB3 !important;
}

.custom_toogle .react-toggle--checked .react-toggle-track {
  background: #2A1FB3 !important;
}

.toggle_div {
  margin: 20px auto;
  display: flex;
}

ul.toggle_list li h6.disc_hig {
  background: #9ef08f;
  color: #135008;
  font-size: 14px;
  font-weight: 500;
  min-width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

img.ring_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.container_sub {
  position: relative;
  z-index: 2;
}

.planechoose {
  text-align: center;
  margin: 10px auto 30px auto;
  font-size: 20px;
  font-weight: 600;
  color: #08131f;
}

.sub_card {
  border: 1px solid #d4e1f3;
  border-radius: 18px;
  /* min-height: 600px; */
  min-height: 31.25vw;
  background: #fff;
}

h2.bg-transparent {
  background-color: white !important;
}

.sub_trail_flex {
  border-bottom: 1px solid #d4e1f3;
  padding: 1.927vw 1.667vw 1.406vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.trail_head {
  margin-bottom: 2.344vw;
}

.trail_head h4 {
  color: #08131f;
  font-weight: 500;
  font-size: 1.042vw;
  line-height: 1.302vw;
  margin: 0 0 0.781vw;
}

.trail_head h6 {
  color: #40537b;
  font-size: 0.729vw;
  line-height: 0.99vw;
  font-weight: 500;
  margin: 0;
}

.trail_price h3 {
  color: #08131f;
  font-size: 2.344vw;
  font-weight: 500;
  line-height: 3.021vw;
  margin: 0;
}

.trail_price h3 sup {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.667vw;
  position: relative;
  letter-spacing: 0.025vw;
  top: -20px;
}

.trail_price h3 sub {
  font-size: 0.729vw;
  line-height: 0.938vw;
  letter-spacing: 0.015vw;
  font-weight: 500;
  color: #495c6f;
}

.trail_price button {
  background: #0d214b;
  padding: 0.625vw 0.938vw;
  text-align: center;
  color: #fff;
  font-size: 0.729vw;
  line-height: 1.146vw;
  letter-spacing: 0.015vw;
  font-weight: 500;
  border-radius: 1.979vw;
  margin: 1.563vw 0 0;
  border: none;
  outline: none;
}

.trail_price button.subbtn_bg {
  /* background: url("../images/buttongrad.png") no-repeat;
  background-size: 100% 100%; */
  background-color: #2A1FB3;
}

.subpoint_list {
  padding: 1.823vw;
}

.subpoint_list ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0px 0px 1.042vw 0px !important;
  display: flex !important;
  align-items: flex-start;
}

.subpoint_list ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.subpoint_list ul li p {
  font-size: 0.729vw;
  line-height: 1.042vw;
  font-weight: 500;
  padding-left: 1.146vw;
  margin: 0;
  color: #08131f;
}

.sub_card_active .sub_card {
  border: 2px solid #2A1FB3;
}

.sub_pos {
  position: relative;
}

.sub_pos img.card_activegrad {
  display: none;
}

img.card_activegrad {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 30px;
  border-radius: 20px;
  z-index: -1;
  bottom: -20px;
  height: 100%;
}

.sub_pos.sub_card_active img.card_activegrad {
  display: block;
}

.var_plan {
  padding: 100px 0px 20px 0px;
  max-width: 950px;
  margin: 0px auto;
  text-align: center;
}

.var_plan p {
  color: #0d214b;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.var_plan h6 {
  color: #2A1FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin: 10px auto;
}

.faq_sec {
  padding: 100px 0px;
}

.faq_content {
  text-align: center;
}

.faq_content h2 {
  color: #161616;
  font-size: 54px;
  text-align: center;
  margin: 0px auto;
}

.faq_content h5 {
  color: #7671AC;
  font-size: 18px;
  font-weight: 600;
  margin: 10px auto;
}

.accord_item {
  border: 2px solid rgba(169, 125, 250, 0.2) !important;
  border-radius: 10px !important;
  background: none;
}

.accordbtn_cust {
  background: none !important;
  color: #08131f;
  font-size: 20px;
  font-weight: 600;
}

.accordion-button.accordbtn_cust:focus {
  box-shadow: none;
}

.accordion-button.accordbtn_cust:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.accordion-button.accordbtn_cust::after {
  background: url("../images/plus.svg") no-repeat !important;
  background-size: 100% 100%;
}

.acoord_hrade_bg {
  background: none !important;
}

.accordion-button.accordbtn_cust:not(.collapsed)::after {
  transform: rotate(135deg);
}

.accord_body_cust {
  padding-top: 0px;
  color: #7671AC;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.accord_item {
  margin-bottom: 30px;
}

.accord_cust {
  padding: 50px 0px;
}

.update_bg {
  background: url("../images/updatebg.png") no-repeat;
  background-size: 100% 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: space-between;
}

.stayupdate_flex {
  display: flex;
  align-items: center;
  width: 49%;
}

.update_number {
  position: relative;
}

.update_number img {
  width: 85px;
}

.update_number h6 {
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 26px;
  min-height: 26px;
  padding: 0px 2px;
  color: #fff;
  border-radius: 50px;
  background: #ff3c3c;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.update_content {
  padding-left: 30px;
}

.update_content h3 {
  color: #000;
  font-size: 22px;
  margin: 0;
}

.update_content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
  max-width: 250px;
}

.subscribe_email {
  border: 1px solid #ebe9ed;
  border-radius: 10px;
  height: 60px;
  display: flex;
  min-width: 400px;
}

.subscribe_email input {
  width: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0px 10px;
  color: #161616;
}

.subscribe_email input::placeholder {
  color: rgba(22, 22, 22, 0.6);
}

.subscribe_email button {
  background: #fff;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ebe9ed;
  color: #2A1FB3;
  font-size: 14px;
  font-weight: 600;
  min-width: 130px;
  border-radius: 0px 10px 10px 0px;
  transition: 0.2s;
}

.subscribe_email button:hover {
  background: #2A1FB3;
  color: #fff;
}

.footer_sec {
  background: url("../images/footerbg.png") no-repeat;
  background-size: 100% 100%;
}

.copyright_flex {
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright_text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.social_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.social_list ul li {
  margin: 0;
  padding: 0px 20px;
}

.social_list ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

ul.policy_list {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}

ul.policy_list li {
  margin: 0;
  padding: 0px 10px;
}

ul.policy_list li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 600;
}

.privacy_sec {
  padding: 100px 0px;
}

.privacy_content h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin: 0px auto 60px auto;
}

.privacy_content h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0px 0px 20px 0px;
}

.privacy_content p {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0px 30px 0px;
}

.loader_bg {
  z-index: 900;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.loader_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader_img img {
  width: 60px;
  animation: loader linear 0.8s infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment_div {
  padding: 0px 0px;
}

.payment_div h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 20px 20px;
}

.form_detail {
  margin-bottom: 20px;
}

.fromdetai_save {
  width: 154px;
  height: 50px;
  background: rgba(33, 115, 242, 0.1);
  color: #2A1FB3;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: 1px solid rgba(33, 115, 242, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.fromdetai_save:hover {
  background: #2A1FB3;
  color: #fff;
}

.fromdetai_save:active {
  background: #702fb1;
  color: #fff;
}

.taxsavelist ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
  display: flex;
  width: 100%;
}

.taxsavelist ul li {
  padding: 0px 10px 0px 0px;
  width: 50%;
}

.taxsavelist ul li button.taxsave_btn {
  width: 100%;
  height: 50px;
  background: #2173f2 !important;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: 1px solid #2173f2 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.taxsavelist ul li button.taxcancel_btn {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #2173f2;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: 2px solid rgba(7, 9, 25, 0.125);
  display: flex;
  justify-content: center;
  align-items: center;
}

.purchase_summary {
  background: #f6f8fa;
  padding: 2.083vw;
  border-color: rgba(33, 115, 242, 0.2);
  border-radius: .938vw;
}

.purchase_summary h3 {
  margin: 0 0 1.042vw !important;
  font-size: 28px;
  font-weight: 600;
}

.purchase_summary h6 {
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 10px 0px;
  margin: 0;
  color: #495c6f;
}

.purchase_summary h6 span select {
  color: #2173f2;
  background: none;
  border: none;
  outline: none;
  font-weight: 600;
}

ul.silverplan_list {
  list-style-type: none;
  margin: 0 0 1.563vw;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

ul.silverplan_list li {
  margin: 0;
  padding: 0;
  width: 50%;
}

ul.silverplan_list li h4 {
  font-size: 18px;
  font-weight: 600;
}

ul.silverplan_list li h5 {
  font-size: 14px;
  /* max-width: 160px; */
  color: #495c6f;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
}

ul.silverplan_list li h5.copupon {
  margin: 0px 0px 0px 0px;
}

ul.silverplan_list li h5.copupon_code {
  margin: 0;
  text-decoration: underline;
}

ul.silverplan_list li h4.plan_cost {
  text-align: right;
}

ul.silverplan_list_total {
  border-top: 1px solid rgba(7, 9, 25, 0.125);
  margin: 20px 0px 0px 0px;
  padding: 20px 0px;
}

ul.silverplan_list_total li h4.total_cost {
  font-size: 22px;
  text-align: right;
}

.pay_btn {
  background: #2A1FB3;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #2A1FB3;
  margin: 10px 0px 20px 0px;
}

.pay_btn img {
  margin-right: 10px;
}

.purchase_summary p {
  color: #495c6f;
  font-size: .729vw;
  line-height: .938vw;
  margin: 0;
  letter-spacing: .022vw;
}

ul.email_receipt {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.email_receipt li {
  margin: 0;
  padding: 0;
}

ul.email_receipt li p {
  margin: 0;
  padding: 0;
}

ul.email_receipt li h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0px 0px 0px;
}

ul.email_receipt li a {
  text-decoration: none;
  color: #2A1FB3 !important;
  font-size: 14px;
  font-weight: 600;
  background: rgba(33, 115, 242, 0.1);
  border-radius: 6px;
  min-width: 41px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tax_set {
  position: relative;
}

.tax_set button.taxsave_btn {
  position: absolute;
  right: .156vw;
  top: 50%;
  transform: translate(-10%, -50%);
  background: rgba(139, 60, 217, 0.1);
  color: #2A1FB3;
  border-radius: 6px;
  font-size: .625vw;
  line-height: 1.146vw;
  font-weight: 600;
  letter-spacing: .008vw;
  outline: none;
  border: 1px solid rgba(33, 115, 242, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.823vw;
  width: 3.542vw;
  transition: 0.2s;
}

.tax_set button.taxsave_btn:hover {
  background: #2A1FB3;
  color: #fff;
}

ul.silverplan_list {
  list-style-type: none;
  margin: 0 0 1.563vw;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

ul.silverplan_list li {
  margin: 0;
  padding: 0;
  width: 50%;
}

ul.silverplan_list li h4 {
  font-size: .938vw;
  font-weight: 600;
}

ul.silverplan_list li h5 {
  font-size: 14px;
  /* max-width: 160px; */
  color: #495c6f;
  font-weight: 600;
  font-size: .833vw;
  line-height: .99vw;
  letter-spacing: .025vw;
}

ul.silverplan_list li h5.copupon {
  margin: 0px 0px 0px 0px;
}

ul.silverplan_list li h5.copupon_code {
  margin: 0;
  text-decoration: underline;
}

ul.silverplan_list li h4.plan_cost {
  text-align: right;
}

ul.silverplan_list_total {
  border-top: 1px solid rgba(7, 9, 25, 0.125);
  margin: 20px 0px 0px 0px;
  padding: 20px 0px;
}

ul.silverplan_list_total li h4.total_cost {
  font-size: 1.146vw;
  text-align: right;
}

select.plan_gold {
  color: #2A1FB3;
  background: none;
  border: none;
  outline: none;
  font-weight: 600;
  padding: 0;
  width: 100%;
  margin-left: -0.26vw;
  font-size: .833vw;
  line-height: .99vw;
  letter-spacing: .025vw;
}

ul.plan_currency {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.plan_currency li {
  margin: 0;
  padding: 0;
}

ul.plan_currency li h6 {
  color: #08131f;
  font-size: 18px;
  font-weight: 600;
}

ul.plan_currency li h4 {
  color: #08131f;
  font-size: 20px;
  font-weight: 600;
}

.custom-tab-bar {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 10px;
}

.custom-tab-bar .nav-link {
  color: #495c6f;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: .417vw;
  padding: .677vw .833vw;
  font-weight: 500;
  font-size: .729vw;
  letter-spacing: .022vw;
}

.custom-tab-bar .nav-link.active {
  border: .104vw solid #E4E2FF;
  border-radius: .313vw;
  color: #2A1FB3;
}

.custom-container {
  padding: 0;
  margin: 0;
  border: 1px solid #d4e1f3;
  border-radius: 10px !important;
}

.custom-table {
  width: 100%;
}

.custom-table td {
  border-bottom: 1px solid #d4e1f3 !important;
  padding: 30px 55px;
}

.custom-table tr:last-child td {
  border-bottom: none !important;
}

.custom-table tr:first-child td {
  border-bottom: none !important;
}

.r1 {
  color: #08131f;
  font-size: 22px;
  letter-spacing: 0.44px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
}

.r11 {
  color: #08131f;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.48px;
}

.r21 {
  color: #495c6f;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.48px;
}

.r22 {
  font-size: 16px;
}

.edit-text {
  color: #2A1FB3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  padding: 20px !important;
}

.end-cell {
  text-align: end;
  padding-right: 115px !important;
}

.pw-td {
  border: none !important;
}

.round-image {
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 18px;
}

.round-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.centered-content {
  display: flex;
  align-items: center;
}

.link1 {
  color: #2A1FB3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  padding: 0px !important;
  padding-right: 30px !important;
}

.link2 {
  color: #ff1f1f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  padding: 0px !important;
}

.link-container {
  display: flex;
  /* Make the container a flexbox */
}

.link1,
.link2 {
  margin-right: 10px;
  /* Optional: Add margin between the links */
}

.password-row {
  display: flex;
  justify-content: space-between;
  margin-top: -30px !important;
}

.password-field {
  width: calc(33.33% - 10px);
}

.password-field label {
  display: block;
  margin-bottom: 10px;
  color: #495c6f;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: 0.56px;
}

.password-field input[type="password"] {
  width: 250px;
  height: 54px;
  /* Adjust height as needed */
  padding: 10px;
  background: #ffffff;
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  opacity: 1;
  margin-right: 20px;
}

.reset-password {
  background-color: #E4E2FF;
  width: 177px;
  color: #2A1FB3;
  text-align: center;
  border-radius: 6px;
  margin-top: 45px !important;
  margin: 0;
  padding: 11px 21px !important;
}

@media only screen and (min-width: 900px) and (max-width: 1399px) {
  .centered-text {
    font-size: 51px;
    padding: 45px;
    padding-left: 150px;
  }

  /* body {
    padding-right: 130px;
  } */
  /* .container {
    padding-left: 120px !important;
  } */
  .password-field input[type="password"] {
    width: 200px;
    margin: 0px;
  }

  .password-field {
    width: 200px;
  }
}

.table-container {
  width: 100%;
  padding-right: 110px;
  padding-left: 110px;
  border-spacing: 0 20px;
  /* Space between rows */
}

.table-row {
  border: 1px solid #d4e1f3;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.row1 {
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: start;
  background-color: #36335708;
  margin-bottom: 75px;
}

.col {
  font-weight: 500;
}

.plan-header,
.c1 {
  width: 300px !important;
}

.s1 {
  color: #1f1f1f;
  font-size: 22px;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px;
}

.amount-header,
.c2 {
  width: 15%;
}

.s2 {
  color: #08131f;
  font-size: 45px;
  font-weight: 400;
}

.variation-header {
  width: 10%;
  margin-left: 50px;
}

.c3 {
  margin-left: 50px;
}

.s3 {
  color: #000000;
  font-size: 16px;
  padding-top: 15px;
}

.start-date-header,
.c4 {
  width: 10%;
}

.s4 {
  color: #000000;
  font-size: 16px;
}

.end-date-header,
.c5 {
  width: 10%;
}

.s5 {
  color: #000000;
  font-size: 16px;
}

.status-header,
.c6 {
  width: 10%;
}

.s6 {
  font-size: 16px;
  margin-right: -50px !important;
  color: #fa3a3a;
}

.empty-header,
.c7 {
  width: 5% !important;
}

.cancel-plan {
  color: #fa3a3a;
  background-color: #fccece;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  align-items: center;
  font-weight: 600;
  /* Align items vertically center */
  font-family: "IBM Plex Sans", sans-serif;
  padding: 11px 21px !important;
}

.download {
  background-color: #E4E2FF;
  width: 206px;
  font-size: 14px;
  color: #2A1FB3;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  align-items: center;
  /* Align items vertically center */
  font-family: "IBM Plex Sans", sans-serif;
  padding: 11px 21px !important;
}

.amount {
  font-size: 24px;
  vertical-align: text-top;
}

.hidden {
  visibility: hidden;
}

@media only screen and (min-width: 900px) and (max-width: 1399px) {
  .centered-text {
    font-size: 51px;
    padding: 45px;
  }

  .row1 {
    margin-bottom: 45px;
  }

  .plan-header {
    width: 120px !important;
  }

  .c2 {
    font-size: 28px;
  }

  .variation-header {
    margin-left: 10px;
  }

  .c3 {
    padding-top: 10px;
    margin-left: 15px;
  }

  .table-container {
    padding-left: 60px;
    padding-right: 0px;
  }

  .c1 {
    width: 150px !important;
  }

  .cancel-plan {
    padding: 10px !important;
  }

  .download {
    padding: 12px !important;
    font-size: 13px;
  }

  .round-button {
    margin: 30px;
    margin-left: 10px !important;
  }
}

.upload_btn_position {
  border: none !important;
  background: none !important;
  color: #2A1FB3 !important;
  font-size: .729vw !important;
  line-height: .938vw !important;
  letter-spacing: .058vw !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

.update-btn {
  background: #2A1FB3 !important;
  border: none !important;
  outline: none !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 500;
  margin: 40px 0px 40px auto;
  display: flex !important;
  justify-content: flex-end;
  border-radius: 6px !important;
}

ul li {
  list-style: none !important;
}

.welcomer_dk_brd {
  min-width: 800px;
  max-width: 800px;
  min-height: 457px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(7, 9, 25, 0.125);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

.welcomer_dk_brd_pos {
  min-width: auto;
  max-width: none;
  min-height: 40vh;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(7, 9, 25, 0.125);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  justify-content: flex-start;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0px auto;
}

.welcomer_dk_brd h5 {
  font-size: 18px;
  color: #2173f2;
  margin: 0;
  font-weight: 600;
}

.welcomer_dk_brd h5 img {
  width: 24px;
  height: 24px;
}

.welcomer_dk_brd h2 {
  font-size: 54px;
  text-align: center;
  max-width: 550px;
  font-weight: 600;
  margin: 20px auto;
}

.welcomer_dk_brd h6 {
  font-size: 18px;
  margin: 0px auto 20px auto;
  font-weight: 600;
  color: #495c6f;
}

button.start_journey_btn {
  background-color: #2A1FB3 !important;
  color: #fff;
  font-size: 14px;
}

button.start_journey_btn:hover {
  background-color: #2A1FB3 !important;
  color: #fff;
  font-size: 14px;
}

.success_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

.success_content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 20px;
  border-radius: 10px;
}

.success_content img.crossicon {
  margin-left: auto;
  display: block;
}

.success_content a.reminder {
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding-top: 20px;
  font-weight: 600;
  background-color: red;
}

.red-background {
  text-decoration: none;
  background-color: #ff000014;
  padding: 10px 15px;
  color: red;
  border-radius: 15px;
  margin-bottom: 10px;
  /* Ensures the background only covers the text */
}

button.btn-create_variations,
button.create_variations {
  background-color: #2A1FB3 !important;
  color: #fff;
}

.try_before_heading {
  width: 65% !important;
  margin: 0 auto;
}

button.btn-create_variations:hover,
button.create_variations:hover {
  background-color: #2A1FB3 !important;
  color: #fff;
}

button.expired {
  background-color: #ccc0c0cc;
}

.sidemenu {
  background-color: rgb(242, 246, 254);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  /* position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1; */
}

.home {
  width: 100%;
  background-color: #fff;
  padding-left: 120px;
  min-height: 100vh;
}

ul.mnubar_cms li a .home_menu_flex span {
  border-radius: 2.708vw;
  background-color: rgba(207, 216, 232, 0.2);
  display: inline-block;
  width: 45px;
  text-align: center;
}

ul.mnubar_cms li a .home_menu_flex img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

ul.mnubar_cms li a:hover .home_menu_flex img.homeblack {
  display: none;
}

ul.mnubar_cms li a:hover .home_menu_flex img.homepurple {
  display: block;
}

ul.mnubar_cms li a .home_menu_flex img.homepurple {
  display: none;
}

ul.mnubar_cms li a .home_menu_flex img.homeblack {
  display: block;
}

ul.mnubar_cms li a.active .home_menu_flex img.homepurple {
  display: block;
}

ul.mnubar_cms li a.active .home_menu_flex img.homeblack {
  display: none;
}

ul.mnubar_cms li a .home_menu_flex h5 {
  font-size: .677vw;
  line-height: .729vw;
  letter-spacing: .026vw;
  color: #000;
  font-weight: 500;
}

.sidemenuscroll {
  height: 50vh;
}

ul.user_profile li button {
  background: none;
  border: none;
  outline: none;
}

ul.user_profile li a.leavefed_modal {
  text-decoration: none;
  font-size: .677vw;
  line-height: .729vw;
  letter-spacing: .026vw;
  font-weight: 500;
}

ul.user_profile li a.leavefed_modal img {
  display: block;
  margin: 0px auto;
}

ul.user_profile li a.leavefed_modal span {
  font-size: .677vw;
  line-height: .729vw;
  letter-spacing: .026vw;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: .521vw;
}

ul.user_profile li a.leavefed_modal span:last-child {
  margin-bottom: 1.563vw;
}

ul.user_profile li a.leavefed_modal span img {
  width: 45px;
  height: auto;
}

ul.user_profile li button .user_profile_img img.user_image_shape {
  mask-image: url("../images/customshape2.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../images/customshape2.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  object-fit: cover;
  object-position: top;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-bottom: .521vw;
}

ul.user_profile li button .user_profile_img {
  position: relative;
}

ul.user_profile li button h5 {
  font-size: .677vw;
  line-height: .729vw;
  letter-spacing: .026vw;
  color: #000;
  font-weight: 500;
}

ul.user_profile li button.dropdown-toggle::after {
  border-left: none;
  border-bottom: none;
}

ul.user_profile li button .user_profile_img h6 {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fa3a3a;
  border: 2px solid #fff;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 40px;
  padding: 3px 7px;
}

.dropdown-menu.dropmenu_cust.show {
  width: 200px;
  border: none;
  border-radius: 18px;
  box-shadow: rgba(66, 53, 89, 0.1) 0px 3px 56px;
  inset: auto auto 0px 60px !important;
}

ul.dropmenu_cust {
  padding: 10px;
}

ul.dropmenu_cust li {
  padding: 5px 0px;
}

ul.dropmenu_cust li a {
  font-size: 15px;
  font-weight: 600;
  color: #161616;
  padding: 5px 10px;
}

ul.dropmenu_cust li a img {
  margin-right: 10px;
}

ul.dropmenu_cust li a:hover {
  background: #eff1f8;
  border-radius: 50px;
  color: #161616;
}

ul.dropmenu_cust li a:focus {
  background: #eff1f8;
  border-radius: 50px;
  color: #161616;
}

ul.dropmenu_cust li.logout_brd {
  border-top: 2px solid #eff1f8;
  padding: 10px 0px;
  margin-top: 10px;
}

.sidemenuopen.sidemenu {
  left: -140px;
  animation: 0.2s linear sidemenu;
}

@keyframes sidemenu {
  from {
    left: 0;
  }

  to {
    left: -140px;
  }
}

.sidemenu.sidemenuopen2 {
  animation: 0.2s linear sidemenu2;
  left: 0;
}

/* @keyframes sidemenu2{
  from{
    left: -140px;
  }
  to{
    left: 0px;
  }
} */
.home_nopad.home {
  padding-left: 0;
}

.row_pad {
  padding: 20px 0px;
  background: #fff;
  position: sticky;
  top: 0px;
  z-index: 2;
}

.addvar_btn {
  background: #2A1FB3;
  color: #fff;
  width: 165px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  outline: none;
}

.hamburger_dash {
  background: none;
  border: 1px solid #000;
  outline: none;
  padding: 5px 10px;
  border-radius: 3px;
}

.hamburger_dash img {
  width: 20px;
}

.modal_custom {
  min-width: 626px;
  max-width: 626px;
}

.modal_custom .modal-content {
  border-radius: 25px !important;
}

.subrem_body {
  padding: 0px 0px 20px 0px;
  text-align: center;
}

.subrem_body h5 {
  background: rgba(250, 58, 58, 0.1);
  color: #fa3a3a;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  width: 170px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin: 0px auto;
}

.subrem_body h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px auto;
}

.subrem_body p {
  color: #495c6f;
  font-size: 15px;
  font-weight: 500;
  margin: 0px auto;
  text-align: center;
  line-height: 25px;
  max-width: 500px;
}

.closecross {
  background: none;
  border: none;
  outline: none;
}

.modal_header_cust {
  border-bottom: none !important;
}

.modalcusfot.modal-footer {
  justify-content: center;
}

.downloadall_btn {
  background: #2A1FB3;
  border: none;
  outline: none;
  color: #fff;
  width: 143px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  margin: 10px auto !important;
}

.modal_thought {
  min-width: 800px;
  max-width: 800px;

  border: none;
}

.modal_thought .modal-content {
  border-radius: 25px !important;
}

.modal_headerthou.modal-header {
  border-bottom: none;
}

.modalthought_body {
  text-align: center;
  max-width: 700px;
  margin: 0xp auto;
}

img.though_img {
  display: block;
  margin: 0px auto;
  width: 100px;
}

.modalthought_body h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;

  margin: 20px auto;
}

.modalthought_body p {
  color: #7671AC;
  font-size: 20px;
  font-weight: 500;
  margin: 0px auto;
}

.modalthough_body {
  margin: 0px auto;
  padding-top: 0;
}

ul.feedback_thoughtlist {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}

ul.feedback_thoughtlist li {
  margin: 0;
  padding: 0px 10px;
}

ul.feedback_thoughtlist li a {
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
}

ul.feedback_thoughtlist li a.down_back {
  background: #f3ecfe;
  color: #7a35f8;
}

ul.feedback_thoughtlist li a.feed_leave {
  background: url("../images/buttongrad.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.invoice_address_bg {
  background: rgba(66, 53, 89, 0.03);
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  padding: 20px;
  min-height: 650px;
}

.vard_address h4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.vard_address h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0px;
  max-width: 600px;
  line-height: 22px;
}

.vard_address h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.var_billto {
  border-top: 1px solid rgba(126, 105, 163, 0.2);
  border-bottom: 1px solid rgba(126, 105, 163, 0.2);
  padding: 20px 0px;
  margin: 20px 0px;
}

.var_billto h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.var_billto h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0px;
  max-width: 600px;
  line-height: 22px;
}

.var_billto h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

ul.bill_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

ul.bill_list li {
  padding: 0px 20px 20px 0px;
}

ul.bill_list li h5 {
  font-size: 18px;
  font-weight: 500;
}

ul.bill_list li h6 {
  font-size: 16px;
  font-weight: 500;
}

.plan_period {
  font-size: 18px;
  font-weight: 500;
}

.plan_perioddate {
  font-size: 16px;
  font-weight: 500;
}

.var_reciept ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.var_reciept ul li {
  margin: 0;
  padding: 0;
}

.var_reciept ul li a {
  text-decoration: none;
  color: #7671AC;
  font-size: 16px;
  font-weight: 500;
}

.var_reciept ul li a img {
  width: 100px;
}

.laung_bg {
  background: #f6f8ff;
  min-height: 100vh;
  padding: 20px 0px;
  position: relative;
}

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

.launch_logo {
  width: 70px;
}

.launch_logovar {
  width: 400px;
}

.launch_baps {
  width: 80px;
}

.lauch_pos {
  position: relative;
}

.ring_launch {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  z-index: 1;
  opacity: 0.5;
}

.launch_content {
  text-align: center;
}

.launch_head {
  color: #2A1FB3;
  font-size: 100px;
  font-weight: 300;
  line-height: 141px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.launch_content h2 {
  font-size: 40px;
  margin: 40px auto 20px auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.launch_content p {
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
  font-size: 18px;
  font-weight: 500;
}

.swami1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: 2;
}

.swami2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 2;
}

.launch_btn {
  background: #8141d1;
  border: none;
  outline: none;
  width: 300px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  margin: 50px auto 0px auto;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.yuvak_img {
  display: block;
  margin: 40px auto 20px auto;
  width: 250px;
}

.row_sub_flex {
  justify-content: center;
}

.vargst {
  background: rgba(66, 53, 89, 0.03);
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  padding: 20px;
  min-height: 650px;
}

.ser_head {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
}

ul.service_list {
  list-style-type: none;
  background: rgba(139, 60, 217, 0.06);
  padding: 0px 10px;
  height: 40px;
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
}

ul.service_list li {
  margin: 0;
  padding: 0;
}

ul.service_list li h5 {
  color: #7671AC;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

ul.service_list li h5.amt_r {
  text-align: right;
}

ul.unlimited_cre {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

ul.unlimited_cre li {
  margin: 0;
  padding: 0;
}

ul.unlimited_cre li.inlim_pad {
  padding: 0px 15px;
  flex-grow: 1;
}

ul.unlimited_cre li img.un_logo {
  width: 60px;
}

ul.unlimited_cre li h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

ul.unlimited_cre li h6 {
  color: #495c6f;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0px 0px 0px;
}

ul.unlimited_cre li h5 {
  text-align: right;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

ul.dis_list {
  list-style-type: none;
  margin: 0;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(126, 105, 163, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.dis_list li {
  margin: 0;
  padding: 0;
}

ul.dis_list li h5 {
  font-size: 18px;
  margin: 0;
}

ul.dis_list li h5.disc_grren {
  text-align: right;
  color: #48b43a;
}

ul.paidbank_list {
  list-style-type: none;
  margin: 0;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.paidbank_list li {
  margin: 0;
  padding: 0;
}

ul.paidbank_list li h5 {
  font-size: 18px;
  margin: 0;
}

ul.paidbank_list li h5.disc_grren {
  text-align: right;
}

ul.order_total {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  background: rgba(139, 60, 217, 0.06);
  height: 50px;
  border-radius: 6px;
  justify-content: space-between;
}

ul.order_total li {
  margin: 0;
  padding: 0;
}

ul.order_total li h5 {
  color: #2A1FB3;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

ul.order_total li h5.order_amount {
  text-align: right;
}

.about_logo {
  display: block;
  margin: 10px 0px 50px 0px;
  width: 500px;
}

.emaillink {
  text-decoration: none;
  color: #2A1FB3;
}

.privacy_content p.contact_det {
  padding: 0;
}

.privacy_contentv h6 {
  font-size: 16px;
  color: #363357;
  padding: 20px 0px 30px 0px;
  font-weight: 500;
}

.navbar-toggler.navbar_col_btn {
  padding: 10px 15px;
  border: none;
}

.navbar_col_btn span {
  width: 30px;
  height: 2px;
  margin: 0;
  background: #000;
  display: block;
}

.navbar_col_btn span:nth-child(2) {
  margin: 7px 0px;
}

.imgbox_wid7 {
  width: 62px;
  height: 62px;
}

.profile_img {
  width: 3.229vw;
  height: 3.229vw;
  display: block;
}

.card_profile {
  border: 1px solid #d4e1f3;
  border-radius: 1.563vw;
}

.basic_head {
  padding: 2.344vw 2.865vw 3.125vw;
  font-size: 1.146vw;
  font-weight: 500;
  line-height: 1.51vw;
  letter-spacing: .023vw;
  margin-bottom: 0;
}

#membership .basic_head,
#changepassword .basic_head {
  padding: 1.823vw 2.865vw .26vw;
}

.row.row_cen {
  align-items: center;
  padding: .781vw 2.865vw;
  margin-left: 0;
  margin-right: 0;
  min-height: 4.531vw;
  box-sizing: border-box;
}

.row_cen:hover {
  background: #f7f8fb;
}

.profile_label h5 {
  font-size: .833vw;
  line-height: 1.042vw;
  letter-spacing: .025vw;
  font-weight: 400;
  margin: 0;
  color: #495c6f;
}

.profile_desc h5,
#gstnumberinput {
  font-weight: 400;
  font-size: .833vw;
  line-height: 1.042vw;
  letter-spacing: .025vw;
  color: #08131f;
  margin: 0;
}

#gstnumberinput {
  width: 20.833vw;
}

.upload_btn_position {
  font-size: .729vw;
  line-height: .938vw;
  letter-spacing: .058vw;
  text-transform: uppercase;
  font-weight: 500;
}

.row.row_cen2 {
  border-top: 1px solid #d6dfe8;
  align-items: center;
  padding: .781vw 2.865vw;
  margin-left: 0;
  margin-right: 0;
  min-height: 4.531vw;
  box-sizing: border-box;
}

.row_cen2:hover {
  background: #f7f8fb;
}

.row_cen2 .col-sm-1 {
  text-align: right;
}

.profile-container .update-btn {
  margin: 1.563vw auto 6.51vw;
  padding: .573vw 1.094vw;
  background-color: rgba(139, 60, 217, 0.1) !important;
  text-transform: uppercase;
  color: #2A1FB3;
  font-weight: 500;
  font-size: .729vw !important;
  line-height: .938vw;
  letter-spacing: .058vw;
  transform: 0.3s;
}

.profile-container .update-btn:hover {
  background-color: #2A1FB3 !important;
  color: #fff !important;
}

.phone_profile_center {
  justify-content: flex-end;
}

.edit_form {
  background: none;
  border: none;
  outline: none;
}

.edit_form img {
  width: 1.25vw;
  height: 1.25vw;
  display: block;
}

.usenameedit {
  font-weight: 400;
  font-size: .833vw;
  line-height: 1.042vw;
  letter-spacing: .025vw;
  color: #08131f;
  margin: 0;
}

.not_validate {
  padding-left: 15px;
}

.edit_form {
  color: #2A1FB3;
  font-size: .833vw;
  line-height: 1.042vw;
  font-weight: 400;
  background: none;
  border: none;
  outline: none;
}

.member_subhead {
  font-weight: 500;
  font-size: .833vw;
  line-height: 1.042vw;
  letter-spacing: .025vw;
  color: #08131f;
  margin: 0 0 .521vw;
}

.mem_detail {
  padding: 1.302vw 2.865vw;
}

.videfetmem {
  color: #495c6f;
  font-size: .833vw;
  line-height: 1.042vw;
  letter-spacing: .025vw;
  margin: 0 0 1.354vw;
}

.lin_his {
  color: #2A1FB3;
  font-size: .729vw;
  line-height: .938vw;
  letter-spacing: .058vw;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.pass_change label {
  display: block;
  margin-bottom: .521vw;
  color: #495c6f;
  font-weight: 500;
  font-size: .729vw;
  padding-left: .521vw;
  letter-spacing: .029vw;
}

.pass_change input {
  width: 100%;
  padding: .885vw 1.042vw;
  background: #ffffff;
  border: 1px solid #d4e1f3;
  border-radius: .521vw;
  outline: none;
  font-weight: 500;
  font-size: .729vw;
  line-height: .938vw;
  letter-spacing: .025vw;
}

.pass_change svg {
  width: 1.042vw;
  height: auto;
}

.rest_passbtn {
  background: rgba(139, 60, 217, 0.1);
  color: #2A1FB3;
  width: 9.219vw;
  height: 2.083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .729vw;
  font-weight: 500;
  border-radius: .313vw;
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: .029vw;
  transition: 0.2s;
}

.rest_passbtn:hover {
  background: #2A1FB3;
  color: #fff;
}

.change_passmar {
  margin: 40px 0px;
}

.history_header {
  color: #1f1f1f;
  font-size: 1.146vw;
  line-height: 1.51vw;
  letter-spacing: .023vw;
  font-weight: 500;
  margin: 0;
}

.var_total {
  font-weight: 500;
  font-size: .729vw;
  line-height: .938vw;
  letter-spacing: .029vw;
  color: rgba(8, 19, 31, 0.7);
  margin: 0 0 .365vw;
}

.row_billing {
  background: rgba(66, 53, 89, 0.03);
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  align-items: center;
  padding: 1.563vw;
}

.billing-history h1 {
  text-align: center;
  margin: 0 0 4.115vw;
  font-weight: 500;
  font-size: 2.656vw;
  line-height: 3.906vw;
  letter-spacing: -0.053vw;
  color: #161616;
}

.row_bill_pad {
  padding-left: 100px;
  padding-right: 100px;
}

/* .history_header {
  color: rgba(8, 19, 31, 0.7);
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
} */

.var_amount {
  color: #08131f;
  font-size: 2.344vw;
  line-height: 3.021vw;
  letter-spacing: .047vw;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
}

.var_amount sup {
  font-size: 1.25vw;
  position: relative;
  top: -0.365vw;
}

ul.plan_billheader {
  list-style-type: none;
  margin: .781vw 0px 0px 0px;
  padding: 1.563vw 1.563vw 0;
  display: flex;
}

ul.plan_billheader_list.plan_billheader {
  padding-bottom: 1.563vw;
}

ul.plan_billheader li {
  margin: 0;
  padding: 0;
}

ul.plan_billheader li h6 {
  margin: 0;
  color: rgba(8, 19, 31, 0.7);
  font-size: .729vw;
  line-height: .938vw;
  letter-spacing: .029vw;
  font-weight: 500;
}

ul.plan_billheader li.planbill_wid {
  width: 20%;
}

ul.plan_billheader li.am_wid {
  width: 20%;
}

ul.plan_billheader li.var_wid {
  width: 10%;
}

ul.plan_billheader li.start_wid {
  width: 10%;
}

ul.plan_billheader li.end_wid {
  width: 10%;
}

ul.plan_billheader li.stat_wid {
  width: 5%;
}

ul.plan_billheader li.dwnin_wid {
  width: 25%;
}

ul.plan_billheader li.dwnin_wid h6.amt_right {
  text-align: right;
}

ul.plan_billheader_list {
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  align-items: center;
}

ul.plan_billheader_list li h6.plan_goldcol {
  color: #8980FF;
  font-size: 1.146vw;
  line-height: 1.51vw;
  letter-spacing: .023vw;
  font-weight: 500;
  margin: 0;
  width: 90%;
}

ul.plan_billheader_list li h6.amount_plali {
  display: flex;
  align-items: center;
  font-size: 2.344vw;
  line-height: 3.021vw;
  letter-spacing: .047vw;
  font-weight: 500;
  margin: 0;
  color: #08131f;
  word-break: break-word;
}

ul.plan_billheader_list li h6.amount_plali sup {
  position: relative;
  top: -0.365vw;
  font-size: 1.25vw;
}

ul.plan_billheader_list li h6.var_wid_h {
  color: #000000;
  font-size: .833vw;
  line-height: 1.146vw;
  letter-spacing: .025vw;
  font-weight: 500;
  margin: 0;
}

.justify-content-space-between {
  justify-content: end;
}

ul.plan_billheader_list li a.down_inlink {
  text-decoration: none;
  background: rgba(139, 60, 217, 0.1);
  color: #2A1FB3;
  padding: .573vw 1.354vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .313vw;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .729vw;
  line-height: .938vw;
  letter-spacing: .058vw;
  margin-left: .677vw;
  transition: 0.3s;
}

ul.plan_billheader_list li a.down_inlink:hover {
  background: #2A1FB3;
  color: #fff;
}

ul.plan_billheader_list li a.down_inlink.down_inlink_cancel {
  background-color: rgba(250, 58, 58, 0.1);
  color: #FA3A3A;
  cursor: pointer;
}

ul.plan_billheader_list li a.down_inlink.down_inlink_cancel:hover {
  background-color: rgba(250, 58, 58, 1);
  color: #fff;
}

.sidebarchange {
  background: #f9fafd;
  min-height: 100vh;
}

.img_up {
  background: rgba(234, 238, 248, 0.6);
  padding: 0px 10px;
  height: 44px;
  width: 100%;
  border-radius: 22px;
  display: flex;
  align-items: center;
}

.img_up h6 {
  color: #0d214b;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  flex-grow: 1;
}

.img_up_div {
  width: 41px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.img_up_div input {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
}

.playname {
  color: #0d214b;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

/* The container_cm */
.container_cm {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_cm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark_cm {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: none;
  border-radius: 2px;
  border: 2px solid #8980FF;
}

/* When the checkbox is checked, add a blue background */
.container_cm input:checked ~ .checkmark_cm {
  background-color: #2A1FB3;
  border: 2px solid #2A1FB3;
}

/* Create the checkmark_cm/indicator (hidden when not checked) */
.checkmark_cm:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark_cm when checked */
.container_cm input:checked ~ .checkmark_cm:after {
  display: block;
}

/* Style the checkmark_cm/indicator */
.container_cm .checkmark_cm:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-accordion .accordion-header {
  min-height: 42px;
}

.tshitrt_size {
  width: 320px;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  /* margin: 40px 0px 40px 340px; */
  background: #eaeef8;
  border-radius: 40px;
}

.tshitrt_size h6 {
  color: #0d214b;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0px 10px 0px 0px;
  flex-grow: 1;
}

.inputimg_pre {
  position: relative;
  width: 41px;
  height: 30px;
  overflow: hidden;
}

.inputimg_pre input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.bet_head {
  text-align: center;
  font-size: 10px;
  color: #0d214b;
  font-weight: 600;
  margin: 20px auto;
}

.exp_pix {
  background: #E4E2FF;
  color: #0d214b;
  padding: 5px 10px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  min-width: 380px;
  display: flex;
  min-height: 40px;
  align-items: center;
  margin-left: -30px;
}

.page-side .form-select {
  background-color: #eaeef8;
  color: #0d214b;
  border: none;
  border-radius: 22px;
  font-size: small;
}

.form_var.form-control {
  background-color: #eaeef8;
  color: #0d214b;
  border: none;
  border-radius: 22px;
  font-size: small;
  border-right: none;
  margin-bottom: 10px;
}

.form_var.form-control:hover {
  background-color: #eaeef8;
  color: #0d214b;
  border: none;
}

.form_var.form-control:focus {
  background-color: #eaeef8;
  color: #0d214b;
  border: none;
}

.main_content {
  text-align: center;
  padding-top: 30px;
}

.main_content h4.h-variation2 {
  color: #0d214b;
  font-size: 22px;
  font-weight: 500;
  margin: 0px auto;
}

.main_content p.p-variation2 {
  color: rgba(13, 33, 75, 0.6);
  font-size: 14px;
  font-weight: 600;
  margin: 20px auto;
  text-align: center;
  max-width: 580px;
}

ul.uploadexcel_list {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.uploadexcel_list li {
  margin: 0;
  padding: 0;
}

ul.uploadexcel_list li button.add_man {
  background: rgba(139, 60, 217, 0.1);
  color: #2A1FB3;
  font-size: 14px;
  font-weight: 500;
  width: 131px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.1s;
  border: none;
  outline: none;
}

ul.uploadexcel_list li button.add_man:hover {
  background: rgba(139, 60, 217, 1);
  color: #fff;
}

ul.uploadexcel_list li.or_ex_pad {
  padding: 0px 10px;
}

ul.uploadexcel_list li.or_ex_pad p {
  font-size: 10px;
  color: rgba(13, 33, 75, 0.6);
  font-weight: 500;
  margin: 0;
}

.upload_excel_div {
  width: 7.813vw;
  height: 1.667vw;
  overflow: hidden;
  border-radius: 40px;
  background: #2A1FB3;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.upload_excel_div input {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  border-radius: 40px;
}

.upload_excel_div h6 {
  color: #fff;
  font-size: 0.729vw;
  line-height: 0.938vw;
  letter-spacing: 0.022vw;
  cursor: pointer;
  margin: 0;
  height: 1.667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload_excel_div h6 img {
  width: .625vw;
  height: auto;
  margin-right: .521vw;
}

.ref_para {
  text-align: center;
  margin: 20px auto;
}

.img_up p {
  font-size: 12px;
  color: rgba(13, 33, 75, 0.7);
  margin: 0;
  font-weight: 500;
}

.img_up p img {
  margin-left: 10px;
}

.img_up_mar {
  margin-bottom: 10px;
}

.download_all {
  background: #2A1FB3;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 163px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 20px auto;
}

.download_all img {
  margin-right: 10px;
}

.unle_img {
  display: block;
  margin: 40px auto 20px auto;
}

.edit_export {
  background: #E4E2FF;
  color: #161616;
  font-size: 14px;
  font-weight: 500;
  width: 92px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 50px;
  margin: 0px 10px 0px 0px;
}

.edit_export img {
  width: 15px;
  margin: 0px 5px 0px 0px;
}

.download_export {
  width: 106px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 40px;
  background: #2A1FB3;
}

.flex_expor {
  display: flex;
  /* justify-content: space-between; */
  padding: 20px 0px;
}

.admin_pad {
  padding: 40px 80px;
}

.admin_head {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0px 0px 0px 10px;
}

ul.frodate_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.frodate_list li {
  margin: 0;
  padding: 0;
}

ul.frodate_list li.form_pad {
  padding: 0px 10px;
}

ul.frodate_list li.form_pad h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: rgba(8, 19, 31, 0.7);
}

.admindate {
  background: #fff;
  border: 1px solid #d4e1f3;
  width: 150px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 10px;
  border-radius: 4px;
}

ul.frodate_list li .datepicker_analytics .react-datepicker {
  font-family: "IBM Plex Sans", sans-serif;
}

.dashboard_card {
  padding: 20px;
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  margin: 20px 0px;
}

ul.dashboard_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.dashboard_list li {
  margin: 0;
  padding: 0px 0px 20px 0px;
  width: 24%;
}

ul.dashboard_list li .dashboard_num h3 {
  color: #08131f;
  font-size: 47px;
  font-weight: 500;
  margin: 0;
}

ul.dashboard_list li .dashboard_num h5 {
  font-size: 20px;
  margin: 10px 0px;
}

ul.dashboard_list li .dashboard_num a {
  text-decoration: none;
  color: #2A1FB3;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

ul.dashboard_list li .dashboard_num a img {
  margin-left: 5px;
}

ul.nav_custtab {
  border: 1px solid #d4e1f3;
  border-radius: 4px;
  padding: 4px;
  justify-content: space-between;
  width: 173px;
  margin-left: auto;
}

ul.nav_custtab li {
  margin: 0;
  padding: 0;
}

ul.nav_custtab li a {
  color: #495c6f;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  width: 79px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 4px;
}

ul.nav_custtab li a.active {
  background: #2173f2;
  color: #fff;
}

.graph_mar {
  margin: 40px 0px;
}

.payment_graph {
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  padding: 20px;
}

.payment_graph h5.fund_head {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

ul.refun_ant {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

ul.refun_ant li {
  margin: 0;
  padding: 0px 10px 10px 0px;
}

ul.refun_ant li h6 {
  color: rgba(8, 19, 31, 0.6);
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

ul.refun_ant li h5 {
  color: rgba(8, 19, 31, 1);
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

.payment_slider .slick-prev:before {
  content: "";
}

.payment_slider .slick-next:before {
  content: "";
}

.payment_slider .slick-prev img.prevarrow {
  display: block;
}

.payment_slider .slick-prev:hover img.prevarrow {
  display: none;
}

.payment_slider .slick-prev:focus img.prevarrow {
  display: none;
}

.payment_slider .slick-prev:active img.prevarrow {
  display: none;
}

.payment_slider .slick-prev img.prevarrowhover {
  display: none;
}

.payment_slider .slick-prev:hover img.prevarrowhover {
  display: block;
}

.payment_slider .slick-prev:focus img.prevarrowhover {
  display: block;
}

.payment_slider .slick-prev:active img.prevarrowhover {
  display: block;
}

.payment_slider .slick-arrow {
  top: -10px;
  z-index: 4;
}

.payment_slider .slick-next {
  right: 30px;
}

.payment_slider .slick-prev {
  left: auto;
  right: 80px;
}

.payment_slider .slick-disabled {
  display: none;
}

.payment_slider .slick-next img.nextarrow {
  display: block;
}

.payment_slider .slick-next:hover img.nextarrow {
  display: none;
}

.payment_slider .slick-next:focus img.nextarrow {
  display: none;
}

.payment_slider .slick-next:active img.nextarrow {
  display: none;
}

.payment_slider .slick-next img.nextarrowhover {
  display: none;
}

.payment_slider .slick-next:hover img.nextarrowhover {
  display: block;
}

.payment_slider .slick-next:focus img.nextarrowhover {
  display: block;
}

.payment_slider .slick-next:active img.nextarrowhover {
  display: block;
}

.row_paymen {
  align-items: center;
  padding: 0px 0px 20px 0px;
}

.healcheck_btn {
  background: #e7f1fe !important;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 6px;
  width: 92px;
  height: 40px;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2173f2 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
}

.healcheck_btn:hover {
  background: #2173f2 !important;
  color: #fff !important;
}

.healcheck_btn:active {
  background: #2173f2 !important;
  color: #fff !important;
}

.healcheck_btn img {
  margin-right: 5px;
  width: 18px;
}

.healcheck_btn img.healeyeblue {
  display: flex;
}

.healcheck_btn img.healeyewhite {
  display: none;
}

.healcheck_btn:hover img.healeyeblue {
  display: none;
}

.healcheck_btn:hover img.healeyewhite {
  display: block;
}

ul.dasboar_table_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

ul.dasboar_table_list li {
  margin: 0;
  padding: 0px 10px 0px 0px;
}

ul.dasboar_table_list li img {
  width: 44px;
  height: 44px;
  border-radius: 40px;
  object-fit: cover;
}

ul.dasboar_table_list li h5 {
  color: #08131f;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.table_cust tr td {
  font-size: 14px;
  font-weight: 500;
}

.dashscroll {
  height: 50vh;
}

.newselect {
  background: url("../images/arrowselect.svg") no-repeat;
  background-size: 24px 24px;
  background-position: 96% 50%;
  outline: none;
  appearance: none;
  padding-right: 30px;
  color: #08131f;
  width: 117px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #d4e1f3;
  height: 36px;
  padding: 0px 10px;
  border-radius: 4px;
}

ul.feedbac_headlist {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.feedbac_headlist li {
  margin: 0;
  padding: 0;
}

ul.feedbac_headlist li h5 {
  color: #08131f;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: rgba(73, 92, 111, 0.05) !important;
}

.searcmain_pad {
  padding: 20px 20px 40px 20px;
}

ul.search_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

ul.search_list li {
  margin: 0;
  padding: 0;
}

ul.search_list li .search_div {
  position: relative;
}

ul.search_list li .search_div input {
  outline: none;
  height: 54px;
  border-radius: 27px;
  padding: 0px 20px 0px 50px;
  align-items: center;
  display: flex;
  border: 1px solid #d4e1f3;
  width: 700px;
  font-size: 14px;
  font-weight: 500;
}

ul.search_list li .search_div img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

ul.search_list li .cansear_div {
  display: flex;
}

ul.search_list li .cansear_div button.can_sea {
  border: 2px solid rgba(212, 225, 243, 0.6);
  color: #2A1FB3;
  background: #fff;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  width: 82px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin: 0px 20px 0px 0px;
}

ul.search_list li .cansear_div button.can_sea:hover {
  background: rgba(139, 60, 217, 0.1);
  border: 2px solid rgba(139, 60, 217, 0.1);
}

ul.search_list li .cansear_div button.sav_sea {
  border: 2px solid #2A1FB3;
  color: #fff;
  background: #2A1FB3;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  width: 82px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin: 0px 20px 0px 0px;
}

ul.search_list li .cansear_div button.sav_sea.sav_ques {
  width: 176px;
}

.table_cust thead th {
  font-size: 13px;
  color: #495c6f;
  padding: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

.healcheck_user {
  background: rgba(139, 60, 217, 0.1) !important;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 6px;
  width: 141px;
  height: 40px;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2A1FB3 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
}

.healcheck_user:hover {
  background: #2A1FB3 !important;
  color: #fff !important;
}

.healcheck_user:active {
  background: #2A1FB3 !important;
  color: #fff !important;
}

.healcheck_user img {
  margin-right: 5px;
  width: 18px;
}

.healcheck_user img.healeyeblue {
  display: flex;
}

.healcheck_user img.healeyewhite {
  display: none;
}

.healcheck_user:hover img.healeyeblue {
  display: none;
}

.healcheck_user:hover img.healeyewhite {
  display: block;
}

.edit_btn {
  background: rgba(139, 60, 217, 0.1) !important;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 6px;
  width: 92px;
  height: 40px;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2A1FB3 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0px 0px 0px 10px;
}

.edit_btn:hover {
  background: #2A1FB3 !important;
  color: #fff !important;
}

.edit_btn:active {
  background: #2A1FB3 !important;
  color: #fff !important;
}

.edit_btn img {
  margin-right: 5px;
  width: 18px;
}

.edit_btn img.healeyeblue {
  display: flex;
}

.edit_btn img.healeyewhite {
  display: none;
}

.edit_btn:hover img.healeyeblue {
  display: none;
}

.edit_btn:hover img.healeyewhite {
  display: block;
}

.viewProf_flex {
  display: flex;
}

.enable_t {
  background: #319b5a;
  border: 1px solid #18763c;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 500;
  width: 63px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.expire_t {
  background: #bf3a3a;
  border: 1px solid #bf3a3a;
  width: 70px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
}

.table_user_mar {
  margin: 40px 0px;
}

.edit_btn {
  background: rgba(139, 60, 217, 0.1) !important;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 6px;
  width: 92px;
  height: 40px;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2A1FB3 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0px 0px 0px 10px;
}

.edit_btn:hover {
  background: #2A1FB3 !important;
  color: #fff !important;
}

.edit_btn:active {
  background: #2A1FB3 !important;
  color: #fff !important;
}

.edit_btn img {
  margin-right: 5px;
  width: 18px;
}

.edit_btn img.healeyeblue {
  display: flex;
}

.edit_btn img.healeyewhite {
  display: none;
}

.edit_btn:hover img.healeyeblue {
  display: none;
}

.edit_btn:hover img.healeyewhite {
  display: block;
}

.del_user {
  background: rgba(255, 11, 43, 0.1) !important;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 6px;
  width: 92px;
  height: 40px;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ff0b2b !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0px 0px 0px 10px;
}

.del_user:hover {
  background: #ff0b2b !important;
  color: #fff !important;
}

.del_user:active {
  background: #ff0b2b !important;
  color: #fff !important;
}

.del_user img {
  margin-right: 5px;
  width: 18px;
}

.del_user img.healeyeblue {
  display: flex;
}

.del_user img.healeyewhite {
  display: none;
}

.del_user:hover img.healeyeblue {
  display: none;
}

.del_user:hover img.healeyewhite {
  display: block;
}

.edit_btn_nomar {
  margin-left: 0;
}

ul.search_list li h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

.enable_var {
  color: #17c95b;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
}

.enable_var img {
  margin-right: 3px;
}

.disable_var {
  color: #fa3a3a;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
}

.enable_var img {
  margin-right: 3px;
}

.faq_para {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.faq_para span {
  color: #2A1FB3;
  font-weight: 600;
}

ul.font_updlist {
  list-style-type: none;
  margin: 0;
  padding: 40px 0px 0px 0px;
  display: flex;
}

ul.font_updlist li {
  padding: 0px 20px 0px 0px;
  margin: 0;
}

ul.font_updlist li h4 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

ul.font_updlist li a {
  text-decoration: none;
  background: #2A1FB3;
  color: #fff;
  width: 138px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

ul.font_updlist li a img {
  width: 20px;
  margin-right: 10px;
}

.select_typelist ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.select_typelist ul li {
  padding: 0px 10px 10px 5px;
}

.select_typelist ul li button {
  background: #fff;
  border: 1px solid #d4e1f3;
  padding: 5px 10px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  transition: 0.1s;
}

.select_typelist ul li button:hover {
  background: #e8f1fe;
  color: #2173f2;
  border: 1px solid #e8f1fe;
}

.select_typelist ul li button img {
  display: none;
}

.select_typelist ul li button.active {
  background: #e8f1fe;
  color: #2173f2;
  border: 1px solid #e8f1fe;
}

.select_typelist ul li button.active img {
  display: flex;
}

ul.issue_tab {
  border-bottom: 1px solid #d4e1f3;
}

ul.issue_tab li {
  margin: 0;
  padding: 0;
}

ul.issue_tab li a {
  color: #495c6f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px 0px 10px;
  cursor: pointer;
}

ul.issue_tab li a .count_fed {
  display: flex;
  align-items: center;
  padding: 10px;
}

ul.issue_tab li a .count_fed span.cont_issue {
  background: #fa3a3a;
  border: 2px solid #fff;
  min-width: 20px;
  height: 20px;
  padding: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  margin-left: 5px;
}

ul.issue_tab li a .divider {
  width: 100%;
  height: 3px;
  border-radius: 5px 5px 0px 0px;
  background: #2173f2;
  opacity: 0;
}

ul.issue_tab li a.active {
  color: #2173f2;
}

ul.issue_tab li a.active .divider {
  opacity: 1;
}

ul.search_list li .search_div input.searc_issue {
  width: 490px;
}

.issue_dis {
  background: rgba(24, 118, 60, 0.1);
  color: #18763c;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  min-width: 56px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.enable_feed {
  background: #ff0b2b;
  color: #fff;
  border-radius: 20px;
  width: 70px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  margin: 0;
}

.send_fed_btn {
  background: rgba(24, 118, 60, 0.1) !important;
  color: #18763c !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 138px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  transition: 0.1s;
  border: none !important;
  margin: 0px 0px 0px 10px;
}

.send_fed_btn:hover {
  background: #18763c !important;
  color: #fff !important;
}

.resolved_feed {
  background: #319b5a;
  color: #fff;
  border-radius: 20px;
  width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  margin: 0;
}

.varinatfaqsta_pad {
  padding: 100px 0px;
  max-width: 1000px;
  margin: 0px auto;
}

.varint_edt_label {
  margin-bottom: 30px;
}

.varint_edt_label h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0px 0px 15px 15px;
}

.var_edit_toggle {
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
  align-items: center;
}

.varint_edt_label h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0px 0px 0px 0px;
}

.var_edit_toggle .react-toggle-track {
  width: 37px;
  height: 18px;
}

.var_edit_toggle .react-toggle-thumb {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
}

.var_edit_toggle .react-toggle--checked .react-toggle-track {
  background: #2A1FB3;
}

.var_edit_toggle .react-toggle--checked .react-toggle-thumb {
  left: 20px;
  border-color: #2A1FB3;
}

.var_edit_toggle
  .react-toggle--checked:hover:not(.react-toggle--disabled)
  .react-toggle-track {
  background: #2A1FB3;
}

.var_edit_input h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0px 0px 15px 15px;
}

.var_faqinput {
  position: relative;
}

.var_faqinput select {
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  height: 58px;
  display: flex;
  padding: 0px 50px 0px 15px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #495c6f;
  outline: none;
  width: 100%;
  background: transparent;
  cursor: pointer;
  appearance: none;
  position: relative;
  z-index: 2;
}

.var_faqinput select.font_m {
  color: #18763c;
}

img.arrow_sel {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.var_faqinput input {
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  height: 58px;
  align-items: center;
  padding: 0px 85px 0px 15px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #495c6f;
  outline: none;
  width: 100%;
}

.var_faqinput input::placeholder {
  color: #495c6f;
  font-weight: 600;
  font-size: 16px;
}

.var_edit_input p {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 16px;
  color: #495c6f;
  margin: 0;
}

.var_edit_input {
  margin-bottom: 30px;
}

.varedit_card {
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  padding: 30px;
}

ul.editsub_list {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.editsub_list li {
  margin: 0;
  padding: 0;
}

ul.editsub_list li h4 {
  font-size: 22px;
  margin: 0;
}

ul.editsub_list li button {
  background: #2A1FB3;
  color: #fff;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  border-radius: 6px;
  text-transform: uppercase;
  border: 1px solid #2A1FB3;
  outline: none;
}

.var_faqinput input.input_col {
  color: #18763c;
  padding: 0px 15px;
}

.var_faqinput input.input_col::placeholder {
  color: #18763c;
}

.var_edit_toggle2 h6 {
  padding-left: 0;
  padding-bottom: 0;
}

.saveeditmodal {
  background: #2A1FB3;
  color: #fff;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  border-radius: 6px;
  text-transform: uppercase;
  border: 1px solid #2A1FB3;
  outline: none;
}

ul.saveedit_modal {
  list-style-type: none;
  margin: 0px 0px 0px auto;
  padding: 50px 0px 0px 0px;
  display: flex;
  justify-content: flex-end;
}

.modal_custom.modal_custom_planmodal {
  min-width: 800px;
  max-width: 800px;
}

.modal_header_cust_edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 40px 0px;
}

.modal_header_cust_edit h5 {
  color: #08131f;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.modal_body_pad {
  padding: 20px;
}

ul.userman_breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0px 20px 40px 20px;
  display: flex;
  align-items: center;
}

ul.userman_breadcrumb li {
  margin: 0;
  padding: 0;
}

ul.userman_breadcrumb li.mang_pad {
  padding: 0px 20px;
}

ul.userman_breadcrumb li a {
  text-decoration: none;
  color: #08131f;
  font-size: 37px;
  font-weight: 500;
}

.editprofile_wid {
  max-width: 1000px;
  margin: 0px auto;
}

.editsva_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.saveeditprofile_btn {
  background: #2A1FB3;
  width: 120px;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  margin: 30px 30px 0px 0px;
}

.subr_card_edit {
  border: 1px solid #d4e1f3;
  border-radius: 10px;
  padding: 30px;
  margin: 40px 0px;
}

.sub_edit_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 30px 0px;
}

.sub_edit_flex h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  margin: 0;
}

.sub_edit_flex button {
  background: #2A1FB3;
  width: 120px;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

.var_faqinput input.input_date_bg {
  padding: 0px 24px 0px 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  background: none;
}

.var_faqinput
  input.input_date_bg[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.apply_couponbtn {
  background: #495c6f;
  border: none;
  outline: none;
  width: 156px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0.56px;
  margin: 0px 0px 0px auto;
}

.designcus_wid {
  width: 310px;
}

.canvas_pos {
  margin-left: -60px;
}

/* .ted_main{
  margin-left: 160px;
}
.ted_action_div{
  position: relative;
  left: -160px;
} */
.proges_div {
  max-width: 500px;
  margin: 20px auto;
}

ul.download_bartext {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.download_bartext li {
  margin: 0;
  padding: 0;
}

ul.download_bartext li h6 {
  font-size: 12px;
  margin: 0;
}

.progess_cust {
  background: #fff !important;
  border-radius: 20px;
  height: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.progess_cus_bg {
  background: #2A1FB3 !important;
  border-radius: 20px;
}

.jpg_select {
  background: none;
}

.img_fen_bg {
  background: rgba(139, 60, 217, 0.1);
  color: #2A1FB3;
  padding: 0px 10px;
  max-width: 220px;
  margin: 0px auto;
  border-radius: 40px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.img_fen_bg h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  max-width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

.img_fen_bg_upgrade {
  background: rgba(139, 60, 217, 0.1);
  color: #2A1FB3;
  padding: 0px 10px;
  max-width: 320px;
  margin: 0px auto;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -70px;
}

.img_fen_bg_upgrade h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  max-width: 320px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

.img_fen_bg_upgrade button {
  background: #2A1FB3;
  color: #fff;
  font-size: 14px;
  outline: none;
  font-weight: 600;
  border-radius: 40px;
  width: 120px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.sub_sec_cms {
  /* padding-left: 200px; */
}

img.ring_img_cms {
  width: 100%;
  position: absolute;
  top: 0;
  left: 70px;
  right: 0;
  z-index: 1;
}

.tshirt_order_bg {
  padding: 20px 20px 0px 20px;
  background: #fff;
  border-radius: 10px;
}

.teeshir_brd {
  position: relative;
}

input.tshirt_num {
  background: none;
  border: 1px solid rgba(73, 92, 111, 0.2);
  font-size: 14px;
  height: 40px;
  padding: 0px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  border-radius: 5px;
}

.tshirt_order_bg h5 {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #495c6f;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

ul.tshirt_list {
  list-style-type: none;
  margin: 0;
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
}

ul.tshirt_list li {
  margin: 0;
  padding: 0px 10px 10px 0px;
}

ul.tshirt_list li button {
  background: rgba(139, 60, 217, 0.1);
  color: #2A1FB3;
  height: 30px;
  min-width: 40px;
  padding: 0px 10px;
  border-radius: 30px;
  font-weight: 14px;
  font-weight: 600;
  border: none;
  outline: none;
  transition: 0.1s;
}

ul.tshirt_list li button:hover {
  background: #2A1FB3;
  color: #fff;
}

.sidebar_stick {
  position: sticky;
  top: 10px;
}
img.sc_img {
  width: 100%;
}
.cap_shot {
  min-height: 150px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.add_fonts_box {
  width: 250px;
  border-radius: 5px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  padding: 10px;
  height: 60vh;
  background: #fff;
  /* overflow-y: auto; */
  margin: 20px 0px 0px 0px;
  position: absolute;
  z-index: 4;
}
.font_pos {
  position: relative;
}
.name_font_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 10px 0px;
}
.name_font_flex h5 {
  font-size: 12px;
  margin: 0;
  color: #495c6f;
}
.name_font_flex button {
  background: rgba(139, 60, 217, 0.1);
  width: 120px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2A1FB3;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
}
.name_font_flex button:hover {
  background: #2A1FB3;
  color: #fff;
}
.name_font_flex button:active {
  background: #2A1FB3;
  color: #fff;
}
.name_font_flex button img {
  width: 15px;
  margin: 0px 5px 0px 0px;
}
.name_font_flex button img.vio_icon {
  display: flex;
}
.name_font_flex button img.white_icon {
  display: none;
}
.name_font_flex button:hover img.vio_icon {
  display: none;
}
.name_font_flex button:hover img.white_icon {
  display: flex;
}
.name_font_flex button:focus img.vio_icon {
  display: none;
}
.name_font_flex button:focus img.white_icon {
  display: flex;
}
.all_fonts_select {
  width: 100%;
  background: #fff;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
}
.all_fonts_select:focus {
  background: #495c6f;
  color: #fff;
}
.all_fonts_select:active {
  background: #495c6f;
  color: #fff;
}
.search_flont_div {
  position: relative;
  margin-bottom: 20px;
}
.search_flont_div input {
  background: rgba(73, 92, 111, 0.1);
  width: 100%;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50px;
  height: 30px;
  padding: 0px 10px 0px 30px;
}
.search_flont_div img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 15px;
}
ul.option_font {
  width: 100%;
  overflow-x: hidden;
  overflow-y: unset;
  height: calc(100vh - 10.5vw);
}
.modalthought_body h3.small_head {
  font-weight: 600;
}
.modalthought_body p.small_para {
  color: #495c6f;
  font-size: 20px;
  line-height: 25px;
  margin: 0px auto 20px auto;
  text-align: center;
}
ul.nav_add_fonts {
  border-bottom: 2px solid #eaeef8;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
ul.nav_add_fonts li {
  width: 50%;
}
ul.nav_add_fonts li a {
  font-size: 11px;
  padding: 0;
}
ul.nav_add_fonts li a span {
  text-align: center;
  display: block;
  color: #0d214b;
  font-weight: 600;
}
ul.nav_add_fonts li a.active span {
  color: #2A1FB3;
}
ul.nav_add_fonts li a .divider {
  background: #2A1FB3;
  opacity: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px 10px 0px 0px;
  margin-top: 5px;
}
ul.nav_add_fonts li a.active .divider {
  width: 100%;
  height: 2px;
  border-radius: 10px 10px 0px 0px;
  background: #2A1FB3;
  opacity: 1;
}

.tabHeading:hover {
  cursor: pointer;
}


/***** Payment CSS ******/
.payment-container {
  width: 67.708vw;
  margin: 2.604vw auto;
  display: flex;
  flex-wrap: wrap;
}

.payment-container--billing {
  width: 35.938vw;
  margin: 0 1.563vw;
  padding-top: 2.083vw;
}

.purchase_summary {
  width: calc(100% - 35.938vw - 6.252vw);
  margin: 0 1.563vw;
}

.payment-container h3 {
  margin: 0 0 0 1.042vw;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.667vw;
  letter-spacing: .025vw;
  color: #08131F;
}

.error-info {
  margin: .625vw 0 2.396vw 1.042vw;
  font-weight: 500;
  color: #495C6F;
  font-size: .729vw;
  line-height: 1.094vw;
  letter-spacing: .022vw;
}

.error-info span {
  color: #FA3A3A;
}

.payment-container .form-control {
  padding: .833vw 1.042vw;
  border: 1px solid #D4E1F3;
  border-radius: .521vw;
  color: #08131F;
  font-weight: 500;
  font-size: .729vw;
  line-height: .938vw;
  letter-spacing: .022vw;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  resize: none;
}

.payment-container .form_detail {
  margin-bottom: .521vw;
}

.payment-container .col-xl-6.col-sm-6,
.payment-container .col-xl-12.col-sm-12,
.payment-container .col-xl-12 {
  padding-left: .26vw;
  padding-right: .26vw;
}

.payment-container .tax-settings {
  margin-top: 2.083vw;
}

.payment-container .tax-settings h3 {
  margin-bottom: 1.042vw;
}

.payment-container .tax-settings .tax_set {
  width: 17.708vw;
}

.payment-container .own-company-details {
  display: flex;
  align-items: center;
  margin-top: 1.042vw;
  font-size: .729vw;
  font-weight: 500;
  line-height: .938vw;
  letter-spacing: .022vw;
  color: #161616;
}

.payment-container .own-company-details img {
  margin-right: .365vw;
  width: 1.25vw;
  height: 1.25vw;
}

.input-payment-block {
  padding: 1.042vw;
  border-radius: .521vw;
  background-color: #fff;
  margin-bottom: .729vw;
}

.input-payment-block ul {
  margin: 0;
  padding: 0;
}

.input-payment-block h4 {
  margin: 0 0 .677vw;
  color: #495C6F;
  font-weight: 500;
  font-size: .625vw;
  line-height: .885vw;
  letter-spacing: .019vw;
}

.input-payment-block .form-control {
  font-size: .938vw;
}

.price-table {
  display: flex;
  justify-content: center;
}

.price-table li {
  padding: .208vw .677vw;
  background-color: rgba(139, 60, 217, 0.1);
  color: #2A1FB3;
  font-size: .729vw;
  font-weight: 500;
  line-height: .781vw;
  letter-spacing: .015vw;
  margin: 0 .26vw;
  transition: 0.5s;
  cursor: pointer;
  border-radius: .677vw;
}

.price-table li:hover {
  background-color: #2A1FB3;
  color: #fff;
}

.purchase_summary .silverplan_list {
  margin-top: 1.25vw;
}

.purchase_summary .silverplan_list h4 {
  margin: 0 0 .313vw;
  font-weight: 500;
  font-size: .938vw;
  line-height: 1.302vw;
  letter-spacing: .028vw;
  color: #08131F;
}

.purchase_summary .silverplan_list h5 {
  margin: 0;
  font-weight: 500;
  font-size: .729vw;
  line-height: .938vw;
  letter-spacing: .022vw;
  color: #495C6F;
}
.artboard--main__export--teeshirts--item.active {
  border: 2px solid #007bff; 
  background-color: rgba(0, 123, 255, 0.1); 
}
.page-img {
  background-color: transparent; /* Ensure that the background is transparent */
}
/* .sm-page-item .page-img{border: 1px solid #D4E1F3 !important;} */

.designSidebar {
  position: fixed;
  bottom: 5px !important;
  top: unset !important;
  left: 0;
  z-index: 99;
  height: auto !important;
}

.designSidebar .sidemenu {
  height: auto;
}

.designSidebar ul.user_profile li a.leavefed_modal img {
  width: 45px;
}

.designSidebar ul.user_profile li a.leavefed_modal h5 {
  margin: .417vw 0 0;
  font-size: .677vw;
  line-height: .729vw;
  letter-spacing: -0.013vw;
  font-weight: 500;
}