/* Empty. Add your own CSS if you like */

/* other iphone */

.platform-ios.platform-cordova .cform .formControl,
.platform-ios.platform-cordova .cform .formControl:disabled {
  color: #111;
}

.platform-ios.platform-cordova .mapTypePop {
  padding-bottom: 0px;
}

.platform-ios.platform-cordova
  .language-popup
  .bar-black-transparent
  .btnClose {
  top: 25%;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
}

.platform-ios.platform-cordova .custom-iphoneX-padding-bottom-space20 {
  padding-bottom: 0px;
}

.platform-ios.platform-cordova .custom-profile-header,
.platform-ios.platform-cordova .custom-login-header {
  margin-bottom: 0px;
}

/* for iphone X */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .platform-ios.platform-cordova:not(.fullscreen)
    .bar-header:not(.bar-subheader) {
    height: 84px;
  }
  .platform-ios.platform-cordova:not(.fullscreen) .has-customeFooter {
    bottom: 64px;
  }
  .platform-ios.platform-cordova:not(.fullscreen) .has-header,
  .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
    top: 84px;
  }
  .platform-ios.platform-cordova:not(.fullscreen) .has-subheader {
    top: 128px;
  }
  .platform-ios.platform-cordova:not(.fullscreen)
    .bar-header:not(.bar-subheader)
    .header-item,
  .platform-ios.platform-cordova:not(.fullscreen)
    .bar-header:not(.bar-subheader).customHeaderBar
    .title {
    margin-top: 40px;
  }
  .platform-ios.platform-cordova .mapTypePop {
    padding-bottom: 20px;
  }
  .platform-ios.platform-cordova:not(.fullscreen)
    .bar-header:not(.bar-subheader)
    > * {
    margin-top: 40px;
  }
  .platform-ios.platform-cordova
    .language-popup
    .bar-black-transparent
    .btnClose {
    top: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .platform-ios.platform-cordova .custom-iphoneX-padding-bottom-space20 {
    padding-bottom: 20px;
  }
  .platform-ios.platform-cordova .custom-profile-header,
  .platform-ios.platform-cordova .custom-login-header {
    margin-bottom: 30px;
  }
}

/* For iPhone 6+,7+,8+ */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .platform-ios.platform-cordova:not(.fullscreen)
    .bar-header:not(.bar-subheader) {
    height: 64px;
  }
  .platform-ios.platform-cordova:not(.fullscreen) .has-customeFooter {
    bottom: 44px;
  }
  .platform-ios.platform-cordova:not(.fullscreen) .has-header,
  .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
    top: 64px;
  }
  .platform-ios.platform-cordova:not(.fullscreen) .has-subheader {
    top: 108px;
  }
  .platform-ios.platform-cordova:not(.fullscreen)
    .bar-header:not(.bar-subheader)
    .header-item,
  .platform-ios.platform-cordova:not(.fullscreen)
    .bar-header:not(.bar-subheader).customHeaderBar
    .title {
    margin-top: 20px;
  }
  .platform-ios.platform-cordova .mapTypePop {
    padding-bottom: 0px;
  }
  .platform-ios.platform-cordova:not(.fullscreen)
    .bar-header:not(.bar-subheader)
    > * {
    margin-top: 20px;
  }
  .platform-ios.platform-cordova
    .language-popup
    .bar-black-transparent
    .btnClose {
    top: 25%;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
  }
  .platform-ios.platform-cordova .custom-iphoneX-padding-bottom-space20 {
    padding-bottom: 0px;
  }
  .platform-ios.platform-cordova .custom-profile-header,
  .platform-ios.platform-cordova .custom-login-header {
    margin-bottom: 0px;
  }
}

/* Lang */
.lang_btn {
  background: #fff;
  padding: 5px 35px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  color: #676767;
  text-decoration: none;
}
.lang_btn img {
  display: inline-block;
  width: 29px;
  height: auto;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.lang_btn.lang_form_btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.85em 10px;
  border: 1px solid #e2e2e2;
}
.language-popup .bar-black-transparent {
  position: relative;
  background: #f1f1f1;
}
.language-popup h1 {
  color: #676767;
}
.language-popup .langlist {
  padding: 0 10px;
}

.language-popup .langlist .item {
  border-style: unset;
  border-bottom: 1px solid #d4d4d4;
  color: #676767;
  background: transparent;
}
.language-popup .bar-black-transparent .btnClose {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.country-name-item span {
  display: flex;
  align-items: center;
}
.country-name-item span img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.language-popup.modal .bar.bar-header h1 {
  text-align: center;
}
.country-name-item span {
  display: flex;
  align-items: center;
}
.country-name-item span img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}

.graphCont-header .filter-header {
  display: block;
  font-size: 0.6em;
  color: #fff;
  line-height: 1.3;
}

.custom-login-lang {
  padding: 1em 0 0.7em 0;
}

.pageTitle.custom-login-page-title {
  position: absolute;
  padding: 1em 0 0.7em 0;
}

.collectionAmount {
  color: #f4094a !important;
  font-weight: bold;
  font-size: 0.7em !important;
}

.filterBar01 select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff url(../img/icon-select-down.png) no-repeat right top;
  display: block;
  width: 100%;
  min-height: 26px;
  height: 26px;
  padding: 0 3px;
  font-size: 0.6em;
  border: none;
}

.filterBar01 .row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  padding: 0;
}

.filterBar01 .select-filter {
  min-width: 100px;
}

.filterBar01 a.search-button {
  background: #fcde00;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
}

.filterBar01 a.export-button {
  background: #fcde00;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  text-align: center;
  padding: 3px;
}

.filterBar01 a.export-button i {
  font-size: 20px;
  color: #000;
}

.filterBar01 .row-action {
  width: 10%;
  margin-top: 0;
  /* padding-top: 5px; */
}

.filterBar01 a.reset-button {
  background: #000;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
}

.filterBar01 a img {
  height: 18px;
  width: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.SalesList ul li.tableHead .col03 img {
  display: inline-block;
  width: 10px;
  height: auto;
  margin-left: 4px;
}

.SalesList {
  font-size: 0.8em;
}
.SalesList .sColltectionList {
  padding: 0 0 5px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.SalesList .sColltectionList .sColltectionList_header {
  background: #f4094a;
  padding: 0 5px;
  color: #fff;
}
.SalesList .sColltectionList .itemListinMyaccount {
  padding: 0 5px;
  background: #fff;
}
.SalesList .sColltectionList .actionFooter {
  background: #fff;
  margin: 0 auto;
  padding: 0 5px 10px 5px;
  display: flex;
  justify-content: flex-end;
}
.SalesList .sColltectionList .actionFooter .button {
  font-size: 1.2em;
  width: 35px;
  min-height: 35px;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.SalesList .sColltectionList .actionFooter .button i {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.SalesList ul li.tableHead {
  background: #f4094a;
  color: #fff;
}
.SalesList ul li.tableHead .col01,
.SalesList ul li.tableHead .col02,
.SalesList ul li.tableHead .col03 {
  display: flex;
  align-items: center;
}
.SalesList ul li.tableHead img {
  display: inline-block;
  width: 10px;
  height: auto;
  margin-left: 4px;
}
.SalesList ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  padding: 5px 5px;
  border-bottom: 1px solid #e9e9ea;
  color: #676767;
  background: #fff;
}
.SalesList ul li .col01 {
  width: 50%;
}
.SalesList ul li .col02 {
  width: 34%;
  text-align: left;
}
.SalesList ul li .col03 {
  width: 15%;
}
.SalesList ul li .col03 img {
  width: 20px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.SalesList ul li .moreImg {
  content: url('../img/icon-more-gray.png');
}
.SalesList ul li.active {
  background: #f3f3f3;
  color: #000;
}
.SalesList ul li.active .moreImg {
  content: url('../img/icon-more-pink.png');
}

.franchise-billing-section {
  padding: 10px;
}

.franchise-billing {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr 2fr;
  font-size: 0.7em;
  line-height: 1.3em;
}

.franchise-billing-header {
  background-color: #f4094a;
  color: white;
  padding: 10px;
}

.franchise-billing-body {
  background-color: white;
  color: #676767;
  border-top: 1px solid #e9e9ea;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.franchise-billing-body .button {
  font-size: 1em;
  line-height: 1.6em;
  padding: 0;
  min-width: auto;
}

.franchise-billing-selected-title {
  font-weight: bold;
}

.franchise-billing-input-section {
  padding: 20px 30px;
  background-color: white;
  border-radius: 10px;
  margin: 10px 0;
}

.franchise-billing-input-instruction {
  font-weight: bold;
  font-size: 20px;
}

.franchise-billing-input-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.franchise-billing-input-container input.franchise-billing-input {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: right;
  padding: 5px 10px;
  border-bottom: 1px solid #aaaaaa;
}

.franchise-billing-input-button-section {
  display: flex;
  justify-content: center;
}

.franchise-billing-input-button-section .button {
  background-color: #f4094a;
  color: white;
  font-size: 0.9em;
  padding: 10px 28px;
  margin: 0;
  line-height: unset;
  min-height: unset;
  border-radius: 8px;
}

.franchise-billing-confirm-dialog .popup {
  overflow: hidden;
  border-radius: 5px;
}

.franchise-billing-confirm-dialog .popup-head {
  display: none;
}

.franchise-billing-confirm-dialog .popup-body {
  padding: 0;
}

.franchise-billing-confirm-dialog .popup-buttons {
  display: none;
}

.franchise-billing-confirm-dialog-title {
  display: flex;
  justify-content: center;
  padding: 8px;
  background-color: #f4094a;
  color: white;
  text-transform: uppercase;
}

.franchise-billing-confirm-dialog-content {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
}

.franchise-billing-confirm-dialog-confirmation-text {
  text-align: center;
  color: #878787;
}

.franchise-billing-confirm-dialog-buttons {
  margin-top: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.franchise-billing-confirm-dialog-buttons .button {
  background-color: #f4094a;
  color: white;
  font-size: 0.9em;
  padding: 5px 28px;
  margin: 0;
  line-height: unset;
  min-height: unset;
  border-radius: 8px;
}

.franchise-billing-payment-payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, 85px);
  gap: 8px;
  justify-content: center;
  padding: 16px;
}

.franchise-billing-payment-outer {
  position: relative;
  padding: 0;
  color: #979797;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  overflow: hidden;
}

.franchise-billing-payment-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
}

.franchise-billing-payment-payment-method-image {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 8px 8px 0 8px;
}

.franchise-billing-payment-payment-method-image img {
  max-width: 100%;
  max-height: 100%;
}

.franchise-billing-payment-payment-method-name {
  background-color: #f4094a;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
}

.franchise-billing-qr-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}

.franchise-billing-qr-qr-pad {
  background-color: white;
  padding: 32px;
}

.franchise-billing-status-card {
  background-color: white;
  margin: 16px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #434343;
}

.franchise-billing-status-icon {
  align-self: center;
  margin-top: 64px;
}

.franchise-billing-status-icon img {
  max-width: 80px;
  max-height: 80px;
}

.franchise-billing-status-main {
  padding: 32px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.franchise-billing-status-main-status {
  font-size: 24px;
  margin-top: 32px;
}

.franchise-billing-status-main-order-number {
  font-size: 16px;
  margin-top: 8px;
}

.franchise-billing-status-description {
  border-top: 1px solid #eaeaea;
  padding: 32px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}

.franchise-billing-status-amount {
  color: #8cce36;
}

.franchise-billing-status-invoice {
  color: #8cce36;
}

.franchise-billing-status-timer {
  margin: 64px 0 48px 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.franchise-billing-status-clock {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.franchise-billing-status-clock img {
  max-width: 80px;
  max-height: 80px;
}

.franchise-billing-status-redirect-message {
  margin-top: 8px;
}

.franchise-billing-status-redirect-seconds {
  color: #ef2e65;
  font-weight: bold;
  font-size: 20px;
}

.franchise-billing-status-redirect-otherwise {
  margin-top: 16px;
}

.franchise-billing-status-redirect-link {
  color: #4b96df;
}
