@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins-Regular.ttf');
}
body
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    font-family: Poppins !important;
    font-weight: bold !important;
}
.website_text {
    font-size: 20px;
}
#account_coin {
    height: 30px;
    margin-top: -8px;
}
.img-thumbnail {
    border-radius: 8px;
    width: 100%;
}
.gold {
	color: #b68211;
}
.large_icon {
    font-size: 40px;
    position: relative;
    top: 7px;
}
.account_rewards {
    height: 205px;
}
.small_coin {
    height: 20px;
}
.table th, .table td {
    vertical-align: middle !important;
    border: none;
}
.logo {
    height: 40px;
}
.page-header h1, .page-header h3 {
    color: black !important;
}
.btn-main {
    background-color: #a70039;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 30px;
}
A {
    font-weight: bold;
}
.card {
    margin-top: 50px;
}
.code {
    font-weight: bold;
    padding: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    border: 1px solid #cecece;
    margin-bottom: 10px;
}
code {
    color: #710026;
}
.reward_img {
    height: 80px;
}
.account_img {
    height: 60px;
}
.paypal_logo {
    height: 20px;
}
.exchange_icon {
    font-size: 15px;
    position: relative;
    top: 3px; 
}
.paypal_button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}
.account_cursor {
    height: 220px;
}
.table th, .table td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.home_notice {
    position: absolute;
    top: 60px;
    padding-left: 50px;
}
.reward_item {
    width: 50px;
}
/* Styles for larger screens (PCs) */
@media (min-width: 768px) {
    .page-header h1 {
        font-size: 3rem;
        line-height: 1.4em;
    }
}

/* Styles for mobile devices */
@media (max-width: 767px) {
    .page-header h1 {
        font-size: 2rem; /* Adjust this value as needed */
        line-height: 1.2em; /* Adjust this value as needed */
    }

    .page-header h3 {
        font-size: 1.4rem; /* Adjust this value as needed */
        line-height: 1.2em; /* Adjust this value as needed */
    }

    .card-body h2 {
        font-size: 1.5rem; /* Adjust this value as needed */
        line-height: 1.2em; /* Adjust this value as needed */
    }
}

/* Small devices (landscape phones) */
@media (min-width: 576px) {
    .page-header h1 {
        font-size: 2rem;
        line-height: 1.2em;
    }
}

  
/* Large devices (desktops) */
@media (min-width: 992px) {
    .page-header h1 {
        font-size: 2.5rem;
        line-height: 1.4em;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px;  
    }
}

h4 i {
    position: relative;
    top: 5px;
}

label {
    color: black !important;
}

.section {
    padding: 0 !important;
}

select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #cecece;
}

.alert.alert-danger {
    background-color: #990000 !important;
    color: white !important;
    border-radius: 4px;
}

.bounty_extension {
    max-width: 300px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Coupon validation styles */
#coupon-validation-status {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

#coupon-validation-status i {
  margin-right: 5px;
  font-size: 18px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* Gift card validation styles */
#gift-card-validation-status {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-top: 8px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}

#gift-card-validation-status i {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  border-radius: 4px;
}

.social-icon {
    font-size: 25px;
}

/* Social icons responsive styles */
@media (max-width: 767px) {
    .social-icon {
        font-size: 20px;
    }
    
    .social-icons-container {
        flex-direction: column;
        align-items: flex-end;
        margin-top: 10px;
    }
    
    .social-icons-container h4 {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .social-icons-container {
        display: flex;
        align-items: center;
    }
}
