/* ////////////////////////////////////////////// */
/* ////////////// Points     ////////////// */
/* ////////////////////////////////////////////// */

#points .jumbo_header {
  background-image: url("../images/backgrounds/bg_27.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#points .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    rgba(241, 60, 4, 0.6) 0%,
    rgba(240, 166, 56, 0) 100%
  );
  padding: 30px 15px 90px 15px;
}

#points .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#points .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#points .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#points .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#points .jumbo_header .action_btn {
  text-align: center;
  transition: all 0.5s ease-in-out;
}

#points .jumbo_header .action_btn .btn {
  background-color: #fcdbd1;
  color: #db157b !important;
  border: none !important;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  transition: all 0.5s ease-in-out;
  text-shadow: none;
}

#points .contents {
  margin-top: -40px;
}

#points .contents .section {
  background: #fff;
  padding: 70px 30px 30px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#points .section .section_heading {
  text-align: center;
  margin-bottom: 40px;
}

#points .section .section_heading .section_title {
  font-size: 22px;
  line-height: 30px;
}
#points .section .section_heading .section_desc {
  font-size: 16px;
  line-height: 30px;
}

#points .listing {
  margin: 15px 0;
}

#points .listing .single_item {
  margin-bottom: 30px;
  padding: 10px 10px 30px 10px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  transition: all 0.1s ease-in-out;
}
#points .listing .single_item:hover {
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 10, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 10, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 10, 0.09);
  transition: all 0.1s ease-in-out;
}
#points .listing .single_item.up {
  border-color: #e7f0db;
  background: #fefffa;
}
#points .listing .single_item.up:hover {
  border-color: #acd970;
}
#points .listing .single_item.down {
  border-color: #dce7f9;
  background: #fdfeff;
}
#points .listing .single_item.down:hover {
  border-color: #a5bfea;
}

#points .listing .single_item .value {
  font-size: 40px;
}

#points .listing .single_item .title {
  font-size: 14px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  line-height: 30px;
}

#points .listing .indicators {
  margin-top: 10px;
}

#points .listing .indicators span {
  padding: 5px 10px;
  border-radius: 10px;
  min-width: 35px !important;
  display: inline-block;
}

#points .listing .single_item.up .indicators span {
  background: #f3f7e4 !important;
  color: #01aa2c !important;
}
#points .listing .single_item.down .indicators span {
  background: #f0f5ff !important;
  color: #4b87d2 !important;
}

/* /////////////////////////////////////// */
/* /////////////////  Records ///////////// */
/* /////////////////////////////////////// */

#points_records .tile {
  padding: 20px 15px 30px 15px;
}

#points_records .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#points_records .single_record {
  margin-bottom: 15px;
  line-height: 28px;
}

#points_records .single_record.waiting {
  background-color: rgb(251, 248, 200);
}

#points_records .single_record.rejected {
  background-color: rgb(232, 226, 226);
}

#points_records .single_record .value {
  background-color: #fff;
  border-radius: 10px;
  height: 30px;
  padding: 0px 10px;
  min-width: 40px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}

#points_records .single_record.waiting .value {
  background-color: #f7b158 !important;
  border-color: none !important;
  color: #fff !important;
}

#points_records .single_record.rejected .value {
  background-color: #aeabab !important;
  color: #fff !important;
}

#points_records .single_record.rejected .title ,
#points_records .single_record.rejected .value,
#points_records .single_record.rejected .indicators{
  text-decoration: line-through;
}

#points_records .single_record.up .value {
  background-color: #8bc34a;
  border-color: #388e3c;
  color: #fff;
}

#points_records .single_record.down .value {
  background-color: #ff5722;
  border-color: #d32f2f;
  color: #fff;
}

#points_records .single_record .title {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
  line-height: 28px;
}

/* ////////////////////////////////////////////// */
/* ////////////// No Search Results ////////////// */
/* ////////////////////////////////////////////// */

#points_oops {
  margin-top: 40px;
}

#points_oops img.image {
  max-width: 200px !important;
  display: inline-block;
}

#points_oops h2 {
  font-size: 22px;
  color: #175aa3;
}

#points_oops h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 15px;
  background-color: #f2ebff;
  border-radius: 20px;
  color: #978ed2;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}

#points_oops .btn {
  margin-top: 5px;
  min-width: 105px;
}

#points_oops .btn1 {
  background-color: #385cb2 !important;
  color: #fff !important;
  border: none !important;
}
#points_oops .btn1:hover {
  background-color: #2c50a5 !important;
  color: #fff !important;
}

#points_oops .btn2 {
  background-color: #ed64af !important;
  color: #fff !important;
  border: none !important;
}
#points_oops .btn2:hover {
  background-color: #e051a0 !important;
  color: #fff !important;
}

#points_oops .btn3 {
  background-color: #39f5de !important;
  color: #183991 !important;
  border: none !important;
}
#points_oops .btn3:hover {
  background-color: #28dac5 !important;
  color: #183991 !important;
}
