/* utilities */

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

b,
strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #006bd1;
}

h3 {
  font-size: 20px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

::placeholder,
input::placeholder {
  color: #ccc;
}

body .btn:hover {
  border-color: transparent;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.navbar-inverse {
  background-color: #16485b;
  border-color: #16485b;
  border-radius: 0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #16485b;
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
  border-right: 1px solid #006bd1;
  color: #fff;
  text-transform: uppercase;
  padding-top: 16px;
}

.navbar-brand {
  height: auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  body .navbar-brand {
    padding: 0 0;
  }
}

#navbar .nav li a:hover,
#navbar .nav li a:active,
#navbar .nav li a:focus {
  border-right: 1px solid #006bd1;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  background: #006bd1;
}

#navbar .nav li.active a {
  background: #006bd1 !important;
}

.mainHeader {
  background: #006bd1;
}

#footer {
  background: #006bd1;
}

#footer a {
  color: #fff;
}

.rightNav {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  float: left;
}

.rightNav > li a {
  color: #fff;
}

.rightNav > li {
  float: left;
  color: #fff;
  padding: 0 5px;
}

.yellow {
  background: #fff080 !important;
  color: #7b6f30 !important;
}

.btn.yellow {
  color: #7b6f30 !important;
}

.yellow:hover {
  background: #f0de5b !important;
}

.headerBtn {
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  float: left;
  padding: 10px 20px;
}

.headerBtn:hover,
.headerBtn:active {
  text-decoration: none;
  background: #f1df5b;
}

.subBtn {
  float: left;
  padding: 10px;
}

.subBtn:hover {
  color: #8cdaf8;
  text-decoration: none;
}

.subBtn i {
  color: #89daf8;
  font-size: 17px;
  margin-right: 5px;
}

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

.socials > li {
  float: left;
}

.socials > li {
  float: left;
  padding: 8px;
}

.box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}

.padded-sm {
  padding: 15px !important;
}

.padded {
  padding: 20px !important;
}

.padded-lg {
  padding: 30px !important;
}

.border-0 {
  border: none !important;
}

.padded-xl {
  padding: 40px !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.grayBox {
  background: #e9eef2;
  border-radius: 5px;
}

.fbLogin {
  background: rgba(0, 0, 0, 0)
    url("/web/20180826152651im_/http://pickpons.com/../images/fbLogin.png")
    no-repeat scroll 0 0;
  display: inline-block;
  float: right;
  height: 52px;
  width: 243px;
}

.fbLogin:hover,
.fbLogin:active,
.fbLogin:focus {
  background-position: bottom;
}

.formHeader {
  background: #006bd1;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
}

.box .formHeader a {
  color: #89daf8;
}

.box .formHeader a:hover {
  color: #a4e6ff;
  text-decoration: none;
}

.formBody label {
  text-transform: uppercase;
}

.learnMore {
  border: medium none;
  box-shadow: none;
  float: right;
  width: 55%;
}

.signIn {
  width: 40%;
  border: none;
}

.fbLoginContainer > span {
  float: left;
  line-height: 52px;
}

.fbLoginContainer {
  margin: 15px auto 0;
  width: 275px;
}

.nomargin {
  margin: 0 !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.btn-default {
  background-color: #006bd1;
  color: #fff;
  padding: 10px 20px;
  border: none;
  color: #fff !important;
}

.btn {
  padding: 8px 15px;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  line-height: 1.4;
}

.btn.btn-primary {
  min-height: 40px;
  padding: 11px 15px;
}

.btn-default:hover {
  background-color: #005bb4;
}

.checkbox > a {
  color: #7c7a46;
}

.nopadding,
.p-0 {
  padding: 0 !important;
}

.navbar-nav > li {
  position: relative;
}

.nav ul.dropdown-menu {
  position: absolute;
  padding: 0;
  list-style: none;
}

.nav ul.dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  display: none;
  list-style: outside none none;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 120px;
  z-index: 9;
  top: 51px;
}

.nav li.dropdown:hover ul.dropdown-menu {
  opacity: 1;
  display: block !important;
}

.nav ul.dropdown-menu > li > a {
  padding: 10px 15px;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  line-height: 14px;
}

.nav ul.dropdown-menu > li > a:hover {
  text-decoration: none;
  font-size: 14px;
}

.loginForm {
  margin-bottom: 20px;
}

.mobileApps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box a {
  color: #006bd1;
}

.box a i {
  color: #a5a5a5;
}

.box a:hover,
.box a:active {
  color: #0d3c4d;
}

.mobileApps > li {
  float: left;
  width: 50%;
}

.loginBanner > img {
  margin: 14px auto;
  display: block;
}

.subBtnContainer {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.subBtnContainer > li {
  float: left;
}

.loginBanner.grayBox {
  background: #e9eef2
    url("/web/20180826152651im_/http://pickpons.com/../images/bg_ray.png")
    no-repeat scroll 0 0 / cover;
}

.modal-header {
  background: none;
  border-radius: 6px 6px 0 0;
  align-items: flex-start;
}

.modal-header .btn-close {
  margin-top: 0px;
}

.modal-title {
  font-weight: bold;
  text-transform: uppercase;
}

.modal .happeningsList {
  max-height: 100%;
}

.modal-body button.close {
  background: none;
  border: none;
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 5px;
  color: #333;
}

.modal-body button.close:hover {
  color: #000;
}

.boxItem {
  margin-bottom: 15px;
}

.red {
  color: #ed1c24 !important;
}

.red_bg {
  background: #ed1c24;
  color: #fff;
}

.darkgray_bg {
  background: #97b4c0;
  color: #fff;
}

.sub time {
  font-size: 24px;
}

.small {
  font-size: 10px;
}

.gray_bg {
  background: #e9eef2;
}

.sub {
  text-align: center;
  margin-bottom: 10px;
}

.padded_sm {
  padding: 10px;
}

.sub .glyphicon {
  color: #97b4c0;
  display: inline-block;
  font-size: 30px;
  top: 8px;
  vertical-align: super;
}

.sub.notice {
  color: #1c6986;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 63px;
  padding: 18px 0;
  vertical-align: super;
}

.sub.notice > span {
  color: #666666;
  display: inline-block;
  float: left;
  font-weight: 300;
  margin-right: 8px;
  text-align: right;
  width: 80px;
}

.pickpon_levels .sub.notice {
  padding: 14px 0 18px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.pickpon_purchase .super {
  font-size: 26px;
  padding: 14px 0;
}

.tagLabel {
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  width: 50%;
}

.sub .label {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: super;
}

.tagBody {
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 20px;
  padding: 18px 0 0;
  vertical-align: super;
  width: 100%;
}

.subFooter {
  margin: auto;
  position: relative;
  width: 70%;
}

.subFooter > span {
  float: left;
  left: 0;
  top: 0;
  position: absolute;
}

.subFooterText {
  float: left;
  padding-left: 40px;
  text-align: left;
}

.subFooter .glyphicon {
  top: 6px;
}

.clearfix {
  clear: both;
  margin: 0;
  padding: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.container {
  max-width: 1800px;
  width: 100%;
}

.couponBoxContainer {
  background: #8eaeba none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 10px;
}

.couponBox::after {
  background: rgba(0, 0, 0, 0)
    url("/web/20180826152651im_/http://pickpons.com/../images/arrow-head.png")
    no-repeat scroll 0 0;
  content: "";
  height: 76px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 56px;
}

.couponItem::before {
  background: rgba(0, 0, 0, 0)
    url("/web/20180826152651im_/http://pickpons.com/../images/scissors.png")
    no-repeat scroll 0 0;
  content: "";
  height: 49px;
  left: 21px;
  position: absolute;
  top: 13px;
  width: 48px;
}

.couponBox {
  position: relative;
  width: 100%;
  padding-right: 60px;
}

.couponItem {
  background: #fff none repeat scroll 0 0;
  height: 74px;
  padding: 14px 10px 14px 100px;
  position: relative;
  font-size: 16px;
  text-align: center;
}

.couponItem > span {
  display: block;
  font-weight: bold;
}

.show-grid {
  margin-bottom: 15px;
}

.levelHeader {
  padding: 15px;
  font-size: 16px;
  color: #fff;
  background: #97b4c0;
}

.levels {
  text-align: center;
  overflow: hidden;
}

.levelBody {
  padding: 20px 0;
}

.levelBody > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.green_bg,
.l_won {
  background: #70ab33;
}

.blue_bg,
.l_bought {
  background: #388fc4;
}

.orange_bg,
.l_purchase {
  background: #dc6338;
}

.lightBlue_bg,
.l_promo {
  background: #60c9e2;
}

.lightBlue {
  color: #85d1ee;
}

.purple_bg,
.l_current {
  background: #5d5d92;
}

.levelBody ul li {
  padding: 4px;
}

.strong {
  font-weight: bold;
}

.highlight {
  background: #fff763;
}

.levelsBox .highlight {
  background: #e9eef2;
}

.legendItems li {
  color: #fff;
}

.legendItems li {
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 11px;
  list-style: outside none none;
  margin: 5px;
  padding: 5px 15px;
}

.legendContainer .label {
  position: absolute;
  color: #000;
  padding: 13px;
  position: absolute;
  left: 0;
}

.legendItems {
  float: left;
  margin: 0;
  padding: 0 0 0 60px;
}

.legendContainer {
  position: relative;
}

.merchantTime {
  text-align: center;
  font-size: 15px;
}

.merchantTime .tile {
  font-weight: bold;
  color: #006bd1;
  display: block;
}

.marchantImage {
  margin-bottom: 10px;
}

.merchantTime span {
  display: block;
}

.mid-section .sub {
  margin: 0;
  padding: 5px;
}

.mid-section hr {
  margin: 10px 5px;
}

.cycleBox {
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

.cycleBox > strong {
  font-size: 20px;
}

.userAction {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.dailyPick {
  background: #006bd1;
  border: medium none;
  margin-left: 10px;
  padding: 10px 40px;
  border-radius: 0;
}

.happeningsTab .nav li > a {
  font-size: 12px;
  padding: 6px 10px !important;
  border: none !important;
  border-radius: 0;
  display: block;
}

.happeningsTab .nav li.active > a {
  color: #222;
}

.happeningsTab {
  margin-top: 10px;
}

.dailyHapennings .title {
  border-top: 1px solid #d0d9e0;
  color: #006bd1;
  font-size: 16px;
  padding: 30px 10px 10px;
  text-align: center;
}

.active > a {
  background: #e9eef2 !important;
}

.tab-pane {
  background: #fff;
}

#supportTabs .tab-pane {
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0 5px 5px 5px;
}

.happeningsList {
  font-size: 11px;
  list-style: outside none none;
  margin: 0;
  padding: 10px;
  position: relative;
}

.happeningsList > li {
  border-bottom: 1px solid #dee2e6;
  padding: 11px 10px 10px 35px;
  position: relative;
}

li.happeningsFooter {
  border: medium none;
  text-align: center;
}

.nav-tabs {
  border-bottom: 0;
}

.assignMerchants {
  display: block;
  margin: auto;
  text-align: center;
}

.btn.dropdown-toggle {
  background: #e9eef2 none repeat scroll 0 0;
  border: medium none;
  color: #000;
  font-weight: bold;
}

.btn.dropdown-toggle.btn-blue {
  background-color: #006bd1;
}

.methodBox .bootstrap-select {
  width: 100% !important;
}

.marchantsBox span.label {
  line-height: 33px;
  font-size: 100%;
  color: #000;
  font-weight: normal;
  padding: 0;
}

.marchantsBox input {
  padding: 5px;
  width: 100%;
  background: #e9eef2;
  border: none;
  text-align: center;
}

.marchantsBox .show-grid {
  margin-bottom: 27px;
}

.signUpBox {
  max-width: 550px;
  width: 100%;
  margin: 50px auto;
}

.accountEditBox,
.creditCardBox {
  margin: 50px auto;
  width: 640px;
}

.accountEditBox a,
.creditCardBox a {
  color: #006bd1;
}

.accountEditBox h2,
.creditCardBox h2 {
  color: #006bd1;
  font-size: 18px;
  margin: 5px 0;
}

.wizardBox.confirm {
  width: 100% !important;
  margin: 50px auto;
  max-width: 960px !important;
}

.creditCardBox .dropdown-toggle {
  background: #fff;
}

.note,
p.note {
  font-size: 15px;
  font-weight: normal;
}

.signUpBox .box-header {
  margin-bottom: 20px;
}

.signUpBox .grayBox {
  padding: 30px 30px 20px;
}

.signUpBox h2 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}

.signUpBox h3 {
  color: #333;
  font-size: 14px;
  margin: 5px;
  text-align: center;
}

.signUpBox.confirm .navbar-brand {
  margin: auto;
  display: block;
  float: none;
}

body.confirm footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.formError {
  color: red;
  font-size: 12px;
  margin-top: 3px;
}

input.error,
select.error,
textarea.error {
  border: 1px solid red;
}

.pager li > a,
.pager li > span {
  background-color: #006bd1;
  border: medium none;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  padding: 10px 20px;
}

.pager li > a:hover,
.pager li > span:hover,
.pager li > a:active,
.pager li > span:active,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #175065;
}

.wizardEntry .form-group .col-sm-9 span {
  background: #c9d5de none repeat scroll 0 0;
  border-radius: 4px;
  float: left;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
}

.optional {
  font-weight: normal;
  font-size: 12px;
}

.pickponCardEntry li {
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 14px;
  padding: 18px 10px 18px 40px;
  text-align: left;
}

.pickponCardEntry h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #006bd1;
}

.pickponCardEntry {
  width: 442px;
  margin: 30px auto 0;
}

.pickponCardEntry {
  margin: 30px auto 0;
  width: 442px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.pickponCardEntry span {
  display: block;
  line-height: 30px;
  position: relative;
}

.pickponCardEntry > ul {
  list-style: outside none none;
  margin: 0 auto 15px;
  padding: 0;
  width: 320px;
}

.pickponCardEntry > ul > li .icon i {
  color: #666;
  float: none;
  font-size: 22px;
  margin-left: 0;
  text-align: center;
}

.pickponCardEntry > ul > li .icon {
  left: -43px;
  position: absolute;
  top: 2px;
  width: 36px;
  text-align: center;
}

.wizardBox .box {
  box-shadow: none;
}

.wizardBox .box-header {
  height: auto;
  font-size: 16px;
}

.merchantWizard {
  font-size: 16px;
  list-style: outside none none;
  margin: 0;
  padding: 20px;
}

.merchantWizard > li {
  border-bottom: 1px solid #e9eef2;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: left;
}

.merchantLevels .merchantWizard > li {
  border-bottom: 1px solid #bdc5cb;
}

.wizard_merchant input {
  width: 100%;
  padding: 5px 10px;
}

.label {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}

.wizard_merchant span.label {
  line-height: 35px;
  margin-right: 5px;
}

.wizard_merchant .box-header.active {
  background: #006bd1;
}

.wizard_merchant .box-header {
  background: #9ba9b4;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #337ab7;
  color: #006bd1;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-color: #006bd1 !important;
  border-color: #006bd1 !important;
  color: #fff;
}

.merchantWizard img {
  float: right;
}

.signUpAlerts {
  background: #fff none repeat scroll 0 0;
  padding: 0;
}

table {
  padding: 10px;
}

table th {
  background: #006bd1;
  padding: 10px 20px;
  color: #fff;
}

tr:nth-child(even) {
  background-color: #fff;
}

.tSectionTitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

table,
th,
td {
  padding: 10px 10px;
}

table .iradio_flat-green {
  display: block;
  margin: auto;
}

.notification a {
  color: #fff !important;
  margin-left: 10px;
}

table.table,
tr {
  background: #fff none repeat scroll 0 0;
  color: #000;
}

.tSectionTitle {
  color: #006bd1;
}

.btn-gray {
  background: #cccccc;
}

.btn-gray:hover,
.btn-gray:active {
  background: #b1b1b1;
}

a.btn-gray {
  color: #222 !important;
}

.form-horizontal .editable-label a {
  margin-left: 20px;
}

.form-horizontal .editable-label {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: left;
  font-weight: normal;
}

.accountEditBox .box-header label {
  line-height: 50px;
  margin: 0;
}

.instaProfile > h2 {
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  color: #333;
}

.description {
  padding: 15px 0;
}

.tagsList div {
  display: inline-block;
  margin: 0 10px 0 0;
}

.instaUserFeed .tags {
  display: block;
}

.creditCards {
  list-style: outside none none;
  margin: auto;
  padding: 0;
  width: 480px;
}

.creditCards > li {
  padding: 10px;
}

.creditCards li > span {
  margin-left: 20px;
}

.creditCards li > img {
  margin-right: 15px;
}

.ccMonth,
.ccYear {
  width: 97% !important;
  border-radius: 4px;
}

body .form-select {
  border-radius: 4px;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.alert {
  text-align: center;
}

.alert .actions {
  display: inline;
  margin-left: 20px;
}

.alert {
  margin: 20px auto 0;
  text-align: center;
}

.modal .alert {
  width: 100%;
  margin: 0;
}

.banner {
  font-size: 22px;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.merchantLevels .container {
  max-width: 900px;
}

.merchantLevels,
.interestedMerchants {
  background: #e9eef2;
}

.interestedMerchants {
  box-shadow: none;
}

.interestedMerchants hr {
  border-bottom: 1px solid #ced6dc;
}

ul.list {
  display: block;
  list-style: outside none none;
  margin: auto;
  padding: 20px 20px 0;
  text-align: center;
  width: 300px;
}

.list > li {
  float: left;
  padding: 5px;
  width: 100%;
}

.list span {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}

.list i {
  font-style: normal;
  font-weight: bold;
  padding: 0 10px;
}

.daily_pick .tab-pane {
  background: #fff;
}

.gray {
  background: #eeeeee;
}

.centerText {
  text-align: center;
}

.block {
  font-size: 16px;
}

.block strong {
  color: #006bd1;
  font-weight: bold;
  font-size: 24px;
  display: block;
}

.formFilter .checkbox > label {
  padding: 0;
  line-height: 22px;
}

.btn_sm {
  background: #d4d4d4 none repeat scroll 0 0;
  border-radius: 3px;
  color: #878787;
  font-size: 10px;
  padding: 5px;
}

.whiteBG {
  background: #fff !important;
}

.dailypick tr {
  background: #fff;
}

.dailypick tr:nth-child(2n) {
  background: #ebf4ff;
}

table .icheckbox_flat-green,
table .iradio_flat-green {
  background: url("/web/20180826152651im_/http://pickpons.com/css/skins/flat/green_white.png");
}

table .icheckbox_flat-green {
  display: block;
  margin: auto;
}

.grayText {
  color: #8d8d8d;
}

.pickList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pickList li {
  padding: 8px;
  text-align: left;
}

.remove.red {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  padding: 1px 6px;
  width: 23px;
  cursor: pointer;
}

.remove.red i {
  color: #fff;
}

.remove.red:hover {
  background: #cc0000;
}

.listHeader {
  font-size: 20px;
  font-weight: bold;
}

.listHeader span {
  background: #a39f6a;
  font-size: 18px;
  padding: 5px 10px;
  color: #fff;
}

.orange {
  color: #f7941d;
}

.listHeader h2 {
  margin: 0;
  font-weight: bold;
}

.daily_pick .tab-content.padded {
  background: #fff;
}

.daily_pick {
  padding: 0 15px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #80b8cf;
  border: 1px solid #80b8cf;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 1px solid #fff;
}

.nav-tabs > li > a {
  background: #136bd1 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.42857;
  margin-right: 2px;
  padding: 10px 20px !important;
  text-transform: uppercase;
}

.dailyhappenings .nav-item > button.nav-link {
  width: 100%;
  border-radius: 0;
  font-size: 12px !important;
}

.dailyhappenings .nav-item > button.nav-link.active {
  background: #003262;
  color: #fff;
}

.dailyhappenings .nav-item > button.nav-link {
  background: #d8eaff;
  color: #000;
}

.dailyhappenings .nav-item {
  width: 14%;
}

.dailyhappenings .nav.nav-tabs {
  display: flex;
  justify-content: space-between;
}

.nav-item > button.nav-link {
  background: #136bd1 none repeat scroll 0 0;
  border: none;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 15px !important;
  line-height: 1.42857;
  margin-right: 2px;
  padding: 10px 5px !important;
  text-transform: uppercase;
}

.fullwidth {
  width: 100%;
}

.noborder,
table.noborder td,
table.noborder tr,
table.noborder th {
  border: none;
}

table.gray th {
  background: #666666;
}

table.gray tr,
table.gray td {
  background: #cccccc;
}

table.brown th {
  background: #ae8c67;
}

table.brown tr,
table.blue td {
  background: #eadac9;
}

table.blue th {
  background: #006bd1;
}

table.blue tr,
table.blue td {
  background: #94d9f3;
}

.darkBlueBg {
  background: #006bd1;
}

.text-darkblue {
  color: #093262;
}

.whiteBg {
  background: #fff;
}

.grayBox .btn.dropdown-toggle,
.gray .btn.dropdown-toggle {
  background: #fff;
  border: 1px solid #ccc;
}

.grayBox hr,
.gray hr {
  border-color: #ccc -moz-use-text-color -moz-use-text-color;
}

.blockContent h4 {
  color: #006bd1;
}

.blockContent h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 0;
  color: #15495d;
  line-height: 34px;
}

.leftText {
  text-align: left !important;
}

.creditpickpon p {
  color: #666666;
}

.creditpickpon strong {
  font-size: 16px;
  color: #16485b;
}

.creditpickpon table {
  height: 153px;
  background: none;
  border: none;
}

.creditpickpon table tr,
.creditpickpon table td {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}

.table {
  display: table;
  margin: 0;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

.myPickponList > li {
  display: block;
  list-style: none;
}

.cell.centerText > img {
  max-height: 100%;
  max-width: 100%;
}

.myPickponList .table p {
  margin: 0;
}

.myPickponList {
  margin: 0;
  padding: 0;
}

.myPickponList > li {
  background: #e1e1e1;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
}

.white_bg {
  background: #fff;
}

.pickponPurchaseImage > img {
  width: 100px;
}

.pickponPurchaseImage h4 {
  display: inline;
  margin: 0;
  padding-left: 10px;
  position: absolute;
  top: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

.pickponPurchaseImage {
  margin-top: 15px;
  position: relative;
  float: left;
  width: 60%;
}

.myPickpon .time {
  float: right;
  margin-top: 15px;
  padding: 0;
}

.timeBox {
  display: inline;
  float: left;
  margin-left: 10px;
  width: 140px;
}

.time > img {
  float: left;
}

.timeBox time {
  font-size: 26px;
  display: block;
}

.timeBox .label {
  font-size: 14px;
  padding: 0;
}

.btnBig {
  border-radius: 5px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.actionBlock {
  margin: 20px 0;
  text-align: center;
}

.myPickpon .blockContent {
  min-height: 150px;
}

.actionBlock > span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 0;
}

.filterSort {
  padding: 15px 0px;
}

.myPickpon .btn-gray {
  background: #666666;
  color: #fff !important;
}

.myPickpon .btn-gray:hover {
  background: #525252;
}

.midWidth {
  max-width: 600px;
}

table.transparent,
table.transparent tr,
table.transparent td {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}

.interestedMerchants table tr td {
  font-size: 17px;
  height: 95px;
  vertical-align: middle;
}

.interestedMerchants table tr td img {
  float: right;
}

.textAlignRight {
  text-align: right;
}

.help-block {
  font-size: 12px;
  font-style: italic;
}

.introBox {
  border-radius: 5px;
  background: #f4f1af;
}

.introBox h2 {
  color: #827f49;
  font-size: 22px;
  margin: 15px 0;
}

.signupMerchant {
  max-width: 940px;
  margin: auto;
}

.grayBox h3 {
  color: #4a98b8;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}

.grayBox p {
  font-size: 12px;
  color: #666666;
}

.grayBox.subBox {
  min-height: 185px;
}

.grayBox table {
}

.grayBox img {
  max-width: 100%;
}

.borderBottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.noshadow {
  box-shadow: none !important;
}

.pickList h2 {
  font-size: 20px;
  text-align: center;
}

.pickList .listSubHeader h2 {
  color: #006bd1;
  margin: 0;
  font-weight: bold;
}

.levels strong {
  display: block;
}

.levels > .row {
  margin-bottom: 20px;
}

.levelsBoxWrapper {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d5e6ff;
  font-size: 15px;
}

.levelsWrapper {
  background: #e9eef2;
  border-radius: 7px;
}

.levelsWrapper .row.last {
  margin-bottom: 0;
}

.levelsWrapper h1 {
  margin: 0 0 20px;
  font-size: 28px;
}

.howitworks {
  max-width: 900px;
  margin: 50px 0;
  width: 100%;
}

table.lists td {
  font-size: 18px;
  padding: 20px;
  vertical-align: middle;
}

.lightBlue_bg table tr {
  border-bottom: 1px solid #249bb7;
}

.greatestBanner > h1 {
  text-align: center;
}

.greatestBanner {
  padding: 20px;
  background-image: url("/assets/images/iamgreatest/iamgreatest-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 600px) {
  .greatestBanner {
    min-height: 260px;
  }
}

.greatestBanner img {
  max-width: 500px;
  display: block;
  margin: 0;
  width: 100%;
}

.myPickponCard {
  margin: auto;
  max-width: 560px;
  width: 100%;
}

.pickponCard {
  border-radius: 5px;
  overflow: hidden;
}

.myPickponCard table td {
  font-size: 16px;
  color: #3b7993;
}

.myPickponCard .pickponCard {
  width: 520px;
  height: 278px;
  background: url("/web/20180826152651im_/http://pickpons.com/../images/pickpon_card.png")
    no-repeat;
}

.cardName {
  color: #fff;
  margin-top: 110px;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

.memberNumber {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}

.qr {
  margin: 4px auto;
  width: 75px;
}

.greatest table td {
  font-size: 18px;
}

.greatest hr {
  border-color: #ccc;
  margin: 10px 0;
  padding: 0;
}

.greatest .box-header > span {
  font-size: 28px;
}

.winnerBadge {
  background: url(/web/20180826152651im_/http://pickpons.com/../images/winner_splash.png)
    no-repeat;
  max-width: 683px;
  width: 100%;
  max-height: 485px;
  height: 485px;
  margin: 0 auto 30px;
  display: block;
  content: "";
}

.winnerBox {
  background: #90d0e9 none repeat scroll 0 0;
  border-radius: 5px;
  margin: 0 auto 50px;
  padding: 20px;
  text-align: center;
  width: 200px;
}

.congratsBanner h1 {
  color: #222;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.congratsBanner > h2 {
  text-align: center;
  font-size: 22px;
  color: #777;
  margin: 0 0 30px;
}

.winnerBox > h2 {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

.winnerLevelBox {
  width: 87px;
  margin: auto;
}

.winnerLevelBox span {
  font-weight: bold;
  font-size: 35px;
}

#area input {
  padding: 9px 12px;
  height: auto;
}

.preloaderContainer {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
  transition: all 1s ease;
}

.preloader {
  width: 32px;
  height: 32px;
  margin-top: 10%;
  margin: 15% auto;
}

button.close {
  margin-right: 6px;
}

.msg {
  display: none;
}

.error {
  color: #a94442;
}

.error.signupError {
  margin-bottom: 15px;
  display: block;
}

.error.signupError a {
  font-weight: bold;
  color: #a94442;
}

@media (max-width: 811px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    margin-bottom: 10px;
  }

  .tagLabel {
    width: 100%;
    display: block;
    padding: 16px;
    height: inherit;
    font-size: 25px;
  }

  .subFooterText {
    padding: 15px 20px 15px 40px;
  }

  .hiddenTablet {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .loginBanner > img {
    width: 100%;
  }

  #navbarCollapse li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  #navbarCollapse li.active > a,
  #navbarCollapse li:hover > a,
  #navbarCollapse li:focus > a,
  #pickponheader.pageheader .btnLogin a.btn-item:hover,
  #pickponheader.pageheader .btnLogin a.btn-item:focus,
  #pickponheader.pageheader .btnLogin a.btn-item:active {
    background: #006bd1 !important;
    transition: all 300ms ease;
    color: #fff;
  }

  #navbarCollapse li > a {
    border-right: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 30px;
    display: block;
    transition: all 300ms ease;
  }
}

.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 12px;
  border: 1px solid #fff;
  padding: 5px 15px 8px;
  border-radius: 4px;
  height: 50px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
  border: 1px solid #fff !important;
}

.sticky .navbar-toggler {
  top: 10px;
}

.text-blue {
  color: #006bd1 !important;
}

.text-dkblue {
  color: #093262 !important;
}

.bg-blue {
  background-color: #006bd1 !important;
}

.bg-ltblue {
  background-color: #4b9dfc !important;
}

.bg-ltblue-200 {
  background-color: #e3f0ff !important;
}

.bg-skyblue {
  background-color: #aec9e9 !important;
}

.bg-whiteblue {
  background-color: #ebf4ff !important;
}

.bg-dkblue {
  background: #093262;
}

.m-0 {
  margin: 0 !important;
}

.main-nav ul.nav > li > a {
  border-right: 1px solid #006bd1;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 30px;
  display: block;
  transition: all 300ms ease;
}

.main-nav ul.nav li.active > a,
.main-nav ul.nav li:hover > a,
.main-nav ul.nav li:focus > a {
  background: #006bd1 !important;
  transition: all 300ms ease;
  color: #fff;
}

.main-nav ul.nav.socials > li > a {
  padding: 0;
  border: none;
}

.container.d-flex.flex-wrap {
  padding: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}

.navbar-toggler:focus {
  text-decoration: none;
  border: none;
  outline: none;
  background: #006bd1;
  box-shadow: none;
}

.form-group {
  margin-bottom: 1rem;
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}

.pager.wizard {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: flex;
  align-content: center;
  gap: 10px;
  justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #12536b;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #89daf8;
  transition: width 0.6s ease;
}

.tagLabel a {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  display: inline;
  text-decoration: none;
}

.tagLabel a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .signup-dropdown .dropdown-menu {
    max-width: 350px;
    width: 350px;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .signup-dropdown .dropdown-menu {
    max-width: 410px;
    width: 410px;
    left: 0px;
    right: 0px;
  }
}

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

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

.signup-dropdown .form-check {
  padding: 0;
}

.login-btn {
  width: 100%;
  margin-top: 10px;
}

.dropdown-footer {
  font-size: 14px;
}

.social-btn {
  padding: 10px;
  width: 50%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 8px 10px;
}

.socialLogin {
  padding: 0 15px;
  font-size: 14px;
}

.signup-dropdown .form-check.text-left {
  padding-left: 0;
}

.signup-dropdown label,
.signup-dropdown input,
.signup-dropdown button {
  font-size: 14px;
}

.social-btn {
  color: #333;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.social-btn:hover {
  background: #eee;
}

.facebookLogin > i {
  color: #4267b2;
}

.googleLogin > i {
  color: #4285f4;
}

.social-btn > i {
  font-size: 20px;
  margin-right: 5px;
}

.btn.dropdown-toggle {
  background: none;
  border: 1px solid #e9eef2;
  font-weight: bold;
}

ul.nav .fa-brands {
  font-size: 20px;
}

.nav a.nav-link:hover {
  color: #89daf8 !important;
}

ul.nav .fa-solid {
  font-size: 16px;
}

ul.nav.apps li a {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

ul.nav.apps li a > i {
  margin-right: 5px;
}

.home_wrapper {
  background-image: url("../images/home/main-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  height: 100%;
  padding: 180px 0 100px;
}

.jumbotron .card {
  background: transparent;
}

#pickponheader {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
}

#pickponheader > .container {
  max-width: 100%;
  width: 100%;
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  max-height: 80px;
  height: 80px;
  padding: 10px 15px !important;
}

#pickponheader.sticky > .container {
  height: auto;
}

.homepage.home_wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: space-between;
}

.homepage.home_wrapper .container {
  z-index: 9;
}

.homepage.home_wrapper::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.homepage.home_wrapper .card img {
  max-height: 130px;
  box-shadow: none;
  outline: none;
  height: auto;
}

.relative {
  position: relative !important;
}

.badge-tag {
  position: absolute;
  left: -65px;
  top: -40px;
  width: 180px;
}

.badge-tag img {
  width: 100%;
}

.mainTitleWrapper {
  max-width: 880px;
  margin: 0 auto 30px;
  padding: 0;
}

.home-footnotes {
  color: #fff;
  font-size: 22px;
  margin: 20px 0;
}

.homecardsWrapper {
  max-width: 890px;
  margin: auto;
  width: 100%;
}

#homefooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
  z-index: 9;
}

#homefooter .apps {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}

#homefooter a {
  color: #fff;
}

#homefooter .apps .appitem img {
  width: 135px;
}

.no-outline {
  border-color: transparent;
}

#navbarCollapse ul li {
  padding: 0px 10px;
  margin: 0;
}

#navbarCollapse ul li a:hover {
  background: #006bd1;
  color: #fff !important;
  border-color: #006bd1;
}

#navbarCollapse ul li.iammerchant {
  border-right: 1px solid #fff;
  padding-right: 25px;
  padding-left: 8px;
}

.homepage.home_wrapper h1 {
  font-size: 57px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin: 0;
}

.homepage.home_wrapper span {
  background: rgba(109, 183, 213, 0.4);
  display: inline-block;
  margin: 0;
  padding: 10px 0 0 0;
}

@media screen and (min-width: 810px) and (max-width: 1200px) {
  #navbarCollapse ul li {
    padding: 0;
    margin: 0;
  }

  .logowrapper {
    text-align: center;
    display: flex !important;
    align-content: center;
    justify-content: center;
    margin: 0 !important;
  }

  .navbar-brand {
    height: auto;
    margin: 0;
  }
}

@media screen and (min-width: 729px) and (max-width: 1100px) {
  body .admin-container.page-wrapper .filter-column {
    width: 50%;
  }

  body .admin-container.page-wrapper .map-column {
    width: 50%;
  }
}

@media screen and (max-width: 728px) {
  body .admin-container.page-wrapper .filter-column {
    width: 100%;
  }

  body .admin-container.page-wrapper .map-column {
    width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .text-end.d-flex.signup-dropdown.hiddenTablet {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .signup-dropdown .dropdown > button {
    width: 150px;
    margin: 0 10px;
  }

  .homecardsWrapper {
    max-width: 100% !important;
  }
}

#navbarCollapse {
  background: #006bd1;
  top: 0;
  position: relative;
}

@media screen and (min-width: 810px) {
  .header-home #navbarCollapse {
    background: transparent;
  }
}

#pickponheader nav.navbar {
  margin: 0 -15px;
  top: 10px;
}

#pickponheader.pageheader {
  background: #006bd1;
  position: fixed;
  width: 100%;
  margin: 0 !important;
  z-index: 9999;
  padding: 0 !important;
}

@media screen and (max-width: 1000px) {
  #pickponheader.pageheader {
    background: #006bd1;
    position: fixed;
    width: 100%;
    margin: 0 !important;
    z-index: 9999;
    padding: 0 !important;
  }

  body #pickponheader > .container {
    height: auto;
    max-height: 100%;
  }

  #pickponheader .nav-link img.icon {
    height: 16px;
    margin-right: 14px;
  }

  #pickponheader .nav-link img.icon.icon-bulb {
    height: 18px;
    margin-right: 14px;
  }

  #pickponheader .nav-link {
    align-items: center;
    justify-content: center;
  }

  body #pickponheader.transparent {
    background: rgba(0, 0, 0, 0.4) !important;
  }

  #pickponheader.pageheader.sticky .logowrapper {
    padding: 0;
  }

  #pickponheader.merchantheader.pageheader .logowrapper {
    padding: 5px 0;
    width: 100%;
    max-width: 240px;
  }

  #pickponheader .nav-link {
    width: 100%;
    padding: 10px 15px 10px 20px !important;
  }

  #pickponheader.pageheader .nav-link {
    font-size: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 5px 0;
    text-transform: uppercase;
    justify-content: start;
  }

  body #pickponheader.pageheader .navbar-toggler {
    top: 13px;
  }

  #navbarCollapse li.learnmore {
    margin: 10px 0 0 0;
  }

  #navbarCollapse li {
    width: 100%;
    padding: 0 10px;
  }

  #navbarCollapse ul li.mythings {
    padding: 0 10px 10px 10px;
  }

  #navbarCollapse ul li.iammerchant a {
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 811px) {
  .homecardsWrapper {
    margin: auto !important;
  }

  img.img-discount-badge {
    max-width: 100px;
  }

  .img-todaysspecial {
    width: 125px;
  }

  div.discount-badge {
    width: 100%;
    margin-bottom: 20px;
  }

  body .page-header.flex {
    flex-direction: column;
    text-align: center;
  }

  .badge-tag {
    position: absolute;
    left: -65px;
    top: -40px;
    width: 180px;
  }

  .logowrapper {
    margin: 0 !important;
    width: 100%;
  }

  .homepage.home_wrapper h1 {
    font-size: 50px;
    width: 100%;
    margin: auto;
  }

  #pickponheader {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    margin: 0 !important;
    z-index: 99;
  }

  #pickponheader.adminheader .navbar-toggler {
    border: 1px solid #006bd1;
    background-color: #006bd1;
  }

  .homepage.home_wrapper {
    padding-top: 170px;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
  }

  .home_wrapper {
    min-height: auto;
    height: auto;
  }

  #homefooter {
    position: relative;
  }

  #navbarCollapse {
    background: transparent;
    padding: 0;
  }

  #navbarCollapse ul li.iammerchant {
    padding: 0 10px;
    border: none !important;
    margin: 0;
  }

  #navbarCollapse li > a {
    display: block;
    width: auto;
    box-sizing: border-box;
    border: none;
  }

  #navbarCollapse li.btnSignup a {
    background: #006bd1;
    border-radius: 5px;
    margin: 10px 0 0 0;
  }

  #navbarCollapse .outline-btn {
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 10px;
  }

  #navbarCollapse ul li.iammerchant a {
    margin: 0 0 10px 0;
  }

  .logowrapper .navbar-brand {
    padding: 0;
  }

  .homepage.home_wrapper .card .svgimg-cp {
    max-width: 100%;
  }
}

#pickponheader .nav-link {
  font-size: 15px;
}

#pickponheader .nav-link:focus {
  outline: none;
  box-shadow: none;
}

#pickponheader.pageheader .nav-link:hover,
#pickponheader.pageheader .nav-link:focus,
#pickponheader.pageheader .nav-link:active {
  background: transparent;
  border-color: transparent;
  text-decoration: none;
  color: #fff;
  outline: none;
}

#pickponheader .nav-link:hover {
  background: #006bd1;
  border-color: #006bd1;
  color: #fff;
}

#pickponheader.pageheader .nav-link.btn-outline-light:hover {
  background: #0056a7 !important;
  border-color: #0056a7 !important;
  color: #fff;
  text-decoration: none;
}

#pickponheader .nav-link img.icon {
  height: 16px;
  margin-right: 4px;
}

#pickponheader .nav-link img.icon.icon-bulb {
  height: 18px;
  margin-right: 2px;
}

#pickponheader .nav-link {
  font-size: 15px;
  display: flex;
  align-items: center;
}

#homefooter .qr {
  width: 110px;
  margin-bottom: 20px;
}

#homefooter .qr h3 {
  font-size: 16px;
  font-weight: bold;
}

#homefooter .qr p {
  font-size: 15px;
  font-weight: normal;
}

.qr_wrapper.header_qr_wrapper {
  padding: 10px 20px;
  text-align: center;
  width: 260px;
  max-width: 260px;
}

.qr a {
  display: block;
}

.qr_wrapper.header_qr_wrapper .qr {
  width: 100%;
  padding: 0;
}

.qr_wrapper.header_qr_wrapper .qr a:hover {
  background: transparent !important;
}

.qr_wrapper h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.qr_wrapper.header_qr_wrapper .qr p {
  font-size: 14px !important;
}

#pickponheader .appitem img {
  width: 100%;
}

#pickponheader .appitem {
  width: 105px;
}

.apps.flex {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.dropdown-menu .qr_wrapper p {
  font-size: 14px;
}

.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #fff;
  background-color: #006bd1;
  border-color: #006bd1;
}

.header-menu-right .btn {
  margin: 0 10px;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 15px;
}

#pickponheader .header-menu-right .btn.btn-secondary {
  font-size: 14px;
  padding: 10px 15px;
  text-align: left;
  font-weight: normal;
}

#getpickpons {
  border: 1px solid transparent;
  font-weight: normal;
  outline: none;
}

#pickponheader #getpickpons:hover,
#pickponheader ul li.learnmore a:hover {
  background: transparent !important;
  text-decoration: none !important;
  border-color: transparent !important;
}

.flex {
  display: flex;
}

.inlineflex {
  display: inline-flex;
}

@media screen and (max-width: 480px) {
  body #pickponheader.pageheader.sticky .navbar-toggler {
    top: 14px;
  }

  body #pickponheader.pageheader .navbar-toggler {
    padding: 10px 15px;
    width: auto;
    border-radius: 5px;
  }

  .cards.flex {
    display: flex;
    flex-direction: column;
  }

  .homecardsWrapper .card {
    margin: 10px 0;
  }

  .apps.flex {
    gap: 10px;
  }

  .dropdown-menu {
    width: 100%;
    text-align: center;
  }

  .qr_wrapper.header_qr_wrapper {
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
  }

  #pickponheader .appitem {
    width: 50%;
  }
}

.homecardsWrapper .card {
  border: none;
}

@media screen and (min-width: 811px) and (max-width: 1200px) {
  body #pickponheader.pageheader .pickponmerchants .nav-link {
    margin: 0;
    font-size: 15px;
    min-height: unset;
    padding: 5px;
  }

  body .header-menu-right {
    display: flex;
    align-items: center;
  }

  body #pickponheader > .container {
    max-height: unset;
    height: auto;
    padding: 10px !important;
  }

  body #pickponheader.pageheader .header-menu-right > .nav-link {
    margin: 0;
    padding: 0;
  }

  #pickponheader.pageheader .pickponmerchants {
    padding: 0;
  }
}

@media screen and (min-width: 811px) {
  #pickponheader.pageheader .nav-link {
    margin: 10px 1px;
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .pickponapp.flex.flex-center .dropdown-menu {
    align-content: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 600px) {
  .pickponapp.flex.flex-center .dropdown-menu {
    align-content: center !important;
    justify-content: center !important;
  }
  #pickponheader .nav-link img.icon {
    height: 16px;
    margin-right: 15px;
  }
  #pickponheader .nav-link img.icon.icon-bulb {
    height: 18px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .tn-group.dropup {
    width: 100%;
  }
}
@media screen and (min-width: 811px) {
  #pickponheader.pageheader .pickponmerchants .nav-link {
    margin: 9px 0;
  }

  .homepage.home_wrapper .jumbotron {
    padding-bottom: 50px;
  }

  .card.card-coupon {
    padding: 0 25px 0 30px;
    margin: 0 10px 20px;
  }

  .row.homecardsWrapper > .col-md-4 {
    width: auto;
  }

  .homepage.home_wrapper .card-coupon img {
    max-height: 148px;
  }

  .homepage.home_wrapper .card img {
    width: 100%;
    display: block;
    height: auto;
  }

  .cards.flex .card {
    margin-bottom: 20px;
  }

  .cards.flex {
    display: flex;
    align-content: start;
    align-items: start;
  }
}

#login:hover,
#pickponheader .iammerchant .nav-link:hover {
  background: #006bd1 !important;
  border-color: #006bd1 !important;
  color: #fff;
}

.header-menu-right .dropdown-menu .btn {
  margin: 10px 0 0 0;
}

.homepage.home_wrapper .card .svgimg {
  width: 268px;
}

#pickponheader.sticky {
  padding: 0 !important;
}

#pickponheader,
#pickponheader * {
  transition: all 300ms ease-out;
}

#pickponheader .dropdown-menu {
  transition: none;
}
@media screen and (max-width: 990px) {
  .qr_wrapper.header_qr_wrapper > p,
  .qr_wrapper.header_qr_wrapper > .qr {
    display: none !important;
  }
}

#pickponheader.transparent {
  background: transparent !important;
}

.page-wrapper {
  padding-top: 100px;
}

.dropdown.user-dropdown .dropdown-menu {
  width: 215px;
  text-align: left;
}

#pickponheader .dropdown .dropdown-item:hover {
  background: #006bd1;
  color: #fff;
}

header#pickponheader .btn.dropdown-toggle {
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 15px;
  margin: 0;
  font-size: 15px;
  height: 45px;
  border: none;
  line-height: 25px;
}

.bg-btn-dark {
  background: #000;
  color: #fff;
}

.bg-btn-blue {
  background: #006bd1;
  color: #fff;
}

.bg-btn-grey,
.bg-btn-white {
  background: #fff !important;
  color: #000 !important;
}

#pickponheader.pageheader .btn-item {
  margin: 5px 0;
  width: 100%;
}

.btnLogin > .btn-group {
  width: 100%;
  display: flex;
  gap: 10px;
}

#pickponheader.pageheader.sticky .navbar-toggler {
  padding: 10px 10px 6px;
  top: 17px;
}

#pickponheader.pageheader img.pickpons-logo.page-logo {
  max-height: 56px;
  max-width: 100%;
}

#pickponheader.pageheader img.pickpons-logo.page-logo.merchant-logo {
  max-height: 56px;
  max-width: 100%;
}

#pickponheader.pageheader img.pickpons-logo.page-logo.admin-logo {
  max-height: 56px;
  max-width: 100%;
}

#pickponheader.sticky.pageheader img.pickpons-logo.page-logo {
  max-height: 40px;
  max-width: 100%;
}

#pickponheader.sticky.pageheader img.pickpons-logo.page-logo.merchant-logo {
  max-height: 40px;
  max-width: 100%;
}

#pickponheader .nav-link img.icon.icon-pickponmerchants {
  height: 18px;
}

#pickponheader.pageheader .pickponmerchants {
  padding: 0 12px;
}

#navbarCollapse li > span {
  padding: 10px;
  display: inline-block;
  font-size: 15px;
  margin: 0;
  color: #006bd1;
  font-weight: bold;
}

.list-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-blue {
  color: #006bd1 !important;
}

.bg-grey {
  background: #f8f6f7 !important;
}

.bg-headergrey {
  background-color: #ebecf0 !important;
}

a.bg-grey {
  color: #333 !important;
}

a.bg-grey:hover {
  text-decoration: none;
}

label {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 7px;
}

.form-control {
  font-size: 15px;
  padding: 12px 15px;
  line-height: 18px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.form-group p {
  font-size: 15px;
}

.box-header a,
form a {
  text-decoration: underline;
}

.flex {
  display: flex;
}

.flex-end {
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-align-end {
  align-items: flex-end;
}

.form-footer {
  margin-top: 15px;
}

.text-white {
  color: #fff;
}

.text-underline {
  text-decoration: underline;
}

.form-check {
  padding: 0;
  margin-bottom: 1rem;
}

.container.page-container {
  max-width: 1024px;
  padding-top: 120px;
}

.levelsWrapper h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
}

ul.checklist li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-image: url("../images/icons/circle-check-regular.svg");
}

ul.checklist li {
  position: relative;
  padding-left: 30px;
}

.wigetbox {
  background-color: #f7faff;
  border: 1px solid #d5e6ff;
  border-radius: 7px;
  overflow: hidden;
}

.wigetbox-header {
  padding: 15px 22px;
}

.wigetbox-header h2 {
  margin: 0;
  font-size: 22px;
}

.wigetbox-content {
  padding: 10px 20px;
}

.levelsWrapper.banner::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 14px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-image: url("../images/icons/exclamation.svg");
}

.levelsWrapper.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  height: 126px;
  background-size: contain;
  background-position: center;
  background-image: url("../images/learnmore/noworries.png");
  background-repeat: no-repeat;
}

.levelsWrapper.banner {
  font-size: 14px;
  text-align: left;
  padding: 20px 150px 20px 60px;
  background: #f4f4f4;
  font-weight: bold;
  border: 1px solid #dedede;
  line-height: 23px;
}

.levelsBox.dashed {
  margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
  .levelsWrapper.banner {
    padding: 20px 20px 150px 60px;
  }

  .levelsWrapper.banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 140px;
    background-size: contain;
    background-position: center;
    background-image: url("../images/learnmore/noworries.png");
    background-repeat: no-repeat;
  }
}

li.icon_list a {
  position: relative;
  padding-left: 36px;
}

li.icon_list a::before,
i.icon_list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

li.icon_list a:hover::before,
.icon-white {
  filter: invert(91%) sepia(100%) saturate(37%) hue-rotate(357deg)
    brightness(110%) contrast(110%);
}

i.icon_activity::before {
  top: 4px;
}
@media screen and (max-width: 600px) {
  i.icon_activity::before {
    top: 0;
  }
}
i.icon_list {
  position: relative;
  padding-left: 20px;
}

li.icon_activity a:before,
i.icon_activity:before {
  background-image: url("../images/merchants/icon-activity.svg");
}

li.icon_offerings a:before {
  background-image: url("../images/merchants/icon-offerings.svg");
}

li.icon_pickpons_people a:before {
  background-image: url("../images/merchants/icon-people-black.svg");
}

li.icon_pickpon_benefits a:before {
  background-image: url("../images/merchants/icon-pb-black.svg");
}

li.icon_promo_items a:before {
  background-image: url("../images/merchants/icon-promo_items.svg");
}

li.icon_redeemers a:before {
  background-image: url("../images/merchants/icon-redeemers.svg");
}

li.icon_running_pickpons a:before {
  background-image: url("../images/merchants/icon-rp-black.svg");
}

li.icon_dashboard a:before {
  background-image: url("../images/icons/dashboard.svg");
}

li.icon_dailypick a:before {
  background-image: url("../images/icons/dailypick.svg");
}

li.icon_mypickpons a:before {
  background-image: url("../images/icons/pickpons.svg");
}

li.icon_account > a:before,
li.icon_account > div > a:before {
  background-image: url("../images/icons/user.svg");
}

li.icon_notification a:before {
  background-image: url("../images/icons/notiication.svg");
}

li.icon_logout a:before {
  background-image: url("../images/icons/logout.svg");
}

#navbarCollapse ul.nav .list-dropdown li.icon_list a {
  text-align: left;
  align-content: start !important;
  align-items: start !important;
  justify-content: flex-start !important;
  padding-left: 45px !important;
  float: none;
}

#navbarCollapse ul.nav li.icon_list a::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  width: 20px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.btnLogin ul.btn-group {
  padding: 0;
  gap: 15px;
}

.btnLogin ul.btn-group li {
  padding: 0 !important;
}

.form-check.flex {
  gap: 5px;
}

.form-check.flex .icheckbox_flat-blue {
  margin-top: 4px;
}

.flex-col {
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center !important;
  align-items: center;
  align-content: center;
  gap: 10px;
}

.flex-center-left {
  justify-content: center;
  align-items: start;
  align-content: start;
}

.flex-nogap {
  gap: 0 !important;
}

.flex-between {
  justify-content: space-between !important;
  align-items: center;
  align-content: center;
  gap: 5px;
}

.flex-stretch {
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  gap: 5px;
}

img {
  max-width: 100%;
}

.discount-badge {
  width: 150px;
  padding: 0;
}

.page-header {
  padding: 20px;
  margin-bottom: 30px;
}

.page-header-text {
  font-size: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 10px;
}

.page-header-text h1 {
  font-size: 26px;
  margin: 0;
}

.page-header.flex {
  max-width: 750px;
  margin: 0 auto 30px auto;
  justify-content: space-between;
  align-items: center;
}

.tadays-special img {
  width: 100%;
  display: block;
  height: 130px;
}

.bg-darkblue {
  background: #003262 !important;
}

.bg-gradblue {
  background: rgb(249, 249, 249);
  background: linear-gradient(
    132deg,
    rgba(249, 249, 249, 1) 0%,
    rgba(217, 228, 242, 1) 50%,
    rgba(153, 188, 228, 1) 100%
  );
}

.bg-gradblue-reverse {
  background: rgb(249, 249, 249);
  background: linear-gradient(
    236deg,
    rgba(249, 249, 249, 1) 0%,
    rgba(217, 228, 242, 1) 50%,
    rgba(153, 188, 228, 1) 100%
  );
}

.pickpon-list-card .thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

body .btn-grey {
  background-color: #f2f2f2;
  color: #000;
  border: 1px solid #f2f2f2;
}

body .btn-grey:hover {
  background-color: #ececec;
  border: 1px solid #ececec;
}

.badge {
  font-size: 10px;
  font-weight: normal;
  border-radius: 4px;
  padding: 5px 6px;
}

.card-header h5 {
  font-size: 16px;
  font-weight: 600;
}

.card-header {
  padding: 14px 8px;
}

.pickpon-btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .col-md-6.daily-pick-col {
    width: 45%;
  }

  .col-md-6.levels-col {
    width: 55%;
    display: flex;
    flex-direction: column;
  }
}

table.table tr th {
  background-color: #136bd1;
  color: #fff;
  vertical-align: middle;
  padding: 15px;
}

table.table tr.bg-white th {
  background-color: #fff;
  color: #000;
}

table.table thead tr th[scope="row"] {
  background-color: #004f9a;
}

table.table tr th[scope="row"] {
  background-color: #003262;
}

table.table tr th table.table tr {
  background-color: #fff;
  color: #000;
}

.table > .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: #fff;
  border-bottom-width: 1px;
  color: #383838;
}

.levelbox {
  text-align: center;
}

.table-centered,
.table-centered td,
.table-centered th {
  text-align: center;
}

.table a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.cm-info > p > i {
  position: absolute;
  left: 0;
}

.merchant-online-ordering-icon {
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url("/assets/images/icons/icon-online-ordering.png") center / contain no-repeat;
  mask: url("/assets/images/icons/icon-online-ordering.png") center / contain no-repeat;
}

.cm-info.cm-info-td .merchant-online-ordering-icon {
  min-width: 17px;
  width: 17px;
  height: 17px;
  top: 0;
}

.cm-content .cm-info p {
  line-height: 1.3;
  margin-bottom: 5px;
  color: #000;
}

.cm-content .cm-info h3 {
  margin-bottom: 10px;
}

.cm-info > p {
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 8px;
}

.cm-info p {
  font-size: 14px;
}

.cm-info h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.currentmerchant {
  display: flex;
  align-content: center;
  justify-content: center;
  background-size: cover;
}

body .cm-thumb.thumbnail {
  width: 100%;
  height: 130px;
  object-fit: contain;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #f2f2f2;
}

.btn.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #006bd1;
  display: inline-flex;
  align-items: center;
}

.btn.btn-xs {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #006bd1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
}

.dailyhappenings {
  border-radius: 5px;
  overflow: hidden;
}

.champ-wrapper a.btn:hover {
  background: #136bd1 !important;
  color: #fff !important;
}

.champ-wrapper {
  background-image: url("../images/dashboard/champ_bg@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 20px;
}

.champ-wrapper.champ-bw {
  background-image: url("../images/dashboard/champ_bg_bw@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.champ-img img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.champ-bw .champ-img img {
  height: 140px;
}

.champ-img {
  padding: 5px 8px 0 8px;
}

.champ-card h3 {
  font-size: 15px;
  text-align: center;
}

.champ-card .champ-bw h3 {
  font-size: 14px;
}

.card .form-control,
.modal .form-control {
  padding: 7px 10px;
  margin: 0;
  min-height: 36px;
}

.card-nextpickponexpiring img {
  width: 90px;
}

.dropdown .btn.btn-secondary {
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
  font-weight: normal;
}

header .dropdown .btn.btn-secondary {
  padding: 10px 15px;
}

.card .dropdown .btn.btn-secondary {
  width: 250px;
}

.card .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 14px;
}

.pickpon-btn-group > button,
.pickpon-btn-group > a,
.pickpon-btn-group .btn {
  font-size: 13px;
  padding: 4px 10px;
  min-height: 40px;
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: center;
}

a .bi.bi-question-square-fill,
a .bi.bi-question-circle-fill {
  color: #003262;
  border: none;
  font-size: 13px;
  top: 0;
  position: relative;
}

a:hover .bi.bi-question-square-fill,
a:hover .bi.bi-question-circle-fill {
  color: #006bd1;
  border: none;
}

td {
  vertical-align: middle;
}

header .form-check .form-check-input {
  margin-left: 0;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .happeningsList {
    max-height: 332px;
    overflow-y: scroll;
  }
}

.bg-ltgreen {
  background-color: #e2ffef !important;
}

.bg-ltyellow {
  background-color: #fff7e2 !important;
}

.bg-ltred {
  background-color: #ffe2e2 !important;
}

table.table tr th h3 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
}

.dashboard-wrapper {
  padding-top: 100px;
}

.dailypicks-wrapper {
  max-width: 1200px;
}

.flex-sm-gap {
  gap: 5px !important;
}

.flex-link {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}

.flex-start {
  display: flex;
  justify-content: start;
  gap: 5px;
  line-height: 1;
}

.flex-link span {
  line-height: 13px;
}

.mycards .col-xs-6 {
  width: 50%;
  padding: 0 8px;
}

@media screen and (max-width: 811px) and (min-width: 481px) {
  .pickpon-btn-group {
    gap: 5px;
  }
}

@media screen and (max-width: 480px) {
  .cm-img {
    padding-bottom: 0 !important;
  }

  body .pickpon-btn-group > button {
    font-size: 15px;
  }

  .pickpon-list-card h3 {
    font-size: 20px;
  }

  .col-form-label,
  body .form-group .col-sm-9 {
    margin: 0;
  }

  body .form-group {
    margin: 0 0 15px 0;
  }

  .pickpon-btn-group {
    gap: 5px;
  }

  body .card-nextpickponexpiring img {
    width: 150px;
  }

  .dailyhappenings .nav-item > button.nav-link {
    width: 100%;
    border-radius: 0;
    font-size: 10px !important;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1312px) {
  body header .align-items-center {
    align-items: center !important;
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 811px) and (max-width: 1149px) {
  body header .align-items-center {
    align-items: center !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 811px) and (max-width: 1312px) {
  body .dashboard-wrapper {
    padding-top: 160px;
  }
}

@media screen and (max-width: 1200px) {
  #pickponheader > .container {
    padding: 10px !important;
  }

  #pickponheader.sticky > .container {
    padding: 0px !important;
  }
}

@media screen and (min-width: 994px) and (max-width: 1200px) {
  body header .align-items-center {
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }
}

@media screen and (min-width: 811px) and (max-width: 1367px) {
  body {
    font-size: 14px;
  }

  .btn.btn-sm {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
  }

  .champ-card h3 {
    font-size: 15px;
  }

  body .col-form-label {
    padding: 8px 0;
    text-align: right;
  }

  body .card-body {
    padding: 10px;
  }

  body .col-md-6.levels-col {
    width: 53%;
  }

  body .col-md-6.daily-pick-col {
    width: 47%;
  }

  body .card-header h5 {
    font-size: 15px;
    font-weight: 600;
  }

  .pickpon-btn-group button.btn > div.flex {
    display: inline-flex;
    flex-direction: column;
  }

  body .happeningsList {
    max-height: unset;
  }

  .pickpon-btn-group > button {
    padding: 5px 15px !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1312px) {
  body header .align-items-center {
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 !important;
  }
}

@media screen and (min-width: 811px) and (max-width: 1312px) {
  body .dashboard-wrapper {
    padding-top: 100px;
  }
}

.bi-cart-fill::before {
  vertical-align: 0 !important;
}

.square-sm {
  width: 20px;
  height: 20px;
}

.iconList li {
  position: relative;
  padding: 15px 10px 15px 10px;
}

.iconList li i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 22px;
}

.im-header {
  min-height: 100px;
}

.im-list li > div {
  margin-top: 0;
}

.im-list li {
  display: flex;
  align-content: start;
  align-items: start;
  justify-content: start;
  font-size: 18px;
  font-weight: 600;
}

.im-icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.im-list li > div.img-icon-wrapper {
  margin: 0;
  width: 45px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pp-icon-wrapper {
  margin: 0;
  width: 45px;
  height: 45px;
}

.iconList.pickList {
  padding: 1.5rem 0 0 !important;
}

.im-list.pickList li {
  min-height: 60px;
  padding: 0 20px 0 60px;
  align-items: center;
  margin: 0 0 20px 0;
}

.text-normal {
  font-weight: normal !important;
}

.container.page-container.im-page-wrapper {
  max-width: 1200px;
  padding-bottom: 50px;
}

.box.interestedMerchants {
  border: 1px solid #ddd;
}

.btn.btn-large {
  padding: 15px 50px;
}

.im-logo {
  width: 160px;
}

.guarantee-badge {
  width: 120px;
}

.required {
  color: #db5454;
}

.filters .form-check .form-check-input {
  float: left;
  margin-left: 0;
}

.filter-label {
  margin-bottom: 0;
  padding-left: 21px;
  position: relative;
  padding-right: 10px;
}

label.filter-label > i.bi {
  position: absolute;
  left: 0px;
}

.filter-label .bi.bi-sort-down-alt {
  font-size: 16px;
}

.filter-label .bi.bi-sort-down-alt {
  font-size: 16px;
}

.filter-wrapper .filters.filters-search {
  border: none;
  padding: 0;
}

.filter-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 18px;
  border-radius: 5px;
}

.filter-wrapper .filters {
  flex-direction: row;
  justify-content: space-between;
}

.filters .form-check.form-check-inline {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  line-height: 1;
  position: relative;
}

.flex-gap-5 {
  gap: 15px;
}

.filters .form-check label {
  line-height: 1;
  display: contents;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.heart-this {
  background-image: url("../images/icons/heart-sprite.png");
  background-size: cover;
  background-position: top left;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 1;
}

.heart-this:hover {
  background-position: top right;
}

.merchants-container {
  max-width: 1400px;
  width: 100%;
  padding-top: 110px;
}

@media screen and (max-width: 1140px) {
  .filter-wrapper .radio-group.flex {
    flex-direction: row;
    align-content: start;
    justify-content: start;
    width: 100%;
  }

  .filter-wrapper .filters .form-check.form-check-inline {
    align-content: start !important;
    justify-content: start !important;
    width: unset;
  }

  .cm-content .cm-info {
    padding-bottom: 3px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 810px) {
  .cm-info {
    padding-right: 30px;
  }

  .page-wrapper {
    padding-top: 100px;
  }

  .page-header {
    margin-bottom: 0;
  }
}

.filter-box {
  padding: 15px;
}

.menutab-links li a {
  padding: 14px 20px;
  color: #fff;
  cursor: pointer;
  display: block;
}

.menutab-links li a:hover {
  text-decoration: underline;
}

.menutab-links li {
  margin: 0;
}

.menutab-links {
  margin: 0;
  list-style: none;
  padding: 0;
}

.tablabel {
  margin: 0;
  padding: 14px 20px;
  font-weight: bold;
}

#pickponheader.sticky.pageheader .nav-link {
  margin: 0;
  transition: all 300ms ease;
}

#pickponheader * {
  transition: all 300ms ease;
}

#pickponheader.sticky .dropdown .btn.btn-secondary {
  padding: 10px 15px;
  margin: 0 10px;
  transition: all 300ms ease;
}

#menutabs {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 300ms ease-out;
}

#menutabs.show {
  height: 42px;
  opacity: 1;
  transition: all 300ms ease-out;
}

#toggleClose {
  margin-right: 20px;
  cursor: pointer;
}

#toggleClose:hover {
  color: #006bd1;
}

.nav ul.dropdown-menu.show {
  display: block;
  opacity: 1;
}

.nav .mythings ul.dropdown-menu.show {
  position: relative;
  width: 100%;
  top: 0;
  background-color: #f1f1f1;
}

.subdropdown li {
  padding: 0;
}

#pickponheader .dropdown.subdropdown .dropdown-menu {
  transition: none;
  padding: 5px !important;
}

#pickponheader .dropdown.subdropdown .dropdown-menu li a {
  color: #222;
  padding: 20px;
}

#pickponheader.pageheader .dropdown.subdropdown .dropdown-menu .btn-item {
  margin: 5px 0;
  width: 100%;
  padding: 15px !important;
  border-radius: 4px;
}

#pickponheader.pageheader .dropdown.subdropdown .dropdown-menu .btn-item i {
  margin-right: 10px;
}

#pickponheader.pageheader .dropdown.subdropdown a:hover {
  background-color: #006bd1 !important;
}

#navbarCollapse .dropdown > a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  position: absolute;
  transform: rotate(180deg);
  right: 15px;
  top: 20px;
}

#pickponheader.sticky.pageheader
  #navbarCollapse
  .dropdown.subdropdown
  > a::after {
  top: 14px;
}

#pickponheader.sticky.pageheader #navbarCollapse .nav-link {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

#pickponheader.sticky.pageheader ul.nav li.icon_list a::before {
  left: 13px;
  top: 8px;
  width: 15px;
  height: 16px;
}

.page-wrapper {
  transition: all 300ms ease;
}

.page-wrapper.withsubmenu {
  padding-top: 150px;
  transition: all 300ms ease;
}

.purchase-info {
  border: 1px solid #c0d0e4;
}

.menutab-links li a i {
  margin-right: 5px;
}

.menutab-links li a {
  position: relative;
}

.menutab-links li a:hover {
  text-decoration: none;
  color: #fff;
}

.menutab-links li a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #006bd1;
  height: 3px;
  width: 100%;
}

.navbar-toggler-icon > svg {
  width: 100%;
}

form.inline label {
  width: 250px;
  display: flex;
  align-content: center;
  justify-content: end;
  align-items: center;
  max-height: 36px;
  margin: 0;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 5px;
}

.accountInfo form.inline label {
  width: 200px;
  text-align: left;
  padding-right: 10px;
  max-height: 40px;
  height: 40px;
  margin: 0;
}

.accountInfo {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.namefields {
  display: flex;
  align-content: center;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.emailplaceholder {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 40px;
}

form h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.text-grey {
  color: #666;
}

.btn-grey:hover {
  background-color: #eee;
  color: #333;
}

form .btn.dropdown-toggle {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.form-group.card-item {
  display: flex;
  gap: 30px;
}

.account-creditcards {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.payment-method-section {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.payment-method-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.payment-method-section h3 {
  color: #006bd1;
  margin-bottom: 18px;
}

.payment-section-header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.payment-section-header h3 {
  margin-bottom: 18px;
}

.payment-card-logos {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.payment-card-list {
  margin-bottom: 12px;
}

.payment-card-list .card-item,
.payment-alt-row {
  align-items: center;
  border-bottom: 1px solid #edf2f7;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 14px 0;
}

.payment-card-list .card-item:last-child,
.payment-alt-row:last-child {
  border-bottom: 0;
}

.payment-card-list .card-detail,
.payment-alt-title {
  align-items: center;
  display: flex;
  gap: 12px;
}

.payment-method-icon {
  height: 24px;
  object-fit: contain;
  width: 38px;
}

.payment-add-link {
  color: #006bd1;
  font-weight: 700;
  padding: 8px 0;
  text-decoration: none;
}

.payment-add-link:hover {
  color: #003262;
  text-decoration: underline;
}

.payment-add-card {
  background: #f7faff;
  border: 1px solid #e2e8f0;
  margin-top: 14px;
  padding: 18px;
}

.payment-alt-row {
  display: flex;
  gap: 16px;
}

.payment-coin-row {
  align-items: center;
  flex-wrap: wrap;
}

.payment-coin-row strong {
  color: #006bd1;
}

.payment-coin-note {
  color: #666;
}

.menutab-links li a.active {
  background: #006bd1;
}

@media screen and (max-width: 768px) {
  .form-group.card-item {
    flex-direction: column;
  }

  .card-detail {
    margin-bottom: 15px;
  }

  .form-group.flex.card-item {
    gap: 0;
    margin-bottom: 30px;
    background-color: #fafafa;
    padding: 15px;
  }

  .cc-controls.flex {
    margin-top: 15px;
    gap: 50px !important;
  }

  .payment-card-list .card-item,
  .payment-alt-row {
    align-items: flex-start;
    gap: 12px;
  }

  .payment-card-list .cc-controls.flex {
    gap: 24px !important;
    margin-top: 0;
  }

  .payment-add-card {
    padding: 15px;
  }

  .payment-section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

.section-header-flex {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  padding: 0;
}

table.table.table-picks td,
table.table.table-picks tr,
table.table.table-picks th {
  text-align: center;
}

.flex > .form-check {
  margin-bottom: 0;
}

.flex > .form-check label {
  margin: 3px 0 0 0;
  line-height: 1;
  font-weight: normal;
}

.availgames-list {
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0 20px 0;
  z-index: 9;
  display: flex;
}

@media screen and (max-width: 1150px) {
  .availgames-list {
    flex-direction: column;
  }

  #toggleGames.availgames-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}

.text-strong {
  font-weight: bold;
}

.sports-icon {
  width: 40px;
}

table .form-check-input {
  margin: auto;
  display: block;
}

.flex.team-vs .team {
  line-height: 1;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
  padding-left: 10px;
  position: relative;
}

.flex.team-vs .team.ov {
  width: 28%;
}

.flex.team-vs .team .favorite-team-small {
  top: -3px;
}

table .sports-icon {
  margin: auto;
  display: block;
}

.btn.dropdown-toggle.btn-light {
  width: 100%;
  padding: 5px 10px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #29293a;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
  content: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
  background: #006bd1 !important;
}

.bs-searchbox .form-control {
  padding: 5px 10px;
  color: #222;
  margin-bottom: 0;
}

.bs-searchbox {
  margin-bottom: 10px;
}

.dailypick .row-group > div:first-child {
  border-bottom: 1px solid #ccc;
}

#chart-unique {
  height: 310px !important;
}

#chart-overall {
  height: 310px !important;
}

#calendartable .pcol {
  width: 10%;
  flex-direction: column;
  padding: 5px 5px;
  font-size: 13px;
  font-weight: normal;
}

#calendartable {
  font-size: 14px;
}

.table-team-row:last-child .pcol {
  border-bottom: none;
}

#calendartable .pcol.thead strong {
  display: block;
}

#calendartable .pcol h3 {
  font-size: 13px;
  text-transform: uppercase;
}

#calendartable .thead.plevel.pcol {
  text-align: center;
}

#calendartable .pcol.first-row {
  width: 31%;
}

#calendartable .thead.plevel.pcol {
  border-right: 1px solid #fff;
}

#calendartable .thead.plevel.pcol:last-child {
  border: none;
  width: 9%;
}

#calendartable .table-head {
  display: flex;
  background: #093262;
  justify-content: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
}

#calendartable .tcol.pcol.first-row {
  text-align: left;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: none;
}

#calendartable .tcol.pcol.last-col {
  border-right: none;
  width: 9%;
}

#calendartable .tcol.pcol {
  display: flex;
  flex-direction: revert;
  gap: 4px;
  align-items: center !important;
  font-weight: 600;
}

.btn.calendar-prev,
.btn.calendar-next {
  color: #516f90;
  font-weight: bold;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 1;
}

.btn.calendar-prev:hover,
.btn.calendar-next:hover {
  color: #fff;
}

@media screen and (max-width: 811px) and (min-width: 767px) {
  .availgames-list .form-dropdown {
    width: 100%;
  }

  .availgames-list .form-check {
    width: 12%;
  }

  .availgames-list .form-dropdown {
    width: 100%;
    padding-top: 10px;
  }

  .availgames-list {
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }

  .dailypicks-levels h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 811px) {
  .table-actions {
    flex-direction: column;
    gap: 10px;
    align-content: start;
    justify-content: start;
    align-items: start;
  }

  .table-actions .flex label {
    margin: 0;
  }

  .ta-item.flex.gap-30 {
    margin: 0;
  }

  .table-actions .flex {
    flex-direction: column !important;
    gap: 5px;
    align-content: start;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin-bottom: 10px;
  }

  .availgames-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px !important;
    padding: 0;
  }

  #toggleGames .form-input {
    width: 100%;
  }

  .table-wrapper {
    max-width: 100%;
    overflow-x: scroll;
    margin: 0 !important;
  }

  .flex > .form-check {
    width: 28%;
  }

  .section-header-flex {
    flex-direction: column;
    align-content: start;
    align-items: start;
    width: 100%;
    gap: 10px;
  }

  .section-header h3 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
  }

  .section-header .flex.flex-start {
    flex-direction: column;
    align-content: start;
    align-items: start;
    width: 100%;
    gap: 10px !important;
  }
  .section-header .pp-stats.picks-notes {
    align-items: center;
  }
  .pp-history {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.text-bold {
  font-weight: bold;
}

.text-semibold {
  font-weight: 600;
}

h1.l-number {
  font-size: 50px;
  margin: 0;
  line-height: 1;
}

.team-icon {
  margin-right: 10px;
  height: 25px;
  object-fit: contain;
}

.hide {
  display: none !important;
}

.ag td {
  position: relative;
}

.ag td .heart-this {
  right: unset;
  left: 15px;
  top: 12px;
  position: absolute;
  z-index: 999;
}

.teamname {
  padding-left: 35px;
}

.searchIcon {
  position: relative;
}

.searchIcon::after {
  content: "";
  width: 50px;
  height: 100%;
  background-image: url("../images/icons/search.png");
  display: block;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0;
  bottom: 0;
  background-size: contain;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}

#selectall,
#deselectall {
  cursor: pointer;
}

#selectall:hover,
#deselectall:hover {
  cursor: pointer;
  color: #006bd1;
}

.ta-item a:hover {
  cursor: pointer;
  color: #006bd1 !important;
}

#toggleGames.flex > .form-check label,
.table-actions.flex > .form-check label {
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 5px;
}

#toggleGames.flex > .form-check,
.table-actions.flex > .form-check {
  margin-left: 25px;
  margin-bottom: 0px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

#toggleGames.flex > .form-check input,
.table-actions.flex > .form-check input {
  position: absolute;
  top: 2px;
}

#toggleGames .form-control,
.table-actions .form-control {
  line-height: 1;
  max-width: 300px;
  width: 300px;
}

.row-group {
  display: flex;
  flex-direction: column;
}

.row-group > div {
  position: relative;
}

.dailypick .row-group .form-check,
.dailypick .row-group label {
  margin: 0;
}

.dailypick .row-group .form-check .form-check-input {
  position: absolute;
  top: 18px;
}

.dailypick .row-group > div {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 5px 0;
  width: 100%;
  gap: 10px;
}

.row-group.game-date {
  gap: 0;
}

.row-group .teamname {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

table .ag td {
  position: relative;
  padding: 0;
}

.row-group > div.form-check {
  padding: 5px;
  position: relative;
}

th.tablesorter {
  position: relative;
  cursor: pointer;
}

th.tablesorter::after {
  background-image: url("../../assets/images/icons/icon_arrow_down.png");
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12px;
  z-index: 9;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 300ms ease-out;
}

th.tablesorter.tablesorter-headerAsc::after {
  transform: rotate(180deg);
  transition: all 300ms ease-out;
}

.ma-icons img {
  height: 18px;
}

.ma-icons img.icon_driveby {
  width: 26px;
  height: auto;
}

.ma-icons img.icon_sms {
  width: 20px;
  height: auto;
}

.flex-align-end {
  align-items: flex-end;
}

tr.row-details img {
  width: 20px;
}

tr.row-details a {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}

.merchant-message img {
  width: 30px;
  top: 8px;
  position: relative;
}

.merchant-message > h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.merchant-message {
  align-content: start;
  align-items: start;
  padding: 0 10px 10px 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

.merchant-message:last-child {
  border-bottom: none;
}

.favorite-team .bi.bi-star-fill {
  font-size: 28px;
  opacity: 0.2;
  color: #000;
}

.favorite-team .bi.bi-star-fill:hover {
  font-size: 28px;
  opacity: 1;
  color: #006bd1;
}

#picks a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 810px) {
  #dailypick .tcol,
  .picks-in-progress .tcol {
    border-right: none;
  }
}

@media screen and (max-width: 810px) {
  .dailypick .btn-td {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .ag td .heart-this {
    display: none;
  }

  table.dailypick .row-group .teamname {
    padding-left: 0;
  }

  .dailypick th.td_time {
    position: absolute;
  }

  .dailypick .td_time {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 32px;
    z-index: 99;
    bottom: 0;
    text-align: left;
    border: none;
    border-top: 1px solid #cecece;
  }

  .dailypick .row-group.game-date {
    gap: 0;
    flex-direction: row;
    gap: 10px;
    justify-content: start !important;
    align-items: start;
    padding: 0 5px 0 10px;
  }

  .dailypick .table-head > .thead.tteam {
    text-align: left;
    justify-content: left;
  }

  .dailypick .thead.ttime {
    display: none !important;
  }

  .dailypick .row-group > div {
    min-height: 50px;
    padding: 5px 0;
  }

  .dailypick .tcol .row-group > div {
    min-height: 50px;
    padding: 0 5px;
  }

  table.dailypick .ag td {
    padding: 0;
    vertical-align: top;
  }

  table.dailypick tr {
    background: #fff;
  }

  table.dailypick .game-date {
    display: flex;
    flex-direction: row-reverse;
    align-content: start;
    justify-content: start !important;
    gap: 10px;
    padding: 0 10px;
  }

  table.dailypick .row-group > div.form-check {
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: center;
  }

  table .row-group > div.form-check .btn {
    width: 100%;
  }

  .dailypick .btn {
    padding: 5px 0px;
    break-inside: avoid;
  }

  .hidden-xs {
    display: none;
  }

  .dailypick th {
    padding: 10px;
  }

  .dailypick .btn span {
    display: block;
    min-width: 100%;
  }

  table .row-group > div {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 5px 0;
  }

  .row-group.game-teams {
    padding: 0;
  }

  .team-icon {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    margin-left: 0;
  }

  #dailypick .team-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 0;
  }

  .dailypick .tspread,
  .dailypick .ttotal,
  .dailypick .tmoneyline {
    width: 15%;
  }

  .dailypick .tteams {
    width: 55%;
  }

  .dailypick .td_time .game-date > div {
    min-height: unset;
  }

  .table-team-row {
    position: relative;
    padding-bottom: 40px;
  }

  .dailypick .tcol.ttime {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    border-left: none;
  }

  .dailypick .modal .tcol.ttime {
    height: auto;
  }

  .dailypick .tteam {
    width: 38%;
  }

  .dailypick .tspread,
  .dailypick .ttotal,
  .dailypick .tmoneyline {
    width: 20%;
  }

  .dailypick .tspread,
  .dailypick .ttotal,
  .dailypick .tmoney {
    width: 20%;
    padding: 0;
    text-align: center;
  }

  .dailypick .tspread .row-group,
  .dailypick .ttotal .row-group,
  .dailypick .tmoney .row-group {
    width: 100%;
  }

  .dailypick .sports-icon {
    width: 50px;
    max-height: 40px;
    max-width: 50px;
  }

  body .dailypick .tcol {
    padding: 0 5px;
    border-left: none;
    border-bottom: 1px solid #cecece;
  }

  .dailypick .row-group.game-date > div {
    min-height: 58px;
    border: none;
  }

  .dailypick .table-head > .thead {
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 1.2;
    padding: 8px 15px;
  }

  .dailypick .game-teams > div:first-child {
    border-bottom: 1px solid #cecece;
  }

  .dailypick .row-group.game-date > div:first-child {
    padding: 0;
  }

  .dailypick .tcol.tteam,
  .dailypick .tcol.tspread,
  .dailypick .tcol.ttotal,
  .dailypick .tcol.tmoney {
    border: none;
  }

  .dailypick .row-group > div:first-child {
    border-bottom: none;
  }

  .dailypick .tcol.ttime {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .dailypick .row-group.game-teams > div:first-child,
  .tcol.tpick .row-group > div.form-check:first-child,
  .tcol.tcurrent .row-group > div.form-check:first-child {
    border-right: 1px solid #cecece !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 810px) {
  .picksupcoming .row-group.game-teams > div:first-child,
  .tcol.tcurrent .row-group > div.form-check:first-child {
    border-right: 1px solid #cecece !important;
  }
}

.value-td {
  border: none;
  padding: 6px 20px 5px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  min-height: 45px;
  align-content: center;
  justify-content: center;
}

.btn-td {
  background: #fff;
  border: 1px solid #006bd1;
  padding: 6px 5px 5px 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  min-height: 45px;
  align-content: center;
  justify-content: center;
  min-width: 70px;
}

.btn-td:hover,
.btn-td:focus,
.btn-td:active {
  background: #fff;
  border: 1px solid #006bd1 !important;
}

.form-check .sub {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  margin-top: 3px;
  font-weight: normal;
}

.form-check .up {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}

.dailypick,
.dailypick .btn {
  font-size: 14px;
}

.table-team-row {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}

.table-head {
  display: flex;
  background: #006bd1;
  justify-content: stretch;
  flex-wrap: wrap;
}

.thead {
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.tspread,
.ttotal,
.tmoney {
  width: 15%;
  text-align: center;
}

.tspread .form-check,
.ttotal .form-check,
.tmoney .form-check {
  justify-content: center;
}

.ttime {
  width: 10%;
}

.tteam {
  width: 45%;
}

.tcol {
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 15px 10px;
}

.tcol:last-child {
  border-right: 1px solid #cecece;
}

.dailypick .table-team-row {
  background: #fff;
}

.dailypick .table-team-row:nth-child(2n) {
  background: #ebf4ff;
}

th.row a {
  text-decoration: underline;
}

.filters .form-control {
  font-size: 15px;
  padding: 5px 15px;
  line-height: 18px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.filters label {
  display: flex;
  justify-content: start;
  align-items: center;
}

.actions.flex {
  display: flex;
  position: absolute;
  right: 0;
  gap: 10px;
  flex-direction: column;
}

.actions.flex.flex-col .heart-this {
  position: relative;
}

.pickpon-list-card .merchant-actions {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
  height: auto;
  bottom: 0;
  top: 2px;
}

.currentmerchant .merchant-actions {
  display: flex;
  position: relative;
  top: 0;
}

.currentmerchant .merchant-actions a {
  padding: 5px 10px;
  display: inline-block;
}

.currentmerchant .icon-moredetails {
  display: none;
}

.currentmerchant .merchant-actions .flex {
  width: 100%;
  flex-direction: revert;
  gap: 20px;
}

.note {
  font-size: 12px;
}

.merchants-container .card .lh-1 {
  margin-right: 4px;
}

.card .cm-img .lh-1 {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

body .card .cm-thumb.thumbnail {
  height: 100px;
  padding: 5px 10px;
  border: 1px solid #f2f2f2;
}

body .card.levels-card .cm-thumb.thumbnail {
  height: 120px;
  object-fit: contain;
  width: auto;
  margin: auto;
  display: block;
  border: 1px solid #f2f2f2;
  padding: 5px;
}

body .card.levels-card .modal .cm-thumb.thumbnail {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.getdirection {
  margin-bottom: -5px;
  margin-top: 5px;
}

.modal .modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.modal .modal-header {
  padding: 10px 15px;
}

.pcol {
  width: 25%;
  display: flex;
  flex-direction: revert;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.dashboard-pickpons .pcol {
  width: 14.1666667%;
  flex-direction: column;
  padding: 0;
}

.dashboard-pickpons .thead.pstatus.pcol {
  width: 15%;
  align-items: center;
  justify-content: flex-start !important;
  align-content: flex-start;
  gap: 0;
}

.pcol .row-group.game-date {
  display: flex;
  gap: 20px;
}

.pcol.ptotal,
.pplace.pcol {
  width: 35%;
}

.pcol.pteam,
.pgame.pcol {
  width: 39%;
}

.ptime.pcol {
  width: 10%;
}

.pstatus.pcol {
  width: 16%;
}

.team.col-qtr {
  gap: 10px !important;
  justify-content: start;
  align-content: start;
  text-align: left;
  align-items: start;
  flex-direction: row;
  font-weight: bold;
}

.grey-box {
  background: #eee;
  padding: 10px;
  border-radius: 5px;
}

#picks .w-50 {
  width: 50% !important;
}

section.section_librero.grid_display__blog_destacado {
  padding-top: 0;
}

@media screen and (min-width: 481px) and (max-width: 811px) {
  #picks .col-label {
    width: 200px !important;
  }

  #picks .col-label {
    gap: 5px;
  }

  #picks .col-teams {
    flex-direction: row !important;
  }

  .dailypicks-levels {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 811px) {
  .page-wrapper {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #picks .table-team-row {
    flex-direction: column;
    background: #fff;
    padding: 0;
    margin-bottom: 25px;
  }

  #picks .table-team-row:last-child {
    margin: 0;
  }

  #picks {
    background: transparent !important;
  }

  #picks .col-teams {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #picks .team-icon {
    width: 26px;
    margin-right: 0;
    margin-left: 0;
  }

  #picks .tcol.pcol {
    width: 100% !important;
    padding: 0 0 0 85px !important;
    position: relative;
    min-height: 50px;
  }

  #picks .flex.team-vs {
    flex-direction: column;
    gap: 10px;
  }

  #picks .col-label {
    color: #fff;
    width: 85px;
    position: absolute;
    left: 0;
    padding: 10px;
    height: 100%;
    text-align: center;
    line-height: 1.2;
  }

  .ttoggles.flex {
    flex-direction: row !important;
  }

  .ta-item-group {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .tcol {
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 0 10px;
    border-right: 1px solid #cecece;
  }
}

#picks .team-icon {
  margin: 0;
}

.pace.winning {
  background-color: #90ee90 !important;
}

.pace.pushing {
  background-color: #feff7e !important;
}

.pace.losing {
  background-color: #f76f72 !important;
}

.table-team-row {
  position: relative;
}

.table-team-row::before {
  content: "";
  background-color: transparent;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.status-winning::before {
  background-color: #90ee90;
}

.status-losing::before {
  background-color: #ffa07a;
}

.status-pushing::before {
  background-color: #feff7e;
}

.pace.won,
.status-won::before {
  background-color: #32cd33 !important;
}

.pace.pushed,
.status-pushed::before {
  background-color: #f9f107 !important;
}

.pace.lost,
.status-lost::before {
  background-color: #fa0400 !important;
}

.favorite-team-small {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 10px;
  color: #ccc;
}

.favorite-team-small:hover {
  color: #006bd1;
}

.marchants-logo {
  width: 40px;
}

.padding-sm {
  padding: 5px !important;
}

.h-100 {
  height: 100%;
}

.max-h-100 {
  max-height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

#picks span.score {
  font-size: 17px;
  font-weight: bold;
  color: #006bd1;
}

.hover-text-white:hover {
  color: #fff !important;
}

.dp-merchant-card .dp-value {
  position: relative;
  width: 100%;
  padding: 5px;
}

.dp-card.dp-level-card {
  padding: 0;

  background-color: #093262;
}

.dp-card {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 5px;
  justify-content: space-between;
  overflow: hidden;
  min-height: 50px;
  position: relative;
  height: 100%;
  border: 1px solid #eee;
}

.dp-merchant-card .dp-label {
  position: relative;
  width: auto;
  left: 0;
  background-color: #093262;
  z-index: 99;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}

.dp-card.dp-merchant-card {
  padding: 0;
}

.dp-card h5 {
  font-size: 16px;
}

.dp-value {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  background: #fff;
  min-width: auto;
  border-radius: 0;
  padding: 0px;
  text-align: center;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  width: 100%;
  right: 0;
  border: none;
}

.l-title {
  font-size: 30px;
  text-align: center;
  width: 100%;
}

.dp-label {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 11px 10px 10px 10px;
  min-width: auto;
  box-sizing: border-box;
  background-color: #093262;
  height: 100%;
}

.btn-pickpon {
  background-color: #f2f2f2;
  text-decoration: none;
  display: inline-block;
  padding: 8px 50px;
  position: relative;
}

.btn-pickpon::before {
  background-image: url("../../assets/images/icons/icon-pickpons.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  left: 31px;
  top: 13px;
  width: 14px;
}

.btn-pickpon:hover {
  background-color: #003262;
  color: #fff;
}

.form-group input.form-control,
.form-group .btn {
  padding: 5px 10px;
  min-height: 30px;
  height: 40px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-content: center;
  align-items: center;
  line-height: 1.2;
}

.modal .form-group input.form-control,
.modal .form-group .btn {
  padding: 5px 15px;
}

.w-full {
  width: 100% !important;
}

.max-w-full {
  max-width: 100% !important;
}

.flex.inline-flex {
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .section-header .flex.flex-start p {
    width: 48% !important;
  }

  .mb-5.dailypicks-levels {
    margin-bottom: 0 !important;
  }

  body .row {
    margin: 0 -5px;
  }
  .dailypicks-levels .row {
    margin: 0 -8px;
  }
}

@media screen and (max-width: 811px) {
  .dp-card.dp-merchant-card {
    padding: 0;
    flex-direction: column;
  }

  .no-margin-md {
    margin: 0 !important;
  }

  .picksInfo {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body .dashboard-pickpons .pcol {
    width: 100%;
  }

  .form-group.flex > .form-check {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  body .dashboard-pickpons .pcol {
    width: 48%;
  }

  body .table-team-row {
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
  }

  #dashboardPicks {
    background: none !important;
  }

  body #dashboardPicks .pcol {
    border-right: 1px solid #cecece;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  body #dashboardPicks .pcol {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  body #dashboardPicks .pcol {
    width: 33%;
  }
}

@media screen and (max-width: 1300px) {
  body .dashboard-pickpons .pcol {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
  }

  body #dashboardPicks .prow.row-group {
    padding-left: 110px !important;
    position: relative;
  }

  body #dashboardPicks .prow.row-group::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    bottom: 0;
    background: #093262;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  body #dashboardPicks .prow.row-group.row-merchant::before {
    content: "Merchant";
  }

  body #dashboardPicks .prow.row-group.row-dailydeals::before {
    content: "Pickpons Exclusive Deals";
  }

  body #dashboardPicks .prow.row-group.row-address::before {
    content: "Address";
  }

  body #dashboardPicks .prow.row-group.row-distance::before {
    content: "Distance";
  }

  body #dashboardPicks .prow.row-group.row-preference::before {
    content: "Preferences";
  }

  body #dashboardPicks .prow.row-group.row-details::before {
    content: "Details";
  }

  body #dashboardPicks .prow.row-group.row-refresh::before {
    content: "Refresh";
  }

  body #dashboardPicks .prow.row-group.col-label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #fff;
    background: #093262;
    width: 100px;
    height: 100%;
    text-align: center;
  }

  body .dashboard-pickpons .thead.pstatus.pcol {
    display: none;
  }

  body #dashboardPicks .prow.row-group.row-dailydeals {
    min-height: 100px;
  }
}

@media screen and (min-width: 481px) and (max-width: 811px) {
  .picks-notes {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
    gap: 30px !important;
    padding-right: 30px;
    margin-bottom: 20px;
  }

  .dp-label.dp-label-merchant {
    height: auto;
  }
}

#dashboardPicks .prow.row-group {
  padding: 10px;
  border-bottom: 1px solid #cecece;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 50px;
}

#dashboardPicks .prow.row-group.phead {
  background-color: #136bd1;
  color: #fff;
  min-height: 70px;
}

#dashboardPicks .prow.row-group.phead.current-marchant {
  background-color: #093262;
}

#dashboardPicks .merchant-actions .flex {
  flex-direction: row;
}

#dashboardPicks .merchant-logo {
  width: 100px;
  margin: auto;
}

.padded-sm {
  padding: 10px;
}

#dashboardPicks .thead.plevel.pcol {
  padding: 10px;
}

#dashboardPicks h3 {
  font-size: 20px;
  margin: 0;
}

#dashboardPicks .pcol {
  justify-content: flex-start;
}

#dashboardPicks .phead {
  background: #136bd1;
  color: #fff;
}

.flex > .form-check label {
  margin: 0;
  line-height: 1;
}

form.inline label.form-check-label {
  width: auto;
  margin: 0;
  padding: 10px;
  line-height: 1;
}

form.inline .form-check .form-check-input {
  float: left;
  margin-left: 0;
  margin-bottom: 4px;
}

.page-buypickpons .happeningsList {
  max-height: 100%;
  overflow-y: hidden;
}

.card.levelupgrade-box {
  background: #006bd1;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.lu-item {
  font-size: 24px;
  font-weight: bold;
}

.lu-arrow-right {
  width: 30px;
  margin: 0 20px;
}

.card .form-control.value {
  font-weight: bold;
  font-size: 20px;
  border: none;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 36px;
}

.col-xs-6 {
  margin: 0;
}

.form-group.flex .row {
  margin: 0px -8px 0 -8px;
}

#accountactivity .pcol {
  width: 16.66%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  min-height: 44px;
  text-align: center;
  gap: 0;
}

#accountactivity .table-team-row:nth-child(odd) {
  background-color: #f1f1f1;
}

#accountactivity .table-team-row {
  gap: 0;
  flex-direction: row;
  padding: 0;
}

#dashboardPicks .row-preference .icon-moredetails {
  display: none;
}

#dashboardPicks .row-preference .merchant-actions,
#dashboardPicks.row-preference .merchant-actions .flex {
  width: 100%;
}

#dashboardPicks .row-preference .merchant-actions .flex {
  justify-content: space-between !important;
  max-width: 140px;
  margin: auto;
  width: 100%;
}

.dashboard-wrapper .icon_sms.pp_icon,
.modal .icon_sms.pp_icon {
  top: 3px;
  position: relative;
}

.dashboard-wrapper i.icon_car::before,
.modal i.icon_car::before {
  width: 28px;
  height: 18px;
}

.dashboard-wrapper .icon_car.pp_icon,
.modal .icon_car.pp_icon {
  top: 2px;
  position: relative;
}

.dashboard-wrapper i.icon_sms::before,
.modal i.icon_sms::before {
  width: 25px;
  height: 20px;
}

.cm-info-actions .info-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.dark-menu .btn.dropdown-toggle {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.card textarea.form-control {
  min-height: 274px;
}

.chart-item {
  margin: 0 0 26px 0;
}

.chart-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.infoicon-wrapper .infoicon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  line-height: 1;
}

.infoicon-wrapper {
  padding-right: 20px;
}

.sends-wrapper .badge {
  position: absolute;
  z-index: 9;
  right: 2px;
  top: 12px;
}

.icon.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.icon.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.icon.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #22c55e;
  display: inline-block;
}

.icon.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #22c55e;
  display: inline-block;
}

.chart-toggles label {
  line-height: 1;
}

.chart-toggles > label {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin: 0;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.chart-toggles {
  width: 390px;
  padding: 5px 10px 5px 20px;
  color: #fff;
  border-radius: 5px;
  gap: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.chart-toggles .form-check-input[type="radio"] {
  border-radius: 50%;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  height: 13px;
  width: 13px;
  margin-top: 5px;
}

.chart-toggles .form-check-label img {
  margin-top: -3px;
  margin-right: 5px;
  width: 12px;
}

.col-form-label {
  line-height: 1.8;
}

.fixed-value {
  position: absolute;
  padding: 5px 10px;
}

.textarea-wrapper textarea.form-control {
  padding-top: 28px;
  font-size: 14px;
}

.pickList li {
  min-height: 90px;
}

@media screen and (min-width: 811px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33%;
    } */

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 810px) {
  .mobile-container.container {
    max-width: 100%;
    width: 100%;
  }

  body .table-team-row {
    gap: 0;
    padding: 0;
  }

  body .dailypick .table-team-row {
    gap: 0;
    padding: 0;
  }

  #dailypick .game-date img {
    max-height: 28px;
    max-width: 48px;
    object-fit: contain;
    width: 100%;
  }

  body #calendartable .thead.plevel.pcol {
    border-right: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-bottom: none;
  }

  body #calendartable .table-wrapper {
    margin: 0 !important;
    border: none;
  }

  body #calendartable .tcol.pcol {
    border-left: none;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33%;
  }
}

@media screen and (max-width: 980px) {
  .col-md-6.pickpons-col {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .row.mypickpons-main {
    gap: 10px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 480px) and (max-width: 810px) {
}

@media screen and (max-width: 586px) {
  body .printBox {
    padding: 15px 20px;
    border-top: 10px solid #093262;
    border-left: 1px solid #093262;
    margin-top: 20px;
  }

  body .row.sizeBtnGrp > div {
    padding: 5px;
  }

  .printBoxWrapper {
    padding-left: 0;
  }

  body .printBox::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #093262;
    left: 42%;
    top: -30px;
    position: absolute;
    content: "";
  }

  body .col-xs-6 {
    margin: 0;
    width: 50%;
  }

  .col-xs-12,
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  #calendartable .table-team-row {
    flex-direction: row;
    padding: 0;
  }

  #calendartable .tcol.pcol {
    border-left: none;
  }

  body .pickpon-calendar .table-wrapper {
    margin: 0 !important;
  }

  #calendartable .tcol.pcol span {
    display: inline;
    word-break: break-word;
    white-space: break-spaces;
    width: auto;
  }

  body #calendartable .tcol.pcol.first-row,
  body #calendartable .pcol.first-row {
    max-width: 25%;
    width: 25%;
    display: table-cell;
    vertical-align: middle;
  }

  body #calendartable .row-full .tcol.pcol.first-row,
  body #calendartable .row-full .pcol.first-row {
    max-width: 100%;
    width: 1005%;
    display: table-cell;
    vertical-align: middle;
  }

  body .flex > .form-check {
    width: 40%;
    margin-right: 0;
  }

  body .chart-toggles {
    width: 100%;
    padding: 5px 10px 5px 20px;
    color: #fff;
    border-radius: 5px;
    gap: 12px;
    font-size: 15px;
  }

  body .chart-toggles .form-check-label img {
    margin-top: -5px;
    margin-right: 2px;
    font-size: 14px;
  }

  body #calendartable .pcol {
    width: 11%;
  }

  body #calendartable .tcol.pcol.last-col {
    border-right: none;
    width: 9%;
  }

  .pickpon-calendar .calendar-header {
    padding-bottom: 40px;
  }

  .dropdown.months-dropdown button.btn {
    width: 100% !important;
    max-width: 100%;
  }

  .btn.calendar-prev,
  .btn.calendar-next {
    padding: 0 0 10px 0;
  }

  .dropdown.months-dropdown {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .col-md-12 {
    width: 100%;
  }

  #accountactivity .pcol {
    width: 100%;
    position: relative;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 10px 10px 10px 140px;
    gap: 0;
  }

  #accountactivity .thead.pcol {
    padding: 0;
    left: 0;
    border: none;
    position: absolute;
    background-color: #006bd1;
    color: #fff;
    width: 120px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #accountactivity .pcol:nth-child(even) .thead.pcol {
    background-color: #0059ae;
    border: none;
  }

  #accountactivity .pcol:nth-child(odd) .thead.pcol {
    background-color: #006bd1;
    border: none;
  }

  #accountactivity .pcol:nth-child(odd) {
    background-color: #fff;
    border: none;
  }

  #accountactivity .pcol:nth-child(even) {
    background-color: #f6f6f6;
    border: none;
  }

  body #accountactivity .table-team-row {
    border: 1px solid #ccc;
    padding: 0;
    margin-bottom: 30px;
    gap: 0;
  }

  body #accountactivity .table-team-row {
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0;
    margin: 0;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin: 0;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
    margin: 0;
  }
}

.interestedMerchants label {
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: 600;
}

.flex-end {
  justify-content: flex-end;
}

.fooicon.fooicon-sort-desc {
  transform: rotate(0);
  transition: all 300ms ease-out;
}

.fooicon.fooicon-sort-asc {
  transform: rotate(180deg);
  transition: all 300ms ease-out;
}

.footable-sortable {
  position: relative;
}

@media screen and (max-width: 568px) {
  #accountSetup .field-item > label {
    width: auto;
    padding: 0 5px 0 0;
    position: relative;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  body #whatweoffertab li button {
    padding: 10px 16px !important;
  }

  .nav-item.quickentry-tab,
  .nav-item.quickentry-tab button {
    width: 100%;
    margin-bottom: 5px;
  }

  .text-right {
    text-align: left !important;
  }

  body #displaystatus {
    position: relative;
    z-index: 9;
    padding: 5px 0;
    gap: 10px !important;
  }

  .pp-sortable .footable-filtering th {
    padding: 10px 0;
  }

  .pp-sortable .btn.btn-secondary.btn-sm.dropdown-toggle {
    font-size: 13px;
  }

  body .form-check.form-label {
    margin: 0;
    font-weight: normal;
    text-decoration: underline;
  }

  body .form-group.footable-filtering-search {
    width: 100%;
    float: right;
  }

  .form-check.form-label {
    width: 100% !important;
    display: block;
    padding: 0;
    font-weight: bold;
  }

  .form-check.form-label label {
    font-weight: bold;
  }

  .pp-sortable {
    font-size: 14px;
  }

  .pp-sortable table,
  .pp-sortable th,
  .pp-sortable td {
    border: 1px solid #cecece;
    padding: 10px 10px;
    font-size: 13px;
  }

  .pp-sortable > tbody > tr > td > span.footable-toggle {
    margin-right: 8px;
    opacity: 0.3;
    background-image: url("../../assets/images/icons/icon-plus.png");
    background-color: transparent;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 12px;
    display: block;
  }

  .footable-first-visible {
    position: relative;
  }

  .footable-toggle.fooicon {
    position: absolute;
  }

  .pp-sortable td.footable-first-visible {
    padding: 10px 10px 10px 30px;
  }

  .pp-sortable .footable-toggle.fooicon {
    position: absolute;
    left: 10px;
    height: 100% !important;
    top: 0;
    bottom: 0;
    display: block !important;
    background-repeat: no-repeat;
  }

  .pp-sortable .fooicon-plus::before {
    content: none;
  }
}

.pp-sortable .fooicon-minus::before {
  content: none;
}

.pp-sortable .input-group-btn .dropdown-toggle {
  display: none;
}

.fooicon-sort::before,
.fooicon-sort-desc::before,
.fooicon-sort-asc::before {
  content: none !important;
}

table td.footable-sortable > span.fooicon,
table th.footable-sortable > span.fooicon {
  position: absolute;
  right: 10px;
  top: 23px;
  margin-top: -4px;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.fooicon-sort::before {
  content: none;
}

.pp-sortable .footable-filtering .fooicon-search::before {
  content: "Search";
  font-family: "Open Sans", sans-serif;
}

.pp-sortable .footable-filtering button.btn {
  height: 44px;
  background-color: #f2f2f2;
  border: none;
  color: #222;
}

.pp-sortable .footable-filtering button.btn:hover {
  background-color: #006bd1;
  color: #fff;
}

.pp-sortable .footable-filtering .fooicon.fooicon-search {
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  background: none;
  display: block;
  text-align: center;
  line-height: 1;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  height: auto;
}

.footable-sortable .fooicon {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 13px;
  right: 5px;
}

.footable-sortable.footable-desc .fooicon {
  transform: rotate(0deg);
  transition: all 300ms ease-out;
}

.footable-sortable.footable-asc .fooicon {
  transform: rotate(180deg);
  transition: all 300ms ease-out;
}

.footable-filtering > th {
  background: #fff;
  padding: 10px 0;
}

.form-group.footable-filtering-search {
  width: 300px;
  float: right;
}

.sr-only {
  display: none;
}

.pp-sortable,
.pp-sortable thead,
.pp-sortable thead tr.footable-filtering th {
  border-top: none;
  border-left: 1px solid #cecece;
  border-right: none;
  border-bottom: none;
  margin-top: 20px;
}

.pp-sortable .input-group {
  gap: 15px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.footable-pagination-wrapper .label.label-default,
.footable-pagination-wrapper .divider {
  display: none;
}

body .fooicon-remove::before {
  content: none;
  display: none;
}

body .btn .fooicon-remove {
  background-image: url("../../assets/images/icons/icon-close.png");
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  display: block;
  left: 0;
}

body .btn:hover .fooicon-remove {
  background-image: url("../../assets/images/icons/icon-close-white.png");
}

body .footable-filtering input.form-control {
  border-radius: 5px !important;
}

.pp-sortable thead tr {
  background: transparent;
}

.footable-filtering > th {
  background: transparent;
}

body table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

table tr.footable-header th {
  background: none;
  color: #000;
  text-align: center;
}

table tr.footable-header th:hover {
  color: #006bd1;
}

.footable-pagination-wrapper {
  text-align: left;
}

.footable-paging .pagination > li > a,
.footable-paging .pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 8px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #747474;
  text-decoration: none;
  background-color: #fff;
  border: none;
}

.footable-paging .pagination > li > a:hover {
  color: #006bd1;
}

.footable-paging .pagination > li.active > a {
  background: none !important;
  color: #006bd1;
}

tr.footable-paging > td {
  border: none !important;
  padding: 5px 0;
}

.footable-paging .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.pp-sortable .btn.btn-secondary.btn-sm.dropdown-toggle {
  border: none;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  width: 65px;
  position: relative;
}

.pp-sortable .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 13px;
  right: 5px;
}

.pp-sortable .btn.btn-secondary.btn-sm.dropdown-toggle:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.s-active::before {
  background-color: #24eb5a;
}

.s-inactive::before {
  background-color: #eb5a24;
}

.s-invited {
  border: none;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  width: 65px;
  position: relative;
  padding: 5px 15px 5px 17px;
}

.s-invited::before {
  background-color: #249eeb;
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.pp_icon.icon_levelup {
  margin-right: 5px;
}

.pp_icon.icon_levelup.size-40::before {
  height: 40px !important;
}

.dropdown-menu li a.dropdown-item {
  position: relative;
  padding-left: 27px;
}

.dropdown-menu li a.dropdown-item::before {
  left: 6px;
  content: "";
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 0;
}

#displaystatus .form-check a {
  color: #222;
  text-decoration: none;
}

#displaystatus .form-check a:hover {
  color: #006bd1;
  text-decoration: none;
}

#displaystatus .form-check.form-label a {
  text-decoration: underline;
}

#requestedchanges .modal-dialog {
  max-width: 600px;
}

#editredeemer .modal-dialog,
#requestedchanges .modal-dialog {
  max-width: 600px;
}

#editredeemer label,
#requestedchanges label {
  align-content: center;
  display: flex;
  align-items: center;
  line-height: 44px;
  margin: 0;
}

#editredeemer .form-control,
#requestedchanges .form-control {
  margin: 0;
}

#displaystatus .form-check-label {
  cursor: pointer;
  color: #006bd1;
}

#displaystatus .form-check-label:hover {
  color: #000;
}

.form-check-input[type="radio"]:hover {
  cursor: pointer;
}

.field-item {
  position: relative;
  padding-left: 150px;
}

.field-item label {
  position: absolute;
  left: 0;
  margin: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 0;
  text-align: right;
  justify-content: flex-end;
  align-content: flex-end;
  width: 130px;
}

.whatweoffer {
  border: none;
  border-radius: 5px;
  overflow: hidden;
}

#whatweoffertab li button {
  padding: 10px 20px !important;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.whatweoffer .tab-pane {
  background: transparent;
}

.card .whatweoffer .form-control {
  padding: 7px 10px;
  margin: 0 0 10px 0;
  min-height: 36px;
}

.whatweoffer .tab-content {
  background: #f7faff;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 5px;
  padding: 30px !important;
}

.whatweoffer .nav-tabs .nav-link.active,
.whatweoffer .nav-tabs .nav-item.show .nav-link {
  background-color: #f7faff;
}

@media screen and (min-width: 480px) and (max-width: 811px) {
  #displaystatus {
    position: relative;
    width: 100%;
  }

  #displaystatus .form-check {
    width: auto;
  }

  .pp-sortable .form-group.footable-filtering-search {
    width: 100%;
    float: right;
    margin: 0 0 10px 0;
  }

  .pp-sortable {
    font-size: 13px;
  }

  .pp-sortable .btn.btn-secondary.btn-sm.dropdown-toggle {
    font-size: 13px;
  }

  .pp-sortable .s-invited {
    font-size: 13px;
  }

  .pp-sortable .s-invited::before {
    top: 11px;
  }

  .pp-sortable .btn.btn-secondary.btn-sm.dropdown-toggle::before {
    top: 11px;
  }

  #displaystatus .form-check.form-label a {
    font-size: 13px;
  }

  #displaystatus.table th {
    padding: 10px 10px;
  }

  #displaystatus,
  #displaystatus th,
  #displaystatus td {
    padding: 10px 10px;
  }
}

.absolute {
  position: absolute;
}

.input-info > a {
  position: absolute;
  right: 0;
  top: 9px;
}

.input-info {
  padding: 0 20px 0 0;
}

.accountInfo.merchantaccount {
  max-width: 1000px;
}

.file-upload {
  background-color: #ffffff;
  max-width: 400px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #ccc;
  border: none;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.2s ease;
  outline: none;
  text-transform: none;
  font-weight: 600;
}

.file-upload-btn:hover {
  background: #0056a7;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 0;
  border: 2px dashed #ddd;
  position: relative;
  min-height: 150px;
  flex-direction: column;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 4px;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #fff;
  border: 2px dashed #006bd1;
}

.image-title-wrap {
  padding: 0;
  color: #222;
}

.drag-text {
  text-align: center;
  display: flex;
  height: 150px;
  align-items: center;
  color: #ccc;
  width: 180px;
}

.drag-text h3 {
  color: #000;
  font-weight: normal;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 0;
}

.remove-image {
  width: 200px;
  margin: 0;
  border: none;
  padding: 5px;
  border-radius: 4px;
  transition: all 0.2s ease;
  outline: none;
  font-size: 12px;
}

.remove-image:hover {
  background: #0056a7;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-btn {
  height: 40px;
  width: 200px;
}

@media screen and (max-width: 568px) {
  .merchantaccount .form-group.flex {
    flex-direction: column;
  }

  .form-group.flex .row {
    width: auto;
  }
}

.accordion-button {
  background-color: #016cd2;
  font-weight: bold;
  color: #fff !important;
  font-size: 22px;
}

.merchantaccountsetup {
  max-width: 1000px;
  width: 100%;
}

#accountSetup .accordion-button {
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  background: #016cd2;
}

.merchantaccountsetup h1 {
  font-size: 22px;
  color: #222;
}

.featureddealfield .col-form-label {
  position: absolute;
  font-weight: bold;
  font-size: 17px;
  line-height: 26px;
}

.featureddealfield .field {
  padding-left: 290px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}

.whatweoffer-checkbox {
  padding-left: 30px;
}

#accountSetup label {
  width: auto;
  line-height: 1;
  padding: 0 5px 0 0;
}

.flex-align-center {
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 600px) {
  #accountSetup .featureddealfield .col-form-label {
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 100%;
    flex-wrap: nowrap;
  }

  #accountSetup .featureddealfield {
    display: flex;
    flex-direction: revert;
    flex-wrap: wrap;
    gap: 0;
  }

  #accountSetup .featureddealfield .field {
    padding-left: 0;
  }

  #accountSetup .field-item {
    position: relative;
    padding-left: 0;
  }

  #accountSetup label {
    width: auto;
    padding: 0 5px 0 0;
    position: relative;
    text-align: left;
    display: block;
  }

  #accountSetup .whatweoffer-list {
    padding: 0;
  }

  #accountSetup .applyto-wrapper {
    padding: 0;
    margin: 0;
  }

  #accountSetup .whatweoffer .tab-content {
    padding: 20px !important;
  }

  #applyto {
    padding: 0;
    margin-top: 20px;
  }
}

#timeseenfield .form-label {
  min-width: 55px;
}

#timeseenfield label {
  margin: 0;
  line-height: 38px;
}

#datetimepicker1 {
  max-width: 215px;
  border-radius: 5px;
}

body .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.merchant-login {
  position: relative;
}

.merchant-login::before {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.merchant-login {
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: space-between;
  background-image: url("../images/home/main-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 900px;
  height: 100vh;
}

.merchant-signin-box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  max-width: 420px;
  margin: auto;
}

.form-check .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 5px;
}

.socialLogin .social-btn {
  margin: 0;
  text-decoration: none;
}

.or-border {
  right: 0;
  color: #000;
  height: 100%;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.or-border::before,
.or-border::after {
  width: 75px;
  background-color: #000;
  height: 2px;
  position: absolute;
  bottom: 0;
  content: "";
  color: #fff;
  top: 14px;
}

.or-border::before {
  left: 0;
}

.or-border::after {
  right: 0;
}

.merchantLoginBanner {
  max-width: 100%;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.merchantLoginBanner h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}

.merchantLoginBanner h2 {
  font-size: 33px;
  line-height: 1;
  margin-top: -6px;
}

.merchantLoginBanner .wrapper {
  max-width: 470px;
  margin: 0 auto;
}

.merchantLoginBanner .head {
  max-width: 250px;
  margin: auto;
}

.merchantLoginBanner .login-btn {
  font-size: 16px;
}

#pickponheader.pageheader.merchantLogin {
  position: absolute;
}

.merchant-login {
  min-height: unset;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 811px) {
  #pickponheader.pageheader.merchantLogin {
    position: absolute;
    background: transparent !important;
  }

  .merchant-login .col-md-6 {
    width: 100%;
  }

  body .merchant-login {
    padding-top: 100px;
    height: auto;
    max-height: unset;
    display: block;
    min-height: unset;
  }

  body .or-border {
    position: relative;
    height: 20px;
    width: 100%;
    text-align: center;
    margin: 50px 0;
    display: block;
    line-height: 1;
  }

  body .or-border::before {
    width: 45%;
    background-color: #fff;
    height: 2px;
    position: absolute;
    bottom: 0;
    top: 10px;
    right: 0;
    content: "";
    color: #fff;
  }

  body .or-border::after {
    width: 45%;
    background-color: #fff;
    height: 2px;
    position: absolute;
    bottom: 0;
    top: 10px;
    left: 0;
    content: "";
    color: #fff;
  }

  #pickponheader .logo-wrapper {
    justify-content: center !important;
  }

  body .signin-box-wrapper {
    padding: 0;
  }
}

.signin-box-wrapper {
  padding: 0 60px;
}

.socialLogin .icon {
  width: 20px;
  margin-right: 5px;
}

body .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-check {
  display: flex;
  gap: 5px;
}

.form-check input.form-check-input {
  margin-top: 1px;
}

.form-check.flex input[type="checkbox"] {
  position: absolute;
  left: 0px;
}

.nav-item button.nav-link a {
  background: none !important;
}

@media screen and (max-height: 768px) {
  body .merchant-login {
    min-height: unset;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

body .merchant-login {
  min-height: 600px;
}

.featureddealfield {
  max-width: 700px;
  margin: auto;
  gap: 40px;
}

#accountSetup .whatweoffer-checkbox label {
  line-height: 1.4;
}

#accountSetup .whatweoffer-checkbox input {
  margin-top: 3px;
}

h1.page-title {
  font-size: 34px;
  margin: 0 0 5px 0;
}

h3.subtitle {
  font-size: 18px;
}

.nogap {
  gap: 0 !important;
}

#displaystatus .form-check {
  min-height: 0;
}

.pull-right {
  float: right;
}

.sizeBtnGrp .btn.btn-primary {
  width: 100%;
  background: #f2f2f2;
  border: #f2f2f2;
  color: #000;
  --bs-btn-focus-shadow-rgb: none;
  margin: 0;
}

.sizeBtnGrp .btn-check:checked + .btn,
.sizeBtnGrp .btn-check:active + .btn,
.sizeBtnGrp .btn:active,
.sizeBtnGrp .btn.active,
.sizeBtnGrp .btn.show {
  background-color: #0c56d3;
  border-color: #0c56d3;
  color: #fff;
  --bs-btn-focus-shadow-rgb: none;
}

.sizeBtnGrp .btn-check:checked + .btn:focus,
.sizeBtnGrp .btn-check:active + .btn:focus,
.sizeBtnGrp .btn:active:focus,
.sizeBtnGrp .btn.active:focus,
.sizeBtnGrp .btn.show:focus {
  box-shadow: none;
  border: none;
  outline: none;
  --bs-btn-focus-shadow-rgb: none;
}

.h-full {
  height: 100%;
}

.previewBox {
  border: 1px dashed #d3d3d3;
  background: #f5f5f5;
  text-align: center;
  padding: 10px;
}

.previewContainer {
  max-width: 680px;
  margin: auto;
}

.printBox {
  border-top: 1px solid #093262;
  border-right: 1px solid #093262;
  border-bottom: 1px solid #093262;
  border-left: 10px solid #093262;
  border-radius: 5px;
  padding: 15px 40px;
  width: 100%;
  position: relative;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.printBox:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right: 10px solid #093262;
  left: -20px;
  top: 42%;
  position: absolute;
  content: "";
}

.printBoxWrapper {
  padding-left: 20px;
}

.btn-print {
  width: 100%;
}

.printBox h2 {
  font-size: 20px;
  position: relative;
}

.page-wrapper.promo-wrapper {
  max-width: 1100px;
}

.page-wrapper.promo-wrapper h2 {
  font-size: 25px;
  margin-bottom: 30px;
}

.page-wrapper.promo-wrapper .printBox h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.pp_icon.icon-bw:before {
  background-image: url("../images/promo/icon-print-bw.svg");
}

.pp_icon.icon-color:before {
  background-image: url("../images/promo/icon-print-color.svg");
}

.printBox.relative button {
  font-size: 14px;
  padding: 10px 10px;
  line-height: 1;
}

.documentSize {
  max-width: 900px;
  margin: auto;
}

.qr-code img {
  width: 100px;
}

.status-box h3 {
  font-size: 18px;
  margin: 0;
}

.status-box p {
  margin: 0;
}

.pickpon-wrapper {
  max-width: 1300px;
}

.pickpon-btn-group .purchase-info {
  max-width: 300px;
}

.text-sm {
  font-size: 12px !important;
}

.credit-value {
  position: absolute;
  top: -10px;
  left: -15px;
  background: #006bd1;
  color: #fff;
  padding: 8px;
  border: none;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  z-index: 99;
}

#displaystatus .btn.dropdown-toggle.btn-light {
  margin: 0;
}

.hidden {
  display: none !important;
}

.status-box {
  min-width: 150px;
}

.tooltip-inner {
  text-align: left;
}

.pickpon-sort label.form-check-label:hover,
.pickpon-sort label.form-check-label:active {
  color: #000;
}

@media screen and (max-width: 600px) {
  .mypickpons-main .pickpons-col {
    margin: 0 0 20px !important;
  }

  .pickpons-col.xs-m-0 {
    margin: 0 !important;
  }

  .pickpon-wrapper #displaystatus .flex.pickpon-sort {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  .pickpon-wrapper #displaystatus .flex > .form-check {
    width: 100%;
    margin-right: 0;
    text-align: center;
    justify-content: center;
  }

  .pickpon-wrapper #displaystatus .pickpon-sort {
    margin-bottom: 20px !important;
  }

  .flex-col-xs {
    flex-direction: column;
  }

  .width-full-xs {
    width: 100%;
  }
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.leading-tight {
  line-height: 1;
}

.icon_list.icon_card i {
  position: absolute;
  left: 6px;
  top: 8px;
}

.pickpons-col p {
  margin: 0;
}

@media screen and (max-width: 730px) {
  .filter-column {
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 728px) {
  .filter-wrapper .radio-group.flex {
    flex-direction: row;
  }

  .filter-wrapper .filters .form-check.form-check-inline {
    width: auto;
  }
}

@media screen and (max-width: 800px) and (min-width: 728px) {
  .filter-column {
    width: 40%;
  }
}

@media screen and (min-width: 728px) {
  .admin-container.page-wrapper .filter-column {
    width: 30%;
  }

  .map-column {
    width: 66%;
  }

  .admin-container.page-wrapper .map-column {
    width: 70%;
  }

  .relative.pickpon-merchants-wrapper {
    display: flex;
    padding: 0;
  }

  .relative.pickpon-admin-merchants-wrapper {
    display: flex;
  }
}

#missing .modal-dialog {
  width: 100%;
  max-width: 600px;
}

.form-check.form-check-inline {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#toggleGames.flex > .form-check input {
  top: 28%;
  left: -22px;
}

.availgames-list label > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.game-date img {
  max-height: 35px;
  max-width: 40px;
  object-fit: contain;
}

body img.icon-ncaa {
  max-width: 42px;
  width: 42px;
}

body img.icon-cba {
  max-width: 38px;
  max-height: 38px;
  width: 100%;
}

body img.icon-mbl {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
}

body img.icon-nba {
  height: 35px;
}

.-mt-1 {
  margin-top: -1px;
}

.modal .teamlogo {
  width: 30px;
  max-height: 40px;
  object-fit: contain;
}

.text-green {
  color: #90ee90;
}

.bg-green {
  background-color: #90ee90;
}

.text-red {
  color: #ffa07a;
}

.bg-red {
  background-color: #ffa07a;
}

.text-yellow {
  color: #f5ee2f;
}

.text-winning {
  color: #90ee90;
}

.text-pushing {
  color: #feff7e;
}

.text-losing {
  color: #f76f72;
}

.text-won {
  color: #32cd33;
}

.text-push {
  color: #f9f107;
}

.text-lost {
  color: #fa0400;
}

.modal.modal-static .modal-dialog {
  transition: none;
  transform: none;
}

.form-control-inline {
  font-size: 15px;
  padding: 5px 15px;
  line-height: 18px;
  border-radius: 4px;
  margin-bottom: 0;
  border: 1px solid #ddd;
}

.flex.align-center {
  align-content: center;
  align-items: center;
}

table .bootstrap-select .dropdown-menu li a.dropdown-item {
  padding: 5px;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  table,
  th,
  td {
    border: 1px solid #cecece;
    padding: 10px 10px;
  }
}

.account-alerts .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  line-height: 1;
  margin-bottom: 2px;
}

.account-alerts .alert-channel-switch {
  display: flex;
  justify-content: center;
  min-height: 24px;
}

.account-alerts .alert-channel-switch.form-switch .form-check-input {
  width: 2.5em;
  height: 1.25em;
  margin: 0;
  cursor: pointer;
  float: none;
  background-position: left center;
  background-size: contain;
}

.account-alerts .alert-channel-switch.form-switch .form-check-input:checked {
  background-position: right center;
}

.account-alerts .alert-channel-switch .form-check-input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.account-alerts .signUpAlerts table th,
.account-alerts .signUpAlerts table td {
  padding-left: 16px;
  padding-right: 22px;
}

.account-alerts .signUpAlerts thead th {
  padding-top: 14px;
  padding-bottom: 14px;
}

.account-alerts .signUpAlerts thead th:first-child,
.account-alerts .signUpAlerts tbody td:nth-child(1) {
  padding-left: 32px;
}

.account-alerts .signUpAlerts thead th:last-child {
  padding-right: 32px;
}

.account-alerts .signUpAlerts th.td-checkbox,
.account-alerts .signUpAlerts tbody td:nth-child(1),
.account-alerts .signUpAlerts tbody td:nth-child(2),
.account-alerts .signUpAlerts tbody td:nth-child(3) {
  padding-right: 28px;
}

.account-alerts .signUpAlerts .th_alert_description,
.account-alerts .signUpAlerts tbody td:nth-child(4) {
  padding-left: 32px;
}

.account-alerts .th-col-announcement-bar {
  white-space: nowrap;
  min-width: 210px;
}

.account-alerts .th-col-email {
  min-width: 120px;
}

.account-alerts .th-col-notification {
  min-width: 150px;
}

.account-alerts .account-alerts-col-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.account-alerts .account-alerts-col-header img {
  display: block;
  flex-shrink: 0;
}

.account-alerts thead .admin-info-tooltip {
  flex-shrink: 0;
}

.account-alerts thead .admin-info-tooltip i.pp-info.fas.fa-info-circle {
  color: #fff;
}

.account-alerts thead .admin-info-tooltip i.pp-info.fas.fa-info-circle:hover {
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 600px) {
  .td-checkbox {
    width: 160px;
    padding: 10px;
  }
}

@media screen and (max-width: 599px) {
  .signUpAlerts {
    background: #fff none repeat scroll 0 0;
    padding: 0;
  }

  body table th {
    padding: 10px 5px;
  }

  .td-checkbox {
    max-width: 70px;
    padding: 10px 5px;
  }
}

.page-wrapper.page-setupaccount {
  max-width: 1000px;
  margin: auto;
  padding: 120px 0 50px 0;
}

.page-setupaccount .card h3 {
  color: #006bd1;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.page-setupaccount .card p {
  text-align: center;
  margin-bottom: 20px;
}

.card-icon {
  width: 130px;
  margin: 0 auto 10px;
  padding: 20px;
  height: 130px;
  object-fit: contain;
  object-position: center;
}

.card-pp .card-icon {
  width: 180px;
}

.page-setupaccount .btn.btn-primary {
  display: inline-block;
  max-width: 100%;
  min-width: 130px;
  width: auto;
  padding: 10px 30px;
  line-height: 1;
  font-size: 14px;
}

.pickpon-merchants-wrapper .filters .form-check-input {
  position: absolute;
  left: 0;
}

#merchant-search {
  max-width: 100%;
  width: 100%;
}

#merchant-admin-search {
  max-width: 100%;
  width: 100%;
}

.text-bold {
  font-weight: bold;
}

#timeseenfield {
  max-width: 510px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.with-icon .icon {
  width: 20px;
  margin-right: 7px;
}

.with-icon:hover {
  text-decoration: underline;
}

.border-b {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-t {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.flex-left {
  display: flex;
  align-items: center;
}

#calendartable .row-full .tcol.pcol {
  width: 100%;
  left: 0;
  margin: 0;
  border-right: none;
  text-align: center;
  justify-content: center;
}

#calendartable .table-head.table-footer h3 {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}

#calendartable .thead.plevel.pcol.last-col {
  display: flex;
  align-content: end;
  justify-content: end;
}

#calendartable .thead.plevel.pcol.last-col h3 {
  margin: 0 0 2px 0;
}

@media screen and (max-width: 480px) {
  .show-desktop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  #calendartable .pcol h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
  }

  #calendartable .pcol.last-col h3 {
    border: none !important;
    padding: 0 !important;
  }

  #calendartable .thead.plevel.pcol.last-col h3 {
    margin: 0 0 1px 0;
  }

  #calendartable .merchantSince h3 {
    font-size: 13px;
    border: none !important;
    margin: 0;
    padding: 0;
  }

  .pickpon-list-card .flex-row.row {
    display: flex;
    margin: 0;
    gap: 0;
    flex-wrap: nowrap;
  }

  .pickpon-admin-merchants-wrapper.pickpon-merchants-wrapper .cm-content {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 481px) {
  .show-desktop {
    display: block !important;
  }

  .show-mobile {
    display: none !important;
  }

  #calendartable .merchantSince h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }

  #calendartable .merchantSince span {
    font-size: 15px;
  }
}

.filters .btn.button {
  padding: 8px 15px;
}

.filters .form-select {
  padding: 8px 15px;
}

.interested-row {
  padding: 8px 10px 0;
}

.interested-row h4 {
  font-size: 16px;
}

.admin-container.page-wrapper {
  padding-top: 80px;
}

.no-bg {
  background-color: transparent !important;
}

.btn-mythings {
  width: 128px !important;
  margin: 0 !important;
}

@media screen and (min-width: 481px) {
  .dropdown.user-dropdown {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  #navbarCollapse {
    background: #006bd1;
    top: 0;
    position: relative;
  }

  #pickponheader > .container {
    display: block;
  }

  #pickponheader nav.navbar {
    margin: 0 -15px;
    top: 10px;
  }

  #pickponheader.sticky .navbar-toggler {
    height: 40px;
    top: 13px !important;
    padding: 0px 10px;
  }

  #pickponheader.sticky .navbar-toggler .navbar-toggler-icon {
    margin-top: -5px;
  }

  body #pickponheader.header-home > .container {
    padding: 0 !important;
  }

  body #pickponheader > .container {
    height: auto;
    max-height: 100%;
    padding: 10px !important;
  }

  #pickponheader.sticky.merchantheader.pageheader .logowrapper {
    padding: 0;
  }

  .pickponapp.flex.flex-center {
    align-content: flex-start !important;
    justify-content: flex-start !important;
  }

  body #pickponheader.header-home > .container .logowrapper img {
    max-width: 160px;
  }

  body #pickponheader.header-home.sticky > .container .logowrapper img {
    max-width: 120px;
  }

  body #pickponheader.header-home .navbar-toggler {
    top: 22px;
  }

  #pickponheader.sticky {
    position: fixed;
    top: 0;
    padding: 10px !important;
  }
}

.copy-icon {
  width: 16px;
  top: -2px;
  position: relative;
  opacity: 0.2;
  cursor: pointer;
}

.copy-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.admin-merchants-listcard .cm-img {
  position: absolute;
  width: 110px;
}

.admin-merchants-listcard .cm-content {
  padding-left: 110px !important;
  width: 100%;
}

.admin-merchants-listcard .cm-info {
  min-height: 155px;
}

.merchants-container.page-wrapper {
  padding-top: 80px;
}

.pc-content {
  width: 100%;
  display: flex;
  padding: 0;
}

.pickponscard {
  background: #40a2ff;
  border-radius: 10px;
  overflow: hidden;
}

.pc-qr {
  width: 45%;
  margin: 10px 0 10px 10px;
}

.pc-details {
  text-align: center;
  color: #fff;
  width: 55%;
  padding: 0 0 0 10px;
}

.memberno {
  background: #000;
  padding: 3px 10px;
  font-size: 24px;
}

.pc-details h3 {
  font-size: 32px;
  line-height: 38px;
  padding: 15px;
  margin: 0;
  font-weight: normal;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  .pc-details h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 12px;
  }

  .memberno {
    font-size: 15px;
  }
}

.text-xs {
  font-size: 13px !important;
}

.text-left {
  text-align: left !important;
}

.leading-small {
  line-height: 1.3 !important;
}

.max-h-auto {
  max-height: unset !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.top-1 {
  top: 1px !important;
}

.w-auto {
  width: auto !important;
}

.btn.disabled {
  cursor: not-allowed;
}

.labelfixed .form-group {
  position: relative;
  padding-left: 170px;
}

.labelfixed .form-group label {
  position: absolute;
  left: 0;
  width: 180px;
  min-height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}

.form-check.flex {
  position: relative;
  padding-left: 25px;
}

.form-check.makedefaultcard label {
  position: relative !important;
  height: auto !important;
  min-height: 1px !important;
}

.form-check.makedefaultcard {
  gap: 0;
}

.page-buypickpons .form-check.flex {
  position: relative;
  padding-left: 25px;
}

body .page-buypickpons .form-select {
  border-radius: 4px;
  padding: 7px 10px;
  min-height: 40px;
}

body .page-buypickpons form.inline label.form-check-label {
  padding: 5px;
}

.totalBox label {
  padding-right: 10px !important;
  font-weight: bold;
  font-size: 18px;
}

.btn.button.btn-add {
  padding: 5px 20px;
}

body .mycards .form-select {
  min-height: 40px;
}

.upgradenotes {
  font-size: 16px;
}

.upgradenotes strong {
  font-size: 17px;
}

.mycards.labelfixed input {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  header .header-menu-right .learnmore {
    padding-right: 25px;
  }
}

#pickponheader.header-home .logowrapper {
  max-width: 200px;
}

@media screen and (max-width: 480px) {
  #pickponheader.sticky .container {
    padding: 0 !important;
  }

  #pickponheader.sticky.pageheader img.pickpons-logo.page-logo.merchant-logo {
    max-height: 45px;
    max-width: 100%;
  }
}

.merchant-page .filters .form-check.form-check-inline {
  padding-left: 20px;
}

#modalRedeem .modal-dialog {
  max-width: 320px;
}

.btn-scanit {
  padding: 7px;
  min-width: 95px;
  height: 35px;
}

.btn-selfredeem {
  padding: 7px;
  min-width: 125px;
  height: 35px;
}

body button.btn-scanit:hover,
body button.btn-selfredeem:hover,
body button.btn-giftit:hover {
  background-color: #003262 !important;
}

.tooltip {
  z-index: 100000000 !important;
}

.btn.btn-icon:hover,
.btn.btn-icon.active,
.btn.btn-icon:focus {
  background-color: #006bd1;
  color: #fff;
  border: none;
  box-shadow: none;
  text-shadow: none;
}

.btn.btn-icon:hover img,
.btn.btn-icon.active img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(33deg)
    brightness(100%) contrast(103%);
}

body .btn-check:focus + .btn,
body .btn:focus {
  outline: 0;
  box-shadow: none;
}
.nav-pills .btn.btn-icon {
  height: 100%;
}
.btn.btn-icon img {
  width: 15px;
  height: 20px;
  margin-right: 5px;
}

.btn.btn-icon {
  background-color: #fff;
  color: #006bd1;
  border: none;
  display: flex;
  align-content: center;
  gap: 0;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  font-size: 16px;
}

.btn-icons-group {
  border: 1px solid #006bd1;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  .activity-btn-group {
    flex-direction: column;
    justify-content: center;
  }

  .btn-icons-group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.pp-activity-filter .filter-item {
  display: flex;
  margin: 0 10px 0 0;
  gap: 10px;
}

.pp-activity-filter .filter-item label {
  padding: 0;
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  margin: 0;
  font-weight: normal;
}

.pp-activity-filter .filter-item .input-group-text {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.pp-activity .footable-header {
  background: #006bd1;
}

.pp-activity tr.footable-header th.footable-sortable {
  color: #fff;
  border: 1px solid #cecece;
  cursor: pointer;
}

.pp-activity-filter .filter-item select {
  width: 100px;
  padding: 7px 10px;
}

.pp-activity-filter {
  padding-right: 300px;
  display: flex;
  gap: 20px;
}

.pp-activity.pp-sortable .footable-filtering button.btn,
.pp-activity-filter .filter-item select {
  height: 40px;
  border-radius: 0 5px 5px 0;
  z-index: 99;
}

.footable-filtering .form-inline {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 810px) {
  body .pp-activity-filter {
    padding-right: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  body .footable-filtering .form-inline {
    position: relative;
    right: 0;
    top: 0;
  }

  .footable-filtering .form-inline {
    position: relative;
    right: 0;
    top: 0;
  }

  body .pp-activity-filter .filter-item label {
    position: absolute;
    left: 0;
    text-align: right;
    width: 120px;
    display: flex;
    top: 0;
    bottom: 0;
    align-content: center;
    justify-content: end;
  }

  body .pp-activity-filter .filter-item .w-auto {
    width: 100% !important;
  }

  body .pp-activity-filter .filter-item {
    display: flex;
    margin: 0;
    padding-left: 140px;
    position: relative;
  }

  body .pp-activity-filter .filter-item select {
    width: 100%;
    max-width: 100%;
  }

  body .pp-activity-filter .filter-item .field.flex {
    width: 100%;
  }

  table.pp-activity .footable-details.pp-sortable.w-full tr > th {
    width: 125px;
  }
}

#pills-tabContent .tab-pane {
  background: none;
}

table.pp-activity tr.footable-header th {
  color: #fff;
}

.activity-tab-title {
  font-size: 16px;
  margin: 0;
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}

.pp-activity-filter.w-full {
  padding: 0;
  width: 100%;
}

.pp-activity-filter .form-group:last-child {
  margin: 0;
}

#pp-thegreatest .form-group.footable-filtering-search {
  max-width: 225px;
  width: 225px;
  float: left;
}

#accountSetup .accountHelp label {
  width: 100%;
  text-align: left;
  color: #000;
}

#accountSetup .accountHelp .dropdown.bootstrap-select.w-full {
  width: 100% !important;
}

@media screen and (min-width: 600px) {
  .w-30p {
    width: 30%;
  }

  .w-70p {
    width: 70%;
  }
}

.section-header h3.h3-stuck {
  font-size: 22px;
}

.notfound-wrapper img {
  max-width: 800px;
  margin-bottom: 40px;
  width: 100%;
}

.notfound-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}

.notfound-buttons {
  margin-top: 40px;
}

.notfound-buttons .btn {
  min-width: 150px;
}

@media screen and (max-width: 600px) {
  .pickpon-404.page-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px !important;
  }
}

#pills-greatest-tab.btn.btn-icon img {
  width: 28px;
  height: 20px;
}

.timeseen-action {
  max-width: 600px;
  margin: auto;
}

.timeseen-action label {
  line-height: 1.2 !important;
}

#timeseenfield {
  margin-bottom: 20px;
}

.timeseen-action .form-check {
  flex-wrap: wrap;
}

#accountSetup .timeseen-action label.form-check-label {
  width: 90%;
}

#newPhone .modal-dialog {
  max-width: 460px;
}

.btn-levelup .flex.flex-col {
  display: flex;
  flex-direction: row;
}

.btn-levelup .two {
  width: 20px;
  line-height: 1.2;
  font-size: 11px;
  text-align: center;
}

.btn-levelup .one {
  width: 32px;
  line-height: 1.2;
  font-size: 11px;
  text-align: center;
}

.pickpon-btn-group .btn {
  padding: 15px 5px;
}

.btn-levelup .v {
  font-size: 18px;
}

.btn-levelup .flex-center {
  gap: 2px;
}

.nextexpiringpp {
  background-color: #fff;
  border-radius: 5px;
}

.nextexpiringpp:hover .text-black {
  color: #006bd1 !important;
}

.nextexpiringpp .merchant-logo img {
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
  display: block;
}

.nextexpiringpp .merchant-logo {
  max-height: 60px;
}

body .btn-check:focus + .btn,
body .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
  background-color: #005bb4;
}

.modal-dialog {
  height: 100%;
  margin: 0 auto;
  padding-top: 120px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.btn.disabled,
.btn:disabled,
.btn:disabled:hover,
fieldset:disabled .btn {
  cursor: not-allowed;
  color: #666 !important;
  pointer-events: auto;
  background-color: #ccc !important;
  border-color: #ccc !important;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .section-header .flex {
    flex-direction: column;
  }
}

.text-nofication {
  font-size: 13px;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}

.text-nofication {
  display: block;
}

span.msg {
  font-size: 13px;
  line-height: 1;
}

span.error {
  font-size: 13px;
  line-height: 1;
}

.success-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  border-radius: 10px;
  padding: 50px 80px;
  flex-direction: column;
  gap: 10px;
}

.success-wrapper .text-nofication {
  font-size: 16px;
  font-weight: 600;
}

.success-close {
  background: none;
  border: none;
  font-size: 20px;
  top: 10px;
  position: absolute;
  right: 20px;
  color: #000;
}

.form-group ul li {
  margin-bottom: 5px;
}

.form-group dl,
.form-group ol,
.form-group ul {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

input#email:read-only {
  cursor: not-allowed;
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  color: #888;
}

.btn-outline-light {
  border: 1px solid #fff;
}

.cm-content .cm-info {
  padding-bottom: 3px;
  text-decoration: none;
}

.cm-content .cm-info a {
  text-decoration: none;
}


#displaystatus .form-select {
  width: 220px;
}

.mpp-btn {
  width: 164px;
  padding: 11px 10px;
  gap: 8px;
}

body .modal .cm-thumb.thumbnail {
  width: 120px;
  height: auto;
  padding: 5px;
  max-height: unset;
}

.merchant-card-wrapper {
  max-width: 530px;
  background: #fff;
  padding: 30px 20px 20px;
}

@media screen and (min-width: 600px) {
  .pr-0 {
    padding-right: 0;
  }
}

.prow.row-group.phead {
  background-color: #136bd1;
  color: #fff;
  min-height: 70px;
}

.col-icon.col-g {
  width: 8%;
}

.col-merchant.col-g {
  width: 16%;
}

.col-map.col-g {
  width: 14%;
}

.col-acquired.col-g {
  width: 10%;
}

.col-wins.col-g {
  width: 8%;
}

.col-week.col-g {
  width: 20%;
}

.calendar {
  border: 1px solid #f2f2f2;
}

.calendar div {
  padding: 5px;
}

.calendar .day {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 10px 11px 10px;
}

.table-body .calendar {
  font-size: 12px;
  width: 90px;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}

.calendar .year {
  background: #f2f2f2;
  line-height: 1;
}

.position-box {
  border: 1px solid #f2f2f2;
  width: 100%;
  border-radius: 5px;
  max-width: 70px;
  margin: auto;
  min-height: 98px;
}

.position-box > h3 {
  color: #006bd1;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 11px 15px;
  margin: 0;
  display: block;
}

.position-box > div > h3 {
  margin: 0;
  font-size: 20px;
  background: none;
  font-weight: 600;
}

.position-box > div {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: b;
  padding: 5px 10px;
  font-size: 13px;
}

.font-normal {
  font-weight: normal;
}

.col-g {
  width: 30%;
  text-align: left;
  padding: 5px;
}

.flex-start {
  justify-content: flex-start;
}

.col-week-date {
  padding: 0 0 10px 0;
}

.flex-align-end {
  align-items: flex-end;
  justify-content: space-between;
}

.leading-none {
  line-height: 1;
}

.levelbox .merchant-title {
  font-size: 16px;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  body #iamgreatest .tcol {
    flex-direction: column;
    width: 50%;
    background-color: #fff;
  }

  #iamgreatest .table-body > .flex-col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .col-pickpon > .flex.pickpon-col-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  body #iamgreatest .tcol {
    background-color: #fff;
  }

  .col-won.col-pickpon {
    flex-direction: row;
  }

  .iamgreatest-table .tcol.flex {
    flex-direction: column;
  }

  #iamgreatest .cm-thumb.thumbnail {
    max-width: 130px;
  }

  .iamgreatest-table .tcol > .col-g {
    width: 100% !important;
    text-align: left;
    padding: 10px 10px 10px 100px;
    position: relative;
    border-bottom: 1px solid #ccc;
  }

  .iamgreatest-table .tcol > .col-g:before {
    content: "";
    background-color: #093262;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
  }

  .iamgreatest-table .tcol .col-merchant.col-g:before {
    content: "Merchant";
  }

  .iamgreatest-table .tcol .col-greatest.col-g:before {
    content: "Greatest";
  }

  .iamgreatest-table .tcol .col-pickpon.col-g:before {
    content: "Pickpon";
  }

  .iamgreatest-table .tcol .col-merchant.col-g:before {
    content: "Merchant";
  }

  .iamgreatest-table .tcol .col-won.col-g:before {
    content: "Won";
  }

  .iamgreatest-table .tcol .col-position.col-g:before {
    content: "Position";
  }

  .iamgreatest-table .tcol .col-icon.col-g:before {
    content: "Icon";
  }

  .iamgreatest-table .tcol .col-map.col-g:before {
    content: "Map";
  }

  .iamgreatest-table .tcol .col-acquired.col-g:before {
    content: "Acquired";
  }

  .iamgreatest-table .tcol .col-week.col-g:before {
    content: "Current Week: mm/dd/yy - mm/dd/yy";
  }

  .iamgreatest-table .tcol .col-wins.col-g:before {
    content: "Wins";
  }

  .iamgreatest-table .tcol.flex {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .iamgreatest-table .col-week.col-g.flex {
    height: 100%;
    align-items: stretch;
  }

  .iamgreatest-table .thead {
    display: none;
  }

  .col-week.col-g > .col-g::before {
    content: "";
    background-color: #f2f2f2;
    color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    left: 0;
  }

  .col-week.col-g > .col-g {
    padding: 40px 5px 5px 5px;
    width: 33.33%;
    border: 1px solid #f2f2f2;
    position: relative;
  }

  .col-week.col-g > .col-g.col-greatest::before {
    content: "Greatest";
  }

  .col-week.col-g > .col-g.col-position::before {
    content: "Position";
  }

  .col-week.col-g > .col-g.col-pickpon::before {
    content: "Pickpon";
  }

  body .position-box > h3 {
    font-size: 30px;
    padding: 6px 15px;
  }

  body .position-box {
    min-height: 75px;
  }

  .iamgreatest-table .tcol {
    border: none;
  }

  .iamgreatest-table .tcol.flex {
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .iamgreatest-wrapper .mt-5 {
    margin: 0 !important;
  }
}

.iamgreatest-wrapper.page-wrapper {
  padding-top: 70px;
}

.col-week {
  align-items: stretch;
}

.col-belt-crown {
  background-color: #e5b80b;
  padding: 5px;
  border-radius: 5px;
}

.col-belt-sh3 {
  background-color: #bcc6cc;
  padding: 5px;
  border-radius: 5px;
}

.col-belt-sh4 {
  background-color: #cd7f32;
  padding: 5px;
  border-radius: 5px;
}

td.col-week {
  padding: 10px;
}

td.col-week .col-greatest {
  height: 105px;
}

.col-acquired .calendar {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  color: #000;
}

td .calendar div {
  padding: 5px;
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .col-week .col-g.col-belt-crown {
    padding: 5px;
  }

  .col-week .col-g.col-belt-sh3 {
    padding: 5px;
  }

  .col-week .col-g.col-belt-sh4 {
    padding: 5px;
  }
}

.pp-score-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 5px;
}

.pp-score-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.z-1 {
  z-index: 10;
}

.h-100 {
  height: 100%;
}

.pp-score {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  padding: 15px 0;
}

.pp-score-status {
  z-index: 9;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
  text-wrap: nowrap;
}

@media screen and (max-width: 600px) {
  .pp-score-status {
    margin: 0;
    font-size: 11px;
    color: #000;
  }

  .col-greatest {
    padding-top: 35px;
  }
}

.col-week {
  border-left: 1px solid #cecece;
  padding: 0 20px;
}

#iamgreatest .tcol:last-child {
  border-right: none;
}

#iamgreatest .thead {
  padding: 0;
}

#iamgreatest .thead > div {
  padding: 15px;
}

.col-week.col-g {
  width: 22%;
  padding: 10px 15px;
}

.border-r {
  border-right: 1px solid #cecece;
}

.col-week .col-g {
  padding: 0;
}

.pp-dollar {
  font-size: 25px;
  margin-top: 3px;
}

h1.username {
  font-size: 40px;
}

.col-week-title {
  font-size: 20px;
}

.col-week-title a,
.col-week-title a i {
  color: #fff !important;
  line-height: 1;
  vertical-align: 2px;
}

.bg-yellow {
  background-color: #fff080;
}

td .col-pickpon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  li.nav-item button {
    width: 100%;
  }
}

#pills-greatest .pp-activity-filter {
  padding-left: 250px;
  padding-right: 0;
}

#pills-greatest .footable-filtering .form-inline {
  position: absolute;
  right: unset;
  left: 0;
}

#pills-greatest .pp-activity-filter {
  gap: 10px;
}

table th {
  background: #006bd1;
  padding: 10px 10px;
  color: #fff;
}

#pills-greatest table .footable-filtering th {
  background: none !important;
}

td.col-week .col-greatest {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  color: #fff;
  height: 90px;
}

td.col-week .col-greatest > span {
  font-size: 11px;
  text-align: center;
}

td span.level {
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
}

table th.footable-sortable {
  padding: 10px 25px 10px 10px;
}

.greatest-date {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #pills-greatest table .footable-filtering th {
    padding: 0;
  }

  #pills-greatest .pp-activity-filter {
    padding: 55px 0 0 0;
  }

  #pills-greatest .footable-filtering .form-inline {
    width: 100%;
  }

  #pp-thegreatest .form-group.footable-filtering-search {
    max-width: 100%;
    width: 100%;
  }
}

thead .footable-filtering th {
  padding: 0;
}

td .col-wins .pp-score-logo {
  padding: 0;
  object-position: center;
}

td .col-wins {
  min-width: 60px;
}

#pp-thegreatest .form-group.footable-filtering-search .input-group {
  gap: 0;
}

#pp-thegreatest .form-group.footable-filtering-search .input-group-btn {
  position: absolute;
  right: 0;
}

.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 3;
  outline: none;
  box-shadow: none;
}

#levelup .tcol,
#levelup .thead {
  padding: 0;
}

.merchant-logo {
  max-width: 90px;
  position: relative;
  padding: 0;
  border-radius: 5px;
}

.levels-card .merchant-logo {
  max-width: 110px;
  margin: auto;
}

body .merchant-logo-header {
  position: absolute;
  margin: 0 -10px 0 -10px;
  top: -10px;
  right: 0;
  left: 0;
  width: auto;
}

body .merchant-logo-footer {
  position: absolute;
  margin: 0 -10px 0 -10px;
  bottom: -10px;
  right: 0;
  left: 0;
  width: auto;
}

body .table-wrapper .merchant-logo-header {
  max-width: 120%;
  width: 120%;
}

.pp_icon.icon_more {
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 2px solid #fff;
}

.levels-card .badge {
  font-size: 11px;
}

table .merchant-logo {
  border: none;
}

.merchant-logo-header {
  display: flex;
  justify-content: space-between;
  background: transparent;
  align-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
}

.merchant-icon {
  max-width: 170px;
  padding-bottom: 10px;
  margin: auto;
  position: relative;
}

.cell-level .merchant-more {
  padding: 5px;
  border-radius: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  margin-top: 2px;
}

.cell-level .merchant-more:hover {
  color: #222;
}

.cell-level .pickpon-score {
  font-weight: 600;
  line-height: 1;
  padding: 5px;
  font-size: 13px;
  margin: 0;
  left: -10px;
  position: relative;
}

.cell-level .pickpon-score.bg-blue {
  left: 0 !important;
}

.cell-level .merchant-logo-img {
  padding: 5px;
}

.flex-stretch {
  align-items: stretch !important;
}

#levelup .thead {
  border-left: 1px solid #cecece;
  flex-direction: column;
  width: 15%;
}

#levelup .cell-level {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 5px;
  width: 100%;
  align-items: center;
}

#levelup .tcol {
  flex-direction: column;
  flex: 1;
  border-bottom: none;
  gap: 0;
}

.levelup-wrapper {
  max-width: 1333px;
  margin: auto;
}

#levelup .cell-level {
  min-height: 45px;
}

#levelup .num {
  font-size: 18px;
  font-weight: 600;
}

#levelup .tcol.tcol-w {
  flex: 1;
}

#levelup .cell-head {
  background: #136bd1;
  color: #fff;
  font-weight: bold;
}

#levelup .cell-level:nth-child(2) {
  min-height: 110px;
}

.modal #levelup .cell-level:nth-child(2) {
  min-height: unset;
}

@media screen and (max-width: 768px) {
  #levelup {
    max-width: 480px;
    margin: auto;
    background: transparent !important;
  }

  #levelup .tcol.thead {
    display: none;
  }

  #levelup > .table-body > .flex {
    flex-direction: column;
  }

  #levelup .tcol.tcol-w {
    width: 100%;
    background-color: #fff;
  }

  #levelup .tcol {
    flex-direction: column;
    width: 100%;
    border-bottom: none;
    gap: 0;
    margin-bottom: 20px;
  }

  #levelup .tcol:last-child {
    margin-bottom: 0;
  }

  #levelup .cell-level {
    padding: 5px 5px 5px 125px;
    position: relative;
    min-height: unset;
  }

  #levelup .cell-level::before {
    content: "";
    position: absolute;
    background-color: #006bd1;
    color: #fff;
    width: 120px;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
  }

  #levelup .cell-level:nth-child(2):before {
    content: "Merchant";
  }

  #levelup .cell-level:nth-child(3):before {
    content: "Credits";
  }

  #levelup .cell-level:nth-child(4):before {
    content: "Single Cost";
  }

  #levelup .cell-level:nth-child(5):before {
    content: "Gift Level Ups";
  }
}

.table-title {
  font-size: 20px;
  color: #003262;
}

.t_value {
  text-align: center;
  font-weight: 600;
}

.levelup-wrapper .table td,
.levelup-wrapper .table th {
  padding: 10px;
}

.levelup-wrapper .footable-header {
  background: #136bd1;
  color: #fff;
}

.levelup-wrapper .footable-header th {
  color: #fff;
}

.levelup-wrapper .footable-header th:hover {
  color: #fff;
}

.table.levelup-cart tr,
.table.levelup-cart tr,
.table.levelup-cart td,
table.table.levelup-cart tr th[scope="row"] {
  background: none;
  color: #000;
}

.table.levelup-cart th {
  background: #f2f2f2;
  color: #000;
}

.label-note,
.checkbox-label-note {
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
}

.label-note i,
.checkbox-label-note i {
  margin-bottom: 8px;
  display: block;
}

.levelup-wrapper .cc-controls {
  font-size: 13px;
  margin-top: 5px;
}

.levelup-wrapper .form-check input.form-check-input {
  margin-top: 0;
}

.card .table-title {
  color: #003262;
}

.levelup-wrapper table td {
  font-size: 14px;
}

.levelup-wrapper table th {
  background: #006bd1;
  padding: 10px 5px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  body #emailgreatestid {
    max-width: 100%;
    width: 100%;
  }

  .lu-h-wrap button.btn {
    width: 130px;
    min-height: 40px;
  }

  .flex-reverse-xs {
    flex-direction: column-reverse;
  }

  .footable-details.pp-sortable {
    margin: 0;
  }

  .levelup-wrapper .pp-sortable .footable-toggle.fooicon {
    display: none !important;
  }

  .levelup-wrapper .pp-sortable td.footable-first-visible {
    padding: 10px;
  }

  .levelup-wrapper table th {
    background: #006bd1;
    padding: 5px 5px;
    color: #fff;
    font-size: 14px;
    min-height: unset;
    height: auto;
    line-height: 1;
  }

  .levelup-wrapper table td {
    font-size: 14px;
    padding: 5px;
  }

  .levelup-wrapper table.footable.table,
  .levelup-wrapper tr {
    background: #006bd1;
    color: #fff;
  }

  .levelup-wrapper .footable-details.pp-sortable td {
    background: #fff;
  }

  .levelup-wrapper tr.footable-detail-row {
    background: #fff;
    color: #000;
  }

  .levelup-wrapper .footable-details.pp-sortable td {
    color: #000;
  }

  /* table.footable tr:nth-child(4n + 3),
    table.footable tr:nth-child(4n + 4) table.footable-details th {
        background-color: #093262;
        color: #fff;
    }

    table.footable tr:nth-child(4n + 3) a,
    table.footable tr:nth-child(4n + 4) table.footable-details th a {
        color: #fff;
    } */

  .levelup-wrapper .footable-header {
    background: rgb(0, 79, 154);
    color: #fff;
  }
}

.levelup-wrapper.page-wrapper {
  padding-top: 120px;
}

@media screen and (min-width: 992px) and (max-width: 1148px) {
  .levelup-wrapper.page-wrapper {
    padding-top: 170px;
  }
}

@media screen and (max-width: 600px) {
  .hidden-xs {
    display: none;
  }

  .lu-h-wrap .flex .form-group {
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .hidden-md {
    display: none;
  }
}

.t_savings {
  font-weight: bold;
}

i.pp-info.fas.fa-info-circle {
  color: #093262;
  font-size: 16px;
}

i.pp-info.fas.fa-info-circle:hover {
  color: #006bd1;
}

.thead i.pp-info.fas.fa-info-circle,
.thead i {
  color: #fff;
  font-size: 16px;
}

.thead i:hover {
  color: #136bd1 !important;
}

.dailypick .tcol {
  padding: 0px 10px;
}

#emailgreatestid {
  width: 290px;
}

.giftit-wrap .pp-badge {
  width: 150px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.merchant-logo {
  max-width: 100%;
  max-height: 100%;
}

.giftit-wrap h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.giftit-merchant {
  max-width: 330px;
  margin: auto;
}

button.close {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

button.close span {
  font-size: 20px;
}

.pp-badge .credit-value {
  top: -20px;
  left: -20px;
}

#modalGiftIt .modal-dialog {
  max-width: 400px;
}

.modal-header-icon {
  width: 25px;
}

.tabTitle {
  font-size: 25px;
}

.support-form .form-group {
  position: relative;
  padding-left: 0;
}

form.support-form label {
  position: relative;
  width: 100%;
}

form.support-form .form-group input.form-control {
  min-height: 45px;
}

form.support-form .form-select {
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 15px;
}

.container.page-container.support-page-wrapper {
  max-width: 80vw;
  margin-bottom: 50px;
}

.container.page-container.support-page-wrapper #supportTabs,
.container.page-container.support-page-wrapper
  #nav-supportTab
  .tab-pane
  > .padded {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.message.message-sucess {
  background: #eee;
  padding: 10px 15px 12px 15px;
  line-height: 1.3;
  font-size: 14px;
  border-radius: 5px;
  background-color: #006bd1;
  color: #fff;
}

.message.message-error {
  background: red !important;
  padding: 10px 15px 12px 15px;
  line-height: 1.3;
  font-size: 14px;
  border-radius: 5px;
  background-color: #006bd1;
  color: #fff;
}

.align-top {
  align-items: flex-start;
}

#supportTabs .nav-link {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 40px;
}

.chat-online {
  color: #34ce57;
}

.chat-offline {
  color: #e4606d;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  height: clamp(280px, 52vh, 640px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0;
}

.chat-message-left {
  margin-right: auto;
}

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

#supportModal .modal-dialog {
  max-width: 1300px;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.chat-box-right {
  background: #e5f1ff !important;
}

.chat-bubble-timestamp {
  font-size: 0.7rem;
  color: #999;
  margin-top: 4px;
  padding: 0 4px;
  margin-bottom: 8px;
}

.chat-user-avatar {
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  border: 3px solid #f8f9fa;
  border-radius: 100%;
}

.container.page-container.chat-page-wrapper {
  max-width: 1480px;
  margin-bottom: 100px;
  width: 100%;
}

.chat-page-wrapper .row {
}

.chat-subject {
  font-size: 26px;
}

.card textarea.form-control:focus {
  min-height: 274px;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.userInitial {
  background: #006bd1;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  padding: 5px;
}

.userInitial span {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.btn-white {
  background-color: #fff;
}

.btn-white:hover {
  background-color: #006bd1;
  color: #fff;
}

.chat-user-avatar img {
  width: 37px;
  height: 37px;
  display: block;
  object-fit: contain;
}

.link-black {
  color: #000;
}

@media screen and (max-width: 900px) {
  .chat-messages.p-4 {
    padding: 10px 0 !important;
  }
}

@media screen and (min-width: 600px) {
  #footer {
    background: #006bd1;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }

  .cell-level .merchant-logo-img img {
    max-height: 73px;
    width: 70px;
  }
}

@media screen and (max-width: 600px) {
  form.support-form label {
    position: relative;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 5px;
  }

  .support-form .form-group {
    position: relative;
    padding-left: 0;
  }
}

.message a {
  color: #fff;
  font-weight: bold;
}

.message .icon {
  width: 18px;
}

#modalSendGift .modal-dialog {
  max-width: 600px;
}

.giftValue {
  background-color: #0a3263;
  color: #fff;
  font-size: 18px;
}

.status-box {
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  border: 1px dashed #ccc;
  cursor: pointer;
  min-height: 135px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.status-box p {
  font-size: 15px;
}

.picksfinal .tstatus {
  width: 15%;
  min-height: 41px;
}

.picksfinal .ttime,
.picksupcoming .ttime {
  width: 11%;
}

.picksupcoming .taction {
  width: 20%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 800px) and (max-width: 988px) {
  div.picksupcoming .taction {
    width: 24%;
  }

  div.picksupcoming .tgame {
    width: 35%;
  }
}

.picksfinal .tscore,
.picksfinal .tscorestat,
.picksfinal .tpace {
  width: 9%;
}

.picksfinal .tpick {
  width: 12%;
}

.picksfinal .tgame {
  width: 35%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  body .picksfinal .tgame {
    width: 30%;
  }

  body .picksfinal .tpick {
    width: 17%;
  }
}

.flex-center > div {
  justify-content: center;
}

.picksfinal .btn-td,
.picksupcoming .btn-td,
.picksfinal .value-td,
.picksupcoming .value-td {
  padding: 3px 5px;
  min-width: 70px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  min-height: 30px;
}

body .picksfinal .btn-td {
  padding: 3px 0px;
}

@media screen and (max-width: 768px) {
  .picksfinal .btn-td,
  .picksupcoming .btn-td,
  .picksupcoming .value-td {
    min-height: 50px;
  }

  .picksfinal .value-td {
    margin: 5px;
    min-height: 40px;
  }
}

.dailypick.picksupcoming .row-group > div {
  min-height: 58px;
}

.picksfinal .tscorestat .btn-td,
.picksfinal .tscorestat .btn-td:hover {
  border: none !important;
  background-color: transparent;
}

.picksupcoming .tgame {
  width: 39%;
}

.picksupcoming .tpick,
.picksupcoming .tcurrent {
  width: 15%;
}

@media (hover: hover) and (pointer: fine) {
  .btn.btn-td:hover {
    background-color: #006bd1;
    color: #fff;
  }
}

.btn-td a {
  color: #000;
  text-decoration: underline;
}

.col-qtr {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.col-qtr.grey-box {
  margin: 5px auto;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  max-width: 200px;
}

.col-qtr.grey-box > div:first-child {
  border-bottom: 1px solid #ccc;
}

.col-qtr.grey-box > div {
  padding: 7px;
}

.col-qtr.grey-box > div:only-child {
  border: none !important;
}

.text-underline {
  text-decoration: underline;
}

.col-qtr.grey-box.final {
  background: transparent;
}

/* @media screen and (max-width: 768px) {
    .dailypick .row-group>div:first-child {
        border-right: none !important;
    }

    #picksYesterday .row-group>div:first-child {
        border-right: none !important;
    }
} */

@media screen and (min-width: 768px) {
  .modal .picksfinal .tgame {
    width: 41%;
  }

  .modal .dailypick.picksfinal .row-group > div {
    min-height: 50px;
  }

  .modal .picksfinal .tscore,
  .modal .picksfinal .tscorestat,
  .modal .picksfinal .tpick,
  .modal .picksfinal .tpace {
    width: 12%;
  }
}

@media screen and (min-width: 900px) {
  body .modal .picksfinal .tgame {
    width: 38%;
  }
}

@media screen and (max-width: 900px) {
  body .modal-dialog {
    padding: 120px 20px 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .table-picks.dailypick .table-team-row {
    gap: 0;
    padding: 0;
  }

  .table-picks.picksfinal .tstatus {
    width: 12%;
  }

  .picksfinal .tscore,
  .picksfinal .tscorestat,
  .picksfinal .tpick,
  .picksfinal .tpace {
    width: 10%;
  }

  .picksfinal .tgame {
    width: 37%;
  }

  body .table-picks .tcol.ttime {
    position: relative;
    bottom: 0;
    width: 11%;
    height: auto;
  }

  .table-picks.dailypick .row-group.game-date {
    gap: 0;
    flex-direction: column;
    gap: 10px;
    justify-content: center !important;
    align-items: center;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  body .table-team-row {
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
  }
}

.tcol.taction > .row-group {
  width: 100%;
}

@media screen and (min-width: 767px) and (max-width: 810px) {
  .dailypick .tcol.taction .row-group > div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    min-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .col-qtr.grey-box > div {
    padding: 10px;
    width: 50%;
  }

  .col-qtr.grey-box > div:first-child {
    border-bottom: none;
    border-right: 1px solid #ccc;
  }

  .col-qtr.grey-box {
    flex-direction: revert;
    padding: 0;
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
  }

  .tcol.taction > .row-group {
    width: 100%;
  }

  .tcol.taction > .row-group a {
  }

  .table-picks .table-team-row .tcol {
    width: 100%;
    padding-left: 100px;
    position: relative;
    padding-right: 0;
  }

  .table-picks .table-team-row .tcol::before {
    content: "";
    background-color: #006bd1;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
  }

  .table-picks .table-team-row .tcol.taction::before {
    content: "Action";
  }

  .table-picks .table-team-row .tcol.ttime::before {
    content: "Time";
  }

  .table-picks .table-team-row .tcol.tgame::before {
    content: "Game";
  }

  .table-picks .table-team-row .tcol.tscore::before {
    content: "Score";
  }

  .table-picks .table-team-row .tcol.tstatus::before {
    content: "Status";
  }

  .table-picks .table-team-row .tcol.tpick::before {
    content: "Pick";
  }

  .table-picks .table-team-row .tcol.tpace::before {
    content: "Pace";
  }

  .table-picks .table-team-row .tcol.tcurrent::before {
    content: "Current";
  }

  .table-picks .table-team-row .tcol.tscorestat::before {
    content: "";
    background-image: url("../images/icons/icon-clock_w.svg");
    background-size: 20px;
  }

  .table-picks .table-team-row .row-group {
    justify-content: center;
    flex-direction: revert;
    min-height: 40px;
  }

  .table-picks .table-picks .table-team-row .tcol.ttime {
    border-top: none;
    height: auto;
  }

  .table-picks .table-team-row .row-group.game-teams {
    padding: 0;
    flex-direction: row;
  }

  .table-picks.dailypick .table-team-row {
    gap: 0;
    padding: 0;
    margin: 0 0 40px 0;
  }

  .dailypick .table-team-row:last-child {
    margin: 0;
  }

  .table-picks .table-head {
    display: none;
  }

  .table-picks .tcol:first-child {
    border-top: 1px solid #cecece;
  }

  .modal .table-picks .tcol.ttime {
    height: auto;
    border-top: none;
  }

  .row-group .form-check:first-child {
    border-right: 1px solid #ccc;
  }
}

@media screen and (max-width: 900px) {
  .table-actions .flex.ta-item-group {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 10px;
    flex-wrap: wrap;
  }

  .page-wrapper.withsubmenu {
    padding-top: 100px;
  }

  #picksYesterday .tcol.ttime {
    position: relative;
  }

  #picksYesterday .col-qtr.grey-box {
    margin: 0 !important;
  }

  #picksYesterday .sports-icon {
    width: 40px;
    max-height: 40px;
  }

  #picksYesterday .tcol .row-group > div {
    padding: 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #pickponheader > .container {
    max-height: unset !important;
    height: auto;
  }

  #pickponheader.pageheader .logowrapper {
    display: flex;
    justify-content: center !important;
  }
}

@media screen and (max-width: 990px) {
  #pickponheader.header-home #navbarCollapse {
    padding: 10px;
  }

  #pickponheader.header-home .header-menu-right {
    margin-right: 70px;
  }

  #pickponheader.header-home > .container {
    padding: 0 !important;
  }

  #pickponheader.header-home nav.navbar {
    margin: 0;
    left: 0;
    width: 100%;
    position: fixed;
    top: 90px;
  }

  #pickponheader.header-home .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 31px;
    padding: 4px 15px 8px;
    height: 47px;
  }

  #pickponheader.header-home #navbarCollapse ul li.iammerchant {
    border-right: none;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
  #pickponheader.header-home nav.navbar {
    top: 0;
  }

  #pickponheader.header-home #navbarCollapse {
    background: none;
    top: 0;
    position: relative;
  }

  #pickponheader.header-home #navbarCollapse ul li {
    width: auto;
  }

  #pickponheader.header-home .header-menu-right {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 810px) {
  #pickponheader.header-home #navbarCollapse ul.nav li {
    width: auto;
  }

  #pickponheader.header-home .align-items-center {
    justify-content: space-between !important;
  }

  #pickponheader.header-home .logowrapper {
    max-width: 130px;
  }

  #pickponheader.header-home .navbar-toggler {
    top: 18px;
  }

  #pickponheader.header-home #navbarCollapse li.learnmore {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  #pickponheader .navbar-toggler {
    right: 10px;
  }
}

.card-coupon {
  position: relative;
}

.card-coupon:before,
.card-coupon:after {
  content: "";
  width: 20px;
  height: 125px;
  background-image: url("/assets/images/home/arrow-left.svg");
  background-size: contain;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.card-coupon:before {
  left: 0;
}

.card-coupon:after {
  right: 0;
  transform: rotate(180deg);
}

.homepage.home_wrapper .card .svgimg-cp {
  width: auto;
  height: 140px;
}

@media screen and (min-width: 480px) and (max-width: 810px) {
  .homepage.home_wrapper .card .svgimg-cp {
    object-fit: contain;
    object-position: top;
  }
}

@media screen and (max-width: 728px) {
  .card.card-coupon::before,
  .card.card-coupon::after {
    height: 20px;
    width: 20px;
    left: 47%;
    bottom: unset;
    top: unset;
    right: 0;
  }

  .homepage.home_wrapper .card .svgimg-cp {
    width: auto;
    height: auto;
    max-height: unset;
  }

  body .card.card-coupon::before {
    top: 0;
    transform: rotate(90deg);
  }

  body .card.card-coupon:after {
    bottom: 0 !important;
    transform: rotate(-90deg);
  }

  .card.card-coupon {
    padding: 30px 0 25px;
  }
}

.modal .pickpon-list-card {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
}

.modal .pickpon-list-card .cm-img {
  width: 35%;
  padding: 10px;
}

.modal .pickpon-list-card .cm-content {
  width: 65%;
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .pp-activity-filter .filter-item.filter-level select,
  .pp-activity-filter .filter-item.filter-pv select {
    width: 63px;
  }

  #pills-greatest #aa-date {
    width: 180px;
  }
}

table tr.footable-header th.footable-last-visible {
  min-width: 110px;
}

.pickpon-value .merchant-logo {
  width: 60px;
  border: none;
  padding: 0;
  margin-bottom: -10px;
  border-radius: 5px;
}

.pp-badge.pickpon-value .credit-value {
  top: -15px;
  left: -15px;
  font-size: 12px;
}

.col-pickpon .pickpon-value {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 80px;
  text-align: center;
}

.col-pickpon .pp-score-status {
  z-index: 9;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  width: 100%;
}

.col-pickpon .pp-badge .credit-value {
  top: -18px;
  left: -18px;
  font-size: 13px;
}

@media screen and (min-width: 600px) and (max-width: 810px) {
  #pills-greatest .pp-activity-filter {
    padding-left: 0;
    padding-right: 0;
  }

  body .pp-activity-filter .filter-item {
    margin: 0;
    padding-left: 125px;
    width: 49%;
  }

  body .pp-activity-filter .filter-item label {
    width: 110px;
  }

  body .pp-activity-filter {
    padding-right: 0;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .flex.flex-center.activity-btn-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .activity-btn-group .nav {
    width: 100%;
    justify-content: space-between;
  }

  .pp-sortable,
  .pp-sortable thead,
  .pp-sortable thead tr.footable-filtering th {
    border-left: none;
  }

  .btn.btn-icon {
    padding: 10px;
  }
}

@media screen and (min-width: 988px) and (max-width: 1150px) {
  .page-wrapper.withsubmenu {
    padding-top: 200px;
  }
}

@media screen and (max-width: 900px) {
  .page-wrapper.withsubmenu {
    padding-top: 100px;
  }
}

.footable .fooicon.fooicon-plus,
.footable .fooicon.fooicon-minus {
  width: 20px;
  height: 100%;
  background-color: #f1f1f1;
  display: block;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
}

.footable .fooicon:hover::before {
  opacity: 1;
}

.footable .fooicon.fooicon-plus::before,
.footable .fooicon.fooicon-minus::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  width: 20px;
  height: 100%;
  display: block;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}

.footable .fooicon.fooicon-plus::before {
  background-image: url("/assets/images/icons/icon_plus.svg");
}

.footable .fooicon.fooicon-minus::before {
  background-image: url("/assets/images/icons/icon_minus.svg");
}

#pp-redeemers td {
  position: relative;
  padding: 20px 10px;
}

#pp-redeemers tbody tr {
  border-bottom: 1px solid #cecece;
}

#pp-redeemers tbody tr:last-child {
  border-bottom: none;
}

@media screen and (min-width: 600px) and (max-width: 810px) {
  .card-coupon::before,
  .card-coupon::after {
    height: 100px;
  }
}

@media screen and (max-width: 728px) {
  .homecardsWrapper .card {
    margin: 10px 0;
  }

  .homecardsWrapper .cards.flex {
    max-width: 296px;
    margin: auto;
  }

  .cards.flex {
    display: flex;
    flex-direction: column;
  }

  #pp-redeemers td.footable-first-visible {
    padding-left: 30px;
  }

  .homepage.home_wrapper .card .svgimg {
    width: 100%;
    max-width: 100%;
  }

  .homepage.home_wrapper .card .svgimg-cp {
    width: 278px;
    height: auto;
    max-height: unset;
    max-width: unset;
    margin-right: -10px;
  }
}

@media screen and (min-width: 728px) {
  .card.card-coupon {
    padding: 0 25px 0 30px;
    margin: 0 10px 20px;
  }
}

@media screen and (min-width: 800px) {
  .homepage.home_wrapper .jumbotron {
    padding-bottom: 50px;
  }

  .row.homecardsWrapper > .col-md-4 {
    width: auto;
  }

  .homepage.home_wrapper .card-coupon img {
    max-height: 148px;
  }

  .homepage.home_wrapper .card img {
    width: 100%;
    display: block;
    height: auto;
  }

  .cards.flex .card {
    margin-bottom: 20px;
  }

  .cards.flex {
    display: flex;
    align-content: start;
    align-items: start;
  }
}

@media screen and (max-width: 600px) {
  .badge-tag {
    left: 30px;
  }

  .homepage.home_wrapper h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 810px) {
  #navbarCollapse .dropdown-menu[data-bs-popper] {
    left: 0;
  }
}

@media screen and (min-width: 991px) {
  #pickponheader.header-home nav.navbar {
    top: 0;
  }
}

@media screen and (min-width: 728px) and (max-width: 990px) {
  #pickponheader.header-home .header-menu-right {
    margin-right: 70px;
    display: block !important;
    width: auto;
  }

  #pickponheader.header-home button#login {
    width: 100px;
    border: 1px solid #fff;
  }
}

@media screen and (min-width: 990px) and (max-width: 1150px) {
  body .dashboard-wrapper {
    padding-top: 160px;
  }
}

.status-box:hover,
.status-box.selected {
  border: 1px dashed #006bd1;
  border-radius: 5px;
}

.status-box.selected .pp-value {
  background-color: #006bd1;
  color: #fff;
}

.pp-value {
  color: #006bd1;
  font-size: 35px;
  font-weight: bold;
  background: #f1f1f1;
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  align-items: flex-start;
  padding: 6px;
}

.pp-value .pp-dollar {
  font-size: 18px;
  font-weight: bold;
}

.pp-detail {
  padding: 10px;
  font-size: 15px;
}

.pp-detail p {
  font-size: 14px;
}

.pp-card {
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#merchantIssue .modal-dialog {
  max-width: 534px;
  width: 100%;
}

#merchantIssue .modal-dialog .modal-footer {
  border-top: 1px solid transparent;
}

#merchantIssue .merchant-issue-date-wrap {
  position: relative;
}

#merchantIssue .merchant-issue-date-wrap input[type="date"] {
  padding-right: 2.75rem;
}

#merchantIssue
  .merchant-issue-date-wrap
  input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

#merchantIssue .merchant-issue-date-icon {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0.25rem 0.5rem;
  color: #006bd1;
  line-height: 1;
  cursor: pointer;
}

@media screen and (max-width: 728px) {
  .modal .pickpon-list-card .cm-content {
    width: 100%;
    padding: 10px 10px 10px 130px !important;
    min-height: 150px;
  }

  .modal .pickpon-list-card {
    max-width: 100%;
  }

  .modal .pickpon-list-card .cm-img {
    width: 130px;
    padding: 10px !important;
  }

  .card .cm-img {
    max-width: 150px;
    width: 100%;
    position: absolute;
    left: 0;
  }

  .levels-col .card .cm-img {
    position: relative;
    margin: auto;
  }

  .card.levels-card .cm-img {
    position: relative;
    left: unset;
    margin: auto !important;
  }

  .card .cm-content {
    width: 100%;
  }

  .dashboard-wrapper .card .currentmerchant .cm-content {
    padding-left: 150px !important;
    min-height: 170px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .dashboard-wrapper .card .currentmerchant .cm-img {
    padding: 10px 10px !important;
  }

  .dashboard-wrapper .card .nextexpiringpp .cm-content {
    padding-left: 0 !important;
  }

  .dashboard-wrapper .card.levels-card .cm-content {
    padding: 10px 0 !important;
  }

  body .map-column {
    width: 100%;
  }

  .filter-column .filter-label {
    margin-right: 10px;
  }
}

@media screen and (min-width: 728px) and (max-width: 800px) {
  .cm-content .cm-info {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 560px) {
  .pp-card {
    width: 48%;
  }
}

.cm-distance {
  font-size: 13px;
}

.cm-info.cm-info-td .more_details {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.pickpons-col .cm-info.cm-info-td .more_details {
  bottom: 3px;
}

.merchant-logo .more_details {
  position: absolute;
  top: -13px;
  right: -9px;
  width: auto;
}

.m-0 {
  margin: 0 !important;
}

p.merchant-title {
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .cm-info-td {
    max-width: 100%;
  }
}

.modal #levelup .tcol {
  width: 25%;
}

@media screen and (max-width: 728px) {
  .modal #levelup .tcol {
    width: 33.33%;
    margin: 0;
  }

  .modal #levelup > .table-body > .flex {
    flex-direction: revert;
  }

  .modal #levelup .tcol .cell-head,
  .modal #levelup .cell-level {
    padding: 5px;
  }

  .modal #levelup .cell-level::before {
    content: none !important;
  }
}

@media screen and (max-width: 728px) {
  body .cm-thumb.thumbnail {
    max-height: 105px;
  }

  .pickpon-merchants-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .align-items-center-xs {
    align-items: center !important;
  }

  .pickpon-btn-group .btn {
    padding: 5px 5px;
    width: auto;
  }

  .dashboard-wrapper .pickpon-list-card {
    padding: 0;
  }

  .ma-fields.w-full {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .currentmerchant .btn.btn-sm {
    margin: 0 !important;
  }
}

.cm-info.cm-info-td {
  max-width: 260px;
  padding: 5px 5px 2px 5px !important;
}

.cm-info.cm-info-td i.bi {
  margin: 0 !important;
  min-width: 17px;
  text-align: center;
}

.cm-info.cm-info-td p {
  padding-left: 22px;
}

.cm-info.cm-info-td p.merchant-title {
  padding: 0;
}

.cm-info.cm-info-td {
  max-width: 260px;
}

.giftit-merchant .credit-value {
  top: -5px;
  left: -10px;
}

.align-bottom {
  align-items: flex-end;
}

.btn.btn-lblue {
  background-color: #ebf4ff;
}

.btn.btn-lblue:hover {
  background-color: #dfedff;
}

.pickpon-btn-group.dashboard-btn-group {
  padding: 0;
  border: none;
  border-radius: 0;
}

.pickpon-btn-group.dashboard-btn-group span {
  padding: 0 8px;
}

@media screen and (max-width: 480px) {
  .pickpon-btn-group.dashboard-btn-group span {
    padding: 0;
  }
}

.modal #levelup.levelup_mp .tcol {
  width: 100%;
  max-width: 280px;
  margin: auto;
}

.mp_qr {
  width: 180px;
  margin: auto;
}

.qr_or {
  position: relative;
  font-weight: bold;
  font-size: 18px;
}

.qr_or::before,
.qr_or::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #000;
}

.qr_or::before {
  left: 40px;
  top: 11px;
}

.qr_or:after {
  right: 40px;
  top: 11px;
}

.mp_qr_num {
  font-size: 33px;
  font-weight: bold;
}

.merchant-mobile-filter {
  display: none;
}

@media screen and (max-width: 728px) {
  .merchant-mobile-filter {
    display: block;
  }
}

.fp {
  padding: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fp-merchants {
  border: 2px solid #dee2e6;
  border-radius: 8px;
  padding: 0 10px;
  opacity: 0.8;
}

.fp_item {
  font-size: 13px;
  padding: 0;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.fp_header {
  background: #003262;
  color: #fff;
  padding: 3px 0px;
  width: 78px;
  align-items: center;
  display: flex;
  align-content: center;
  position: absolute;
  left: 0;
  height: 100%;
  justify-content: center;
}

.fp_val {
  padding: 5px 5px 5px 84px;
  font-size: 14px;
  font-weight: bold;
  color: #003262;
}

.fp-merchants .merchant-logo {
  width: auto;
  display: flex;
  justify-content: center;
}

.fp-merchants .merchant-logo-img {
  padding: 10px;
  max-width: 110px;
  max-height: 110px;
}

.fp-merchants .pickpon-score {
  font-weight: 600;
  line-height: 1;
  padding: 5px;
  font-size: 13px;
  margin: 0;
  left: -2px;
  position: relative;
  top: 0;
}

.fp-merchants .merchant-logo-header {
  top: 1px;
}

.fp-merchants.fp-active,
.fp-merchants:hover {
  border: 2px solid #003262;
  opacity: 1;
}

.fp-modal .label-note,
.checkbox-label-note {
  padding-left: 25px;
}

/* Fast Pass Table Styles */
.fp-table {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.fp-table thead th {
  background: #093262;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  padding: 10px 8px;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
}

.fp-table tbody td {
  padding: 8px 6px;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
}

.fp-table tbody td.fp-row-label {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  background: #093262;
  color: #fff;
  min-width: 110px;
  text-align: center;
  vertical-align: middle;
}

/* Merchant from → to transition */
.fp-merchant-transition {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 0;
}

.fp-merchant-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.fp-merchant-cell .merchant-logo {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.fp-merchant-cell .merchant-logo-img {
  padding: 4px;
  max-width: 70px;
}

.fp-merchant-cell .merchant-logo-img img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  border-radius: 6px;
}

.fp-merchant-cell .merchant-logo-header {
  position: relative;
  top: auto;
  right: auto;
}

.fp-merchant-cell .pickpon-score {
  font-size: 10px;
  padding: 2px 6px;
  font-weight: 600;
  line-height: 1;
}

.fp-arrow {
  font-size: 20px;
  font-weight: bold;
  color: #003262;
  flex-shrink: 0;
}

/* Price breakdown */
.fp-price-breakdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
  line-height: 1.6;
}

.fp-price-step {
  display: inline-block;
  background: #006bd1;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

.fp-price-plus {
  font-weight: 700;
  color: #333;
  font-size: 12px;
}

.fp-price-total {
  font-weight: 700;
  color: #003262;
  font-size: 12px;
  white-space: nowrap;
}

/* Fast Pass Modal - expanded width */
#modalFastPass .modal-body {
  max-height: 75vh;
  overflow-y: auto;
}

/* Responsive: stack on smaller screens */
@media screen and (max-width: 768px) {
  #modalFastPass .modal-dialog {
    max-width: 95% !important;
    margin: 10px auto;
    padding-top: 60px;
  }

  .fp-table {
    font-size: 11px;
  }

  .fp-table tbody td.fp-row-label {
    min-width: 80px;
    font-size: 11px;
  }

  .fp-merchant-cell .merchant-logo-img {
    max-width: 50px;
    padding: 2px;
  }

  .fp-merchant-cell .merchant-logo-img img {
    width: 40px;
    height: 40px;
  }

  .fp-arrow {
    font-size: 14px;
  }

  .fp-merchant-cell .pickpon-score {
    font-size: 9px;
    padding: 1px 4px;
  }

  .fp-price-step {
    font-size: 10px;
    padding: 1px 4px;
  }

  .fp-price-plus,
  .fp-price-total {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  #modalFastPass .modal-dialog {
    max-width: 100% !important;
    margin: 5px;
    padding-top: 50px;
  }

  .fp-merchant-transition {
    flex-direction: column;
    gap: 2px;
  }

  .fp-arrow {
    transform: rotate(90deg);
    font-size: 12px;
  }

  .fp-table {
    font-size: 10px;
  }

  .fp-table tbody td.fp-row-label {
    min-width: 65px;
    font-size: 10px;
  }

  .fp-merchant-cell .merchant-logo-img {
    max-width: 40px;
  }

  .fp-merchant-cell .merchant-logo-img img {
    width: 32px;
    height: 32px;
  }

  .fp-price-step {
    font-size: 9px;
    padding: 1px 3px;
  }

  .fp-price-plus,
  .fp-price-total {
    font-size: 9px;
  }

  .fp-price-breakdown {
    gap: 2px;
  }
}

.fp_alert {
  padding: 10px 0;
}

.pickpon-btn-group.dashboard-btn-group .btn {
  width: 33%;
  height: 40px;
}

.pickpon-btn-group.dashboard-btn-group .btn.btn-mp {
  width: 60%;
}

@media screen and (min-width: 480px) {
  .account-creditcards.fastpass-cc label {
    margin: 0;
    min-height: 40px;
    width: 280px;
  }
}

.modal table.table tr th {
  padding: 8px;
}

.modal .levelup-cart .input-group {
  max-width: 130px;
  margin: auto;
}

.input-group-text {
  padding: 0.375rem 0.5rem;
  background: #f2f2f2;
}

.ppc {
  padding: 6px 15px;
  background: #f2f2f2;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.levelup-wrapper table.footable th {
  text-align: center;
}

.pp-credits-lu {
  max-width: 80px;
}

@media screen and (min-width: 811px) and (max-width: 990px) {
  .cart-col-wrapper {
    margin: auto;
    min-width: 460px;
  }
}

.pp-icon-btn {
  width: 43px;
}

.pickpon-btn-group.dashboard-btn-group.acquire .btn {
  width: 49%;
  min-height: 40px;
  font-size: 13px;
  padding: 3px;
  line-height: 1.2;
}

.alert-acquire {
  position: absolute;
  top: 0;
  width: 100%;
  color: #136bd1;
  height: 100%;
  padding: 3px;
  text-transform: uppercase;
  line-height: 1.3;
}

.pickpon-btn-group .disabled .btn {
  background-color: #cce4ff;
  border-color: #cce4ff;
}

.currentmerchant .cm-info-actions .info-icon {
  top: 5px;
  right: 10px;
  padding: 4px;
}

.btn-group-dp {
  flex-wrap: wrap;
  gap: 15px 5px;
  box-sizing: border-box;
}

.btn-xs {
  font-size: 11px;
}

.btn-group-dp .dp-state.active,
.pp-tag.pp-tag-blue {
  color: #fff;
  background-color: #4b9dfc;
}

.btn-group-dp .dp-state,
.pp-tag {
  background: #f2f2f2;
  padding: 5px;
  border-radius: 3px;
  color: #8e8e8e;
  text-align: center;
}

.btn-group-dp .dp-state {
  flex: 0 0 calc(33.333% - 3.33px); 
}

.daily-pick-col .list-group-item {
  position: relative;
  min-height: unset;
  border-radius: 4px;
  margin-top: 14px;
  overflow: hidden;
  gap: 10px;
}

.daily-pick-col .list-group-item .icon {
  background-color: #003262;
  padding: 10px;
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.dp-btn-main {
  min-height: 60px;
  font-size: 16px;
  flex: 1;
}

.dp-list-group .content h3 {
  font-size: 18px;
  line-height: 1;
}

.dp-list-group .content {
  font-size: 18px;
  justify-content: space-between;
  line-height: 1;
  padding: 10px 20px 10px 70px;
  height: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.dp-list-group .icon img {
  max-height: 23px;
}

.dailypick-card .btn {
  border-radius: 4px;
}

.dp-state,
.pp-tag {
  min-height: 22px;
  padding: 3px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-tag {
  margin: auto;
  display: inline-block;
  min-width: auto;
  padding: 5px 5px 3px 5px;
  width: auto;
}
@media screen and (max-width: 699px) {
  div.header .content.content-starters {
    padding-left: 72px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 700px) {
  div.header .content.content-starters {
    padding-left: 72px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1280px) {
  .dp-list-group .content h3,
  .dp-list-group .content {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1160px) {
  .dp-state {
    width: 47%;
  }

  .dp-list-group .content {
    padding: 10px 20px 10px 65px;
  }

  .dp-list-group .content h3,
  .dp-list-group .content {
    font-size: 14px;
    line-height: 1;
  }

  body .daily-pick-col .list-group-item .icon {
    width: 55px;
    padding: 12px;
  }
  body .header .content.content-today {
    padding-right: 10px;
  }
  body .dp-list-group .content.content-starters {
    padding-left: 66px;
    text-align: left;
    justify-content: flex-start;
  }
  .levels-col .card h3 {
    font-size: 15px;
  }
  body .champ-wrapper h3 {
    text-align: center;
  }
  .btn-group-dp .dp-state,
  .pp-tag {
    font-size: 10px;
  }
  .btn.btn-sm {
    font-size: 11px;
  }
}
@media screen and (min-width: 586px) and (max-width: 700px) {
  .btn-group-dp .dp-state {
    width: 47%;
  }

  .dp-list-group .content {
    padding: 10px 20px 10px 50px;
  }

  .dp-list-group .content h3,
  .dp-list-group .content {
    font-size: 14px;
    line-height: 1;
  }

  body .daily-pick-col .list-group-item .icon {
    width: 40px;
    padding: 12px;
  }
}

.btn-ltblue {
  background-color: #4b9dfc;
  color: #fff;
}

.btn-ltblue:hover {
  background-color: #006bd1;
  color: #fff;
}

.pp-levels-logo img.thumbnail {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.pp-levels-logo {
  padding: 0 10px;
}

.pickpon-list-card h3 {
  font-size: 20px;
}

.pp-levels {
  max-width: 400px;
  margin: auto;
  padding-bottom: 15px;
}

.showAboveAll {
  z-index: 99999;
}

.card-body {
  padding: 8px;
}

.buyPickponModal .merchant-logo {
  max-width: 160px;
  margin: auto;
  width: 100%;
}

.buyPickponModal .merchant-logo .cm-thumb.thumbnail {
  height: 120px;
}

.merchantInfo h3 {
  font-size: 20px;
}

.modal .accordion-button {
  font-weight: bold;
  color: #fff !important;
  font-size: 16px;
  background: #016cd2;
}

.modal .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.modal .paymentmethod-box {
  display: none;
}

#merchantPurchase .modal-dialog {
  max-width: 520px;
}

.qr-wrap {
  width: 200px;
  text-align: center;
  position: relative;
  margin: 20px auto;
}

.qr-id h3 {
  font-size: 35px;
}

.levelup-card .merchant-logo {
  max-width: 118px;
  max-height: 118px;
}

.level-box {
  background: #006bd1;
  width: 120px;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin: auto;
}

.daily-pick-col .dp-today .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dp-list-group .content {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

.dp-list-group .content.content-today {
  padding: 10px 20px 10px 20px;
  justify-content: center;
}

.dp-list-group .content.content-yesterday {
  width: 83%;
  min-width: 80px;
}

.header .content.content-today,
.header .content.content-yesterday {
  text-align: right;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 13px 5px 0px;
  border: none;
  min-height: unset;
}

.header .content.content-starters {
  text-align: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  border: none;
  min-height: unset;
  width: 100%;
}

.header .content.content-yesterday {
  padding-right: 32px;
  width: 80px;
}

#cycleEndDates .modal-dialog {
  max-width: 640px;
  width: 100%;
}

.no-border {
  border: none !important;
}

.modal table.table tr.no-border th {
  border: none;
}

table.table.table-striped td {
  background-color: none;
}

table.table.table-striped tr:nth-child(odd) {
  background-color: #ffffff;
}

table.table.table-striped tr:nth-child(even) {
  background-color: #f2f2f2;
}

.strong {
  font-weight: bold;
}

.levels-card h3 {
  font-size: 18px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.row-cols-2 > div:first-child {
  padding-right: 4px;
}

.row-cols-2 > div:last-child {
  padding-left: 4px;
}

.nextexpiringpp h3 {
  font-size: 14px;
}

body .card .nextexpiringpp .cm-thumb.thumbnail {
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 699px) {
  .merchantAssignment .content {
    padding-left: 270px;
  }
}

.merchantAssignment h3 {
  font-size: 20px;
}

.card-nextgamepicked .card-header {
  padding: 14px 18px;
}

@media screen and (min-width: 1470px) {
  .card-nextgamepicked .card-header {
    padding: 14px 30px;
  }
}

.ma-fields input.form-control {
  width: 100px;
  min-width: unset;
  text-align: center;
}

.merchantAssignment .formwrap {
  padding: 20px 30px;
}

.btn.btn-outline {
  border: 1px solid #006bd1;
  padding: 5px 20px;
  color: #006bd1;
}

.btn.btn-outline:hover {
  border: 1px solid #006bd1;
  background-color: #006bd1;
  color: #fff;
}

.nav-control {
  position: absolute;
  top: 40px;
  display: block;
}

a.nav-control:hover i {
  color: #003262;
}

.make-default {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid #ddd;
}

.ma-zip .col-form-label {
  min-width: 65px;
}

.ma-fields-input button {
  min-width: 125px;
}

@media screen and (max-width: 810px) {
  body .card .nextexpiringpp .cm-thumb.thumbnail {
    width: 100%;
    height: 100%;
  }

  .team-vs .team img {
    width: 80px;
    height: 60px;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .ma-title.absolute {
    position: relative;
    text-align: left;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding-top: 20px;
  }

  .merchantAssignment .content {
    padding-left: 0;
  }

  .dp-list-group .content h3 {
    margin-right: 10px !important;
  }

  .col-freepp {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 800px) {
  .ma-fields-input {
    flex-direction: column;
    display: flex;
    flex-direction: row;
    gap: 0;
  }

  .ma-fields label.col-form-label {
    min-width: 70px;
    text-align: right;
    justify-content: flex-end !important;
  }

  .ma-fields input.form-control {
    width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .col-nextpickedstarter,
  .col-nextppexpiring {
    width: 50%;
  }

  .col-freepp {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .col-nextpickedstarter,
  .col-nextppexpiring {
    width: 100%;
  }
}

@media screen and (max-width: 728px) {
  .col-freepp {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ma-title {
    position: relative;
    padding: 20px !important;
  }
}

.card-nextgamepicked p:empty {
  display: none;
}

.card-acquirepp .cm-content {
  padding: 10px 10px;
}

.team-vs .team img {
  width: 100%;
  margin: 0;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

.nps > div {
  min-height: 88px;
}

.nps p.text-xs {
  font-size: 12px;
}

.flex-align-top {
  align-items: flex-start !important;
}

.no-underline {
  text-decoration: none;
}

@media screen and (min-width: 601px) {
  .npg {
    overflow-y: auto;
    height: 100%;
    padding: 8px 8px 0 8px;
  }

  .three-col-row .npg,
  .three-col-row .npg-btn {
    padding: 0;
    width: 100%;
  }

  .card-nextgamepicked .card-body {
    padding: 0;
  }

  .npg-btn {
    padding: 8px;
  }

  .np-game:last-child {
    margin: 0 !important;
  }
}

.team-vs {
  margin-top: 3px;
}

.nps-nogame {
  height: 100%;
  display: flex;
  width: 100%;
  margin: 0 !important;
}

body .card .noexpiring .cm-thumb.thumbnail {
  width: 60px;
  height: 60px;
  margin-top: 6px;
}

body .card .noexpiring .cm-img {
  width: 70px;
}

.noexpiring {
  min-height: 170px;
}

.search-clear {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}

.search-clear i {
  color: #006bd1;
  font-size: 25px;
}

.search-clear:hover {
  cursor: pointer;
}

.status-card-table {
  th {
    background: transparent;
    border: 1px solid #f5f5f5;
    color: #000;
    font-size: 11px;
    padding: 5px 0;

    &:first-child {
      border: none;
    }
  }
  td {
    border: 1px solid #f5f5f5;
    padding: 3px;
  }
  .empty-th {
    border: none !important;
  }
  .status-card-table-label {
    background: #4b9cf8;
    color: #fff;
    padding: 0px 12px;
    border-radius: 6px;
    display: inline-block;
    font-size: 13px;
  }
}

.dailypick-icon-container {
  background-color: #003262;
  min-height: 60px;
  margin-top: 30px;
  min-width: 60px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .npg {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: 100%;
  }

  .nps-nogame {
    min-height: 100px;
  }

  .np-game {
    width: 48%;
    margin-bottom: 0 !important;
  }

  .npg-btn {
    padding: 0;
  }

  .team-vs .team img {
    height: 60px;
  }

  .ma-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .make-default {
    border: none;
  }

  .merchantAssignment .formwrap {
    padding: 0 20px 20px;
  }

  .noexpiring {
    min-height: 120px;
  }
}

.m-icon img {
  width: 35px;
}

.happeningsList .icon-deals {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 25px;
  object-fit: contain;
}

@media screen and (min-width: 900px) {
  .merchant-logo {
    max-width: 110px;
    margin: auto;
  }

  body .card .cm-thumb.thumbnail {
    max-width: 100%;
    margin: auto;
    display: block;
  }
}

body .nextexpiringpp .merchant-logo-header {
  max-width: 110%;
  margin: 0 -5px 0 -5px;
  top: -7px;
}

@media screen and (max-width: 800px) {
  body .merchant-logo-header {
    width: 115%;
  }
}

.champ-wrapper.champ-bw .btn {
  background: #f2f2f2;
  color: #006bd1;
}

@media screen and (max-width: 1100px) {
  .champ-wrapper {
    padding: 10px;
  }

  .card-header {
    padding: 14px 5px;
  }
}

.champ-card {
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .champ-card h3 {
    font-size: 18px;
    margin: 0;
  }

  .champ-card .champ-bw h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .team-vs .team img {
    height: 47px;
  }
}

.iamgreatest-table {
  max-width: 1200px;
  margin: auto;
}

#iamgreatest .col-won,
#iamgreatest .col-position {
  width: 10%;
}

.iamgreatest-table .col-greatest {
  width: 13%;
}

.iamgreatest-table .col-merchant.col-g {
  width: 19%;
}

.iamgreatest-table .col-pickpon.col-g {
  width: 25%;
}

.iamgreatest-table .col-map.col-g {
  width: 20%;
}

.iamgreatest-table .tcol .col-g {
  border-right: 1px solid #cecece;
  display: flex;
  align-items: center;
}

#iamgreatest .tcol {
  padding: 0;
  gap: 0;
  align-items: stretch;
  flex-direction: row;
  display: flex;
  flex: 1;
}

#iamgreatest .cm-thumb.thumbnail {
  max-width: 250px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #f2f2f2;
}

#iamgreatest .pp-score-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

#iamgreatest .won-levelup {
  width: 30px;
}

#iamgreatest .tcol {
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  #iamgreatest .tcol {
    flex-direction: column;
  }

  .col-won.col-pickpon {
    flex-direction: row;
  }

  .container.iamgreatest-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xs-flex-row {
    flex-direction: row !important;
  }

  .xs-m-0 {
    margin: 0 !important;
  }

  .xs-m-1 {
    margin: 10px !important;
  }

  .xs-p-0 {
    padding: 0 !important;
  }

  .xs-m-1 {
    margin: 10px !important;
  }
}

@media screen and (max-width: 900px) {
  .card .mypickpons-main .cm-content {
    padding-left: 150px !important;
    padding-top: 3px !important;
    padding-bottom: 0 !important;
    width: 100%;
  }

  .card .mypickpons-main .cm-img {
    position: absolute;
    max-width: 130px;
    width: 100%;
    position: absolute;
    left: 20px;
  }

  .mypickpons-main .currentmerchant.pickpon-list-card {
    padding: 20px 20px 0 20px;
  }

  .distance-box {
    flex-direction: row;
    gap: 20px !important;
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .distance-box .btn.btn-sm {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .sm-flex-row {
    flex-direction: row !important;
  }

  .sm-m-0 {
    margin: 0 !important;
  }

  .sm-m-1 {
    margin: 10px !important;
  }

  .sm-p-0 {
    padding: 0 !important;
  }

  .sm-p-1 {
    padding: 10px !important;
  }
}

@media screen and (max-width: 600px) {
  .card .mypickpons-main .cm-img {
    left: 0;
  }

  .xs-flex-col {
    flex-direction: column;
  }
}

.levels-col > .card {
  margin-bottom: 1.5rem;
}

.three-col-row .card {
  height: 100%;
}

.pickpon-btn-group.dashboard-btn-group.acquire {
  margin-top: 20px;
}

.modal .pp-close {
  right: 15px;
  z-index: 999;
  display: block;
  cursor: pointer;
}

.namefields .dropdown.bootstrap-select.form-control {
  padding: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.card .namefields .dropdown .dropdown-toggle {
  margin: 0;
}

.container.page-signupmerchant {
  max-width: 1228px;
  padding-top: 120px;
}

.card-ltblue {
  background-color: #f4f8ff;
  border: 1px solid #99c1fc;
}

.card-yellow {
  background-color: #fff7e2;
  border: 1px solid #f8e6b7;
}

@media screen and (min-width: 800px) {
  .col-nextpickedstarter .card-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.daily-pick-col .card.shadow-none,
.col-currentmerchant .card.shadow-none {
  height: 100%;
}

@media screen and (max-width: 600px) {
  .xs-h-auto {
    height: auto !important;
  }

  .three-col-row .card {
    height: auto;
  }

  #dashboardPicks .pcol:last-child {
    margin: 0;
  }

  .ta-item {
    width: 45%;
    text-align: center;
  }

  #dailypick .tcol {
    padding: 0px;
  }

  #dailypick .tcol.ttime .game-date {
    max-width: 220px;
    margin: auto;
  }

  #dailypick .row-group .form-check:first-child {
    border-right: none;
  }

  #toggleGames.flex > .form-check {
    width: 25%;
    margin-right: 0;
  }

  #toggleGames .form-control {
    max-width: 100%;
    width: 100%;
  }

  .table-actions {
    flex-direction: column;
    gap: 10px;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

#dailypick .btn.btn-td {
  font-weight: bold;
}

#dailypick .tcol.ttotal .btn-td.td-total {
  min-width: 80px;
}

@media screen and (max-width: 480px) {
  #dailypick .tcol.tspread,
  #dailypick .thead.tspread {
    width: 22%;
  }

  #dailypick .tcol.ttotal,
  #dailypick .thead.ttotal {
    width: 23%;
  }

  #dailypick .tcol.tmoney,
  #dailypick .thead.tmoney {
    width: 17%;
  }

  #dailypick .btn-td {
    min-width: unset;
    flex: 1;
  }
}

@media screen and (max-width: 810px) {
  #dailypick .row-group .form-check:first-child {
    border-right: none;
  }

  #dailypick.table-games .table-head > .thead {
    padding: 8px;
    display: flex !important;
    align-items: center !important;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #dailypick.table-games .table-head > .thead.ttime {
    display: none !important;
  }
}

.merchant-icons div {
  width: 27px;
  text-align: center;
}

.noBorder:hover,
.noBorder:focus,
.noBorder:active {
  border: none !important;
}

.col-nextpickedstarter .card-body {
  max-height: 255px;
}

#modalManualRedeem .modal-dialog {
  max-width: 380px;
}

#modalAutoRedeem .modal-dialog {
  max-width: 420px;
}

.modal .or-border::before,
.modal .or-border::after {
  width: 40%;
  background-color: #000;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: "";
  color: #fff;
  top: 14px;
}

.filters .radius-select .form-select {
  padding: 8px 30px 8px 10px;
  background-position: right 0.5rem center;
}

.radius-select {
  align-items: flex-end;
}

.filters .radius-select .dec {
  height: 30px;
}

.filter-label .pp_icon {
  position: absolute;
  left: 0;
}

.filters.filters-radius .radius-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.radius-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.radius-submit-btn:hover {
  opacity: 0.8;
}

.radius-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.radius-input {
  max-width: 70px;
  text-align: center;
}

.filter-sep {
  background: #fff;
  width: 1px;
}

@media screen and (max-width: 728px) {
  .filter-column .card .cm-img {
    position: absolute;
    width: 110px;
  }

  .filter-column .card .cm-content {
    width: 100%;
    padding-left: 110px !important;
    padding-top: 17px !important;
    min-height: 200px;
  }

  .filter-column .card .btn.btn-sm {
    font-size: 11px;
    padding: 5px 5px;
  }

  .filter-column .cm-content .cm-info {
    padding-bottom: 25px;
  }

  .filter-column .card .cm-content {
    padding-bottom: 5px !important;
  }

  .page-header p {
    margin: 0;
  }

  .page-header {
    padding: 20px 0 10px 0;
    margin-bottom: 0;
  }

  .note,
  p.note {
    font-size: 14px;
    line-height: 1.3;
    font-style: italic;
  }
}

@media screen and (max-width: 1136px) {
  .filter-sep {
    display: none;
  }

  .filter-wrapper .filters {
    width: 48%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
  }

  .filter-box {
    gap: 10px;
    flex-wrap: wrap;
  }

  .filters label {
    width: 100px;
  }
}

@media screen and (min-width: 480px) and (max-width: 1136px) {
  .merchants-container.page-wrapper {
    overflow: hidden;
  }

  #toggleGames .form-input.searchIcon {
    max-width: 300px;
  }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .merchants-container.page-wrapper {
    padding-top: 150px;
  }
}

@media screen and (max-width: 600px) {
  .filter-wrapper .filters.filters-filter {
    width: 100%;
  }

  .filter-wrapper .filters.filters-sort {
    width: 100%;
    justify-content: flex-end;
  }

  .filter-wrapper .filters {
    width: 100%;
  }
}

@media screen and (min-width: 901px) and (max-width: 1136px) {
  .filter-wrapper .filters.filters-sort {
    width: 48%;
    justify-content: flex-end;
  }

  .filter-wrapper .filters.filters-filter {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .filter-wrapper .filters {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .filter-wrapper .filters > div {
    padding-left: 85px;
  }

  .filter-wrapper .filters > div.flex {
    min-height: 40px;
  }

  .filters label {
    position: absolute;
    left: 0;
    height: 100%;
    width: 85px;
  }
}

.fixedMap {
  height: calc(100% - 145px);
}

#dashboardPicks .prow.row-group.row-merchant {
  min-height: 235px;
}

#dashboardPicks .levelbox .merchant-logo .dashboard-level-logo,
#dashboardPicks .levelbox .dashboard-level-logo {
  width: 100%;
  height: 100px;
  object-fit: contain;
  display: block;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}

body .col-nextppexpiring .card-body,
body .col-nextpickedstarter .card-body {
  padding: 8px;
}

.pp-tag-date {
  position: absolute;
  top: 6px;
  z-index: 9;
}

.pp-tag-date .pp-tag {
  padding: 4px 4px 5px;
  height: auto;
  min-height: unset;
}

.nextexpiringpp .cm-content .cm-img {
  padding-top: 5px;
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  body .dailypick .table-team-row {
    gap: 0;
    padding: 0 0 0;
  }
}

@media screen and (max-width: 810px) {
  .dailypick .btn span {
    display: flex;
    min-width: unset;
    font-size: 15px;
    justify-content: center;
    gap: 5px;
  }

  #pickponheader .dropdown-menu {
    transition: none;
    position: relative;
    text-align: center;
  }

  .qr_wrapper.header_qr_wrapper {
    padding: 10px 20px;
    text-align: center;
    width: 260px;
    max-width: 260px;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .dailypick .row-group.game-date > div {
    min-height: 42px !important;
    border: none;
  }

  #toggleGames.availgames-list {
    margin-top: 10px;
  }

  .nextexpiringpp .cm-content .cm-img {
    padding-top: 10px;
    margin-top: 11px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px !important;
  }

  .picksupcoming .thead.taction.flex.flex-center {
    display: none;
  }

  .picksupcoming .row-group .form-check:first-child {
    border-right: none;
  }

  .todaysPickStarterControls > a {
    width: 120px;
  }

  .todaysPickStarterControls .form-check .up {
    font-size: 14px;
  }

  .dailypick .btn span.OV {
    font-size: 12px;
  }

  .modal {
    padding: 20px;
  }
}

@media screen and (max-width: 1090px) {
  .page-wrapper {
    min-height: 100vh;
  }

  #pickponheader .dropdown-menu {
    transition: none;
    position: relative;
    text-align: center;
  }
  #menutabs.show {
    display: none !important;
  }
}

.todaysPickStarter {
  color: #083061;
  font-weight: bold;
}

@media screen and (max-width: 810px) {
  .picksupcoming .tgame {
    width: 100%;
  }

  .picksupcoming .tpick,
  .picksupcoming .tcurrent {
    width: 100%;
  }

  .dailypick.picksupcoming .table-head {
    display: none;
  }

  .picksupcoming .tpick .row-group,
  .picksupcoming .tcurrent .row-group {
    display: flex;
    flex-direction: revert;
  }

  .dailypick.picksupcoming .row-group > div {
    min-height: 50px !important;
    padding: 5px 10px;
  }

  .dailypick.picksupcoming .row-group.game-teams > div {
    align-items: flex-start;
  }

  .dailypick.picksupcoming .tcol.taction .row-group > div {
    min-height: 32px !important;
  }

  body .dailypick.picksupcoming .table-team-row {
    gap: 0;
    padding: 0;
    margin-bottom: 50px;
    position: relative;
  }

  body .dailypick.picksupcoming .table-team-row .tcol {
    position: relative;
    padding: 0 0 0 100px;
    border-left: 0;
    border-top: 0;
    width: 100%;
  }

  body .dailypick.picksupcoming .table-team-row .tcol.taction {
    padding: 0;
  }

  body .dailypick.picksupcoming .table-team-row .tcol.taction:before {
    content: none;
  }

  body .dailypick.picksupcoming .table-team-row .tcol::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    top: 0;
    bottom: 0;
    background-color: #006cd1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  body .dailypick.picksupcoming .table-team-row .tcol.ttime:before {
    content: "Time";
  }

  body .dailypick.picksupcoming .table-team-row .tcol.tgame:before {
    content: "Game";
  }

  body .dailypick.picksupcoming .table-team-row .tcol.tpick:before {
    content: "Pick";
  }

  body .dailypick.picksupcoming .table-team-row .tcol.tcurrent:before {
    content: "Current";
  }

  .dailypick.picksupcoming .todaysPickStarterControls span {
    color: #fff !important;
  }

  .dailypick.picksupcoming .tcol.tgame .row-group.game-teams {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .dailypick.picksupcoming .row-group .teamname {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .dailypick.picksupcoming .row-group .teamname .team-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 0;
    object-fit: contain;
  }

  .dailypick.picksupcoming .todaysPickStarter {
    width: 100%;
    max-width: 100px;
  }

  .dailypick.picksupcoming .todaysPickStarterControls > div {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .picksupcoming .tcol.taction {
    padding: 0;
    max-width: 100%;
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #093262;
  }

  .picksupcoming .tcol.taction a {
    color: #fff;
  }

  .picksupcoming .tcol {
    padding: 0px 5px;
  }

  .todaysPickStarterControls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .todaysPickStarterControls {
    display: flex;
    flex-direction: row;
  }

  .picksupcoming .tcol.taction > .row-group {
    display: flex;
    flex-direction: revert;
  }

  .todaysPickStarter {
    color: #fff;
  }
}

.modal .btn {
  padding: 11px 15px;
}

.pick_status {
  width: 24px;
  height: 24px;
  z-index: 9;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0 0 1px 0;
  position: absolute;
  bottom: 13px;
  left: -32px;
}

.pick_status img {
  width: 24px;
  height: 24px;
  max-width: none;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 810px) {
  .pick_status {
    position: relative;
    left: 0;
    bottom: unset;
  }

  .tcol .row-group .relative {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: inherit;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #dailypick.dailypick .btn span {
    font-size: 12px;
  }

  .table-picks .table-team-row .row-group.game-teams > div > .teamname {
    flex-direction: column;
  }

  .row-group .teamname {
    padding: 10px;
    width: 100%;
  }

  .teamlabel {
    text-align: center;
    font-size: 12px;
  }

  #dailypick .game-teams > div:first-child .teamname {
    border-bottom: 1px solid #cecece;
  }

  #dailypick .game-teams > div:first-child {
    border: none !important;
  }

  #dailypick.dailypick .table-team-row {
    border-bottom: 1px solid #cecece;
  }

  #dailypick.dailypick .tcol .row-group > div {
    min-height: 53px;
  }

  body .dailypick.picksupcoming .table-team-row:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .dailypicks-wrapper {
    overflow: hidden;
  }

  .todaysPickStarterControls .bar {
    display: none;
  }
}

.nextexpiringpp .pp-icon-btn {
  width: 50px;
}

.nextexpiringpp .slider-container {
  margin-bottom: 8px;
}

.swap-starter,
.swap-backup {
  min-width: 90px;
}

.picks-in-progress .tcol.tscorestat {
  display: flex;
  justify-content: center;
  align-items: center;
}

.picks-in-progress .col-qtr.grey-box > div {
  border: none;
  font-size: 15px;
  width: auto;
  text-align: center;
}

.picks-in-progress .tcol.tscorestat .col-qtr.grey-box {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 810px) {
  #toggleGames .form-input.searchIcon {
    display: none;
  }

  #dailypick.table-games .table-head > .thead.tteam {
    text-align: left;
    justify-content: flex-start;
  }

  .table-actions .flex.dp-modals {
    justify-content: center;
    flex-direction: row !important;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 810px) {
  #dailypick .tspread,
  #dailypick .ttotal,
  #dailypick .tmoney {
    width: 16.65%;
    text-align: center;
  }

  #dailypick .tcol.ttime {
    width: 12%;
  }

  #dailypick .tteam {
    width: 38%;
  }

  #dailypick.table-games .table-head > .thead.ttime {
    display: block !important;
  }
}

@media screen and (min-width: 811px) {
  .dp-search-mobile.w-full {
    display: none;
  }

  .table-actions .flex.xs-flex-col {
    flex-direction: row !important;
    gap: 40px;
    justify-content: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .table-actions .flex.ta-item-group {
    justify-content: space-between !important;
  }
}

.pp-stat-label {
  background: #4b9dfc;
  color: #fff;
  padding: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 1;
  gap: 5px;
}

.btn-link.flex-center {
  text-decoration: none;
  display: inline-flex;
  gap: 5px;
}

.btn-link.flex-center:hover {
  text-decoration: underline;
}

.thead.ttime {
  text-align: center;
}

.champ-wrapper {
  padding: 10px 5px 0;
}

.pp-stat {
  background: #fff;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #eee;
  display: flex;
  gap: 0;
  overflow: hidden;
}

.pp-stat-value {
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  line-height: 1;
  color: #000;
  flex: 1;
  min-width: 50px;
}

.pp-stat-label {
  background: #4b9dfc;
  color: #fff;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 1;
  gap: 5px;
}

.btn-link.flex-center {
  text-decoration: none;
  display: inline-flex;
  gap: 5px;
}

.btn-link.flex-center:hover {
  text-decoration: underline;
}
@media screen and (max-width: 810px) {
  .pp-history.pt-4 {
    padding-top: 10px !important;
  }
  .picks-notes {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1155px) {
  .section-header .picksmade {
    flex-direction: column;
    width: 100%;
  }
  section.picks-wrapper .section-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .picks-wrapper .section-header h3 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 930px) {
  .section-header .picksmade .pp-stats-wrap {
    flex-direction: column;
    align-content: start;
    align-items: start;
    width: 100%;
    gap: 10px !important;
  }
}
.signUpAlerts .btn.dropdown-toggle {
  min-width: 60px;
}
@media screen and (max-width: 600px) {
  body header#pickponheader .btn.dropdown-toggle {
    height: auto;
  }
  .alerts-card {
    padding: 10px !important;
  }
  .alerts-card table,
  .alerts-card th,
  .alerts-card td {
    border: 1px solid #cecece;
    padding: 5px;
  }
  .th_alert_description {
    width: 40%;
  }
}
.phone-wrap {
  gap: 0;
  width: auto;
  background: #f6f7f6;
  padding: 0;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.phone-icon {
  background-image: url("../images/icons/sms-white.svg");
  background-repeat: no-repeat;
  background-color: #093262;
  color: #fff;
  padding: 10px;
  width: 40px;
  background-size: 22px;
  background-position: center;
}
.phone-info {
  padding: 10px;
}
.phone-edit {
  padding: 10px 10px 10px 0;
  display: flex;
  gap: 8px;
}
.phone-edit a:hover {
  color: #093262;
}
@media screen and (max-width: 600px) {
  #pp-activity.pp-sortable thead {
    border: none;
  }
  #pp-activity.pp-sortable {
    border-left: none;
  }
  #pp-activity.pp-sortable thead tr,
  #pp-activity.pp-sortable thead tr th {
    border-left: none;
  }
}
.form-check .OV {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #toggleGames .form-check.check-nba img {
    width: 14px;
  }
  #toggleGames .form-check.check-nfl img {
    width: 26px;
  }
  #toggleGames .form-check.check-mlb img {
    width: 38px;
  }
  #toggleGames .form-check.check-ncaaf img {
    width: 38px;
  }
  #toggleGames .form-check.check-ncaab img {
    width: 34px;
  }
}

/* Pickpons admin support embed (PDF §18) — read-only member account view */
.pp-support-embed-banner {
  background: #093262;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
  z-index: 1040;
}

/* Block edits; allow in-app navigation via header/menu links */
body.pp-support-embed-readonly button:not(.navbar-toggler),
body.pp-support-embed-readonly input,
body.pp-support-embed-readonly textarea,
body.pp-support-embed-readonly select,
body.pp-support-embed-readonly [role="button"]:not(.navbar-toggler),
body.pp-support-embed-readonly label[for] {
  pointer-events: none !important;
  cursor: default !important;
}

body.pp-support-embed-readonly form {
  pointer-events: none !important;
}

body.pp-support-embed-readonly header a,
body.pp-support-embed-readonly #pickponheader a,
body.pp-support-embed-readonly .menutab-links a,
body.pp-support-embed-readonly .list-dropdown a,
body.pp-support-embed-readonly header .dropdown-menu a,
body.pp-support-embed-readonly .user-dropdown .dropdown-menu a,
body.pp-support-embed-readonly .pp-support-embed-allow-nav {
  pointer-events: auto !important;
  cursor: pointer !important;
}

body.pp-support-embed-readonly button.navbar-toggler,
body.pp-support-embed-readonly header button.dropdown-toggle,
body.pp-support-embed-readonly
  #pickponheader
  button[data-bs-toggle="dropdown"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

body.pp-support-embed-readonly .pp-support-embed-allow-scroll {
  pointer-events: auto !important;
}

body.pp-support-embed-readonly #footer {
  display: none !important;
}

.credits-packages.bg-light-even {
  background: #fff;
}

.credits-package:nth-child(2n),
.credits-packages.bg-light-odd {
  background: #ebf4ff;
}

.quill-wrapper .ql-container {
  resize: vertical;
  overflow: auto;
  min-height: 200px;
  background-color: #fff;
}

.quill-wrapper .ql-editor {
  line-height: 1.6;
  min-height: 200px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.quill-wrapper .ql-editor * {
  white-space: normal !important;
  word-break: normal !important;
}

.quill-wrapper .ql-editor p {
  margin-bottom: 0.75em;
}

.quill-wrapper .ql-editor p:last-child {
  margin-bottom: 0;
}

.email-quill-body {
  position: relative;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
}
.email-quill-body--profane {
  border: 2px solid #dc3545;
  border-radius: 4px;
  background-color: #fff5f5;
}
.email-quill-body--profane .ql-editor p {
  color: #721c24 !important;
  caret-color: #212529;
  background-color: #f8d7da !important;
  padding: 0 2px;
  font-weight: 600;
  border-radius: 2px;
  width: fit-content;
}
.email-quill-body--profane .ql-toolbar {
  background-color: #fff5f5;
}
.email-quill-body .quill {
  position: relative;
  z-index: 1;
  min-height: 320px;
}
.email-quill-body .ql-toolbar {
  border-top: none;
  border-left: none;
  border-right: none;
}
.email-quill-body .ql-container {
  border: none;
  min-height: 280px !important;
  height: 280px;
}
.email-quill-body .ql-editor {
  padding-top: 1rem;
  min-height: 250px !important;
  height: 250px !important;
}

.page-investors .investor-amount-input .input-group-text {
  background-color: #fff;
  font-weight: 600;
}

.page-investors .ql-attachment::before {
  content: "\f0c6";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
}

.page-investors .ql-editor img {
  max-width: 100%;
  height: auto;
}

.page-investors .investor-captcha-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.page-investors .investor-captcha-question {
  min-width: 120px;
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 700;
  color: #006bd1;
  line-height: 1.2;
}

.page-investors .investor-captcha-row .form-control {
  max-width: 160px;
}

.page-investors .investor-captcha-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  color: #006bd1;
  cursor: pointer;
}

.page-investors .investor-captcha-refresh:hover:not(:disabled) {
  color: #004f9f;
}

.page-investors .investor-captcha-refresh:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 767.98px) {
  .page-investors .investor-captcha-row .form-control {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.birthday-fields-row {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}

.birthday-fields-row .form-select {
  flex: 1 1 0;
  min-width: 0;
}

.accountInfo .birthday-fields-row .form-select:disabled {
  background-color: #f5f5f5;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 1;
}

.accountInfo .birthday-readonly-note {
  font-size: 0.875rem;
  color: #6c757d;
}
