/***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;
}
.login-page-container .form-section a.forgot_password {
  font-weight: 400;
  color: #74788d;
}
.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;
}
.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: center;
}
.header .setting-dropdown {
  background-color: #202020;
  font-size: 17px;
  padding: 40px 25px;
  position: absolute;
  right: 0px;
  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: #f4f4f4;
  padding: 19px 0;
  background: #f4f4f4;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
  background-color: #9cca3b;
  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-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: #000;
  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: -37px;
}
.form-wizard .form-wizard-steps li {
  padding: 0 2em;
  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: #dddddd;
  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: #9cca3b;
  color: #ffffff;
}
/*.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #9CCA3B !important;
  left: 50%;
  width: 50%;
  border-color: #9CCA3B !important;
}*/
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #003eff;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard-header p {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.form-wizard-steps h6 {
  font-size: 11px;
  color: #000;
  font-weight: normal;
  margin-top: 5px;
}
.form-block-header h1 {
  font-size: 33px;
  color: #000;

  margin: 30px 0;
}
.form-block-header h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 33px 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-block-content .form-text {
  font-size: 15px;
  color: #9b9b9b;
  font-style: italic;
}
.form-block-content p {
  font-size: 17px;
  color: #000;
}
.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;
  min-height: 108px;
}
.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: 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;
  margin-top: 10px;
}
.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;
  /* padding: 8px; */
  margin: 3px 9px;
}
.table_content_div_status span.green-circle {
  width: 14px;
  height: 14px;
  background-color: #00c262;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
}
.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: 123px;
}
.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: bold;
  text-align: right;
  font-size: 33px;
  height: 58px;
  line-height: 60px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
}
.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: #9cca3b !important;
  border-color: #9cca3b !important;
}
.programs-incentive-stats h6 {
  font-size: 15px;
  font-weight: 400;
  font-family: "Jost";
  margin-bottom: 3px;
}
.programs-incentive-stats {
  background-color: #d8d8d8;
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.programs-incentive-stats h2 {
  font-size: 33px;
}
.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: #000;
  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;
  margin: 15px 0px;
}
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;
}
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: #9cca3b !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;
}

.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: solid 3px #81c784;
  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;
}
.form-block-header .preview-text {
  color: #000000;
  font-family: Poppins;
  font-size: 15px;
}

.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 #9b9b9b;
  border-radius: 4px;
  padding: 10px;
  min-height: 123px;
  display: block;
  margin-bottom: 10px;
}

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;
}

.preview-navbar-menu ul.dropdown-menu {
  padding: 31px 0px;
}
ul.dropdown-menu.show {
  background: black;
}
ul.dropdown-menu.show li a.dropdown-item {
  /* color: aliceblue; */
  color: white;
}
.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: #9cca3b;
  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 {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
}

.form-check label.form-check-label {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
}
.form-check-input:checked {
  background-color: #003eff !important;
  border-color: #003eff !important;
  color: #003eff !important;
}

ul.navbar-nav li.preview-main-container a#navbarDropdown {
  color: #ffffff;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  margin: 0px 30px;
  letter-spacing: 3px;
}
.grag-img {
  position: relative;

  width: 100%;
}
.grag-img img {
  width: 100%;
}

.create-advertising {
  border-radius: 18.5px;
  background-color: #9cca3b;

  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: 28px;
  padding-top: 20px;
  margin-bottom: 25px;
}
.insert-box-header p {
  color: #000000;
  font-family: "Jost";
  font-size: 17px;
  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 #9cca3b;
  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: #9cca3b4a !important;
}

.total-preview {
  margin: 20px 0px;
}
.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: #9cca3b;
  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;
}

.form-block label.form-label {
  color: #000000;
  font-family: Jost !important;
  font-size: 16px !important;
  font-weight: 400;
}

.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: 15px;
  margin: 30 0px;
}

.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: #9cca3b;
  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: 32px;
}

.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: #9cca3b;
  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: #9cca3b;
  border: 1px solid #9cca3b;
  font-size: 14.4px;
  padding: 8px 0;
  margin-top: 15px;
}

.sign_in_option a {
  color: #000000;
  font-family: Jost;
  font-size: 14.4px;
  font-weight: 600;
}

.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="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;
}

.create-incentive-toppup label {
  /* padding: 5px; */
  height: 24px;
  width: 72px;
}

p.topup_headers {
  text-align: start;
  color: #000000;
  font-family: Jost;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 47px;
  padding-bottom: 9px;
}

.crate-incentive-poppup-input {
  height: 58px;
  width: 312px;
}

.preveiw-topup-text.topup-advrting-mains h2 {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0px;
}

.privew-contents p {
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
}

.main_privew h3 {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}
.sub-header p {
  color: #000000;
  font-family: Jost;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}

.main_privew {
  margin: 12px 0px;
}

.main-subheader p {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  /* font-style: italic; */
  /* font-weight: bold; */
  letter-spacing: 0;
  margin: 0px;
}

.main-subheader h4 {
  color: #000000;

  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0px;
}

.Payment-instructions-Congratulations h1 {
  color: #000000;
  font-family: Jost;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 47px;
}

.Payment-instructions-Congratulations h3 {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  /* line-height: 25px; */
  text-align: center;
  font-weight: 900;
  margin: 7px;
}

.Payment-instructions-Congratulations p {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}

.Payment-instructions-Congratulations {
  padding-top: 100px;
}

.clodess-btn {
  background: #9cca3b;
  color: black !important;
}

.form-block-header .preview-text {
  color: #000000;
  /* font-family: Poppins; */
  font-size: 15px;
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 44px;
  margin: 3px;
}

.form-block-headers h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  /* margin: 33px 0; */
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
.Payment-instructions-content b {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
}
.beneficiary-detail-div h3 {
  color: #000000;
  font-family: Jost;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
}

.beneficiary-detail-div h3 span {
  margin: 0px 8px;
  font-size: 22px;
}

.beneficiary-detail-div p span {
  margin: 0px 8px;
  font-size: 22px;
}
