html {
  height: 100%;
}

body {
  background: #f6f7f6;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

b,
strong {
  font-weight: bold;
}

/* 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;
  margin-top: 50px;
}

#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;
}

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

.grayBox {
  background: #f2f2f2;
  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;
}

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

.btn {
  padding: 9px 15px;
  font-size: 13px;
  border: none;
}

.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;
}

.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;
}

.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: 1600px;
  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: 14px;
}

.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;
}

.table-sources {
  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: #f7faff;
}

.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;
}

.happeningsList .icon-deals {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 25px;
  object-fit: contain;
}

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;
  position: relative;
}

.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: 450px;
  width: 100%;
  margin: 50px auto;
  background: #fff;
  height: auto;
  padding: 40px;
  border-radius: 5px;
}

.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: 12px;
  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 {
  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: 14px;
  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 {
  border: 1px solid #cecece;
  padding: 10px 20px;
}

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: 14px;
  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: 14px;
}

.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;
}

#table-sources tr {
  background: #fff;
}

#table-sources 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: #006bd1 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;
}

/* Match pickpons-member global.css: light inactive tabs, dark active (admin had active #F7FAFF = wrong) */
.dailyhappenings .nav-item > button.nav-link {
  width: 100%;
  border-radius: 0;
  font-size: 12px !important;
  background: #d8eaff;
  color: #000;
}

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

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

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

.nav-item > button.nav-link {
  background: #006bd1 none repeat scroll 0 0;
  border: none;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 14px !important;
  line-height: 1.42857;
  margin-right: 2px;
  padding: 10px !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: 0;
  background: #eee;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.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: 14px;
  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: 811px) {
  .loginBanner > img {
    width: 100%;
  }

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

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

  #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;
  }
}

.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 30px;
  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;
}

.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: 900px;
  height: 100vh;
}

.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 30px !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;
}

.badge-tag {
  position: absolute;
  left: 15px;
  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;
  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: 65px;
  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;
  }

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

  body .navbar-toggler {
    top: 15px;
  }
}

@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;
  }
}

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

@media screen and (max-width: 600px) {
  body #pickponheader.pageheader .navbar-toggler {
    top: 67px;
    padding: 10px 15px;
    width: auto;
    border-radius: 5px;
    position: absolute;
    bottom: unset;
    right: 15px;
    min-height: 56px;
  }
}

@media screen and (max-width: 811px) and (min-width: 600px) {
  #pickponheader .navbar-toggler {
    top: 15px;
  }

  #pickponheader .navbar {
    height: auto;
    position: absolute;
    top: 78px;
    left: 0;
  }
}

@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;
  }

  #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.8) !important;
  }

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

  #pickponheader.pageheader .logowrapper {
    padding: 0;
    width: 100%;
  }

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

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

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

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

  .badge-tag {
    position: absolute;
    left: 6px;
    top: -32px;
    width: 130px;
  }

  #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;
  }

  .logowrapper {
    margin: 0 !important;
  }

  .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.pageheader > .container {
    padding: 10px 15px !important;
  }

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

  .homepage.home_wrapper {
    padding-top: 170px;
    flex-direction: column;
  }

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

  #homefooter {
    position: relative;
  }

  .homecardsWrapper {
    max-width: 300px;
  }

  #navbarCollapse {
    background: transparent;
    padding: 10px 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: 14px;
}

#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: underline;
  color: #fff;
}

#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 .card .dropdown .btn.btn-secondary:focus {
  color: #fff;
  background-color: #006bd1 !important;
  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: underline !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;
  }

  .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) {
  #pickponheader.pageheader .nav-link {
    margin: 10px 1px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }

  #pickponheader.pageheader .pickponmerchants .nav-link {
    margin: 10px 0;
  }

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

  .card.card-coupon {
    padding: 0 15px;
  }

  .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;
}

.homepage.home_wrapper .card .svgimg-cp {
  width: 300px;
}

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

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

#pickponheader .dropdown-menu {
  transition: none;
}

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

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

.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;
}

.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: 6px 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: 14px;
  padding: 12px 15px;
  line-height: 18px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

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

.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;
}

.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;
}

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_table-sources a:before {
  background-image: url("../images/icons/table-sources.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 {
  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;
  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.btn-grey:focus,
body .btn.btn-grey:active,
body .btn.btn-grey:hover {
  color: #fff;
  border: 1px solid #006bd1;
  background-color: #006bd1;
}

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

.badge {
  font-size: 10px;
  font-weight: normal;
}

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

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

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

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

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

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

.selectteam-card-mobile {
  display: none;
}

.show-mobile {
  display: none;
}

.item-suggestions table.table tr th a {
  color: #fff;
  text-decoration: underline;
}

.memberModal h1.modal-title span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}

@media screen and (max-width: 600px) {
  .page-suggestions .card {
    padding: 13px !important;
  }

  .item-suggestions table.table tr th {
    color: #fff;
  }

  .btn.btn-white {
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
  }

  .show-mobile {
    display: block;
  }

  .selectteam-card {
    display: none;
  }

  .selectteam-card-mobile {
    display: block;
  }

  table.table tr th {
    background-color: transparent;
    color: #000;
    vertical-align: middle;
    padding: 15px;
  }

  .footable-details.table tr td {
    padding: 0 !important;
  }

  td .sf.sf-teams .sfr {
    position: relative;
  }

  th.footable-first-visible img.sf-icon,
  td.footable-last-visible img.sf-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
  }

  td .sf.sf-teams .sfr {
    padding: 0 0 0 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    line-height: 1.2;
  }

  table th.footable-first-visible img.sf-icon {
    max-width: 34px;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    object-position: center;
    height: 100%;
  }

  table.table tr th.footable-first-visible {
    padding: 15px 15px 15px 35px !important;
  }

  .sf-controls {
    padding: 10px;
  }

  #sportsfeed tr:last-child {
    background: #fff !important;
  }
}

.footable-header th.footable-first-visible {
  background: transparent !important;
  color: #000 !important;
  padding: 0.5rem 0.5rem !important;
}

table.table tr th.footable-first-visible {
  background-color: #006bd1;
  color: #fff;
  vertical-align: middle;
  padding: 15px 15px 15px 30px;
}

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;
}

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

.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;
}

.btn.btn-sm {
  font-size: 12px;
  padding: 5px 20px;
  border: 1px solid #006bd1;
}

.dailyhappenings {
  border: 1px solid #cecece;
  border-radius: 5px;
  overflow: hidden;
}

.champ-wrapper a.btn:hover {
  background: #0056d3 !important;
}

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

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

.champ-img {
  padding: 20px 20px 0 20px;
}

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

.champ-wrapper {
  padding-bottom: 10px;
}

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

.team-vs .team img {
  width: 40px;
}

.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 {
  max-width: 250px;
  width: 100%;
}

.card .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 17px;
}

.pickpon-btn-group > button {
  font-size: 13px;
  padding: 4px 10px;
  min-height: 40px;
}

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;
}

.bg-ltpurple {
  background-color: #e5e0f4 !important;
}

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

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

.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;
  align-content: center;
  align-items: center;
  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: 10px;
  }

  .table-sources_box .flex.flex-between {
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
  }
}

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

  .cm-img .fs-6.text-center {
    padding-bottom: 0 !important;
  }

  body .assign-merchants-footer {
    margin: 15px 0 0 0 !important;
  }

  body .assign-merchants-footer > .flex {
    flex-direction: revert;
  }

  body .table-sources_box p.flex {
    align-content: start;
    align-items: start;
    display: flex;
    justify-content: start;
    margin: 0 0 10px 0 !important;
  }

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

  .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;
  }

  .table-sources_box .flex.flex-between {
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
  }

  .pickpon-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  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: 811px) and (max-width: 1312px) {
  body .dashboard-wrapper {
    padding-top: 160px;
  }

  body .align-items-center {
    align-items: center !important;
    justify-content: center !important;
  }

  body header .align-items-center {
    align-items: center !important;
    justify-content: space-between !important;
  }

  .merchants-container {
    padding-top: 100px !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: 16px;
    line-height: 1.3;
  }

  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: 14px;
    font-weight: 600;
  }

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

  body .happeningsList {
    max-height: 295px;
  }

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

  .three-col-btn button {
    width: 33%;
  }
}

.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;
}

.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 {
  min-width: 85px;
  border-right: 1px solid #fff;
  margin-right: 20px;
  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 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
}

.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: 810px) {
  .filter-wrapper .radio-group.flex {
    flex-direction: column;
    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: 100%;
  }

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

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

@media screen and (max-width: 480px) {
  .page-wrapper {
    padding-top: 150px;
  }
}

.menutab-links li a {
  padding: 14px 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 14px 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  height: 100%;
}

@media screen and (max-width: 1366px) {
  .menutab-links li a {
    padding: 14px 14px;
  }
}

.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 {
  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;
}

@media screen and (max-width: 480px) {
  #menutabs.show {
    display: none !important;
  }
}

.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: 3px;
}

img.ent-menu-icon {
  width: 22px !important;
  max-width: 22px !important;
  min-width: 22px;
  height: 22px !important;
  margin-right: 6px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

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

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

.menutab-links li a:hover::after {
  content: none;
  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;
}

.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%;
}

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;
}

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

.menu-pickpons .menutab-links li a.active {
  background: #093262;
}

@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;
  }
}

.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;
}

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

.sports-icon {
  width: 30px;
}

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 .favorite-team-small {
  top: -3px;
}

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

.btn.dropdown-toggle.btn-light {
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -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: 0.375rem;
  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;
}

#table-sources .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;
  }

  .table-sourcess-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: 20px !important;
  }

  #toggleGames .form-input {
    width: 100%;
  }

  .table-wrapper {
    max-width: 100%;
    overflow-x: scroll;
    margin: 15px 0 !important;
  }

  .flex > .form-check {
    width: 30%;
  }

  .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;
  }
}

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

.text-semibold {
  font-weight: 600;
}

h1.l-number {
  font-size: 50px;
  margin: 0;
  line-height: 1;
}

.team-icon {
  width: 32px;
  margin-right: 10px;
}

.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;
}

#table-sources .row-group .form-check,
#table-sources .row-group label {
  margin: 0;
}

#table-sources .row-group .form-check .form-check-input {
  position: absolute;
  top: 18px;
}

#table-sources .row-group > div {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 5px 0;
  min-width: 58px;
}

.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;
}

.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;
}

#memberModal .modal-dialog {
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 588px) {
  .hidden-xs {
    display: none;
  }

  .hidden.show-xs,
  .show-xs {
    display: block !important;
  }
}

@media screen and (max-width: 811px) {
  .ag td .heart-this {
    display: none;
  }

  table#table-sources .row-group .teamname {
    padding-left: 0;
  }

  #table-sources th.td_time {
    position: absolute;
  }

  #table-sources .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;
  }

  #table-sources .row-group.game-date {
    gap: 0;
    flex-direction: row;
    justify-content: center !important;
    align-items: start;
    padding: 0;
  }

  #table-sources .table-head > .thead.tteam {
    text-align: left;
    justify-content: left;
  }

  #table-sources .thead.ttime {
    display: none !important;
  }

  #table-sources .row-group > div {
    min-height: 50px;
    padding: 5px 0;
  }

  #table-sources .tcol .row-group > div {
    min-height: 40px;
    padding: 0 5px;
  }

  table#table-sources .ag td {
    padding: 0;
    vertical-align: top;
  }

  table#table-sources tr {
    background: #fff;
  }

  table#table-sources .game-date {
    display: flex;
    flex-direction: row-reverse;
    align-content: start;
    justify-content: start !important;
    gap: 10px;
    padding: 0 10px;
  }

  table#table-sources .row-group > div.form-check {
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: center;
  }

  table .row-group > div.form-check .btn {
    width: 100%;
  }

  #table-sources .btn {
    padding: 5px;
    break-inside: avoid;
  }

  #table-sources th {
    padding: 10px;
  }

  #table-sources .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: 26px;
    margin-right: 10px;
    margin-left: 0;
  }

  #table-sources .tspread,
  #table-sources .ttotal,
  #table-sources .tmoneyline {
    width: 15%;
  }

  #table-sources .tteams {
    width: 55%;
  }

  #table-sources .td_time .game-date > div {
    min-height: unset;
  }

  .table-team-row {
    position: relative;
    padding-bottom: 40px;
  }

  .tcol.ttime {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
  }

  #table-sources .tteam {
    width: 30%;
  }

  #table-sources .tspread,
  #table-sources .ttotal,
  #table-sources .tmoneyline {
    width: 20%;
  }

  #table-sources .td-value {
    max-width: 100%;
    width: 100%;
  }

  #table-sources .tcol {
    padding: 0 5px;
  }

  #table-sources .tspread,
  #table-sources .ttotal,
  #table-sources .tmoney {
    width: 20%;
    padding: 0;
    text-align: center;
  }

  #table-sources .tspread .row-group,
  #table-sources .ttotal .row-group,
  #table-sources .tmoney .row-group {
    width: 100%;
  }

  #table-sources .sports-icon {
    width: 20px;
  }

  #table-sources .tcol {
    border-left: none;
    border-bottom: 1px solid #cecece;
    width: 100% !important;
    padding-left: 120px;
    position: relative;
  }

  #table-sources .row-group {
    gap: 0;
    flex-direction: row;
  }

  #table-sources .tcol::before {
    content: "test";
    background-color: #006bd1;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    width: 110px;
    text-align: right;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #table-sources .tcol.tsource::before {
    content: "Source/Sport";
  }

  #table-sources .tcol.ttime::before {
    content: "Time/Date";
  }

  #table-sources .tcol.tteam::before {
    content: "Team";
  }

  #table-sources .tcol.tstatus::before {
    content: "Status";
  }

  #table-sources .tcol.tscore::before {
    content: "Score";
  }

  #table-sources .tcol.tspread-current::before {
    content: "Spread Cur/Fin";
  }

  #table-sources .tcol.tspread-high::before {
    content: "Spread High";
  }

  #table-sources .tcol.tspread-low::before {
    content: "Spread Low";
  }

  #table-sources .tcol.ttotal-current::before {
    content: "Total Cur/Fin";
  }

  #table-sources .tcol.ttotal-high::before {
    content: "Total High";
  }

  #table-sources .tcol.ttotal-low::before {
    content: "Total Low";
  }

  #table-sources .tcol.tmoney-current::before {
    content: "ML Cur/Fin";
  }

  #table-sources .tcol.tmoney-high::before {
    content: "ML High";
  }

  #table-sources .tcol.tmoney-low::before {
    content: "ML Low";
  }

  #table-sources .row-group.game-date > div {
    min-height: 40px;
    border: none;
  }

  #table-sources .table-head {
    display: none;
  }

  #table-sources .table-head > .thead {
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 1.2;
    padding: 8px 15px;
  }

  #table-sources .game-teams > div:first-child {
    border-bottom: 1px solid #cecece;
  }

  #table-sources .row-group.game-date > div:first-child {
    padding: 0;
  }

  #table-sources .tcol .row-group > div.form-check {
    max-width: 100px;
    margin: auto;
    width: 50%;
  }

  #table-sources .row-group .teamname {
    flex-direction: column;
    gap: 5px;
    padding: 10px 0;
    border: none;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .favorite-team-small {
    display: none;
  }

  #table-sources .row-group > div:first-child {
    border-bottom: none;
  }

  #table-sources .row-group.game-teams > div:first-child {
    border-right: 1px solid #cecece;
  }

  #table-sources .row-group.game-teams > div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.btn-td {
  background: #fff;
  border: 1px solid #006bd1;
  padding: 6px 20px 5px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  min-height: 45px;
  align-content: center;
  justify-content: center;
}

.td-value {
  padding: 6px 20px 5px 20px;
  display: flex;
  flex-direction: column;
  min-height: 40px;
  align-content: center;
  justify-content: center;
}

.btn-td:hover {
  color: #fff;
  background: #006bd1;
  border: 1px solid #006bd1;
}

.form-check .sub {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}

.form-check .up {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}

#table-sources,
#table-sources .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 20px;
  color: #fff;
  font-weight: bold;
}

.tspread,
.ttotal,
.tmoney,
.tscore {
  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: 0 10px;
}

.tcol:last-child {
  border-right: 1px solid #cecece;
}

#table-sources .table-team-row {
  background: #fff;
}

#table-sources .table-team-row:nth-child(2n) {
  background: #ebf4ff;
}

th.row a {
  text-decoration: underline;
}

.filters .form-control {
  font-size: 14px;
  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: 10px;
}

.currentmerchant .merchant-actions {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.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: 80px;
  padding: 10px;
}

.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;
}

.table-pickpons .pcol {
  width: 14.1666667%;
  flex-direction: column;
  padding: 0;
}

.table-pickpons .thead.pstatus.pcol {
  width: 15%;
  align-items: center;
  justify-content: flex-start !important;
  align-content: flex-start;
  gap: 0;
}

.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;
  flex-direction: revert;
  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;
  }

  .table-sourcess-levels {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 811px) {
  .page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  #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;
}

.pace.pushing {
  background-color: #feff7e;
}

.pace.losing {
  background-color: #ffa07a;
}

.pace.won {
  background-color: #32cd33;
}

.pace.pushed {
  background-color: #f9f107;
}

.pace.lost {
  background-color: #fa0400;
}

.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%;
}

#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;
}

.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;
  background-color: #093262;
  height: 100%;
  border: 1px solid #d2d2d2;
}

.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 20px 10px 20px;
  min-width: auto;
  box-sizing: border-box;
}

.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%;
}

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

#dashboardPicks .prow.row-group {
  padding: 10px;
  border-bottom: 1px solid #cecece;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 55px;
}

#dashboardPicks .prow.row-group.phead {
  background-color: #006bd1;
  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: 60px;
}

.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: #006bd1;
  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 {
  top: 3px;
  position: relative;
}

.dashboard-wrapper i.icon_car::before {
  width: 28px;
  height: 18px;
}

.dashboard-wrapper .icon_car.pp_icon {
  top: 2px;
  position: relative;
}

.dashboard-wrapper 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;
}

.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 (min-width: 1800px) {
  .page-suggestions .col-lg-6 {
    flex: 0 0 auto;
    width: 33.33%;
  }
}

@media screen and (min-width: 2600px) {
  .page-suggestions .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media screen and (max-width: 810px) {
  .mobile-container.container {
    max-width: 700px;
    width: 100%;
  }

  body .table-team-row {
    gap: 0;
    padding: 0;
  }

  body #table-sources .table-team-row {
    gap: 0;
    margin: 0 0 15px 0px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    flex-wrap: wrap;
  }

  #table-sources .table-team-row:nth-child(2n) {
    background: #fff;
  }

  #table-sources .game-date img {
    max-height: 32px;
    max-width: 30px;
    object-fit: contain;
  }

  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%;
  }
}

@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: 50%;
    margin-right: 0;
  }

  body .chart-toggles {
    width: 100%;
    padding: 5px 10px 5px 20px;
    color: #fff;
    border-radius: 5px;
    gap: 12px;
    font-size: 14px;
  }

  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-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;
  left: 0;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #006bd1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  top: 0;
}

.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;
}

#displaystatus {
  position: absolute;
  z-index: 9;
  padding: 20px 0;
}

.sr-only {
  display: none;
}

.pp-sortable,
.pp-sortable thead,
.pp-sortable thead tr.footable-filtering th {
  border: none;
}

.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;
}

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: 14px;
  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: 14px;
  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;
}

.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;
  }

  .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 !important;
}

.input-info > a {
  position: absolute;
  right: 0;
  top: 9px;
}

.input-info {
  padding: 0 20px 0 0;
}

.accountInfo.merchantaccount {
  max-width: 1000px;
}

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

.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 {
  font-weight: bold;
  color: #016cd2 !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 {
  position: absolute;
  right: 0;
  text-align: center;
  color: #fff;
  height: 100%;
  top: 0;
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 20px;
}

.or-border::before {
  width: 2px;
  background-color: #fff;
  height: 224px;
  position: absolute;
  bottom: 0;
  right: 11px;
  content: "";
  color: #fff;
}

.or-border::after {
  width: 2px;
  background-color: #fff;
  height: 224px;
  position: absolute;
  top: 0;
  right: 11px;
  content: "";
  color: #fff;
}

.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: 2px;
}

.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;
}

#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-bottom: 30px !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-13,
.btn.text-13 {
  font-size: 13px;
}

.text-14,
.btn.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.leading-tight,
.leading-none {
  line-height: 1;
}

.icon_list.icon_card i {
  position: absolute;
  left: 6px;
  top: 8px;
}

.pickpons-col p {
  margin: 0;
}

@media screen and (min-width: 810px) {
  .filter-column {
    width: 36%;
  }

  .admin-container.page-wrapper .filter-column {
    width: 30%;
  }

  .map-column {
    width: 64%;
  }

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

  .relative.pickpon-merchants-wrapper {
    display: flex;
  }

  .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: 38px;
  max-width: 30px;
  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;
}

.text-red {
  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: 10px;
  text-align: center;
}

@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;
}

@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: 600px) {
  #navbarCollapse ul li a {
    display: flex;
    gap: 10px;
  }

  #navbarCollapse {
    background: #093262;
    top: 0;
    position: relative;
  }

  #pickponheader > .container {
    display: block;
  }

  #pickponheader nav.navbar {
    margin: 0 -15px;
    max-height: 100%;
    overflow: scroll;
    position: fixed;
    top: 123px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    background: none;
  }

  #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%;
  }

  #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: 21px;
  }

  #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: 11px !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: 50px;
    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 {
  background-color: #003262 !important;
}

.tooltip {
  z-index: 100000000 !important;
}

.btn.btn-icon:hover,
.btn.btn-icon.active,
.btn.btn-icon:focus {
  background-color: #0056d3;
  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 {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: none;
}

.btn.btn-icon img {
  width: 15px;
  height: 20px;
  margin-right: 5px;
}

.btn.btn-icon {
  background-color: #fff;
  color: #0056d3;
  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 #0056d3;
  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 20px 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: #0056d3;
}

.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;
}

.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;
}

.tab-thegreatest .footable-filtering .form-inline {
  position: relative;
}

.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 {
  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: 5px 10px;
}

.btn-levelup .v {
  font-size: 18px;
}

.btn-levelup .flex-center {
  gap: 2px;
}

.nextexpiringpp {
  background-color: #f2f2f2;
  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;
}

@media screen and (max-width: 1335px) {
  .assign-merchants-footer > .flex {
    flex-direction: column;
  }
}

body .btn-check:focus + .btn,
body .btn:focus {
  background-color: #005bb4;
  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;
  display: block;
  padding-top: 30px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  cursor: not-allowed;
  color: #666;
  pointer-events: auto;
  background-color: #ddd;
  border-color: #ddd;
  opacity: 1;
}

.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;
}

@media screen and (min-width: 600px) {
  .pr-0 {
    padding-right: 0;
  }
}

#displaystatus .form-select {
  width: 220px;
}

.mpp-btn {
  width: 164px;
  padding: 11px 10px;
  gap: 8px;
}

/* Aligned with pickpons-member: modal merchant logo is 120px wide, not full column */
body .modal .cm-thumb.thumbnail {
  width: 120px;
  height: auto;
  max-height: unset;
  padding: 5px;
}

.merchant-card-wrapper {
  max-width: 530px;
  background: #fff;
  padding: 30px 20px 20px;
}

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

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

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

.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;
}

.btn.btn-black {
  background: #000;
}

.btn.btn-black:hover {
  background: #333;
}

.pp-brands a.navbar-brand:hover {
  opacity: 0.5;
}

.pp-brands a.navbar-brand.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pp-brands .btn.btn-logout {
  display: none;
}

.btn.btn-logout:hover {
  cursor: pointer;
}

.merchant-filter-wrapper {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 600px) {
  #pickponheader.pageheader img.pickpons-logo.page-logo.admin-logo {
    max-height: 47px;
    max-width: 100%;
  }

  body #pickponheader.pageheader .navbar-toggler {
    min-height: 50px;
    right: 19px;
    top: 66px;
  }

  .pp-brands {
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
  }

  .menu-right {
    display: none !important;
  }

  body #pickponheader.pageheader .navbar-toggler {
    display: block;
  }

  .pp-brands .btn.btn-logout {
    display: none;
  }
}

.merchant-filter-wrapper .filter-box .filter-label {
  margin: 0 20px 0 0px;
  padding-right: 10px;
  position: absolute;
  min-width: 75px;
}

.merchant-filter-wrapper.filters .form-control {
  font-size: 15px;
  padding: 5px 10px;
  line-height: 18px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  min-height: 41px;
}

.merchant-filter-wrapper.filters .form-check.flex {
  position: relative;
  padding-right: 25px;
  padding-left: 0;
}

.filter-inputs {
  padding-left: 100px;
  width: 100%;
  margin: 0;
}

.radio-inputs {
  padding-left: 95px;
  width: 100%;
  margin: 0;
}

.filter-box {
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  min-height: 60px;
}

.merchant-card-header h3 {
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.merchant-card-header {
  padding: 14px 10px;
}

.filter-status {
  padding-left: 5px;
  gap: 7px;
}

.pickpon-list-card {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .filters-filter .filter-inputs {
    padding-left: 95px;
  }
}

@media screen and (max-width: 600px) {
  .container.merchants-container > .row > .col-md-12 {
    padding: 0;
  }

  .filter-box {
    padding: 10px 10px 10px 10px;
  }

  .filter-inputs {
    padding-left: 92px;
  }

  .merchant-filter-wrapper {
    margin-bottom: 0 !important;
  }

  .merchant-filter-wrapper.filters .form-check.flex {
    position: relative;
    padding-right: 0;
    align-content: center;
    justify-content: flex-start !important;
    align-items: flex-start;
    padding-left: 0;
    width: 100%;
  }

  .radio-inputs .radio-group {
    flex-direction: column;
  }

  .merchant-filter-wrapper .filter-box .filter-label {
    min-width: 85px;
  }

  .merchants-container.page-wrapper {
    padding-top: 140px;
  }

  .pickpon-list-card {
    overflow: hidden;
  }

  .filter-column {
    padding: 0;
  }

  .pickpon-merchants-wrapper {
    padding: 0;
  }
}

.btn-icon-w img {
  width: 50px;
  height: 25px;
  object-fit: contain;
  object-position: center;
}

.btn.btn-primary.btn-icon-w {
  padding: 9px 10px;
  height: 41px;
}

@media screen and (max-width: 600px) {
  .menutab-links {
    margin: 0;
    list-style: none;
    padding: 0;
    flex-direction: column;
    width: 100%;
  }

  #menutabs {
    display: none;
  }
}

.prow .form-control {
  padding: 5px;
  margin: 0;
}

.dayspercycle {
  max-width: 320px;
  margin: 0 0 10px 0;
  gap: 10px;
}

.dayspercycle .form-control {
  margin: 0;
}

.dayspercycle label {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}

.levels-page-wrapper {
  max-width: 1200px;
}

.blue-200 {
  background-color: #004f9a !important;
}

.document-editor__editable-container {
  padding: 5px 10px;
  min-height: 30px;
  height: auto;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #006bd1;
  border-color: #006bd1;
}

.ck.ck-editor__editable_inline {
  border: none;
  overflow: auto;
  padding: 0;
  color: #212529;
}

.ck.ck-editor__editable_inline p {
  margin-top: 0;
  color: #212529;
}

.flex > .form-check label {
  margin: 2px 0 0 0;
  line-height: 1;
}

.subtitle {
  font-size: 22px;
}

.pp-form {
  padding: 30px 20px;
}

.form-horizontal.pp-form .control-label {
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form-horizontal.pp-form .form-control {
  margin: 0;
}

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

table .form-control {
  margin: 0;
}

.misc-page-wrapper {
  max-width: 500px;
}

table.table.misc-table tr th[scope="row"] {
  max-width: 200px;
  width: 200px;
  vertical-align: top;
  text-align: right;
}

table.table.misc-table table tr th[scope="row"] {
  background: #f1f1f1;
  color: #003262;
  width: 110px;
  vertical-align: middle;
  text-align: center;
}

table.table.misc-table .form-control {
  padding: 5px 8px;
}

span.dollar {
  font-weight: bold;
}

#levelup .tcol,
#levelup .thead {
  padding: 0;
}

.merchant-logo {
  max-width: 90px;
  position: relative;
  padding: 0;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

.merchant-logo-footer {
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
  align-content: center;
  align-items: center;
}

.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;
}

.cell-level .merchant-logo-img {
  padding: 8px;
}

.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: 10px;
  width: 100%;
  align-items: center;
}

#levelup .tcol {
  flex-direction: column;
  width: 15%;
  border-bottom: none;
  gap: 0;
}

#levelup .cell-level {
  border-bottom: 1px solid #cecece;
}

.levelup-wrapper {
  max-width: 1333px;
  margin: auto;
}

#levelup .cell-level {
  min-height: 61px;
}

#levelup .num {
  font-size: 18px;
  font-weight: 600;
}

#levelup .tcol.tcol-w {
  width: 15%;
}

.cell-head {
  background: #136bd1;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
}

.table-title {
  font-size: 20px;
}

.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 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
}

.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: #006bd1;
}

.levelup-wrapper table td {
  font-size: 14px;
}

.levelup-wrapper table th {
  background: #006bd1;
  padding: 10px 5px;
  color: #fff;
  font-size: 14px;
}

.container.page-adminLevelUp {
  max-width: 1333px;
}

.col.cell {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px;
  background: #fff;
}

.responsive-table .form-group {
  margin: 0;
}

.row-head {
  justify-content: center;
  align-items: flex-end !important;
  display: flex;
  background: #136bd1;
}

.form-group .form-label {
  padding: 9px 10px 8px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.levelup-table table.table tr th {
  text-align: center;
}

.responsive-table .cell-head:first-child {
  border-left: 1px solid #cecece;
}

.responsive-table .cell-head {
  background: #136bd1;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.row .col.cell:first-child {
  border-left: 1px solid #cecece;
}

.form-group .form-label {
  padding: 0;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-table .cell-pid {
  min-width: 130px;
}

@media screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .picks-notes {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .section-header .flex.flex-start p {
    width: 48% !important;
  }

  .mb-5.table-sourcess-levels {
    margin-bottom: 0 !important;
  }

  body .row {
    margin: 0 -5px;
  }
}

@media screen and (max-width: 811px) {
  .dp-card.dp-merchant-card {
    padding: 0;
    flex-direction: column;
  }

  .no-margin-md {
    margin: 0 !important;
  }

  .picksInfo {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  body .table-pickpons .pcol {
    width: 100%;
  }

  .form-group.flex > .form-check {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  body .table-pickpons .pcol {
    width: 48%;
  }

  body .table-team-row {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }

  #dashboardPicks {
    background: none !important;
  }

  body #dashboardPicks .pcol {
    border-right: 1px solid #cecece;
    background-color: #fff;
  }
}

@media screen and (max-width: 1300px) {
  body .table-pickpons .pcol {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
  }

  body #dashboardPicks .prow.row-group {
    padding-left: 110px;
    position: relative;
  }

  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 .table-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;
  }

  .dp-label.dp-label-merchant {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .modal .modal-dialog {
    transform: none;
    padding: 200px 20px 20px;
  }

  body .dayspercycle-wrap {
    flex-direction: column;
  }

  .page-wrapper.levels-page-wrapper {
    padding-top: 160px;
  }

  .table-pickpons .prow {
    position: relative;
  }

  body #dashboardPicks .prow.row-group {
    padding-left: 190px;
  }

  .table-pickpons .prow:before {
    background-color: #093262;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 180px;
    height: 100%;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
  }

  .table-pickpons .prow:after {
    color: #fff;
    top: 0;
    left: 150px;
    height: 100%;
    bottom: 0;
    position: absolute;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
  }

  .table-pickpons .prow.cell_picks:before {
    content: "# OF PICKS";
  }

  .table-pickpons .prow.cell_wins:before {
    content: "# OF WINS NEEDED";
  }

  .table-pickpons .prow.cell_pickpons:before {
    content: "PICKPONS";
  }

  .table-pickpons .prow.cell_pickpons:after {
    content: "$";
  }

  .table-pickpons .prow.cell_levelup:before {
    content: "LEVEL UP";
  }

  .table-pickpons .prow.cell_levelup:after {
    content: "$";
  }

  .table-pickpons .prow.cell_backup:before {
    content: "# OF BACKUP PICKS";
  }

  .table-pickpons .prow.cell_repicks:before {
    content: "# OF RE-PICKS";
  }
}

@media screen and (max-width: 600px) {
  .row.align-items-start {
    flex-direction: column;
  }

  .responsive-table .col.cell {
    padding-left: 150px;
    position: relative;
  }

  .responsive-table .col.cell::before {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #006bd1;
    height: 100%;
    width: 140px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .responsive-table .col.cell.cell-pid::before {
    content: "Product ID";
  }

  .responsive-table .col.cell.cell-qty::before {
    content: "Quantity";
  }

  .responsive-table .col.cell.cell-levelup::before {
    content: "Level Ups";
  }

  .responsive-table .col.cell.cell-reducedprice::before {
    content: "Reduced Price";
  }

  .responsive-table .col.cell.cell-savings::before {
    content: "Savings";
  }

  .responsive-table .col.cell.cell-discount::before {
    content: "% Off";
  }

  .responsive-table .col.cell.cell-regprice::before {
    content: "Regular Price";
  }

  .responsive-table .col.cell.cell-pid::before {
    content: "Product ID";
  }

  .responsive-table .col.cell.cell-qty::before {
    content: "Quantity";
  }

  .responsive-table .col.cell.cell-enddate::before {
    content: "New Cycle End Date";
  }

  .responsive-table .col.cell.cell-levelups::before {
    content: "Level Ups";
  }

  .row-head {
    display: none !important;
  }

  .responsive-table .row {
    border-top: 1px solid #cecece;
    margin-bottom: 20px;
  }

  .container.page-adminLevelUp {
    max-width: 1200px;
    padding-top: 150px;
  }
}

@media screen and (max-width: 600px) {
  .tooltip-filters {
    flex-direction: column;
    gap: 10px;
  }

  .tooltip-filters .form-check {
    width: 40%;
    margin-right: 0;
    padding: 0;
  }

  .tooltip-filters .flex {
    gap: 0;
    flex-wrap: wrap;
  }

  .form-horizontal.pp-form .control-label {
    justify-content: flex-start;
  }

  .form-horizontal.pp-form .control-label {
    padding: 0 10px;
  }

  .misc-page-wrapper {
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  #levelup {
    max-width: 480px;
    margin: auto;
  }

  #levelup .tcol.thead {
    display: none;
  }

  #levelup > .table-body > .flex {
    flex-direction: column;
  }

  #levelup .tcol.tcol-w {
    width: 100%;
  }

  #levelup .tcol {
    flex-direction: column;
    width: 100%;
    border-bottom: none;
    gap: 0;
    margin-bottom: 20px;
  }

  #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: "Level Up";
  }

  #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";
  }
}

@media screen and (min-width: 600px) and (max-width: 850px) {
  .responsive-table .cell-head {
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }

  .responsive-table .cell-pid {
    min-width: unset;
  }

  .col.cell {
    min-height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container.page-adminLevelUp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-horizontal > .col-md-12 {
    max-width: 100%;
  }

  .row.form-horizontal {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 601px) and (max-width: 990px) {
  .container.page-wrapper.levels-page-wrapper {
    padding-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  .container.page-wrapper.levels-page-wrapper {
    padding-top: 150px;
  }

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

img.sf-icon {
  max-width: 34px;
  max-height: 25px;
  object-fit: contain;
  width: 100%;
  object-position: center;
}

img.sf-icon.sfi-fox {
  max-width: 43px;
}

img.sf-icon.sfi-manual {
  max-width: 30px;
  max-height: 22px;
}

.sf {
  font-weight: bold;
  padding: 0;
  margin: auto;
}

.sf .sfr {
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
}

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

.sf.num {
  border: none;
  border-radius: 4px;
  max-width: 100%;
}

.sf.num .sfr .value {
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
}

.sf.num .sfr div.value:hover {
  background-color: transparent;
}

.sf .sfr:first-child {
  border-bottom: 1px solid #ccc;
}

.sf.num .value {
  max-width: 70px;
  margin: auto;
}

table#sportsfeed tr th[scope="row"] {
  background: transparent;
  color: #000;
}

.sf.sf-teams .sfr {
  padding: 10px;
}

table tr.footable-header th.col-val {
  width: 140px;
}

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

.sf-filter label {
  width: auto;
  margin: 0 7px 0 0;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.row.sf-filter input {
  padding: 7px 10px;
  margin: 0;
}

.row.sf-filter {
  margin-bottom: 10px;
}

.sf.num .sfr input.value {
  text-align: center;
  border: 1px solid #ccc;
}

.page-sportsfeed {
  padding-top: 150px;
}

th.footable-first-visible {
  position: relative;
}

.filter-sports,
.filter-scores,
.filter-legend {
  margin-left: 10px;
  align-items: center;
}

@media screen and (min-width: 601px) and (max-width: 810px) {
  .sf-filter-main {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .sf-filter-fields {
    flex-direction: column;
    width: 100%;
  }

  .sf-filter {
    align-items: flex-start;
    width: 100%;
  }

  .sf-filter-main {
    flex-direction: column;
  }

  .legend-item {
    width: auto;
  }

  .flex.sf-legend {
    margin: 10px 0 0;
    padding: 10px;
    flex-wrap: wrap;
  }
}

.sf-legend .dot {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  padding-left: 25px;
}

@media screen and (min-width: 600px) {
  .filter-scores select,
  .filter-legend select {
    width: 120px;
  }

  .sf-filter-fields {
    align-items: center;
  }
}

.sf-legend {
  background: #fff;
  border-radius: 5px;
  padding: 14px;
  min-height: 45px;
}

.menutab-links ul {
  padding: 0;
}

.menutab-links li > ul.dropdown a {
  text-align: left;
  display: block;
}

.menutab-links > li:hover {
  background: #006bd1;
}

.menutab-links li {
  position: relative;
  list-style: none;
  text-align: left;
}

.menutab-links li > ul.dropdown a:hover {
  background: #093262;
}

.menutab-links li:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}

.menutab-links li > ul.dropdown {
  transition: all 300ms ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #006bd1;
  width: 100%;
  list-style: none;
  min-width: 150px;
}

@media screen and (max-width: 600px) {
  #navbarCollapse li > ul.dropdown {
    transition: all 300ms ease-out;
    opacity: 1;
    visibility: visible;
    position: relative;
    background-color: #072d59;
    width: 100%;
    list-style: none;
    padding: 0;
  }

  #navbarCollapse li > ul.dropdown li a {
    padding: 15px 10px 15px 40px;
  }
}

.menutab-links li ul.dropdown a {
  padding: 14px 10px 14px 12px;
}

select.custom-select {
  width: 100%;
  border: none;
  overflow: auto;
  background: #fff;
  max-height: 615px;
}

.bg-none {
  background: none;
}

.overflow-hidden {
  overflow: hidden;
}

.assign_btn_group .btn:disabled,
.assign_btn_group .btn:disabled:hover {
  cursor: not-allowed;
  color: #666;
  pointer-events: auto;
  background-color: #f8f9fa;
  border-color: #ddd;
  opacity: 1;
}

@media screen and (min-width: 601px) {
  .adminTeams .card.assign_btn_group {
    min-height: 323px;
  }

  .adminTeams .card.assign_btn_group.disabled {
    min-height: 240px;
  }

  .card-team select.custom-select,
  .card-unassigned select.custom-select {
    height: 615px;
  }
}

@media screen and (max-width: 600px) {
  .card-team select.custom-select {
    height: 200px;
    min-height: 100px;
    max-height: unset;
  }

  .upload_controls .d-grid {
    display: flex !important;
  }

  .card-unassigned select.custom-select {
    height: 500px;
    min-height: 100px;
    max-height: unset;
  }

  select.custom-select {
    width: 100%;
    border: none;
    overflow: auto;
    background: #fff;
    max-height: 615px;
    height: auto;
    min-height: auto;
  }

  .adminTeams .card {
    min-height: unset;
  }
}

.adminTeams .container {
  max-width: 1200px;
}

.assign_btn_group {
  display: flex;
  justify-content: center;
}

.card-header .btn.disabled,
.card-header .btn:disabled,
.card-header fieldset:disabled .btn {
  cursor: not-allowed;
  color: #5786b2;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  opacity: 1;
}

.min-h-auto {
  min-height: unset !important;
}

.page-header .dropdown .btn.btn-secondary {
  font-size: 14px;
  padding: 5px 20px 5px 15px;
  text-align: left;
  font-weight: normal;
  background: #f8f9fa;
}

.page-header .btn-check:active + .btn:focus,
.page-header .btn-check:checked + .btn:focus,
.page-header .btn.active:focus,
.page-header .btn.show:focus,
.page-header .btn:active:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
  color: #222;
}

select.custom-select option {
  padding: 10px;
  margin: 0;
  border: none;
  outline: none;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #d2d2d2;
}

.btn-white:hover {
  background-color: #006bd1;
  color: #fff;
}

.btn-blue {
  background-color: #006bd1;
  color: #fff;
  border: 1px solid #d2d2d2;
}

.btn-blue:hover {
  background-color: #003262;
  color: #fff;
}

.card-header .btn.btn-secondary {
  background: #006bd1;
}

.image-area img {
  min-height: 150px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  width: auto;
  border: none;
  outline: none;
  box-shadow: none !important;
}

.image-area {
  box-shadow: none;
  border: 2px dashed #e1e1e1;
  border-radius: 5px;
}

.card .dropdown .btn.btn-secondary {
  background: #f8f9fa;
  color: #222;
}

.modal button.close {
  background: none;
  border: none;
  font-size: 18px;
}

.card-assigned select.custom-select {
  min-height: 105px;
}

.adminTeams .card {
  min-height: 314px;
  overflow: hidden;
}

.adminTeams .card.selectteam-card {
  overflow: visible;
}

@media screen and (min-width: 600px) {
  .adminTeams .card.unassigned-inactive {
    min-height: 502px;
  }

  .adminTeams .card.team-inactive {
    min-height: 502px;
  }
}

@media screen and (max-width: 768px) {
  .card.team-inactive select.custom-select {
    height: 100px;
  }

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

  .game-date > div {
    width: 50%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #table-sources .row-group.game-date > div:empty {
    display: none;
  }

  #table-sources .tcol .row-group > div {
    width: 50%;
  }

  .sources-filter .flex > label {
    width: 120px;
    text-align: right;
  }

  .sources-filter .col.col-btn {
    display: flex;
    justify-content: flex-end;
  }

  #handlerRange {
    margin: 0 !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 1367px) {
  .adminTeams .card {
    min-height: 311px;
  }

  .adminTeams .card.card-assigned-inactive {
    min-height: 201px !important;
  }

  .adminTeams .card.inactive {
    min-height: 503px;
  }
}

@media screen and (min-width: 600px) and (max-width: 990px) {
  .adminTeams {
    margin-top: 78px !important;
  }
}

@media screen and (max-width: 810px) and (min-width: 768px) {
  .adminTeams .card.inactive,
  .adminTeams .card.unassigned-inactive {
    min-height: 532px;
  }
}

#table-sources .ttime {
  width: auto;
}

#table-sources .tsource {
  width: auto;
}

#table-sources .tteam {
  width: auto;
}

#table-sources .thead {
  padding: 6px 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: auto !important;
  min-width: 0;
}

#table-sources .tscore,
#table-sources .tstatus {
  width: auto;
}

#table-sources .tspread-current,
#table-sources .tspread-high,
#table-sources .tspread-low,
#table-sources .ttotal-current,
#table-sources .ttotal-high,
#table-sources .ttotal-low,
#table-sources .tmoney-current,
#table-sources .tmoney-high,
#table-sources .tmoney-low,
#table-sources .tline-group {
  width: auto !important;
  text-align: center;
}

/* Shared column template so group headers align with data columns */
#table-sources .table-head-cols,
#table-sources .table-team-row {
  display: grid !important;
  grid-template-columns:
    minmax(70px, 0.9fr)
    minmax(70px, 0.9fr)
    minmax(140px, 2fr)
    minmax(70px, 1fr)
    minmax(40px, 0.5fr)
    repeat(9, minmax(52px, 0.75fr));
  align-items: stretch;
  flex-wrap: nowrap !important;
  gap: 0;
  width: 100%;
}

#table-sources .table-head-groups {
  display: grid !important;
  grid-template-columns:
    minmax(70px, 0.9fr)
    minmax(70px, 0.9fr)
    minmax(140px, 2fr)
    minmax(70px, 1fr)
    minmax(40px, 0.5fr)
    repeat(3, minmax(156px, 2.25fr));
  align-items: stretch;
  flex-wrap: nowrap !important;
  gap: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#table-sources .tline-group {
  text-align: center;
  padding: 6px 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

#table-sources .table-head-groups .thead.tsource,
#table-sources .table-head-groups .thead.ttime,
#table-sources .table-head-groups .thead.tteam,
#table-sources .table-head-groups .thead.tstatus,
#table-sources .table-head-groups .thead.tscore {
  border-bottom: none;
  min-height: 28px;
}

#table-sources .tcol {
  width: auto !important;
  min-width: 0;
  padding: 0 4px;
  box-sizing: border-box;
}

#table-sources .tcol.tspread-current,
#table-sources .tcol.tspread-high,
#table-sources .tcol.tspread-low,
#table-sources .tcol.ttotal-current,
#table-sources .tcol.ttotal-high,
#table-sources .tcol.ttotal-low,
#table-sources .tcol.tmoney-current,
#table-sources .tcol.tmoney-high,
#table-sources .tcol.tmoney-low {
  text-align: center;
  padding: 0 2px;
}

#table-sources .tcol .form-check {
  display: flex;
  justify-content: center;
  padding: 0;
}

#table-sources .teamname {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 0 !important;
  font-size: 13px;
  line-height: 1.2;
  min-width: 0;
}

#table-sources .teamlabel {
  min-width: 0;
  overflow-wrap: anywhere;
}

#table-sources .team-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  min-height: 24px;
  object-fit: contain;
  margin-right: 0 !important;
  margin-left: 0 !important;
  flex-shrink: 0;
  display: inline-block !important;
}

#table-sources .table-team-row {
  margin: 0 !important;
  background: #fff;
  border-bottom: 1px solid #cecece;
}

#table-sources .table-team-row:nth-child(2n) {
  background: #ebf4ff;
}

#table-sources .table-body {
  display: block;
}

#table-sources .table-head {
  flex-wrap: nowrap !important;
}

.sources-container .table-wrapper {
  overflow-x: auto;
}

.container.sources-container {
  max-width: 1600px;
}

.noborder,
.noborder:hover {
  border: none !important;
  background-color: transparent;
  color: #000;
}

.sources-filter .form-select {
  padding: 11px;
}

.ov {
  font-weight: bold;
}

#table-sources .td-value {
  min-width: 0;
  padding: 0 4px;
}

#table-sources .td-value .up {
  font-size: 13px;
}

#table-sources .td-value .sub {
  font-size: 11px;
  white-space: nowrap;
}

.container.sources-container {
  max-width: 1600px;
}

.sources-filter .btn {
  padding: 14px 20px 13px;
}

@media screen and (min-width: 600px) {
  .col-filter-date {
    max-width: 300px;
  }

  .col.col-filter-sports {
    max-width: 180px;
  }

  .col.col-filter-source {
    max-width: 200px;
  }

  .col.col-filter-status {
    max-width: 200px;
  }

  #table-sources .game-date > div {
    justify-content: center;
  }

  .footable-first-visible {
    width: 95px;
  }
}

@media screen and (max-width: 600px) {
  .levelup-table table.table tr th {
    padding: 5px;
  }

  .sources-filter .col {
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 0 100%;
    margin-bottom: 10px;
  }

  .sf-filter label {
    min-width: 86px;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 600px) and (max-width: 1300px) {
  #table-sources .thead {
    padding: 10px 5px;
  }

  body #table-sources .table-team-row {
    display: grid !important;
    flex-direction: unset;
    gap: 0;
    flex-wrap: nowrap !important;
    margin: 0;
  }
}

img.sf-icon.sfi-member {
  max-width: 22px;
  max-height: 22px;
}

.sf-filter-fields .form-select,
.sf-filter-fields .btn {
  max-height: 36px;
}

.pickpons-page-wrap.page-suggestions {
  max-width: 100%;
}

.item-suggestions table.table tr th,
.modal table.table tr th {
  padding: 5px;
}

.item-suggestions .btn {
  padding: 10px;
}

.suggestions-filter .form-check {
  padding-left: 20px;
  position: relative;
  width: auto;
}

.suggestions-filter .form-check .form-check-input {
  position: absolute;
  left: 0;
}

.suggestions-filter .form-check-label {
  margin: 0;
}

.suggestions-filter .form-check {
  margin-bottom: 0;
}

.suggestions-filter .filter-label {
  margin: 0;
  font-weight: bold;
  justify-content: flex-start;
  min-width: 60px;
}

@media screen and (max-width: 900px) {
  .page-suggestions .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 2200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 33.33%;
  }
}

.item-suggestions table.table thead tr {
  background: #006bd1;
  color: #fff !important;
}

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

.page-suggestions-merchants .item-suggestions table.table thead tr,
.page-suggestions-merchants table.table tr th {
  background: #000;
  color: #fff !important;
}

@media screen and (max-width: 999px) {
  .suggestions-controls .flex-col {
    flex-direction: row;
  }

  .d-flex.flex-col.gap-10 .flex-col {
    flex-direction: revert;
  }

  .suggestions-controls {
    margin-top: 15px;
    justify-content: center;
    flex-direction: row;
  }

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

@media screen and (min-width: 700px) and (max-width: 900px) {
  .suggestions-controls.d-flex {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    bottom: 0;
    height: 100%;
    margin: 0;
  }

  .item-suggestions .d-flex.flex-col .flex-col {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item-suggestions {
    position: relative;
    padding-right: 110px;
    min-height: 298px;
  }

  body .suggestions-controls .flex-col {
    flex-direction: column;
  }
}

@media screen and (min-width: 1000px) {
  .item-suggestions {
    position: relative;
    padding-right: 110px;
    min-height: 298px;
  }

  .modal .item-suggestions {
    padding-right: 0;
    margin-top: 20px;
  }

  .suggestions-controls.d-flex {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    bottom: 0;
    height: 100%;
  }

  .page-suggestions .card.padded {
    padding: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .suggestions-filter {
    gap: 12px;
  }

  .suggestions-filter .flex-start {
    flex-wrap: wrap;
  }

  .suggestions-filter .form-check {
    margin-bottom: 0;
  }

  .suggestions-filter label.form-check-label {
    margin: 0;
  }

  .suggestions-filter .form-check.filter-label {
    width: 100%;
    margin-right: 0;
    padding: 0;
    text-align: left;
    justify-content: flex-start;
    max-width: 100%;
    font-weight: bold;
  }

  .item-suggestions table td {
    padding: 15px;
  }

  .flex.suggestions-filter {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.item-suggestions h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 480px) {
  .select-filter-wrap {
    flex-direction: column;
  }

  .item-suggestions .btn {
    padding: 10px;
  }

  .modal-dialog {
    padding-top: 50px;
  }

  .modal-footer .btn {
    padding: 10px;
  }
}

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

@media screen and (min-width: 481px) and (max-width: 810px) {
  .modal-dialog {
    padding-top: 150px;
  }
}

.menutab-links li a.nolink {
  cursor: initial;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  #navbarCollapse .pp_icon::before {
    margin: 0;
  }

  #navbarCollapse .pp_icon {
    left: 5px;
  }

  #navbarCollapse ul li a {
    position: relative;
  }

  #navbarCollapse ul li a > i.pp_icon.icon_sports-w {
    width: 26px;
  }

  #navbarCollapse ul li ul.dropdown li {
    padding-left: 30px;
  }

  #navbarCollapse ul li a > i {
    position: absolute;
    width: 30px;
    left: 5px;
  }

  #navbarCollapse ul li a > span {
    padding-left: 0;
  }

  #navbarCollapse i.icon_final_scores::before {
    width: 25px;
    height: 18px;
  }
}

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

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

.w-full {
  width: 100%;
}

#newNote h3 {
  font-size: 20px;
}

.row-group {
  display: flex;
  flex-direction: column;
}

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

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

.dailypick .row-group > div {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 5px 0;
  width: 100%;
  margin: 0;
}

.dailypick .table-team-row {
  background: #fff;
}

.dailypickFeed .tteam {
  width: 30%;
}

.dailypickFeed .tspread,
.dailypickFeed .ttotal,
.dailypickFeed .tmoney {
  width: 11%;
  text-align: center;
}

.dailypickFeed .ttime {
  width: 10%;
}

.dailypickFeed .tsport {
  width: 7%;
}

.dailypickFeed .tscore {
  width: 7%;
  font-weight: bold;
}

.dailypickFeed .tstatus {
  width: 13%;
}

.dailypickFeed .btn.btn-td,
.dailypickFeed .btn.btn-td:hover {
  border: none;
  cursor: default;
  background: transparent;
  color: #000;
}

.dailypickFeed .table-team-row:nth-child(2n) {
  background: #eaf4fe;
}

.dailypickFeed .sports-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.tcol.tmoney button.btn {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .dailypickFeed .table-team-row {
    flex-direction: column;
    margin-bottom: 15px;
    border-top: 1px solid #cecece;
  }

  .dailypickFeed .tcol {
    width: 100% !important;
    padding-left: 120px;
    padding-right: 0;
    position: relative;
    height: auto;
  }

  .dailypickFeed .tcol::before {
    content: "";
    background-color: #006bd1;
    width: 120px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    color: #fff;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
  }

  .dailypickFeed .tcol.tsport::before {
    content: "Sport";
  }

  .dailypickFeed .tcol.ttime::before {
    content: "Time / Date";
  }

  .dailypickFeed .tcol.tteam::before {
    content: "Team";
  }

  .dailypickFeed .tcol.tstatus::before {
    content: "Status / Interval";
  }

  .dailypickFeed .tcol.tscore::before {
    content: "Score";
  }

  .dailypickFeed .tcol.tspread::before {
    content: "Spread";
  }

  .dailypickFeed .tcol.ttotal::before {
    content: "Total";
  }

  .dailypickFeed .tcol.tmoney::before {
    content: "Money Line";
  }

  .dailypickFeed .table-head {
    display: none;
  }

  .dailypickFeed .team-icon {
    width: auto;
  }
}

.container.page-wrapper {
  max-width: 1330px;
}

.menu-pickpons .menutab-links > li:hover {
  background: #093262;
}

.container.page-wrapper.page-suggestions {
  padding-top: 170px;
  max-width: 100%;
}

.text-black {
  color: #fff;
}

#pickponheader.pageheader.branchAdmin .navbar-toggler {
  background-color: #0a3263 !important;
}

#pickponheader.pageheader.branchMerchant #navbarCollapse {
  background-color: #000 !important;
  padding: 0;
}

#pickponheader.pageheader.branchMerchant .navbar-toggler {
  background-color: #000 !important;
}

#pickponheader.pageheader #navbarCollapse {
  padding: 0;
  margin: 0;
}

#pickponheader.pageheader #navbarCollapse ul.nav {
  margin: 0 !important;
}

.btn-dkblue {
  background: #093262;
  color: #fff;
}

.btn-dkblue:hover,
.btn-dkblue:focus {
  background: #072c57;
  color: #fff;
}

.taskurl label {
  min-width: 70px;
  margin: 0;
}

.item-suggestions > table {
  min-height: 298px;
}

@media screen and (max-width: 990px) {
  .flex.suggestions-filter {
    flex-direction: column;
    gap: 10px;
  }
}

.btn-ltblue {
  background-color: #d8eaff;
}

.btn-ltblue:hover,
.btn-ltblue:focus,
.btn-ltblue:active {
  background-color: #c3defe;
}

#assign .modal-dialog {
  max-width: 600px;
}

.modal .btn.btn-primary {
  min-width: 72px;
}

#suggestionSearch {
  width: 96px;
}

/* SUPPORT */
.hq-col-spacer {
  width: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  padding: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.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;
  gap: 20px;
  position: relative;
}

.chat-message-left {
  margin-right: auto;
  padding-left: 50px;
}

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto;
  padding-right: 50px;
}

.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;
}

.bg-lblue {
  background-color: #e4f2ff;
}

.chat-time {
  font-size: 12px;
  margin-bottom: 5px;
}

.chat-message-right img {
  background-color: #f8f9fa;
}

.widget-header {
  background: #093262;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

.widget-header h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  text-align: center;
}

.history-item h3 {
  font-size: 16px;
}

.chat-avatar {
  position: absolute;
}

.chat-message-left .chat-avatar {
  left: 0;
}

.chat-message-right .chat-avatar {
  right: 0;
}

.chat-message-right .chat-time {
  text-align: right;
}

.support-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.support-header h3 {
  font-size: 16px;
  color: #006bd1;
}

.chat-footer button.btn {
  min-width: 120px;
}

.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;
}

.chat-form textarea.form-control {
  min-height: unset;
}

.complimentary button.btn {
  max-width: 29%;
  width: 100%;
}

@media screen and (max-width: 880px) {
  .chat-footer .flex {
    flex-wrap: wrap;
  }

  .chat-footer button.btn {
    min-width: 49%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .complimentary .flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .complimentary .flex strong {
    width: 100%;
    text-align: center;
  }

  .complimentary button.btn {
    max-width: 29%;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .support-filter-dp {
    width: 100%;
  }

  .support-filter .col-md-5 {
    width: 100%;
  }
}

.btn-find {
  padding-left: 10px;
  padding-right: 10px;
}

#ModalHistory .modal-dialog {
  max-width: 600px;
}

.chat-message-left .chat-user-avatar {
  position: absolute;
  left: 0;
}

.chat-message-right .chat-user-avatar {
  position: absolute;
  right: 0;
}

.chat-footer a.btn {
  min-width: 120px;
}

@media screen and (max-width: 600px) {
  .chat-footer .btn {
    min-width: unset !important;
  }
}

/* Pickpons admin support UI */
.support-chat-page .widget-header {
  background: #093262;
  color: #fff;
}

.support-chat-page .widget-header h3 {
  color: #fff;
}

.support-hq-page .widget-header h3 {
  color: #093262;
}

.support-status-pill {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.support-status-open {
  background: #003262;
  color: #fff;
}

.support-status-closed {
  background: #d8eaff;
  color: #003262;
}

.support-history-row {
  cursor: pointer;
}

.support-history-row:hover td {
  background: #ebf4ff;
}

.support-history-table td {
  vertical-align: middle;
}

.support-actions-footer {
  background: #f8f9fa;
}

.support-page-toolbar label {
  color: #093262;
}

.support-chat-page .support-chat-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.support-chat-page .support-chat-nav__status {
  flex: 1 1 auto;
  text-align: center;
  color: #093262;
  font-size: 0.9375rem;
  white-space: nowrap;
}

.support-chat-page .support-chat-nav__position {
  margin-top: 0.15rem;
  font-size: 0.8125rem;
}

.support-chat-page .support-chat-sidebar .history-item--active {
  border-color: #006bd1 !important;
  background: #e8f4fd;
  box-shadow: 0 0 0 1px #006bd1;
}

.support-chat-page
  .support-chat-sidebar
  .history-item:not(.history-item--active):hover {
  border-color: #adb5bd;
  background: #f8f9fa;
}

.support-chat-page .support-highlight-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.75rem 1rem;
}

.support-chat-page .support-highlight-filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 0;
  min-width: 10rem;
  max-width: 100%;
}

.support-chat-page .support-highlight-filter__label {
  margin: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #093262;
  white-space: nowrap;
}

.support-chat-page .support-highlight-filter__control {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  max-width: none;
}

.support-chat-page .support-highlight-filter--rep {
  flex: 1 1 0;
  min-width: 10rem;
}

.support-chat-page .support-highlight-filter__typeahead {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  max-width: none;
}

.support-chat-page .support-highlight-filter__typeahead .support-typeahead {
  width: 100%;
}

.support-chat-page
  .support-highlight-filter__typeahead
  .support-typeahead-control {
  width: 100%;
}

.support-chat-page
  .support-highlight-filter__typeahead
  .support-typeahead-control
  .form-control {
  min-height: 31px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .support-chat-page .support-highlight-filter {
    flex: 1 1 100%;
  }
}

/* Nuclear HQ: full member /dashboard TablePickpons styling (pickpons-member Dashboard + TablePickpons) */
.nuclear-page .nuclear-dashboard-six-cols #dashboardPicks .table-team-row {
  align-items: stretch;
}

.nuclear-page
  .nuclear-dashboard-six-cols
  #dashboardPicks
  .tcol.pcol.pcol-group.pmerchant {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.nuclear-page
  .nuclear-dashboard-six-cols
  #dashboardPicks
  .tcol.pcol.pcol-group.pmerchant
  > .prow.row-group {
  width: 100%;
  box-sizing: border-box;
}

.nuclear-page
  .nuclear-dashboard-six-cols
  #dashboardPicks
  .tcol
  > .prow.row-group.row-merchant {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 15.5rem;
}

.nuclear-page
  .nuclear-dashboard-six-cols
  #dashboardPicks
  .row-merchant
  .levelbox {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.nuclear-page .nuclear-dashboard-six-cols .nuclear-merchant-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.nuclear-page .nuclear-dashboard-six-cols .nuclear-merchant-name {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nuclear-page .nuclear-dashboard-six-cols .nuclear-merchant-status,
.nuclear-page .nuclear-dashboard-six-cols .nuclear-merchant-detail-line {
  min-height: 1.35rem;
  line-height: 1.35;
  text-align: center;
}

.nuclear-page
  .nuclear-dashboard-six-cols
  #dashboardPicks
  .nuclear-admin-acquired-summary {
  flex-shrink: 0;
  min-height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nuclear-page .nuclear-dashboard-six-cols .nuclear-acquired-date,
.nuclear-page .nuclear-dashboard-six-cols .nuclear-acquired-method {
  min-height: 1.25rem;
  line-height: 1.25;
  width: 100%;
}

.nuclear-page
  .nuclear-dashboard-six-cols
  #dashboardPicks
  .nuclear-support-grants {
  flex-shrink: 0;
  min-height: 3.5rem;
  align-items: center !important;
  justify-content: center !important;
}

.nuclear-page .nuclear-dashboard-six-cols .nuclear-grant-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nuclear-page .nuclear-level-grant-check {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important;
  margin: 0 auto;
  text-align: center;
}

.nuclear-page .nuclear-level-grant-check .form-check-input {
  float: none;
  margin: 0 auto !important;
  position: static;
}

.nuclear-page .nuclear-ladder-confirm-bar {
  position: sticky;
  bottom: 0;
  z-index: 2;
  padding-top: 0.25rem;
}

.nuclear-page #dashboardPicks .prow.row-group.row-merchant {
  min-height: 235px;
}

.nuclear-page #dashboardPicks .merchant-logo {
  position: relative;
  width: 100px;
  margin: auto;
}

.nuclear-page #dashboardPicks .merchant-logo-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: -6px;
  left: -8px;
  right: -8px;
  z-index: 2;
}

.nuclear-page #dashboardPicks .pickpon-score.pickpon-score {
  left: 0 !important;
  position: relative;
}

.nuclear-page #dashboardPicks .row-head.nuclear-head-unreached {
  background-color: #f20101 !important;
  color: #fff !important;
}

.nuclear-page #dashboardPicks .row-head.nuclear-head-unreached h3,
.nuclear-page #dashboardPicks .row-head.nuclear-head-unreached .th-sub {
  color: #fff !important;
}

.nuclear-page
  #dashboardPicks
  .tcol.nuclear-col-selected
  > .prow.row-group:not(.phead) {
  background-color: #ebf4ff !important;
}

.nuclear-page
  #dashboardPicks
  .tcol.nuclear-col-selected
  > .prow.row-group.phead {
  box-shadow:
    inset 3px 0 0 #b6d4fe,
    inset -3px 0 0 #b6d4fe;
}

.nuclear-page
  #dashboardPicks
  .tcol
  .prow.row-group.row-refresh.nuclear-support-grants {
  background-color: #f8fafc !important;
}

.nuclear-page #dashboardPicks .prow.row-group.phead.row-head {
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}

.nuclear-page #dashboardPicks .prow.row-group.phead.row-head h3,
.nuclear-page #dashboardPicks .prow.row-group.phead.row-head .th-sub {
  text-align: center;
  width: 100%;
}

.nuclear-page
  #dashboardPicks
  .prow.row-group.phead.row-head.nuclear-browse-head {
  background-color: #136bd1 !important;
  color: #fff !important;
}

.nuclear-page
  #dashboardPicks
  .prow.row-group.phead.row-head.nuclear-browse-head
  .th-sub,
.nuclear-page
  #dashboardPicks
  .prow.row-group.phead.row-head.nuclear-browse-head
  h3 {
  color: #fff !important;
}

.nuclear-page .nuclear-readonly-picks .nuclear-grant-fields {
  opacity: 0.88;
}

.nuclear-page .nuclear-cycle-heading {
  font-size: 14px;
  line-height: 1.4;
}

.nuclear-page .nuclear-cycle-nav .btn-sm {
  line-height: 1.35;
}

.nuclear-page .nuclear-lu-activity-link {
  color: #e91e8c;
  font-weight: 600;
  text-decoration: none;
}

.nuclear-page .nuclear-lu-activity-link:hover {
  text-decoration: underline;
}

.nuclear-page .nuclear-lu-block__title.table-title {
  color: #006bd1;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.nuclear-page .nuclear-lu-info-icon {
  color: #006bd1;
  font-size: 0.9em;
  cursor: help;
}

.nuclear-page .nuclear-lu-table {
  width: 100%;
  table-layout: auto;
}

.nuclear-page .nuclear-lu-table thead th {
  background: #006bd1;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}

.nuclear-page .nuclear-lu-table th.nuclear-lu-col-select,
.nuclear-page .nuclear-lu-table td.nuclear-lu-col-select {
  width: 1%;
  max-width: max-content;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.nuclear-page .nuclear-lu-table tbody td {
  vertical-align: middle;
  font-size: 14px;
}

.nuclear-page .nuclear-lu-table .t_value {
  color: #212529;
}

.nuclear-page .nuclear-lu-qty-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

.nuclear-page .nuclear-lu-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.nuclear-page .nuclear-lu-stepper--disabled {
  opacity: 0.55;
}

.nuclear-page .nuclear-lu-stepper__btn {
  border: 0;
  background: #f8f9fa;
  color: #093262;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  font-size: 1.1rem;
  padding: 0;
}

.nuclear-page .nuclear-lu-stepper__btn:hover:not(:disabled) {
  background: #e8eef5;
}

.nuclear-page .nuclear-lu-stepper__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.nuclear-page .nuclear-lu-stepper__value {
  min-width: 1.75rem;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 0 0.35rem;
}

/* Nuclear: six merchant columns split available row width evenly (assignment view has no 15% label column). */
.nuclear-page .nuclear-dashboard-six-cols #dashboardPicks .table-body,
.nuclear-page .nuclear-dashboard-six-cols #dashboardPicks .table-team-row {
  width: 100%;
}

.nuclear-page .nuclear-dashboard-six-cols #dashboardPicks .table-team-row {
  display: flex;
  flex-wrap: wrap;
}

.nuclear-page
  .nuclear-dashboard-six-cols
  #dashboardPicks
  .tcol.pcol.pcol-group.pmerchant {
  flex: 1 1 calc(33.333% - 8px);
  width: auto !important;
  min-width: 11rem !important;
  max-width: none !important;
  box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
  .nuclear-page .nuclear-dashboard-six-cols #dashboardPicks .table-team-row {
    flex-wrap: nowrap;
  }

  .nuclear-page
    .nuclear-dashboard-six-cols
    #dashboardPicks
    .tcol.pcol.pcol-group.pmerchant {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .nuclear-page
    .nuclear-dashboard-six-cols
    #dashboardPicks
    .tcol.pcol.pcol-group.pmerchant {
    flex: 1 1 100%;
    min-width: 0 !important;
  }
}

@media screen and (max-width: 1300px) {
  body
    .nuclear-page
    #dashboardPicks
    .prow.row-group.row-refresh.nuclear-support-grants::before {
    content: "HQ assignment" !important;
  }
}

.support-hq-filters {
  background: #ebf4ff;
  border-color: #d8eaff !important;
}

.support-hq-empty {
  font-style: italic;
}

/* Support HQ — filters, typeahead, table */
.support-hq-page.pickpons-page-wrap {
  padding-bottom: 2rem;
}

.support-hq-header h1 {
  color: #093262;
}

.support-hq-count-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #093262;
  line-height: 1.1;
}

.support-hq-filters {
  background: #ebf4ff;
  border: 1px solid #d8eaff !important;
}

.support-hq-filters .form-label {
  color: #093262;
}

.support-hq-clear-filters {
  color: #006bd1;
  text-decoration: none;
}

.support-hq-clear-filters:hover {
  color: #093262;
  text-decoration: underline;
}

.support-typeahead {
  position: relative;
}

.support-typeahead-label {
  color: #093262;
}

.support-typeahead-control {
  position: relative;
}

.support-typeahead-control .form-control {
  padding-right: 2rem;
  border-color: #ced4da;
}

.support-typeahead-control .form-control:focus {
  border-color: #006bd1;
  box-shadow: 0 0 0 0.2rem rgba(0, 107, 209, 0.15);
}

.support-typeahead-clear {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #6c757d;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0 0.35rem;
  cursor: pointer;
}

.support-typeahead-clear:hover {
  color: #093262;
}

.support-typeahead-menu {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  max-height: 220px;
  overflow-y: auto;
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d8eaff;
  border-radius: 0.375rem;
  box-shadow: 0 4px 12px rgba(9, 50, 98, 0.12);
}

.support-typeahead-option {
  padding: 0.4rem 0.75rem;
  font-size: 0.875rem;
  cursor: pointer;
  color: #212529;
}

.support-typeahead-option.is-active,
.support-typeahead-option:hover {
  background: #ebf4ff;
  color: #093262;
}

.support-typeahead-option.is-selected {
  font-weight: 600;
  color: #006bd1;
}

.support-typeahead-empty {
  cursor: default;
  color: #6c757d;
  font-style: italic;
}

.support-typeahead-hint {
  font-size: 0.75rem;
}

.support-hq-table-wrap {
  overflow: hidden;
}

.support-hq-table-scroll {
  max-height: min(70vh, 720px);
  overflow: auto;
}

.support-hq-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

.support-hq-page .support-hq-table.table thead th,
.support-hq-page .support-hq-table.table tr th {
  background-color: #093262 !important;
  color: #fff !important;
  border-color: #093262 !important;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.65rem 0.75rem;
  white-space: nowrap;
  vertical-align: middle;
}

.support-hq-sort-btn {
  border: 0;
  background: transparent;
  color: #fff !important;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  padding: 0;
  cursor: pointer;
}

.support-hq-sort-btn:hover {
  color: #d8eaff !important;
}

.support-hq-table tbody td {
  padding: 0.6rem 0.75rem;
  font-size: 0.875rem;
  border-color: #e9ecef;
  vertical-align: middle;
}

.support-hq-row {
  cursor: pointer;
  transition: background-color 0.12s ease;
}

.support-hq-row:hover td {
  background: #ebf4ff;
}

.support-hq-table tbody tr:nth-child(even) td {
  background-color: #fafbfc;
}

.support-hq-row:hover td,
.support-hq-table tbody tr:hover td {
  background: #ebf4ff !important;
}

.support-hq-date {
  color: #495057;
  font-variant-numeric: tabular-nums;
}

.support-hq-topic {
  font-weight: 600;
  color: #093262;
}

.support-hq-subject {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-hq-level-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  background: #d8eaff;
  color: #003262;
}

.support-hq-rep,
.support-hq-member {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-hq-th-subject {
  min-width: 160px;
}

@media (max-width: 768px) {
  .support-hq-subject {
    max-width: 120px;
  }
}

/* Support queue list (/pickpons/support/) */
.support-list-page.pickpons-page-wrap {
  padding-bottom: 2rem;
}

.support-list-header h1 {
  color: #093262;
}

.support-queue-wrap {
  margin-top: 0;
}

.support-queue-panel {
  overflow: hidden;
  background: #fff;
}

.support-queue-hq-link {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  background: #ebf4ff;
  border-bottom: 1px solid #d8eaff !important;
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: #093262;
}

.support-queue-hq-link:hover {
  background: #e4f2ff;
  color: #006bd1;
}

.support-queue-hq-label {
  font-weight: 700;
}

.support-queue-hq-desc {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 400;
}

.support-queue-toolbar {
  background: #fafbfc;
}

.support-queue-count {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #093262;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.support-queue-scroll {
  max-height: min(70vh, 640px);
  overflow-y: auto;
  overflow-x: hidden;
}

.support-queue-list .support-queue-item {
  padding: 0.85rem 1rem;
  border-color: #e9ecef;
  transition: background-color 0.12s ease;
}

.support-queue-list .support-queue-item:hover,
.support-queue-list .support-queue-item:focus {
  background: #ebf4ff;
  color: inherit;
}

.support-queue-item-main {
  gap: 0.5rem;
  row-gap: 0.35rem;
}

.support-queue-sep {
  color: #adb5bd;
  font-weight: 300;
  user-select: none;
  line-height: 1;
}

.support-queue-title {
  color: #212529;
  font-size: 0.9375rem;
  min-width: 0;
}

.support-queue-title strong {
  color: #093262;
}

.support-queue-subject {
  font-weight: 400;
  color: #495057;
}

.support-queue-meta {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
}

.support-queue-meta-dot {
  color: #adb5bd;
}

.support-queue-empty {
  font-style: italic;
}

.support-empty-queue {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.support-empty-queue__icon .pp_icon {
  --icon-size: 48px;
  --icon-color: #006bd1;
  opacity: 0.85;
}

.support-empty-queue__text {
  max-width: 28rem;
}

.support-empty-queue h2 {
  color: #093262;
}

.support-loading-panel {
  min-height: 200px;
}

.support-list-page--redirect .support-loading-panel {
  min-height: 50vh;
}

.support-loading-spinner {
  width: 2.5rem;
  height: 2.5rem;
  color: #006bd1;
  border-width: 0.2em;
}

.support-chat-page .support-chat-sidebar .widget-content,
.support-chat-page .support-chat-sidebar .history-item-meta p,
.support-chat-page .support-chat-sidebar .support-history-table td,
.support-chat-page .support-chat-sidebar .widget-content > p {
  font-size: 14px;
  line-height: 1.4;
  color: #6c757d;
}

.support-chat-page .support-chat-sidebar .history-item-level {
  font-weight: 600;
  color: #000000 !important;
}

.support-chat-page .support-chat-sidebar .history-item-body {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-size: 12px !important;
}

.support-chat-page .support-chat-sidebar .history-item-body strong {
  color: #495057;
  font-weight: 600;
}

.support-chat-page .widget-content .btn-link {
  color: #006bd1;
}

.support-composer-bar .btn {
  width: auto;
  min-width: unset;
  max-width: none;
}

.support-composer-reply {
  margin-left: auto;
}

.support-chat-page .support-complimentary-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.support-chat-page .support-complimentary-label {
  color: #333;
  flex: 0 0 auto;
  font-size: 0.9375rem;
  margin: 0;
  white-space: nowrap;
}

.support-chat-page .support-complimentary-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
  min-width: 0;
}

.support-chat-page .support-complimentary-btn {
  background-color: #f2f2f2 !important;
  border: none !important;
  border-radius: 6px;
  box-shadow: none;
  color: #7b2cbf !important;
  flex: 0 0 auto;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  max-width: none !important;
  padding: 0.4rem 0.75rem;
  white-space: nowrap;
  width: auto !important;
}

.support-chat-page .support-complimentary-btn:hover,
.support-chat-page .support-complimentary-btn:focus {
  background-color: #e8e8e8 !important;
  border: none !important;
  color: #5a189a !important;
}

.support-chat-page .support-complimentary-actions .btn,
.support-chat-page .complimentary .btn {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
}

/* Support chat thread bubbles */
.support-chat-page .support-chat-thread .chat-message-left,
.support-chat-page .support-chat-thread .chat-message-right {
  align-items: flex-end;
  max-width: 100%;
}

.support-chat-page .chat-bubble {
  border-radius: 12px;
  line-height: 1.45;
  word-break: break-word;
  box-shadow: 0 1px 2px rgba(9, 50, 98, 0.06);
}

.support-chat-page .support-chat-thread .chat-message-left .chat-bubble {
  width: fit-content;
}

.support-chat-page .support-chat-thread .chat-message-right .chat-bubble {
  max-width: min(85%, 560px);
}

.support-chat-page .chat-bubble-text {
  white-space: pre-wrap;
}

.support-chat-page .chat-bubble--member {
  background: #fff !important;
  border: 1px solid #dee2e6;
  color: #212529;
}

.support-chat-page .chat-bubble--admin {
  background: #006bd1 !important;
  border: 1px solid #006bd1;
  color: #fff !important;
}

.support-chat-page .chat-bubble--highlight {
  background: #ebf4ff !important;
  border-color: #d8eaff !important;
  color: #093262 !important;
}

.support-chat-page .chat-bubble--highlight-admin {
  box-shadow: 0 0 0 2px #ebf4ff;
}

.support-chat-page .userInitial--member {
  background: #6c757d;
}

.support-chat-page .userInitial--merchant {
  background: #0d6efd;
}

.support-chat-page .chat-message-right .chat-user-avatar img {
  background: #fff;
}

.support-chat-thread .support-issue-pickpon-readonly.pp-card {
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 200px;
}

.support-chat-thread .support-issue-pickpon-readonly .status-box {
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px dashed #ccc;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: default;
}

.support-chat-thread .support-issue-pickpon-readonly .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;
}

.support-chat-thread .support-issue-pickpon-readonly .pp-value .pp-dollar {
  font-size: 18px;
  font-weight: bold;
}

.support-chat-thread .support-issue-pickpon-readonly .pp-detail {
  padding: 10px;
  font-size: 14px;
}

.support-chat-thread .support-issue-pickpon-readonly .pp-detail p {
  font-size: 14px;
  margin: 0;
}

.support-card-see-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
  padding-top: 0.25rem;
}

.support-chat-page .support-chat-sidebar .support-card-see-more-btn {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #006bd1;
  text-decoration: none;
  cursor: default;
}

.support-card-see-more-btn:hover,
.support-card-see-more-btn:focus {
  color: #006bd1;
  text-decoration: none;
}

.support-chat-page .support-member-since {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.75rem;
}

.support-chat-page .support-member-since strong {
  color: #093262;
}

.support-chat-page .support-header--compact .support-header-label {
  color: #093262;
  font-size: 16px;
  font-weight: 600;
}

.support-chat-page .support-header--compact .support-header-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.support-header-level-topic {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 1.25rem;
  row-gap: 0.35rem;
}

.support-header-level-topic__level,
.support-header-level-topic__topic {
  font-weight: 900;
  color: #006bd1;
}

.support-chat-page .support-header--compact .support-header-level-topic__level,
.support-chat-page .support-header--compact .support-header-level-topic__topic {
  flex: 0 1 auto;
}

.support-header-level-topic__topic {
  flex: 1 1 12rem;
  min-width: 0;
}

.support-history-table--equal {
  table-layout: fixed;
  width: 100%;
}

.support-history-table--equal .support-history-col-date,
.support-history-table--equal .support-history-col-detail {
  width: 50%;
}

.support-history-table--equal td {
  width: 50%;
}

/* Complimentary / Nuclear sidebar cards — centered date + detail */
.support-chat-page
  .support-sidebar-history-card
  .support-history-table--sidebar {
  table-layout: fixed;
  width: 100%;
}

.support-chat-page .support-sidebar-history-card .support-history-col-date,
.support-chat-page .support-sidebar-history-card .support-history-col-detail,
.support-chat-page
  .support-sidebar-history-card
  .support-history-table--sidebar
  td {
  width: 50%;
}

.support-chat-page .support-sidebar-history-card .support-history-col-date-cell,
.support-chat-page
  .support-sidebar-history-card
  .support-history-col-detail-cell {
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 0.65rem;
  color: #495057;
}

.support-chat-page
  .support-sidebar-history-card
  .support-history-col-date-cell {
  white-space: nowrap;
}

.support-chat-page .support-card-see-more {
  text-align: right;
  padding-top: 0.35rem;
}

.support-chat-page .support-card-see-more-btn {
  background: none;
  border: none;
  color: #006bd1;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
}

.support-chat-page .support-card-see-more-btn:hover {
  text-decoration: underline;
}

/* PDF §18 — Support / Members panel tabs (matches Pickpons menutabs) */
.support-chat-page .support-chat-menutabs {
  margin: 0 -1px 0;
}

.support-chat-page .support-chat-menutabs .menutab-links {
  width: 100%;
}

.support-chat-page .support-chat-menutabs .menutab-links li button {
  background: transparent;
  border: 0;
  font: inherit;
  width: 100%;
}

.support-chat-page .support-chat-menutabs .menutab-links li button.active {
  background: #093262;
}

.support-member-tab__meta strong {
  color: #093262;
}

.support-member-detail-row__label {
  min-width: 6.5rem;
}

.support-member-thread-btn {
  border: 1px solid #dee2e6;
  background: #fff;
}

.support-member-thread-btn.active {
  border-color: #093262;
  background: #e8f0fa;
}

.support-member-section .card-header h3 {
  color: #fff;
}

/* Preload member/merchant iframe while Support tab is active (not display:none). */
.support-embed-preload {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 100vw;
  height: 72vh;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

/* PDF §18 — member app iframe on support chat Members panel */
.support-chat-main .support-member-embed {
  min-height: 72vh;
  width: 100%;
}

.support-chat-main .support-member-embed__frame {
  border: 0;
  display: block;
  min-height: 72vh;
  width: 100%;
}

.support-member-embed-nav button {
  background: #f0f4f8;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #093262;
  font-size: 0.8125rem;
  padding: 0.35rem 0.65rem;
}

.support-member-embed-nav button.active,
.support-member-embed-nav button:hover {
  background: #093262;
  border-color: #093262;
  color: #fff;
}

/* Members / Merchant panel: full width, no sidebar */
.support-chat-page--account-embed .support-chat-main--embed-full {
  padding: 0 !important;
}

.support-chat-page--account-embed .support-member-embed {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 11rem);
}

.support-chat-page--account-embed .support-member-embed--iframe-only {
  min-height: calc(100vh - 11rem);
}

.support-chat-page--account-embed
  .support-member-embed--iframe-only
  .support-member-embed__frame {
  flex: 1 1 auto;
  min-height: calc(100vh - 11rem);
}
