:root{
    --bs-danger-rgb: 220, 53, 69;  
    --bs-success-rgb: 25, 135, 84;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.str_detail_page p,
.blog_desc p{
    font-size:18px;
}
.bg-sec {
    background-color: #f59e0b;
}
#searchModal.active{
    margin-left:0;
}
.coupn_bx_txt {
    text-align:center;
}
.str_detail_page p,
.blog_desc p{
    margin-bottom:1rem;
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
div.text-danger {
    background-color:#fff;
    margin-top:8px;
    display:inline-block;
}
div.text-danger ~ div.absolute, div.text-danger ~ div.absolute ~ button{
    top:28%;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.main-header .head-left svg{
      color:#eab308;
}
.main-header .head-left div.via-white{
      --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
} 
.main-header .head-left span{
  color:#111827;
}

.main-header .head-center a:not(.h_itme),
.main-header .head-center button{
  color:#374151;
}
.main-header .head-center a:hover:not(.h_itme),
.main-header .head-center button:hover{
   color:#eab308;
}
.main-header .head-center a.h_itme{
	color:#ca8a04;
}
.main-header .head-center a.h_itme:hover{
	color:#a16207;
}
.main-header .head-right button svg,
.main-header .head-right a.link_change{
  color: #4b5563;
}
.main-header .head-right a.link_change {
    border-color:#d1d5db;
    background-color:#f9fafb;
}
.main-header .head-right button:hover svg{
    color:#eab308;
}
.terms_div ul,
.blog_desc ul{
    list-style:disc;
    padding-left:32px;
}
.terms_div ul li:not(:last-child),
.blog_desc ul li:not(:last-child){
    margin-bottom:12px;
}
.grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
}

/* Modal Backdrop */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal.show {
  display: block;
}

/* Modal Dialog */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* Modal Header */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

/* Close Button */
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  width: 1em;
  height: 1em;
  padding: 0.5em;
  border: none;
  opacity: 0.5;
  cursor: pointer;
}

.btn-close:hover {
  opacity: 0.75;
}

/* Modal Body & Footer */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > * {
  margin: 0.25rem;
}

/* Responsive Sizes */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
              border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #f59e0b;
  border-color: #f59e0b;
}

.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
}

/* Sidebar */
.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar {
	min-width: 225px;
	max-width: 225px;
	background: #fff;
	height: 100%;
}

#sidebar.active {
	margin-left: 0px;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: #6d7fcc;
}

ul.list-unstyled.components {
	margin: 0;
	border: 1px solid #d9d9d9;
	display: block;
	padding-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

#sidebar ul li a {
	padding: 10px;
	display: block;
	border-bottom: 1px solid #d9d9d9;
	border-left: 4px solid transparent;
	color: #4d4d4d;
	font-weight: 500;
	position: relative;
}

.tex.ml-2 {
	margin-left: 8px;
	position: relative;
	top: -2px;
}

#sidebar ul li a:hover {
	color: #3e588c;
	background: #fff;
	border-bottom: 1px solid var(--color1);
	border-left-color: var(--color1);
}
#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
	color: #3e588c;
	border-bottom: 1px solid var(--color1);
	border-left: 4px solid var(--color1);
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.user .fa-close {
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 20px;
}

.user {
	background-color: #f7f7f7;
	border: 1px solid #d9d9d9;
	text-align: center;
	border-bottom: 0;
	padding: 1rem 0;
	position: relative;
}
.my-tickets-content {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	background-color: #fff;
	align-items: center;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	position: relative;
}

.ticket-reply-box .my-tickets-content {
	background-color: #f2f4f1;
}

.my-tickets-content:not(:last-child) {
	margin-bottom: 30px;
}

.ticket-status {
	position: absolute;
	top: -10px;
	font-size: 12px;
	background-color: var(--color1);
	border-radius: 3px;
	padding: 2px 4px;
	color: #fff;
	left: 0;
}
.input-code {
	max-width: 139px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
}

.user h5 {
	font-weight: 400;
	margin-top: .8em
}
.user p {
	color: #4d4d4d;
	margin-bottom: 0;
}
.dash-box h5 {
	font-weight: 500;
	font-size: 16px;
}
.dash-box p {
	font-size: 12px;
}

div#content {
	width: 100%;
	padding-left: 1em
}

.admin-user .ion-close {
	position: absolute;
	top: 5px;
	right: 10px
}
@media (max-width: 768px) {
	#sidebar {
		margin-left: -275px;
		margin-right: 1.6em;
		display: none;
	}

	#sidebar.active {
		margin-left: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		height: 100%;
	}

	#sidebarCollapse span {
		display: none;
	}

	div#content {
		padding-left: 0;
		position: relative;
	}

	.hide {
		display: none;
	}
}

.bg-r {
	background-color: #ce2626;
}

.dash-box {
	position: relative;
	max-height: 170px;
	padding: 10px 12px;
	color: #fff;
}

.dash-box h6 {
	font-weight: 500;
	border-top: 1px solid #d9d9d9;
	padding-top: .3rem;
	position: relative;
	bottom: 5px;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.bg-y {
	background-color: #b29300
}

.bg-b {
	background-color: #0a84a2
}

.bg-g {
	background-color: #72a815
}

.p-bg-g {
	color: #d1f88d
}

.p-bg-b {
	color: #b4ebf8
}

.p-bg-y {
	color: #f9ebab
}

.p-bg-r {
	color: #ffbdbd
}

.total-dash {
	margin-top: 30px;
	border: 1px solid #d8d8d8;
	padding: 15px;
	border-radius: 3px;
	color: #4d4d4d;
	background-color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.table th span {
	font-weight: 700;
}

.dash-table,
.table {

	margin: 0;

}

.table-responsive {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	background-color: #fff;
}

.dash-table thead th,
.table thead th {
	border: 0;
}

.dash-table thead th,
.table thead th {
	padding: .75rem 1.6rem;
}
.table thead tr:not(.bg-sec) th {
	text-align: left;
}
.my-tickets-content-left {
	width: 65%;
}

.my-tickets-content-left p {
	margin-bottom: 0;
}

.dash-table td,
.table td {
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;
}

.dash-table td,
.table td {
	padding: .75rem 1.6rem;
}

.table td>span {
	color: var(--color1);
}

.table>thead tr:not(:last-child) {
	border-bottom-width: 1px;
}

.table tbody tr {
	border-top-width: 1px;
	border-color: #d8d8d8;
}

.table-w50 tr:last-child th {
	border-bottom-width: 0;
}

.table th {
	font-weight: 500;
}

.table-w50 tbody th {
	background-color: #f2f4f1;
	width: 50%;
}

.table-stripped:not(.table-w50) tbody tr:first-child {
	border-top-width: 0;
	background-color: #f2f4f1;
}

.table-w50 tbody tr:first-child {
	border-top-width: 0;
}

.text {
	position: relative;
	top: -4px;
	margin-left: 8px;

}

.time {
	font-size: 24px;
	margin-right: 3px;
}

#content .btn-primary {
	text-transform: capitalize;

}

#content .container {
	padding-right: 0
}

.content_2 {
	width: 100%;
}
.tab-content .content_2{
	width: 80%;
}
/*dashboard cashback*/
.bg-ye {
	background-color: #d5ea79
}

.w22 {
	flex: 0 0 21.1%;
	max-width: 21.1%;
}

.w13 {
	flex: 0 0 12%;
	max-width: 12%;
}

.cashback-table {
	font-size: 14px;
	font-weight: 400
}

.cashback-table thead {
	background-color: #f7f6fb;
	border-bottom: 1px solid #d9d9d9;
}

.w22 input,
.w13 input {
	border-radius: 0;
	height: 45px;
	border: 1px solid #d9d9d9;
}

.w22 input::placeholder,
.w13 input::placeholder {
	color: #868686
}

.w13 .btn-primary {
	padding: .5em 2em;
	background-color: #455e90;
	color: #fff
}

.w13 .btn-primary:hover {
	background-color: transparent;
	color: #455e90
}

/*Dashboard cashout*/
.bg-gree {
	background-color: #84ec8e
}

.select input {
	border-radius: 0;
	height: 45px;
	border: 1px solid #d9d9d9;
}

.select input::placeholder {
	color: #868686
}
/*Dashboard Faqs*/
.search-topics {
	background-color: #455e90;
	padding: 2em 5em;
	text-align: center;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 3em
}

.search-topics h4 {
	font-weight: 400
}

.search-topics input {
	height: 70px;
	border-radius: 0;
	padding-left: 2em;
}

.search-topics input::placeholder {
	color: #a4a4a4
}

.search-topics .input-group-append button {
	border-color: #d9d9d9;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	padding: .375rem 1.4rem;
	color: #fff;
	background-color: #22355b
}

.search-topics p {
	margin-bottom: 0;
	margin-top: 1em
}

.faq-q {
	padding: 0;
	list-style: none;
}

.faq-q h5 {
	margin-bottom: 1em;
	font-weight: 400;
	font-size: 18px
}

/*Dashboard Favorite*/
.bg-l-blue {
	background-color: #d6f4fc
}

.store-reviews {
	padding: 1.5em;
	border: 1px solid #d9d9d9;
	margin: 8px 0px;
	height: 130px;
	position: relative;
}

.store-reviews .store-rating {
	margin-left: 1em;
	position: absolute;
	bottom: 0
}

.store-reviews .store-rating .checked {
	color: #deb200
}

.store-reviews p {
	margin-bottom: 0;
	margin-top: .8em;
	color: #000
}

.store-reviews h6 {
	color: #3e588c;
	font-weight: 500
}

.store-reviews .btn-primary {
	background-color: #3e588c;
	color: #fff;
	text-transform: uppercase !important;
	font-weight: 600;
	margin-top: .8em;
	margin-right: 1.5em
}

.store-reviews .btn-primary:hover {
	background-color: transparent;
	color: #3e588c
}

.store-reviews i {
	color: #ccc;
	font-size: 35px;
	position: relative;
	top: 15px;
}

.store-reviews img {
	padding: 0em
}

/*Dashboard Refer*/
.bg-redish {
	background-color: #ffd4c4;
}

.refer h4 {
	font-weight: 500;
	color: #007aa7;
}

.refer input {
	height: 50px;
}

.refer p {
	font-size: 18px
}

.refer input::placeholder {
	color: #606163
}

.refer .btn-primary {
	color: #fff;
	border-radius: 0 4px 4px 0;
}

.copy-link {
	border: 1px solid #606163;
	background-color: #606163
}

.send-email {
	border: 1px solid #007aa7;
	background-color: #007aa7
}

/*Dashboard reviews*/
.bg-l-ye {
	background-color: #ffe5c2
}

.section-title-wrap {
	text-align: center;
}

.dash-reviews {
	padding: 1.5em;
	border: 1px solid #d9d9d9;
	margin: 8px 0px;
	position: relative;
}

.dash-reviews .store-rating .checked {
	color: #deb200
}

.dash-reviews .store-rating {
	margin-left: 1em;
	position: absolute;
	bottom: -6%;
}

.dash-reviews p,
.dash-reviews h6 {
	color: #000000;
	font-size: 13px;
}

.dash-reviews h6 {
	font-weight: 400;
	margin-bottom: 0
}

.dash-reviews p {
	margin-bottom: 10px;
}
.store_page .tab-pane{
	margin-bottom: 20px;
}
.pagination {
	margin-top: 30px;
}

.form-select {
	color: #6d6d6d;
	font-size: 14px;
}

.dash-reviews .fa-edit {
	color: #ccc;
	font-size: 35px;
	position: absolute;
	right: 10%;
	bottom: 1%;
}

.total-dash .alert-icon {
	display: inline-flex;
	border: 1px solid var(--color1);
	width: 80px;
	height: 80px;
	justify-content: center;
	border-radius: 50px;
	font-size: 32px;
	align-items: center;
	background-color: var(--color1);
	color: #fff;
}

.table-responsive {
	margin-top: 30px;
}
.my_cbs_input .in_div:last-child {
	display: flex;
}
/* css b */
.rounded-circle {   border-radius: 50%;display:inline-block }
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
/* Tables */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}


/* Table variants */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* Responsive tables */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media(min-width:992px){
.col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
.d-lg-none {
        display: none !important;
    }
    .col-span-4 {
        grid-column: span 4;     
    }
    .col-span-8 {
        grid-column: span 8;     
    }
    .refer h4{
		padding: 0 2rem
	}
	.refer .btn-primary{
		padding: .375rem 2rem;
	}
	.refer .input-group.my-2 {
		padding: 0 3rem;
	}
	.dash-box h6 {
		width: 90%;
		position: absolute;
	}
    .total-dash span {
		/*margin-left: auto;*/
		margin-left: 30px
	}

	.total-dash .alert-icon {
		font-size: 42px;
	}

	.my_cbs_input {
		display: flex;
	}

	.my_cbs_input .in_div:not(:last-child) {
		flex: 1;
		margin-right: 20px
	}

	.dash-box h6 {
		bottom: 5px;
		width: 82%;
	}

	.dash-box {
		min-height: 160px;
	}
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
