/*********************************************defult_css*************************************************/
@font-face {
  font-family: GothamNarrow-Medium;
  src: url(../font/GothamNarrow-Medium.otf);
}

body {
  margin: 0;
  padding: 0;
  background-image: url(../images/bg_1.png);
  height: 100%;
  background-size: cover;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

a,
span,
a:hover,
a:active,
button {
  text-decoration: none;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

p {
  margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}

ul,
a {
  list-style: none;
  margin: 0;
  padding: 15px;
}

img {
  max-width: 100%;
}

.cm-overflow {
  overflow: hidden;
}

.container {
  padding: 0 15px;
}

a {
  color: transparent;
}

.app_wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.app_wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
}

.app_wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

/*******************************************************header*********************************************************/
.by_watching_text {
  color: #2F9CD9;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
}

.main_title_text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.app_wrapper {
  /* max-width: 360px; */
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 0px);
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  scrollbar-color: #eee #3e3e40;
  scrollbar-width: none;
}

.navbar {
  background-color: rgba(0, 174, 205, 0.1);
  /* background-color: rgb(66, 31, 24,0.8); */
}

.site_heading {
  font-size: 25px;
}

.site_logo {
  /* width: 150px; */
  object-fit: cover;
  /* height: 60px; */
}

.adBG {
  background-color: #DCEEF9;
  border-radius: 10px;
  border: 1px solid #2F9CD9;
  padding: 15px;
}

.cusBtnOption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #2F9CD9;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
  color: white !important;
  border: none;
  font-weight: 500;
  line-height: 21px;
}

.cusBtnOption:hover,
.playcusBtnOption:hover {
  text-decoration: none;
  background-color: #5eb3e1 !important;
}

.sport_text {
  margin-left: -10px;
}

.input_text {
  padding: 5px 0px 0 0;
}

.categories_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.categories {
  font-size: 15px;
  color: #2F9CD9;
  font-weight: 600;
  margin-bottom: 7px;
  text-align: center;
}

/* .blogs_main_title {
  font-size: 22px;
  color: #62362D;
  text-align: center;
} */

/* .blog_box {
  padding-right: 7px;
  padding-left: 7px;
} */

.padding_box {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid #2F9CD9;
  background-color: #DCEEF9;
}

.blog_title {
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  color: #2F9CD9;
  padding: 9px 0 0px 0;
}

/* .blog_box img {
  border-radius: 12px;
} */

/* .blog_description {
  font-size: 15px;
  color: #421F18;
  padding-top: 11px;
  line-height: 23px;
} */

.readmore_btn {
  background-color: #2F9CD9;
  border-radius: 12px;
  padding: 6px 20px;
  border: none;
  margin: 10px auto 0 auto;
  width: 100%;
  align-items: center;
}

.readmore_btn:hover {
  background-color: #5eb3e1;
}

.readmore_btn a {
  padding: 0px;
}

/* .footer_text {
  font-size: 17px;
  font-weight: 500;
  color: #62362D;
  padding: 12px 0 7px 0;
  display: flex;
  justify-content: center;
} */

/* .footer_text:hover {
  text-decoration: underline;
} */

.cusBtnOption.active {
  background-color: #2F9CD9;
  color: white;
}

.blog_box {
  display: block;
  /* Hide all blogs initially */
}

/* .shimmer-effect {
  text-align: center;
} */

/* .categories_arcade {
  font-size: 28px;
  font-weight: 600;
  color: #2F9CD9;
} */

i.fa-brands.fa-square-facebook,
i.fa-brands.fa-instagram,
i.fa-brands.fa-threads,
i.fa-brands.fa-x-twitter {
  color: #2F9CD9;
  font-size: 32px;
}

i.fa-brands.fa-square-facebook:hover,
i.fa-brands.fa-instagram:hover,
i.fa-brands.fa-threads:hover,
i.fa-brands.fa-x-twitter:hover {
  color: #5eb3e1;
  transition: all 0.7s ease-out;
  /* Increased duration to 1 second */
}

/* *********************************************************** New Navbar *********************************************************** */
.header_logo_link {
  padding: 0;
}

.wrapper {
  object-fit: cover;
  background-color: #E5F7FA;
  width: 100%;
  position: sticky;
  top: 0px;
  /* max-width: 360px; */
  max-width: 430px;
  box-shadow: 0px 3px 3px 0px #00000026;
  z-index: 999 !important;
  padding: 6.3px 0;
}

.wrapper nav {
  position: relative;
  display: flex;
  max-width: calc(100% - 20px);
  /* margin: 0 15px; */
  /* height: 53px; */
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 999;
}

nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

nav .nav-content .links {
  margin-left: 80px;
  display: flex;
  gap: 10px;
}

.nav-content .logo img {
  width: 102px;
}

.nav-content .logo a {
  color: #a443ff;
  font-size: 30px;
  font-weight: 600;
}

.nav-content .links li {
  list-style: none;
  line-height: 70px;
}

.nav-content .links li a,
.nav-content .links li label {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 0px;
  transition: all 0.3s ease;
  /* margin: 0 5px; */
}

.nav-content .links li label {
  display: none;
}

.nav-content .links li a:hover,
.nav-content .links li label:hover {
  background: #2F9CD9;
  color: #fff;
}

/* .nav-content .links li.active a, */
.nav-content .links li.active label,
.nav-content .links li.active ul li.active a {
  background: #2F9CD9;
  color: #fff;
}

a.active_health,
a.active_carro,
a.active_contact,
a.active_about,
a.active_privacy {
  background: #2F9CD9;
  color: #fff !important;
}

.wrapper .search-icon,
.wrapper .menu-icon {
  color: #000;
  font-size: 18px;
  cursor: pointer;
  line-height: 0px;
  width: 30px;
  text-align: center;
}

.wrapper .menu-icon {
  display: none;
}

.wrapper #show-search:checked~.search-icon i::before {
  content: "\f00d";
}

.wrapper .search-box {
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.wrapper #show-search:checked~.search-box {
  opacity: 1;
  pointer-events: auto;
}

.search-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #000;
  background: #ffff;
  padding: 0 100px 0 15px;
}

/* .search-box input::placeholder {
  color: #545252;
} */

/* .search-box .go-icon {
  position: absolute;
  display: flex;
  right: 10px;
  top: 50%;
  align-items: center;
  transform: translateY(-50%);
  line-height: 60px;
  width: 51px;
  height: 50px;
  justify-content: center;
  border: none;
  outline: none;
  color: #000;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
} */

/* .wrapper input[type="checkbox"] {
  display: none;
} */

/* Dropdown Menu code start */
.nav-content .links ul {
  position: absolute;
  background: #8446f7;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.nav-content .links li:hover>ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.nav-content .links ul li a {
  color: #fff;
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px;
  margin: 7px 0;
}

.nav-content .links ul li a:last-child {
  margin-bottom: 0;
}

.nav-content .links ul ul {
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}

label.services-label.active {
  background-color: #2F9CD9;
  color: white !important;
}

.nav-content .links ul li {
  position: relative;
}

.nav-content .links ul li:hover ul {
  top: 0;
}

nav .nav-content .links {
  display: block;
  position: fixed;
  background: #14181f;
  height: 100%;
  width: 100%;
  top: 70px;
  left: 36%;
  margin-left: 0;
  max-width: 430px;
  overflow-y: auto;
  padding-bottom: 100px;
  transition: all 0.3s ease;
}

i.fas.fa-bars {
  font-size: 23px;
  color: #2F9CD9;
}

.logo {
  margin-right: -20px;
  display: flex;
}

a.menu-item.active {
  background-color: #2F9CD9;
  color: white !important;
}

/* *********************************************************** New Navbar End *********************************************************** */
/* ******************************************** popup ******************************************* */
/* Popup Overlay */
.popup_class {
  position: relative;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999999;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -12px;
}

.close-btn:hover {
  color: #ff0000;
}


.ad_3 {
  max-width: 1200px;
  margin: 0 auto;
}

.ads_container {
  height: auto;
}

.ad_title {
  display: block;
  font-size: 12px;
  text-align: center;
  color: black;
  padding-top: 10px;
}


.blog_post_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.6px;
  padding: 0;
}

.blog_post_subtext {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
  padding: 0;
}

.blog_subpost_img {
  margin: 6px 0;
  border-radius: 15px;
}

.dynamic_card {
  padding: 12px;
  background-color: white;
  border: 1px solid #2F9CD9;
  border-radius: 10px;
  margin-top: 18px;
}

.blog_detalis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 5px;
}

.blog_dynamic_title {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding-top: 12px;
}

.blog_text {
  font-size: 13px;
  font-weight: 500;
  color: #545454;
  line-height: 18px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_btn {
  background: linear-gradient(180deg, #66BFF1 0%, #359DD9 100%);
  padding: 12px 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

i.fa-solid.fa-chevron-right {
  font-size: 20px;
  color: white;
}

.blog_paragraph_text {
  margin: 12px 0 -4px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.car_travel {
  border-radius: 15px;
}

.insurance_number {
  list-style-type: decimal;
  padding-top: 5px;
  padding-bottom: 0px;
}

.insurance_number li {
  padding-bottom: 10px;
}

.insurance_point {
  list-style-type: disc;
  padding-top: 5px;
  padding-bottom: 0px;
}

.insurance_point li {
  padding-bottom: 10px;
}

.sticky_ads {
  position: fixed;
  bottom: 0%;
  right: auto;
  left: auto;
  overflow: hidden;
  padding: 0px 8px 0px 5px;
  margin: 0 auto 10px auto;
  background-color: #000000c2;
  min-width: 360px;
  transform: translate(0%, 10%);
  display: flex;
  justify-content: center;
}

.popup-ad-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.close-popup {
  background-color: #ebebeb;
  border: 2px solid #000;
  border-radius: 20%;
  color: #000;
  cursor: pointer;
  font-family: arial;
  font-size: 25px;
  font-weight: 700;
  height: 30px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 0px;
  width: 30px;
}

.popup-content {
  position: relative;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #888;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  min-width: 360px;
  height: 300px;
  top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#div-gpt-ad {
  width: 336px;
  height: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


.redeem_box {
  padding: 12px;
  background-color: #DCEEF9;
  border-radius: 10px;
  border: 1px solid #2F9CD9;
  margin: 16px 0px;
}

.redeem_box_text {
  font-size: 15px;
  line-height: 20px;
  color: #2F9CD9;
  font-weight: 600;
  margin-bottom: 7px;
  text-align: center;
}

.more_btn {
  margin: 20px 0;
}

/* ***************************************************** Footer Css ************************************ */
/* Base styles */
.footer_bg {
  background: rgba(0, 174, 205, 0.1);
  padding: 15px 0;
  color: white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-logo {
  width: 100%;
  margin-bottom: 19px;
}

.footer-logo a {
  padding: 0;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desktop-logo {
  display: none;
  width: 200px;
}

.mobile-logo {
  display: block;
}

.footer-text {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5;
  color: black;
  font-weight: 500;
}

.social-icons {
  display: flex;
  gap: 10px;
}

i.fa-brands.fa-facebook-f,
i.fa-brands.fa-instagram,
i.fa-brands.fa-threads,
i.fa-brands.fa-x-twitter {
  color: #ffffff;
  font-size: 23px;
}

.icon {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #019DFE;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

.mobile-logo {
  width: 135px;
}

.icon:hover {
  background: #005C96;
}

.footer-links {
  width: 100%;
  margin-bottom: 11px;
}

.footer-links:last-child {
  margin-bottom: 0;
}

.footer-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 8px;
  color: black;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 5px 0;
}

.footer-links a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: color 0.3s;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
}

.footer-links a:hover {
  color: #019DFE;
}

.blog_content {
  margin: 12px 0;
}

.insurance_number {
  padding: 13px 0px 0px 15px;
}

.bottom_text {
  padding-bottom: 15px;
}

.also_read_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1px 0 10px 0;
}

.also_read_title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
}

.also_read_link {
  color: blue;
  padding: 0px;
  text-decoration: underline;
  font-size: 14px;
}

.also_read_section {
  margin: 5px 0 0 0;
}

.daimond_img_center {
  padding: 0;
  display: block;
}


.header_space {
  min-height: 250px;
  margin: 10px 0;
}

.form-container {
  background: #fff;
  padding: 20px 20px;
  border: 2px solid #000;
  border-radius: 10px;
  /* width: 300px; */
  box-shadow: 4px 4px 0 #000;
}

.form-container input {
  display: block;
  width: -webkit-fill-available;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 5px;
}

.form-container input:focus {
  outline: none;
  border-color: #555;
}

.form-container input:last-child {
  /* margin-bottom: 0; */
}

.diamond_3_next {
  padding: 0px;
  color: #ffffff;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 35px;
  align-items: center;
  border-radius: 5px;
  background-color: #2F9CD9;
  border: 0px;
  font-weight: 500;
}

.diamond_3_next:hover {
  text-decoration: none;
  background-color: #5eb3e1 !important;
}

.player_category_container {
  padding: 20px;
  background-color: #DCEEF9;
  border-radius: 10px;
  border: 1px solid #2F9CD9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.player_category {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #2F9CD9;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 7px rgb(0 0 0 / 40%);
  color: white !important;
  border: none;
  font-weight: 500;
  line-height: 21px;
  width: -webkit-fill-available;
  cursor: pointer;
}

.player_category:hover {
  text-decoration: none;
  background-color: #5eb3e1 !important;
}

.question_container {
  background-color: #DCEEF9;
  border-radius: 10px;
  border: 1px solid #2F9CD9;
  padding: 12px;
}

.player_question {
  color: #2F9CD9;
  text-align: center;
  font-size: 20px;
}

.question_title {
  text-align: center;
  margin: 10px 0 13px 0;
}

.option_text {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0 0 15px 0;
}

.option_text:last-child {
  margin-bottom: 0;
}

.option_ans {
  width: 100px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #2F9CD9;
  color: #2F9CD9;
  border-radius: 20px;
  padding: 5px;
  transition: all 0.3s ease;
}

.option_ans:hover {
  background-color: #2F9CD9;
  color: #ffffff;
  cursor: pointer;
}

.question_ans_btn {
  padding: 0px;
  color: rgb(255, 255, 255);
  background-color: #2F9CD9;
  box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
  padding: 10px 30px;
  margin: 0 auto;
  display: table;
  border-radius: 10px;
}

.question_ans_btn:hover {
  text-decoration: none;
  background-color: #5eb3e1 !important;
}

.claim_container {
  background-color: #DCEEF9;
  border-radius: 10px;
  border: 1px solid #2F9CD9;
  padding: 10px;
}

.claim_img {
  margin-bottom: 5px;
  border-radius: 10px;
}


@media (max-width: 1200px) {
  .ad_title {
    display: block !important;
    padding-top: 10px;
  }
}

@media (max-width: 849px) {
  .ad_1 {
    height: auto !important;
    display: block !important;
  }
}

@media (max-width:450px) {
  .app_wrapper {
    max-width: 100%;
  }

  .sticky_ads {
    min-width: 100%;
  }
}

@media (max-width:400px) {
  #div-gpt-ad {
    width: 390px;
    height: 300px;
  }

  .popup-content {
    padding: 10px 0 !important;
    min-width: 390px !important;
  }
}

@media (max-width:375px) {
  .close-popup {
    left: 13px;
  }
}

/* header Back Button */
:root {
  --primary-color: #1CAEBB;
  --secondary-color: #1CAEBB1F;
  --light-bg: #F5F5F5;
  --bg-color: #FFFFFF;
  --card-border: #2222221F;
  --shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  --border-radius: 12px;
  --lock-size: 32px;
}

/* .reward_btn {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

.top_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
button {
  border: 0px;
}

.daily-reward-header-five-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  margin-top: 10px;
}


.daily-reward-header-five-page a {
  padding: 0px;
  margin: 0px;
}

.daily-reward-left {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

/* .dailyReward {
  display: flex;
  align-items: center;
  background-color: #2F9CD9;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 5px 6px 5px 2px;
  cursor: pointer;
} */
.dailyReward {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  gap: 12px;
  border-radius: 12px;
  border-width: 1px;
  padding: 9px 9px;
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.dailyReward p {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  width: max-content;
}


.dailyReward .img-icon {
  width: 24px;
  height: 24px;
}

.img-icon img {
  width: 100%;
  height: 100%;
}


.daily-reward-header-five-page .back-btn {
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  color: var(--primary-color);
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.daily-reward-header-five-page .back-btn,
.inner-back-btn,
.day,
.center-count-question,
.question-box {
  display: flex;
  justify-content: center;
  align-items: center;

}

.daily-reward-header-five-page .inner-back-btn {
  background-color: var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;

}

.daily-reward-header-five-page .inner-back-btn i {
  color: white;
  font-size: 12px;
}

.daily-reward-header-five-page .text-daily-check {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: var(--primary-color);
}

#cong .daily-reward-left,
#cong .dailyReward {
  gap: 5px;
}

#cong .dailyReward {
  padding: 12px 10px;
}

/* @media (max-width:450px) {
  .text-daily-check {
    font-size: 20px;
  
  }
  .daily-reward-header-five-page .back-btn {
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    color: var(--primary-color);
    cursor: pointer;
    width: 48px;
    height: 48px;
  }
  .dailyReward {
    padding: 10px 4px;
  }
  .dailyReward .img-icon{
    width: 24px;
    height: 24px;
  }
  .daily-reward-left {
    gap: 5px;
  }
} */
@media (max-width:420px) {
  .daily-reward-header-five-page .inner-back-btn {
    width: 15px;
    height: 15px;
}

  .daily-reward-header-five-page .inner-back-btn i {
    color: white;
    font-size: 10px;
  }

  .daily-reward-header-five-page .text-daily-check {
    font-size: 17px;
  }

  .dailyReward p {
    font-size: 11px;
  }

  .daily-reward-header-five-page .back-btn {
    width: 30px;
    height: 30px;
  }

  /* .dailyReward {
    padding: 8px 5px;
  } */

  .dailyReward .img-icon {
    width: 15px;
    height: 15px;
  }

  .daily-reward-left {
    gap: 8px;
  }

  .dailyReward, #cong .dailyReward {
    gap: 8px;
    padding: 6px;
    border-radius: 10px;
  }

  .daily-reward-header-five-page {
    margin-top: 7px;
  }

}