/*************************
*******Typography******
**************************/

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

html, body {
  font-family: "raleway", sans-serif !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 17px !important;
  overflow-y: auto !important;
}

ul li {
  list-style: none;
}

.main-color {
  color: #19a4b7;
}

/* Header CSS Start  */

header {
  padding-bottom: 30px;
}

.mainpage {
  background-color: #38cfe4;
  position: relative;
}

.mainpage .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Header CSS End */

/* Login Form CSS Start */

.custom-logo {
  margin: 40px auto 10px auto;
  width: 200px;
  height: 200px;
}

.custom-padding {
  padding-left: 17%;
  padding-right: 17%;
}

.forgot-password {
  font-size: 15px;
  color: #19a4b7 !important;
  font-weight: bold;
}

/* Login Form CSS End */

/* General Form Start */

.general-form input {
  padding: 20px;
  font-size: inherit;
}

.form-button-group .primary-btn {
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  background-color: #38cfe4;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 10px;
}

.form-button-group .secondary-login-btn {
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  background-color: #fca4fe;
  border-radius: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-button-group .secondary-login-btn:focus, .form-button-group .primary-btn:focus {
  outline: none;
}

.form-button-group .secondary-btn {
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  background-color: #fca4fe;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 10px;
}

.form-button-group .tertiary-btn {
  width: 100%;
  color: #000000;
  font-size: 17px;
  background-color: #d3fa0e;
  border-radius: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

label {
  font-size: inherit !important;
  font-weight: 600 !important;
}

/* General Form End*/

/* Main Page CSS Start */

header {
  padding-bottom: 40px !important;
}

.mycashback-background {
  position: relative;
}

.mycashback-inner .item {
  height: auto;
  max-height: 300px !important;
}

.mycashback-inner .item-half {
  height: auto;
  max-height: 30vh !important;
  width: 100%;
}

/* Please change this css */

/* ---------------------------------------------------------- */

.mycashback-inner img {
  height: 300px !important;
  max-height: 300px !important;
  object-position: center !important;
  object-fit: fill !important;
  width: -webkit-fill-available !important;
  width: -moz-fill-available !important;
  width: -ms-fill-available !important;
  height: -webkit-fill-available !important;
  height: -moz-fill-available !important;
  height: -ms-fill-available !important;
  min-width: 100%;
}

/* -----------------------------------------------------------------/ */

.item-half .mycashback-text h1, .item .mycashback-text h1 {
  font-size: 40px;
  position: absolute;
  right: 15%;
  top: 15px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.search-container {
  z-index: 99;
  position: absolute;
  margin: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  width: 95%;
}

.search-container .custom-search-input {
  border-radius: 10px !important;
  padding: 10px !important;
  background-color: white !important;
  border: 1px solid #eee !important;
}

.search-container .custom-search-input input {
  background-color: #eee;
  border: unset !important;
}

.search-container .btn-info {
  background-color: #eee !important;
  border-color: #eee !important;
  border-left: 2px solid #ccc !important;
  outline: none !important;
}

.icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.icon-list button {
  padding: unset !important;
  background-color: transparent;
  border: unset !important;
  outline: none;
}

.icon-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-options img {
  border-radius: 99px;
  width: 80px;
  height: 80px;
}

.icon-options p {
  font-size: 12px;
}

.new-icon-list {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: auto;
}

.new-icon-list button {
  flex: 0 1 calc(20% - 8px);
  padding: unset !important;
  background-color: transparent;
  border: unset !important;
  outline: none;
}

.new-icon-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.new-icon-options img {
  width: 80px;
  height: 80px;
}

.new-icon-options p {
  padding-top: 8px;
  font-size: 12px;
}

.new-icon-list button {
  padding: unset !important;
  background-color: transparent;
  border: unset !important;
}

.item .new-mycashback-text h1 {
  font-size: 40px;
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.item .new-mycashback-text h4 {
  position: absolute;
  top: 40%;
  left: 10%;
  font-weight: normal;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.new-mycashback-inner img {
  height: 300px !important;
  max-height: 300px !important;
  object-position: center top !important;
  object-fit: fill !important;
  width: -webkit-fill-available !important;
  width: -moz-fill-available !important;
  width: -ms-fill-available !important;
  height: -webkit-fill-available !important;
  height: -moz-fill-available !important;
  height: -ms-fill-available !important;
  min-width: 100%;
}

.new-mycashback-inner .item {
  height: auto !important;
  max-height: 300px !important;
}

.popular-products .card {
  display: flex;
  flex: 0 0 auto;
  justify-content: left;
  align-items: flex-end;
  min-height: 200px;
  width: 180px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  border-radius: 10px;
}

.popular-products .voucher-photos {
  display: flex;
  flex: 0 0 auto;
  justify-content: left;
  align-items: flex-end;
  min-height: 120px;
  width: 180px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.popular-products .card .card-body {
  font-family: abel;
  margin-left: 8px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  max-height: inherit;
}

.hot-voucher, .more-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.more-list a, .hot-voucher a {
  color: unset !important;
  text-decoration: none;
}

.hot-voucher img {
  border-radius: 15px;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  max-height: 200px;
  margin-right: unset !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.more-list .items, .hot-voucher .items {
  width: 100%;
  padding-bottom: 10px;
}

.more-list .items .hot-voucher [class*="col-"] {
  padding-right: unset !important;
}

.hot-voucher .items p:first-child {
  color: #000000;
  font-weight: 600;
  font-size: 15px !important;
}

.hot-voucher .items p:nth-child(2) {
  font-size: 12px;
  color: #a6a6a6;
}

.more-item {
  border-radius: 10px;
  padding: 10px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.more-item span {
  color: #ffffff;
  font-weight: 800;
}

/* Main Page CSS End */

/* Global */

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  font-size: inherit;
}

.content .content-element {
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #b9b9b9;
  width: 100%;
}

.content-element .pull-left {
  color: black;
}

.content-element span i {
  color: #38cfe4;
}

.center-container {
  margin: auto;
  text-align: center;
}

.page-title {
  text-align: center;
  color: #19a4b7;
}

.nav-padding-2-bar {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
}

.navbar-1 {
  border-top: 0.5px solid #ccc;
  border-left: 0.5px solid #ccc;
  border-right: 0.5px solid #ccc;
  width: 100%;
  background-color: #ffffff;
}

.navbar-2 {
  overflow: hidden;
  background-color: #ffffff;
  border: 0.5px solid #ccc;
  bottom: 0;
  width: 100%;
  margin-bottom: unset !important;
  justify-content: space-around;
  align-items: center;
  min-height: 58px !important;
}

.navbar a.active {
  background-color: #4caf50;
  color: inherit;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-row {
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  -ms-overflow-style: none;
}

.flex-row::-webkit-scrollbar {
  display: none;
}

.grey-background {
  background-color: #f2f2f2;
  min-height: 100vh;
  text-align: center;
}

.grey-1-background {
  background-color: #f2f2f2;
}

.grey-2-background {
  background-color: #e9eaee;
}

.white-background {
  background-color: white;
}

.subtitle {
  color: #f1995d;
}

.content-text p {
  text-align: center;
  font-size: inherit;
  padding-top: 15px;
}

.row-margin {
  margin: 10px auto;
}

.blue-color {
  color: #006dbf;
  border-color: #006dbf;
}

.grey-color {
  color: #7f7f7f;
  border-color: #7f7f7f;
}

.grey-1-color {
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.grey-4-color {
  color: #a6a6a6;
  border-color: #a6a6a6;
}

.black-3-color {
  color: #404040;
  border-color: #404040;
}

.black-2-color {
  color: #595959;
  border-color: #595959;
}

.black-0-color {
  color: #000000;
  border-color: #000000;
}

.orange-0-color {
  color: #ef8943;
  border-color: #ef8943;
}

.yellow-0-color {
  color: #d3fa0e !important;
  border-color: #d3fa0e;
}

.white-color {
  color: #ffffff;
  border-color: #ffffff;
}

.pink-color {
  color: #fca4fe;
  border-color: #fca4fe;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-font-0 {
  font-size: 12px !important;
}

.text-font-1 {
  font-size: 13px !important;
}

.text-font-2 {
  font-size: 14px !important;
}

.text-font-3 {
  font-size: 16px !important;
}

.text-font-4 {
  font-size: 17px !important;
}

.text-font-5 {
  font-size: 18px !important;
}

.text-weight-5 {
  font-weight: bold !important;
}

h3 {
  margin-top: 0;
}

.bordered-bottom {
  border-bottom: 1px #7f7f7f solid;
}

.bordered-all {
  border: 1px #7f7f7f solid;
}

.bordered-all-grey {
  border: 1px #d9d9d9 solid;
}

.radius-all {
  border-radius: 10px;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.refer-img {
  margin: 20px auto 5px auto;
  width: 100px;
  /* height: 100px; */
}

.refer-messasge {
  text-align: justify;
  padding: 15px 15px 15px 15px;
  word-wrap: break-word;
  font-size: 13px !important;
}

.refer-messasge #refertext {
  border: 1px solid #38cfe4;
  padding: 10px;
  border-radius: 15px;
}

.navicon-lg {
  width: 60px;
  height: inherit;
}

.category-merchant-item-listing {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 12px;
}

.more-list .location-text, .category-merchant-item-listing .location-text {
  color: #a6a6a6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.items .item-title, .category-merchant-item-listing .item-title {
  font-weight: bolder;
  font-size: 19px;
  color: #000000;
  word-break: break-all;
}

.merchant-detail-title {
  font-size: 15px;
  color: #a6a6a6;
}

.merchant-detail {
  font-size: 16px;
  color: #000000;
  text-align: justify;
}

.voucher-tabs-selected {
  text-decoration: underline;
  text-decoration-color: #19a4b7;
  font-weight: 600;
}

.voucher-tabs-unselected {
  color: #7f7f7f;
}

.voucher-items-list-img {
  border-radius: unset !important;
  position: relative;
}

.stack-botom-right, .voucher-items-list-img .title {
  bottom: 0;
  right: 0;
  position: absolute;
}

.voucher-items-list-img .percentage {
  color: #ffffff;
  background-color: #38cfe4;
  min-width: 50px;
  max-width: max-content;
  padding: 5px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
}

.voucher-items-arrow-down {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.reviews {
  max-width: 100vw;
  font-size: 15px;
}

.average-rating, .reviews .percentages {
  background-color: #0066ff;
  color: #ffffff;
  text-align: center;
  padding: 3px;
}

.voucher-item-detailed-view-more {
  text-align: center;
  font-weight: 600;
  margin-bottom: 12vh;
}

.voucher-item-detailed-redeem-btn {
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  background-color: #38cfe4;
  border-radius: 50px;
  padding: 10px;
}

.voucher-item-detailed-navbar {
  border-top: 1px solid #d9d9d9;
  padding-top: 2px;
  justify-content: space-between;
  align-items: center;
}

.voucher-business-hour {
  border-bottom: 0.5px solid #d9d9d9;
  padding: 5px 0 5px 0;
  font-size: 14px;
}

.voucher-description {
  text-align: justify;
  font-size: 16px;
  color: #000000;
}

.voucher-terms {
  color: #404040;
  font-size: 14px;
  padding-inline-start: 20px !important;
  text-align: justify;
}

.voucher-review-comment {
  background-color: #ecedf1;
  border-radius: 20px;
  text-align: justify;
  color: #000000;
}

.voucher-review-comment-mark {
  padding-left: 3px;
  min-width: max-content;
}

.voucher-hr {
  border-bottom: 0.5px solid #d9d9d9;
  margin: 10px 0 10px 0 !important;
}

.voucher-redeemed-rate {
  min-width: max-content;
  font-size: 16px;
  color: #000000;
}

.redeemed-voucher-title {
  color: #000000;
  font-weight: 600;
  text-align: justify;
}

.redeemed-voucher-viewmore {
  justify-content: space-between;
  flex-wrap: wrap;
}

.redeemed-voucher-viewmore-btn {
  background-color: #38cfe4;
  color: #ffffff;
  font-size: 17px;
}

.redeemed-voucher-reviewed-btn {
  background-color: #d9d9d9;
  color: #ffffff;
  font-size: 17px;
}

.eshop-lising-credit, .redeemed-voucher-expired-date {
  justify-content: space-between;
  align-items: flex-end;
}

.redeemed-voucher-hr {
  border-top: 1px solid #d9d9d9 !important;
  /* margin: 0px 0 20px 0 !important; */
  width: 100%;
}

.redeemed-pin-input-group {
  border-radius: 10px;
  padding: 10px 20px 10px 0;
}

.redeemed-pin-input-group input {
  border: 1px solid #eee;
}

.redeemed-validate-pass {
  background-color: #11bb6a;
  color: #ffffff;
  padding: 20px;
}

.redeemed-validate-failed {
  background-color: #f7452d;
  color: #ffffff;
  padding: 20px;
}

.reviews textarea {
  padding: 10px;
  width: 100%;
  height: 25vh;
  max-height: max-content;
  overflow-y: scroll;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  text-align: justify;
}

.reviews textarea:focus {
  border-radius: 20px !important;
  border: 1px solid #d9d9d9 !important;
  outline: none !important;
}

.eshop-redeem-quantity-btn {
  width: 17%;
  border: 0.5px solid #d9d9d9;
  color: #bfbfbf;
  background-color: unset;
}

.eshop-redeem-quantity-input {
  width: 18%;
  border: 0.5px solid #d9d9d9;
  border-right: unset !important;
  border-left: unset !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.eshop-redeem-item-subtitle {
  color: #595959;
  align-items: flex-end !important;
}

.eshop-item-checkout-msg-input {
  width: 100%;
  border: none !important;
  outline: none !important;
}

.eshop-item-checkout {
  align-items: flex-start;
  padding: 10px 15px;
}

.max-lines {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  /* white-space: wrap; */
  overflow: hidden;
  word-break: break-all;
  /* word-break: ; */
  /* max-height: 4.6em; */
  /* line-height: 1.8em; */
}

.eshop-redeem-checkbox-label {
  color: #7f7f7f;
  font-size: 15px !important;
  font-weight: unset !important;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.pr-unset {
  padding-right: unset !important;
}

.pl-unset {
  padding-left: unset !important;
}

.hide-scroll::webkit-scrollbar {
  display: none;
}

.hide-scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Global End */

/* boot 4 start */

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/* boot 4 end */

.relative {
  position: relative;
}

.comment-border {
  border-radius: 20px;
}

.comment-input {
  border-radius: 30px;
  width: 100%;
  border: 0.5px solid #d9d9d9;
  outline: none !important;
}

.comment-post-btn {
  color: #ffffff;
  background-color: #38cfe4;
  border-radius: 7px;
}

.subcomment-max-width {
  max-width: 50vw;
}

.comment-reaction {
  position: absolute;
  right: -10px;
  bottom: 0px;
}

.space-around {
  justify-content: space-around;
}

.feed-comment-attachment {
  height: 80px;
  overflow: hidden;
}

.feed-comment-attachment-image {
  height: 80px;
}

.no-deco {
  background-color: transparent;
  white-space: unset;
  outline: none !important;
}

.flow-wrap {
  overflow-wrap: break-word;
}

.inline-block {
  display: inline-block;
}

.main-container {
  margin: 0 20px 12vh 20px;
}

.overlay-text {
  position: absolute;
  top: 0;
  padding: 10px;
  color: white;
  font-weight: bold;
}

.shadowed-img {
  box-shadow: 0px 0px 5px 0px black;
  border-radius: 10px;
}

ul.list-style-type-dash>li {
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

ul.list-style-type-dash>li::before {
  content: "-";
}

ul.list-style-type-dash {
  list-style: unset;
  padding-left: 0;
}

.menu-main, .main-menu {
  margin-bottom: 12vh;
  padding-top:70px;

}

/* Global End */

/* New */

/* ------------------------------------------------------------- */

/* New - If the content is overlay with the top navigation bar, add onto the content */

.custom-padding-top {
  padding-top: 50px !important;
}

/* Existing Class - padding changed  */

.center-frame {
  border-radius: 10px;
  border: 0.5px #d9d9d9 solid;
  margin-top: 20px;
  padding: 15px;
}

/* Redeem bar. Example: merchants voucher item info */

.redeem-bar {
  overflow: hidden;
  position: fixed;
  width: inherit;
  border: 0.5px solid #ccc;
  justify-content: space-between;
  align-items: center;
  min-height: 58px !important;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1000;
  border-radius: unset !important;
}

/* lg */

@media (min-width: 1200px) {
  /* New */
  header, .category-merchant-listing {
    margin-top: 58px;
  }
  /* Existing - No change */
  .custom-padding {
    padding-left: 30%;
    padding-right: 30%;
  }
  /* Delete the existing, add the below class into media-query */
  .navbar {
    overflow: hidden;
    position: fixed;
    width: inherit;
    justify-content: space-between;
    align-items: center;
    min-height: 58px !important;
    top: 0;
    background-color: #19a4b7;
    z-index: 1000;
    border-radius: unset !important;
  }
  .navbar a {
    float: left;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .navbar a:hover {
    color: black;
  }
  .navbar a img {
    display: none;
  }
  /* Delete the existing, add the below class into media-query 
    Use: Add for the inputs only to make it less wide */
  .general-form {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30%;
    padding-right: 30%;
  }
}

/* md */

@media (min-width: 768px) and (max-width: 1199px) {
  /* New */
  header, .category-merchant-listing {
    margin-top: 58px;
  }
  /* Delete the existing, add the below class into media-query */
  .navbar {
    overflow: hidden;
    position: fixed;
    width: inherit;
    justify-content: space-between;
    align-items: center;
    min-height: 58px !important;
    top: 0;
    background-color: #19a4b7;
    z-index: 1000;
    border-radius: unset !important;
  }
  .navbar a {
    float: left;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .navbar a:hover {
    color: black;
  }
  .navbar a img {
    display: none;
  }
  /* Delete the existing, add the below class into media-query 
    Use: Add onto the container if it got inputs */
  .general-form {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30%;
    padding-right: 30%;
  }
}

/* sm */

@media (max-width: 767px) {
  /* New*/
	
	.item .new-mycashback-text h1 {
		font-size: 40px;
		position: absolute;
		top: 20%;
		left: 10%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: white;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}

	.item .new-mycashback-text h4 {
		position: absolute;
		top: 40%;
		left: 10%;
		font-weight: normal;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: white;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}

	.new-mycashback-inner img {
		
		/*
		height: 300px !important;
		max-height: 300px !important;
		object-position: center top !important;
		object-fit: fill !important;
		width: -webkit-fill-available !important;
		width: -moz-fill-available !important;
		width: -ms-fill-available !important;
		height: -webkit-fill-available !important;
		height: -moz-fill-available !important;
		height: -ms-fill-available !important;
		min-width: 100%;
		*/
		
		object-fit: cover !important;
		width: 100%;
		height: auto;
		
	}


  .navbar-bottom {
    overflow: hidden;
    background-color: #ffffff;
    border-top: 0.5px solid #ccc;
    position: fixed;
    bottom: 0;
    width: inherit;
    margin-bottom: unset !important;
    justify-content: space-between;
    align-items: center;
    min-height: 58px !important;
  }
  .navbar-bottom a span {
    display: none;
  }
  .menu-main, .main-menu {
    padding-top: unset !important;
	margin-top:15px;
  }
  /* Redeem bar. Example: merchants voucher item info */
  .redeem-bar {
    border-top: 0.5px solid #ccc !important;
    border-bottom: unset !important;
    bottom: 58px !important;
  }
  .mycashback-background {
    width: 100%;
  }
  .new-icon-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-start;
  }
  .new-icon-list .new-icon-options {
    flex-basis: 25%;
  }
  .icon-list {
    flex-wrap: wrap !important;
    flex: 1;
  }
  .icon-list .icon-options {
    flex-basis: 25%;
  }
  .center-frame {
    font-size: 15px !important;
  }
  .navicon-lg {
    width: 50px;
    height: 50px;
  }
  .content-text p {
    font-size: 16px;
  }
  .general-form input {
    padding: 18px;
    font-size: 16px;
  }
  .general-form select::-webkit-input-placeholder, .general-form input::-webkit-input-placeholder {
    font-size: 14px;
    overflow: visible;
  }
  .general-form select {
    height: 38px;
    font-size: 16px;
  }
  .nav-padding, .mycashback-background, .category-merchant-listing, .category-merchant-listing .container {
    padding-right: unset !important;
    padding-left: unset !important;
    width: 100% !important;
  }
}

@media (max-width: 330px) {
  .mycashback-background, .category-merchant-listing, .category-merchant-listing .container {
    padding-right: unset !important;
    padding-left: unset !important;
    width: 100% !important;
  }
  .no-deco {
    font-size: 12px;
  }
  .item .mycashback-text h1 {
    font-size: 30px !important;
  }
}

@media (max-height: 500px) {
  .viewmorebtn-min-height {
    margin-bottom: 20vh !important;
  }
  .item-half .mycashback-text h1 {
    top: unset !important;
    padding-top: unset !important;
  }
}

/* --------------------------------------------------- */