@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font: inherit;
  scrollbar-width: 2px;
  scrollbar-color: #4d1b62;
}

/* For Scrollbar */

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #5c4229;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

*:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

html {
  font-size: 62.5%;
}

body {
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-family: "Inter", sans-serif;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button,
input[type="submit"],
input[type="reset"],
a {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #4d1b62;
}

::selection {
  color: #fff;
  background: #4d1b62;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

/***************** FOR BOOTSTRAP ******************/

.container {
  max-width: 1560px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.navbar,
.nav-link {
  padding: 0;
  margin: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

/* cmn_margin & Padding */

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.cmn_pdding {
  padding: 9rem 0;
}

/*----Common Header and Button----*/

.cmn_hdr h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #2e2e2e;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.cmn_hdr.wht h2 {
  color: #fff;
}

.cmn_hdr h6 {
  color: #2b2b2b;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.cmn_hdr p {
  font-size: 20px;
  color: #3d565b;
  line-height: 1.5;
  padding-bottom: 10px;
}

.cmn_hdr.wht p {
  color: #fff;
}
.cmn_btn {
  font-size: 13px;
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  background: #00c179;
  border: 2px solid #00c179;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
}
.cmn_btn:hover {
  color: #00c179;
  border: 2px solid #00c179;
  background-color: #fff;
}

/*----Common Header and Button End----*/

/*! button back to top !*/

#backToTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #ed1c24;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50px;
  position: fixed;
  right: 2.5rem;
  bottom: 105%;
  cursor: pointer;
  z-index: 5555;
  transition: 0.5s all ease;
  border: 1px solid #ed1c24;
  font-size: 1.8rem;
  transition: 0.8s all;
}

#backToTop.show {
  bottom: 2.5rem;
}

/*! button back to top End!*/

/* Animation Section */

/* Swing */

@-webkit-keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

/* Rotate */

.rotate {
  -webkit-animation: rotation 12s infinite linear;
  animation: rotation 12s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* Floating */

.floating {
  -webkit-animation: floating ease-in-out 3s infinite;
  animation: floating ease-in-out 3s infinite;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

/* Animation Section End */

header {
  position: relative;
  padding: 1.5rem 0;
  background: coral;
}

header .cus_nav_innr {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

header .navbar-nav {
  gap: 2rem;
}
/* 16.01.23  */
.total_parent_element {
  display: flex;
  width: 100%;
}
.left_parent_element {
  width: 15%;
  padding-top: 20px;
  position: relative;
  background-color: #4d1b62;
  transition: 0.5s ease all;
}
.right_parent_element {
  width: 85%;
  background-color: #f2f2f2;
  margin-left: auto;
}
.logo_area {
  width: 17.9rem;
  margin: auto;
}
.logo_area img {
  width: 100%;
}
.search {
  width: 30rem;
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
  position: relative;
}

.search-input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  transition: width 0.4s linear;
}

.search .search-input {
  padding: 0 10px;
  width: 100%;
  caret-color: #4d1b62;
  font-size: 13px;
  font-weight: 300;
  color: #2e2e2e;
  transition: width 0.4s linear;
  position: relative;
}

.search-icon {
  height: 34px;
  width: 34px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #4d1b62;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: 5px;
}

.search-icon:hover {
  color: #fff !important;
}

.outr-right-content {
  border-top: 1px solid #4d1b62;
}
.outr_parent_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.left_parent_element.active {
  width: 90px;
}
.parent_nav_menu {
  padding-bottom: 15rem;
}
.parent_nav_menu .nav-link {
  display: flex;
  gap: 10px;
  color: #fff;
  width: 100%;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 14px;
  border-radius: 10px;
}

.parent_nav_menu .nav-item {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.parent_nav_menu .nav-link img {
  width: 100%;
}
.icon_box {
  width: 3rem;
}
.outr_nav-menu {
  margin-top: 8.5rem;
}
.toggle_logo {
  display: none;
}
.nav-item {
  margin-bottom: 20px;
}
.left_parent_element.active .nav-item span,
.left_parent_element.active .full_logo {
  display: none;
}
.left_parent_element.active .toggle_logo {
  display: block;
}
.toggle_logo {
  width: 6rem;
}
.left_parent_element.active .parent_nav_menu .nav-link {
  width: 100%;
  justify-content: center;
}
.nav-item.active .nav-link {
  background-color: #714981;
}
.left_parent_element.active .nav-link {
  padding-inline: 0;
}
.left_parent_element.active .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-link:hover {
  background-color: #714981;
}
.outr-right-content {
  padding: 25px;
  background-color: #f2f2f2;
}
.hamburger {
  position: relative;
  transform: rotate(0deg);
  transition: 0.35s ease-in-out;
}
.toggle_btn .hamburger.is-active .hamburger-inner,
.toggle_btn .hamburger.is-active .hamburger-inner::before,
.toggle_btn .hamburger.is-active .hamburger-inner::after {
  background-color: #4d1b6293;
}
.toggle_btn .hamburger-inner,
.toggle_btn .hamburger-inner::before,
.toggle_btn .hamburger-inner::after {
  background-color: #4d1b62;
}
.dropdown-menu.show {
  position: relative !important;
  min-width: 100%;
  transform: translate3d(0, 0, 0) !important;
}
.dropdown-menu.show .nav-item {
  width: 100%;
}
.dropdown-menu.show .nav-item .icon_box {
  width: 2rem;
}
.dropdown-menu.show .nav-item {
  margin-bottom: 0;
}
.parent_nav_menu .dropdown-menu.show {
  padding: 0;
  border-top: 1px solid #9c80a7;
}
.dropdown {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.parent_nav_menu .dropdown-menu.show .nav-link {
  border-radius: 0;
}
.left_parent_element.active .parent_nav_menu .dropdown-menu.show .nav-link,
.left_parent_element.active .dropdown,
.left_parent_element.active .parent_nav_menu .nav-item {
  width: 50px;
}
.prfile_tab span {
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #4d1b62;
  border-radius: 50%;
}
.total_btm_left {
  border-top: 1px solid #9c80a7;
}
.profile {
  margin: 3rem auto;
  width: 15rem;
}
.prfile_tab {
  background-color: #714981;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.prfile_tab h6 {
  font-size: 14px;
  color: #fff;
}
.total_upper_left {
  margin-left: 15px;
}
.profile.active .prfile_tab h6 {
  display: none;
}
.profile.active {
  width: max-content;
}
/* ---shreyasi (16.01.24)---- */
/* --------process & terminal page------- */
.prcs_info {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  width: 31%;
  margin-bottom: 25px;
}
.prcs_inr_cntnts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5rem;
}
.prcs_info_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prcs_text h4 {
  color: #2e2e2e;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding-left: 14px;
}
.prcs_img {
  width: 50px;
  height: 50px;
}
.prcs_img img {
  width: 100%;
  height: 100%;
}
.prcs_info_btm {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prcs_arw {
  background-color: #00c179;
  border-radius: 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  margin: 10px auto 0;
}
.prcs_arw img {
  width: 25px;
}
.prcs_arw:last-child img {
  padding: 4px;
  width: 30px;
}
.prcs_part h6 {
  color: #606060;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.prcs_upper,
.prcs_srchbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prcs_upper {
  margin-bottom: 30px;
  margin-top: 10px;
}
.prcs_inr_hdng.cmn_hdr h2 {
  padding-bottom: 0;
}
.prcs_srchbar .search-icon {
  background-color: #00c179;
}
.prcs_srchbar h5 {
  color: #00c179;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  color: #606060;
  font-weight: 500;
}
.prcs_pgntn {
  width: 24%;
  margin: 20px auto;
}
.pagination a.active {
  color: #00c179;
  font-weight: 600;
}
.prcs_srchbar.store_slctn {
  position: relative;
}
.prcs_srchbar.store_slctn .store_apply {
  position: absolute;
  right: 5px;
}
.store-dwnld .cmn_btn {
  padding: 8px 20px;
}
.prcs_inr_hdng.cmn_hdr {
  margin-right: auto;
}
.prcs_upper.store_upr {
  justify-content: flex-end;
}
.prcs_upper.store_upr .prcs_srchbar {
  margin-right: 30px;
}
.prcs_arw.store_actv {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 35px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 23px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #00c179;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.store_toggle {
  float: right;
}
.prcs_inr_cntnts.store_contents .prcs_info_top {
  margin-top: 15px;
}
.store_cntnt a {
  color: #4d1b62;
  font-weight: 500;
  font-size: 13px;
  padding-bottom: 10px;
}
.store_cntnt a:hover {
  color: #00c179;
}
.store_cntnt {
  margin-top: 10px;
}
.store_blnc h5 {
  color: #606060;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.store_blnc span {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 600;
}
.outr-right-content.store_list .prcs_info_btm {
  margin-top: 15px;
}
.store_blnc {
  margin-top: 10px;
}
.outr-right-content.store_list .prcs_arw:last-child img {
  padding: 0;
  width: 25px;
}
.prcs_info_top {
  width: 100%;
}
.prcs_arw .fa-eye {
  color: #fff;
  padding: 2px;
}
/* .left_parent_element {
  height: 100%;
  max-height: 100%;
  position: fixed;
} */
.total_btm_left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* ayan(dashboard) */
.card_box {
  background: url(../images/cards_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.5rem;
  border-radius: 20px;
}
.card_box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.card_box h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.card_box p {
  color: #808080;
  font-size: 13px;
}
.top-card_content {
  display: flex;
  justify-content: space-between;
}
.top-card_content .card_box {
  width: 30%;
}
.btm_hdng {
  margin-top: 4rem;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
tr:nth-child(even) {
  background-color: #f8f8f8;
}
.heading_th {
  background-color: #efe1f1;
  font-family: "Poppins", sans-serif;
}
.heading_th th {
  font-size: 15px;
  font-weight: 700;
  color: #362e3a;
  text-align: center;
  padding: 2rem;
  text-transform: uppercase;
}
td span {
  width: 4.4rem;
  margin-inline: auto;
  display: block;
}
td {
  color: #7e7e7e;
}
.outr_table table {
  border-radius: 15px;
  overflow: hidden;
}
.ammount {
  color: #00c179;
  font-weight: 600;
}
.net_ammount {
  color: #2e2e2e;
  font-weight: 600;
}
.progress {
  padding: 15px 45px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00c179;
  color: #fff;
  font-size: 13px;
}
.outr_table {
  margin-top: 2rem;
}
/* shreyasi */
.store_search {
  display: flex;
}
/* -------------transaction & volume report----------- */
/* -------ayan dey 18.01.24------  */
.search.date {
  width: 21rem;
  margin-right: 30px;
}
.delete_btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4d1b62;
  cursor: pointer;
}
.lft_sth .logo {
  display: block;
  width: 5rem;
}
.store_header {
  background-color: #efe1f1;
  padding: 1.2rem;
}
.download_btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00c179;
  cursor: pointer;
}
.store_header {
  display: flex;
  justify-content: space-between;
}
.store_header .lft_sth {
  display: flex;
  align-items: center;
  gap: 10px;
}
.store_header .rgt_sth {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lft_sth h3 {
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 600;
}
.store_table {
  overflow: auto;
}
.store_table td,
.store_table th {
  padding: 1rem;
  font-size: 12px;
  text-align: center;
}
.store_table .tl {
  background-color: #4d1b62;
  color: #fff;
}
.parent_store {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.store_box {
  border-radius: 30px;
  overflow: hidden;
  width: 32%;
}

/* ------18.1.24------ */
/* -----shreyasi(registration)-------- */
.outr-right-content.rgstrn_cntnt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bgColor);
}
::selection {
  color: #fff;
  background: #4d1b62;
}
.rgstrn_dtls {
  width: var(--rgstrn_dtlsWidth);
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 0 35px 0 35px;
}
.rgstrn_dtls header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.rgstrn_dtls .form-outer {
  width: 100%;
  overflow: hidden;
}
.rgstrn_dtls .form-outer form {
  display: flex;
  width: calc(100% * var(--stepNumber));
}
.form-outer form .page {
  width: calc(100% / var(--stepNumber));
  transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.form-outer form .page .field {
  width: var(--rgstrn_dtlsWidth);
  /* height: 40px; */
  margin: 15px 0;
  display: flex;
  position: relative;
  gap: 20px;
}
form .page .field .label {
  /* position: absolute;
  top: -30px; */
  text-align: left;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
  color: #2e2e2e;
}
form .page .field input,
form .page .field textarea,
form .page select {
  color: #606060;
  box-sizing: border-box;
  /* height: 100%; */
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  margin: 0 1px;
  font-size: 14px;
  transition: border-color 150ms ease;
  background-color: #f2f2f2 !important;
}
form .page select {
  padding: 15px 0;
  height: 50px;
}
form .page .field textarea {
  height: 10rem;
}
form .page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}
form .page .field button {
  border: 1px solid #00c179;
  background: #00c179;
  margin: auto;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
  border-radius: 40px;
  padding: 15px 45px;
}
form .page .field button:hover {
  background: #fff;
  color: #00c179;
  border: 1px solid #00c179;
}

form .page .btns button.next {
  margin-left: 3px;
}
.rgstrn_dtls .progress-bars {
  display: flex;
  margin: 40px 0 20px;
  user-select: none;
}
.rgstrn_dtls .progress-bars .step {
  text-align: center;
  width: 34%;
  position: relative;
  display: flex;
  align-items: center;
}
.rgstrn_dtls .progress-bars .step p {
  font-weight: 500;
  font-size: 16px;
  color: #00c179;
  margin-left: 5px;
}
.progress-bars .step .bullet {
  height: 20px;
  width: 20px;
  border: 2px solid #00c179;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  background-color: transparent;
  color: #00c179;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-bars .step .bullet.active {
  background-color: #00c179;
  color: #fff;
}
.progress-bars .step .bullet.active span {
  display: none;
}
/* .progress-bars .step .bullet:before,
.progress-bars .step .bullet:after {
  position: absolute;
  content: "";
  right: -163px;
  height: 2px;
  width: 48px;
  background: #717171;
}
.progress-bars .step .bullet.active:after {
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
} */
@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.progress-bars .step:last-child .bullet:before,
.progress-bars .step:last-child .bullet:after {
  display: none;
}
.progress-bars .step p.active {
  color: var(--primary);
  transition: 0.2s linear;
}
.progress-bars .step .bullet .check {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.progress-bars .step .bullet.active .check {
  display: block;
  color: #fff;
}

/* @media screen and (max-width: 660px) {
  :root {
    --rgstrn_dtlsWidth: 400px;
  }
  .progress-bars .step p {
    display: none;
  }
  .progress-bars .step .bullet::after,
  .progress-bars .step .bullet::before {
    display: none;
  }
  .progress-bars .step .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .progress-bars .step .check {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
  }
  .step {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 490px) {
  :root {
    --rgstrn_dtlsWidth: 100%;
  }
  .rgstrn_dtls {
    box-sizing: border-box;
    border-radius: 0;
  }
} */
/* custom */
.rgstrn_cntnt {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
}
.rgstrn_bg,
.rgstrn_dtls {
  width: 80%;
  /* min-height: 1000px; */
  position: relative;
  margin: 20px auto;
}
.reg_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 20%;
}
.outr-right-content.cmn_pdding {
  padding: 6rem 0;
}
.reg_text.cmn_hdr p {
  font-size: 17px;
  font-weight: 400;
  /* width: 351px; */
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.reg_text.cmn_hdr h2 {
  padding-top: 20px;
}
.fld_cntnts {
  width: 100%;
}

form .page .field:nth-child(6) input {
  width: 100%;
  /* height: 90px; */
}
.field:nth-child(7) .label {
  font-weight: 600;
  margin-top: 20px;
}

/* s.c recent registration(18.1.24) */
.image-upload > input {
  display: none;
}
.file_input {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: 2px solid #bce9d8;
  border-radius: 10px;
  font-size: 14px;
  transition: border-color 150ms ease;
  background-color: #bce9d8 !important;
  height: 50px;
  padding-top: 15px;
}
.file_input img {
  margin: auto;
  display: inline-block;
  margin-right: 5px;
  color: #00c179;
  opacity: 1;
}
.image-upload {
  margin: 20px 0;
}
.fld_cntnts textarea {
  resize: none;
}
.form-outer form .page .field:last-child,
.form-outer form .page .field:nth-last-child(2) {
  margin: 0px;
}
.page input[type="checkbox"]:checked + label {
  color: #00c179;
}
.page input[type="checkbox"]:checked {
  accent-color: #00c179;
}
.fs {
  font-size: 13px;
  font-weight: 500;
}
.fs-2 {
  font-size: 1.8rem;
  font-weight: 500;
}
.fs-1-5 {
  font-size: 16px;
  font-weight: 600;
}
.form-outer form .page.reg_scnd .field {
  margin: 20px 0 10px;
}
.cmn_hdr .fw-semibold {
  font-size: 18px;
}
.chrg_tp,
.fw-medium,
.cstmr,
.fs-2 {
  font-size: 16px !important;
}
.right-div .fs-2 {
  margin-bottom: 10px;
}
.cstmr {
  font-weight: 500;
}
/* landing-page */
.coming_soon {
  background-color: #4d1b62;
  height: 100vh;
  width: 100vw;
}
.coming_soon h1 {
  font-size: 15rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5rem;
  width: max-content;
  margin-inline: auto;
}
.csoon_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 5rem;
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.logo_csoon {
  width: 45rem;
  margin: 0 auto;
}
.typewriter-text {
  overflow: hidden;
  white-space: nowrap;
  animation: typewriter 4s steps(40) infinite alternate;
}
.page.reg_scnd {
  padding-left: 2px;
}
.right-div select option {
  padding-left: 10px;
}

/* -----shreyasi(22.1.24)------ */
.cmn_btn.cstmr_btn {
  padding: 6px 25px;
}
.payout_dtls .prcs_upper.store_upr {
  justify-content: space-between;
}
.payout_srch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w3-container {
  width: 100%;
}
.pay_btn.active {
  color: #fff;
  background: #00c179;
  border: 1px solid #00c179;
}
.pay_btn {
  font-size: 13px;
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  background: #00c179;
  border: 1px solid #00c179;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
  color: #00c179;
  background: transparent;
  border: 2px solid #00c179;
  margin-right: 10px;
}
.payout_dtls .prcs_inr_hdng.cmn_hdr h2 {
  padding-top: 15px;
}
.cstmr_plchldr {
  width: 38%;
  display: block;
  border: 1px solid #606060;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  padding-left: 5px;
  height: 25px;
}
.cstmr_dtls .lft_div,
.cstmr_dtls .rgt_div {
  width: 50%;
}
.fw-medium {
  margin-top: 10px;
}
.cstmr_plchldr.chrg_plchldr {
  width: 15%;
}
.reg_pay {
  gap: 32px;
}
/* ayan dey 22.01.24  */
.log_in_img {
  width: 6rem;
}
.cmn_hdr p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.total_login_tab [data-tab-content] {
  display: none;
}

.total_login_tab .active[data-tab-content] {
  display: block;
}
.total_login_tab .tab_header ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.total_login_tab .tab {
  padding-bottom: 3rem;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.total_login_tab .tab .lgin_tab_icon {
  width: 8rem;
  border: 3px solid #ccf3e4;
  padding: 2rem;
  border-radius: 15px;
  height: 8rem;
  margin-inline: auto;
}
.total_login_tab .tab span {
  color: #00c179;
  font-size: 13px;
}
.total_login_tab .tab.active .lgin_tab_icon img {
  filter: brightness(0) invert(1);
}
.total_login_tab .tab.active .lgin_tab_icon {
  background-color: #00c179;
}
.from_input input,
.from_input span {
  color: #606060;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  margin: 0 1px;
  font-size: 14px;
  background-color: #f2f2f2 !important;
  margin-top: 10px;
}
.from_input label {
  font-weight: 500;
  font-size: 15px;
  color: #2e2e2e;
}
.right_login {
  background-color: #fff;
  padding: 5rem;
  min-height: 65rem;
}
.total_login_tab .tab-content {
  margin-top: 4rem;
}
.tab-content form {
  margin-bottom: 20px;
}
.form_btn .cmn_btn {
  padding: 15px 35px;
}
.form_btn {
  text-align: center;
}
.parent_login {
  display: flex;
}
.parent_login .left_login {
  width: 50%;
}
.parent_login .right_login {
  width: 50%;
}
.notify {
  margin-bottom: 9rem;
}
.outr_login {
  width: 90%;
  margin: auto;
}
.left_login {
  position: relative;
}
.log_in_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* -- loading animation --  */
.loader {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.loading {
  width: 60%;
  margin-inline: auto;
  height: 3px;
  background: lightgrey;
  border-radius: 10px;
  position: relative;
}
.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 3px;
  background: #00c179;
  border-radius: 10px;
  z-index: 1;
  animation: loading 0.6s alternate infinite;
}
.loader label {
  color: #00c179;
  font-size: 18px;
  animation: bit 0.6s alternate infinite;
}

@keyframes bit {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    left: 25%;
  }
  100% {
    left: 50%;
  }
  0% {
    left: 0%;
  }
}

/* -- loading animation --  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.form-control {
  width: 7rem;
  height: 7rem;
  border-radius: 0px;
  font-weight: 600;
  border: 1px solid #c0c0c0;
  padding: 12px 19px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #808080;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  text-align: center;
  border-radius: 10px;
}
.code-inputs .form-control {
  font-size: 3rem;
}
.form-control:focus {
  border-color: #808080;
  box-shadow: none;
}
.code-inputs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: center;
}
.color-green {
  color: #00c179;
}
.after_submit {
  display: none;
}
.after_submit .cmn_hdr p {
  color: #828282;
}
.after_submit .cmn_hdr h2 {
  color: #585858;
  font-size: 2.5rem;
}

/* shreyasi(customer transaction search) */
.prcs_inr_hdng.cmn_hdr h2 {
  text-transform: uppercase;
}
.cstmr_trnsctn .prcs_upper.store_upr .prcs_srchbar {
  margin-right: -65px;
}
.cstmr_trnsctn .search {
  margin-right: 10px;
}
.auto_chkd {
  accent-color: #00c179;
}
/* ------associate-------- */
/* ---ayan(password)----- */
.password_form .from_input {
  margin-bottom: 3rem;
}
.right_login.newpasword {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_login.newpasword form {
  width: 100%;
}
.total_parent_element.associate .left_parent_element,
.total_parent_element.associate .right_parent_element {
  padding-bottom: 11rem;
}

/* ------shreyasi(23.1.24)------ */
.field.reg_state .label {
  top: -50px !important;
}
/* ayan */
.right_content.amytransac .top-card_content .card_box {
  width: 22%;
}
.outr_login {
  padding-bottom: 6rem;
}
.right_parent_element.admin_login {
  width: 100%;
}
.right_parent_element.admin_login .logo_area {
  background-color: #4d1b62;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 20.9rem;
}
.right_parent_element.admin_login .outr-right-content {
  border-top: none;
}
.right_parent_element.admin_login .outr-right-content {
  padding: 12rem 0;
}
/* ----reg change-------- */
.image-upload.upld_logo_img .file_input {
  background-color: transparent !important;
  border: 10px solid #bce9d8;
  border-bottom: 25px solid #bce9d8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: auto;
  height: auto;
  width: 20%;
  text-align: center;
}
.image-upload.upld_logo_img .file_input img {
  width: 50%;
}
.image-upload.upld_logo_img {
  text-align: left;
  margin-top: 10px;
}
.image-upload.upld_logo_img h5 {
  padding-bottom: 10px;
  font-size: 15px;
}
/* ----shreyasi(27.1.24)----- */
.stndrd_order .left_login {
  width: 100%;
}
.stndrd_order .log_in_logo {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
/* ayan(29.1.24) */
.menu__tabs {
  list-style: none;
  overflow: hidden;
}
.menu__tabs .cmn_btn.active {
  color: #fff;
  background-color: #00c179;
  border: 2px solid #00c179;
  font-weight: 600;
}
/*--------------------------
* MENU WRAPPER
---------------------------*/
.menu__tabs .cmn_btn {
  padding: 15px 30px;
  background-color: #fff;
  color: #00c179;
  border: 2px solid #00c179;
}
ul.menu__tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.menu__wrapper .menu__item {
  display: none;
}
.menu__wrapper .menu__item.item-active {
  display: block;
}
.outr_standard_order_tab {
  background-image: url(../images/standard_order_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: auto;
  padding: 6.5rem 7.5rem 2.5rem;
}
/* shreyasi(29.1.24) */
.cntcls_hdng.cmn_hdr h2 {
  /* border-bottom: 2px solid #d9d9d9; */
  padding-bottom: 15px;
  display: inline-block;
  width: 50%;
  margin: auto;
  font-size: 2.5rem;
  letter-spacing: 1px;
}
.cntcls__ordr .outr_login {
  background-color: #fff;
}
.cntctls_input {
  display: flex;
  gap: 4px;
}
.cntctls_input span {
  width: 2%;
  padding-right: 25px;
}
.cntctls_form {
  margin-top: 70px;
}
.cntctls_dtls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.cntctls_info {
  width: 48%;
  margin-bottom: 20px;
}
.cntcls__ordr .submit_sec {
  width: 100%;
  text-align: center;
}
.cntctls_odr_dtls h5 {
  font-size: 13px;
  font-weight: 500;
}
.cntctls_dtls .cntctls_info.from_input:first-child {
  width: 40%;
}
.cntctls_info.from_input:nth-child(3) {
  width: 46%;
}
/* ------ayan------- */
.menu__tabs {
  list-style: none;
  overflow: hidden;
}
/* .menu__tabs .cmn_btn.active {
  background-color: #fff;
  color: #00c179;
} */
/*--------------------------
* MENU WRAPPER
---------------------------*/
.menu__tabs .cmn_btn {
  padding: 15px 30px;
}
ul.menu__tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.menu__wrapper .menu__item {
  display: none;
}
.menu__wrapper .menu__item.item-active {
  display: block;
}
.outr_standard_order_tab {
  background-image: url(../images/standard_order_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  /* width: 80%; */
  margin: auto;
  padding: 7.5rem 4.5rem 2.5rem;
}
.st_order_from .form-outer {
  width: 100%;
  overflow: hidden;
}
.st_order_from .form-outer form {
  display: flex;
  width: 400%;
}
.st_order_from .form-outer form .page {
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}
.st_order_from .form-outer form .page .title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}
.st_order_from .form-outer form .page .field {
  width: 100%;
  margin: 45px 0;
}
.st_order_from form .page .field .label {
  position: absolute;
  top: -30px;
  font-weight: 500;
}
.st_order_from form .page .field input {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 18px;
}
.st_order_from form .page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}
.st_order_from form .page .field button:hover {
  background: #fff;
  color: #00c179;
  border: 2px solid #00c179;
}
.st_order_from form .page .btns button {
  margin-top: -20px !important;
}
.st_order_from form .page .btns button.prev {
  margin-right: 3px;
}
.st_order_from form .page .btns button.next {
  margin-left: 3px;
}
.st_order_from .new-progress-bars {
  display: flex;
  margin: 40px auto;
  width: 50%;
  justify-content: center;
  gap: 7rem;
  user-select: none;
}
.st_order_from .new-progress-bars .steps {
  text-align: center;
  width: max-content;
  position: relative;
}
.st_order_from .new-progress-bars .steps::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background-color: #717171;
  left: 4rem;
}
.st_order_from .new-progress-bars .steps:last-child::after {
  display: none;
}
.st_order_from .new-progress-bars .steps p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.st_order_from .new-progress-bars .steps .bullets {
  height: 25px;
  width: 25px;
  border: 1px solid #00c179;
  color: #00c179;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.st_order_from .new-progress-bars .steps .bullets.active {
  border-color: #00c179;
  background-color: #00c179;
  color: #fff;
}

.st_order_from .new-progress-bars .steps .bullets.active:after {
  background: #d43f8d;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.st_order_from .new-progress-bars .steps:last-child .bullets:before,
.st_order_from .new-progress-bars .steps:last-child .bullets:after {
  display: none;
}
.st_order_from .new-progress-bars .steps p.active {
  color: #d43f8d;
  transition: 0.2s linear;
}
.st_order_from .new-progress-bars .steps .check {
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.st_order_from .new-progress-bars .steps .check.active {
  display: block;
  color: #fff;
}
.st_order_from .inner_from {
  width: 90%;
  margin: auto;
}
.btm_from {
  margin-bottom: 4rem;
}
.btm_from .from_input {
  margin-bottom: 2rem;
}
.otp .cmn_btn {
  padding: 10px 14px;
  font-size: 12px;
}
.parent_btm_from {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}
.parent_btm_from .rgt_btm_from {
  padding: 3rem;
  background-color: #f2f2f2;
  border-radius: 15px;
  padding-right: 6rem;
  width: 48%;
}
.parent_btm_from .lft_btm_from {
  width: 50%;
}
.fs-14 {
  font-size: 14px;
  font-weight: 500;
  color: #606060;
}
/* -------shreyasi-------- */
.cntctls_form.stndrd_thrd .cntctls_input span {
  width: 10%;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dbt_crd span {
  border: none;
  width: auto;
}
.dbt_crd {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  gap: 10px;
}
.rgstrn_info {
  padding: 20px;
}
.rgstrn_dtls {
  padding-bottom: 25px;
}
.stnd_ord {
  font-size: 15px;
}
/* shreyasi(30.1.24) */
.input_box {
  width: 150px;
  height: 150px;
  border: 2px dotted #d9d9d9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: auto;
  margin-top: 15px;
}
.radio-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  /* box-shadow: 0 0 20px #c3c3c367; */
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #ffdae9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-btn .hobbies-icon i {
  color: #ffdae9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-radio input:checked + .radio-btn {
  border: 2px solid #d9d9d9;
}

.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.from_input span.radio-btn {
  background-color: #fff !important;
  padding: 15px 20px;
}
.cmn_hdr.tip_hdr h2 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}
.cntctls_info.from_input:nth-child(3) {
  margin-top: 56px;
}
.cntctls_info.from_input:nth-child(5) {
  margin-top: -19px;
}
.cmn_hdr.stnd_frth p {
  text-align: left;
  border: 2px solid #00c179;
  border-radius: 5px;

  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.cntctls_form.stndrd_thrd {
  margin-top: -30px;
}
.cntctls_wlpy .cntctls_form {
  margin-top: 20px;
}
.cntctls_wlpy .cntctls_info.from_input:nth-child(3) {
  margin-top: 0;
}
.cntctls_wlpy .cntctls_info.from_input:nth-child(5) {
  margin-top: 0;
}
.cstmr_hldr {
  margin-left: 52px;
}
/* shreyasi(13.2.24) */
.store_dashboard .prcs_upper.store_upr {
  justify-content: space-between;
  margin-top: 30px;
}
.right_parent_element.store_dashboard .card_box {
  background: url(../images/flwr_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ayon paul change / 23.02.2024 */

.menu__wrapper.clof_wrap .cntctls_dtls {
  align-items: flex-start;
}
.menu__wrapper.clof_wrap .cntctls_odr_dtls h5 {
  display: flex;
  width: 100%;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
.menu__wrapper.clof_wrap .from_input span {
  width: fit-content;
  padding: 0;
  background-color: transparent !important;
  margin-top: 0;
}
.menu__wrapper.clof_wrap .cntctls_input span {
  width: 2%;
  padding: 15px;
  padding-right: 25px;
  background-color: #f2f2f2 !important;
  margin-top: 10px;
}
.menu__wrapper.clof_wrap .cntctls_dtls .cntctls_info.from_input:first-child {
  width: 48%;
}
.menu__wrapper.clof_wrap .btm_from.stndrd_btm {
  margin-top: 4rem;
}
.menu__wrapper.clof_wrap
  .btm_from.stndrd_btm
  .cntctls_info.from_input:nth-child(3) {
  margin-top: 0;
  width: 48%;
}
.menu__wrapper.clof_wrap .cntctls_info.from_input:nth-child(5) {
  margin-top: 0;
}
.menu__wrapper.clof_wrap .parent_btm_from {
  justify-content: center;
}
.menu__wrapper.clof_wrap .from_input span.radio-btn {
  background-color: #fff !important;
  padding: 15px 20px;
  width: 100%;
  margin: 0 1px;
  margin-top: 10px;
}
#signatureCanvas {
  margin-top: 10px;
}
form#orderPayment .page .field button {
  justify-content: center;
  margin: 0;
}
form#orderPayment .page .field button.firstNext.cmn_btn {
  margin: auto;
}
form#orderPayment .page .field {
  justify-content: center;
}
form#orderPayment .page .stnd_frth_hdng label.fs-2 {
  display: inline !important;
}

/*Sounak 01.03.2024*/
.statusButton .btn-success {
  /* width: 92px; */
  background-color: #00c179;
  border-color: #00c179;
  padding: 4px 16px;
  font-size: 12px;
  border-radius: 8px;
}

.statusButton .btn-danger {
  /* width: 92px; */
  background-color: #ff5252;
  border-color: #ff5252;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 8px;
}
.statusButton .btn-warning {
  /* width: 92px; */
  /* background-color: #ff5252;
  border-color: #ff5252; */
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 8px;
}
.statusButton .btn-info {
  /* width: 92px; */
  /* background-color: #ff5252;
  border-color: #ff5252; */
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 8px;
}

.strUsrPwdRst .heading_th th {
  text-align: start !important;
}
.strUsrPwdRst td {
  text-align: left;
  padding-left: 14px;
}
.strUsrPwdRst td span {
  width: 4.4rem;
  margin-inline: initial;
  display: block;
}

/* .pagination {
  display: inline-flex !important;
  margin: auto;
  text-align: center;
}

span.page-link {
  padding: 8px 16px;
} */

/* .tabButton .btn-primary {
  background-color: #4d1b62;
  border-color: #4d1b62;
  padding: 10px 28px;
  font-size: 14px;
  border-radius: 12px;
}
.tabButton .btn-light {
  padding: 10px 28px;
  font-size: 14px;
  border-radius: 12px;
} */
.brght_str td span {
  cursor: pointer;
}
.brght_str .store_toggle {
  float: none;
}
.brght_str td .store_toggle span {
  width: 5.4rem;
}

.brght_str .prcs_img {
  display: block;
}
.brght_edt svg {
  color: #4d1b62;
}
.brght_edt .svg-inline--fa {
  height: 24px !important;
}
.brght__info {
  color: #7e7e7e;
}
.brght__info:hover {
  color: #4d1b62;
}
#editButton {
  border: 1px solid #00c179;
  background: #00c179;
  margin: auto;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
  border-radius: 40px;
  padding: 5px 20px;
  /* float: right; */
}
.form-outer form .page .field {
  width: 100%;
}
/* md 13.7.24 */
.p_ragistration .t_radio {
  display: flex;
  width: 30%;
}
.p_ragistration .t_r_id {
  width: 20px !important;
  font-size: 10px !important;
}
.rgstrn_dtls.p_ragistration form .page .field:nth-child(8) input,
.rgstrn_dtls.p_ragistration form .page .field:nth-child(9) input,
.rgstrn_dtls.p_ragistration form .page .field:nth-child(10) input {
  width: 14px !important;
}
.rgstrn_dtls.p_ragistration .t_r_id.a {
  margin-left: 20px !important;
}
.rgstrn_dtls.p_ragistration form .page .field:nth-child(7) .label {
  margin-top: 0 !important;
}
.t_radio label {
  font-size: 16px;
}
/* md 13.7.24 */

/*sc 22.7.24*/
#addStoreButton {
  border: 1px solid #00c179;
  background: #00c179;
  margin: auto;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
  border-radius: 40px;
  padding: 5px 15px;
}
.str_btn {
  float: right;
}
.multi_store.right_login li {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
.multi_store.right_login li img:first-child {
  width: 8%;
}
.multi_store .store-link img {
  width: auto !important;
}
.multi_store .mlti_nm {
  font-weight: 500;
  font-size: 15px;
  min-width: 100px;
}
/*sc 22.7.24*/
