/*
Name : Trips - Tours and Travel Mobile Template
Author : Rabonadev
Author URL : https://themeforest.net/user/rabonadev
*/
/*===================
	Table of contents:
	- Import Fonts
	- General
	- Button
	- Navbar
	- Slider
	- Search Destination
	- Tours
	- Promote
	- Tour Details
	- Gallery
	- Book Now
	- Shopping Cart
	- Blog
	- Blog single
	- Login
	- Register
	- 404 pages
	- Testimonial
	- Faq
	- Footer
	
===================*/

/*===================
	import fonts
===================*/

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*===================
	general
===================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: "Poppins-Regular", sans-serif;
}

body::-webkit-scrollbar {
  display: none;
}
#profile_icon {
  height: 50px;
  object-fit: cover;
}
.portrait {
  display: inline-block;
  /* position: relative; */
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #079b49;
}
.square {
  display: inline-block;
  /* position: relative; */
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #079b49;
}
.modal1 {
  display: none;
  position: fixed;
  justify-content: center;
  z-index: 999999;
  padding-top: 250px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content1 {
  position: absolute;
  background-color: #fefefe;
  margin: auto;
  border-radius: 15px;
  padding: 0;
  /* border: 1px solid #888; */
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-duration: 1s;
  animation-name: animatetop1;
  animation-duration: 1s;
}
/* @-webkit-keyframes animatetop1 {
    from {top:-300px; opacity:0} 
    to {top:250px; opacity:1}
} */
@keyframes animatetop1 {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 250px;
    opacity: 1;
  }
}
.modal-content {
  position: fixed;
  bottom: 0;
  display: none;
  background-color: #fefefe;
  margin: auto;
  padding: 20px 10px;
  /* border: 1px solid #888; */
  width: 100%;
  height: 56vh;
  overflow: scroll;
  z-index: 999;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.portrait img {
  width: 100%;
  margin-top: -15px;
}
.square img {
  width: 100%;
}
.landscape {
  display: inline-block;
  /* position: relative; */
  width: 100px;
  height: 95px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #079b49;
}

.landscape img {
  width: auto;
  height: 100%;
  margin-left: -25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #343434;
  font-family: "Poppins-Regular", sans-serif;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20;
}

h5 {
  font-size:18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #079b49;
}

p {
  margin: 8px 0 10px 0;
}

.main-loader {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.back_btn {
  color: #fff;
  font-size: 10pt;
  cursor: pointer;
}

.img_round {
  border-radius: 50%;
  width: 40%;
}

.game_image {
  border: solid 4px #ccc;
  border-radius: 10%;
  width: 90%;
}

.home_tabs {
  width: 45%;
  text-transform: uppercase;
  border-radius: 10px;
  float: left;
  min-height: 100px;
  font-size: 45px;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.yellows {
  background-color: #ffcc00;
}

/*
.greens{
background-color:#7fbb0b;
} */

.blues {
  background-color: #4094d0;
}

.reds {
  background-color: #d41d1f;
}

#welcome {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins-Regular", sans-serif;
  margin-bottom: 5px;
}

.credit-card {
  width: 100%;
  text-align: right;
  border: none;
  right: 0px;
  position: absolute;
  height: 220px;
}

.send-circle {
  width: 80px; /* Adjust the width and height as needed */
  height: 80px;
  background-color: #fff958;
  border: 3px solid #fff; /* 3px border */
  border-radius: 50%; /* Makes the div a circle */
  overflow: hidden; /* Ensures the image fits within the circle */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -50px;
}

.send-circle img {
  width: 55%;
  height: auto;
}

.popup-trigger {
  width: 200px; /* Adjust size as needed */
  cursor: pointer;
}

.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  bottom: -525px;
}

.popup-content {
  background-color: #fefefe;
  margin: 0% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 99%; /* Could be more or less, depending on screen size */
  position: relative;
  height: 365px;
  border-radius: 18px;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}
.close1 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
}
.close1:hover,
.close1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close2 {
  color: #aaa;
  right: 0px;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
}
.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.calendar_day_label {
  width: 14%;
  height: 20px;
  float: left;
  text-align: center;
  margin-top: 15px;
}

.day_active {
  margin-top: -15px;
}

/*===================
	button
===================*/

/* .button_green_sml {
	background: #7fbb0b;
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 5px 12px;
	border-radius: 2px;
	font-size: 13px;
	font-weight: bold;
} */

.button_yellow {
  background: #fff201;
  border: 0;
  border-color: transparent;
  color: #000;
  padding: 8px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 7px;
}

.button_blue {
  background: #002486;
  border: 0;
  border-color: transparent;
  color: #fff;
  padding: 8px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: bold;
  width: 90%;
  margin-bottom: 7px;
}

.button_red {
  background: #d41d1f;
  border: 0;
  border-color: transparent;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  width: 90%;
  margin-bottom: 7px;
}

.button {
  background: #079b49 !important;
  border: 0;
  border-color: transparent;
  color: #fff;
  padding: 10px 12px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
}

#images img {
  margin-left: 3px;
  margin-right: 3px;
}

#togglePassword {
  margin-top: -45px;
  position: relative;
  float: right;
  margin-right: 10px;
}

/*===================
	stock details
===================*/
#total_warehouse {
  padding: 10px 10px;
  background-color: whitesmoke;
  border-radius: 15px;
  margin-bottom: 10px;
}

#total_products {
  padding: 10px 10px;
  background-color: whitesmoke;
  border-radius: 15px;
  margin-bottom: 10px;
}

#total_users {
  padding: 10px 10px;
  background-color: whitesmoke;
  border-radius: 15px;
  margin-bottom: 10px;
}

#total_category {
  padding: 10px 10px;
  background-color: whitesmoke;
  border-radius: 15px;
  margin-bottom: 10px;
}

/*===================
	navbar
===================*/
.navbar {
  width: 100%;
  height: 65px;
  padding: 5px 0;
  z-index: 9;
  background: #ffffff !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.site-title {
  display: inline-block;
  position: relative;
  top: 15px;
}

.site-title h1 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #fff;
}

.site-title h1 i {
  color: #337ab7;
  font-size: 32px;
  margin-left: 2px;
}

.side-nav a {
  padding: 0 16px;
}

.side-nav a:hover {
  background: transparent;
}

/*panel control left*/
.panel-control-left {
  float: left;
  font-size: 20px;
  width: 50px;
  margin-right: 10px;
}

.panel-control-left .sidenav-control-left i {
  color: #fff;
}

.panel-control-left ul {
  padding-top: 20px;
  padding: 10px 0;
}

.panel-control-left ul li {
  border-bottom: dotted 1px #eee;
}

.panel-control-left ul li a {
  font-size: 15px;
}

.panel-control-left .side-nav li a i {
  margin-right: 5px;
  color: #999;
}

.panel-control-left .side-nav .collapsible-header {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
}

.panel-control-left .side-nav .collapsible-header span i {
  float: right;
  text-align: right;
  font-size: 12px;
}

.panel-control-left .side-nav .collapsible-header:hover {
  background: transparent;
}

.panel-control-left .side-nav .collapsible-header.active {
  border-bottom: dotted 1px #ddd;
}

.panel-control-left .side-nav li.active {
  border-bottom: solid 1px #eee;
  background: transparent;
}

.panel-control-left .side-nav .collapsible-header i {
  color: #337ab7;
  font-size: 16px;
  width: 24px;
  margin-right: 5px;
  text-align: left;
}

.panel-control-left .collapsible-body ul {
  padding: 0 0 0 0;
  margin: 0;
}

.panel-control-left .collapsible-body ul li a {
  padding-left: 45px;
  height: 40px;
  line-height: 40px;
}

.panel-control-left .categories-in li {
  line-height: 40px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
  height: 36px;
  line-height: 36px;
}

.panel-control-left .categories-in .collapsible-header {
  padding-left: 45px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
  padding-left: 60px;
}

/*panel control right*/
.panel-control-right {
  float: right;
  font-size: 25px;
  margin-top: 15px;
}

.panel-control-right h6 {
  font-size: 16px;
}

.panel-control-right .side-nav {
  padding: 0;
}

.panel-control-right .side-nav li a i {
  margin-right: 5px;
}

.panel-control-right .sidenav-control-right i {
  right: -8px;
  position: relative;
  font-size: 18px;
  color: #fff;
}

.panel-control-right .sidenav-control-right span {
  background: #337ab7;
  border-radius: 50%;
  color: #fff;
  position: relative;
  bottom: 8px;
  padding: 1px 5px;
  font-size: 12px;
}

.panel-control-right img {
  width: 100%;
  height: 100%;
}

.panel-control-right .side-nav {
  padding: 30px 10px;
}

.panel-control-right .action i {
  float: right;
  cursor: pointer;
  font-size: 18px;
}

.panel-control-right .entry {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.panel-control-right .desc .rating {
  position: relative;
  bottom: 5px;
}

.panel-control-right .desc i {
  font-size: 12px;
}

.panel-control-right .desc h6 span {
  color: #337ab7;
}

.panel-control-right .price {
  text-align: right;
}

.panel-control-right ul li {
  display: inline-block;
  text-align: right;
  float: right;
  margin: 10px;
  margin-left: 0;
}

.panel-control-right ul li .button {
  font-size: 16px;
  line-height: 25px;
  position: relative;
  bottom: 20px;
}

/*===================
	slider
===================*/
.slider-slick {
  position: relative;
  overflow: hidden;
}

.slider-slick .slider-entry {
  position: relative;
  height: 320px;
}

@media (min-width: 768px) {
  .slider-slick .slider-entry {
    position: relative;
    height: 430px;
  }
}

.slider-slick .overlay {
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
}

.slider-slick img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
}

.slider-slick .caption {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
  color: #fff;
  z-index: 999;
  overflow-wrap: break-word;
  text-align: center;
}

.slider-slick .caption h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.slider-slick .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
}

.slider-slick .slick-dots li {
  width: auto;
}

.slider-slick .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.slider-slick .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.slider-slick .slick-dots li.slick-active button {
  background: #8bb51a;
}

.slider-slick .slick-dots li button::before {
  font-size: 0;
  color: transparent;
}

.slick-prev,
.slick-next {
  top: 50%;
}

.slider-slick .slick-next {
  right: 10px;
}

.slider-slick .slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-prev::before {
  content: "\f053";
  font-family: FontAwesome;
  color: #eee;
}

.slick-next::before {
  content: "\f054";
  font-family: FontAwesome;
  color: #eee;
}

/*===================
	search destination
===================*/
.search-destination {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  padding-bottom: 30px;
}

.search-destination-entry {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 1px;
}

.search-destination-entry input[type="text"] {
  margin-bottom: 12px !important;
}

.entry {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 15px;
  padding: 10px;
}
/*===================
	tours
===================*/
.tours .entry {
  background: #fff;
}

.tours .entry img {
  width: 100%;
  height: 100%;
}

.tours .entry .content h5 {
  font-size: 17px;
  line-height: 20px;
  border-bottom: dotted 1px #ddd;
  padding-bottom: 8px;
}

.tours .entry .content h6 {
  font-size: 15px;
  color: #666;
  border-top: dotted 1px #ddd;
  padding-top: 8px;
}

.tours .entry .content h6 span {
  color: #337ab7;
  float: right;
}

.tours .entry .content {
  padding: 8px 12px 15px 12px;
}

.tours .pagination ul {
  margin-top: 30px;
  list-style: none;
  text-align: center;
}

.tours .pagination ul li {
  display: inline-block;
  background: #fff;
  margin: 0 2px;
  border: 1px solid #dedede;
  padding-bottom: 32px;
}

.tours .pagination ul .active {
  background: #337ab7;
  color: #fff;
  border-color: #337ab7;
}

.tours-head h5 {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.tours-head h5 span {
  color: #337ab7;
}

/*===================
	tours promote
===================*/
.tours-promote {
  background: url(../img/promote.png) center no-repeat;
  background-size: cover;
  color: #fff;
}

.tours-promote h4 {
  color: #fff !important;
}

.tours-promote .app-title,
.tours-promote .app-title .line {
  margin-bottom: 0 !important;
}

.tours-promote .button {
  margin-top: 5px;
}

/*===================
	details
===================*/
.details h3 {
  font-size: 20px;
  margin-top: 10px;
}

.details img {
  width: 100%;
  height: 100%;
}

.details .calendar {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.details .calendar li {
  display: inline-block;
  margin-right: 5px;
}

.details .button-ul li {
  display: inline-block;
}

.in-details h4 {
  font-size: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.details .comment .content .entry {
  overflow: hidden;
  margin-bottom: 22px;
}

.details .comment .content p {
  margin: 8px 0;
}

.details .comment .content img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}

.details .comment .content {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .details .comment .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

.details .post-comment .content {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 10px;
}

.details .post-comment .content textarea {
  margin-bottom: 20px;
}

.details .post-comment .content {
}

.details .post-comment .content {
}

.details .post-comment .content {
}

/*===================
	gallery
===================*/
.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.gallery .pagination ul {
  margin-top: 30px;
  list-style: none;
  text-align: center;
}

.gallery .pagination ul li {
  display: inline-block;
  background: #f3f3f3;
  margin: 0 2px;
  border: 1px solid #dedede;
}

.gallery .pagination ul .active {
  background: #337ab7;
  color: #fff;
  border-color: #337ab7;
}

/*===================
	rating
===================*/

.rating {
  font-size: 12px;
  margin-top: 5px;
}

.rating .active {
  color: #fecd2d;
}

/*===================
	book-now
===================*/
.book-now .order {
  background: #fefefe;
  margin-top: 25px;
  padding: 16px 12px 2px;
  border: 1px solid #ddd;
  margin-bottom: 35px;
}

.book-now .order .title {
  text-align: center;
}

.book-now .order h5 {
  margin-bottom: 14px;
}

.book-now .order h5 span {
  font-size: 18px;
}

.book-now .order h6 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #666;
}

.book-now .order h6 a {
  color: #666;
}

.book-now .link {
  position: relative;
  top: -12px;
}

.book-now .order .text-right {
  text-align: right;
}

.book-now .order .button {
  margin-top: 10px;
  margin: auto;
  display: block;
}

/*===================
	section, title and bg
===================*/
.app-section {
  padding: 25px 0 30px 0;
}

.app-pages {
  margin-top: 60px;
}

.app-title {
  text-align: center;
  margin-bottom: 12px;
}

.app-title h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #444;
  text-align: left;
}

.app-title .line {
  padding: 0;
  margin: 0;
  background: #337ab7;
  height: 3px;
  margin: 3px 0 18px;
  width: 65px;
}

.app-title .line li {
  display: inline-block;
}

.app-title .line li i {
  color: #337ab7;
}

.app-title .line .line-center {
  font-size: 20px;
  vertical-align: middle;
}

.pages-title {
  margin-bottom: 20px;
  text-align: center;
}

.pages-title h3 {
  font-size: 28px;
}

.app-bg-dark {
  background: #f3f3f3;
}

.app-bg-light {
  background: #fff;
}

.app-bg-light .entry {
  background: #f3f3f3;
}

.app-last-row {
  margin-bottom: 0;
}

.trash-mb {
  margin-bottom: 0;
}

/*===================
	product details
===================*/
.product-details .entry {
  position: relative;
}

.product-details .entry img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 5px;
}

.product-details .entry .tabs {
  height: auto;
}

.product-details .entry .tabs a.active {
  border: 1px solid #337ab7;
}

.product-details .entry .tabs a {
  border: 1px solid #ddd;
}

.product-details .entry .tabs img {
  border: 0;
}

.product-details .entry .tabs .indicator {
  height: 0;
  background: transparent;
}

.product-details .entry .tabs .tab {
  height: auto;
}

.product-details .details .button {
  margin-top: 20px;
}

.product-details .desc-review {
  margin-top: 30px;
}

.product-details .desc-review .tabs {
  height: 30px;
}

.product-details .desc-review .tabs .indicator {
  background: #337ab7;
}

.product-details .desc-review .tab {
  height: 30px;
  text-transform: none;
}

.review .comment .content .entry {
  overflow: hidden;
  margin-bottom: 22px;
}

.review .comment .content p {
  margin: 8px 0;
}

.review .comment .content img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}

.review .comment .content {
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  margin-top: 10px;
}

.review .post-review {
  margin-top: 20px;
}

.review .post-review h6 {
  margin-bottom: 15px;
}

/*===================
	product cart
===================*/
.product-cart .entry {
  border: 1px solid #ddd;
  padding: 10px 16px 0 10px;
}

.product-cart .entry h6,
.product-cart .cart-total h6 {
  font-size: 15px;
}

.product-cart .entry img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.product-cart .entry .cart-title {
  padding: 10px 0 0;
}

.product-cart .entry .cart-title i {
  text-align: right;
  float: right;
}

.product-cart .entry .s-title {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.product-cart .entry input[type="number"] {
  height: 25px;
  border: 1px solid #ccc;
  padding: 0;
  width: 40px;
  text-align: center;
  position: relative;
  bottom: 4px;
}

.product-cart .cart-total {
  text-align: right;
  margin-top: 25px;
}

.product-cart .cart-total h5,
.product-cart .cart-total h6 {
  margin-bottom: 10px;
}

.product-cart .cart-total .button {
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
}

/*===================
	blog
===================*/
.blog {
  position: relative;
}

.blog .entry {
  margin-bottom: 30px;
}

.blog .entry img {
  width: 100%;
  height: 100%;
}

.blog .entry .user-date ul {
  list-style: none;
}

.blog .entry .user-date ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog .entry .user-date ul li a i {
  margin-right: 6px;
  color: #337ab7;
}

.blog .pagination ul {
  margin-top: 40px;
  list-style: none;
  text-align: center;
}

.blog .pagination ul li {
  display: inline-block;
  background: #f3f3f3;
  margin: 0 2px;
  border: 1px solid #dedede;
}

.blog .pagination ul .active {
  background: #337ab7;
  color: #fff;
  border-color: #337ab7;
}

/*===================
	blog single
===================*/
.blog-single {
  position: relative;
}

.blog-single .entry {
  margin-bottom: 30px;
}

.blog-single .entry img {
  width: 100%;
  height: 100%;
}

.blog-single .entry .user-date ul {
  list-style: none;
}

.blog-single .entry .user-date ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog-single .entry .user-date ul li a i {
  margin-right: 6px;
  color: #337ab7;
}

.blog-single .share ul {
  list-style: none;
  margin-top: 15px;
}

.blog-single .share ul li {
  display: inline-block;
}

.blog-single .share ul li h6 {
  margin-right: 4px;
  position: relative;
  bottom: 2px;
}

.blog-single .share ul li a i {
  font-size: 20px;
  margin: 0 4px;
}

.blog-single .author {
  border-top: 1px solid #eee;
  padding-top: 20px;
  position: relative;
}

.blog-single .author .entry {
  overflow: hidden;
}

.blog-single .author p {
  margin: 8px 0;
}

.blog-single .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}

.blog-single .author .entry ul {
  padding: 0;
  margin: 0;
}

.blog-single .author .entry ul li {
  display: inline-block;
  margin-right: 3px;
}

.blog-single .comment .content .entry {
  overflow: hidden;
  margin-bottom: 22px;
}

.blog-single .comment .content p {
  margin: 8px 0;
}

.blog-single .comment .content img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}

.blog-single .comment .content {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .blog-single .comment .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

.blog-single .post-comment .content {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 10px;
}

.blog-single .post-comment .content textarea {
  margin-bottom: 20px;
}

.blog-single .post-comment .content {
}

.blog-single .post-comment .content {
}

.blog-single .post-comment .content {
}

/*===================
	form custom
===================*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
select,
.select-wrapper input.select-dropdown {
  border: 1px solid #ddd;
  height: 46px;
  border-radius: 2px;
  width: 100%;
  overflow: visible;
  padding: 0 10px;
  box-sizing: border-box;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="file"]:focus:not([readonly]),
select:focus:not([readonly]) {
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 100%;
  overflow: visible;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 10px;
}

.picker__weekday-display {
  background-color: #337ab7;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #337ab7;
}

.picker__date-display {
  background-color: #337ab7;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #01973a;
}

.picker__day.picker__day--today {
  color: #337ab7;
}

/*===================
	placeholder color
===================*/
::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

/*===================
	login
===================*/
.login strong {
  display: block;
  position: relative;
  bottom: 5px;
}

.login .forgot {
  margin-bottom: 10px;
  display: block;
}

.login [type="checkbox"] + label {
  padding-left: 30px;
  color: #333;
}

.login [type="checkbox"]:checked + label::before {
  border-right: 2px solid #079b49;
  border-bottom: 2px solid #079b49;
}

.login .button {
  margin-top: 12px;
  margin-bottom: 24px;
  width: 100%;
}

.login .create-account {
  text-align: center;
}

.login .or h5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: #337ab7;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  line-height: 40px;
}

.login .or .button {
  margin-top: 12px;
  margin-bottom: 12px;
}

.login .facebook {
  background: #3b5998;
}

.login .twitter {
  background: #00aced;
}

.login .google {
  background: #dd4b39;
}

/*===================
	register
===================*/
.register .button {
  margin-top: 5px;
  margin-bottom: 14px;
  width: 100%;
  outline: none;
}

.register .login-now {
  text-align: center;
  display: block;
}

.register .or h5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: #337ab7;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  line-height: 40px;
}

.register .or .button {
  margin-top: 12px;
  margin-bottom: 12px;
}

.register .facebook {
  background: #3b5998;
}

.register .twitter {
  background: #00aced;
}

.register .google {
  background: #dd4b39;
}

/*===================
	404 page
===================*/
.page-404 {
  text-align: center;
}

.page-404 h3 {
  font-size: 96px;
}

.page-404 h3 span {
  color: #337ab7;
}

.page-404 .button {
  margin: 10px 0;
  display: inline-block;
}

.page-404 .button a {
  color: #fff;
}

/*===================
	testimonial
===================*/
.testimonial {
  text-align: center;
}

.testimonial .app-title {
  margin-bottom: 0;
  font-size: 26px;
  color: #337ab7;
}

.testimonial img {
  border-radius: 50%;
  margin: 5px 0 5px 0;
  height: 60px;
  width: 60px;
}

.testimonial .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
}

/*===================
	faq
===================*/
.faq .collapsible {
  border: none;
  box-shadow: none;
}

.faq .collapsible li {
  margin-bottom: 6px;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.faq .collapsible li .collapsible-header {
  font-size: 15px;
  color: #666;
}

.faq .collapsible li .collapsible-header i {
  float: right;
  margin-right: 0;
  width: auto;
  font-size: 14px;
}

.faq .collapsible li .collapsible-body p {
  padding: 16px;
}

/*===================
	footer
===================*/
footer {
  background: #448aff;
  text-align: center;
  padding: 40px 0;
  display: block;
}

footer h6 {
  color: #eee;
}

footer .icon-social {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 15px;
}

footer .icon-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 3px;
  border-radius: 100%;
}

footer .icon-social .facebook {
  background: #3b5998;
}

footer .icon-social .twitter {
  background: #00aced;
}

footer .icon-social .google {
  background: #dd4b39;
}

footer .icon-social .instagram {
  background: #517fa6;
}

footer .icon-social .rss {
  background: #fe7e00;
}

footer ul li a {
  color: #fff;
}

footer .tel-fax-mail ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #eee;
}

footer .tel-fax-mail ul li {
  padding: 4px 0;
}

footer .tel-fax-mail ul li span {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

footer .ft-bottom {
  border-top: dotted 1px #fff;
  margin-top: 20px;
  padding-top: 20px;
  color: #eee;
}

.adjust {
  margin-left: -4px;
  margin-right: 8px;
}

#footer {
  background: #cccccc;
  color: #000;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 7px;
}

.footer_nav {
  width: 33%;
  float: left;
  text-align: center;
}

.border_left {
  border-left: solid 1px #000;
}

.active {
  color: #999;
  font-weight: bold;
}

.labels {
  color: black;
  background-color: white;
  text-align: center;
  width: 70px;
  border: 1px solid black;
  white-space: normal;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  display: inline-block;
}

@media all and (orientation: landscape) {
  #footer_image {
    display: none;
  }

  #device_bg {
    width: 40%;
  }
}
/* Mubbasher */

/* Tabs Styling */
.tabs-container {
  margin-top: 30px;
  text-align: center;
}

.tab-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f1f4f7;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
}

.tab-link.active {
  background-color: #269b48;
  color: white;
}

.tab-link:hover {
  background-color: #269b48;
}

/* Product List Styling */
.product-list-container {
  padding: 20px;
}

.product-item {
  background-color: #f1f4f7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

/* Column 1: Image and Store Name */
.column-1 {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.column-1 img {
  width: 100%;
  border-radius: 8px;
}

.column-1 strong {
  margin-top: 10px;
  text-align: center;
  color: #000;
}

/* Column 2: Product Info and Store Address */
.column-2 {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}

.product-info h3 {
  font-size: 1.2em;
  margin: 0;
  color: #333;
}

.product-info p {
  margin: 5px 0;
  color: #777;
}

.store-address {
  margin-top: 10px;
  text-align: left;
  color: #777;
}

/* Column 3: Price at Top Right */
.column-3 {
  flex-basis: 25%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.product-price {
  font-weight: bold;
  color: #269b48;
  font-size: 1.5em;
  margin-right: -50px;
}
/* Search Input Styling */
.search-container {
  padding: 10px 20px;
}

.search-container input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

/* Arrow in the Product Card */
/* .product-arrow {
    flex-basis: 10%;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-arrow i {
    font-size: 18px;
    color: #333;
} */

/* Custom slider styling */
.slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/* .slider-wrapper {
  display: flex;
  transition: transform 0.4s ease-in-out;
} */

/* .slider-wrapper img {
  width: 100%;
  border-radius: 10px;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.slider-controls .prev,
.slider-controls .next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
} */

/* Product details section */
.product-details {
  padding: 20px;
  background-color: #f1f4f7;
  border-radius: 10px;
  margin: 20px auto;
  width: 90%;
}

.product-details h2 {
  font-size: 1.5em;
  color: #333;
}

.product-details p {
  margin: 10px 0;
  font-size: 1.2em;
  color: #666;
}

/* Rewards page */

.reward-box {
  width: 100%;
  padding: 10px;
  background-color: #f1f4f7;
  margin: 10px auto;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
}

.reward-box img {
  border-radius: 10px;
  width: 100%;
}

.reward-content {
  width: 85%;
  float: left;
  padding-left: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reward-image-container {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reward-image-container img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: cover;
}

.reward-content {
  width: 70%;
  float: left;
  padding-left: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reward-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.reward-info {
  font-size: 14px;
  color: grey;
  margin: 0 0 0 0;
}

/* Search page */

.user-box {
  width: 100%;
  padding: 10px;
  background-color: #f1f4f7;
  margin: 10px auto;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
}

.user-box img {
  border-radius: 10px;
  width: 100%;
}

.user-content {
  width: 85%;
  float: left;
  padding-left: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user-image-container {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-image-container img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: cover;
}

.user-content {
  width: 70%;
  float: left;
  padding-left: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.user-info {
  font-size: 14px;
  color: grey;
  margin: 0 0 0 0;
}

/* Transaction details Popup Styles */
.transaction-popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.popup-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  background-color: transparent;
}

.back-arrow {
  position: absolute;
  left: 0;
  cursor: pointer;
}

.popup-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.transaction-popup-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
}

/* Header styles */
.transaction-popup-header {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
}

/* Status & Amount section */
.transaction-popup-status {
  text-align: center;
  padding: 15px;
}

/* Section header */
.transaction-popup-section-header {
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.transaction-popup-section {
  padding: 15px;
}

/* Close button styles */
.transaction-popup-close {
  cursor: pointer;
  color: black;
  float: right;
}


/* Search page */
/* Modal styling */
#amountPopup {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#amountPopupContent {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

/* Input field styling with dollar icon inside */
.input-wrapper {
  position: relative;
  margin-top: 20px; 
}

.input-wrapper input {
  border-radius: 20px;
  width: 100%;
  padding: 10px 10px 10px 25px;
  border: 1px solid #ccc;
}

.input-wrapper .input-icon {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 18px;
  color: grey;
}

#fundAmountDiv button {
  margin-top: 20px; 
  background-color: #079b49;
  color: white;
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 10px;
  font-weight: bold;
}
