/***login page start**/
.login-page-container {
  height: 100vh;
}
.login-info-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: 100%;
}
.login-page-container .form-section h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.login-page-container .form-section p {
  color: #000;
  font-size: 14.4px;
  font-weight: normal;
}
.login-page-container .form-section label.form-label {
  font-size: 14.4px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.login-page-container .form-section .form-check-label {
  color: #4a4a4a;
  font-size: 14.4px;
  font-weight: 500;
}
.login-page-container .form-section {
  min-width: 388px;
}
.login-page-container .form-section input {
  /* color: #9B9B9B; */
  font-size: 14.4px;
  font-weight: normal;
  border: 1px solid #cfcfcf;
  box-shadow: 0 0 1px #cfcfcf inset;
  border-radius: 4px;
  color: black;
}
.login-page-container .form-section a.forgot_password {
  font-weight: 400;
  color: #000;
}
.login-page-container .form-section a.btn {
  width: 100%;
  background: #003eff;
  border: 1px solid #003eff;
  font-size: 14.4px;
  padding: 7px 0;
  border-radius: 100px;
  margin-top: 15px;
  border-radius: 22px;
}
.login-video-section {
  display: flex;
  flex-direction: column;
  background-image: url(../img/group-img.svg);
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100vh;
  min-height: 100%;
}
.login-video-section .video-header {
  font-size: 24.3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 28.8px;
  margin-bottom: 7px;
  z-index: 1;
  position: relative;
}
.video-header p {
  /* font-family: Poppins; */
  font-size: 25.3px;
  font-weight: bold;
  letter-spacing: 0;
  /* line-height: 28.8px; */
  margin-top: 33px;
}
/* .login-page-container .video-conteiner {
  background: #003EFF;

  padding: 50px 40px;
  border-radius: 12.6px;

  background-color: #000000;
  opacity: 0.7;
  min-width: 100%;
  min-height: 100vh;
} */
.login-page-container .video-conteiner .video-body img {
  max-width: 100%;
  height: auto;
}
.login-footer {
  text-align: center;
  padding: 0 16px;
}
.login-footer p {
  font-size: 14.4px;
  color: #000;
}
.login-video-section .sign_in_option {
  text-align: center;
  width: 100%;
  margin: 10px 0;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 400;
}
.login-video-section .sign_in_option a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
/********login page end*******/
/********header start**/
.header {
  background: #000;
}
/* .header .navbar-brand img {
  height: 47px;
} */
.header span.user-letter-logo {
  width: 31px;
  height: 31px;
  background: #4a4a4a;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
}
.header .user-meta > li {
  display: flex;
  align-items: center;
}
.header .user-meta > li.nav-item.dropdown span {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
}
.header .user-meta > li.nav-item.dropdown p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
}
.header .user-meta > li.nav-item.dropdown a {
  display: flex;
  align-items: start;
}
.header .setting-dropdown {
  background-color: #202020;
  font-size: 17px;
  padding: 40px 25px;
  position: absolute;
  right: 0px;
  border-radius: 0;
  left: auto;
}
.header .setting-dropdown > li {
  margin-bottom: 15px;
}
.header .setting-dropdown.show a {
  color: #fff;
}
.header .setting-dropdown.show a:hover {
  background-color: transparent;
}
/********header end*******/
/***signup page start********/
.wizard_singup_header {
  background: #f1f4fe;
  padding: 19px 0;
  background: #f1f4fe;
}
.form-wizard .form-wizard-header {
  text-align: center;
}

.form-wizard-previous-btn {
  color: #000 !important;
}
.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
  color: #fff;
  text-decoration: none;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  font-size: 17px;
  background-color: transparent;
  text-decoration: underline;
}
.form-block-content .form-control {
  border-radius: 4px;
  font-size: 15px;
  color: #9b9b9b;
  height: 39px;
  /* border: 1px solid #CFCFCF; */
}
.form-footer-action {
  padding: 50px 0;
  margin-top: 40px;
  border-top: 1px solid #979797;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #003eff;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 11px 0;
  margin-left: 11px;
}
.form-wizard .form-wizard-steps li {
  padding: 0 0.5em;
  float: left;
  position: relative;
}
/*.form-wizard .form-wizard-steps li::after {
  background-color: #d8d8d8 !important;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #d8d8d8 !important;
  border-top: 1px solid #d8d8d8 !important;
}*/
.form-wizard .form-wizard-steps li span {
  background-color: #9eb4f9;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
  background-color: #003eff;
  color: #ffffff;
}
/*.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
  background-color: #003eff !important;
  left: 50%;
  width: 50%;
  border-color: #003eff !important;
}*/
.form-wizard .form-wizard-steps li.activated::after {
  width: 97%;
  border-color: #003eff;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard-header p {
  font-size: 22px;
  color: #003eff;
  font-weight: 700;
}
.form-wizard-steps h6 {
  font-size: 11px;
  color: #000;
  font-weight: normal;
  margin-top: 5px;
}
.form-block-header h1 {
  font-size: 32px;
  color: #1a1a1a;
  margin: 30px 0;
  font-weight: 600;
  font-family: poppins;
  margin-top: 0px;
}
.form-block-header h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  font-family: poppins;
  margin: 25px 0;
}
.form-block-content label.form-label {
  color: #000;
  font-size: 15px;
}
span.widget-header-total {
  color: #000;
  background: #003eff;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 4px;
}

.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
  }
}
/**invite contacts start***/
.invite-contacts {
  display: flex;
  padding: 25px 10px;
  border-top: 0.8px solid #979797;
  border-bottom: 0.8px solid #979797;
}
.invite-contacts-icon {
  display: flex;
  justify-content: end;
  margin-right: 10px;
}
.invite-contacts-icon span {
  font-size: 39px;
}
.invite-contacts-heading h3 {
  font-size: 17.6px;
  font-weight: 700;
  margin-bottom: 0;
}
.invite-contacts-heading p {
  font-size: 12px;
  margin-bottom: 0px;
}
.invite-contacts-buttons .invite-btns {
  border-radius: 17.92px;
  background-color: #003eff;
  border: navajowhite;
  color: #fff;
  font-size: 12.32px;
  font-weight: 600;
  height: 38px;
  min-width: 146.32px;
}
/**invite contacts end*****/
/****top up signup start***/
.topup-card-signup.active {
  background: #fff;
  border: 1px solid #9b9b9b;
}
.topup-card-signup {
  min-height: 308px;
  padding: 20px;
  border-radius: 4px;
  background: rgba(156, 202, 59, 0.25);
}
.topup-card-signup .topup-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topup-card-signup .topup-card-header h5 {
  font-size: 17px;
  font-style: italic;
}
.topup-card-signup .topup-card-header h3 {
  font-size: 17px;
  font-weight: 700;
}
.topup-card-signup .topup-card-content {
  display: flex;
  flex-direction: column;
}
.topup-card-content .tp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-top: 0.98px solid #9b9b9b;
  border-bottom: 0.98px solid #9b9b9b;
}
.topup-card-signup .tp-row h5 {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
}
.topup-card-signup .tp-row p {
  margin-bottom: 0;
}
.topup-card-signup .tp-row input[type="text"] {
  width: 125px;
  height: 37px;
  text-align: right;
  padding-right: 3px;
  border-radius: 3px;
  border: 1px solid #979797;
}
.topup-card-signup .tp-row.total {
  font-weight: bold !important;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.topup-card-signup .tp-row.total h5 {
  font-weight: bold;
}
.topup-card-signup .tp-row .Pay-now-btns {
  color: #000000;
  border-radius: 26.6px;
  font-size: 17.6px;
  font-weight: 600;
  border: none;
  min-width: 110px;
  height: 51px;
  text-align: center;
}
/****top up signup start***/
.beneficiary-detail-div {
  margin-bottom: 34px;
}
.beneficiary-detail-div h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0px;
}
.beneficiary-detail-div h3 span {
  font-size: 18px;
}
.beneficiary-detail-div p span {
  font-size: 18px;
}
.beneficiary-detail-div p {
  font-size: 15px;
  margin-bottom: 3px;
}
.credit-card-img img {
  height: 30px;
  margin-right: 10px;
}
/****end signup page*****/
/********dashboard page start***/
.dashboard-container {
  padding-top: 5rem;
}
.dashboard-container .welcome-container {
  text-align: center;
}
.dashboard-container .welcome-container h1 {
  font-size: 33px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.dashboard-container .menu-container {
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  padding: 12px 15px;

  height: 350px;

  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.dashboard-container .menu-container h3 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.dashboard-container .menu-container p {
  font-size: 13px;
  color: #000;
}
.dashboard-container .menu-container span {
  font-size: 28px;
  color: #000;
}
.dashboard-container .dashboard-stats {
  padding: 0px 12px;
  margin: 25px 0;
}
.sub-menu-list ul {
  padding-left: 0px;
}
.sub-menu-list li {
  list-style-type: none;
  margin: 13px 0;
}
.sub-menu-list li a {
  color: #000;
  font-size: 15px;
}
/********dashboard page end***/
.table_content_div {
  padding: 13px 20px;
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;
  border: 1px solid #979797;
}
.table_content_div_label h1 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.table_content_div_label p {
  font-size: 13px;
  margin-bottom: 0px;
}
.table_content_div_status {
  display: flex;
  align-items: start;
}
.table_content_div_status p {
  color: #bbb;
  font-size: 13px;
  font-family: poppins;
  font-weight: bold;
  margin-bottom: 0px;
}
.table_content_div_status span.gray-circle {
  width: 14px;
  height: 14px;
  background-color: #bbb;
  display: block;
  border-radius: 50%;
  margin-right: 9px;
}
.table_content_div_status span.green-circle {
  width: 14px;
  height: 14px;
  background-color: #00c262;
  display: block;
  border-radius: 50%;
  margin-right: 6px;
  margin: 2px 7px;
}
.table_content_div_status p.green-text {
  color: #00c262;
}
.table_content_div_total {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table_content_div_total p {
  font-size: 17px;
  color: #000;
  margin-bottom: 0px;
}
.table_content_div_total span {
  font-size: 13px;
}
.table_content_div_employee {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table_content_div_employee p {
  font-size: 17px;
  color: #000;
  margin-bottom: 0px;
}
.table_content_div_employee span {
  font-size: 13px;
}
.table_content_div_title p {
  font-size: 13px;
  margin-bottom: 0;
  color: #000;
}
.table_content_div_action {
  max-width: 104px;
  position: absolute;
  right: 30px;
}
.table_content_div_action input {
  text-align: center;
  font-size: 14.4px;
}
.table_content_div_action .input-group .btn {
  border: 1px solid #cfcfcf;
}
.table_content_div_createdby,
.table_content_div_updatedby,
.table_content_div_language,
.table_content_div_type {
  font-size: 13px;
}
.table_content_div p {
  margin-bottom: 0;
}
/************create program**/
.incentive-input {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.incentive-input input[type="text"] {
  color: #000 !important;
  width: 100%;
  font-weight: normal;
  text-align: right;
  font-size: 20px;
  height: 42px;
  line-height: 60px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  width: 90%;
}
.incentive-input button {
  height: 41px;
  padding: 0 24px;
  margin-left: 20px;
  border-radius: 20.48px;
  font-family: Jost;
  font-size: 13.6px;
  font-weight: 600;
  background-color: #272727;
  border-color: #272727;
}
.incentive-radio label {
  font-size: 13px;
  padding: 0.12rem;
  margin-right: 2px;
  color: #000;
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
}
.incentive-radio .btn-check:hover + .btn-secondary {
  color: #000;
}
.incentive-radio .btn-check:active + .btn-secondary,
.incentive-radio .btn-check:checked + .btn-secondary,
.incentive-radio .btn-secondary.active,
.incentive-radio .btn-secondary:active,
.incentive-radio .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #003eff !important;
  border-color: #003eff !important;
}
.green-circle-list {
  width: 14px;
  height: 14px;
  background-color: #00c262;
  display: block;
  border-radius: 50%;
  margin-right: 6px;
  margin: 2px 7px;
}
.programs-incentive-stats {
  background-color: #d8d8d8;
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.programs-incentive-stats.selected {
  background-color: #003eff6b;
}
.left-nav ul {
  list-style-type: none;
  padding-left: 0px;
}
.left-nav ul li {
  margin-bottom: 10px;
}
.left-nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 17px;
  /* margin-bottom: 32px;
  */
}
.left-nav h3 {
  text-transform: uppercase;
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
.submit-primary-btn {
  background-color: #9bc83a;
  color: #fff;
  display: inline-block;
  min-width: 100px;
  font-weight: 700;
  min-width: 110px;
  width: 110px;
  font-size: 17px;
  text-decoration: none;
  height: 51px;
  line-height: 51px;
  border-radius: 25.6px;
  text-align: center;
}
.submit-primary-btn:hover {
  color: #333;
}
/*----------------- malik.css--------------------------- */
.container-emailcard {
  border-radius: 4px;
  border: 2px solid #9b9b9b;
  border-radius: 4px 4px 0 0;
  display: block;
  margin-bottom: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  text-align: center;
  align-items: center;
  float: right;
  top: 5px;
}
label.container-emailcard h5 {
  margin: 0px;
}
.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: 14px;
  width: 16px;
  left: 2px;
  bottom: 3px;
  background-color: black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  /* background-color: #2196F3;
  */
  background: white;
  border: 1px solid black;
}
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%;
}

.headercard img {
  padding-top: 8px;
}
.headercard h5 {
  font-size: 15px;
  font-weight: 800;
}
.headercard p {
  font-size: 12px;
  padding-top: 8px;
}
.card_text {
  padding: 10px 19px;
  background: #f4f4f4;
  border-radius: 4px;
}
.main-card span {
  color: black;
  /* background: black;
  */
  font-size: 32px;
}
label .main-card h5 {
  margin-left: 15px;
  padding: 6px 0px;
  font-size: 17px;
  font-weight: 700;
}
.btn-update-now-btns {
  border: none;
  color: #fff;
  min-width: 100px;
  font-weight: 500;
  width: 110px;
  font-size: 14.6px;
  text-decoration: none;
  height: 46px;
  border-radius: 25.6px;
  background: #272727 !important;
}

.app-card h5 {
  padding: 6px 5px;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
.app-card span {
  font-size: 32px;
  color: black;
}
.border-none {
  border-bottom: none;
}
.cord-border {
  border: 5px solid #cfcfcf;
  border-radius: 30px;
  background-color: #ffffff;
}
.cardtext p {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.btn-Confirm-e-mail-btns {
  border-radius: 25.6px;
  background-color: #003eff;
  border: navajowhite;
  height: 51px;
  width: 183px;
  font-size: 18px;
  font-weight: 800;
}
.cardtext h6 {
  text-align: center;
  padding: 31px;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.background-color {
  background: linear-gradient(180deg, #565656 0%, #cdc1c1 100%);
  box-sizing: border-box;
  height: 967px;
  width: 450px;
  border: 5px solid #cfcfcf;
  border-radius: 30px;
}
.create-box {
  /* height: 81px;
  */
  /* width: 426px;
  */
  opacity: 0.84;
  border-radius: 17px;
  background: linear-gradient(169.79deg, #ffffff 0%, #cfcfd3 100%);
}
.create-box p {
  margin: 0px;
  color: #000000;
  font-family: "PingFang HK";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  padding: none;
  padding: 0px;
}
.create-box h6 {
  color: #000000;
  font-family: "PingFang HK";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 22px;
  padding: 0px 0px;
  margin: 0px;
}
.card-banner img {
  width: 100%;
}

.invite-contacts-text .invite-contacts-icon p {
  width: 100%;

  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: bold;
  margin: 13px 0px;
}
.invite-contacts-buttons p {
  color: #000000;
  /* font-family: Jost;
  */
  font-size: 17px;
  font-weight: 900;
  margin: 12px 0px;
}
.invite-contacts-text .invite-contacts-heading h3 {
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  padding: 7px 0px;
}
.invite-contacts-buttons h3 {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  padding: 7px 0px;
}
.invite-contacts-box {
  display: flex;
  padding: 8px 0px;
  border-top: 0.8px solid #979797;
}
.invite-contacts-box .invite-contacts-heading p {
  color: #000000;
  font-size: 17px;
  /* font-weight: 400; */
  padding: 7px 0px;
  font-family: "Jost";
}
.form-block-header h3 {
  color: #000000;
  font-size: 33px;
  font-weight: 600;
}
h3.heading-text {
  color: #000000;
  font-size: 17px;
}
span label.switch {
  float: none;
  position: relative;
  top: -16px;
}
.checkbox-header p {
  margin: 3px;
  color: #000000;
  font-size: 20px;
}
.form-block-header h3 span {
  font-size: 33px;
  text-align: center;
  margin: 12px;
}
.add-single {
  padding-top: 100px;
}
.slider_dot {
  position: relative;
  bottom: 32px;
}
* {
  box-sizing: border-box;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding: 0px 95px;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.fade:not(.show) {
  /* opacity: 0;
  */
  overflow: none !important;
  opacity: none !important;
  opacity: unset;
}
.radio-icon {
  border-top: none !important;
  border: none !important;
}

.main-heading h1 {
  color: #000000;
  font-family: Jost;
  font-size: 33px;
  font-weight: 600;
}
.main-heading p {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}
.table_content_div_label h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 10px;
}
.table_content_div input.form-control {
  /* color: #000000; */
  font-size: 17px;
  /* font-weight: bold; */
  /* text-align: right; */
  font-family: Jost;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 20px;
}
span.hader-span {
  color: #000000;
  font-size: 17px !important;
  font-weight: bold;
  padding: 10px 0px;
}
.invite-content-table .invite-contacts-icon p {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
}
.insert-box {
  box-sizing: border-box;
  height: 277px;
  width: 795px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px 27px;
}

.insert-box p {
  color: #9b9b9b;
  font-family: Jost;
  font-size: 17px;
}

.form-group.clearfix .submit-btns {
  border-radius: 4px;
  background-color: #000000;
  color: white;
}

.isVisuallyHidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.isVisuallyHidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.btn-upload-file {
  display: inline-block;
  margin: 0;
  border-width: 0;
  padding: 12px 40px;
  max-width: 100%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 2px #000000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  cursor: pointer;
  color: #000;
}

.insert-box span {
  font-size: 66px;
  /* background-color: #000000; */
  color: black;
}

.radio-border {
  border-bottom: navajowhite;
}

.clearfix label span {
  position: absolute;
  top: 16px;
}

.form-group p {
  color: #000000;

  font-size: 15px;
}

.templet-subheader span {
  font-size: 40px;
  font-weight: bold;
}

.templet-subheader h1 {
  color: #000000;
  font-size: 33px;
  font-weight: 600;
  line-height: 47px;
  margin: 0;
}
.templet-subheader h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}

.birthday-layout {
  text-align: center;
}

.cardtext p span {
  text-decoration: underline;
}

.input-groups input.form-control {
  margin: 11px 10px;
  text-align: center;
}

.input-Currency {
  height: 38.63px;
  width: 170px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #ffffff;
}

.sub-headingss h2 {
  color: #000000;

  font-size: 23px;
  font-weight: 600;
}

.sub-headingss p {
  font-size: 18px;

  font-weight: 400;
  color: #000000;
  font-family: Jost;
  font-size: 17px;
}

.save-btns {
  background-color: #003eff !important;
  color: black !important;
}

.pricingplan-heading h3 {
  color: #000000;

  font-size: 24px;
  font-weight: 600;
}

.pricingplan-heading p {
  color: #000000;

  font-size: 18px;

  line-height: 34px;
}

.pricingplan-heading label.form-emailsender {
  color: #000000;

  font-size: 17px;

  line-height: 46px;
}
.pricingplan-heading input.form-control {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
}
.team-member h5 {
  font-family: Jost;
  font-size: 33px;
  /* font-weight: 600; */
  letter-spacing: 0;
  color: black;
  font-weight: 400;
}

.sub-headingss.Invite-teammember input.form-control {
  box-sizing: border-box;
  height: 57px;

  border: 1px solid #ff0000;
  border-radius: 4px;
  background-color: #ffffff;
}

.Invite-teammember h1 {
  text-align: center;
  padding: 10px 0px;
}

.Sendinvite-btns {
  height: 56px;
  width: 161px;
  /* transform: scaleX(-1); */
  border-radius: 28px;
  background-color: #003eff;
}

.table_content_div .table_icon_title label p {
  color: #000000;
  font-family: "Jost";
  font-size: 13px;

  margin-top: 0px;
}

.table_content_div_updatedby p {
  color: #000000;

  font-size: 17px;

  line-height: 18px;
}

.table_content_div_updatedby h3 {
  color: #000000;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  padding: 10px 0px;
}

.app-card-header {
  padding: 8px 25px;
  border-bottom: 2px solid #9b9b9b;
  box-sizing: border-box;
}

.app-card-body {
  margin-top: 13px;
  padding: 1px 19px;
}

.app-card-body .sub-heading h5 {
  color: #000000;

  font-size: 15px;
  font-weight: 600;

  padding: 0px 7px;
}

.app-card-body .input-upload label.upload-file {
  box-sizing: border-box;

  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 9px 17px;
  float: right;
}

.app-card {
  border: 2px solid #9b9b9b;

  border-radius: 4px;
}

.app-cards {
  border: 2px solid #9b9b9b;
  padding: 8px 25px;

  border-radius: 4px;
}
.card-text p {
  font-size: 12px;
  padding: 0px 3px;
}

.app-card-body .card_text p {
  font-size: 15px;
}

.app-card-border {
  height: 967px;
  border: 5px solid #cfcfcf;
  border-radius: 30px;
  background-color: #ffffff;
  height: 967px;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding: 0px 0px;
  text-align: center;
}

.sub-heading .cardtext img {
  width: 100%;
}

.app-cards h5 {
  color: #000000;
  /* font-family: Jost; */
  font-size: 17px;
  font-weight: 600;
  /* letter-spacing: 0; */
  line-height: 24px;
}

.app-cards span {
  font-size: 32px;
  color: black;
}

.app-cards h5 {
  padding: 4px 6px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: black;
}
.app-card.app-card-border.background-linear-gradient {
  border: 5px solid #cfcfcf;
  border-radius: 30px;
  background: linear-gradient(180deg, #565656 0%, #cdc1c1 100%);
}

.priview-box-container {
  height: 277px;
  width: 795px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px 27px;
}
.priview-box-container span.material-symbols-outlined {
  font-size: 50px;
  font-weight: 600;
  color: black;
}
.priview-box-container {
  text-align: center;
}

.btn-upload-file {
  display: inline-block;
  margin: 0;
  border-width: 0;
  padding: 7px 20px;
  max-width: 100%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 2px #000000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  cursor: pointer;
  color: #000;
}

.form-block-content h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}

.radio-border {
  border-bottom: none !important;
}
.preview-insert-subheading h3 {
  color: #000000;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
}
.preview-insert-subheading h5 {
  color: #000000;
  margin-top: 24px;
  font-size: 15px;
}

.preview-insert-subheading {
  padding: 10px 0px;
}

.checkmark-custom .checkmark {
  position: absolute;
  top: 17px;
  left: 0;
  height: 15px;
  width: 13px;
  background-color: #eee;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  margin-left: 3px;
}
.checkmark-custom {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}
.checkmark-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.preview-image-container h3 {
  color: #000000;
  padding: 8px 0px;
  font-size: 22px;
  font-weight: 600;
}
.preview-text p {
  color: #4a4a4a;

  font-size: 11px;
}

/* --------------Date 28 css start */

.table_content_div_label h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.report-box-container {
  padding: 15px 20px;
  height: 150px;
  width: 207px;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  background-color: #ffffff;
}
.report-box-container p {
  color: #000000;

  font-size: 13px;

  margin: 0px;
}

.report-box-container h3 {
  color: #000000;

  font-size: 33px;
}

.table_content_div_actions {
  max-width: 180px;
}
.invite-contacts-text {
  display: flex;
  padding: 0px 0px;
  border-top: 2px solid #979797;
}
.invite-content-table {
  border-bottom: 2px solid #979797;
}
/* --------------Date 28 css end*/

.tabs__buttons--container {
  display: flex;
  margin-bottom: 1rem;
}

.tabs__tab-btn {
  background: none;
  border: none;
  padding: 1rem 1rem;
  cursor: pointer;
  border-bottom: 3px solid #3650e4;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.tabs__tab-btn--not-selected {
  border: none;
}

.tabs__tab--hide {
  display: none;
}

.tabs__tab--show {
  display: block;
}

.tabs__tab {
  animation: tabApear 0.6s;
}

@keyframes tabApear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabs__buttons-container {
  border-bottom: solid 1px #eee;
}

.btn-download {
  border: none;

  border: 2px solid #003eff;
  border-radius: 6px;
}

button.btn-download {
  float: right;
}

.download-btns h5 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0px;
}
.download-btns {
  display: flex;

  justify-content: center;
  justify-content: space-around;
}
.table_content_header {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid #979797; */
}

.invite-contacts-container {
  display: flex;
  padding: 0px 0px;
  border-top: 2px solid #979797;
}

.invite-content-header {
  border-bottom: 2px solid #979797;
}
.preview-invite-contacts-text p {
  margin: 0px;
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 10px 0px;
}

.preview-conform-container .conform-header h5 {
  color: #000000;
  font-family: Poppins;
  font-size: 17px;
  margin: 0px;
}

.preview-conform-container .conform-header p {
  color: #000000;
  margin: 0px;
  font-size: 12px;
  letter-spacing: 0;
}

.preview-conform-container .conform-header h6 span {
  color: #000000;
  font-family: Poppins;
  font-size: 17px;
}

.preview-conform-container .conform-header h6 {
  color: #000000;
  font-family: Poppins;
  font-size: 13px;
}

.form-block-content.programs-incentive
  .crate-incentive-input
  input[type="text"] {
  color: #000 !important;
  width: 100%;

  height: 39px;
  line-height: 60px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  color: #000000;

  font-size: 17px;
  font-weight: bold;

  line-height: 18px;
}

.incentive-text p {
  color: #000000;
  font-family: Poppins;
  font-size: 13px;
}

.incentive-input button.update-btns {
  border-radius: 4px;
  background-color: #000000;
}

.form-block-header .preview-text {
  color: #000000;
  font-family: Poppins;
  font-size: 15px;
}
.preview-text p {
  color: #4a4a4a !important;
  font-family: Jost;
  font-size: 11px !important;
  letter-spacing: 0;
  line-height: 14px;
}

.card_textarea textarea#exampleFormControlTextarea1 {
  height: 181px;
  padding: 10px 15px;
}

.Payment-card-radio-signup p {
  color: #000000;
  font-family: Poppins;
  font-size: 15px;
  margin: 0px;
}

.Payment-card-radio-signup h4 {
  color: #000000;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
}
.Payment-card-radio-signup label.radio-custom.radio-icon {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
}
.create-incentive-radio label {
  padding: 0.12rem;
  margin-right: 2px;
  color: #000;
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
  padding: 4px 24px;
}

.preview-form-header h1 {
  color: #000000;

  font-size: 22px;
  font-weight: 600;
  margin-top: 24px;
}

.preview-form-header p {
  color: #000000;

  font-size: 15px;
}

.form-group-content p {
  color: #000000;
  font-family: Poppins;
  font-size: 17px;
}

.incentive-box-content {
  display: flex;
  padding: 0px 0px;

  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

.preview-invite-contacts p {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  font-family: Poppins;
  padding: 10px 0px;
  margin: 0px;
}

label.container-stats.active h3 {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

label.container-stats.active p {
  color: #000000;
  font-family: Jost;
  font-size: 13px;
}

label.container-stats.active img {
  padding: 6px 6px;
}

.container-stats-box {
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 24px 17px;
  min-height: 123px;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0px 0px 2px 1px #c1c1c1;
  background: #ffffff42;
}

label.container-stats-box h3 {
  color: #000000;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

label.container-stats-box img {
  padding: 7px 6px;
}

h3.preview-form-header {
  color: #000000;

  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}

.form-block-content select.form-select.form-select-lg {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
}

label.form-preview-container {
  color: #000000;

  font-size: 15px;
  margin-bottom: 8px;
}

.redio-custom-container {
  border: none !important;
}

.conform-header p {
  color: #000000;

  font-size: 12px;

  margin: 15px 0px;
}

.redio-custom-container p {
  color: #000000;

  font-size: 17px;

  line-height: 24px;
  margin: 2px 0px;
}

.conform-header h6 {
  color: #000000;
  font-size: 13px;
  margin: 15px 0px;
}

.conform-header h6 span {
  color: #000000;

  font-size: 17px;
}

label.container-stats-box p {
  color: #000000;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;
  margin: 0px;
}
.video-header img {
  height: 65.71px;
  width: 294px;
  position: relative;
  object-fit: cover;
}

.login-videos-sections::before {
  content: "";
  position: absolute;
  /* width: 100%; */
  /* height: 100vh; */
  height: 97%;
  background: rebeccapurple;
  width: 48%;
  opacity: 0.7;
  /* padding: 43px; */
  border-radius: 12px;
  border-radius: 12.6px;
  background-color: #000000;
}

 
ul.dropdown-menu.show {
  background: #000;
}
ul.dropdown-menu.show li a.dropdown-item {
  /* color: aliceblue; */
  color: #fff;
}
.preview-navbar-menu ul.navbar-nav li.nav-item.dropdown a {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  margin: 10px 8px;
}
li.nav-item.dropdown a#navbarDropdown p {
  color: #ffffff;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin: 0px;
}
.form-group.toppup-btn .topup-btns {
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;

  border-radius: 18.5px;
  background-color: #003eff;
  padding: 6px 21px;
  text-decoration: none;
}
.toppup-btn {
  padding: 15px 7px !important;
}

nav.navbar.header {
  padding-bottom: 0;
}

.form-block-header h4 {
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  font-weight: 600;
}
.form-block-header p {
  margin: 0px;
  color: #000000;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  padding: 3px 0px;
}

.form-check label.form-check-label {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
}
.form-check-input:checked {
  border-color: #ddd !important;
  color: #ddd !important;
}

ul.navbar-nav li.preview-main-container a#navbarDropdown {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 18px;
  letter-spacing: 3px;
}
/* .grag-img {
  position: relative;
  right: 30px;
} */
.grag-img img {
  width: 100%;
}

.create-advertising {
  border-radius: 18.5px;
  background-color: #003eff;

  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  border: navajowhite;
  padding: 10px;
}
.preveiw-topup-text h1 {
  color: #000000;
  font-family: Poppins;
  font-size: 15.6px;
  font-weight: bold;
  letter-spacing: 0;
}

.preveiw-topup-text h3 span {
  color: #003eff;
  font-family: Poppins;
  font-size: 14.4px;
  font-weight: bold;
  margin: 10px;
}

.preveiw-topup-text h3 img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.preview-box {
  justify-content: space-between;
  border: 2px solid #cdcdcd;
  border-radius: 3px;
  background-color: #ffffff;
}

.preview-box h3 {
  color: #000000;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 3px 6px;
  margin: 0px;
}

.preveiw-topup-box .preview-box img {
  width: 32px;
  height: 32px;
  margin: 6px 14px;
}
.invite-topup-container {
  display: flex;
  padding: 0px 0px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.invite-topup-container .preview-invite-topup-text h3 {
  color: #000000;
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  padding: 10px 0px;
}

.invite-topup-container .preview-invite-topup-text h2 {
  color: #000000;
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  padding: 10px 0px;
  text-decoration: line-through;
}
.invite-topup-container .preview-invite-topup-text p {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 17px;
}
.invite-contacts-container {
  display: flex;
  padding: 0px 0px;
  border-top: 2px solid #979797;
}

.preview-invite-contacts-text h6 {
  color: #000000;
  font-family: Poppins;
  font-size: 17px;
  letter-spacing: 0;
  margin: 0px pad;
  margin: 6px 0px;
  padding: 10px 0px;
}

.green-border {
  border-bottom: 2px solid #003eff;
  border-top: solid 2px #003eff;
}
.preview-invite-topup-content p {
  color: #003eff;
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 10px 0px;
  margin: 0px;
}

.red-circle {
  background: red !important;
}

p.red-point {
  color: red;
  /* color: #00C262; */
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}

.audience-header h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 33px 0;
  font-family: "Jost";
}

.preview-image-card {
  text-align: center;
  padding: 20px 0px;
}
.app-card-preview-container {
  border: 5px solid #cfcfcf;
  border-radius: 30px;
  background-color: #ffffff;
}

.insert-box-header h2 {
  width: 371px;
  color: #000000;
  font-family: Jost;
  font-size: 27px;
  padding-top: 14px;
  margin-bottom: 23px;
  font-weight: 600;
}
.insert-box-header p {
  color: #000000;
  font-family: "Jost";
  font-size: 15px;
  margin: 8px 0px;
  font-weight: 500;
}

.app-cards-conform {
  border: 2px solid #9b9b9b;
  padding: 12px 15px;
  border-radius: 4px;
}
.app-cards-conform h5 {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 3px 5px;
}
.app-cards-conform h5 strong {
  color: #9b9b9b;
  font-family: Jost;
  font-size: 11px;
  letter-spacing: 0;
  margin: 0px 6px;
}
.insert-box-container {
  box-sizing: border-box;

  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px 27px;
}

.push-content {
  border-top: 1px solid #979797;
  padding: 10px 0px;
}

.push-content p {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 16px;
}

.form-block-sub-header {
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 13px 0px;
}
.custom-div-radio input.form-control::placeholder {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  letter-spacing: 0;
}

.blue-radio {
  display: flex;
  /* position: absolute; */
  position: relative;
  bottom: 33px;
}
.blue-radio p {
  margin: 0px 10px;
  border-radius: 5px;
  background-color: #d8d8d8;
  height: 27px;
  width: 77px;
  text-align: center;
  color: #000000;
  font-family: Jost;
  font-size: 13px;
  padding: 4px;
}

label.radio-custom.radio-icon h4 {
  color: #000000;
  font-family: Jost;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 7px 5px;
}

label.radio-custom.radio-icon h5 {
  color: #000000;
  font-family: Jost;
  font-size: 14.4px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 7px 5px;
}

.background-blure {
  opacity: 1px;
  background: white;
}

.background-blure input.form-control::placeholder {
  color: #000000;
  font-family: Jost;
  font-size: 14.4px;
  letter-spacing: 0;
}

.incentive-radio .actevated {
  background: #9cca3c !important;
}

label.container-status {
  box-sizing: border-box;
  height: 74px;
  width: 204.31px;
  border: 3px solid #003eff;
  border-radius: 4px;
  padding: 6px;
}
/* label.container-status h1 {
  color: #000000;
  font-family: Jost;
  font-size: 33px;
  font-weight: 600;
 text-align: center;
 margin: 0px;
} */

label.container-status h3 {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  font-weight: bold;
  /* letter-spacing: 0; */
  /* line-height: 22px; */
  text-align: center;
}
label.container-statas {
  box-sizing: border-box;
  height: 73px;
  width: 204.31px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}
label.container-statas p {
  /* height: 34px; */
  /* width: 180.29px; */
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  padding: 27px;
}
.incentive-radio ins {
  color: #000000;
  font-family: Jost;
  font-size: 13px;
  letter-spacing: 0;
  margin: 10px;
}
.bg-gray-container input.form-control {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #d1d1d1;
}

.bg-gray-container img {
  position: relative;
  width: 11px;
  height: 11px;
  float: right;
  bottom: 31px;
  margin: 8px 19px;
}

.topup-box {
  position: relative;
  bottom: 16px;
}

.programs-incentive-stats {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 29px 10px;
  margin-bottom: 10px;
  border: 1px solid #9b9b9b;
}

.bg-s-primary {
  background-color: #003eff4a !important;
}

.preview-edit {
  display: flex;
  justify-content: space-between;
}

.preview-edit p {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: underline;
  margin: 10px;
}

.form-group.clearfix .conform-btns {
  background-color: #003eff;
  color: #000;
  display: inline-block;
  min-width: 100px;
  font-weight: bold;
  min-width: 110px;
  width: 110px;
  font-size: 17.6px;
  text-decoration: none;
  height: 51px;
  line-height: 51px;
  border-radius: 25.6px;
  /* padding: 10px; */
  text-align: center;
}
.cancel-priview {
  font-size: 17px;
  background-color: transparent;
  text-decoration: underline;
  margin: 20px;
  font-weight: 700;
}

.pricingplan-heading input.form-control::placeholder {
  color: black;
}

.priview-image-form img {
  width: 28px;
  height: 28px;
  position: absolute;
  padding: 2px;
  margin: 6px 13px;
}
.priview-image-form select.form-select option {
  text-align: center;
}

.select-form-content select.form-select {
  color: #000;
  color: #000000;
  font-family: Jost;
  font-size: 15px;
}

.header-content h2 {
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  font-weight: 600;
  /* margin: 10px; */
  padding: 20px 0px;
}
.form-preview-container {
  display: flex;
}
.form-preview-container select.form-select {
  height: 38.66px;
  width: 144.11px;
  margin: 0px 5px;
}

p.main-cintent {
  color: #000000;
  font-family: Jost;
  font-size: 14px;
  /* margin: 30 0px; */
  margin-top: 23px;
  font-weight: 500;
}

.table_content_div-container {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.incentive-radio-container {
  /* position: absolute; */
  bottom: 19px;
  position: relative;
}
.incentive-radio-container label.btn {
  padding: 0px 10px;
}
.create-box-container-mm {
  height: 81px;
  /* width: 426px; */
  opacity: 0.84;
  border-radius: 17px;
  background: linear-gradient(169.79deg, #ffffff 0%, #cfcfd3 100%);
  padding: 10px;
  margin: 8px;
  display: flex;
}
.create-box-container-mm h5 {
  color: #000000;
  font-family: "PingFang HK";
  font-size: 14px;
  font-weight: 500;
  /* margin: 5px 0px; */
  margin: 0px;
  padding: 0px;
}
.create-box-container-mm img {
  width: 45px;
  height: 45px;
  padding: 4px;
  margin: 10px 0px;
}
.create-box-container-mm p {
  color: #000000;
  font-family: "PingFang HK";
  font-size: 13px;
  letter-spacing: 0;
  margin: 0px;
}
.box-text {
  margin: 15px 9px;
}
.create-box-container-mn {
  height: 81px;
  /* width: 426px; */
  opacity: 0.84;
  border-radius: 17px;

  padding: 10px;
  margin: 8px;
  display: flex;
}
.box-container-main {
  opacity: 0.84;
  border-radius: 17px;
  background: linear-gradient(169.79deg, #ffffff 0%, #cfcfd3 100%);
  margin: 8px;
}
.create-box-container-mn p {
  color: #000000;
  font-family: "PingFang HK";
  font-size: 13px;
  letter-spacing: 0;
  margin: 0px;
}
.create-box-container-mn h5 {
  color: #000000;
  font-family: "PingFang HK";
  font-size: 14px;
  font-weight: 500;
  /* margin: 5px 0px; */
  margin: 0px;
  padding: 0px;
}

.create-box-container-mn img {
  width: 45px;
  height: 45px;
  padding: 4px;
  margin: 10px 0px;
}

.box-img img {
  width: 100%;
  border-radius: 0px 0px 17px 17px;
}

.app-cards img {
  margin: 6px 0px;
}
.app-card-header img {
  margin: 6px 0px;
}
.app-card-header h5 {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: 600;
}
.box-bottum p {
  text-align: center;
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: 600;
  margin: 47px;
}

.form-footer-action a.form-wizard-next-btn.float-right {
  background-color: #003eff;
  color: #000;
  display: inline-block;
  min-width: 100px;
  font-weight: bold;
  min-width: 110px;
  width: 110px;
  font-size: 17.6px;
  text-decoration: none;
  height: 51px;
  line-height: 51px;
  border-radius: 25.6px;
  /* padding: 10px; */
  text-align: center;
}
.form-footer-action a.form-wizard-previous-btn.float-left {
  font-size: 20px;
  background-color: transparent;
  text-decoration: underline;
  font-weight: 500;
  margin: 1px;
}

.login-video-section-container {
  display: flex;
  flex-direction: column;
  background: #eee;
  align-items: center;
  justify-content: center;
  padding: 50px;
  height: 100vh;
}
.login-page-container .video-conteiner {
  background: #003eff;
  padding: 21px;
  border-radius: 12.6px;
}
.login-video-section-container .video-header {
  font-size: 24.3px;
  color: #0b0b0b;
  font-weight: bold;
  text-align: center;
  line-height: 28.8px;
  margin-bottom: 7px;
}

.login-page-container .form-section button {
  width: 100%;
  background: #003eff;
  border: 1px solid #003eff;
  font-size: 14.4px;
  padding: 8px 0;
  margin-top: 15px;
  border-radius: 22px;
}

.sign_in_option a {
  color: #000000;
  font-family: poppins;
  font-size: 14.4px;
  font-weight: 400;
}

.sign_in_option a span {
  text-decoration: underline;
}
.sign_in_option {
  padding-bottom: 46px 0px;
  padding-bottom: 50px;
}

.mlctr-form-box {
  background: white !important;
}

.mlctr-popup {
  /* master mandatory container, required by Mailocator */
  /* z-index must be higher in DOM structure */
  z-index: 109999999;
  font-family: "Trebuchet MS", TrebuchetMSStatic, Arial, sans-serif;
  font-weight: 400;
}
.mlctr-popup .mlctr-popup-stripe {
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 100%;

  padding: 0;
  border: 0;
  z-index: 109999999;
  box-sizing: border-box;

  background: #3535359c;
}
/* Close via CSS;alternative to mailocator.action.do('close') */
.mlctr-popup:target {
  display: none;
  visibility: hidden;
}
/* customizable popup content... */
.mlctr-popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
.mlctr-content-title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5% 0 0 0;
  text-align: center;
  z-index: 9996;
}
.mlctr-content {
  position: relative;
  width: 100%;
  background-color: #f0ba6e;
  text-align: center;
  margin: -8% 0 0 0;
  border-radius: 0;
  box-shadow: 0px 5px 20px RGBA(0, 0, 0, 0.15);
  padding: 6% 0 0 0;
  z-index: 9990;
}
.mlctr-form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 440px;
  min-width: 220px;
  background-color: transparent;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  margin: 0px auto;
  padding: 0;
  box-shadow: 0;
  text-align: center;
}
.mlctr-popup-content * {
  box-sizing: border-box;
}
.mlctr-popup-content a {
  color: #d75755;
  font-weight: 600;
}
.mlctr-popup-content form {
  width: 100%;
  border: none;
}
.mlctr-popup-content h1 {
  width: 100%;
  font-size: 28px;
  text-align: start;
  box-sizing: border-box;
}
.mlctr-popup-content h1.mlctr-thx {
  margin: 4% 0 0;
}
.mlctr-popup-content h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  color: #000;
  padding: 0 15%;
  margin: 0;
  box-sizing: border-box;
}
.mlctr-popup-content h3 {
  font-size: 22px;

  box-sizing: border-box;
  color: #000000;
  font-family: Jost;
  font-size: 17.6px;
  font-weight: bold;
  text-align: start;
}
.mlctr-popup-content h3 b {
  font-size: 1.5em;
  font-weight: 800;
}
.mlctr-image {
  width: 100%;
  height: 450px;
  margin: -5% 0 -1px 0;
  padding: 1% 0 27% 0;
  position: relative;
  display: block;
  background: url(https://www.mlcdn.eu/data/orsay/img-1.png) 53% bottom
    no-repeat;
  background-size: 65%;
  box-sizing: border-box;
}
.mlctr-sale {
  position: absolute;
  bottom: 41%;
  left: 12%;
  width: 26%;
  margin: 0;
  padding: 2.2% 0;
  display: block;
  background-color: #d75755;
  box-sizing: border-box;
  z-index: 9999;
}
/* .mlctr-popup-content p {
	width: 100%;
  font-size: 16px;
  line-height: 22px;
  padding: 4% 14% 0;
  color: #000000;
  font-weight: 300;
  margin: 0;
	box-sizing: border-box;
} */

.mlctr-message-error {
  display: block;
  min-height: 10px;
  font-size: 15px;
  line-height: 18px;
  margin: 2% 0 1% 0;
  padding: 0 10%;
  font-weight: 700;
  text-align: center;
  color: #d75755;
}
.mlctr-popup-content input[type="text"] {
  height: 50px;
  width: 100%;
  max-width: 340px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding: 2px 10px 2px 10px;
  margin: 4px 0;
  font-family: "Trebuchet MS", TrebuchetMSStatic, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  -webkit-transition: border ease-in-out 0.15s;
  -moz-transition: border ease-in-out 0.15s;
  transition: border ease-in-out 0.15s;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
}

.mlctr-popup-content input[type="text"]:focus {
  border-bottom: 2px solid #d75755;
  outline: 0;
}
.mlctr-popup-content input[type="submit"],
.mlctr-popup-content input[type="button"] {
  position: relative;
  height: 50px;
  width: 100%;
  max-width: 340px;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  margin: 1vw 0 0 0;
  background-color: #000;
  border: 0px;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: "Trebuchet MS", TrebuchetMSStatic, Arial, sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  outline: 0;
}

.mlctr-popup-content input[type="submit"]:hover,
.mlctr-popup-content input[type="button"]:hover {
  background-color: #d75755;
}
.mlctr-popup-content input[type="button"] {
  margin: 5vw 0 0 0;
}
.mlctr-popup-content input[type="submit"]:active,
.mlctr-popup-content input[type="button"]:active {
  font-size: 19px;
  outline: 0;
}
.mlctr-privacy {
  display: block;
  background: none;
  color: #000;
  padding: 3% 12% 2%;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  height: auto;
}
a.mlctr-close {
  display: block;
  position: fixed;
  right: 0px;
  top: 0px;
  width: calc(24px + 2.2vw);
  opacity: 1;
  background: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s;
  z-index: 9999;
}
img.mlctr-close {
  width: calc(24px + 2.2vw);
  max-width: 50px;
}
.mlctr-close:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.mlctr-close:active {
  opacity: 0.8;
}

@media screen and (max-width: 500px) {
  .mlctr-form-box {
    width: 85%;
  }
  .mlctr-popup-content h1 {
    font-size: 5.3vw;
    line-height: 6.2vw;
    margin: 4% 0 0;
  }
  .mlctr-popup-content h2 {
    font-size: 6.2vw;
    line-height: 6.6vw;
  }
  .mlctr-popup-content h3 {
    font-size: 4.2vw;
    line-height: 5.7vw;
  }
  .mlctr-popup-content p {
    font-size: 3.3vw;
    line-height: 4.3vw;
  }
  .mlctr-message-error {
    font-size: 3.2vw;
    line-height: 4vw;
    padding: 0 8%;
  }
  .mlctr-image {
    height: 85vw;
    min-width: 212px;
  }
  .mlctr-sale {
    bottom: calc(38% + 18px);
  }
  .mlctr-popup-content input[type="text"] {
    max-width: 82%;
    background-size: 4vw auto;
    background-position: 4% center;
    font-size: calc(0.5em + 1.3vw);
    height: calc(10px + 6.5vw);
    margin: 1vw 0;
  }
  .mlctr-popup-content input[type="submit"],
  .mlctr-popup-content input[type="button"] {
    max-width: 82%;
    height: calc(10px + 6.5vw);
    font-size: calc(0.5em + 2.2vw);
    line-height: calc(0.5em + 3.2vw);
  }
  .mlctr-popup-content input[type="submit"]:active,
  .mlctr-popup-content input[type="button"]:active {
    font-size: calc(0.48em + 2.2vw);
    line-height: calc(0.52em + 3.2vw);
  }
  .mlctr-privacy {
    font-size: calc(0.2em + 1.9vw);
    line-height: calc(0.4em + 2.1vw);
  }
  a.mlctr-close {
    width: calc(8px + 4.5vw);
  }
  img.mlctr-close {
    width: calc(8px + 4.5vw);
  }
}

@media screen and (max-width: 262px) {
  .mlctr-image {
    min-height: 220px;
  }
  .mlctr-popup-content h1 {
    font-size: 14px;
    line-height: 16.3px;
  }
  .mlctr-popup-content h2 {
    font-size: 15.5px;
    line-height: 16.5px;
  }
  .mlctr-popup-content h3 {
    font-size: 11px;
    line-height: 14.7px;
  }
  .mlctr-popup-content p {
    font-size: 9px;
    line-height: 11px;
  }
  .mlctr-sale {
    bottom: 42.5%;
  }
  .mlctr-message-error {
    font-size: 8.8px;
    line-height: 10px;
  }
  .mlctr-privacy {
    font-size: 8.1px;
    line-height: 8.6px;
  }
}

@media screen and (min-aspect-ratio: 9/10) and (max-aspect-ratio: 5/4) {
  .mlctr-form-box {
    top: calc(15% - 50px);
  }
}

@media (min-aspect-ratio: 5/4) {
  .mlctr-form-box {
    width: 70%;
    max-width: 780px;
    padding: 30;
  }
  .mlctr-LS-hide {
    display: none !important;
  }
  /* .mlctr-popup-content h1 {
  margin: 0;
  font-size: 34px;
  line-height: 40px;
  padding: 2% 15% 0 56%;
} */
  .mlctr-popup-content h2 {
    text-align: left;
    padding: 0 3% 0 56%;
    font-size: 40px;
    line-height: 52px;
  }
  .mlctr-popup-content h2 b {
    font-size: 1.6em;
  }
  /* .mlctr-popup-content p {
  position: absolute;
  top: -52%;
  left: 56.2%;
  width: 40%;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
} */
  .mlctr-popup-content p.mlctr-thx {
    position: relative;
    width: 40%;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    padding: 1.5% 0;
  }
  .mlctr-message-error {
    padding: 0 3% 1% 56%;
    margin: 0;
  }
  .mlctr-content-title {
    position: relative;
    left: 0;
    top: 0;
    vertical-align: middle;
    padding: 0;
    pointer-events: none;
  }
  .mlctr-content {
    position: relative;
    vertical-align: middle;
    margin: -19% 0 0 0;
    padding: 1% 0 0 0;
  }
  .mlctr-content.mlctr-thx {
    padding: 1% 0 0 0;
  }
  .mlctr-image {
    position: relative;
    width: 100%;
    background-position: 5% center;
    background-size: 50%;
    height: 500px;
    margin: 0;
    padding: 5% 0 0 0;
    text-align: left;
  }
  .mlctr-sale {
    bottom: 11.5%;
    left: 3%;
    width: 18%;
    padding: 1.5% 0;
  }
  .mlctr-popup-content input[type="text"] {
    width: 40%;
    max-height: 46px;
    background-size: 22px auto;
    background-position: 4% center;
    margin: 0 3% 0 56%;
    padding: 0 5% 0 5%;
    height: calc(12px + 5vh);
  }
  .mlctr-popup-content input[type="submit"],
  .mlctr-popup-content input[type="button"] {
    width: 40%;
    max-height: 46px;
    font-size: 18px;
    height: calc(12px + 5vh);
    margin: 2% 3% 0 56%;
    padding: 0 0 2px 0;
  }
  .mlctr-popup-content input[type="button"] {
  }
  .mlctr-popup-content input[type="submit"]:active,
  .mlctr-popup-content input[type="button"]:active {
    font-size: 17px;
  }
  a.mlctr-close {
    top: calc(5px + 3.2vh);
    right: calc(5px + 1.2vh);
  }
  img.mlctr-close {
    width: calc(6px + 1.5vw);
  }
  .mlctr-privacy {
    padding: 1.5% 0;
  }
}

@media screen and (max-width: 1110px) and (min-aspect-ratio: 5/4) {
  .mlctr-content {
    margin: calc(-17% - 20px) 0 0 0;
  }
  .mlctr-popup-content h1 {
    font-size: 3.05vw;
    line-height: 3.4vw;
  }
  .mlctr-popup-content h2 {
    font-size: 3.6vw;
    line-height: 4.4vw;
  }
  .mlctr-popup-content h3 {
    font-size: 2vw;
    line-height: 2.6vw;
  }
  .mlctr-popup-content p,
  .mlctr-popup-content p.mlctr-thx {
    top: calc(6vh + 30px - 100%);
    font-size: 1.35vw;
    line-height: 1.8vw;
  }
  .mlctr-message-error {
    font-size: 1.3vw;
    line-height: 1.7vw;
  }
  .mlctr-image {
    height: 45vw;
  }
  .mlctr-popup-content input[type="text"] {
    font-size: calc(0.3em + 1vw);
    padding: 0 5% 0 5%;
    background-size: 2vw auto;
    background-position: 3.5% center;
  }
  .mlctr-popup-content input[type="submit"],
  .mlctr-popup-content input[type="button"] {
    font-size: calc(0.3em + 1.8vh);
    line-height: calc(0.5em + 3.2vh);
    padding: 0 0 1px 0;
  }
  .mlctr-popup-content input[type="submit"]:active,
  .mlctr-popup-content input[type="button"]:active {
    font-size: calc(0.26em + 1.8vh);
    line-height: calc(0.52em + 3.2vh);
  }
  .mlctr-privacy {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }
}

@media screen and (min-aspect-ratio: 20/11) {
  .mlctr-sale {
    bottom: calc(60vh - 27vw);
    z-index: 9999;
  }
}

.box-container-main video {
  width: 100%;
  margin: unset !important;

  border-radius: 22px;
}

.app-card-border-video {
  /* height: 967px; */
  border: 5px solid #cfcfcf;
  border-radius: 30px;
  background-color: #ffffff;
  /* height: 967px; */
}

.choices__inner {
  background-color: #ffffff !important;
}

.choices__list--multiple .choices__item {
  border: none !important;
  background-color: #d8d8d8 !important;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: none !important;
}

ul.dropdown-menu.show li a.dropdown-item:hover {
  color: none !important;
  background: none !important;
}

.login-page-container .form-section input.form-control::placeholder {
  color: black;
  font-size: 15px !important;
}
.table_content_div_label h1 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  margin: 5px 2px;
}
.audieance {
  display: flex;
  /* justify-content: space-around; */
  /* margin: 0px 20px; */
  /* justify-content: space-around; */
  justify-content: space-between;
}

.audieance p {
  margin: 90px 10x;
  color: #000000;
  font-family: Jost;
  font-size: 12px;
  letter-spacing: 0;
  margin: 10px 0px;
}
.table_content_div_updatedby p {
  color: #000000;
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
}

.table_content_div_language p {
  color: #000000;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 14px;
  margin: 0px;
}
.table_content_div p {
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0;
  font-family: "Jost";
}

.Payment-card-radio-signup h5 {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 22px;
}

.privew_form_header h2 {
  color: #000000;
  font-family: Jost;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19px;
  position: relative;
  bottom: 16px;
}

.incentive-radio-container input.form-control {
  box-sizing: border-box;
  height: 25px;
  width: 140px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}

.form_btns button {
  border-radius: 4px;
  background-color: #000000;
  color: #ffffff;
  font-family: Jost;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  border: none;
}

.form_btns {
  margin: 0px 20px;
}

.incentive-radio-container input.form-control::placeholder {
  color: black;
  color: #9b9b9b;
  /* font-family: Jost; */
  font-size: 13px;
  /* letter-spacing: 0; */
  /* line-height: 19px; */
  align-items: center;
}

.payment-card-content h5 {
  margin: 0px 27px;
  padding-top: 62px;
}

.grag-img a.primary-outline-btn {
  text-align: start;
  right: unset !important;
  margin-left: 8px;
  border-radius: 13px;
  color: #000000;
  font-family: Poppins;
  font-size: 12.6px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  height: 34px;
  width: 200px;
  margin-bottom: 20px;
}

.dashboard-container .preview-menu-container {
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  padding: 12px 15px;
  min-height: 108px;
  text-align: center;
  height: 565.7px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.preview-menu-container h3 {
  margin-bottom: 5px;
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
  text-align: center;
}
.preview-menu-container p {
  font-size: 13px;
  color: #000;
}

.sub-menu-list {
  text-align: start;
  padding: 0px 15px;
}

.grag-img a.primary-outline-btn i {
  margin: 4px 10px;
  /* font-size: 19px; */
}

.welcome-container h4 {
  /* width: 853px; */
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
}

.primary-outline-btn:hover {
  color: #000 !important;
  background: none !important;
  border-color: none !important;
}

li.nav-item.dropdown a#navbarDropdown p {
  text-align: center;
  margin: 0px;
  color: #9b9b9b;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.grag-img p {
  color: #000000;
  font-family: Jost;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 16px;
}

.input-wrapper {
  margin: 8px 0;
  position: relative;
}
.fancy-check-label,
.fancy-radio-label {
  display: inline-block;
  line-height: 24px;
  padding-left: 28px;
  position: relative;
  user-select: no-select;
}
.crappy-browser .fancy-check-label .checkmark-path {
  opacity: 0;
}
.modern-browser .fancy-check-label {
  transition: color 0.3s;
}
.fancy-check:checked + .fancy-check-label {
  color: darkorange;
}
.fancy-check:checked + .fancy-check-label .fancy-checkbox {
  border-color: darkorange;
}
.modern-browser .fancy-check:checked + .fancy-check-label .checkmark-path {
  animation: checkmarkAnimation 0.5s 0s forwards;
}
.crappy-browser .fancy-check:checked + .fancy-check-label .checkmark-path {
  opacity: 1;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.fancy-label--text {
  position: relative;
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  bottom: 4px;
}
/* .fancy-radio:checked + .fancy-radio-label {
  color: darkorange;
} */
.fancy-radio:checked + .fancy-radio-label .fancy-label--text::before {
  transition: transform 0.15s;
  transform: scaleX(1);
}
.fancy-radio:checked + .fancy-radio-label .fancy-radiobutton {
  border-color: #003eff;
  transition: border-color 0.5s;
}
.fancy-radio:checked + .fancy-radio-label .radiobutton-dot {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.15s, transform 0.15s;
}

.modern-browser .fancy-checkbox,
.modern-browser .fancy-radiobutton {
  transition: border-color 0.3s;
}
.fancy-checkbox {
  border-radius: 3px;
}
.fancy-radiobutton {
  border-radius: 50%;
}

.checkmark {
  height: 20px;
  opacity: 1;
  width: 100%;
}
.checkmark .checkmark-path {
  stroke: darkorange;
  stroke-width: 2px;
  transform-origin: 50% 50%;
  stroke-miterlimit: 10;
  opacity: 1;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
.send-invite-btn {
  color: black;
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}

.priver-send-incentive {
  width: 161px;

  border-radius: 28px;
  background-color: #003eff;
  text-align: center;
}

.privew-cancel-btn a.submit-primary-btn {
  margin: 0px 30px;
  color: black;
}
.priver-send-incentives.mt-5 .send-invite-btn_01 {
  color: black;
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0;
  /* padding: 53px 57px; */
}
.priver-send-incentives {
  width: 161px;
  /* transform: scaleX(-1); */
  border-radius: 28px;
  background-color: #003eff;
  text-align: center;
}

.dashboard-container .preview-menu-container {
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  padding: 12px 15px;
  min-height: 108px;
  text-align: center;
  height: 565.7px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.preview-menu-container h3 {
  margin-bottom: 5px;
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
  text-align: center;
}
.preview-menu-container p {
  font-size: 13px;
  color: #000;
}

.sub-menu-list {
  text-align: start;
  padding: 0px 15px;
}

.grag-img a.primary-outline-btn i {
  margin: 4px 10px;
  /* font-size: 19px; */
}

.welcome-container h4 {
  /* width: 853px; */
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
}

.primary-outline-btn:hover {
  color: #000 !important;
  background: none !important;
  border-color: none !important;
}

li.nav-item.dropdown a#navbarDropdown p {
  text-align: center;
  margin: 0px;
  color: #9b9b9b;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.grag-img p {
  color: #000000;
  font-family: Jost;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 16px;
}
.preview-image-container .input-upload label.btn-upload-file {
  padding: 6px 10px;
  /* height: 39px; */
  /* width: 92px; */
  color: #000000;
  font-family: Jost;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 20px;
}

.form-block-header dt {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-decoration: underline;
}

label.form-check-label span {
  text-decoration: underline;
}

.form-block-header dd {
  color: #000000;
  font-family: Jost;
  font-size: 22px;

  letter-spacing: 0;
  line-height: 32px;
  margin-top: 29px;
}

p.conform-form-text {
  color: #000000;
  font-family: Jost;
  font-size: 17px;

  letter-spacing: 0;
  line-height: 24px;
}
.main-submit {
  border-radius: 25.6px;
  background-color: #000000;
}

p.gray-text {
  color: #bbbbbb;
  font-family: Poppins;
  font-size: 13px;
  /* font-weight: bold; */
  letter-spacing: 0;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 9px;

  bottom: 3px;
  background-color: black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
  height: 17px;
  width: 44px;
  transform: scaleX(-1);
}

.app-cards-conform img {
  width: 20px;
  height: 25px;
}

.table_filter_action .form-check select.form-select {
  /* color: red !important; */
  color: #cfcfcf;
  font-family: Jost;
  font-size: 14.4px;
  letter-spacing: 0;
}

.remove-bts button {
  color: #cfcfcf;
  font-family: Jost;
  font-size: 14.4px;
  letter-spacing: 0;
}

.remove-bts span {
  color: #cfcfcf;
  font-family: Jost;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 20px;
}

.form-preview-container select.form-select {
  color: #4a4a4a;
  font-family: Jost;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 20px;
}

.preview-main-headings p span {
  color: #000000;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;

  margin: 30px;
}

.previw-content_main {
  display: flex;
  justify-content: space-between;
  padding: 6px 0px;
}

.preview-main-heading h5 {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: bold;
  padding: 16px 0px;
}

.preview-main-heading dt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 17px;
}

.input-uploads h6 {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}

.preview-main-heading h4 {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
}
.preview-main-headings p {
  width: 266px;
  color: #000000;
  font-family: Jost;
  font-size: 14px;
  letter-spacing: 0;
  margin: 12px 0px;
}

.preview-app_caed {
  height: 608px;
  width: 365px;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
}

.previw-content_main h4 {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
}

.previw-content_main p {
  color: #000000;
  font-family: Jost;
  font-size: 14px;
  /* letter-spacing: 0; */
  /* line-height: 18px; */
  margin: 10px 0px;
  text-decoration: underline;
}

.table-filter .table_content_div {
  padding: 0px 20px;
  border: none;
}

.table_content_div_main {
  padding: 13px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #979797;
}

.peater-walker h5 {
  text-align: start;
  color: #000000;
  font-family: Jost;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 47px;
}

.peater-walker p {
  text-align: start;
  color: #000000;
  font-family: Jost;
  font-size: 15.3px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0px;
}

.peater-walker span.material-symbols-outlined {
  top: 7px;
  position: relative;
  /* margin: 2px -4px; */
  margin-right: 12px;
  padding-bottom: 14px;
}

.Payment-instructions-Congratulations h3 {
  font-family: Jost;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}

.table_content_div_status p.red-text {
  color: #e63636;
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
}

.table_content_div_status span.red-circle {
  width: 14px;
  height: 14px;

  display: block;
  border-radius: 50%;
  margin-right: 10px;
}

.table_content_div_label_container h1 {
  color: #000000;
  font-family: Jost;
  font-size: 22px !important;
  font-weight: 600;
  /* letter-spacing: 0; */
  /* line-height: 32px; */
}

.preview-login-video-section-container {
  display: flex;
  flex-direction: column;
  background: #e4e4e4;
  align-items: center;
  justify-content: center;
  padding: 50px;
  height: 110vh;
}

.login-page-container .video-conteiners .video-body img {
  max-width: 100%;
  height: 300px;
}

.video-body h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 33px;
  line-height: 32.8px;
  letter-spacing: 0px;
  text-align: center;
}
.video-body h5 span {
  font-family: Times New Roman;
  font-weight: 400;
  font-style: italic;
  font-size: 33px;
  line-height: 32.8px;
  letter-spacing: 0px;
  text-align: center;
}

.video-body p {
  color: #000000;
  font-family: poppins;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin: 3px;
}

h3.topup-heading {
  color: #000000;
  font-family: Jost;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 400;
  font-family: poppins;
}

/* date 11/12/23 */
.form-block-box {
  border: 1px solid #c6c6c6;
}

.form-block-box .beneficiary-detail-div h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

.radiobutton-dot {
  background-color: #003eff;
  border-radius: 50%;
  height: 9px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 9px;
}

.fancy-checkbox,
.fancy-radiobutton {
  border: solid 2px #888;
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
}

.form-block-header b {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
}

.table-content.incentive_program_contents td {
  border: none !important;
}

td.tage_content {
  float: right;
}

.audieance p {
  width: 73px;
}
/* 12/12/23 */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: none !important;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

tbody.main-table-container td {
  border: none;
}
.audieance {
  display: flex;

  justify-content: space-between;
  width: 95%;
  margin-left: -68x;
  margin-left: -14px;
}

td.table_content_div_header {
  color: #e63636;
  font-family: Jost;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: 400;
}

.remove-bts-main {
  display: flex;
}

.remove-bts-main {
  margin-left: -37px;
}
.remove-bts-main .btn-outline-primary {
  /* border: 1px solid #FF0000; */
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #ffffff;
  height: 39px;
  width: 112px;
  color: #cfcfcf;
}

td.main-menu {
  color: #000000;
  font-family: Jost;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.remove-bts-main .form-check input#flexCheckDefault {
  position: relative;
  right: 12px;
}

.main-heading p {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  margin: 0px !important;
}

.save-btn {
  color: black;
  border: 1px solid #cfcfcf;
  font-weight: 600;
}

.table_content_div_label.table_icon_title {
  max-width: 265px;
}

.main_detail_div {
  padding: 0px 40px;
}

.main_warppers {
  padding: 0px 20px;
}

.warpper-borders {
  border-top: 1px solid #ccc;
  position: relative;
}

.warpper-borders label.fancy-radio-label {
  position: relative;
  top: 10px;
}
/****** 13/12/2023****** */
.total-preview {
  margin: 20px 0px;
  padding: 7px 10px;
}
.programs-incentive-stats h6 {
  font-size: 15px;
  font-weight: 500;
  /* font-family: 'Jost'; */
  margin-bottom: 6px;
  color: black;
}

h6.users-total {
  margin-bottom: 11px;
}

.trasation-border {
  border: 1px solid black;
}

.total-preview h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  font-family: "" Poppins "";
  /* margin-bottom: 6px; */
  color: black;
  font-family: "Poppins";
  margin-top: 4px;
}
.programs-incentive-stats h2 {
  font-size: 26px;
  color: black;
  font-weight: bold;
  font-family: "Poppins";
  margin: 0px;
}
.programs-incentive-stats h3 {
  color: black;
  font-family: "Poppins";
}

.invite-contacts-buttons p {
  margin: 13px 7px;
}
.invite-contacts-text .invite-contacts-heading h3 {
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  padding: 7px 0px;
  margin: 3px 0px !important;
}
.invite-contacts-buttons h3 {
  color: #000000;
  font-family: Jost;
  font-size: 17px;
  padding: 11px 0px !important;
  margin: 0px;
}

.checkbox-header p span {
  color: #000000;
  font-family: Jost;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 18px !important;
}
/******* 15/12/2023 *****/

.form-block-container {
  border: 1px solid #c6c6c6;
}
.border-box {
  border-top: 1px solid #c6c6c6;
}

/******* 14/3/2024 css start *****/
.table-searchs {
  float: right;
}
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
}

.table_content_divtype p {
  margin: 10px 0px;
}

td.main-menu_type {
  font-size: 15px;
  color: black;
}

.ugc {
  font-size: 16px !important;
  margin-right: 0px !important;
}
.ugc1 tr {
  border-bottom: 1px solid #979797 !important;
}
.table_content_divtype1 p {
  /* font-weight: 500; */
  font-size: 15px;
}

td.table_div_ {
  width: 30%;
}

.invite-contacts-icon dt {
  font-weight: 500;
  padding: 7px;
  font-size: 16px;
}

.invite-contacts-buttons dt {
  font-weight: 500;
  padding: 7px;
  font-size: 16px;
}
table.table {
  margin: 0px !important;
}

.table-search-btn {
  margin: 10px 0px;
}
/******* 14/3/2024 css End *****/

/******* 15/3/2024 css Start *****/

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 0px !important;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.choices__list.choices__list--multiple {
  position: absolute;
  margin: 0px 10px;
}

.choices__list--multiple {
  display: inline;
  padding: 10px 12px;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
  color: black;
}

.choices:last-child {
  margin-bottom: 10 !important;
}
button.choices__button {
  filter: invert(1) !important;
}

label.container-statuss {
  box-sizing: border-box;
  height: 73px;
  width: 204.31px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 16px 0px;
}
label.container-statuss h1 {
  font-size: 18px;
  text-align: center;
  margin: 0px;
  color: black;
  font-weight: 500;
}
label.container-status h1 {
  color: #000000;
  font-family: Jost;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin: 0px;
}

.table_content_div_label.table_icon_title span {
  margin-top: 6px;
}
.table_content_div_language {
  margin: 15px 0px;
}

.table_content_div_status {
  margin: 4px 0px;
}
/******* 15/3/2024 css end *****/

.form-block-content input.form-control {
  color: black;
}
.term-condition-container {
  padding: 20px 0px;
}

.term-condition-container h2 {
  font-size: 22px;
  font-weight: 500;
  color: black;
}
.term-condition-container p {
  font-size: 15px;
  line-height: 25px;
}

.term-condition-container .form-check {
  margin-top: 15px;
}
.term-condition-container .form-check h5 {
  font-size: 15px;
  margin-left: 6px;
  padding: 2px 0px;
}

h1.form-preview-password_text {
  text-align: center;
  margin: 10px;
}

.entry-text h3 {
  font-size: 15px;
  line-height: 25px;
  margin: 0px;
  text-align: center;
}
.entry-text p {
  margin: 0px;
  text-align: center;
  font-size: 14px;
  font-family: "Poppins";
  color: #000;
}

.incentive-input {
  width: 95%;
}

.container-border {
  border-top: 1px solid #cfcfcf;
}
.input-buttons_section {
  border: 1px solid #cfcfcf;
  width: 86%;
  border-radius: 4px;
}
.input-buttons_section h3 {
  text-align: end;
  font-size: 16px;
  margin: 0px;
  padding: 10px 10px;
}

.input-text_02 .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 86%;
}

.input-text_02 input.form-control {
  text-align: end;
  color: black;
  font-size: 16px;
  font-weight: 700;
}
.input-text_02 h6 {
  width: 85%;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin: 0px;
}
.container-border-black {
  border: 0.1px solid black;
}

.main-container_21 {
  margin: 9px 0px;
}

.input-text_02 h4 {
  font-size: 15px;
}

.preview-images {
  text-align: center;
}

.preview-images p {
  font-size: 26px !important;
  font-weight: normal !important;
}

.container-stats {
  border: 1px solid #9b9b9b;
  border-radius: 12px !important;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px 1px #a7a7a7;
}

span.main-privew-span {
  color: #4a4a4a;
  opacity: 74%;
  font-size: 21px !important;
}

label.container-stats p img {
  width: 18%;
  position: relative;
  bottom: 8px;
}

.giftcard-heading p {
  margin: 0px;
  font-size: 15px;
}

.giftcard-heading .table_content_div_status p.green-text {
  font-size: 13px;
}

.giftcard-heading h6 {
  font-size: 17px;
  font-weight: 500;
}

.short-pages h3 {
  font-size: 13px;
  font-weight: 400;
  margin: 10px 5px;
}

th.main-menu_type {
  font-size: 15px;
  font-weight: 500;
}
td.tables-privew-container {
  width: 12%;
}
td .table_content_div_status p {
  margin: 8px 0px;
}

section.dashboard-container_new {
  background-image: linear-gradient(184deg, #ffffff, #d8d8d8d4);
}

.dashboard-headind h5 {
  text-align: center;
}

/* ---------------------- */
.imagePreview {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}
.file-upload {
  display: inline-block;
}

.file-select {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.file-select.file-select-box {
  display: inline-block;
  margin: 3px 2px;
}
.file-upload-custom-btn {
  border: none;
  background-color: #979797b0;
  color: #000000;
  font-size: 16px;
  z-index: 1;
  position: relative;
  padding: 10px 22px;
}
.file-select-name {
  margin-left: 15px;
}
.file-select input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.main-dotte-container {
  border: 1px dotted;
}

.file-upload + .file-upload {
  margin-left: 10px;
}

.box-heading u {
  font-size: 17px;
}

.main-privew-sections {
  padding-right: 50px;
  padding-left: 50px;
}

.main-box-container_00 {
  padding-right: 60px;
  padding-left: 60px;
}

.progress {
  background-color: #19a560 !important;
  border-radius: 20px;
  height: 13px;
}
.bg-secondary {
  background-color: #d8d8d8 !important;
}
label.container-stats-box p {
  font-size: 14px;
}
.progress-section_123 {
  padding: 12px 0px;
}
.box-headind-text h4 {
  font-size: 22px;
  margin: 0px;
  line-height: 30px;
}

.box-headind-text p {
  font-size: 13.2px;
  line-height: 14.2px !important;
}

.nav-container ul {
  display: inline-flex;
  list-style: none;
  margin: 0px;
}
.nav-container ul li {
  margin: 0px 20px;
  padding: 10px 14px;
}

.nav-container ul li.active {
  background: #003eff;
}

.nav-container ul li a {
  color: black;
  font-size: 18px;
  text-decoration: underline;
}

.box-container_01 {
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 9px 16px;
  min-height: 123px;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0px 0px 2px 1px #c1c1c1;
  background: white;
}
.border-line {
  border: 1px solid #cccc;
}

section.dashboard-container-box {
  background: white;
}

.box-container_01 h5 {
  font-size: 40px;
  line-height: 47px;
  font-weight: normal;
  color: black;
}

.box-text_11 p a {
  color: black;
  text-decoration: underline;
  font-size: 15px;
}

.box-container_01 h5 a {
  color: black;
}

div#navbarNav {
  margin: 0px 30px;
}

li.nav-item.nav-heading a.nav-link {
  color: black;
  font-weight: 00;
  font-family: "Poppins";
  text-decoration: underline;
}

.navbar {
  padding-bottom: 0px !important;
  margin: 0px !important;
}

a.nav-link.active {
  background: #9bc93a;
}

a.nav-link {
  margin-right: 21px;
}

.navbar-light .dashboard-togglers {
  background: #9cca3c;
}

.dashboard-headind h5 span img {
  width: 3%;
}

.dashboard-togglers span.navbar-toggler-icon {
  filter: drop-shadow(2px 4px 6px black);
  font-size: 25px;
}

.paragraph {
  border-radius: 4px;
  border: 1.3px solid rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}
.cashier {
  color: rgba(0, 62, 255, 1);
  font-size: 14px;
  text-align: left;
  line-height: 15px;
  text-transform: uppercase;
}
.format,
.price {
  font-size: 18px;
  font-weight: 500;
}
.activate a {
  color: #000;
  font-size: 17px;
}
.message {
  float: right;
  text-decoration: underline;
}
.transaction {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.border1 tr {
  border-bottom: 2px solid rgba(151, 151, 151, 1) !important;
}
td {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
}
.number {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  line-height: 21.600000381469727px;
  text-decoration: underline;
}
.steps {
  background: #eeeeee;
  padding: 16px;
  border-radius: 4px;
  border: 1.3px solid rgba(193, 193, 193, 1);
  background-color: rgba(238, 238, 238, 1);
}
.start {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.steps p {
  margin-bottom: 0.5rem;
}
.company p {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}
.company1 {
  font-size: 17px;
  font-weight: 500;
  margin-left: 13.5%;
}
.fa-check {
  background-color: rgba(25, 165, 96, 1);
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}
.footer {
  border-radius: 4px;
  padding: 55px 55px 20px 55px;
}
.footer p {
  font-weight: 500;
}
.footer .right {
  float: right;
}

.start {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
  float: left;
  text-decoration: underline;
}
.content {
  width: 90%;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 22.5px;
  white-space: pre-line;
}
.infinity p {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
}
.infinity i {
  color: rgba(156, 202, 59, 1);
  font-size: 30px;
}
.activation {
  border-top: 1px solid rgba(151, 151, 151, 1);
}
.activation p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0.3rem !important;
}
.activate {
  border-radius: 28px;
  background-color: rgba(156, 202, 59, 1);
  border: none;
  padding: 6px 20px;
  width: 160px;
  height: 56px;
}

/*------------- tbody css start---------------  */
.mainboxes {
  /* box-shadow: 0px 0px 3px 1px #A7A7A7; */
  border: 1px solid #9b9b9b;
  border-radius: 12px !important;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px 1px #a7a7a7;
  padding: 10px 10px;
}
.box-text_09 p {
  font-size: 16px;
  color: black;
  margin: 0px;
  line-height: 25px;
  text-align: center;
  font-family: poppins;
}

.form-group.clearfix.-btns {
  text-align: center;
}

.confirm-btns_12 {
  background-color: #003eff;
  color: #fff;
  display: inline-block;
  min-width: 100px;
  font-weight: normal;
  min-width: 162px;
  /* width: 110px; */
  font-size: 17px;
  text-decoration: none;
  height: 56px;
  line-height: 51px;
  border-radius: 25.6px;
  border: none;
  text-align: center;
  padding: 4px 0px;
}
h2.headind-tag3 {
  text-align: center;
  /* padding: 20px; */
  font-weight: normal;
  font-size: 33px;
  font-family: poppins;
}
.preview-images p {
  font-size: 33px !important;
  margin: 0px;
}
.mainboxes p img {
  width: 18%;
  position: relative;
  bottom: 8px;
}
p.form-preview-password_text {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  font-family: poppins;
}
.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
  background-color: transparent !important;
  color: #fff;
  display: inline-block;
  min-width: 100px;
  font-weight: normal;
  min-width: 110px;
  width: 110px;
  font-size: 17.6px;
  text-decoration: none;
  height: 51px;
  line-height: 51px;
  border-radius: 25.6px;
  /* padding: 10px;
  */
  text-align: center;
}
.table_content_div_status p a {
  color: 003EFF;
  font-size: 15px;
  font-weight: normal;
}
ol.breadcrumb p a {
  color: black;
}
.manage {
  border-radius: 12px;
  border: 1px solid rgba(167, 167, 167, 1);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  padding: 17px;
}
.manage p span {
  opacity: 0.74;
  color: rgba(74, 74, 74, 1);
  font-weight: 400;
}
.manage p {
  text-align: right;
  font-size: 21px;
  line-height: 26.815536499023438px;
}
.manage h3 {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.upload-sections {
  /* border: 1px dashed rgba(151, 151, 151, 1); */
  border: 1px dashed rgba(151, 151, 151, 1);
  width: 100%;
  padding-right: 10px;
}
.upload-section button span {
  text-decoration: underline;
}
.upload-section1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.upload-section i {
  float: right;
}
.main-dotte-containers i {
  float: right;
}

.manage {
  border-radius: 12px;
  border: 1px solid rgba(167, 167, 167, 1);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  padding: 17px;
}
.manage p span {
  opacity: 0.74;
  color: rgba(74, 74, 74, 1);
  font-weight: 400;
}
.manage p {
  text-align: right;
  font-size: 21px;
  line-height: 26.815536499023438px;
}
.manage h3 {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.upload-section {
  display: inline-flex;
  border: 1px dashed rgba(151, 151, 151, 1);
  width: 95%;
  margin: auto;
  padding: 8px 6px;
}
.upload-section button span {
  text-decoration: underline;
}
.upload-section1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.image-container-preview {
  text-align: end;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 18px;
}
/*------------- tbody css start---------------  */
.upload_sections {
  padding: 0px;
  padding: 4px 6px;
}
.upload_sections i {
  position: relative;
  top: 9px;
  right: 20px;
}

.next-btns {
  color: black !important;
  font-weight: normal !important;
  width: 131px !important;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 13px;
  color: #6c757d;
  font-family: "Poppins";
}

.image-icon-arow p {
  text-align: center;
  margin: 0px;
}
.image-icon-arow P {
  position: relative;
  top: 84px;
  left: 38px;
}

a#navbarDropdown span img {
  margin-right: 11px;
}
/********************* 14/5/2024 css start**************** */
/*------------ Dashboard css start---------- */
.dashboard-headind h5 {
  text-align: center;
  font-size: 33px;
  color: black;
  font-weight: normal;
}
.box-heading h6 {
  color: black;
  font-size: 13.2;
  font-family: "Poppins";
}
.box-heading h5 {
  font-size: 18px;
  line-height: 14.4px;
  font-family: "Poppins";
}
section.dashboard-container_new p {
  font-size: 22px;
  text-align: center;
  line-height: 38px;
  color: black;
}
label.container-stats-box p {
  font-size: 13.2px;
}
.box-container_01 h5 a {
  color: black;
  font-size: 39.2px;
}
.box-container_01 p {
  margin: 0;
  color: black;
  font-size: 13.2px;
}
h5 span.space_div {
  float: right;
  font-size: 13.2px;
  color: black;
  position: relative;
  top: 15px;
}
.box-container_01 h6 {
  font-size: 22px;
  line-height: 36px;
  color: black;
  font-weight: normal;
}
li.nav-item a.nav-link.active {
  padding: 6px 13px;
  font-size: 18px;
  /* line-height: 15px; */
  font-weight: 400;
}
.box-text_11 p {
  margin: 0px;
  line-height: 18px;
  line-height: 14.4px;
  /* font-family: poppins; */
  font-size: 18px;
}
.box-text_12 p {
  font-size: 15px;
  /* font-family: 'Poppins'; */
  color: black;
  font-weight: normal;
}
/*------------ Dashboard css End---------- */
/********************* 14/5/2024 css End**************** */

/********************* 14/5/2024 css start**************** */
.form-block-content p {
  font-size: 14px;
  color: #000;
  /* font-family: poppins; */
  margin: 0px;
  line-height: 18px;
}

.upload_sections i {
  opacity: 20%;
}
.form-block h4 {
  font-size: 22px;
  font-family: "Poppins";
  color: black;
  font-weight: 600;
}
.form-block label.form-label {
  color: #000000;
  font-family: poppins !important;
  font-size: 14px !important;
  /* font-weight: 400; */
  margin: 0px;
  line-height: 30px;
}
.form-block-content .form-text {
  font-size: 13px;
  color: #807e80;
}
.form_page-input {
  font-size: 15px;
  color: black;
  line-height: 26px;
}
.heading h4 {
  font-size: 33px;
  font-family: poppins;
  color: #000;
  font-weight: 400;
  font-weight: normal;
}
/********************* 14/5/2024 css End**************** */
.progress-section-bar {
  height: 20px;
}
td.status {
  text-align: end;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 20.16px;
}
.bold-heading p {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 20.16px;
}
.premium thead tr th {
  color: rgba(25, 165, 96, 1);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
td.spam-main span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
  line-height: 20.16px;
}

.progress_bar_text h6 {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  color: #4a4a4a;
  margin: 6px 4px;
}
.form-block-container_012 h2 {
  text-align: center;
  font-size: 33px;
  color: black;
  font-weight: normal;
  font-family: "Poppins";
}

.form-block-container_012 h6 {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins";
  color: black;
}
.progress-toggel-section p {
  text-align: center;
}
.progress-toggel-section {
  display: flex;
  justify-content: space-around;
  margin: auto;
  width: 40%;
}
.progress-toggel-section p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 20.16px;
}
.progress-toggel-section dt {
  font-size: 15px;
  font-family: "Poppins";
  color: black;
  line-height: 21.16px;
}
.progress-toggel-section h6 {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
}
/*------------------------- 16/5/2024 css start---------------- */
.incentive-inputs {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.incentive-inputs span {
  margin: 0px 3px;
  font-size: 16px;
}
.main-section-container-pagess {
  padding: 10px 0px;
}
.input-text_02 p {
  text-align: end;
  margin: 0px;
}
.input-text_04 {
  display: flex;
  justify-content: right;
}

.input-text_04 h3 {
  font-size: 16px;
  font-weight: normal;
  color: black;

  line-height: 26px;
}
.table_heading_021 td {
  font-size: 15px !important;
  font-family: poppins;
  color: black;
}
.table_heading_021 .add a {
  font-size: 15px;
  font-family: poppins !important;
  font-weight: normal;
  color: black !important;
}
.cashier thead tr th {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: black;
  font-family: poppins;
}
.submit-primary-btn {
  background-color: #003eff;
  color: #fff !important;
  display: inline-block;
  min-width: 100px;
  font-weight: 700;
  min-width: 110px;
  width: 110px;
  font-size: 17px;
  text-decoration: none;
  height: 51px;
  line-height: 51px;
  border-radius: 25.6px;
  text-align: center;
  border: none;
  font-weight: normal;
  font-family: poppins;
}

.form-block label {
  display: inline-block;
  font-family: poppins !important;
  font-size: 15px !important;
}
.activate a {
  color: #000;
  font-size: 17px;
}
.main_content_heading p {
  font-size: 17px;
  font-weight: 400;
}
.main_content_heading h3 {
  font-size: 33px;
  margin-top: 20px;
}
.transfer {
  font-weight: 700;
  font-size: 14px;
  font-family: poppins;
}
.main-activation {
  padding: 9px 0px;
}
.main-activation img {
  margin-top: 11px;
  text-align: center;

  align-content: center;

  position: relative;

  left: 30px;
}
.main-activation img {
  width: 62%;
}
.upload-sections {
  /* display: inline-flex
; */
  border: 1px dashed rgba(151, 151, 151, 1);
  /* width: 87%; */
  padding: 8px 6px;
  text-align: center;
}
.input-upload.upload-sections u {
  font-size: 16px;
  font-weight: 400;
  font-family: poppins;
}

.upload-sections i {
  opacity: 28%;
  font-size: 13px;
}

.mainboxes-body {
  border: 1px solid #9b9b9b;
  border-radius: 12px !important;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px 1px #a7a7a7;
  padding: 10px 10px;
  height: 271px;
  height: 156;
}
.input-text_04 h3 {
  font-size: 16px;
  font-weight: normal;
  color: black;
  margin: 0px;
  line-height: 26px;
}

.preview-images p {
  font-size: 32px !important;
  margin: 0px;
  color: black;
  font-weight: 400;
}

.gift-card-loyalty h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  color: black;
  text-align: center;
  font-family: poppins;
}
ol.breadcrumb > li > a {
  color: #000;
  font-family: "Poppins" !important;
}

.breadcrumb-item.active {
  color: #6c757d;
  font-family: "Poppins" !important;
}
h1.form-preview-password_text {
  text-align: center;
  margin: 0px;
}
.mainboxes-body {
  border: 1px solid #9b9b9b;
  border-radius: 12px !important;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px 1px #a7a7a7;
  padding: 10px 10px;
  height: 271px !important;
  height: 156 !important;
  max-height: 156px;
}

.entry-text h3 {
  font-size: 15px;
  line-height: 25px;
  margin: 0px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-family: poppins;
}
.bg-blur .incentive-inputs .form-control {
  background: #c5f6de;
}
.preview-main-container span img {
  width: 100%;
  /* margin: 0px 20px; */
  position: relative;
  left: 22px;
}
.images_001 img {
  width: 36.4%;
  width: 90px;
  height: 56px;
}
.main-radio-container_221 label {
  font-size: 15px;
  font-family: poppins;
  font-weight: 700;
}
.upload-section_33 {
  border: 1px dashed rgba(151, 151, 151, 1);
  padding: 3px 4px;
}
.upload-section_33 i {
  float: right;
  opacity: 28%;
  font-size: 17px;
  margin-right: 8px;
}
.gift-card-loyaltyes h5 {
  font-size: 15px;
  font-weight: normal;
  margin: 0px;
  font-family: "Jost";
  color: black;
}
h1.main-heading_99 {
  font-size: 33px;
  color: #000;
  font-weight: 600;
  font-family: "Jost";
  font-weight: 400;
  text-align: center;
  padding: 15px 0px;
  margin-right: 22px;
}

.main-gift-loylty-section {
  background: #f1f4fe;
  padding-bottom: 32px;
}
.main-gift-loylty-section_5500 .mainboxes-body {
  background: #ffff;
  border: 1px solid #a7a7a7 !important;
}
.giftcard-heading h6 {
  font-size: 17px;
  font-weight: normal;
  color: black;
}
th.main-menu_type {
  font-size: 15px;
  font-weight: normal;
}
.mainboxes-body {
  position: relative;
  border: 1px solid #a7a7a7;
  border-radius: 12px !important;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0px 0px 3px 0px #a7a7a7;
  padding: 10px 10px;
  height: 271px !important;
  height: 156 !important;
}
.table.table-hover.cashier .add a {
  color: black;
}
.upload-section_33 .input-upload .upload-file img {
  width: 21%;
}
.store_heading p {
  margin: 0px;
  font-size: 17px !important;
  color: black !important;
  font-weight: normal !important;
}
.store_heading h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22.5px;
  margin: 0px;
  /* color: black; */
  color: #000;
}
.activation {
  border-top: 1px solid rgba(151, 151, 151, 1);
  padding: 10px 0px !important;
}
p.advance-payment_11 {
  width: 91%;
}
.custom-radios input[type="radio"] + label:before {
  border-color: red;
  background: red;
}

.radio-custom input:checked ~ .checkmark {
  background-color: red !important;
}
.radio-custom .checkmark {
  position: absolute;
  top: 16;
  left: 0;
  height: 18px !important;
  width: 18px !important;
  background-color: #eee;
  border-radius: 50%;
}

.custom-radios label:before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  background: red;
  border: 1px solid red;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
  margin-top: 3px;
}
.custom-radios label:before {
  width: 15px;
  height: 15px;
}
.custom-radios input[type="radio"]:checked + label:before {
  border-color: red;
  background: red;
}
thead.form-gift8 {
  background: #d8d8d8;
}

a.edit i.fa {
  font-size: 12px;
}
a.delete i.fa {
  font-size: 12px;
}
thead.form-gift8 th {
  color: black;
}
thead.form-gift8 tr th {
  font-size: 15px !important;
}
.btn-outline-primarys_11 u {
  color: black;
  font-size: 15px;
}
.btn-outline-primarys_11 {
  border: none !important;
}
.btn-outline-primarys_11 i.fa {
  /* background: content-box; */
  color: #003eff;
  width: 41px;
  height: 25px;
  font-size: 27px;
  position: relative;
  top: 3px;
}
.preview-login-video-section-container {
  display: flex;
  flex-direction: column;
  background: #e2e8fd;
  align-items: center;
  justify-content: center;
  padding: 50px;
  height: 100vh !important;
}
.petar_walker h4 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-family: "poppins";
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 19px;
}
.petar_walker p {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-family: "poppins";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  line-height: 38px;
  margin: 0px;
  margin-bottom: 25px;
}
.cashier {
  color: rgba(0, 62, 255, 1);
  font-size: 14px;
  text-align: left;
  line-height: 15px;
  text-transform: uppercase;
  opacity: 1;
  color: rgba(0, 62, 255, 1);
  font-family: "poppins";
  font-size: 13.199999809265137px;
  text-transform: uppercase;
  margin: 0px 20px;
}
.format,
.price {
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-family: "poppins";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 14.399999618530273px;
}
span.date_formate12 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  /* font-family: ""; */
  font-size: 13.199999809265137px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
span.activated_123 {
  opacity: 1;
  color: rgba(0, 62, 255, 1);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 14.399999618530273px;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 10px;
}
.message {
  float: right;
  text-decoration: underline;
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 13.199999809265137px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: right;
  line-height: 14.399999618530273px;
  text-decoration: underline;
}
.analytics_111 p {
  margin: 0px;
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 14.399999618530273px;
}
.analytics_111 h6 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 21.600000381469727px;
}
.analytic_111 h3 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 33px;
  font-weight: 400;
}
.main_container {
  opacity: 1;
  background-color: rgba(237, 237, 237, 1);
}
.pos_132 {
  width: 26% !important;
  position: relative;
  left: 13px;
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 400;
}
tbody.privech_main_container_11 {
  border-bottom: 1px solid #cfcfcf;
}
th.pos_1323 {
  width: 14%;
}
th.pos_1325 {
  width: 12%;
}
td.underline_22 a {
  color: rgba(0, 0, 0, 1);

  font-size: 22px;
  font-weight: 400;

  letter-spacing: 0px;
  text-align: center;
}
td.table_text_11 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  padding-top: 13px;
  font-size: 17px;
  font-weight: 400;
}

tbody.privech_main_container_1133 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
tr.borderred_11 {
  border-left: 7px solid rgba(230, 54, 54, 1) !important;
  opacity: 1;
  /* background-color: rgba(230, 54, 54, 1); */
}
.table_content9922 p {
  margin: 0px;
  margin-top: 0px !important;
  font-size: 14.4px !important;
  padding: 10px 0px;
}
.tranlation-containerred p {
  color: #e63636;
  font-size: 14.4px;
  font-weight: 400;
}

tr.bordergreen_11 {
  border-left: 7px solid #00c262 !important;
  opacity: 1;
  /* background-color: rgba(230, 54, 54, 1); */
}
.tranlation-containergreen p {
  color: #00c262;
  font-size: 14.4px;
  font-weight: 400;
}
.btn-outline-secondary {
  border: 1px solid #ced4da !important;
}
.table_sorting_22 .table-sorting {
  margin: 0px 9px;
}
.main2222 {
  padding: 0px 12px;
}
.gift-card_copy_22 h2 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 33px;
  font-weight: 400;
}
.gift-card_copy_22 h6 {
  opacity: 1;
  color: rgba(123, 176, 13, 1);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  line-height: 22.5px;
  text-transform: uppercase;
}
.exclive-11 h2 {
  opacity: 1;
  color: rgba(156, 202, 59, 1);
  font-family: "";
  font-size: 33px;
  font-weight: 400;
  line-height: normal;
}
.exclive-11 {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  right: 15px;
  top: 8px;
}
.exclive_text2 {
  position: relative;
  left: 40px;
}
.exclive_text2 h4 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
}

.exclive_text2 h5 {
  text-align: start;
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 22.5px;
}
.main_box_body {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  padding: 23px 27px;
}

.main_heading44 h5 {
  /* opacity: 1; */
  color: rgba(123, 176, 13, 1);
  /* font-family: ""; */
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 6px;
  text-align: center;
  line-height: 22.5px;
  text-transform: uppercase;
  margin: 15px 0px;
}
.text_233 p {
  opacity: 1;
  color: rgba(0, 0, 0, 1);

  font-size: 17px !important;
  font-weight: 400;

  letter-spacing: 0px;
  text-align: left;
  line-height: 22.5px;
}
.privech_activate_btn {
  border-radius: 28px;
  opacity: 1;
  background-color: rgba(156, 202, 59, 1);
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 400;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
}
.form-group_33 {
  padding: 20px 0px;
  padding-bottom: 47px;
}
a.start_123 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);

  font-size: 15px;
  font-weight: 400;

  text-decoration: underline;
}
.infinitys_222 h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  color: black;
}
.text_233 h5 {
  text-align: start;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  color: black;
}
p.advance-payment_11 {
  margin: 0px;
  color: black;
}
.gift-card_copy_233 h2 {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: bold;
}
.form-block-header_0888 h2 {
  font-size: 21px;
  font-weight: 900;
  color: black;
  text-align: center;
}

.form-block-header_0888 p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  color: black;
}
.form-block-header_0888 p span a {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  color: black;
}
.form-block-header_0777 {
  text-align: center;
  background: #003eff;
  width: 50%;
  margin: auto;
  border-radius: 30px;
}

.form-block-header h6 {
  font-size: 18px;
  font-family: "Poppins";
  /* margin-top: 20px; */
}

.admin-header-main h1 {
  font-size: 33px;
  color: #000;
  font-weight: 600;
}

.discount-giftcard {
  position: absolute;
  right: 5px;
  font-size: 16px;
  font-weight: 600;
  top: 2px;
  font-family: "Poppins";
  color: #14854d;
}

/*******dashboard css******/

.dashboard-stat-box p {
  font-size: 15px;
  font-weight: 400;
  font-family: poppins;
  margin-bottom: 0px;
}
.dashboard-stat-box h3 {
  font-size: 17px;
  font-weight: 700;
  font-family: poppins;
}

.green-active-color {
  color: #14854d;
}
.primary-text-color {
  color: #003eff;
}
.text-underline {
  text-decoration: underline;
}
span.green-circle {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #14854d;
  border-radius: 14px;
  margin-right: 5px;
}

.dashboard-table table thead th {
  background: #ebebeb;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  vertical-align: middle;
  padding: 10px;
}
.dashboard-table table tbody tr td {
  border-bottom: 1px solid #d9d9d9 !important;
}
.dashboard-table table tbody tr td {
  border-bottom: 1px solid #d9d9d9 !important;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.dashboard-table table tbody tr.disable > td {
  color: #d9d9d9 !important;
}
.dashboard-table table tbody tr td a {
  color: #003eff;
  text-decoration: underline;
}
.dashboard-table table tbody tr td.top-up,
.dashboard-table table thead tr th.top-up {
  color: #14854d;
}
.dashboard-table table tbody tr td.redemption,
.dashboard-table table thead tr th.redemption {
  color: #ce2e2e;
}
.dashboard-table table tbody tr td.amount {
  font-weight: 700;
}

.loyality-banner-container h1 {
  font-size: 44px;
  font-weight: 600;
  font-family: poppins;
  color: #003eff;
}
.loyality-banner-container p {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  font-family: poppins;
}

span#togglePassword {
  background: none;
  /* border-left: 0; */
}
i#eyeIcon {
  color: #828282;
}

input.submit-primary-btn.float-right.next-btns:hover,
button.float-right.confirm-btns_12:hover,
.login-page-container .form-section button:hover,
.form-block-header_0777:hover {
  background: #0d35bb;
}

.wallet-heading h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.wallet-heading p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
}
.wallet-input label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000;
}
.wallet-input input {
  border: 1px solid #cfcfcf;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000 !important;
}
.back-btn {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #000;
}

/*****haeder gift card dropdown*********/

.giftcard-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
.giftcard-dropmenu-container:hover {
}

.giftcard-menu svg {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.giftcard-menu h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  margin-bottom: 3px;
}
.giftcard-menu p {
  font-family: Poppins;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left !important;
  color: #bfbfbf !important;
}
.giftcard-menu:hover {
  border-bottom: 4px solid #003eff;
}

.giftcard-dropmenu-container:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: remove the delay margin */
  
  border-radius: 0;
}
.giftcard-dropdown .item .subtitle {
  font-family: Times;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
}
.giftcard-dropdown .item strong {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
}
.giftcard-dropdown .item {
  display: flex;
}
.giftcard-dropdown .item .icon-box {
  margin-right: 20px;
}
.giftcard-dropdown .dropdown-item:hover,
.giftcard-dropdown .dropdown-item {
  background: #222;
  cursor: pointer;
  margin: 10px 0 !important;
}

/**********header giftcard dropdown end************/

/****language dropdown*******/

.language-dropdown {
  float: right;
}
.language-dropdown .dropdown-toggle.custom-toggle {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 12px;
  background-color: white;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}

.language-dropdown .dropdown-toggle.custom-toggle img#selected-flag {
  width: 19px;
  height: 19px;
  margin-right: 8px;
  border-radius: 50%;
}

/*********end language dropdown*****/

/***************financial report dashboard**************/

.notification-prompt-container {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 3px #ccc;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.notification-prompt-container .prompt-left {
  display: flex;
  align-items: baseline;
}

.notification-prompt-container .prompt-left h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 15px;
  line-height: Size/l;
  letter-spacing: 0px;
  color: #000;
  margin-right: 20px;
}
.notification-prompt-container .prompt-left p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13.2px;
  line-height: 14.4px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #003eff;
  margin-bottom: 0;
  margin-right: 20px;
}
.notification-prompt-container .prompt-left p.date {
  font-family: Family/Title;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #545454;
  margin-right: 20px;
}
.notification-prompt-container .prompt-left .activate-btn {
  width: 98;
  height: 38.25;
  border-radius: 19.2px;
  gap: 7.5px;
  padding-top: 9px;
  padding-right: 16.5px;
  padding-bottom: 9px;
  padding-left: 16.5px;
  background: #003eff;
  text-decoration: none;
  color: #fff;
}
.notification-prompt-container .prompt-right a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 13.2px;
  line-height: 14.4px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  text-decoration: underline !important;
  color: #545454;
}

.stats-report-container {
  display: flex;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 20px 0;
  padding: 20px 0;
  /* justify-content: flex-end; */
}

.stats-records h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.stats-records h5 strong {
  font-weight: 500;
  font-size: 17px;
  margin-top: 6px;
  display: inline-block;
}
.stats-main-heading {
  margin-right: 75px;
  min-width: 100px;
}
.stats-main-heading h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.text-danger {
  color: #ce2e2e !important;
}
.text-success {
  color: #14854d !important;
}
.text-primary {
  color: #003eff !important;
}

table.daily-financial-table th h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #1a1a1a;
}
table.daily-financial-table th .export-btn {
  /* border-width: 2px; */
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #003eff;
  /* color: #fff; */
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  float: right;
  padding: 10px;
  border: 1px solid #003eff;
}
table.daily-financial-table tbody td {
  font-size: 15px;
  font-family: poppins;
  font-weight: 400;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.daily-financial-table tbody td p {
  margin-bottom: 0;
}
table.daily-financial-table tbody td h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
}

/*********end********/
.btn-outline-primary {
  border-color: #003eff !important;
  color: #003eff !important;
}
.btn-outline-primary:hover {
  background: #0d35bb !important;
  border-color: #0d35bb !important;
  color: #fff !important;
}

.ft-11 {
  font-size: 11px !important;
}
.ft-15 {
  font-size: 15px !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.text-left {
  text-align: left !important;
}

.text-gray {
  color: #d9d9d9 !important;
}
 
.main-body h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 33px;
  line-height: 37px;
  letter-spacing: 0px;
  text-align: center;
}

.main__text p {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;

  color: #14854D;
}

.text__321 p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: black;
}

.box__212 {
  border: 2px solid #eee;
}
.box__212 h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  margin: 0px;
  color: black;
  padding: 12px 9px 12px 6px;
}

.group__btns .mainbtns {
  background: #D9D9D9;
  border: none;
  color: black;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
}

.heading__332 p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 0px;
}

.heading__332 {
  position: relative;
  top: 30px;
}

.heading__332 h6 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  line-height: 40px;
}




.heading__3322 p {
  color: #003EFF;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 0px;
}

.heading__3322 {
  position: relative;
  top: 30px;
}

.heading__3322 h6 {
  color: #003EFF;
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  line-height: 40px;
}

.black__btn12 {
  background: none;
  border: none;
  text-decoration: -moz-none;
  text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0px;
  text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.next__btn33 {
  width: 148;
  height: 56;
  top: 686px;
  left: 810px;
  padding-top: 11px;
  padding-right: 36px;
  padding-bottom: 11px;
  padding-left: 36px;
  gap: 10px;
  border-radius: 28px;
  background: var(--Ad-Blue, #003EFF);
  color: white;
  font-family: Poppins;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.main-body h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 33px;
  line-height: 37px;
  letter-spacing: 0px;
  text-align: center;
}
.main__text h6 {
 font-family: Poppins;
font-weight: 400;
font-style: italic;
font-size: 17px;
line-height: 22.5px;
letter-spacing: 0px;
text-align: center;
columns: #000000;

}
.text__td {
  text-align: end;
}

.table-container {
  border-top: 2px solid var(--Ad-Black, #1A1A1A);
  border-bottom: 2px solid var(--Ad-Black, #1A1A1A);
  
  padding: 11px 0px 11px 0px;
}
.text__price {
  font-family: Poppins;
  font-weight: 700;
  font-size: 17px;
  line-height: 22.5px;
  letter-spacing: 0px;

}

.vat__123 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: black;
}
.heading__22 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 33px;
  line-height: 22.5px;
  letter-spacing: 0px;
}
.form-check-input[type="checkbox"] {
  border-radius: 50px !important;
}

.check__44 {
  border: none;
}
.table-container__12 {
  border-top: 2px solid #CDCDCD;
  border-bottom: 2px solid #CDCDCD;
  
  padding: 11px 0px 11px 0px;
}

.radio__label {
  font-family: Poppins;
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0px;
}

.text__green {

  width: 36px;
  height: 18px;
  top: 503px;
  left: 915.71px;
  border-radius: 4px;
}
.text__green p {
  background: #00DFFF;
  margin: 0px;
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
}

.container__border {
  border-bottom: 2px solid #CDCDCD;
  padding: 11px 0px 11px 0px;
}
.text__black {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: right;
}
h3.edit__user {
    font-weight: 600 !important;
}

.form__section label {
    color: black;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    margin: 0px 0px 3px 3px;
}
.form__section .form-control {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    border: 1px solid rgba(191, 191, 191, 1) !important;
}
.form__section .form-control::placeholder {
    color: black;
}
.form__section .chosen-container {
    width: 100% !important;
}
.form__section .chosen-container {
    width: 100% !important;
   
    
}
.form__section .chosen-container ul.chosen-choices {
    border: 1px solid rgba(191, 191, 191, 1);
    background: #f8fafc;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    line-height: 25px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

ul.chosen-choices li.search-field {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
}



.new__tabs label {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
}

.new__tabs .form-control::placeholder {
    color: black;
}
.new__tabs .form-control {
    color: black;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
}

.mai__save21 {
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    background: var(--Ad-Blue, rgba(0, 62, 255, 1));
    border: none;
    color: white;
    border-radius: 33px;
    padding: 15px 20px 15px 20px;
}
.cancel__btns4311 {
    background: none;
    border: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    margin: 0px 17px 0px 0px;
}

span.green321 {
    color: rgba(20, 133, 77, 1);
    
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'Poppins';
}

span.gift__768 {
    color: rgba(26, 26, 26, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}

h3.edit__user44 {
    font-size: 27px;
    text-align: start;
}

.main__boxbody {
    box-shadow: 0px 0px 4.69px 0px rgba(0, 0, 0, 0.5);
    border: 1.56px solid var(--Ad-Light-Gray, rgba(191, 191, 191, 1));
    border-radius: 10px;
    border-width: 1.56px;
    padding-top: 11px;
    padding-right: 15px;
    padding-bottom: 11px;
    padding-left: 15px;
    top: 11px;
    left: 10px;
    gap: 10px;
   background: var(--Ad-White, rgba(255, 255, 255, 1));

}

.progress__baar22 h3 {
    font-weight: 700 !important;
    font-size: 36px !important;
    letter-spacing: 0px;
    vertical-align: bottom !important;
    text-align: start !important;
    padding: 20px 0px 0px 0px;
}
.progress__baar22 p {
    color: rgba(20, 133, 77, 1);
    margin: 0px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    padding: 9px 0px 3px 0px;
}
.progress__baar22 h5 {
    color: rgba(20, 133, 77, 1);
    font-family: 'Poppins';
    font-weight: 700;
    font-size: xx-large;
    line-height: xxl;
    letter-spacing: 0px;
    text-align: center;
}

.text__761 h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(84, 84, 84, 1);
   
}

.text__7641 h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    color: rgba(0, 62, 255, 1);
     
}
.section__432 {
    display: flex;

}

.progress__section {
    width: 60%;
    height: 20px;
    gap: 10px;
    padding-top: 2px;
    padding-right: 9px;
    padding-bottom: 2px;
    padding-left: 9px;
    background: var(--Ad-Gray, rgba(130, 130, 130, 1));
    border-radius: 22px;

}

.progress__section p {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
}

.progress__section33 {
   width: 40%;
    height: 20px;
    gap: 10px;
    border-radius: 22px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    background: var(--Ad-Blue, rgba(0, 62, 255, 1));
    margin: 0px;
}
.progress__section33 p {
    font-weight: 700;
    font-size: 11px;
    line-height: Size/m;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
}
 
.baar22 {
    font-family: Poppins;
    font-weight: 700;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    border-left: 1px solid rgba(130, 130, 130, 1);
    border-right: 1px solid rgba(130, 130, 130, 1);
    height: 18px;
    position: relative;
    top: 5px;
    margin: auto;
   
}

.text__761 h4 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: small;
    line-height: 15px;
    margin: 0px;
}

.main__445 {
    text-align: end;
}
.main__445 p {
    font-style: italic;
    margin: 0;
}

.privech__container {
    top: 364px;
    gap: 17px;
    border-radius: 10px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    background: var(--Colors-Gray-50, rgba(245, 245, 245, 1));
    width: 87%;
}

.section__previech434 h4 {
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(26, 26, 26, 1);
    font-family: Poppins;
    font-weight: 700;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
    margin: 0px;
    padding-top: 25px;
}
.section__previech434 p {
  padding-left: 15px;
    padding-right: 15px;
    color: rgba(26, 26, 26, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    padding-top: 8px;
}

button.conform__333 {
    border: none;
    background: rgba(0, 62, 255, 1);
    width: 164.40000915527344px;
    height: 66px;
    gap: 10px;
    border-radius: 100px;
    padding-top: 20px;
    padding-right: 26px;
    padding-bottom: 20px;
    padding-left: 26px;
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-weight: 600;
    font-size: 17.6px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}


.body__container {
    box-shadow: 0px 0px 4.69px 0px rgba(0, 0, 0, 0.5);
    border: 1.56px solid var(--Ad-Light-Gray, rgba(191, 191, 191, 1));
    border-radius: 10px;
    border-width: 1.56px;
    padding-top: 11px;
    padding-right: 15px;
    padding-bottom: 11px;
    padding-left: 15px;
    top: 11px;
    left: 10px;
    gap: 10px;
    background: var(--Ad-White, rgba(255, 255, 255, 1));
}

.privech__container22 {
    top: 364px;
    gap: 17px;
    border-radius: 10px;
    padding-bottom: 20px;
    border-bottom-width: 1px;   
}

.main-body230 {
    padding-top: 159px;
}

h3.edit__user44 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}

.section__6788 {
    width: 50% !important;
}

.previch__body33 {
    border-radius: 10px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    background: var(--Colors-Gray-50, rgba(245, 245, 245, 1));
    
}

.container__border222 {
    border-top: 1px solid rgba(130, 130, 130, 1);
    padding-top: 43px;
    margin-top: 200px;
}

.main-body230 p {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: large;
    line-height: normal;
    letter-spacing: 0px;
}

.cancel__btns4311 a {
    color: black;
    text-decoration: none;
}
.mai__save21 a {
    color: white;
    text-decoration: none;
}
 
.progress-container {
  display: flex;
  gap: 15px;
 
}

.dot {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #007bff;
}
.dot__progress {
    background: var(--Colors-Gray-50, rgba(245, 245, 245, 1));
    gap: 10px;
    padding-top: 38px;
    padding-right: 59px;
    padding-bottom: 38px;
    padding-left: 59px;
}

.main-body44 p {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: large;
   line-height: 50px;
    letter-spacing: 0px;
}

.main-body44 {
    margin-top: 50px !important;
}
 .close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    color: rgba(0, 62, 255, 1);
    font-weight: bold;
}

  .close-button:hover {
    color: red;
  }

  .form__container p {
    font-family: Poppins;
    font-weight: 400;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
}

input#basic2 {
    margin-right: 40px;
    position: relative;
    top: 4px;
}

label.basictext {
    font-family: Poppins;
    font-weight: 400;
    font-size: medium;
    line-height: initial;
    letter-spacing: 0px;
    vertical-align: middle;
}
.text3211 p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
}
.text3211 {
    margin: 40px 0px 0px 0px;
}
th.textname33 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    color: rgba(26, 26, 26, 1);
}

span.nametext {
    margin: 25px;
}
tr.border334 {
    border-top: 1px solid rgba(217, 217, 217, 1) !important;
     border-bottom: 1px solid rgba(217, 217, 217, 1) !important;
}

td.textname33 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    color: rgba(26, 26, 26, 1);
}
.Svensson222 {
    width: 0px;
}

.mainpagess444 {
    text-align: center;
}

.mainpagess444 h3 {
    font-family: 'Poppins';
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    font-size: x-large;
}

span.section321 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0px;
    text-align: center;
}
.mainpagess444 {
    text-align: center;
    margin: 150px 0px 0px 0px;
}
button.main___pagess990 {
    background: rgba(255, 255, 255, 1);
    border-radius: 26px;
    border: 2px solid rgba(0, 62, 255, 1);
    color: rgba(0, 62, 255, 1);
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.6px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding: 15px 30px 15px 30px;
}

.privech__tech p {
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0px;
    vertical-align: bottom;
}
.uploadfile {
    background: rgba(241, 244, 254, 1);
    border: 2px dashed rgba(0, 62, 255, 1);
    border-radius: 7.55px;
     text-align: center;
    padding: 50px;
}

.uploadfile h6 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: initial;
    letter-spacing: 0px;
}

.uploadfile p {
    color: rgba(0, 0, 0, 0.4);
    font-family: Poppins;
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
}
.gh333 p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
}
span.nametext {
    margin: 25px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
     
}
tr.border33456{
    border-top: 1px solid rgba(217, 217, 217, 1) !important;
    
}

.form__container h6 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0px;
    color: rgba(206, 46, 46, 1);
}
span.error__section {
    margin-right: 20px;
}
 
th.textname33 {
    width: 94px;
}
 
.variants {
  display: flex;
  justify-content: center;
  align-items: center;
}

.variants > div {
  margin-right: 5px;
}

.variants > div:last-of-type {
  margin-right: 0;
}

.file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file > input[type='file'] {
  display: none
}

.file > label {
    border: 2px solid var(--Ad-Blue, rgba(0, 62, 255, 1));
    width: 135px;
    gap: 10px;
    border-radius: 25.6px;
    padding-top: 18px;
    padding-right: 13px;
    padding-bottom: 18px;
    padding-left: 13px;
    border-width: 2px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14.6px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 62, 255, 1);
}

.file > label:hover {
  border-color: hsl(0, 0%, 21%);
}

.file > label:active {
  background-color: hsl(0, 0%, 96%);
}

.file > label > i {
  padding-right: 5px;
}

.file--upload > label {
  color: hsl(204, 86%, 53%);
  border-color: hsl(204, 86%, 53%);
}

.file--upload > label:hover {
  border-color: hsl(204, 86%, 53%);
  background-color: hsl(204, 86%, 96%);
}

.file--upload > label:active {
  background-color: hsl(204, 86%, 91%);
}

.file--uploading > label {
  color: hsl(48, 100%, 67%);
  border-color: hsl(48, 100%, 67%);
}

.file--uploading > label > i {
  animation: pulse 5s infinite;
}

.file--uploading > label:hover {
  border-color: hsl(48, 100%, 67%);
  background-color: hsl(48, 100%, 96%);
}

.file--uploading > label:active {
  background-color: hsl(48, 100%, 91%);
}

.file--success > label {
  color: hsl(141, 71%, 48%);
  border-color: hsl(141, 71%, 48%);
}

.file--success > label:hover {
  border-color: hsl(141, 71%, 48%);
  background-color: hsl(141, 71%, 96%);
}

.file--success > label:active {
  background-color: hsl(141, 71%, 91%);
}

.file--danger > label {
  color: hsl(348, 100%, 61%);
  border-color: hsl(348, 100%, 61%);
}

.file--danger > label:hover {
  border-color: hsl(348, 100%, 61%);
  background-color: hsl(348, 100%, 96%);
}

.file--danger > label:active {
  background-color: hsl(348, 100%, 91%);
}

.file--disabled {
  cursor: not-allowed;
}

.file--disabled > label {
  border-color: #e6e7ef;
  color: #e6e7ef;
  pointer-events: none;
}

@keyframes pulse {
  0% {
    color: hsl(48, 100%, 67%);
  }
  50% {
    color: hsl(48, 100%, 38%);
  }
  100% {
    color: hsl(48, 100%, 67%);
  }
}















.user__container {
    margin: auto;
    width: 95% !important;
}

.user__text2 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14.4px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    
}
.user__text2 {
    display: flex;
}
.user__text2 li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.user__text2 li.text__user3355 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14.4px;
    text-decoration: underline;
  
}

.user__text2 li.text__user33 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14.4px;
    /* line-height: 100%; */
    letter-spacing: 0px;
    margin-left: 9px;
}
.user__text2 {
    display: flex;
    padding: 20px 0px 20px 0px;
}

.user__heading h5 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}

.previech__buttons {
    width: 183.5px;
    height: 39px;
    border-radius: 6px;
    /* border-width: 2px; */
    text-align: start;
    border: 2px solid rgba(20, 133, 77, 1);
}

span.span22__iconss i.fa {
    color: rgba(0, 62, 255, 1);
    width: 20px;
    height: 17px;
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 4px;
}

span.addnew__user {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    /* background: var(--Ad-Green, rgba(20, 133, 77, 1)); */
    color: rgba(20, 133, 77, 1);
    margin-left: 14px;
}








 .navbar-dark {
      background-color: #111;
    }
    .tag {
      background: #e0e0e0;
      padding: 0.25rem 0.6rem;
      border-radius: 20px;
      margin-right: 5px;
    }
    .btn-circle {
      border-radius: 50px !important;
    }
    .table-success td {
      background-color: #e8fff1 !important;
    }
    .footer-text {
      font-style: italic;
      color: #333;
      text-align: right;
      margin-top: 30px;
    }
.mdin__columsee label.form-check-label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: small;
    
    letter-spacing: 0px;
    vertical-align: bottom;
}

.pagess__44 {
    position: relative;
    bottom: 41px;
}


.pagess__44 {
    position: relative;
    bottom: 41px;
    left: 110px;
}
select.form-select22 {
    width: 150px;
}

tr.table-success {
    border-top: 1px solid rgba(217, 217, 217, 1) !important;
}

tr.table-success11 {
    border-top: 1px solid rgba(217, 217, 217, 1) !important;
}


tr.table33__box22 th {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
}
tr.table-success td a {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    
    text-decoration-thickness: 0%;
    color: rgba(0, 62, 255, 1);
}

tr.table-success11 td a {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
   
    
    text-decoration-thickness: 0%;
    color: rgba(0, 62, 255, 1);
}

tr.table-success  .bold123 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
}
td.gray333 {
    color: rgba(84, 84, 84, 1) !important;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
}

tr.table-success11  .bold123 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
}

.previech__buttons323 {
    position: absolute;
    right: 35px;
    width: 159;
    height: 52;
    gap: 5px;
    border-radius: 33px;
    padding-top: 14px;
    padding-right: 22px;
    padding-bottom: 14px;
    padding-left: 22px;
    border-width: 2px;
    
    border: 2px solid  rgba(206, 46, 46, 1);
}

span.addnew__userred {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    /* background: var(--Ad-Green, rgba(20, 133, 77, 1)); */
    color: rgba(206, 46, 46, 1);
    margin-left: 14px;
}
span.span22__iconssred i.fa {
    color: rgba(206, 46, 46, 1);
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 4px;
}
.mai__save2155 {
    border: 1px solid rgba(0, 62, 255, 1);
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    background: rgba(0, 62, 255, 1);
    color: white;
    padding: 15px 20px 15px 20px;
    border-radius: 33px;
}
ul.main__search {
    display: flex
;
    list-style: none;
    /* padding: 20px; */
}

ul.main__search li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0px;
    margin: 0px 27px 0px 0px;
}

span.edit-link {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: rgba(0, 62, 255, 1) !important;
    text-decoration-thickness: 0%;
  
}

.bgcolir {
    background: var(--Colors-Blue-50, rgba(241, 244, 254, 1));
}

.back__icon p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    
    text-decoration-thickness: 0%;
}

span.left33__btn4 {
    margin-right: 5px;
}

.petarheadinh h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: 0px;
}

.petarheadinh p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0px;
   text-decoration: none
}


.subheading6785  {
    border: none;
    width: 57px;
    height: 24px;
    gap: 10px;
    border-radius: 4px;
     
}

button.activebtn22 {
    background: var(--Ad-Green, rgba(20, 133, 77, 1));
    border: none;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}
.subheading678555 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    margin: 0px;
}
.main330 strong {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
}

.main330 span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}

.previech__buttons44 {
    width: 183.5px;
    height: 39px;
    border-radius: 6px;
    /* border-width: 2px; */
    text-align: start;
    border: 2px solid rgba(0, 62, 255, 1);
}

span.span22__iconss44 i.fas {
    color: rgba(0, 62, 255, 1);
    font-size: 17px;
    margin-right: 10px;
}

.previech__buttons44 span.span22__iconss44 i {
    color: rgba(0, 62, 255, 1);
    font-size: 17px;
    margin-right: 10px;
}
span.addnew__users22 {
      font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: initial;
    letter-spacing: 0px;
    color: rgba(0, 62, 255, 1);
}

span.addnew__user22 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: initial;
    letter-spacing: 0px;
    color: rgba(0, 62, 255, 1);
}
.previech__buttons45 {
    width: 183.5px;
    height: 39px;
    border-radius: 6px;
    /* border-width: 2px; */
    text-align: start;
    border: 2px solid rgba(172, 39, 255, 1);
}
span.span22__iconss12 i {
    color: rgba(172, 39, 255, 1);
    font-size: 17px;
     margin-right: 10px;
     
}

span.addnew__user43 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: initial;
    letter-spacing: 0px;
    color: rgba(172, 39, 255, 1);
}

.previech__buttons456 {
    width: 183.5px;
    height: 39px;
    border-radius: 6px;
    /* border-width: 2px; */
    text-align: start;
    border: 2px solid rgba(206, 46, 46, 1);
}
span.span22__iconss56 i {
    color: rgba(206, 46, 46, 1);
    font-size: 17px;
    margin-right: 10px;
}
span.addnew__user56 {
    font-weight: 600;
    font-size: 15px;
    line-height: initial;
    letter-spacing: 0px;
    color: rgba(206, 46, 46, 1);
}

.distance__3452 h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: medium;
    line-height: normal;
    letter-spacing: 4px;
    vertical-align: middle;
    text-transform: uppercase;
}
.distance__3452 {
    padding: 51px;
}

.table__previch44 td.blue33 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: small;
    color: rgba(84, 84, 84, 1);
    width: 150px;
    line-height: 15px;
}

td.bluered {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: small;
    /* line-height: 15px; */
    /* letter-spacing: 0px; */
    color: rgba(26, 26, 26, 1);
}
td.blueclr345 {
    color: rgba(0, 62, 255, 1) !important;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    width: 130px;
}
td.Cancel__deliver {
    text-align: end;
}

button.cancel__remove {
 
    border: 1px solid rgba(206, 46, 46, 1);
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    
    color: rgba(206, 46, 46, 1);
    padding: 10px 15px 10px 15px;
    border-radius: 7px;
}


.addprime123 h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}

span.dashboard44 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}
.progress__baar22 img {
    width: 100%;
}

.previch__body3344 {
    border-radius: 10px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom: 1px solid var(--Ad-Soft-Gray, rgba(217, 217, 217, 1));
    background: var(--Ad-Soft-Gray, rgba(217, 217, 217, 1));

}

.section__previech434 h6 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    vertical-align: bottom;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: rgba(0, 62, 255, 1);
    text-align: center;
    padding-top: 25px;
}

.dashboard32 {
    padding: 10px 0px 0px 12px;
}
button.activebtn2244 {
    background: rgba(206, 46, 46, 1);
    border: none;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    padding: 5px;
}
.adprime55 {
    padding: 10px 0px 0px 0px;
}
.adprime55 p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    margin: 0;
}

.message__333 h3 {
    color: rgba(130, 130, 130, 1);
}

.message__333 p  {
    color: rgba(130, 130, 130, 1);
}

.message__333 h5  {
    color: rgba(130, 130, 130, 1);
}

button.activebtn224466 {
    background: rgba(84, 84, 84, 1);
    border: none;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    padding: 5px;
}

 

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: rgba(255, 255, 255, 1);
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
    border: 1px solid rgba(217, 217, 217, 1);
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

.label__234 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: bottom;
    margin-bottom: 7px;
    position: relative;
    left: 3px;
}

.add__userbtns {
    border: 1px solid var(--Ad-Green, rgba(20, 133, 77, 1));
    padding: 7px 15px 7px 15px;
    background: white;
    position: relative;
    text-align: 5px;
    bottom: 8px;
}
button.btn550 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    border: none;
    color: rgba(20, 133, 77, 1);
    background: none;
}

 
ul.dropdown-menu {
    width: max-content;
}
 
 
ul.mega-menu.mega-grid-4 {
    width: 100%;
    margin: auto;
}
 
.main-menu .mega-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
}
.main-menu .mega-menu {
  background: black;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    padding: 30px 30px;
    width: 100%;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    justify-content: center;
    overflow: hidden;
    
    pointer-events: none;
    z-index: 20;
    transition: all 0.5s;
        position: relative;
    bottom: 9px;
    text-align: start;
    border-radius: 0 0 8px 8px;
}
 
 .mega-menu .mega-grid-4 {
    display: block;
    margin-top: 0;
    border-radius: 0;
}
.main-menu li {
    position: relative;
    list-style: none;
}

.main-menu .mega-menu .title {
    font-weight: 500;
    color: #ffffff;
   border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    pointer-events: none;
    border-radius: 0;
    display: block;
}

.main-menu .mega-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    display: inline-block;
    align-items: center;
    gap: 8px;
    background: transparent;
    border-radius: 8px;
    transition: all 0.3s;
    text-decoration: none;
}










 .previech__wallet44 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
}


.previech__wallet {
    background: rgba(245, 245, 245, 1);
     padding: 25px 25px 25px 25px;
    border-radius: 9px;
}
.dot__heading h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 62, 255, 1);
    margin-right: 12px;
}
.wallet__owner input#exampleInputtext1::placeholder {
    color: rgba(155, 155, 155, 1);
}

span.span__heading {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
}

.previech__wallet44 h6 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    /* line-height: 100%; */
    letter-spacing: 0px;
    color: black;
}

.previech__images22 img {
    
    height: 192px;
    border-radius: 6px;
}

.previech__images22 img.mobile___img {
    opacity: 30%;
}

.previech__images22 img {
    height: 192px;
    border-radius: 6px;
    width: 118px;
}

.text__123 p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
}

.text__123 p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0px;
    margin: 0px;
}


button.activebtn22e {
    background: var(--Ad-Green, rgba(20, 133, 77, 1));
    border: none;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

 .middle__222 p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: small;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 0px;
}
.middle__22244 p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: small;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    margin: 0px;
}

.main__text22 p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    vertical-align: bottom;
    margin: 0px;
}
.main__text2235 h5 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: large;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: bottom;
    margin: 0;
}

.main__text2235 h6 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: right;
    color: rgba(20, 133, 77, 1);
}

.previtchgreen p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(20, 133, 77, 1);
    margin: 0px;
}

.previtchgreen h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: xx-large;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(20, 133, 77, 1);
}

.previtchblue p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 62, 255, 1);
    margin: 0px;
}

.previtchblue h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: xx-large;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 62, 255, 1);
}

.previtchblack p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0px;
}

.previtchblack h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: xx-large;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
}

.row-cancelled {
    background-color: #fbeaea;
}


    table {
      width: 100%;
      border-collapse: collapse;
      background: white;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    th, td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #ddd;
      font-size: 14px;
    }

    th {
      background-color: #f9f9f9;
      font-weight: bold;
    }

    .status-pending {
      color: #555;
      font-weight: bold;
    }

    .status-cancelled {
      color: red;
      font-weight: bold;
      background-color: #fbeaea;
    }

    .status-delivered {
      color: #007bff;
      font-weight: bold;
    }

    .user-name {
      font-weight: bold;
    }

    .link-blue {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
    }

    .btn-cancel {
      color: red;
      border: 1px solid red;
      padding: 5px 10px;
      border-radius: 5px;
      background-color: white;
      cursor: pointer;
      font-weight: bold;
    }

    .btn-cancel:hover {
      background-color: #ffe6e6;
    }

    .pagination {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
      font-size: 14px;
    }

    .pagination button {
      border: 1px solid #ccc;
      background: white;
      padding: 5px 8px;
      border-radius: 4px;
      cursor: pointer;
    }

    .pagination select {
      padding: 4px;
    }

    .row-cancelled {
      background-color: #fbeaea;
    }

    .confirmgift__22 p {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    font-size: larger;
    line-height: initial;
    letter-spacing: 0px;
    vertical-align: bottom;
}

.table__345 h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: bottom;
    color: rgba(0, 0, 0, 1);
}

td.bold12354 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
}

.mainborder333 {
    border: 1px solid var(--Ad-Soft-Gray, rgba(217, 217, 217, 1)) !important;
}

.previech__buttons444 {
    width: 183.5px;
    height: 39px;
    border-radius: 6px;
    text-align: end;
    border: none;
    background: none;
}

label.title__444 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0px;
}

h3.edit__user4411 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: x-large;
    letter-spacing: 0px;
}

.privetch__border11 {
    border: 1px solid var(--Ad-Soft-Gray, rgba(217, 217, 217, 1));
}

li.litext {
    list-style: none;
    font-family: Poppins;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    /* color: background: var(--Ad-Black, rgba(26, 26, 26, 1)); */
    color: rgba(26, 26, 26, 1);
}

.text__container22 h6 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0px;
}

input.input-cardss {
    border: 1px solid var(--Ad-Gray, rgba(130, 130, 130, 1));
    width: 217px;
    height: 52px;
    border-width: 1px;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: xx-large;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: right;
    padding: 18px 
}

.container22 .input-cardss::placeholder {
    color: rgba(26, 26, 26, 1);
}
.container33 h5 {
    align-items: center;
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: right;
    margin: 0px;
}
a.updatebtns {
    border: 2px solid var(--Ad-Green, rgba(20, 133, 77, 1));
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(20, 133, 77, 1);
    text-decoration: none;
    width: 78px;
    height: 39px;
    gap: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-width: 2px;
    border-radius: 6px;
}
a.btnss {
    border: 1px solid var(--Ad-Dark-Gray, rgba(84, 84, 84, 1));
    color: rgba(26, 26, 26, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    width: 66px;
    height: 30px;
    gap: 3px;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    border-width: 1px;
    border-radius: 4px;
    text-decoration: none;
}
a.btns33 {
    border: 1px solid var(--Ad-Dark-Gray, rgba(84, 84, 84, 1));
    color: rgba(26, 26, 26, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: small;
    line-height: 15px;
    letter-spacing: 0px;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    border-width: 1px;
    border-radius: 4px;
    text-decoration: none;
}

a.bg33 {
    background: var(--Ad-Blue, rgba(0, 62, 255, 1));
    color: white;
    border: none;
}

.section__908 {
    margin: auto;
    width: 90%;
}
.progress__section.section__6788 li {
    list-style: none;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin: 1px 0px 0px 0px;
}
.progress__section33.section__6788 li {
    list-style: none;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin: 1px 0px 0px 0px;
    text-align: right;
}
.margin__777 {
    margin: auto;
    width: 90%;
}

.text__775 {
    margin: auto;
    width: 91%;
}

.privech__heading55 {
    margin: auto;
    width: 90%;
}

.giftpayment h5 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: xx-large;
    margin-bottom: 30px;
}
.giftpayment p {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: large;
    line-height: normal;
    letter-spacing: 0px;
}

.privech__containerss {
    top: 364px;
    gap: 17px;
    border-radius: 10px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    width: 87%;
}

.payment__border33 {
    border-top: 1px solid var(--Ad-Soft-Gray, rgba(217, 217, 217, 1));
    padding: 12px 0px 12px 0px;
}

.maine__123 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0px;
}

.maine__555 p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    margin: 0px;
}

.payment__borderbold {
    border-top: 2px solid var(--Ad-Dark-Gray, rgba(84, 84, 84, 1));
    border-bottom: 2px solid var(--Ad-Dark-Gray, rgba(84, 84, 84, 1));
}
.maine__123 h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
    margin: 0px;
    padding: 14px 0px 14px 0px;
}

.maine__555 h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: right;
    margin: 0px;
    padding: 14px 0px 14px 0px;
}

.maine__555 h3 {
    margin: 0px;
    padding: 14px 0px 14px 0px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0px;
    vertical-align: middle;
}

input.input-cardss22 {
    width: 64px;
    height: 39px;
    border: 1px solid var(--Ad-Dark-Gray, rgba(84, 84, 84, 1));
    font-family: Poppins;
    font-weight: 700;
    font-size: medium;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    border-width: 1px;
}

.paymenttext p {
    font-family: Poppins;
    font-weight: 400;
    font-size: medium;
    line-height: initial;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    padding: 8px 0px 0px 0px;
    margin: 0px;
}

.container33 h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 8px 0px 0px 0px;
    margin: 0px;
}

.quantity__334 p {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    line-height: initial;
    letter-spacing: 0px;
    margin-top: 20px;
}

.giftpayment span.middle__342 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0px;
}

.mainpagess666 {
    top: 105px;
    gap: 10px;
    border-radius: 12px;
    padding: 50px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 58%;
    margin: auto;
    text-align: center;
    position: relative;
}

.mainpagess666 h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: x-large;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
}
.created__009 h5 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: italic;
    font-size: larger;
    line-height: unset;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 62, 255, 1);
}

.scanner__332 h3 {
    text-align: left;
}

span.scanner__5430 {
    margin-right: 25px;
}

.product-card {
        border: 1px solid rgb(218, 209, 209);
        border-radius: 5px;
        background: #fff;
        padding: 10px;
        height: 200px;
    }
    .product-image{
        text-align: center;
    }
    .product-image img {
        max-width: 108px;
        height: auto;
    }
    .product-title {
        font-weight: bold;
        font-size: 0.85rem;
        text-transform: uppercase;
    }
    .product-subtitle {
        font-size: 0.8rem;
        color: #555;
    }
    .price {
        font-size: 1rem;
        font-weight: bold;
    }
    .discount {
        font-size: 0.85rem;
        font-weight: bold;
        color: green;
    }
    .status-active {
        background: #1e8e3e;
        color: #fff;
        padding: 3px 10px;
        border-radius: 5px;
        font-size: 0.75rem;
        display: inline-block;
        margin-top: 5px;
    }
    .status-ongoing {
        background: #1e8e3e;
        color: #fff;
        padding: 3px 10px;
        border-radius: 5px;
        font-size: 0.75rem;
        display: inline-block;
        margin-top: 5px;
        font-weight: 600;
    }
    .status-finished {
        background: Gray;
        color: #fff;
        padding: 3px 10px;
        border-radius: 5px;
        font-size: 0.75rem;
        display: inline-block;
        margin-top: 5px;
        font-weight: 600;
    }
    .details {
        text-align: left;
        font-size: 0.8rem;
        margin-top: 8px;
    }
    .details-btn {
        border:2px solid rgba(0, 62, 255, 1);
        color: rgba(0, 62, 255, 1);
        background: transparent;
        border-radius: 8px;
        padding: 10px;
        font-size: 0.85rem;
        font-weight: 600;
        margin-top: 8px;
        transition: all 0.3s ease;
        width: 100px;
    }
    .details-btn:hover {
        background: rgba(0, 62, 255, 1);
        color: white;
    }
    .cancel-btn {
        border:2px solid red;
        color: red;
        background: transparent;
        border-radius: 8px;
        padding: 4px 10px;
        font-size: 0.85rem;
        font-weight: 600;
        margin-top: 8px;
        transition: all 0.3s ease;
        width: 100px;
    }
    .cancel-btn:hover {
        background: red;
        color: white;
    }
    /*__________ 21/8/2025____________ */
 .dot__headings h5 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 62, 255, 1);
    margin-right: 12px;
}


h3.edit__user4400 {
    font-family: 'Poppins';
    font-family: Family/Title;
    font-weight: bold;
    font-style: Bold;
    font-size: xx-large;
}

li.search-choice {
    background: var(--Ad-Soft-Gray, rgba(217, 217, 217, 1)) !important;
    border: none !important;
}

.product__heading h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
}






 .upload__box {
	 padding: 40px;
}
 .upload__inputfile {
	 width: 0.1px;
	 height: 0.1px;
	 opacity: 0;
	 overflow: hidden;
	 position: absolute;
	 z-index: -1;
}
 .upload__btn {
	 display: inline-block;
	 font-weight: 600;
	 color: #fff;
	 text-align: center;
	 min-width: 116px;
	 padding: 5px;
	 transition: all 0.3s ease;
	 cursor: pointer;
	 border: 2px solid;
	 background-color: #4045ba;
	 border-color: #4045ba;
	 border-radius: 10px;
	 line-height: 26px;
	 font-size: 14px;
}
 .upload__btn:hover {
	 background-color: unset;
	 color: #4045ba;
	 transition: all 0.3s ease;
}
 .upload__btn-box {
	 margin-bottom: 10px;
}
 .upload__img-wrap {
	 display: flex;
	 flex-wrap: wrap;
	 margin: 0 -10px;
}
 .upload__img-box {
	 width: 200px;
	 padding: 0 10px;
	 margin-bottom: 12px;
}
 .upload__img-close {
	 width: 24px;
	 height: 24px;
	 border-radius: 50%;
	 background-color: rgba(0, 0, 0, 0.5);
	 position: absolute;
	 top: 10px;
	 right: 10px;
	 text-align: center;
	 line-height: 24px;
	 z-index: 1;
	 cursor: pointer;
}
 .upload__img-close:after {
	 content: '\2716';
	 font-size: 14px;
	 color: white;
}
 .img-bg {
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 position: relative;
	 padding-bottom: 100%;
}
 label.upload__btn33 p {
    margin: 0px;
}

label.upload__btn33 {
    border: 2px solid var(--Ad-Blue, rgba(0, 62, 255, 1));
    width: 180px;
    opacity: 1;
    border-radius: 9px;
    border-width: 2px;
    text-align: center;
}

label.upload__btn33 p {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium !important;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    padding: 6px 0px 6px 0px;
    color: rgba(0, 62, 255, 1);
}

.upload__img-wrap11 {
    font-family: Jost;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
}

table.tabless {
    box-shadow: none;
}

.product-title22 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.product-subtitle45 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 0px;
}
.product-card11 {
    border: 1px solid rgb(218, 209, 209);
    border-radius: 5px;
    background: #fff;
    padding: 10px;
     
}

.product-card11 {
    border: 1px solid rgb(218, 209, 209);
    border-radius: 5px;
    background: #fff;
    padding: 18px 33px 17px 19px;
}

input#basic23 {
    margin-right: 20px;
    position: relative;
    top: 4px;
}
h3.edit__user4311 {
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}


.mai__save21 {
    padding: 15px 33px 15px 33px;
}

.form__section .productline::placeholder {
    color: black;
    font-family: Family/Title;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: Size/xl;
    letter-spacing: 0px;
    vertical-align: bottom;
}

button.btn5504 {
    border: 1px solid rgba(0, 62, 255, 1);
    background: white;
    padding: 10px;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 62, 255, 1);
}

button.btn5504 {
    border: 1px solid rgba(0, 62, 255, 1);
    background: white;
    padding: 12px 18px 12px 18px;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 62, 255, 1);
}

td.productimg img {
    width: 82px;
    height: 82px;
    opacity: 1;  
    text-align: start !important;
}

td.nametexwwt {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

span.productnatural {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
}


td.textname3355 {
    text-align: end;
}
.previech__buttonsee22 {
    width: 103px !important;
    opacity: 1;
    border: 2px solid rgba(0, 62, 255, 1) !important;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    border-radius: 6px;
    padding: 10px;
}

span.addnew__user22 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: initial;
    letter-spacing: 0px;
    color: rgba(0, 62, 255, 1);
    margin-left: 14px;
}

.previech__buttonsee {
    border: 2px solid rgba(206, 46, 46, 1);
    border-radius: 6px;
}
span.addnew__user342 {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(206, 46, 46, 1);
    margin-left: 18px;
}

.choose__product321 h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 17px;
}

.form__sectionrr label {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.add-promotion333 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 100%;
    letter-spacing: 0px;
}
.main-body4455 {
    width: 744px !important;
    height: 649px;
    opacity: 1;
    top: 219px;
    left: 347px;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
.idl__promotion {
    text-align: center;
}
.add__promotion {
    padding: 40px 50px 0px 50px;
}
.idl__promotion {
    padding-bottom: 30px;
}

.form-group.form__section p {
    font-style: italic;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(206, 46, 46, 1);
}

.promotion__form {
    padding: 0px 50px 0px 50px;
}
label.form-labe33 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgba(26, 26, 26, 1);
}

.privech__2266 {
    padding: 28px 0px 0px 0px;
    color: black;
    font-style: italic;
}

.privech__555 p {
    margin: 0px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}
.privech__555 p {
    margin: 0px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 9px;
}

.promotion__4000 img {
    width: 108px;
}

.mainpagess999 {
    top: 105px;
    gap: 10px;
    /* border-radius: 12px; */
    padding: 67px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 39%;
    margin: auto;
    text-align: center;
    position: relative;
    line-height: 35px;
}
.okbtn button {
    background: var(--Ad-Blue, rgba(0, 62, 255, 1));
    color: white;
    border: navajowhite;
    border-radius: 25px;
    padding: 0px 18px 0px 18px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 17.6px;
    letter-spacing: 0px;
    text-align: center;
}

.okbtn {
    margin-top: 30px;
}
.image__box33 img {
    width: 108px;
    height: 94px;
    opacity: 1;
}

.image__box33 {
    width: 170px;
    height: 167px;
    opacity: 1;
    gap: 10px;
    padding-top: 9px;
    padding-right: 13px;
    padding-bottom: 9px;
    padding-left: 13px;
    background: var(--Ad-White, rgba(255, 255, 255, 1));
    border: 1.2px solid var(--Ad-Soft-Gray, rgba(217, 217, 217, 1));
}

.image__box33 h5 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.image__box33 h6 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
}


.privech__4040 {
    margin-left: 30px;
}

.privech__4040 h4 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: bottom;
}

.opning__33 {
    margin-left: 30px;
    margin-top: 10px;
}

.opning__33 button {
    border: none;
    text-decoration: none;
    background: var(--Ad-Green, rgba(20, 133, 77, 1));
    border-radius: 7px;
}
.opning__33 button a {
    text-decoration: none;

}
.opning__33 button a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: 11px;
    letter-spacing: 0px;
}

.opning__33 button {
    border: none;
    text-decoration: none;
    background: var(--Ad-Green, rgba(20, 133, 77, 1));
    border-radius: 7px;
    padding: 6px 10px 6px 10px;
}

.opning__3553 {
    margin-top: 10px;
}

.opning__3553 h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Bold;
    font-size: small;
    letter-spacing: 0px;
    margin: 0px;
}

span.privech__tablee {
    font-weight: 700;
    letter-spacing: 0px;
}

.opning__355322 h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Bold;
    font-size: small;
    letter-spacing: 0px;
    margin: 0px;
}

.privech__604 {
    margin-left: 30px;
    margin-top: 20px;
}
.privech__604 h4 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: small;
}

.main__previech22 h6 {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: Bold;
    font-size: large;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
}

.main__distance11 h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: larger;
    margin-top: 14px;
}

.main__distance11 h6 {
    color: rgba(206, 46, 46, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: larger;
    margin-top: 14px;

}

.main__distance11 h4 {
    color: rgba(20, 133, 77, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: larger;
    margin-top: 14px;

}

table.table44__88 {
    box-shadow: none !important;
}

tr.status__privech33 th {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
}

td.blue3355 button.active__privech329 {
    border: none;
    background: var(--Ad-Green, rgba(20, 133, 77, 1));
    color: white;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
}

td.blueclr40 button.pause__icon {
    border: 2px solid var(--Ad-Gray, rgba(130, 130, 130, 1));
    width: 50;
    border-radius: 6px;
    border-width: 2px;
    padding: 12px;
    background: white;
}

button.pause__icon i.fa {
    color: rgba(130, 130, 130, 1);
}
td.blueclr455 button.pause__icons {
    width: 50;
    opacity: 1;
    gap: 5px;
    border-radius: 6px;
    padding: 10px;
    border: 2px solid var(--Ad-Blue, rgba(0, 62, 255, 1));
    background: white;
}

button.pause__icons i.fa {
    color: rgba(0, 62, 255, 1);
}
td.blue335522 button.active__privech32911 {
    border: none;
    background: rgba(206, 46, 46, 1);
    color: white;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
}