.accountpage {
  background: #ffffff;
  border: 1px solid #DEE2E7;
  padding: 0;
  border-radius: 6px;
  display: inline-block;
}

.accountpage .left_panel {
  background: #F0F1F2;
  border-radius: 6px 0 0 6px;
  padding: 12px 18px;
  float: left;
}

.accountpage ul li {
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.accountpage ul li:hover,
.list_view ul li:hover {
  color: #FF8001;
}

.accountpage ul li a.router-link-active,
.list_view ul li a.router-link-active {
  color: #FF8001;
}

.profile_pic {
  border-radius: 25px;
  width: 50px;
  overflow: hidden;
  display: inline-table;
  height: 50px;
  background-color: #dedede;
  border: 0.5px solid #ECEDEE;
}

.profile_pic:after {
  content: "";
  background: url(../images/svg/edit.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3.5em;
  margin-top: 27px;
  cursor: pointer;
  z-index: 1;
}

.profile_details .profile_pic img {
  position: absolute;
  left: 7%;
  top: 1%;
  z-index: 1;
  border-radius: 64px;
  width: 50px;
  height: 50px;
  margin: 20px 0 5px;
  cursor: pointer;
  background: #2D3035;
}

.kanzee-home-profile .profile_pic {
  background-color: unset !important;
  border: 0;
}

.kanzee-home-profile .profile_pic img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.kanzee-home-profile .profile_pic .kanzee-img-not-available {
  filter: invert(99%) sepia(64%) saturate(0) hue-rotate(0) brightness(140%) contrast(100%);
}

.left_panel_content {
  margin-top: 12px;
}

.profile_cont span {
  font-size: 12px;
  font-weight: 500;
  color: #2D3035;
}

.profile_cont .profile_name span {
  font-size: 18px;
  font-weight: 600;
}

.list_view {
  font-size: 14px;
  font-weight: 500;
  color: #2D3035;
  align-items: center;
  display: flex;
  line-height: 32px;
}

.list_view.kanzee::before {
  content: "";
  background: url(../images/account/card_giftcard.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view li {
  margin-left: 12px;
}

.list_view.ul_list {
  display: block;
  line-height: 32px;
}

.list_view .my_activity::before {
  content: "";
  background: url(../images/account/receipt_long.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .share_coins::before {
  content: "";
  background: url(../images/account/send.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .my_kanzee_partner::before {
  content: "";
  background: url(../images/account/my_kanzee_partner.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .faqq::before {
  content: "";
  background: url(../images/account/question_answer.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .my_add::before {
  content: "";
  background: url(../images/account/place.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .wallet::before {
  content: "";
  background: url(../images/account/account_balance_wallet.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .gift::before {
  content: "";
  background: url(../images/account/new/gift.svg);
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0px 9px 0 0;
}

.list_view .my_orders::before {
  content: "";
  background: url(../images/account/orders.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .coupons::before {
  content: "";
  background: url(../images/account/coupons.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .my_wishlist::before {
  content: "";
  background: url(../images/account/bookmark.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .my_save_cards::before {
  content: "";
  background: url(../images/account/credit-card.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .recipes::before {
  content: "";
  background: url(../images/account/receipes.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .acc_setting::before {
  content: "";
  background: url(../images/account/account_circle.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .feedbck::before {
  content: "";
  background: url(../images/account/contact_support.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .country_lang::before {
  content: "";
  background: url(../images/account/translate.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .leaflets::before {
  content: "";
  background: url(../images/account/leaflets.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .about-us::before {
  content: "";
  background: url(../images/account/ecomlogo.png);
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .contact_us::before {
  content: "";
  background: url(../images/account/phone-call.png) no-repeat;
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.list_view .chat_with_us::before {
  content: "";
  background: url(../images/account/whatsapp1.png) no-repeat;
  position: relative;
  width: 16px;
  height: 17px;
  margin: 0px 9px 0 0;
}

.left_panel_content .logout {
  border: 1px solid #FF8001;
  color: #FF8001;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.left_panel_content.logout_btn {
  margin: 25px 0;
}

.accountpage .right_panel {
  float: right;
  padding: 12px 25px;
  text-align: center;
}

.acc_title {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.right_panel .profile_pic {
  border-radius: 64px;
  width: 64px;
  height: 64px;
  margin: 20px 0 5px;
  cursor: pointer;
}

.right_panel input[type=text],
.right_panel input[type=email],
.right_panel [type=password],
.right_panel [type=number],
.right_panel select {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  color: #6C737F;
  padding: 3px 14px 5px;
  height: 56px;
  border: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.form_newadd .form-details input {
  width: 47%;
}

.upload-btn-wrapper .profile_pic::after {
  content: "";
  background: url(../images/account/photo_camera.png);
  left: 1.5em;
  margin-top: 20px;
  cursor: pointer;
  z-index: 2;
}

.add_pic {
  font-size: 14px;
  font-weight: 600;
  color: #FF8001;
}

.upload_pic {
  margin-bottom: 20px;
}

.enter_amt_sect .title {
  font-weight: 600;
  font-size: 16px;
  color: #4D525A;
  text-align: left;
  margin-bottom: 18px;
}

.enter_amt_sect .categories ul,
.mywallet_kanzee .card-data .card.numbers span,
.giftcard .card.numbers span {
  text-align: left;
}

.enter_amt_sect .categories ul li.active {
  background: #FF8001;
  color: #ffffff;
}

.enter_amt_sect .categories ul li {
  padding: 8px 15px;
  border-radius: 36px;
  background: #ECEDEE;
  color: #6C737F;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 5px 8px 10px 0;
}

.enter_amt_sect .categories {
  margin: 18px 0;
}

.right_panel .form-details {
  text-align: left;
}

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

.del_submit .delete {
  color: #6C737F;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.submit button {
  background: #FF8001;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 12px 20px;
  width: 180px;
}

.logout::before {
  content: "";
  background: url(../images/svg/logout.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 25%;
}

.logout-rush::before {
  content: "";
  background: url(../images/logout-rush.png);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 25%;
}

.delete::before {
  content: "";
  background: url(../images/delete.png);
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  margin-right: 8px;
}

.list_view a {
  color: #2D3035;
}

/*MY ADDRESS */
.address_block {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  /* border: 1px solid #ECEDEE;*/
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: left;
  padding: 20px;
  display: flow-root;
  font-weight: 600;
  font-size: 14px;
  color: #4D525A;
}

.address_block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.adresses .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border: 2px solid #6C737F;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 10px;
}

.adresses .address_block.active input ~ .checkmark {
  background-color: transparent;
  border: 2px solid #ff8001;
}

.adresses .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.adresses .address_block.active input ~ .checkmark:after {
  display: block;
}

.adresses .address_block .checkmark:after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #FF8001;
}

.firstline_add {
  color: #4D525A;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 285px;
  text-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

label.address_block.active {
  border: 1px solid #FF8001;
  background: #FFF2E6;
}

label.address_block:hover {
  border: 1px solid #FF8001;
}

.adresses .edit {
  content: "";
  background: url(../images/svg/edit1.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  display: inline-block;
  right: 9%;
}

.adresses .delete_add {
  content: "";
  background: url(../images/svg/delete1.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  right: 3%;
}

.new_address {
  margin-top: 15px;
}

.new_address button {
  border: 1px solid #FF8001;
  background: #ffffff !important;
  color: #FF8001 !important;
  border-radius: 8px;
  width: 30%;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 16px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.new_address button::before {
  content: "";
  background: url(../images/svg/plus.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
}

.address-details {
  max-width: 100%;
  display: flex;
}

.address-details input {
  width: 100% !important;
  display: inline-flex;
}

.address-details input:not(:first-child) {
  margin-left: 12px;
}

.form_newadd input {
  margin-bottom: 18px;
  display: block;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  color: #6C737F;
  padding: 14px 14px 5px;
  height: 56px;
  border: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.add_location {
  font-size: 18px;
  font-weight: 600;
  color: #4D525A;
  margin: 20px 0;
  text-align: left;
  display: flex;
  align-items: center;
}

.add_location:before {
  content: "";
  background: url(../images/svg/locationgray.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  margin-right: 8px;
}

.form_newadd .submit button {
  float: right;
}

.list-addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

/* My Orders */
.no-results,
.empty-cart {
  line-height: 2em;
}

.no_result_text {
  color: #4D525A;
  font-size: 18px;
  font-weight: 600;
}

.no_result_tagline {
  font-size: 14px;
  font-weight: 400;
  color: #6C737F;
  text-align: -webkit-center;
  margin: 10px;
}

.product-list.empty .create-new-list {
  margin: 18px 5px;
}

.shopping button {
  background: #FF8001;
  border-radius: 8px;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 10px 0;
}

.order_tabs {
  background: #ffffff;
}

.order_tabs .tabs,
.prodcard .tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.order_tabs .input,
.prodcard .input {
  position: absolute;
  opacity: 0;
}

.order_tabs .label:hover,
.prodcard .label:hover {
  color: #ff8001;
  border-bottom: 2px solid;
}

.order_tabs .current_order_tab_selected {
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #FF8001 !important;
  border-bottom: 2px solid !important;
}

.order_tabs .input:checked + .label,
.prodcard .input:checked + .label {
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #FF8001;
  border-bottom: 2px solid;
}

.product-detail .prodcard .input:checked + .label {
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  color: #FF8001;
  border-bottom: none;
  text-align: left;
  text-transform: capitalize;
  padding: 15px 0 2px;
}

.order_tabs .label,
.prodcard .label {
  width: 100%;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.1s, color 0.1s;
  color: #90919C;
  font-weight: 500;
}

.order_tabs .panel {
  display: none;
  padding: 20px 0px 30px;
  background: #fff;
  width: 100%;
}

.prodcard .panel {
  padding: 0px 0px 5px;
  background: #fff;
  width: 100%;
  text-align: left;
}

@media (min-width: 600px) {
  .order_tabs .panel,
  .prodcard .panel {
    order: 1;
  }
}
.order_tabs .input:checked + .label + .panel,
.prodcard .input:checked + .label + .panel {
  display: block;
}

.order-details {
  border: 1px solid #ECEDEE;
  padding: 12px 14px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.order_imgs {
  display: flex;
  margin: 16px 0;
  align-items: center;
}

.order_imgs img {
  margin: 0 10px;
}

.order-summary {
  display: flex;
  gap: 20px;
  align-items: center;
}

.order-details .details {
  display: grid;
  line-height: 1.8em;
  text-align: left;
}

.order-details .details .summary-title {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
  display: flex;
  align-items: center;
}

.order-details .details .summary-detail {
  font-weight: 600;
  font-size: 14px;
  color: #4D525A;
}

.order-details .name-details {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.order-details .name-details .details {
  margin-right: 10px;
}

.preparing {
  background: #E6F2EE;
  padding: 5px 10px;
  border-radius: 28px;
}

.preparing span {
  font-size: 12px;
  font-weight: 600;
  color: #057A50;
}

.name-details .info {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.order-details.address2 .preparing {
  background: #FFF2E6;
}

.order-details.address2 .preparing span {
  color: #ff8001;
}

.order-details.address2 .prepare-item {
  position: absolute;
  right: 9%;
}

.order-details.address2 .symbol {
  background: url(../images/svg/symbol2.svg) no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
  padding: 10px 14px;
}

.prodcount {
  border: 1px solid #ececee;
  padding: 3px 7px;
  border-radius: 28px;
  cursor: pointer;
}

.prodcount span {
  font-size: 12px;
  font-weight: 600;
  color: #6C737F;
}

.order-details.address1 .reorder,
.order-details.address2 .reorder {
  border: 1px solid #8CC2AF;
  padding: 7px 14px;
  border-radius: 8px;
  position: absolute;
  right: 6%;
  cursor: pointer;
}

.order-details.address1 .reorder span,
.order-details.address2 .reorder span {
  font-size: 16px;
  font-weight: 600;
  color: #ff8001;
  display: flex;
  align-items: center;
  gap: 5px;
}

.order-details.address1 .reorder span::before,
.order-details.address2 .reorder span::before {
  content: "";
  position: relative;
  background: url(../images/svg/replay.svg);
  width: 16px;
  height: 16px;
  display: block;
}

.order-details.address2 .reorder {
  border: 1px solid #FFC58A;
}

.order-details.address2 .reorder span {
  color: #FF8001;
}

.order-details.address2 .reorder span::before {
  background: url(../images/svg/replay.svg);
}

/*sharecoins*/
.sharecoins .card,
.mywallet_kanzee .cards {
  padding: 12px 16px;
  margin-top: 20px;
}

.sharecoins .card .coins,
.sharecoins .card .balance {
  display: block;
  color: #1F354D;
  margin: 0 10px;
}

.sharecoins .card .coins-bal {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.sharecoins .card .equals {
  font-size: 30px;
  color: #E1E1E4;
  margin: 5px 20px;
}

.sharecoins .card .coins-bal .head {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.sharecoins .card .coins-bal .coinvalue,
.sharecoins .card .coins-bal .balvalue {
  font-size: 25px;
  font-weight: 600;
}

.sharecoins .card .coins-bal .coinvalue span.ecom_star {
  content: "";
  position: relative;
  background: url(../images/svg/starbookmrk.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.sharecoins .card .coins-bal .coinvalue span.rush_star {
  content: "";
  position: relative;
  background: url(../images/starrush.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}

.sharecoins .card .coins-bal .coinvalue span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sharecoins .send-coin-title,
.mywallet_kanzee .enteramt-title,
.giftcard .enteramt-title {
  font-weight: 600;
  font-size: 18px;
  color: #4D525A;
  text-align: left;
}

.sharecoins .card.coin-amt,
.mywallet_kanzee .card-data .coins_1 {
  padding: 15px 10px;
  text-align: left;
}

.sharecoins .card.coin-amt span,
.mywallet_kanzee .coins_1.coin-amt {
  font-size: 16px;
  font-weight: 400;
  color: #6C737F;
}

.sharecoins .enter-coin-amt,
.mywallet_kanzee .enter-coin-amt {
  border-bottom: 1px solid #ECEDEE;
  padding-bottom: 18px;
}

.sharecoins .card-data .card {
  text-align: left;
}

/*radio btn strt*/
.sharecoins .magic-radio,
.mywallet_kanzee .magic-radio {
  left: 9px;
  top: 16px;
  display: initial;
  border-radius: 6px;
  border: 2px solid #6C737F;
  padding: 5px;
  color: #000;
  margin: 2px 5px 0 0;
}

.sharecoins .magic-radio + label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6C737F;
}

.sharecoins label.radio-container {
  left: 0;
}

.sharecoins .magic-radio:checked + label:before,
.mywallet_kanzee .magic-radio:checked + label:before,
.giftcard .magic-radio:checked + label:before {
  content: "";
  border: 2px solid #ff8001;
  background: #ffffff;
}

.sharecoins .magic-radio + label:after,
.mywallet_kanzee .magic-radio + label:after,
.giftcard .magic-radio + label:after {
  content: "";
  position: absolute;
  display: none;
}

.sharecoins .magic-radio:checked + label:after,
.mywallet_kanzee .magic-radio:checked + label:after,
.giftcard .magic-radio:checked + label:after {
  display: block;
  content: "";
  background: #ff8001;
}

.sharecoins .magic-radio + label:after {
  content: "";
  top: 8px;
  left: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 6;
}

/*radio btn end*/
.sharecoins .card-data .card.numbers span,
.mywallet_kanzee .card-data .card.numbers span,
.giftcard .card.numbers span {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #6C737F;
}

.sharecoins .send-btn button:disabled,
.mywallet_kanzee .send-btn button:disabled {
  background: #BBBFC4 !important;
  color: #898F99;
}

.sharecoins .send-btn button,
.mywallet_kanzee .send-btn button {
  background: #FF8001;
  color: #FFFFFF;
  position: inherit;
  bottom: 0;
  border: none;
  margin: 25px 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  width: 45%;
}

.sharecoins .magic-radio:checked ~ .kanzee-no,
.mywallet_kanzee .magic-radio:checked ~ .knet-no,
.mywallet_kanzee .magic-radio:checked ~ .credit-no,
.mywallet_kanzee .magic-radio:checked ~ .amex-no {
  display: block !important;
  margin-top: 15px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #4D525A;
}

.sharecoins .magic-radio:checked ~ .kanzee-no:focus,
.mywallet_kanzee .magic-radio:checked ~ .knet-no:focus,
.mywallet_kanzee .magic-radio:checked ~ .credit-no:focus,
.mywallet_kanzee .magic-radio:checked ~ .amex-no:focus {
  border: 1px solid #FF8001 !important;
  background: #FFF2E6;
  box-shadow: none;
}

.sharecoins .magic-radio:checked ~ .foricon::before,
.mywallet_kanzee .magic-radio:checked ~ .foricon::before,
.giftcard .magic-radio:checked ~ .foricon::before {
  content: "";
  background: url(../images/svg/kanzeecoins.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  margin-top: -46px;
}

.sharecoins .magic-radio:checked ~ .foricon::before {
  margin-top: -38px;
}

.receipt-details .success-receipt,
.receipt-details .failed-receipt {
  text-align: center;
  border: 1px solid #ECEDEE;
  border-radius: 8px;
  padding: 10px;
  margin-top: 15px;
}

.receipt-details .receipt-title {
  font-size: 14px;
  font-weight: 600;
  color: #4D525A;
  border-bottom: 1px solid #ECEDEE;
  padding: 5px 0 10px;
}

.receipt-details .receipt-view {
  margin: 10px 0 5px;
  line-height: 1.7em;
}

.receipt-details .receipt-no .receipt-label {
  font-size: 12px;
  font-weight: 400;
  color: #6C737F;
  margin-right: 7px;
}

.receipt-details .receipt-no .receipt-data {
  font-size: 12px;
  font-weight: 600;
  color: #4D525A;
}

.receipt-send {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

.receipt-send .cancel_ecom {
  border: 1px solid #FF8001;
  background: #ffffff !important;
  color: #FF8001 !important;
  border-radius: 8px;
  height: auto;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  width: 18%;
}

.receipt-send .cancel_rush {
  border: 1px solid #057A50;
  background: #ffffff !important;
  color: #057A50 !important;
  border-radius: 8px;
  height: auto;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  width: 18%;
}

.receipt-send .send-now,
.return-home {
  background: #FF8001;
  border-radius: 8px;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 10px 0;
  width: 18%;
}

.return-home {
  width: 32%;
}

.transac-success,
.transac-failed {
  font-size: 22px;
  font-weight: 600;
  color: #4D525A;
}

.transac-success-tag,
.transac-failed-tag {
  font-weight: 400;
  font-size: 14px;
  color: #6C737F;
  margin: 5px auto;
  max-width: 65%;
}

/*kanzee home */
.coins_banner.explorer {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #175182 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.genz {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #E5654C no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.thokhur {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #0074D2 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.explorer:after {
  border-radius: 10px;
  background: url(../images/Rectangletransmall.png) no-repeat;
  background-position: right;
  display: flex;
  content: "";
  right: 0;
  position: relative;
  width: 490px;
  height: 115px;
  transform: rotate(-10deg);
  clear: both;
}

.coins_banner {
  position: relative;
  height: 78px;
  margin: auto;
  border-radius: 16px;
  margin-bottom: 25px;
}

.coins_banner_text {
  color: #fff;
  padding: 10px 0;
  display: flex;
  float: left;
}

.coins_banner_progress {
  float: right;
  display: block;
  padding: 15px 0 5px;
  text-align: left;
}

.coins_banner_text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

h2.coins_text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 3px 0;
  margin-bottom: 0;
  font-weight: 600;
}

.coins_text_exp {
  text-align: right;
  color: #fff;
  font-size: 22px;
  padding: 10px 12px;
  font-family: "open_sansbold";
  margin-bottom: 0;
}

.progree-label {
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  padding-left: 0;
}

.coins_banner.explorer .progress {
  height: 4px;
  background-color: #4D8EC5;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.genz .progress {
  height: 4px;
  background-color: #4D8EC5;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.thokhur .progress, .coins_banner.xcite .progress {
  height: 4px;
  background-color: #4D8EC5;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.genz .progress .progress-bar {
  background-color: #F6F6F7 !important;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.thokhur .progress .progress-bar {
  background-color: #F6F6F7 !important;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.explorer .progress .progress-bar {
  background-color: #F6F6F7 !important;
  border-radius: 8px;
  padding-left: 0;
}

.progress-bar {
  background-color: #ffffff !important;
}

.kanzee_sacn {
  background: url(../images/Barcodeicon.svg);
  height: 40px;
  background-repeat: no-repeat;
  text-align: right;
  float: right;
  display: block;
  width: 40px;
  margin: 0px 20px;
  top: 30px;
  position: relative;
  right: 100%;
}

.points-vip {
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
}

.progress-points {
  display: flex;
  align-items: center;
}

.progress-content {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.coins-earned,
.coins-expired {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

.coins_part {
  width: 100%;
  display: block;
  margin: auto;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.coins_1 {
  border-radius: 8px;
  margin: 5px 0px 12px;
  padding: 8px 0;
  border: 1px solid #ECEDEE;
  display: flex;
  align-items: center;
}

.activity {
  position: relative;
  background: url(../images/account/receipt_long.png) no-repeat;
  width: 16px;
  height: 17px;
  margin: auto;
  text-align: center;
  background-position: center;
  margin: 10px 15px;
  border-radius: 8px;
}

.faq {
  position: relative;
  background: url(../images/account/question_answer.png) no-repeat;
  width: 16px;
  height: 17px;
  margin: auto;
  text-align: center;
  background-position: center;
  margin: 10px 15px;
  border-radius: 8px;
}

.myprofile {
  position: relative;
  background: url(../images/account/account_circle.png) no-repeat;
  width: 16px;
  height: 17px;
  margin: auto;
  text-align: center;
  background-position: center;
  margin: 10px 15px;
  border-radius: 8px;
}

.coins_1 .send,
.coins_1 .transhistory,
.coins_1 .topup {
  position: relative;
  background: url(../images/account/send.png) no-repeat;
  width: 16px;
  height: 17px;
  margin: auto;
  text-align: center;
  background-position: center;
  margin: 10px 15px;
  border-radius: 8px;
}

.sharecoin,
.coins_1 .convertcoins {
  position: relative;
  background: url(../images/account/send.png) no-repeat;
  width: 16px;
  height: 17px;
  margin: auto;
  text-align: center;
  background-position: center;
  margin: 10px 15px;
  border-radius: 8px;
}

.coins_1 a {
  display: inline-flex;
  align-items: center;
}

span.coins_activity_text {
  color: #4D525A;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.coins_1 a:after {
  content: "";
  background: url(../images/rightArrow.png);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3%;
}

.available_offers {
  display: flex;
  overflow-x: auto;
  gap: 15px;
}

.available_card_section {
  margin-top: 30px;
}

.offer_section {
  border: 1px solid #ECEDEE;
  box-shadow: none;
  border-radius: 8px;
  width: 310px;
  margin-bottom: 10px;
}

.offer_section .card-text {
  padding: 8px 10px 10px;
  line-height: 1.5;
  text-align: left;
}

.offer_section .card-text p {
  font-size: 14px;
  color: #4D525A;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.coins_banner.expert {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #116A42 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.expert::after,
.coins_banner.elite:after,
.coins_banner.vip::after,
.coins_banner.mybsbc::after,
.coins_banner.mysultan::after {
  border-radius: 10px;
  background: url(../images/Rectangletransmall.png) no-repeat;
  background-position: right;
  display: flex;
  content: "";
  right: 0;
  position: relative;
  width: 490px;
  height: 115px;
  transform: rotate(-10deg);
  clear: both;
}

.coins_banner.expert .progress {
  height: 4px;
  background-color: #045739;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.elite {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #231F20 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.elite .progress {
  height: 4px;
  background-color: #797780;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.vip {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #2D2053 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.vip .progress {
  height: 4px;
  background-color: #554B73;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.mysultan {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #FF8125 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.mysultan .progress {
  height: 4px;
  background-color: #FFAA55;
  border-radius: 8px;
  padding-left: 0;
}

.kanzee-partnership-section {
  margin-top: 30px;
}

.kanzee_partner_banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.services-section {
  display: flex;
  gap: 15px;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.service_img.automative {
  background: url(../images/automative.png);
  width: 96px;
  position: relative;
  display: block;
  height: 70px;
}

.service_img.restro {
  background: url(../images/hospitality.png);
  width: 96px;
  position: relative;
  display: block;
  height: 70px;
}

.service_img.hospitality {
  background: url(../images/restro.png);
  width: 96px;
  position: relative;
  display: block;
  height: 70px;
}

.service_img.medicine {
  background: url(../images/medicine.png);
  width: 96px;
  position: relative;
  display: block;
  height: 70px;
}

.services-section .service_label {
  padding: 8px 0;
  font-weight: 600;
  font-size: 12px;
  color: #4D525A;
  text-align: center;
  height: auto;
  width: 80px;
  overflow-wrap: break-word;
}

.services-section .service {
  border: 1.5px solid #ECEDEE;
  border-radius: 8px;
  height: 100%;
}

.offer_section .card-image {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  height: 100%;
}

.offer_section img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  transition: all 0.8s;
  height: 200px;
}

/* My Activity*/
.myActivity-transaction .table-wrapper.orders-history .data.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #4D525A;
  border: 1px solid #ECEDEE;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 25px 0 15px;
}

.myActivity-transaction .transact-row {
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ECEDEE;
}

.myActivity-transaction .transact-details {
  display: flex;
  width: 100%;
  align-items: center;
}

.myActivity-transaction .headings.col,
.giftcard .headings.col {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

.myActivity-transaction .col.date {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
  text-align: left;
}

.myActivity-transaction img.text-script,
.giftcard img.text-script {
  padding: 0 15px;
  height: 16px;
  position: relative;
  display: block;
  border-left: 1px solid #ECEDEE;
}

.myActivity-transaction .order_value.credit {
  text-align: right;
  font-weight: 600;
  font-size: 20px;
}

.myActivity-transaction .order_value.debit {
  text-align: right;
  font-weight: 600;
  font-size: 20px;
}

.myActivity-transaction .transact-row:last-child {
  border-bottom: none;
}

.coins_1 .transhistory {
  background: url(../images/svg/transhistory.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.coins_1 .topup {
  background: url(../images/svg/topupwallet.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.coins_1 .convertcoins {
  background: url(../images/svg/convertcoins.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.available_credits {
  text-align: center;
  padding: 15px;
  display: block;
  margin: 40px 0;
}

.available_credits .credits-label {
  font-weight: 400;
  font-size: 14px;
  color: #1F354D;
}

.available_credits .credits-price {
  font-weight: 600;
  font-size: 25px;
  color: #1F354D;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.credits-price {
  background: url(../images/svg/walledfilled_orange.svg) no-repeat;
  width: 24px;
  height: 24px;
  content: "";
  position: relative;
  display: block;
}

.rush-credits-price {
  background: url(../images/rush-lock.png) no-repeat;
  width: 19px;
  height: 18px;
  content: "";
  position: relative;
  display: block;
}

.mywallet_kanzee .pay-method .card,
.giftcard .pay-method .card {
  padding: 12px 16px;
  margin-top: 20px;
  border: 1px solid #ECEDEE;
  border-radius: 8px;
}

.mywallet_kanzee .magic-radio + label:after,
.giftcard .magic-radio + label:after {
  content: "";
  top: 8px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 6;
}

.mywallet_kanzee .magic-radio + label:before,
.giftcard .magic-radio + label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6C737F;
}

.mywallet_kanzee .pay-method .enteramt-title,
.giftcard .pay-method .enteramt-title {
  margin-top: 15px;
}

.mywallet_kanzee .enteramt-tag,
.giftcard .enteramt-tag {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
  text-align: left;
  line-height: 2.2em;
  margin-bottom: 12px;
}

.mywallet_kanzee .magic-radio:checked ~ .foricon::before,
.giftcard .magic-radio:checked ~ .foricon::before {
  background: url(../images/mastercard.png);
  content: "";
  width: 32px;
  height: 20px;
  left: -8px;
}

/* my coupons*/
.mycoupon .shop-now button {
  border: 1px solid #FF8001 !important;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #FF8001;
  margin: 0px 0 10px;
  background-color: #ffffff;
  width: 18%;
}

.no-results img {
  margin: 15px 0;
}

.coupon-card {
  border: 1.08px solid #ECEDEE;
  border-radius: 8px;
  width: 30.6666666667%;
  margin: 10px 12px 20px;
  padding: 0;
}

.coupon-card:nth-child(3n+1) {
  margin-left: 0px;
}

.active-coupon.active {
  background: #FF9934;
}

.active-coupon {
  border-radius: 8px 8px 0 0;
  padding: 5px;
  font-weight: 600;
  font-size: 15px;
  background: #C5C6CB;
  color: #fff;
  text-align: center;
  height: 32px;
}

.coupon-code {
  margin: 10px 20px;
  background: #FFF2E6;
  border: 1.8px dashed #ff8001;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 17px;
  color: #6C737F;
  border-radius: 4px;
}

.coupon-code-rush {
  background: rgba(5, 122, 80, 0.26);
  border: 1.8px dashed #057a50;
}

.flat-off {
  color: #FF8001;
  font-size: 21px;
  font-weight: 600;
}

.flat-off-tag {
  color: #6C737F;
  font-weight: 400;
  font-size: 15px;
  margin: 3px;
}

.tc-apply {
  font-weight: 600;
  font-size: 12px;
  color: #BBBFC4;
  text-align: right;
  padding: 0px 20px;
  text-decoration: underline;
  margin-bottom: 15px;
  cursor: pointer;
}

.coupons {
  display: flex;
}

.tc-apply a {
  color: unset;
}

.unscratch-coupon-section {
  background-color: #ffffff;
}

/*Gift card */
.giftcards-active {
  background: url(../images/activegiftcard.png) no-repeat center;
  width: 311px;
  height: 132px;
  position: relative;
  display: inline-block;
}

.giftcard .card-label {
  bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  font-weight: 600;
  font-size: 22px;
  color: #6C737F;
  margin: 10px 10px 15px 15px;
}

.giftcard_part {
  margin: 30px 0;
}

.coins_1 .sendgift {
  background: url(../images/account/sendgift.png) no-repeat center;
  width: 22px;
  height: 18px;
  text-align: center;
  margin: 10px 15px;
  position: relative;
}

.coins_1 .active-giftcard {
  background: url(../images/account/tick.png) no-repeat center;
  width: 18px;
  height: 14px;
  text-align: center;
  margin: 10px 15px;
  position: relative;
}

.coins_1 .giftcard-balance {
  background: url(../images/account/giftbal.png) no-repeat center;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 10px 15px;
  position: relative;
}

.coins_1 .giftcard-redeem {
  background: url(../images/account/giftredeem.png) no-repeat center;
  width: 20px;
  height: 18px;
  text-align: center;
  margin: 10px 15px;
  position: relative;
}

.coins_1 .giftcard-balance {
  background: url(../images/account/giftredeem.png) no-repeat center;
  width: 20px;
  height: 18px;
  text-align: center;
  margin: 10px 15px;
  position: relative;
}

.giftcards-inactive {
  background: url(../images/inactivegiftcard.png) no-repeat center;
  width: 168px;
  height: 70px;
  position: relative;
  display: inline-block;
}

.giftcard .card-label.price {
  font-weight: 600;
  font-size: 16px;
  color: #4D525A;
  margin: 10px 5px 8px 8px;
}

.active-inactive-cards {
  max-width: 32%;
  margin: auto;
}

.giftcards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.select-card {
  font-weight: 600;
  font-size: 16px;
  color: #4D525A;
  margin: 10px 0px 14px;
  text-align: left;
}

.selectgift_part {
  padding: 15px;
  border: 1px solid #ECEDEE;
  border-radius: 4px;
}

.selectgift_part .label,
.giftcard-details_part .terms-label.label {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
  margin-top: 20px;
  display: grid;
  line-height: 2em;
}

.selectgift_part .terms-label.label label {
  color: #ff8001;
  font-weight: 600;
}

.giftcards-inactive.active {
  background: url(../images/selectedgiftcard.png) no-repeat center;
  border: 1px solid #ff8001;
  border-radius: 4px;
}

.giftcards-inactive.active .card-label.price {
  color: #ff8001;
}

.continue-btn button {
  padding: 12px 16px;
  background-color: #BBBFC4;
  color: #898F99;
  border-radius: 8px;
  width: 40%;
  font-weight: 600;
  font-size: 16px;
  border: none;
  margin: 30px 20px 20px;
}

.continue-btn.active button {
  background-color: #FF8001;
  color: #ffffff;
}

.select-card.recipient {
  color: #4D525A;
}

.inputs textarea {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  color: #6C737F;
  padding: 3px 14px 5px;
  height: auto;
  border: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  overflow-y: auto;
}

.giftcard .form-details .inputs {
  display: inline-flex !important;
}

.giftcard .form-details .inputs textarea {
  top: -10px;
  position: relative;
}

.giftcard-balance_part form .inputs {
  width: 100%;
}

.chk-balance {
  font-weight: 600;
  font-size: 18px;
  color: #4D525A;
  line-height: 1.8em;
}

.giftcard .order_value.credit {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.giftcard .col.textname {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
  text-align: left;
}

.no-transactions .success-receipt .transac-success {
  font-size: 18px;
  font-weight: 600;
  color: #4D525A;
}

.no-transactions .success-receipt {
  text-align: center;
  border: 1px solid #ECEDEE;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
}

.no-transactions .success-receipt .transac-success-tag {
  font-weight: 400;
  font-size: 14px;
  color: #6C737F;
  margin: 5px auto;
  max-width: 45%;
}

.receipt-details .gift-redeem {
  font-weight: 600;
  font-size: 18px;
  color: #4D525A;
  line-height: 1.8em;
}

/* Wishlist */
.wishlist .border {
  border: 1px solid #ECEDEE !important;
  border-radius: 8px;
  padding: 15px 12px;
}

.wishlist-title {
  font-weight: 600;
  font-size: 14px;
  color: #4D525A;
}

.wishlist-listname {
  display: grid;
}

.wishlist-count {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
}

.wishlist-list {
  gap: 20px;
  margin-right: 0;
  margin-left: 0;
}

.edit-wishlist,
.del-wishlist {
  padding: 0;
}

.del-wishlist {
  content: "";
  background: url(../images/delete.png) no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}

.edit-wishlist {
  content: "";
  background: url(../images/svg/edit2.svg) no-repeat center;
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  cursor: pointer;
}

.create-new-list {
  background: #ffffff;
  color: #ff8001;
  border: 1px solid #FF8001;
  font-weight: 600;
  padding: 14px 25px;
  font-size: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.create-new-list::before {
  content: "";
  background: url(../images/svg/plus.svg) no-repeat center;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  margin-right: 5px;
}

.wishlist .prod-name {
  font-size: 12px;
  font-weight: 600;
  color: #6C737F;
  line-height: 18px;
  height: 4em;
  display: block;
}

.card.grid-card.product-card-new {
  border: 1px solid #ECEDEE;
  border-radius: 8px;
  padding: 10px 8px 20px;
  height: unset;
  max-height: -moz-max-content;
  max-height: max-content;
}

.create-wishlist-btn {
  display: flex;
  justify-content: center;
}

.card.grid-card.product-card-new .product-name {
  text-align: left;
}

button.btn.back-btn {
  color: #ff8001;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #ff8001;
  padding: 5px 15px;
  border-radius: 6px;
  color: #ffffff;
}

.col-2.back {
  text-align: right;
}

.product-list.empty .no-results {
  margin: 50px 0;
}

.form_newadd .country-mob-code {
  display: inline-flex !important;
  width: 100%;
}

.accountpage .form_newadd .kuwait-mob-code {
  margin-left: 0px !important;
  border-top: 1px solid #ECEDEE;
  border-bottom: 1px solid #ECEDEE;
  border-left: none;
  border-right: 1px solid #ECEDEE;
  border-radius: 0 8px 8px 0;
}

.accountpage .form_newadd .kuwait-mob-code:focus {
  border-left: none !important;
  border-radius: 0 8px 8px 0;
}

.accountpage .form_newadd .form-details input {
  width: 100%;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.transact-row {
  display: flex;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ECEDEE;
}

.transact-details {
  display: inline-flex;
  width: 100%;
}

.upload-btn-wrapper .image-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 64px;
  width: 64px;
  height: 64px;
  margin: 20px 0 5px;
  cursor: pointer;
  background: #2D3035;
  opacity: 0.6;
}

.upload-btn-wrapper button.close {
  margin: 0;
  padding: 0.3em 0.5em;
  left: 0em;
  top: -1.8em;
  background: url(../images/svg/close.svg);
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 6;
}

.addrss-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 70%;
  display: block;
  text-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Delete-acc button {
  background: #FD4438;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  border: none;
  font-weight: 600;
  padding: 12px 20px;
  width: 80%;
}

.delete-acc-form {
  max-width: 70%;
  margin: 15px auto;
}

.convert-coin .available_credits {
  margin: 25px 0;
}

.convert-coin .send-coin-title span {
  font-size: 16px;
  font-weight: 600;
  color: #4D525A;
}

.convert-coin .send-coin-title {
  text-align: left;
  margin: 10px 0;
}

.convert-coin .equi-coins {
  font-size: 12px;
  font-weight: 400;
  color: #4C4F60;
  text-align: left;
  margin: 5px 0;
}

.convert-coin .card {
  border: 1px solid #ECEDEE;
  border-radius: 8px;
}

.convert-coin .select-amt-btn span {
  font-size: 12px;
  font-weight: 400;
  color: #6C737F;
}

.convert-coin .select-amt-btn {
  text-align: left;
  margin: 15px 0 10px;
}

.convert-coin .select-amt-btns button {
  background: #ECEDEE;
  border: 0;
  padding: 6px 8px;
  border-radius: 36px;
  width: 55px;
  height: 35px;
  color: #6C737F;
  font-size: 16px;
  margin-right: 4px;
  font-weight: 600;
}

.convert-coin .select-amt-btns button.active {
  background: #ff8001;
  color: #ffffff;
}

.convert-coin .select-amt-btns {
  margin: 14px 0;
}

.convert-coin .send-btn button {
  padding: 12px 15px;
  width: 45%;
  background: #BBBFC4;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #898F99;
  position: inherit;
  bottom: 0;
  border: none;
  margin: 25px 15px;
}

.convert-coin .send-btn button.active {
  background: #FF8001;
  color: #FFFFFF;
}

#campaignPopUp.wishlist button.close {
  background: url(../images/svg/back-arrow.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 0.5em;
}

.services-section .service_img img {
  width: 35px;
  height: 32px;
  margin: auto;
}

.services-section .selectedCategory {
  border: 2px solid #ff8001;
}

.services-section .selectedCategoryRush {
  border: 2px solid #057A50;
}

.ecomBorder {
  border: 1px solid #ff8001 !important;
  border-radius: 10px !important;
}

.rushBorder {
  border: 1px solid #057A50 !important;
  border-radius: 10px !important;
}

.partnerCampaigns {
  display: none;
}

.point {
  cursor: pointer;
}

.notSuccess {
  display: none;
}

.notFailure {
  display: none;
}

.redeemShowNo {
  display: none;
}

.partner-camp {
  width: 32.3333333333%;
}

.partner-camp .point img {
  width: 100%;
  text-align: center;
  align-self: center;
  margin: 10px;
  height: 100px;
}

.partner-camp .point .card-body {
  border-top: 1px solid #ECEDEE;
}

.partner-camp .point .card-body .card-text {
  font-size: 14px;
  color: #4D525A;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}

.partner-camp .point .card-body .card-text::after {
  content: "";
  background: url(../images/rightArrow.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}

.kanzee-partner-title {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}

.kanzee-partnership .back-arrow {
  background: url(../images/svg/back-arrow.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  margin-right: 12px;
}

.kanzee-partnership {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#showOneCampaign .campagin-title, #showOneRedeemedCampaign .campagin-title {
  font-weight: 600;
  font-size: 14px;
  color: #4D525A;
  text-align: left;
  margin-bottom: 0.2em;
}

#showOneCampaign .card img, #showOneRedeemedCampaign .card img {
  margin: 0 auto;
}

#showOneCampaign .card .card-body .card-text, #showOneRedeemedCampaign .card .card-body .card-text {
  font-size: 14px;
  font-weight: 400;
  color: #6C737F;
}

#showOneCampaign .card .valid-partner, #showOneRedeemedCampaign .card .valid-partner {
  background-color: #FAFAFB;
  border-radius: 8px;
  padding: 10px 0;
}

#showOneCampaign .redeem-btn, #showOneRedeemedCampaign .redeem-btn {
  color: #ffffff;
  border-radius: 8px;
  width: 60%;
  padding: 12px;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

#showOneCampaign .card, #showOneRedeemedCampaign .card {
  border: 1px solid #ECEDEE;
  border-radius: 8px;
}

#showOneCampaign .card-text-success, #showOneCampaign .card-text-failure,
#showOneRedeemedCampaign .card-text-success, #showOneRedeemedCampaign .card-text-failure {
  font-size: 18px;
  font-weight: 600;
  color: #4D525A;
}

#showOneCampaign .card-text-success-tag, #showOneCampaign .card-text-failure-tag.about-us::before,
#showOneRedeemedCampaign .card-text-success-tag, #showOneRedeemedCampaign .card-text-failure-tag.about-us::before {
  font-size: 14px;
  font-weight: 400;
  color: #6C737F;
}

#showOneCampaign .kanzee-partner-info, #showOneRedeemedCampaign .kanzee-partner-info {
  border: 1px solid #ECEDEE;
  background: #ffffff;
  justify-content: center;
  padding: 0px 20px;
  border-radius: 8px;
}

#showOneCampaign .title-info, #showOneRedeemedCampaign .title-info {
  border-bottom: 1px solid #ECEDEE;
}

#showOneCampaign .title-info .h5, #showOneRedeemedCampaign .title-info-fail {
  font-size: 14px;
  font-weight: 600;
  color: #4D525A;
}

#showOneCampaign .kanzee-partner-label, #showOneRedeemedCampaign .kanzee-partner-label {
  font-size: 12px;
  font-weight: 400;
  color: #6C737F;
  text-transform: capitalize;
  border-radius: 8px;
}

#showOneCampaign .kanzee-partner-label .h5, #showOneRedeemedCampaign .kanzee-partner-label .h5 {
  font-weight: 600;
  color: #4D525A;
  font-size: 12px;
}

#showOneCampaign .card-arrow::after, #showOneRedeemedCampaign .card-arrow::after {
  content: "";
  background: url(../images/rightArrow.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 2em;
  bottom: 2.5em;
}

#showOneCampaign .card-qr-img, #showOneRedeemedCampaign .card-qr-img {
  display: flex;
  align-items: center;
  flex-direction: row;
}

#showOneCampaign .card-qr-img .partner-data, #showOneRedeemedCampaign .card-qr-img .partner-data {
  border-right: 1px solid #ECEDEE;
  border-radius: 8px;
}

#showOneCampaign .t-c, #showOneRedeemedCampaign .t-c {
  font-weight: 600;
  font-size: 12px;
  color: #BBBFC4 !important;
  text-decoration: underline;
}

#showOneCampaign .card-qr-img .partner-Qr, #showOneRedeemedCampaign .card-qr-img .partner-Qr {
  margin: 10px auto;
}

#showOneCampaign .redeem-btn a, #showOneRedeemedCampaign .redeem-btn a {
  color: #ffffff;
}

#showOneCampaign .card-body.card-arrow, #showOneRedeemedCampaign .card-body.card-arrow {
  border-top: 1px solid #ececee;
}

#showOneCampaign .valid-until, #showOneRedeemedCampaign .valid-until {
  font-weight: 600;
  color: #4D525A;
  font-size: 14px;
}

#showOneCampaign .end-date, #showOneRedeemedCampaign .end-date {
  font-size: 12px;
  color: #4D525A;
  font-weight: 400;
}

#showOneCampaign .calender, #showOneRedeemedCampaign .calender {
  content: "";
  background: url(../images/calender.png) center no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  margin: 10px 5px;
}

.coins_banner.expert .available_points_sec {
  border-left: 1px solid #045739;
}

.coins_banner.explorer .available_points_sec {
  border-left: 1px solid #1C65A2;
}

.coins_banner.elite .available_points_sec {
  border-left: 1px solid #453A65;
}

.coins_banner.vip .available_points_sec {
  border-left: 1px solid #454444;
}

.coins_banner.mysultan .available_points_sec {
  border-left: 1px solid #FF9934;
}

.coins_banner.expert .balance_points_sec {
  border-left: 1px solid #045739;
}

.coins_banner.explorer .balance_points_sec {
  border-left: 1px solid #1C65A2;
}

.coins_banner.elite .balance_points_sec {
  border-left: 1px solid #453A65;
}

.coins_banner.vip .balance_points_sec {
  border-left: 1px solid #454444;
}

.coins_banner.mysultan .balance_points_sec {
  border-left: 1px solid #FF9934;
}

.wishlist .wish-list {
  justify-content: space-between;
  align-items: center;
}

.qr_screen {
  height: auto;
  padding: 25px 5px;
}

.qr_screen.ezwa {
  background: url(../images/kanzee/ezwa.jpg) no-repeat;
  background-size: 100% 203px;
}

.qr_screen.ezwa_ar {
  background: url(../images/kanzee/ar_ezwa.png) no-repeat;
  background-size: 100% 203px;
}

.qr_screen.explorer {
  background: url(../images/kanzee/kanzee6.jpeg) no-repeat;
}

.qr_screen.genz {
  background: url(../images/kanzeebgmob/genz_home.jpeg) no-repeat;
  background-size: cover;
}

.qr_screen.thokhur {
  background: url(../images/kanzeebgmob/thokhur_home.jpeg) no-repeat;
  background-size: cover;
}

.qr_screen.expert {
  background: url(../images/kanzee/kanzee2.jpeg) no-repeat;
}

.qr_screen.elite {
  background: url(../images/kanzee/kanzee1.jpeg) no-repeat;
}

.qr_screen.vip {
  background: url(../images/kanzee/kanzee3.jpeg) no-repeat;
}

.qr_screen.mysultan {
  background: url(../images/kanzee/kanzee4.jpeg) no-repeat;
}

.qr_screen.myagility {
  background: url(../images/kanzee/kanzee6.jpeg) no-repeat;
}

.qr_screen.myaaw {
  background: url(../images/kanzee/kanzee6.jpeg) no-repeat;
}

.qr_screen.mypro {
  background: url(../images/kanzee/kanzee5.jpeg) no-repeat;
}

.qr_screen.mybsbc {
  background: url(../images/kanzeebgmob/mybsbc.jpg) no-repeat;
  background-size: cover;
}

.qr_screen.xcite {
  background: url(../images/kanzee/xcite.jpg) no-repeat;
}

.qr-scan-text .h5 {
  font-size: 25px;
  color: #6C737F;
}

.qr_screen .tier-name {
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
}

.qr_screen .gained, .qr_screen .expiring {
  color: #ffffff;
  font-size: 12px;
}

.qr_screen .coins_earned, .qr_screen .exp_coins {
  color: #ffffff;
  font-weight: 18px;
  font-weight: 600;
}

.qr_screen .coins_detail {
  text-align: center;
  line-height: 2em;
}

.qr-scan-text .border {
  border-radius: 8px;
  border: 1px solid #1f70b5 !important;
  color: #1f70b5;
  font-size: 20px;
}

.qr-scan-text .border {
  margin: 0 5px;
}

.qr-scan-text .reward {
  background: #1f70b5;
  border-radius: 8px;
  padding: 5px 18px;
  font-size: 20px;
  border-color: unset;
}

.qr-scan-text .loyalty_code span {
  font-size: 18px;
  font-weight: 500;
  color: #6C737F;
}

.qr-scan-text .btn.border {
  font-size: 14px;
  width: 50%;
}

.edit-del-dots button {
  border: none;
  background: transparent;
  font-size: 22px;
  color: #898F99;
}

.edit-del-dots {
  float: right;
  right: 1em;
  position: relative;
}

.change-name-popup .popup_uppercontent .row {
  gap: 10px;
  border-bottom: 1px solid #ECEDEE;
  padding: 15px 0;
  margin: 0 10px;
  align-items: center;
  cursor: pointer;
}

.change-name-popup .edit-name {
  font-size: 14px;
  font-weight: 500;
  color: #4D525A;
}

.change-name-popup .del-name {
  font-size: 14px;
  font-weight: 500;
  color: #FD4438;
}

.change-name-popup .del-wishlist {
  background: url(../images/svg/delete-red.svg) no-repeat;
  width: 32px;
  height: 32px;
}

.change-name-popup .modal-content {
  width: 25%;
}

.change-name-popup .go-bck-btn, #couponTcModal .go-bck-btn {
  background: #ff8001;
  border: none;
  border-radius: 8px;
  padding: 10px;
  margin: 1em 0 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
}

.profiless .did-floating-input {
  color: #4D525A !important;
  padding-top: 1.3em !important;
}

.profiless .rango-calender::after {
  position: relative;
  content: "";
  background: url(../images/date_range.png);
  width: 24px;
  height: 24px;
  display: block;
}

.profiless .fa.rango-calender {
  top: -3em;
  right: 1em;
  float: right;
  position: relative;
}

.profiless .rango-calender:before {
  content: "";
}

.edit-profile-popup .modal-content {
  width: 22%;
}

.edit-profile-popup .popup_uppercontent .row {
  gap: 10px;
  border-bottom: 1px solid #ECEDEE;
  padding: 15px 0;
  margin: 0 10px;
  align-items: center;
  cursor: pointer;
}

.submit button:disabled {
  background: #BBBFC4 !important;
  color: #898F99;
}

.edit-profile-popup .remove-pic {
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  background: url(../images/delete-red.png) no-repeat;
}

.edit-profile-popup .remove-name {
  font-size: 14px;
  font-weight: 500;
  color: #FD4438;
}

.edit-profile-popup .choose-pic {
  font-size: 14px;
  font-weight: 500;
  color: #4D525A;
}

.edit-profile-popup .photo-pic {
  background: url(../images/photo.png);
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  cursor: pointer;
}

.edit-profile-popup .choose-upload {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  border-radius: 65px;
  z-index: 5;
  cursor: pointer;
}

.edit-profile-popup .submit {
  margin: 0.5em 0 0;
}

.edit-profile-popup .submit button {
  width: 100%;
}

#couponTcModal .coupon-card {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 12px;
}

#couponTcModal .modal-content {
  padding: 20px !important;
}

#couponTcModal .modal-content .title-point {
  font-size: 16px;
  font-weight: 600;
  color: #4D525A;
}

#couponTcModal .modal-content .title-para {
  font-size: 12px;
  font-weight: 400;
  color: #6C737F;
}

#couponTcModal .modal-content .title-para p {
  text-align: left;
  margin-bottom: 1em;
}

.order_details_page .name-details .labels img {
  margin-right: 5px;
}

.order_details_page .name-details .labels {
  font-size: 15px;
  font-weight: 600;
  color: #4D525A;
}

.order_details_page .order-details .details .summary-detail {
  font-size: 12px;
}

.order_details_page .order-details .details .summary-detail.text-warning {
  color: #ff8001 !important;
}

.order_details_page .prd-label {
  font-size: 12px;
  font-weight: 400;
  color: #4D525A;
}

.order_details_page .qty-label span {
  font-size: 12px;
  font-weight: 600;
  color: #4D525A;
}

.order_details_page .price-label {
  font-size: 16px;
  font-weight: 600;
  color: #4D525A;
}

.order_details_page .prd-row {
  align-items: center;
}

.order_details_page .totals {
  color: #4D525A;
}

.order_details_page .totals-price {
  color: #4D525A;
}

.order_details_page .card-label, .order_details_page .pay-price {
  color: #4D525A;
  font-size: 12px;
  font-weight: 600;
}

.order_details_page .card-pay, .order_details_page .kanzee-coin-pay {
  justify-content: space-between;
  line-height: 1.8em;
}

.order_details_page .card-pay .card-label::before {
  content: "";
  background: url(../images/Payment_Logo.png);
  width: 20px;
  height: 12px;
  display: block;
  position: relative;
  margin-right: 5px;
}

.order_details_page .kanzee-coin-pay .card-label::before {
  content: "";
  background: url(../images/kanzee-coin-logo.png);
  width: 20px;
  height: 12px;
  display: block;
  position: relative;
  margin-right: 5px;
}

.order_details_page .card-pay .card-label, .order_details_page .kanzee-coin-pay .card-label {
  display: flex;
  align-items: center;
}

.order_details_page .reorder-order-details button {
  background: #ff8001;
  border: none;
  padding: 12px;
  width: 60%;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order_details_page .reorder-order-details button:before {
  content: "";
  position: relative;
  background: url(../images/svg/replay-white.svg);
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
}

.order_details_page .reorder-order-details {
  text-align: -webkit-center;
}

.profiless .form_newadd .country-mob-code {
  display: inline-flex !important;
  width: 100%;
}

.profiless .mob-input {
  background: #ffffff;
  border-right: none;
  color: #6C737F;
  padding: 3px 0px 5px 12px;
  height: 56px;
  border-top: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-left: 1px solid #ECEDEE;
  border-bottom: 1px solid #ECEDEE;
}

.profiless .kuwait-mob-code {
  margin-left: 0px !important;
  border-top: 1px solid #ECEDEE !important;
  border-bottom: 1px solid #ECEDEE !important;
  border-left: none !important;
  border-right: 1px solid #ECEDEE !important;
  border-radius: 0 8px 8px 0 !important;
}

.profiless .kuwait-mob-code:focus {
  border-left: none !important;
  border-radius: 0 8px 8px 0;
}

.profiless .kuwait-code .did-floating-label {
  left: 22%;
  top: 16%;
}

.profiless .vdp-datepicker__calendar {
  background-color: #ffffff !important;
}

button#submit_process:disabled {
  background: #BBBFC4 !important;
  color: #898F99;
}

.gift-rush-icon {
  display: none;
}

.gift-ecom-icon {
  display: inline;
}

.order_details_page .order-details .details .summary-detail.order_delivered {
  font-size: 12px;
  font-weight: 600;
  color: #12B76A !important;
  display: flex;
  align-items: center;
  margin-left: 7px;
}

.order_details_page .order-details .details .summary-detail.order_cancelled {
  font-size: 12px;
  font-weight: 600;
  color: #FD4438 !important;
  display: flex;
  align-items: center;
  margin-left: 7px;
}

.order_details_page .order-details .details .order_delivered::before {
  content: "";
  background: url(../images/delivericon.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  margin-right: 3px;
}

.order_details_page .order-details .details .order_cancelled::before {
  content: "";
  background: url(../images/cancel1.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  margin-right: 3px;
}

.reorder-popup .info {
  flex-wrap: nowrap;
  gap: 10px;
  padding: 14px 10px;
  border-bottom: 1px solid #ececee;
}

.reorder-popup .modal-content {
  width: 24% !important;
}

.reorder-popup .order-details {
  overflow-y: auto;
  max-height: 30em;
  overflow-x: hidden;
}

.reorder-popup .prd-name {
  color: #4D525A;
  font-size: 14px;
}

.reorder-popup .prd-msg {
  color: #6C737F;
  font-size: 14px;
  color: #F05153;
}

.profiless .profile-percentage .profile-text {
  font-size: 12px;
  font-weight: 500;
  color: #4D525A;
  margin-bottom: 7px;
}

.profiless .profile-percentage .percent-label {
  font-size: 16px;
  font-weight: 600;
  color: #4D525A;
}

.profiless .profile-progress-info {
  justify-content: space-between;
}

.profiless .profile-percentage {
  margin: 5px 0 15px;
}

.profiless .progress {
  width: 100%;
  height: 0.5em;
}

.profiless .profile-percentage::before {
  content: "";
  background: url(../images/profile-percent.png);
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}

.profiless .profile-percentage {
  justify-content: space-evenly;
  margin: 0 0 15px !important;
  display: flex;
  align-items: center;
}

.check_circle_filled img {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  float: right;
  top: 0;
  right: 1em;
}

.check_circle_filled {
  position: absolute;
  float: right;
  top: 1.2em;
  right: 1em;
}

.notify-icons {
  display: none;
}

.lang-pg .standard-img, .lang-pg .rush-img {
  width: 40%;
  height: 40%;
}

.lang-pg .enter_amt_sect .title {
  text-align: center;
}

.lang-pg .enter_amt_sect .categories {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

.lang-pg .enter_amt_sect .categories ul li {
  border: 1px solid #E1E1E4;
  background: #ffffff;
  border-radius: 8px;
  width: 50%;
  padding: 15px;
  font-size: 16px;
  color: #6C737F;
  font-weight: 600;
}

.lang-pg .enter_amt_sect .categories ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.lang-pg .enter_amt_sect .categories ul li.active {
  background: #FFF2E6;
  color: #ff8001;
  border: 1px solid #ff8001;
}

.lang-pg .enter_amt_sect .categories.country ul {
  justify-content: center;
  flex-wrap: wrap;
}

.lang-pg .enter_amt_sect .categories.country ul li {
  width: 50%;
}

.lang-pg .country-flag {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.lang-pg .kuwait-flag::before {
  content: "";
  background: url(../images/kw-Kuwait.png) no-repeat;
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-right: 10px;
}

.lang-pg .oman-flag::before {
  content: "";
  background: url(../images/om-Oman.png) no-repeat;
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-right: 10px;
}

.lang-pg .bahrain-flag::before {
  content: "";
  background: url(../images/bh-Bahrain.png) no-repeat;
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-right: 10px;
}

.logout-modal .title {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #4d4d4d;
}

.logout-modal .text-log {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}

.logout-modal .cancel-popup {
  border: 1px solid #ECEDEE !important;
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 10px;
  width: 100%;
  border: 0;
}

.logout-modal .cancel-popup .logout-btn {
  padding: 0 !important;
}

.giftcard-balance_part .acc_title, .giftcard-sub-section .acc_title {
  justify-content: space-between;
}

.giftcard .form-details input {
  padding-top: 15px !important;
}

.wallet-debit .card, .wallet-credit .card {
  margin: auto;
  border-radius: 8px;
  width: 40%;
  padding: 10px 15px;
}

.wallet-debit .trans-info-title, .wallet-credit .trans-info-title {
  font-size: 14px;
  font-weight: 600;
  color: #4D525A;
  border-bottom: 1px solid #ECEDEE;
  padding: 0px 0 10px;
  margin-bottom: 10px;
}

.wallet-debit .trans-info-cont .text-muted, .wallet-credit .trans-info-cont .text-muted {
  font-weight: 400;
  font-size: 12px;
  color: #6C737F;
  text-align: left;
}

.wallet-debit .trans-info-cont .font-weight-bold, .wallet-credit .trans-info-cont .font-weight-bold {
  font-weight: 600 !important;
  font-size: 12px;
  color: #4D525A;
  text-align: left;
  margin-left: 10px;
}

.wallet-debit, .wallet-credit {
  width: 100%;
}

.debitamt {
  color: #4D525A;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.enter-coin-amt .did-floating-input {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 600;
}

.sharecoins .did-floating-label.kanzee-no {
  top: 22px !important;
}

.sharecoins .did-floating-input.kanzee-no:focus ~ .did-floating-label.kanzee-no {
  top: 11px !important;
}

.kanzee-mob-no .did-floating-input.kanzee-no:not(:-moz-placeholder-shown) ~ .did-floating-label.kanzee-no {
  top: 10px !important;
  font-size: 10px;
  margin-bottom: 0;
}

.kanzee-mob-no .did-floating-input.kanzee-no:not(:placeholder-shown) ~ .did-floating-label.kanzee-no {
  top: 10px !important;
  font-size: 10px;
  margin-bottom: 0;
}

.did-floating-input.kanzee-no {
  padding-top: 14px !important;
}

#showOneRedeemedCampaign .card-qr-img {
  width: 100%;
  margin: 20px 5px;
}

.filter-kanzee {
  display: block;
  align-items: center;
}

.filter-kanzee .filter {
  background: url(../images/svg/filter_alt.svg) no-repeat !important;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  margin-bottom: 0;
  left: 32em;
}

.kanzee-partnership.mykanzee {
  flex-wrap: nowrap;
}

.edit-name .back-arrow {
  background: url(../images/svg/back-arrow.svg) no-repeat;
  float: left;
  margin: 0;
  padding: 0.3em 0.5em;
  left: 1em;
  position: relative;
  width: 24px;
  height: 24px;
  opacity: 1;
  border: 0;
  top: 0.5em;
}

.create-wish {
  width: 100%;
  text-align: -webkit-center;
}

.create-new-list {
  width: 60%;
  justify-content: center;
}

.wishlist .proddeal_img .flag {
  left: 1em;
}

.order-details .prd-line:not(:last-child) {
  border-bottom: 1px solid #ECEDEE;
}

.order-details .prd-line {
  padding: 14px 0;
}

.profiless input, .profiless select {
  color: #4D525A !important;
  font-weight: 600;
  font-size: 14px;
}

.profiless .did-floating-input.kuwait-mob-code {
  padding-top: 2px !important;
}

.profiless .inputs {
  display: inline-grid !important;
}

.redeem-off {
  align-items: center;
  background-color: #ffffff !important;
  border: none !important;
}

.redeem-off .rounded-circle {
  width: 100%;
  display: block;
  border-radius: 8px !important;
}

.kanzee-mob-no .foricon::before {
  content: "";
  background: url(../images/svg/kanzeecoins.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  margin-top: -2.8em;
}

.kanzee-mob-no .kanzee-input {
  padding-left: 3em !important;
}

.sharecoins .mob-input {
  background: #ffffff;
  border-right: none;
  color: #6C737F;
  padding: 14px 0px 5px 0;
  height: 56px;
  border-top: 1px solid #ECEDEE;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-left: 1px solid #ECEDEE;
  border-bottom: 1px solid #ECEDEE;
}

.sharecoins .kuwait-mob-code {
  margin-left: 0px !important;
  border-top: 1px solid #ECEDEE !important;
  border-bottom: 1px solid #ECEDEE !important;
  border-left: none !important;
  border-right: 1px solid #ECEDEE !important;
  border-radius: 0 8px 8px 0 !important;
}

.sharecoins .kanzee-no:focus {
  border: 1px solid #FF8001 !important;
  background: #FFF2E6;
  border-left: none !important;
}

.sharecoins .kanzee-no.entr-coins:focus {
  border-left: 1px solid #FF8001 !important;
}

.kanzee-input.kuwait-mob-code {
  padding-left: 1em !important;
}

#couponTcModal.unscratched .coupon-card {
  width: 65%;
  padding: 0;
}

#couponTcModal.unscratched .modal-content {
  width: 50%;
}

#couponTcModal.unscratched .shop-now {
  position: sticky;
  bottom: -1.5em;
  background: #ffffff;
  text-align: center;
}

#couponTcModal.unscratched .shop-now button {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  margin: 10px 5px;
  width: 60%;
  padding: 10px 15px;
}

#couponTcModal.unscratched .modal-body {
  text-align: center;
}

.order-details.address2.qcom_order .preparing {
  background: #E6F2EE;
}

.order-details.address2.qcom_order .preparing span {
  color: #057A50;
}

.order-details.address2.qcom_order .symbol {
  background: url(../images/svg/symbol1.svg) no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
}

.order-details.address2.qcom_order .reorder {
  border: 1px solid #057A50;
}

.order-details.address2.qcom_order .reorder span {
  color: #057A50;
}

.order-details.address2.qcom_order .reorder span::before {
  background: url(../images/svg/replay2-rush.svg);
  width: 16px;
  height: 16px;
}

.order-details.address2.qcom_order .reorder span {
  color: #057A50;
}

.profile_details .profile_email span {
  word-wrap: break-word;
}

.order_details_page.qcom_order .container-progress.active .circle {
  background-color: #057A50;
  border-color: #057A50;
}

.order_details_page.qcom_order .container-progress.active .line {
  background: #057A50;
}

.order_details_page.qcom_order .order-details .details .summary-detail.text-warning {
  color: #057A50 !important;
}

.order_details_page.qcom_order .order-details .details .summary-detail.order_cancelled {
  color: #fd4438 !important;
}

.order_details_page.qcom_order .reorder-order-details button {
  background: #057A50;
}

.reorder-popup.ecom_order .delete-item .wishlist-add .add-to-wish {
  background: #ff8001 !important;
}

.reorder-popup.qcom_order .delete-item .wishlist-add .add-to-wish {
  background: #057A50 !important;
}

.alert-warning {
  color: #4D525A !important;
  background-color: #FFF2E6 !important;
  border-color: #FFF2E6 !important;
}

.alert .warning {
  text-align: left;
}

.progress.web-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 55px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 90%, transparent 80% 100%), conic-gradient(#ff8001 75%, #e8e6e6 0);
}

.progress.web-profile .progress-bar {
  background-color: white !important;
  font-size: 14px;
  font-weight: 600;
  color: #4D525A;
  border: none;
  outline: none;
  display: inline-grid;
}

.for-web .profile-progress-info {
  flex-wrap: nowrap;
  align-items: center;
  gap: 7px;
}

.profile-percent-pic {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.profile-percentage.for-web {
  position: absolute;
  left: 0;
  gap: 7px;
}

.profile-percentage.for-web::before {
  display: none;
}

.progress.web-profile:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 1em;
  border-radius: 50px;
  background: #EC2027;
  top: 2em;
  z-index: 1;
}

.top-input-web {
  top: -0.5em;
  position: relative;
}

.mycoupon.align-coupon .modal-body {
  text-align: -webkit-center;
}

.mycoupon .scratch_now-btn {
  padding: 10px 15px;
}

.mycoupon .go-bck-btn.scratch_now-btn {
  background-color: #ff8001;
  color: #ffffff;
  width: 28%;
  padding: 10px;
}

.mycoupon .scratch_now-btn.scratch-this {
  width: 28%;
  padding: 10px;
}

.profiless .did-floating-label-content .not-floating-label {
  font-size: 10px;
  top: 4px;
}

.profiless .profile-mo-error::before {
  content: "";
  background: url(../images/cancel2.png) no-repeat;
  width: 13px;
  height: 12px;
  display: block;
  position: relative;
  margin-right: 3px;
  padding-right: 15px;
  top: 3px;
}

.mo-error {
  display: flex;
}

.mo-error::before {
  content: "";
  background: url(../images/cancel2.png) no-repeat;
  width: 13px;
  height: 12px;
  display: block;
  position: relative;
  margin-right: 3px;
  padding-right: 15px;
  top: 3px;
}

.profiless .profile-mo-error {
  display: flex;
}

.profiless .inputs.kuwait-code {
  margin-bottom: 18px;
}

.vdp-datepicker.calendar input {
  padding-top: 1.3em !important;
}

.redeem-off-titile {
  text-align: left;
}

.redeem-off-titile .h6 {
  font-size: 15px;
  font-weight: 400;
}

.valid-until-plus {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 35px;
}

.ring-color {
  margin: 0 5px;
}

.got-coupon-title {
  padding: 10px 2px;
}

.unscratch-coupon-section .coupon-success {
  margin: 0;
}

.order_details_page hr {
  margin: 0.8em 0 0.3em;
}

.kd-price-order {
  text-wrap: nowrap;
}

.wishlist .quant {
  bottom: 0em;
  position: relative;
  padding-right: 0;
}

.wishlist .new-add-to-cart .add-to-cart-btn {
  position: relative;
}

.activated_btn {
  font-size: 13px;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
}

.wishlist .card .new-add-to-cart {
  bottom: -4px;
  position: relative;
  width: 100%;
}

.lang-btn {
  margin: 5px 0;
}

.card.numbers.ecomBorder .mo-error {
  padding-bottom: 0 !important;
}

.sharecoins .card {
  padding: 8px 16px;
}

.sharecoins label.radio-container {
  left: 8px;
}

.sharecoins .card-data .card.numbers span {
  padding-left: 28px;
}

.sharecoins .magic-radio {
  left: 15px;
  top: 14px;
}

.myaddss .acc_title {
  justify-content: space-between;
}

.right-wallet {
  text-align: right;
}

.select-status::after {
  content: "";
  background: url(../images/svg/downarrow.svg) no-repeat;
  float: right;
  right: 1.5em;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1.5em;
}

.profiless .form-details select, .profiless .form-details datepicker {
  -webkit-appearance: initial;
}

.service_img.diagonal-img {
  background: url(../images/diagonal.png) no-repeat;
  width: 80px;
  height: 38px;
  display: flex;
  border-radius: 8px 8px 0 0;
}

.title-campaign {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #4D525A;
  padding: 10px 0;
}

.arrow-here::after {
  content: "";
  background: url(../images/rightArrow.png);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3%;
}

.offer_section .card-text.arrow-here {
  align-items: center;
  display: flex;
  text-transform: capitalize;
}

.kanzee-partnership-section .service_label {
  text-transform: capitalize;
}

.couponredeemed .coupon-code {
  background: #e2e3e4;
  border: none;
}

.couponredeemed .flat-off {
  color: #C5C6CB;
}

.about-cms {
  margin: 20px 0;
}

.about-cms .acc_title {
  justify-content: space-between;
}

.about-cms p {
  font-size: 14px;
}

.reorder-warning-popup.qcom_order .delete-item {
  flex-wrap: wrap;
}

.reorder-warning-popup.qcom_order .wishlist-add, .reorder-warning-popup.qcom_order .cancel-popup-add {
  width: 100%;
}

.reorder-warning-popup.qcom_order .cancel-popup-add .add-to-wish {
  border: 1px solid #E1E1E4;
  background: transparent;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 8px;
  margin: 10px 0 0px;
}

.reorder-warning-popup.qcom_order .wishlist-add .add-to-wish {
  padding: 10px !important;
}

.reorder-warning-popup.qcom_order .delete-item {
  margin: 2px 0 !important;
}

.reorder-warning-popup.qcom_order .modal-content {
  border-radius: 5%;
}

.activation-btn-code .validity-active-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activation-btn-code .validity-active-btn .activate-btn .activate_btn {
  background-color: #6e7bff;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 5px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  width: 100px;
}

.activation-btn-code .offer_section .card-text p {
  height: 2.5em;
}

img.active-btn-kanzee {
  height: 25px !important;
  background-color: transparent;
  border-radius: 16px;
  padding: 1px 1px 1px 0;
}

.pagenotfound-404 .no-results {
  margin: 5px 0 20px;
  text-align: center;
}

.pagenotfound-404 .no-results .shop-now button {
  padding: 8px 10px;
  width: 20%;
  border-radius: 8px;
  background-color: #ff8001;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: none;
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
  width: 0 !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  content: "";
  background: url(../images/svg/downarrow.svg) no-repeat;
  float: right;
  right: 1.5em;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0.6em;
  transform: rotate(90deg);
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  content: "";
  background: url(../images/svg/downarrow.svg) no-repeat;
  float: right;
  right: 1.5em;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0.6em;
  transform: rotate(-90deg);
}

.back-kanzee-offers img {
  transform: scaleX(-1);
  height: 16px;
}

.back-kanzee-offers {
  position: absolute;
  float: right;
  margin-top: 1em;
  left: 1em;
  border: 1px solid #4D525A;
  border-radius: 30px;
  padding: 6px;
  background-color: #ffffff;
}

.view-offer-kanzee .add-to-cart-btn .btn.kanzee-activated-off {
  background-color: #ff8001 !important;
  color: #ffffff !important;
  padding: 12px;
}

/*RUSH*/
.rush .pagenotfound-404 .no-results .shop-now button {
  background-color: #057A50 !important;
  color: #ffffff;
}

.rush .service_img.diagonal-img {
  background: url(../images/diagonal-rush.png) no-repeat;
}

.rush .lang-pg .enter_amt_sect .categories ul li.active {
  background: #E6F2EE;
  color: #057A50;
  border: 1px solid #057A50;
}

.rush .active-coupon.active {
  background: #057A50;
}

.rush .mycoupon .go-bck-btn.scratch_now-btn {
  background-color: #057A50;
  color: #ffffff;
}

.rush .sharecoins .kanzee-no.entr-coins:focus {
  border-left: 1px solid #057A50 !important;
}

.rush button#submit_process {
  background: #057A50;
}

.rush label.address_block.active, .rush .adresses .address_block:hover {
  border: 1px solid #057A50;
  background: #E6F2EE;
}

.rush .adresses .address_block.active input ~ .checkmark {
  border: 2px solid #057A50;
}

.rush .adresses .address_block:hover input ~ .checkmark {
  background-color: #E6F2EE;
  border: 2px solid #057A50;
}

.rush .adresses .address_block .checkmark:after {
  background: #057A50;
}

.rush .new_address button {
  border: 1px solid #057A50;
  color: #057A50 !important;
}

.rush .newaddress .submit.active button {
  background: #057A50;
}

.rush .receipt-send .send-now, .rush .return-home {
  background: #057A50;
}

.rush .sharecoins .send-btn button.active, .rush .mywallet_kanzee .send-btn button {
  background: #057A50;
}

.rush .convert-coin .send-btn button.active {
  background: #057A50;
}

.rush .convert-coin .select-amt-btns button.active {
  background: #057A50;
}

.rush .continue-btn.active button {
  background-color: #057A50;
}

.rush .no-results .shopping button {
  color: #ffffff !important;
  background: #057A50;
}

.rush .create-new-list {
  color: #057A50;
  border: 1px solid #057A50;
}

.rush .submit button {
  background: #057A50;
}

.rush .left_panel_content .logout {
  border: 1px solid #057A50;
  color: #057A50;
}

.rush .accountpage ul li a.router-link-active, .rush .list_view ul li a.router-link-active {
  color: #057A50;
}

.rush .accountpage ul li:hover, .rush .list_view ul li:hover {
  color: #057A50;
}

.rush .mycoupon .shop-now button {
  color: #057A50;
  border: 1px solid #057A50 !important;
}

.rush .add_pic {
  color: #057A50;
}

.rush .new_address button::before {
  background: url(../images/rushicons/plus-rush.png) no-repeat;
  width: 14px;
  height: 14px;
}

.rush .giftcards-active {
  background: url(../images/rushicons/activegiftcard-rush.png) no-repeat center;
}

.rush .change-name-popup .go-bck-btn, .rush #couponTcModal .go-bck-btn {
  background: #057A50;
}

.rush button.btn.back-btn {
  border: 1px solid #057A50;
  color: #ffffff;
}

.rush .gift-rush-icon {
  display: inline;
}

.rush .gift-ecom-icon {
  display: none;
}

.rush .enter_amt_sect .categories ul li.active {
  background: #057A50;
}

.rush .create-new-list::before {
  background: url(../images/rushicons/plus-rush.png) no-repeat center;
}

.rush .sharecoins .send-btn button, .rush .mywallet_kanzee .send-btn button {
  background: #057A50;
}

.rush .card input[type=text]:focus, .rush .card input[type=email]:focus, .rush .card [type=password]:focus {
  border: 1px solid #057A50;
  background: #E6F2EE;
}

.rush .sharecoins .kanzee-no:focus {
  border: 1px solid #057A50 !important;
  background: #FFF2E6;
  border-left: none !important;
}

.rush .submit button:disabled {
  background: #BBBFC4 !important;
  color: #898F99;
}

.rush .profiless .country-mob .kuwait-mob-code:focus {
  border-left: none !important;
}

.rush .couponredeemed .coupon-code {
  background: #e2e3e4 !important;
  border: none !important;
}

.rush .couponredeemed .flat-off {
  color: #C5C6CB !important;
}

.rush .alert-warning {
  background-color: #E6F2EE !important;
  border-color: #E6F2EE !important;
}

.rush .alert .warning:before {
  background: url(../images/rushicons/info_2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.rush .form_newadd.newaddress .kuwait-country-code:focus {
  background-color: #E6F2EE !important;
}

.rush .mob-input + .kuwait-country-code:focus {
  border-top: 1px solid #057A50;
  border-bottom: 1px solid #057A50;
  border-right: 1px solid #057A50;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .active-inactive-cards {
    max-width: 40%;
  }
  .profile_pic:after {
    margin-top: 13%;
  }
  .profile_details .profile_pic img {
    left: 8%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .logout::before {
    left: 21%;
  }
  .profile_pic:after {
    margin-top: 13%;
  }
}
/* Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .coins_banner {
    display: block !important;
    height: 150px;
  }
  .coins_banner_progress {
    float: none;
    display: inline-grid;
    padding: 12px 12px;
  }
  .logout::before {
    left: 18%;
  }
  .kanzee_sacn {
    right: 0;
  }
  .return-home {
    width: 50%;
  }
  .coupon-card {
    width: 70%;
    margin: 15px auto;
  }
  .coupon-card:nth-child(3n+1) {
    margin-left: auto;
  }
  .mycoupon .shop-now button {
    width: 40%;
  }
  .coupons {
    display: inline-block;
  }
  .partner-camp {
    width: 50%;
  }
}
@media only screen and (min-width: 1021px) and (max-width: 1024px) {
  .logout::before {
    left: 15%;
  }
  .kanzee_sacn {
    right: 0;
  }
  .coupon-card {
    width: 45%;
    margin: 15px auto;
  }
  .coupon-card:nth-child(3n+1) {
    margin-left: auto;
  }
  .mycoupon .shop-now button {
    width: 40%;
  }
  .coupons {
    display: inline-block;
  }
}
.wishlist-list-none {
  gap: 0px !important;
}

/* CSS to hide the order all label visually */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.wishlist .card-body .add-to-cart-btn .btn {
  margin-top: 0;
}

.newotp-receipt {
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.newotp-receipt input {
  font-weight: 700;
  font-size: 28px !important;
  color: #4D525A;
  border: 1px solid #E1E1E4 !important;
  background-color: #FAFAFB;
  width: 65px !important;
  height: 65px !important;
}

.resend-receipt-otp {
  width: 40%;
  margin: 1em auto;
}

.enter-receipt-otp .welcome_cont .sent-to {
  font-weight: 600;
}

.receipt-details .recipt-detail-otp {
  width: 30%;
  text-align: left;
  margin: 14px auto;
}

@media only screen and (min-width: 1530px) and (max-width: 1600px) {
  .account-receipt {
    margin-top: 26px;
  }
}
.order-summary.delivery-driver-added {
  display: block;
}

.call-driver button {
  padding: 6px 22px;
  font-size: 13px;
  background: #ff8001;
  border: none;
  width: 15%;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  gap: 8%;
}

.call-driver {
  text-align: left;
}

.call-driver button::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/svg/calling-icon.svg);
}

.mybsbc .kanzee_sacn {
  background: url(../images/barcodeblue.svg);
  height: 40px;
  background-repeat: no-repeat;
  text-align: right;
  float: right;
  display: block;
  width: 40px;
  margin: 0px 20px;
  top: 30px;
  position: relative;
  right: 100%;
}

.qr_screen.mybsbc .tier-name {
  font-size: 50px;
  color: #4D525A;
  text-transform: uppercase;
}

.qr_screen.mybsbc .gained, .qr_screen.mybsbc .expiring {
  color: #4D525A;
  font-size: 12px;
}

.qr_screen.mybsbc .coins_earned, .qr_screen.mybsbc .exp_coins {
  color: #4D525A;
  font-weight: 18px;
  font-weight: 600;
}

.coins_banner.mybsbc {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #316FB4 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.mybsbc .progress {
  height: 4px;
  background-color: #194a81;
  border-radius: 8px;
  padding-left: 0;
}

.coins_banner.xcite {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #0F47B0 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.ezwa {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #D9B789 no-repeat;
  background-position: center;
  display: flex;
}

.coins_banner.ezwa_ar {
  border-radius: 10px;
  background: url(../images/Rectangle-trans.png) #D9B789 no-repeat;
  background-position: center;
  display: flex;
}

/*Order details internal tabs*/
.order_tabs .internal-tabs {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}

.prepare-label-arrow {
  display: flex;
  align-items: center;
}

.order-details.address2 .confirm-label-btn {
  position: absolute;
  right: 5%;
}

.confirm-label-btn button {
  border-radius: 8px;
  background: #ff8001;
  color: #fff;
  padding: 6px 20px;
  border: none;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.order-info-content .confirm-label-btn {
  text-align: left;
  margin: 10px 0;
}

.pickup-success-receipt {
  margin: 4% 0;
  justify-items: center;
}

.pickup-success-receipt .transac-success {
  margin: 10px 0 5px;
}

.pickup-loc-details .add_location {
  font-size: 16px;
}

.order_details_page.qcom_order .order-details .confirm-label-btn button {
  background: #057A50;
}

.order-details.address2.qcom_order .confirm-label-btn button {
  background: #E6F2EE;
  color: #057A50;
}

.rush .order_tabs .internal-tabs .input:checked + .label {
  background: #E6F2EE;
  color: #057A50;
}

.rush .order_tabs .internal-tabs .label:hover {
  color: #057A50;
}

.rush .order_tabs .internal-tabs .label.current_order_tab_selected {
  color: #057A50 !important;
}

.progress-points .progress {
  height: 4px;
  padding: 0;
}

.credit-card-accordion button.btn-add-new-card {
  background: #ff8001;
}

.card.numbers.active .credit-card-accordion {
  background: rgba(248, 249, 250, 0.8196078431);
  border-left: 4px solid #ff8001;
}

.credit-card-accordion p.mb-1.fw-bold {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #ff8001;
}

@media only screen and (max-width: 767px) {
  .my-accounts.myaddss .list-saveCard.col-12 {
    margin-top: 100px;
  }
  .mywallet_kanzee .cardbox.pay.active {
    border-color: #ff8001;
  }
  .mywallet_kanzee select.card-dropdown {
    width: 100%;
    background: rgba(225, 225, 228, 0.631372549);
    padding: 10px;
    border-radius: 5px;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #ccc;
  }
  .mywallet_kanzee .container-fluid.checkout.openModal:before {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
  }
  .mywallet_kanzee .container-fluid.checkout {
    /* background: rgba(0,0,0,0.5); */
    z-index: 99999;
    position: relative;
    display: inline-block;
  }
  .mywallet_kanzee .modal-body-card {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 1111;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 10px 5px #888, 0px -10px 5px #888;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .mywallet_kanzee .card-body h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .mywallet_kanzee .new-card h3 {
    font-size: 17px;
    color: #555;
  }
  .mywallet_kanzee .modal-body-card {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 1111;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 10px 5px #888, 0px -10px 5px #888;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
  .mywallet_kanzee .card-body h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .mywallet_kanzee .new-card h3 {
    font-size: 17px;
    color: #555;
  }
  .mywallet_kanzee .new-card h3 span {
    margin-right: 10px;
    border: 2px solid;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
  }
  .mywallet_kanzee .inner-card ul {
    list-style: none;
    font-size: 16px;
  }
  .mywallet_kanzee .inner-card ul li.card_deatil {
    padding: 18px 6px;
    border-bottom: 2px solid #ccc;
    font-weight: 500;
  }
  .mywallet_kanzee .btn-primery button {
    text-align: center;
    width: 100%;
    border: none;
    color: #fff;
    background-color: #ff8001;
    border-color: #ff8001;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 15px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .mywallet_kanzee .inner-card ul li.card_deatil {
    padding: 18px 15px;
    border-bottom: 2px solid #ccc;
    font-weight: 500;
  }
  .mywallet_kanzee .inner-card ul li.card_deatil.select {
    background: #fff3e5;
    color: #ff8001;
    margin-top: 18px;
    border-radius: 5px;
    box-shadow: 0px 2px 0px #eee;
    position: relative;
  }
  .mywallet_kanzee li.card_deatil.select:after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    border-bottom: 3px solid #ff8001;
    border-right: 3px solid #ff8001;
    position: absolute;
    right: 30px;
    z-index: 99999;
    top: 14px;
  }
  .mywallet_kanzee .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .mywallet_kanzee .form-group label {
    position: relative;
    cursor: pointer;
  }
  .mywallet_kanzee .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ff8001;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
  }
  .mywallet_kanzee .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .mywallet_kanzee .form-group input:checked + label:before {
    content: "";
    background: #ff8001;
  }
  .card-close-btn {
    text-align: right;
    font-size: 20px;
    position: relative;
  }
  .card-close-btn span {
    position: absolute;
    right: 0px;
    top: -18px;
  }
}
.mywallet_kanzee .modal-actions {
  position: relative;
}

.mywallet_kanzee .modal-actions label.toggle-switch {
  display: inline-block;
  position: absolute;
  float: right;
  right: 0;
  top: -40px;
}

.modal-actions .toggle-switch input:checked + .slider[data-v-052c8224] {
  background-color: #ff8001;
}

.toggle-container .toggle-switch input:checked + .slider[data-v-65d04288] {
  background: #ff8001;
}

div#card-main-container section#card-footer {
  font-size: 0;
  opacity: 0;
}

.toggle-container .toggle-switch input:checked + .slider[data-v-65d04288] {
  background: #ff8001;
}

.mywallet_kanzee button.pay-with:disabled {
  background: #BBBFC4 !important;
  color: #898F99;
}

.send-btn #apple-pay-button {
  width: 45%;
  text-align: center;
  padding: 12px 15px;
  font-size: 16px;
}

.wallet-cont .send-btn {
  justify-items: center;
}

.add-loc-chnge-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.change-address-btn button {
  background: #FF8001;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 10px;
  float: none;
  width: 9em;
}

.address-tabs .tabs {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 15px;
  margin: 15px;
  justify-content: space-between;
}

.address-tabs .tabs button {
  width: 100%;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.1s, color 0.1s;
  color: #90919C;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 15px;
  gap: 10px;
}

.address-tabs .tabs .address-tab-selected {
  background: #FF8001;
  font-weight: 600;
  color: #ffffff !important;
}

.address-tabs .tabs label img {
  margin-right: 8px;
}

.address-tabs .tabs img {
  width: 20px;
  height: 20px;
}

/* Desktop Styling */
.convert-coin-section .coins_1 {
  max-width: 500px;
  margin: 0 auto;
}

/*Kanzee button*/
.hideAllOtherSection {
  display: none;
}

/* Progress bar */
.employee-credit-progressbar {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
}

.kanzee-info-redeem-buttons .more-info-btn {
  border: 1px solid #f5a623;
  color: #f5a623;
  background: transparent;
  padding: 12px;
  border-radius: 6px;
  width: 48%;
}

.employee-credit-progressbar .progress-bar {
  height: 100%;
  border-radius: 6px;
  transition: width 0.5s ease;
  background: linear-gradient(90deg, #ff7a18, #ffb347);
}

.kanzee-info-redeem-buttons .redeem-btn {
  width: 48% !important;
  border: none;
}

/* Card */
.limit-card {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.kanzee-info-redeem-buttons button:only-child {
  width: 60% !important;
  margin: 0 auto;
}

/* Bottom info */
.limit-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.limit-item {
  display: flex;
  flex-direction: column;
}

.limit-item .label {
  font-size: 13px;
  color: #888;
}

.limit-item .value {
  font-size: 18px;
  font-weight: 600;
}

/* Title section */
.employeecredit-title {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;
}

.employeecredit-title .credits-price {
  background: url(../images/employeeWallet.png) no-repeat;
  width: 72px;
  height: 72px;
  content: "";
  position: relative;
  display: block;
}

.coins_1.available_credits {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 20px;
}

.minimum-due {
  color: #4D525A;
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.helper-text {
  font-size: 13px;
  color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_view .employee_credit.wallet:before {
  content: "";
  top: 5px;
}

.list_view .employee_credit.wallet {
  align-items: baseline;
}

.list_view .employee_credit.wallet a {
  line-height: 1.5;
}