body.dashboard-page {
  background: rgb(107, 209, 193) !important;
  background: -moz-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  background: -webkit-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  background: linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6bd1c1", endColorstr="#00c2dd", GradientType=1) !important
}
body.dashboard-page.dp-newchange {
  background: rgba(2, 76, 92, 1) !important;
  background: -moz-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 76, 92, 1)), color-stop(100%, rgba(2, 54, 68, 1))) !important;
  background: -webkit-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  background: -o-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  background: -ms-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  background: linear-gradient(to right, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#024c5c', endColorstr='#023644', GradientType=1) !important
}
*::-webkit-scrollbar {
  width: 0.6rem
}
*::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px
}
body.dashboard-page.dp-newchange section {
  background: transparent
}
body.dp-popupopen {
  overflow: hidden
}
.wave-bg {
  pointer-events: none;
  margin-top: -80px
}
.wave-paddingtop {
  padding-top: 0 !important;
  margin-top: 0 !important
}
.wave-paddingbottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important
}
body.dashboard-page .desktop-navbar {
  background-color: #003c4c
}
.cursor-pointer {
  cursor: pointer
}
.desktop-navbar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between
}
body.dashboard-page .mobile-navbar .hamburger,
body.dashboard-page .mobile-navbar .close-hamburger {
  width: auto;
  height: 40px;
  float: left
}
body.dashboard-page .mobile-navbar .hamburger img,
body.dashboard-page .mobile-navbar .close-hamburger img {
  width: auto;
  height: 100%
}
body.dashboard-page .mobile-navbar .logo {
  width: auto;
  margin: 0
}
body.dashboard-page .mobile-navbar {
  background-color: #003c4c
}
body.dashboard-page .mobile-navbar .user {
  width: initial
}
body.dashboard-page .mobile-navbar .menu-profile a {
  border-radius: 100px;
  display: flex;
  height: 50px;
  width: 50px;
  overflow: hidden;
  padding: 0px
}
body.dashboard-page .mobile-navbar .logo img {
  height: 40px;
  width: auto
}
body.dashboard-page .mobile-navbar .mobile-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center
}
body.dashboard-page .mobile-navbar.mn-dashboard .menu {
  background: rgba(0, 75, 96, 1);
  background: -moz-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 75, 96, 1)), color-stop(100%, rgba(1, 40, 48, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: linear-gradient(135deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004b60', endColorstr='#012830', GradientType=1)
}
body.dashboard-page .mobile-navbar.mn-dashboard .menu a {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 2em;
}
.dashboard-page .menu-center a,
.dashboard-page .menu-right a {
  color: #fff
}
.menu-profile a {
  border-radius: 100px;
  display: flex;
  height: 50px;
  width: 50px;
  overflow: hidden;
  padding: 0px
}
.menu-profile {
  padding: 3px;
  box-shadow: 0 0 0 1px rgba(173, 216, 230, 0.5);
  border-radius: 100px
}
.dash-banner {
  margin-top: 30px;
  padding: 80px 0 0;
  background: none
}
.db-content-wrapper {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center
}
.dbcu-imgwrap img {
  height: 300px;
  width: 300px;
}
.dbcu-imgwrap {
  height: 300px;
  width: 300px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-flex
}
.dbcu-imgwrap:before {
  content: "";
  height: inherit;
  width: inherit;
  position: absolute;
  box-shadow: -8px -3px 10px 10px #266172;
  border-radius: 100%
}
.dbcu-imgwrap:after {
  content: "";
  height: inherit;
  width: inherit;
  position: absolute;
  box-shadow: 8px 3px 10px 10px #022a35;
  border-radius: 100%
}
.dbc-user {
  font-size: 40px;
  display: inline-block;
  line-height: 4px !important;
  margin-top: 30px;
  letter-spacing: 6px
}
.dbc-user b {
  font-size: inherit;
  font-weight: bold
}
.dbc-user:after {
  height: 1px;
  width: 100%;
  display: inline-block;
  background: #fff;
  line-height: 30px
}
.dbc-cravtitle {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px
}
.dbc-cravnum {
  font-size: 110px;
  line-height: 110px !important;
  font-weight: bolder
}
.db-common * {
  line-height: normal
}
.dbc-since {
  font-size: 21px;
  margin-bottom: 20px
}
.dbc-dongwell {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #00c2dd;
  font-weight: bold;
  border-radius: 100px;
  padding: 0px 60px;
  font-size: 21px
}
#cal-heatmap {
  display: flex;
  justify-content: center
}
.dbc-dongwell i {
  margin-left: 10px;
  min-width: 20px
}
.db-common {
  text-align: center;
  color: #fff
}
.db-cwbottom {
  margin-top: 40px
}
.db-cwbottom h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px
}
.db-tip {
  background-color: #4ca69d;
  border-radius: 13px
}
.db-tip .dbt-wrap {
  display: flex;
  align-items: center
}
.db-tip .dbt-wrap .dbt-left {
  text-align: left;
  padding: 10px 30px;
  font-size: 20px
}
.dbt-right ul li {
  padding: 8px;
  border-left: 1px solid grey
}
.dbt-right ul li i {
  font-size: 30px
}
.dbt-right ul li:not(:last-child) {
  border-bottom: 1px solid grey
}
section.total-cravavoid {
  padding-bottom: 70px
}
section.total-cravavoid .tsccb-cardwrap {
  display: flex;
  justify-content: center
}
section.total-cravavoid .tsccb-card {
  max-width: 50%;
  width: 50%;
  background: rgba(2, 76, 92, 1) !important;
  background: -moz-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 76, 92, 1)), color-stop(100%, rgba(2, 54, 68, 1))) !important;
  background: -webkit-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  background: -o-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  background: -ms-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  background: linear-gradient(to right, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#024c5c', endColorstr='#023644', GradientType=1) !important;
  box-shadow: -5px -5px 10px 2px rgba(13, 196, 218, 0.19);
  color: #668b94;
  position: relative
}
section.total-cravavoid .tsccb-card:after {
  content: "";
  top: 0;
  left: 0;
  border-radius: 10px;
  right: 0;
  bottom: 0;
  position: absolute;
  box-shadow: 5px 5px 10px 2px #022934
}
section.total-cravavoid .tsccb-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 25px
}
section.total-cravavoid p.tsccb-data {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px
}
.tca-table {
  border: 5px solid black;
  border-radius: 10px;
  margin: 20px 0 0 0;
  padding: 40px 0
}
.tcat-title {
  color: #3e727f;
  text-shadow: 0 0 0 #3e727f;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px
}
.tcat-tabs ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center
}
.tcat-tabs ul li {
  margin: 0 30px;
  color: #fff
}
.tcat-tabs {
  margin-bottom: 35px
}
.tcat-tabs ul li.active:after {
  content: "";
  height: 8px;
  width: 8px;
  background: #1fc7d5;
  position: absolute;
  border-radius: 100px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%)
}
.tcat-tabs ul li.active {
  position: relative;
  background-color: transparent
}
.tcat-databody {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto
}
.tcat-databody .slide-tab {
  display: none;
  background: transparent
}
.tcat-databody .slide-tab.active {
  display: block
}
.tcat-databody li {
  width: 100%;
  color: #336167;
  text-shadow: 0 0 0 #336167;
  padding: 8px;
  background: transparent;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center
}
.tcat-databody li:nth-child(2n+1) {
  background: #042931
}
.cal-common .ct-vertical {
  stroke: #668b94;
  stroke-dasharray: 5px
}
.cal-common>svg {}.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #74c5c4
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: #74c5c4
}
.ct-series-a .ct-area {
  fill: #74c5c4
}
.ct-labels * {
  color: white !important
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: inherit
}
.circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
  transform-origin: center
}
.circle-chart__info {
  color: #fff
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100
  }
}
.graduation {
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: rgba(117, 255, 227, 0.3);
  -webkit-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  -webkit-transform-origin: 0 160px;
  transform-origin: 0 160px
}
.graduations .graduation>span {
  position: absolute;
  font-size: 12px;
  color: #809faa;
  font-weight: 600
}
.graduations .graduation:nth-child(1) {
  -webkit-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  background-color: rgb(117, 255, 227)
}
.graduations .graduation:nth-child(1)>span {
  top: -25px;
  left: -3px
}
.graduations .graduation:nth-child(2) {
  -webkit-transform: rotate(30deg) translateX(-50%);
  transform: rotate(30deg) translateX(-50%)
}
.graduations .graduation:nth-child(3) {
  -webkit-transform: rotate(60deg) translateX(-50%);
  transform: rotate(60deg) translateX(-50%)
}
.graduations .graduation:nth-child(4) {
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%)
}
.graduations .graduation:nth-child(4)>span {
  transform: rotate(-90deg);
  left: 0px;
  bottom: 10px
}
.graduations .graduation:nth-child(5) {
  -webkit-transform: rotate(120deg) translateX(-50%);
  transform: rotate(120deg) translateX(-50%)
}
.graduations .graduation:nth-child(6) {
  -webkit-transform: rotate(150deg) translateX(-50%);
  transform: rotate(150deg) translateX(-50%)
}
.graduations .graduation:nth-child(7) {
  -webkit-transform: rotate(180deg) translateX(-50%);
  transform: rotate(180deg) translateX(-50%)
}
.graduations .graduation:nth-child(7)>span {
  transform: rotate(180deg);
  left: -2px;
  bottom: 10px
}
.graduations .graduation:nth-child(8) {
  -webkit-transform: rotate(210deg) translateX(-50%);
  transform: rotate(210deg) translateX(-50%)
}
.graduations .graduation:nth-child(9) {
  -webkit-transform: rotate(240deg) translateX(-50%);
  transform: rotate(240deg) translateX(-50%)
}
.graduations .graduation:nth-child(10) {
  -webkit-transform: rotate(270deg) translateX(-50%);
  transform: rotate(270deg) translateX(-50%)
}
.graduations .graduation:nth-child(10)>span {
  transform: rotate(90deg);
  left: -4px;
  bottom: 10px
}
.graduations .graduation:nth-child(11) {
  -webkit-transform: rotate(300deg) translateX(-50%);
  transform: rotate(300deg) translateX(-50%)
}
.graduations .graduation:nth-child(12) {
  -webkit-transform: rotate(330deg) translateX(-50%);
  transform: rotate(330deg) translateX(-50%)
}
.circlesvg-num {
  display: inline-flex
}
.circlesvg-wrap {
  display: inline-flex;
  padding: 30px;
  border: 5px solid #74c5c4;
  border-radius: 100%
}
.circle-svg {
  display: inline-flex;
  position: relative
}
.circle-chart__info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center
}
.circle-chart__info .circle-chart__percent {
  font-size: 50px;
  font-weight: 800;
  line-height: 50px
}
.circle-chart__info span.circle-chart__subline {
  font-size: 18px
}
section.section-cravingcount {
  padding: 0 0 25px
}
.dp-title {
  /* font-size: 45px; */
  font-size:2.5em;
  color: #0dc4da;
  /* text-shadow: 0px 2px 3px #0dc4da; */
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0.5em;
}
.dp-title.dpt-white {
  color: #fff;
  /* text-shadow: 0px 2px 3px #fff */
}
.slideshow-container {
  position: relative;
  max-width: 980px;
  margin: 0 auto
}
.mySlides {
  display: none;
  padding: 0;
  text-align: center
}
.mySlides:first-child {
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px
}
.mySlides>span {
  position: absolute;
  color: #003c4c;
  top: 30px;
  left: 50%;
  font-size: 28px;
  transform: translateX(-50%)
}
.prevnext {
  position: absolute;
  width: 200px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  top: 20px;
  left: 50%;
  transform: translateX(-50%)
}
.prevnext input {
  border: none;
  background: transparent;
  cursor: pointer;
  text-indent: -99999px
}
.prev,
.next {
  cursor: pointer;
  width: auto;
  padding: 15px;
  color: #888;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  border-radius: 0 3px 3px 0;
  user-select: none
}
.prev:hover,
.next:hover {
  color: #02c2dd
}
.active,
.dot:hover {
  background-color: #717171
}
q {
  font-style: italic
}
.author {
  color: cornflowerblue
}
.bar {
  background: #e0dddd;
  position: relative;
  width: 280px;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #f00
}
.bar:after {
  content: "";
  box-shadow: inset 0px 0px 5px 4px rgba(234, 234, 234, 0.5);
  -moz-box-shadow: inset 0px 0px 5px 4px rgba(234, 234, 234, 0.5);
  -webkit-box-shadow: inset 0px 0px 5px 4px rgba(234, 234, 234, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.bar>span {
  display: block;
  height: 140px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}
.color0>span:first-child {
  background: rgb(107, 209, 193);
  background: -moz-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%);
  background: linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6bd1c1", endColorstr="#00c2dd", GradientType=1)
}
.dd-barwrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 60px 0
}
.dd-barwrap>span {
  margin: 0 20px;
  font-size: 30px;
  color: #0dc4da;
  font-weight: bold
}
.bar>span:last-child>div:first-child {
  font-size: 35px;
  line-height: 35px;
  font-weight: bold
}
span.cssProgress-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center
}
.calc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.calc-footer .calcf-common {
  color: #668b94
}
.calc-footer .calcf-common.calcf-center {
  color: #1fc7d5;
  font-weight: bold
}
.jqbar {
  position: relative;
  top: 100px
}
.jqbar.vertical {
  text-align: center;
  display: inline-block
}
.jqbar.vertical span {
  display: block;
  font-size: 16px;
  color: #fff;
  border-radius: 100px;
  font-weight: bold
}
.jqbar.vertical .bar-percent {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  height: 20px;
  margin-bottom: 5px;
  color: #77c7c4;
  width: 100%
}
.jqbar.vertical .bar-level-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.3)
}
.jqbar.vertical .bar-level {
  position: absolute
}
.bar-label {
  width: 65px
}
.chart-year {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 40px
}
.bars+.chart-year {
  margin-top: 150px
}
p.dp-crushtext {
  margin: 0;
  margin-top: 50px;
  font-size: 20px;
  line-height: 35px;
  color: #0dc4da;
  font-weight: bold;
  padding: 0 60px
}
.cc-containwrap h2 {
  text-align: center;
  margin-bottom: 50px
}
.ccc-bottom {
  margin-top: 80px
}
.tabslide-container ul:first-child {
  height: 75px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  background-color: transparent;
  border-radius: 100px;
  border: 2px solid #fff;
  padding: 0 100px
}
.tabslide-container ul:first-child li {
  flex: 1;
  height: 100%;
  width: 207px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #fff
}
.tabslide-container ul:first-child li.active {
  flex: 1;
  background-color: #fff;
  color: #07c4de;
  box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19);
  -webkit-box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19)
}
.tabslide-container ul:last-child {
  margin-top: 70px
}
.tsc-content {
  text-align: center
}
.section-distraction {
  padding: 0 0 80px
}
.tscc-header {
  font-size: 40px;
  color: #0dc4da
}
.tscc-header * {
  display: block;
  line-height: normal
}
.tsccb-card {
  max-width: 280px;
  display: inline-block;
  text-align: center;
  padding: 30px 35px;
  margin: 30px;
  background: #c0fff3;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 10px rgba(13, 196, 218, 0.19);
  -webkit-box-shadow: 0px 10px 20px 10px rgba(13, 196, 218, 0.19)
}
.tsccb-cardimg {
  height: 95px;
  width: 95px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}
.tsccb-gamename {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bolder
}
p.tsccb-gamedesc {
  font-size: 14px;
  margin-top: 10px
}
.tsccb-gamebutton {
  height: 60px;
  width: 160px;
  background-color: #72d2bf;
  border: 0;
  margin-top: 20px;
  line-height: initial;
  color: #fff
}
.tsccb-whitebtn {
  background: #fff;
  color: #72d2bf !important;
  width: auto;
  line-height: initial;
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2)
}
.tsccb-bluebtn {
  color: #fff;
  width: auto;
  line-height: initial;
  border-color: #72d2bf;
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2)
}
.tscc-header b {
  font-weight: bold
}
.tsccb-head {
  color: #487c8a;
  font-size: 1em;
  margin-bottom: 20px;
  margin-top: 10px
}
section.dp-curatedsection {
  background: rgb(107, 209, 193) !important;
  background: -moz-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  background: -webkit-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  background: linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6bd1c1", endColorstr="#00c2dd", GradientType=1) !important;
  padding: 80px 0 230px
}
section.dp-curatedsection+.wave-bg {
  position: relative;
  margin-top: -280px
}
.dpc-card {
  border-bottom: 1px solid #fff;
  max-width: 840px;
  margin: 0 auto
}
.dpc-card:first-child {
  padding: 60px 10px
}
.dpc-card:nth-child(2) {
  padding: 60px 30px
}
.dpc-card:nth-child(3) {
  padding: 60px 50px
}
.dpc-card:last-child {
  border-bottom: none
}
.dpc-card-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center
}
.dpcc-img {
  width: 103px;
  height: 103px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 100px
}
.dpcc-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-evenly
}
.dpcc-header ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%
}
.dpcc-header ul li {
  font-size: 16px;
  color: #fff
}
.dpcc-header ul li:not(:last-child) {
  margin-right: 50px
}
.dpcc-header ul li i {
  margin-right: 15px;
  font-size: 25px
}
.dpcc-body a {
  /*margin-top: 30px;*/
  font-size: 22px;
  color: #fff;
}
.dpcc-body {
  margin-top: 30px;
  font-size: 20px;
  color: #fff
}
.dpcc-footer {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #fff
}
.dpcc-common.dpcc-right {
  max-width: 620px;
  flex: 1
}
.tsccb-whitebtn {
  background: #fff;
  color: #72d2bf;
  width: auto;
  line-height: initial;
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2)
}
.dp-footer {
  text-align: center
}
.dp-rewards {
  background-color: #062c36 !important;
  padding: 80px 0
}
.dprc-top {
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}
.dprc-title {
  color: #0dc4da;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px
}
.dp-reward-card .circle-chart__info {
  padding: 22px
}
.dp-reward-card .circle-chart__info img {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: auto
}
.dprc-stars ul {
  display: flex;
  align-items: center;
  justify-content: center
}
.dprc-stars ul img {
  width: 28px
}
.dprc-stars ul li {
  margin: 0 5px
}
.dprc-stars {
  margin-top: 10px
}
button.btn.btn-rewards {
  white-space: nowrap
}
button.btn.btn-rewards {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0;
  border: none;
  box-shadow: 0 0 12px -5px #fff;
  background: rgba(0, 75, 96, 1);
  background: -moz-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 75, 96, 1)), color-stop(100%, rgba(1, 40, 48, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: linear-gradient(135deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004b60', endColorstr='#012830', GradientType=1)
}
.dp-reward-card .dprc-d10 {
  background-image: url("../images/badges/reward/d10.jpg")
}
.dp-reward-card.active .dprc-d10,
.dp-reward-card.rewardactive .dprc-d10 {
  background-image: url("../images/badges/reward/d10a.jpg")
}
.dprc-badge1 {
  background-image: url("../images/badges/helped/r1.jpg")
}
.dp-reward-card.active .dprc-badge1,
.dp-reward-card.rewardactive .dprc-badge1 {
  background-image: url("../images/badges/helped/r1a.jpg")
}
.dprc-craving {
  background-image: url("../images/newimages/Thumbs-up-Mobile.png")
}
.dprc-handshake {
  background-image: url("../images/newimages/hand-shake-Mobile.png")
}
.dprc-handshake.rewardactive {
  background-image: url("../images/newimages/hand-shake-colored-Mobile.png")
}
.dprc-award {
  background-image: url("../images/newimages/trophy-Mobile.png")
}
.dprc-top img {
  height: 100%
}
.dp-reward-card {
  text-align: center;
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between
}
.dprc-csvgwrapper {
  flex-grow: 1
}
.dprc-bottom {
  margin-top: 30px;
  font-weight: bold;
  color: rgba(216, 216, 216, 255)
}
.dp-reward-card.active .dprc-bottom {
  color: #23c7d4
}
.dp-reward-card.active {
  background-color: initial
}
.dp-reward-card.active .dprc-craving {
  background-image: url("../images/newimages/Thumbs-up-colored-Mobile.png")
}
.dp-reward-card.active .dprc-handshake {
  background-image: url("../images/newimages/hand-shake-colored-Mobile.png")
}
.dp-reward-card.active .dprc-award {
  background-image: url("../images/newimages/trophy-colored-Mobile.png")
}
.dp-rewardcontent {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around
}
.dp-refer {
  background: #062c36 !important;
  padding-bottom: 80px
}
.dp-refer-card {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 30px 40px;
  justify-content: space-between;
  background: rgba(26, 190, 215, 1);
  background: -moz-linear-gradient(top, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26, 190, 215, 1)), color-stop(100%, rgba(4, 78, 98, 1)));
  background: -webkit-linear-gradient(top, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  background: -o-linear-gradient(top, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  background: -ms-linear-gradient(top, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1abed7', endColorstr='#044e62', GradientType=0);
  position: relative;
  overflow: hidden
}
.dp-refer-card .dprc-common {
  z-index: 1
}
.dp-refer-card .dprc-common.dprc-left * {
  color: #fff
}
.dp-refer-card .dprc-common.dprc-left h5 {
  margin-bottom: 10px;
  font-size: 24px
}
.dp-refer-card .dprc-common.dprc-left p:not(:last-child) {
  margin-bottom: 6px
}
.dp-refer-card .dprc-common.dprc-left p:last-child {
  margin: 0
}
.dp-refer-card img.dp-refer-horn {
  height: 80px;
  width: auto;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 0
}
.modal-window {
  position: fixed;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}
.modal-window>div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #000
}
.modal-window header {
  font-weight: bold
}
.modal-window label {
  font-size: 25px;
  text-align: center;
  display: block;
  line-height: 33px;
  font-weight: bold;
  color: #07c4de
}
.modal-window label.error {
  color: red;
  font-size: 14px
}
.modal-window form {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding: 30px 0
}
.modal-window button {
  background-color: rgba(0, 194, 221, 1);
  border: none
}
.modal-window input[type="text"],
.modal-window input[type="number"] {
  background: transparent;
  margin-top: 50px;
  border-color: #07c4de;
  text-align: center;
  color: #07c4de;
  font-size: 20px;
  font-weight: bold
}
.modal-window input[type="text"]::placeholder {
  font-size: 24px;
  font-weight: bold
}
.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none
}
.modal-close:hover {
  --color: black
}
.modal-window div:not(:last-of-type) {
  margin-bottom: 15px
}
.dp-iresistedbutton {
  padding: 20px;
  display: inline-flex;
  align-items: center;
  text-align: right;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9
}
.dp-iresistedbtnnum {
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
  height: 23px;
  width: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 1px;
  left: 99px
}
.dp-iresistedbutton div.resist-logowrapper>div {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: rgba(6, 90, 111, 1);
  background: -moz-linear-gradient(-45deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(6, 90, 111, 1)), color-stop(100%, rgba(24, 180, 205, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  background: linear-gradient(135deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#065a6f', endColorstr='#18b4cd', GradientType=1)
}
.dp-iresistedbutton div.resist-logowrapper>div img {
  height: 100%;
  width: auto
}
.dp-iresistedbutton div.resist-logowrapper>div:before {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  background: white;
  border-radius: 100%
}
.resist-logowrapper {
  height: 100px;
  width: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle
}
.resist-logowrapper img {
  position: absolute;
  height: 115px;
  width: auto;
  z-index: 1;
  left: 50%;
  bottom: -9px;
  transform: translateX(-59%)
}
.dp-iresistedbutton button.btn {
  display: inline-block;
  margin: 0;
  margin-left: -50px;
  width: 250px;
  border-radius: 100px;
  border: none;
  font-size: 25px;
  padding: 19px;
  text-indent: 25px;
  letter-spacing: 3px;
  font-family: serif;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: rgba(6, 90, 111, 1);
  background: -moz-linear-gradient(-45deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(6, 90, 111, 1)), color-stop(100%, rgba(24, 180, 205, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  background: linear-gradient(135deg, rgba(6, 90, 111, 1) 0%, rgba(24, 180, 205, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#065a6f', endColorstr='#18b4cd', GradientType=1);
  background: rgba(26, 190, 215, 1);
  background: -moz-linear-gradient(top, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26, 190, 215, 1)), color-stop(100%, rgba(4, 78, 98, 1)));
  background: -webkit-linear-gradient(top, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  background: -o-linear-gradient(top, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  background: -ms-linear-gradient(top, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(26, 190, 215, 1) 0%, rgba(4, 78, 98, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1abed7', endColorstr='#044e62', GradientType=0)
}
.dp-iresistedbutton div.resist-logowrapper>div. img {
  height: 100%;
  width: auto
}
.dp-iresistedbutton div.resist-logowrapper>div:before {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  background: white;
  border-radius: 100%
}
.resist-logowrapper {
  height: 100px;
  width: 100px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 99;
}
.resist-logowrapper img {
  position: absolute;
  height: 115px;
  width: auto;
  z-index: 1;
  left: 50%;
  bottom: -9px;
  transform: translateX(-59%)
}
.pd-bakcground {
  background: rgba(2, 7, 10, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.popup-dashboard {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999
}
.pcont-close {
  font-size: 38px;
  color: black;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer
}
.popup-content {
  max-width: 600px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  background: #5bbbd4;
  background: -moz-linear-gradient(top, #5bbbd4 0%, #214e61 100%);
  background: -webkit-linear-gradient(top, #5bbbd4 0%, #214e61 100%);
  background: linear-gradient(to bottom, #5bbbd4 0%, #214e61 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bbbd4', endColorstr='#214e61', GradientType=0)
}
.pcon-body ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px
}
.pcon-body ul img {
  width: 80px
}
.pcon-body ul li {
  cursor: pointer;
  margin: 0 20px
}
.pcon-title {
  display: flex;
  flex-flow: column nowrap;
  font-size: 40px;
  line-height: 42px;
  color: #fff
}
.pcon-title span:last-child {
  font-weight: bold
}
.dbf-wrapper .container {
  max-width: 420px
}
section.dash-banner.db-form {
  margin-top: 50px;
  background: rgb(107, 209, 193) !important;
  background: -moz-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  background: -webkit-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  background: linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6bd1c1", endColorstr="#00c2dd", GradientType=1) !important
}
.dbf-wrapper {
  text-align: center
}
.dbf-top {
  padding: 30px 0 230px;
  font-size: 18px;
  line-height: 21px
}
.dbf-top+.wave-bg {
  position: relative;
  margin-top: -280px
}
.dbf-body {
  background: linear-gradient(rgba(2, 76, 92, 1), #00546b) !important;
  padding: 0 0 80px
}
.dbf-body .dbc-user-img .dbcu-imgwrap {
  height: 200px;
  width: 200px
}
.dbf-body .dbc-user-img .dbcu-imgwrap>div {
  position: relative
}
.dbf-body .dbc-user-img .dbcu-imgwrap label {
  align-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  left: 0;
  background: rgba(15, 44, 54, 0.6);
  padding: 10px 10px 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer
}
.dbf-body .dbc-user-img .dbcu-imgwrap label input {
  display: none
}
.bdfb-form p {
  color: #678d95;
  font-weight: bold;
  text-align: left
}
.bdfb-form input {
  background: #02343e;
  border: none;
  padding-left: 10px;
  padding-right: 10px
}
.fg-gender {
  display: flex;
  justify-content: space-between
}
button.btn.btn-gender {
  position: relative;
  padding: 0;
  box-shadow: none;
  background: none
}
button.btn.btn-gender.btn-gender span {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  display: block;
  background: none;
  box-shadow: inset 0 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #36656d
}
button.btn.btn-gender.active span {
  color: #fff;
  box-shadow: none;
  background: -moz-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 75, 96, 1)), color-stop(100%, rgba(1, 40, 48, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  background: linear-gradient(135deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004b60', endColorstr='#012830', GradientType=1)
}
button.btn.btn-gender.active:before {
  content: "";
  top: 0;
  left: 0;
  right: 10px;
  bottom: 10px;
  z-index: 0;
  position: absolute;
  box-shadow: 0 0 10px 0 #266172
}
button.btn.btn-gender.active:after {
  content: "";
  top: 10px;
  left: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  box-shadow: 0 0 10px 0 #022a35
}
.form-body {
  margin-top: 30px
}
.form-body input {
  color: #fff;
  font-weight: bold;
  border: none !important;
  background-color: #02333f;
  padding: 1em;
}
.form-body input::placeholder {
  color: #fff;
  font-weight: bold
}
.form-group.fg-inlinefrm input {
  max-width: 60px;
  text-align: center;
  margin-left: 10px
}
.form-group.fg-inlinefrm {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-align: left;
  color: #fff
}
.fg-submitbtn button.btn {
  margin: 0;
  width: 100%
}
.popup-dashboard.popup-share .popup-content {
  background: #fff;
  max-width: 500px
}
.pcs-wrapper {
  padding: 15px;
  background: #fff;
  box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.16);
  max-width: 340px;
  margin: 0 auto
}
.pcs-inner {
  background: url('../images/newimages/latest/fullbgwithelements.png') 50% no-repeat;
  background-size: cover;
  padding: 40px 0 20px
}
.pcsi-body {
  color: #fff;
  padding: 0 20px
}
.pcsi-body .pcsib-top {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 2px;
}
.pcsi-body .pcsib-bottom {
  font-size: 15px;
  letter-spacing: 2px;
}
.pcsi-body .pcsib-footer {
  font-size: 12px;
  padding: 5px 10px;
  white-space: nowrap;
  text-shadow: 0 0 0 #fff;
  background: #002732;
  border-radius: 100px;
  margin-top: 10px
}
.pcst-data {
  color: #000;
  width: 100%;
  display: flex;
  font-weight: bold;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 10px;
  background: url('../images/newimages/latest/paintbar.png') no-repeat 50%;
  background-size: contain;
  z-index: 1;
  margin-top: -30px;
  position: relative
}
.pcst-data i {
  margin: -5px 3px 0
}
.pcst-data i img {
  max-width: 20px
}
.pcsi-top {
  max-width: 170px;
  margin: 0 auto
}
.pcst-badge:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  background: rgba(255, 255, 255, .15);
  z-index: 0
}
.pcst-badge:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: -18px;
  left: -18px;
  bottom: -18px;
  right: -18px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 0
}
.pcst-badge {
  position: relative;
  margin-bottom: 10px;
}
.pcst-badge img {
  border-radius: 100%;
  z-index: 1;
  position: relative
}
.pcon-contbottom {
  margin-top: 40px
}
button.btn.btn-sharepp {
  background: #e5e6eb;
  color: #000;
  margin: 0;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: normal !important;
  box-shadow: none;
  border-radius: 5px;
  margin-top: 15px;
  border: none !important
}
.popup-dashboard.popup-frame .popup-content {
  max-width: 400px
}
.pcon-frame .pcs-inner {
  background: none;
  box-shadow: none;
  padding: 0
}
.pcon-frame .pcs-wrapper {
  padding: 0;
  box-shadow: none;
  max-width: initial
}
.popup-dashboard.popup-frame .pcst-badge:after,
.popup-dashboard.popup-frame .pcst-badge:before {
  display: none
}
.popup-dashboard.popup-frame .pcst-badge:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
  background: url('../images/newimages/latest/fb_frame.png') no-repeat 50%;
  background-size: contain
}
@media only screen and (max-width: 1024px) {
  .dbf-top {
    padding-top: 0;
    padding-bottom: 300px
  }
  .dbf-body {
    padding-top: 20px
  }
  .modal-window>div {
    height: 87vh;
    width: 90vw;
    margin-top: 35px
  }
  .modal-window label {
    font-size: 7vw;
    line-height: 8vw;
    padding: 0 20px
  }
  .modal-window input[type="text"] {
    margin-top: 190px
  }
  .desktop-navbar {
    display: none !important
  }
  .dp-iresistedbutton {
    right: 50%;
    transform: translateX(50%)
  }
  .jqbar-two .bar-label {
    width: 35px;
    font-size: 13px !important
  }
}
@media screen and (max-width: 830px) {
  .dp-title {
    font-size:1.8em
  }
  .tscc-header {
    font-size: 5vw
  }
  .dbc-dongwell {
    height: 80px;
    border-radius: 100px;
    font-weight: bold;
    padding: 0px 60px;
    font-size: 3.5vw;
    white-space: nowrap
  }
  .tsccb-card {
    max-width: 100%;
    padding: 15px
  }
  .tsccb-cardimg {
    margin: initial;
    flex-shrink: 0
  }
  .tsccb-cardinner {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  .tsccb-body {
    text-align: left;
    margin-left: 15px;
    padding: 10px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center
  }
  .tsccb-gamename {
    margin: 0
  }
  p.tsccb-gamedesc {
    margin: 10px 0 0;
    font-size: 16px
  }
  .tabslide-container ul:first-child {
    padding: 0
  }
  section.total-cravavoid .tsccb-card .tsccb-body {
    margin: 0;
    width: 100%;
    text-align: center
  }
  .dp-rewardcontent {
    flex-flow: column nowrap
  }
}
@media screen and (max-width: 780px) {
  .dpc-card-wrapper .dpc-card {
    padding: 60px 0
  }
  .dpc-card-wrapper .dpcc-img {
    margin-right: 40px
  }
  .dp-rewardcontent {
    justify-content: space-between
  }
  .dp-refer-card {
    flex-flow: column nowrap;
    align-items: flex-start
  }
  .dp-refer-card .dprc-common a {
    margin: 0;
    margin-top: 20px
  }
  .dp-refer-card img.dp-refer-horn {
    height: 180px
  }
}
@media screen and (max-width: 680px) {
  .dp-rewardcontent {
    flex-flow: column nowrap;
    align-items: center
  }
  .mySlides {}.tcat-tabs ul li {
    margin: 0 10px
  }
  .tcat-tabs ul li:first-child {
    margin-left: 0
  }
  .tcat-tabs ul li:last-child {
    margin-right: 0
  }
  .dbcu-imgwrap {
    height: 220px;
    width: 220px
  }
  .dbcu-imgwrap img {
      height: 220px;
      width: 220px;
  }
  .dbc-user {
    font-size: 30px
  }
}
@media screen and (max-width: 600px) {
  .dpc-card-inner {
    flex-flow: column nowrap
  }
  .dpc-card-wrapper .dpcc-img {
    margin: 0
  }
  .dpcc-common.dpcc-right {
    margin-top: 30px
  }
  .dpcc-header {
    width: 100%
  }
  .dpcc-header ul {
    justify-content: space-between
  }
  section.dp-curatedsection {
    padding-bottom: 280px
  }
  .dp-refer-card {
    padding: 30px
  }
  .dp-refer-card img.dp-refer-horn {
    height: 150px
  }
  section.total-cravavoid .tsccb-title {
    font-size: 16px;
    line-height: 20px !important
  }

}
@media screen and (max-width: 520px) {
  .tsccb-cardinner {
    flex-flow: column nowrap;
    justify-content: center;
    padding: 10px 10px 0
  }
  .tsccb-cardinner * {
    text-align: center
  }
  body.dashboard-page .mobile-navbar .logo img {
    height: 25px
  }
  body.dashboard-page .mobile-navbar .hamburger,
  body.dashboard-page .mobile-navbar .close-hamburger {
    height: 30px
  }
  body.dashboard-page .mobile-navbar .menu-profile a {
    height: 40px;
    width: 40px
  }
  .tcat-tabs ul li {
    margin: 0 5px;
    font-size: 14px
  }
  .tabslide-container ul:first-child li {
    font-size: 11px
  }
  .tabslide-container ul:first-child li.active {
    font-size: 12px
  }
  .tsccb-card {
    max-width: 80%;
    padding: 15px
  }
  .tabslide-container ul:first-child {
    height: 45px
  }
  .dp-refer-card img.dp-refer-horn {
    height: 120px
  }
  .bar-label {
    width: 55px
  }
  .jqbar-two .bar-label {
    width: auto
  }
  section.total-cravavoid .tsccb-card {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0
  }
  section.total-cravavoid .tsccb-cardinner {
    padding: 0
  }
  section.total-cravavoid .tsccb-card:first-child {
    margin-left: 0
  }
  section.total-cravavoid .tsccb-card:last-child {
    margin-right: 0
  }
  .tca-table {
    margin-left: 0;
    margin-right: 0
  }
  .popup-dashboard.popup-share .popup-content {
    padding-left: 10px;
    padding-right: 10px
  }
}

#profilepicdisp {
  /*height: 100%;*/
  /*width: 100%;*/
  height: 200px;
  width: 200px;
}

.error {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}

.hidden {
  display: none;
}

.badgeimg.active {
  height: 175px;
  width: 175px;
  background-color: transparent;
  margin: 0 auto;
}

.weekslide .calc-footer .calcf-left, .weekslide .calc-footer .calcf-right {
  cursor: pointer;
}

@media screen and (max-width: 420px) {
  .jqbar6.jqbar.vertical {
    width: 15%; 
  }
  .jqbar-two.jqbar.vertical {
    width: 7%;
  }
  .jqbar-two .bar-label {
    font-size: 10px !important;
  }
  .tabslide-container ul:first-child li.active {
    font-size: 11px;
  }
  .pcsi-body {
    padding: 0 10px;
  }
  .pcsi-body .pcsib-footer {
    font-size: 11px;
  }
}

.whitecolor{
  color: #ffffff;
}


.popup-a2hs{
  /*display: none;*/
}
.add-button {
  margin: 1rem auto 0 !important;
  display: block;
}
.popup-a2hs-content{
  background-color: #ffffff;
  max-width: 600px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.popup-a2hs h3 {
    font-size: 1.5em;
}
.dp-iresistedbutton button.btn:hover {
    y: unset;
    x: unset;
}
