@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --body-font: "Jost", sans-serif;
  --body-color: #070044;
  --bg-color: #edb606;
  --para-color: #f7f4ff;
  --para-alt-color: #b2b4e1;
  --hover-color: #edb606;
  --hover-alt-color: #5ac4ff;
  --bs-primary: #4f46e5;
    --bs-primary-rgb: 79,70,229;
  --bg-nav:#2d0572;
  --alt-blue:#273579;
    --body-rgb: 7, 0, 68;   /* same as #123456 */
    --bg-nav-rgb: 45, 5, 114; /* same as #654321 */
    /* Dark theme variables */
    --dark-bg: #0a001f;
    --dark-card: #1a0a3d;
    --dark-text: #f7f4ff;
    --dark-text-alt: #b2b4e1;
    --dark-border: #2d1a5c;
    --dark-shadow: rgba(0, 0, 0, 0.3);
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  font-display: swap;
  background: var(--body-color) url('../images/join-us-bg.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* Keeps the background static while scrolling */

    font-size: 18px;
    
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
}


/*body {*/
/*    font-family: var(--body-font);*/
/*    font-display: swap;*/
/*    background:*/
/*            linear-gradient(135deg,*/
/*            rgba(var(--body-rgb), 0.5) 0%,*/
/*            rgba(var(--bg-nav-rgb), 0.4) 100%*/
/*            ),*/
/*            url('../images/join-us-bg.png') no-repeat center center;*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/

/*    font-size: 18px;*/
/*    */
/*    padding: 0;*/
/*    margin: 0;*/
/*    font-weight: 400;*/
/*    overflow-x: hidden;*/
/*}*/

section,
footer {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}


h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-family: var(--body-font);
  color: var(--bg-color);
  font-weight: 600;
  text-transform: initial;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: var(--body-font);
  color: var(--para-color);
  font-weight: 600;
  text-transform: initial;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--hover-alt-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--para-color);
}
.post-content {
  color:#ffff;
}
.post-content a,
.post-content a:focus,
.post-content a:hover {
  text-decoration: underline;
  color: var(--bg-color);
}


img {
  /*width: auto;*/
}

.max-un {
  max-width: unset;
}

.d-rtl {
  direction: rtl;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #b0baf1;
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 10px 20px;
  color: #1e266d;
  width: 100%;
  font-family: var(--body-font);
  height: 50px;
  background: #f5faff;
  border: 1px solid #eef1ff;
  border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="password"] {
  font-family: initial;
}

input[type="checkbox"] {
  width: initial;
  height: initial;
}

select {
  border-radius: 10px;
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  height: initial;
  padding: 0;
  background: #312977;
  margin-bottom: 15px;
}
select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}
select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}
select .list .option {
  background: transparent;
}

select .list .option:hover {
  color: var(--hover-color);
}

select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}
textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.d-grid {
  display: grid !important;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  box-shadow: none;
}

h1,
h1 > a {
  font-size: 38px;
  
  margin-top: -18px;
}

h2,
h2 > a {
  font-size: 28px;
  
  margin-top: -12px;
}

h3,
h3 > a {
  font-size: 21px;
  ;
  margin-top: -8px;
}

h4,
h4 > a {
  font-size: 16px;

  margin-top: -7px;
}

h5,
h5 > a {
  font-size: 24px;
  
  margin-top: -5px;
}

h6,
h6 > a {
  font-size: 18px;
  
  margin-top: -3px;
}

table thead tr th {
  font-size: 18px;
  
}

a {
  display: inline-block;
  color: var(--para-color);
  font-weight: 400;
  font-size: 18px;
  
}

p,
span,
li,
label {
  margin: 0;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--para-color);
  
}

#herospan
 {
  margin: 0;
  font-family: var(--body-font);

  color: var(--para-color);

}

.section-text {
  margin-bottom: 34px;
}

.section-header {
  margin-bottom: 55px;
}

.sub-title {
  color: var(--hover-color);
  margin-bottom: 30px;
}

.title {
  font-weight: 700;
  margin-bottom: 16px;
  color:#fff;
}

.xxlr {
  font-size: 26px;

  margin-top: -7px;
}

.xlr {
  font-size: 24px;

  margin-top: -7px;
}

.mdr {
  font-size: 16px;
  
}

.z-1 {
  z-index: 1;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    background-color:var(--body-color);
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #5732c6;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--hover-color);
  border-radius: 5px;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: var(--body-color);
}

.scrollToTop:hover {
  color: var(--body-color);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url(../images/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #e5eff1;
}

.icon-svg {
  position: relative;
}

.icon-svg img {
  opacity: 1;
  position: absolute;
}

.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}

.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  padding: 10px 30px;
  font-weight: 600;
  text-align: center;
  background: var(--bg-color);
  color: var(--bs-white);
  border: 1px solid var(--bg-color);
  transition: 0.3s;
  border-radius: 50px;
}

.cmn-btn:hover {
  background: transparent;
  border: 1px solid var(--bg-color);
}

.cmn-btn.second {
  background: transparent;
  border: 1px solid var(--bg-color);
}

.cmn-btn.second:hover {
  background: var(--bg-color);
  border: 1px solid var(--bg-color);
}

.alt-btn {
  padding: 15px 30px;
  border: 1px solid var(--bg-color);;
  border-radius: 10px;
  transition: 0.3s;
}

.alt-btn:hover {
  background: var(--bg-color);
  border-color: var(--bg-color);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes zoomInOut {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes ripple2Ani {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(-5px, -5px);
  }
  66% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes rippleAni {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(5px, -5px);
  }
  66% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--bg-nav);;
}

.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}

.header-section .navbar-toggler:focus {
  box-shadow: none;
}

.header-section .navbar-toggler i {
  color: var(--hover-color);
}

.header-section .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  /*padding: 30px 15px;*/
}
.nav-link {
  white-space: nowrap; /* Prevent line breaks within the link text */
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
  font-weight: 500;
  padding: 0 10px;
  color: var(--para-color);
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover {
  color: var(--hover-color);
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
  color: var(--hover-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
  margin-right: 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  content: "\0043";
  border: none;
  font-family: "arafat font";
  font-weight: 400;
  font-size: 14px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--body-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover {
  background: var(--hover-color);
  transition: 0.3s;
  color: var(--body-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
  margin-left: 20%;
}

.header-section .navbar .navbar-collapse .right-area {
  margin-left: 48px;
}

.header-section .navbar .navbar-collapse .right-area .search-icon {
  border-right: 1px solid #7e6de9;
  margin-right: 20px;
  padding-right: 20px;
}

.header-section .navbar .navbar-collapse .right-area .login {
  background: transparent;
  color: var(--bs-white);
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn {
  margin-left: 15px;
}

.header-section .nav-item.main-navbar .main-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 232px;
  background: #1f2340;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar {
  position: relative;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  right: -80%;
  top: 0;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-section .nav-item.main-navbar:hover .main-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.header-section.user-dashboard .navbar-collapse .right-area {
  position: relative;
}

.header-section.user-dashboard .navbar-collapse .right-area .search-icon {
  margin-right: 0;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item {
  margin-left: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .active-dot {
  position: relative;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .active-dot::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 0;
  top: 5px;
  border-radius: 50%;
  background: #eb5757;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .cart-btn {
  position: relative;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .cart-btn .items {
  position: absolute;
  top: 0;
  right: -6px;
  width: 15px;
  height: 15px;
  background: #ff96a5;
  font-weight: bold;
  border-radius: 50%;
  font-size: 10px;
  line-height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f007f;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn {
  cursor: pointer;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn .user-profile img {
  border-radius: 50%;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn .name-area {
  font-weight: bold;
  margin-left: 8px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn i {
  color: var(--bs-white);
  margin-left: 8px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .settings-btn {
  cursor: pointer;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .head-area {
  margin-bottom: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .main-area {
  padding-bottom: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .nice-select {
  border-radius: 10px;
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  height: initial;
  padding: 0;
  background: #312977;
  margin-bottom: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .nice-select .list .option {
  background: transparent;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .nice-select .list .option:hover {
  color: var(--hover-color);
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.setting-area .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .notifications-btn {
  cursor: pointer;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .img-area img {
  border-radius: 50px;
  margin-right: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area {
  padding: 20px;
  width: 365px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area p {
  margin-top: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area .time-area {
  color: #e2d7ff;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area button {
  background: transparent;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area a {
  align-items: initial;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area .left span {
  width: 28px;
  height: 28px;
  background: #c2a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070044;
  margin-left: 10px;
  border-radius: 26px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.massage-area {
  cursor: pointer;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.massage-area button {
  padding: 0;
  display: inline-block;
  background: transparent;
  border: none;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.massage-area button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.cart-area .cart-btn {
  cursor: pointer;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.cart-area .dropdown-items {
  position: relative;
  border: 1px solid #776ae1;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.cart-area .dropdown-items .img-area img {
  margin-right: 20px;
  background: #4736d3;
  padding: 10px 20px;
  border-radius: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.cart-area .dropdown-items button {
  position: absolute;
  right: -20px;
  top: -15px;
  background: transparent;
  display: inline-block;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.cart-area .dropdown-items button img {
  width: 50%;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.cart-area .cmn-btn {
  margin-top: 30px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
  position: absolute;
  top: 50px;
  width: 350px;
  right: 0;
  padding: 30px;
  background: #3d329b;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area.active {
  transform: translateY(0px);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .img-area img {
  border-radius: 50px;
  margin-right: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .text-area h5 {
  margin-bottom: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .text-area img {
  margin-right: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li {
  margin-top: 5px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li.border-area {
  border-top: 1px solid #706eb1;
  padding-top: 15px;
  margin-top: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a img {
  margin-right: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a.active, .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a:hover {
  background: #493eac;
  border-radius: 5px;
  transition: 0.3s;
}

.banner-section .overlay {
  background-color: #2f007f;
  background-image: url(../images/banner-overlay.png), url(../images/index-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom -1px, top;
  position: relative;
  background-size: 100%;
}

.banner-section .overlay .shape-area img {
  position: absolute;
}
.banner-section .overlay .shape-area i {
  position: absolute;
}
.banner-section .overlay .shape-area .obj-1 {
  left: 10%;
  top: calc(30%);
  animation: ripple2Ani 4s linear infinite;
}

.banner-section .overlay .shape-area .obj-2 {
  right: 10%;
  top: calc(35%);
  animation: rippleAni 3s linear infinite;
}

.banner-section .overlay .shape-area .obj-3 {
  left: 35%;
  bottom: calc(50%);
  animation: ripple2Ani 3s linear infinite;
}

.banner-section .overlay .banner-content {
  padding: 207px 0 118px;
}

.banner-section .overlay .banner-content .container {
  position: relative;
}

.banner-section .overlay .banner-content .container .light-area img {
  position: absolute;
  top: -160px;
}

.banner-section .overlay .banner-content .container .light-area .light-1 {
  right: 0;
  animation: spin 30s linear infinite;
}

.banner-section .overlay .banner-content .container .light-area .light-2 {
  left: 0;
  animation: zoomInOut 10s linear infinite;
}

.banner-section .overlay .banner-content .cmn-btn {
  margin-right: 45px;
}

.banner-section .overlay .banner-content .bottom-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section .overlay .banner-content .bottom-area .popupvideo {
  width: 30px;
  height: 30px;
  background: #58b463;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-section .overlay .banner-content .bottom-area .popupvideo::before, .banner-section .overlay .banner-content .bottom-area .popupvideo::after {
  position: absolute;
  content: "";
  background: #58b463;
  opacity: 0.2;
  border-radius: 50%;
}

.banner-section .overlay .banner-content .bottom-area .popupvideo::before {
  width: 65px;
  height: 65px;
}

.banner-section .overlay .banner-content .bottom-area .popupvideo::after {
  width: 45px;
  height: 45px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
  margin-top: 10px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li {
  display: flex;
  align-items: center;
  color: var(--para-color);
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  padding: 0 10px;
  content: "";
}

.banner-section.terms .overlay {
  background-image: url(../images/index-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}

.banner-section.about .overlay {
  background-image: url(../images/about-banner.png), url(../images/banner-overlay.png), url(../images/about-bg.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right, right bottom -1px, top;
  background-size: contain;
}

.banner-section.about .overlay .banner-content {
  padding: 116px 122px;
}

.banner-section.about .shape-area .obj-1 {
  left: 10%;
  top: initial;
  bottom: calc(20%);
}

.banner-section.about .shape-area .obj-2 {
  right: 4%;
}

.banner-section.about .shape-area .obj-3 {
  left: 10%;
  bottom: calc(60%);
}

.banner-section.all-tips .overlay {
  background-image: url(../images/all-tips-banner.png), url(../images/banner-overlay.png), url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right, right bottom -1px, top;
  background-size: auto, 100%, 100%;
}

.banner-section.all-tips .overlay .banner-content {
  padding: 232px 0 245px;
}

.banner-section.all-tips .overlay .shape-area .obj-1 {
  left: 10%;
  top: initial;
  bottom: calc(20%);
}

.banner-section.all-tips .overlay .shape-area .obj-2 {
  display: none;
}

.banner-section.all-tips .overlay .shape-area .obj-3 {
  left: 10%;
  bottom: calc(60%);
}

.banner-section.match-betting .overlay {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.banner-section.match-betting .overlay .banner-content {
  padding: 195px 0 120px;
  text-align: center;
}

.banner-section.match-betting .overlay .banner-content .head-area h5 {
  color: #5ac4ff;
  margin: 20px 0 40px;
}

.banner-section.match-betting .overlay .shape-area .obj-1 {
  left: 10%;
  top: initial;
  bottom: calc(20%);
}

.banner-section.match-betting .overlay .shape-area .obj-2 {
  right: 4%;
}

.banner-section.match-betting .overlay .shape-area .obj-3 {
  left: 10%;
  bottom: calc(60%);
}

.banner-section.match-betting .overlay .sports {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #2d237b;
  border: 1px solid #6980ba;
  padding: 20px;
}

.banner-section.match-betting .overlay .sports .single {
  border-radius: 10px;
  background-color: #221a62;
  padding: 20px;
}

.banner-section.match-betting .overlay .sports .single .logo-area {
  border-radius: 10px;
  background-color: #4736d3;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.banner-section.match-betting .overlay .sports .vs {
  border-radius: 50%;
  background-color: #221a62;
  width: 110px;
  height: 110px;
  margin: 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section.match-betting .overlay .sports .vs h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: var(--hover-color);
}

.banner-section.match-betting .overlay .sports .mid-area .countdown {
  margin-top: 10px;
}

.banner-section.match-betting .overlay .sports .mid-area .countdown h5 span {
  color: #ff96a5;
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
}

.banner-section.tipster-profile .overlay {
  background-image: url(../images/tipster-banner.png), url(../images/banner-overlay.png), url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom 15px, right bottom -1px, top;
  background-size: 100%, 100%, 100%;
}

.banner-section.tipster-profile .overlay .banner-content {
  padding: 189px 0 375px;
}

.banner-section.tipster-profile .overlay .shape-area .obj-1 {
  left: 10%;
  top: initial;
  bottom: calc(20%);
}

.banner-section.tipster-profile .overlay .shape-area .obj-2 {
  right: 4%;
}

.banner-section.tipster-profile .overlay .shape-area .obj-3 {
  left: 10%;
  bottom: calc(60%);
}

.banner-section.tipster-profile.find-tipster .banner-content {
  padding: 195px 0 375px;
}

.banner-section.tipster-profile.create .overlay {
  position: relative;
  z-index: 1;
}

.banner-section.tipster-profile.create .overlay::before, .banner-section.tipster-profile.create .overlay:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.banner-section.tipster-profile.create .overlay::after {
  background-image: url(../images/banner-overlay.png);
  background-repeat: no-repeat;
  background-position: left bottom -1px;
}

.banner-section.tipster-profile.create .overlay::before {
  background-color: #2F007F;
  opacity: 0.4;
}

.banner-section.tipster-profile.create .overlay .banner-content {
  padding: 222px 0 233px;
}

.banner-section.tipster-profile.create.post-tips .overlay {
  z-index: 0;
}

.banner-section.tipster-profile.create.post-tips .banner-content {
  padding: 170px 0 300px;
}

.banner-section.contact .overlay {
  background-image: url(../images/contact-banner.png), url(../images/banner-overlay.png), url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom 55px, right bottom -1px, top;
  background-size: auto, 100%, 100%;
}

.banner-section.contact .overlay .banner-content {
  padding: 202px 0 380px;
}

.banner-section.contact .overlay .shape-area .obj-1 {
  left: 10%;
  top: initial;
  bottom: calc(20%);
}

.banner-section.contact .overlay .shape-area .obj-2 {
  right: 10%;
  top: 15%;
}

.banner-section.contact .overlay .shape-area .obj-3 {
  left: 10%;
  bottom: calc(60%);
}

.banner-section.affiliate .overlay {
  background-image: url(../images/affiliate-banner.png), url(../images/banner-overlay.png), url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom -20px, right bottom -1px, top;
  background-size: auto, 100%, 100%;
}

.banner-section.affiliate .overlay .banner-content {
  padding: 294px 0 300px;
}

.banner-section.affiliate .overlay .shape-area .obj-1 {
  left: 10%;
  top: initial;
  bottom: calc(20%);
}

.banner-section.affiliate .overlay .shape-area .obj-2 {
  right: 10%;
  top: 15%;
}

.banner-section.affiliate .overlay .shape-area .obj-3 {
  left: 10%;
  bottom: calc(60%);
}

.banner-section.become-tipster .overlay {
  background-color: #2f007f;
  background-image: url(../images/banner-overlay.png), url(../images/index-bg.png), url(../images/become-tipster-banner.png);
  background-repeat: no-repeat;
  background-position: right bottom -1px, top, right bottom 180px;
  position: relative;
  background-size: 100%, 100%, auto;
}

.banner-section.become-tipster .overlay .shape-area img {
  position: absolute;
}

.banner-section.become-tipster .overlay .shape-area .obj-1 {
  left: 10%;
  top: calc(30%);
}

.banner-section.become-tipster .overlay .shape-area .obj-2 {
  right: 10%;
  top: calc(25%);
}

.banner-section.become-tipster .overlay .shape-area .obj-3 {
  left: 35%;
  bottom: calc(50%);
}

.banner-section.become-tipster .overlay .banner-content {
  padding: 215px 0 360px;
}

.banner-section.become-tipster .overlay .banner-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.banner-section.become-tipster .overlay .banner-content ul li p {
  margin-top: 0;
  padding-left: 10px;
}

.banner-section.become-tipster .overlay .banner-content .reg-area {
  background-color: #3d329b;
  border-radius: 10px;
  padding: 30px;
}
.banner-section.become-tipster .overlay .banner-content .reg-area .single-input {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #483f90;
  background: #312977;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.banner-section.become-tipster .overlay .banner-content .reg-area .single-input input {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0;
  color: var(--bs-white);
  height: initial;
}

.banner-section.become-tipster .overlay .banner-content .reg-area .single-input img {
  margin-right: 20px;
}

.banner-section.become-tipster .overlay .banner-content .nice-select {
  border-radius: 10px;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid transparent;
  height: initial;
  padding: 0;
}

.banner-section.become-tipster .overlay .banner-content .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 10px;
}

 .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.banner-section.become-tipster .overlay .banner-content .nice-select .list .option {
  background: transparent;
}

.banner-section.become-tipster .overlay .banner-content .nice-select .list .option:hover {
  color: var(--hover-color);
}

.banner-section.become-tipster .overlay .banner-content .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.banner-section.become-tipster .overlay .banner-content .cmn-btn {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

.banner-section.become-tipster .overlay .banner-content .privacy {
  margin: auto;
  margin-top: 20px;
  width: 80%;
}

.banner-section.become-tipster .overlay .banner-content .privacy a {
  color: var(--hover-color);
}

.banner-section.user-dashboard .overlay {
  background-image: url(../images/user-dashboard-banner.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.banner-section.support-help .overlay {
  background-image: url(../images/support-banner.png), url(../images/banner-overlay.png);
  background-repeat: no-repeat;
  background-position: bottom right, right bottom -1px;
  background-size: auto;
}

.banner-section.support-help .overlay .banner-content {
  padding: 265px 340px;
}

.banner-section.support-help .overlay .banner-content h1 {
  display: none;
}

.banner-section.buyers-support {
  background: #221A62;
  padding-top: 120px;
}

.banner-section.buyers-support .overlay {
  background-image: unset;
}

.banner-section.buyers-support .overlay .banner-content {
  padding: 30px 0;
}

.banner-section.buyers-support .overlay .banner-content form .form-content {
  display: flex;
  justify-content: space-between;
  background: #221A62;
  padding: 15px 30px;
  padding-right: 0;
  border-radius: 10px;
}

.banner-section.buyers-support .overlay .banner-content form .form-content input {
  background: #221A62;
  color: var(--bs-white);
  border: none;
  padding-left: 0;
}

.banner-section.buyers-support .overlay .banner-content form .form-content button {
  padding: 0;
  min-width: 50px;
  min-height: 50px;
  margin-right: 30px;
}

.log-reg .modal-content {
  background: #3d329b;
  border-radius: 10px;
  padding: 30px;
}

.log-reg .modal-content .modal-header {
  border: none;
}

.log-reg .modal-content .modal-body {
  padding: 0;
}

.log-reg .modal-content .form-area .single-input {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #483f90;
  background: #312977;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.log-reg .modal-content .form-area .single-input input {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0;
  color: var(--bs-white);
  height: initial;
}

.log-reg .modal-content .form-area .single-input img {
  margin-right: 20px;
}

.log-reg .modal-content .form-area .forget .checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.log-reg .modal-content .form-area .forget .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.log-reg .modal-content .form-area .forget .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
  background-image: url(../images/check-box.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  background-position: center;
}
 .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #312977;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.log-reg .modal-content .form-area .forget .checkbox-wrapper .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #312977;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.log-reg .modal-content .form-area .forget .checkbox-wrapper .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  background-image: unset;
}

.log-reg .modal-content .form-area .forget a {
  color: var(--hover-color);
}

.log-reg .modal-content .form-area .cmn-btn {
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
}

.log-reg .modal-content .or {
  position: relative;
  background: #3d329b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.log-reg .modal-content .or::before, .log-reg .modal-content .or::after {
  position: absolute;
  content: "";
  background: var(--bs-white);
  height: 1px;
  width: 45%;
}

.log-reg .modal-content .or::before {
  left: 0;
}

.log-reg .modal-content .or::after {
  right: 0;
}

.log-reg .modal-content .reg-with {
  margin-bottom: 30px;
}

.log-reg .modal-content .reg-with a {
  width: 100%;
  border-radius: 10px;
  background: #4469b7;
  border-color: transparent;
  border-color: transparent;
}

.log-reg .modal-content .reg-with a:hover {
  background: transparent;
  border-color: #8b84c3;
}

.log-reg .modal-content .reg-with a.second {
  background: transparent;
  border-color: #8b84c3;
}

.log-reg .modal-content .reg-with a.second:hover {
  background: #4469b7;
  border-color: transparent;
}

.log-reg .modal-content .bottom-area button {
  background: transparent;
  justify-content: center;
  color: var(--bs-white);
  display: block;
}

.log-reg .modal-content .bottom-area button.active {
  display: none;
}

.log-reg .modal-content .bottom-area span {
  color: var(--hover-color);
}

.log-reg .modal-content .regMod .single-input {
  margin-bottom: 0;
  margin-top: 20px;
}

.log-reg .modal-content .regMod .joining {
  margin-top: 20px;
}

.log-reg .modal-content .regMod .or {
  margin-top: 20px;
}

.usermessage .modal-content {
  background: #3d329b;
  border-radius: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border: none;
  overflow: hidden;
}

.usermessage .modal-content .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  border: none;
}

.usermessage .modal-content .btn-close:focus {
  box-shadow: none;
}

.usermessage .modal-content .modal-body {
  display: flex;
  padding: 0;
}

.usermessage .modal-content .modal-body aside {
  width: 300px;
  background: #221a62;
  padding: 15px;
}

.usermessage .modal-content .modal-body aside .input-area {
  background: var(--body-color);
  padding: 15px;
  border-radius: 5px;
}

.usermessage .modal-content .modal-body aside .input-area button {
  background: transparent;
}

.usermessage .modal-content .modal-body aside .input-area input {
  background: transparent;
  border: none;
  height: initial;
  padding: 0;
  padding-right: 10px;
  color: var(--bs-white);
}

.usermessage .modal-content .modal-body aside ul {
  overflow: auto;
  height: 600px;
}

.usermessage .modal-content .modal-body aside ul li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.usermessage .modal-content .modal-body aside ul li img {
  margin-right: 15px;
  border-radius: 50%;
}

.usermessage .modal-content .modal-body aside ul li h6 {
  margin-bottom: 10px;
}

.usermessage .modal-content .modal-body aside ul li .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background: #ff725d;
}

.usermessage .modal-content .modal-body aside ul li .status.green {
  background: #58b666;
}

.usermessage .modal-content .modal-body main header {
  padding: 15px;
  border-bottom: 1px solid #706eb1;
}

.usermessage .modal-content .modal-body main header img {
  border-radius: 50%;
  margin-right: 10px;
}

.usermessage .modal-content .modal-body main ul {
  padding: 15px;
  border-bottom: 1px solid #706eb1;
  overflow: auto;
  height: 400px;
}

.usermessage .modal-content .modal-body main ul li {
  margin-bottom: 20px;
}

.usermessage .modal-content .modal-body main ul li .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background: #58b666;
}

.usermessage .modal-content .modal-body main ul li .status.blue {
  background: #6fbced;
}

.usermessage .modal-content .modal-body main ul li .entete .time {
  color: #d7d7d7;
}

.usermessage .modal-content .modal-body main ul li .message {
  background: #221a62;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  position: relative;
  width: 90%;
}

.usermessage .modal-content .modal-body main ul li .message::before {
  position: absolute;
  content: "";
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #221a62 transparent;
  margin-left: 15px;
}

.usermessage .modal-content .modal-body main ul li.me .entete {
  text-align: right;
}

.usermessage .modal-content .modal-body main ul li.me .message {
  background: #2d237b;
  margin-left: auto;
}

.usermessage .modal-content .modal-body main ul li.me .message::before {
  right: 20px;
  margin-left: initial;
  border-color: transparent transparent #2d237b transparent;
}

.usermessage .modal-content .modal-body footer {
  padding: 15px;
}

.usermessage .modal-content .modal-body footer textarea {
  background: var(--body-color);
  min-height: 100px;
  border: none;
  color: var(--bs-white);
}

.footer-section {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 110% 65%;
}

.footer-section .newsletter {
  background-image: url(../images/newsletter-left.png), url(../images/newsletter-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-color: #2d237b;
  border-radius: 15px;
  padding: 80px 260px;
}

.footer-section .newsletter form .form-group {
  background-color: var(--alt-blue);;
  border: 1px solid var(--bg-color);;
  border-radius: 30px;
  padding: 10px;
}

.footer-section .newsletter form .form-group input {
  background-color: var(--alt-blue);;
  border: none;
  border-radius: 30px;
  padding: 0 30px;
  color: var(--bs-white);
  height: min-content;
}

.footer-section .newsletter form .form-group button {
  border-radius: 50%;
  background-color: #7924c7;
  min-width: 40px;
  min-height: 40px;
}

.footer-section .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-section .menu-item .footer-link {
  display: flex;
}

.footer-section .menu-item .footer-link li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #7876d5;
}

.footer-section .menu-item .footer-link li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.sm-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .sm-menu-item .sm-footer-link {
  display: flex;
}

.sm-footer-link li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #7876d5;
}


.sm-menu-item .sm-footer-link li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.sm-footer-link li a:hover {
  color: var(--hover-color);
  transition: 0.3s;
}
.footer-section .menu-item .footer-link li a:hover {
  color: var(--hover-color);
  transition: 0.3s;
}

.footer-section .copyright {
  padding: 30px;
  background: var(--body-color);
  border-radius: 10px 10px 0px 0px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-section .copyright .copy-area a {
  color: var(--hover-color);
}

.footer-section .copyright .copy-area .auth {
  color: #ff96a5;
}

.footer-section .copyright .social-link a {
  width: 35px;
  height: 35px;
  border: 1px solid #3a3878;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.3s;
}

.footer-section .copyright .social-link a i {
  color: #5ac4ff;
  transition: 0.3s;
}

.footer-section .copyright .social-link a:hover {
  background: #ff96a5;
  border-color: #ff96a5;
}

.footer-section .copyright .social-link a:hover i {
  color: var(--bs-white);
}

.counter-section .single-area .img-area {
  margin-right: 30px;
}

.counter-section .single-area h4 {
  margin-bottom: 5px;
}

.counter-section .single-area h4 span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-weight: inherit;
}

.counter-section .single-area p {
  color: var(--hover-alt-color);
}

.counter-section.about {
  position: relative;
}

.counter-section.about::before {
  position: absolute;
  content: "";
  top: 0;
  width: 90%;
  height: 100%;
  border-radius: 10px;
  left: 5%;
  background-image: linear-gradient(0deg, #070044 0%, #3d2fac 99%);
  z-index: -1;
}

.top-tipsters {
  background-image: url(../images/top-tipsters-section-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}

.top-tipsters .single-area {
  background: #221a62;
  border-radius: 10px;
}

.top-tipsters .single-area .main-content {
  padding: 30px;
}

.top-tipsters .single-area .main-content .sub-heading {
  padding: 0 0 21px;
  position: relative;
}

.top-tipsters .single-area .main-content .sub-heading::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #5e67bd;
  left: calc(50%);
}

.top-tipsters .single-area .main-content .sub-heading .img-area {
  margin-right: 5px;
}

.top-tipsters .single-area .main-content .roi-profit h6 {
  margin-bottom: 5px;
}

.top-tipsters .single-area .main-content .roi-profit .roi h6 {
  color: var(--hover-color);
}

.top-tipsters .single-area .main-content .roi-profit .profit h6 {
  color: var(--hover-alt-color);
}

.top-tipsters .single-area .main-content .btn-area {
  margin-top: 25px;
}

.top-tipsters .single-area .profile-content .profile-pic {
  border-radius: 50%;
  border: 4px solid #221a62;
}

.top-tipsters .single-area .profile-content .profile {
  transform: translateY(-50px);
  display: inline-block;
  position: relative;
}

.top-tipsters .single-area .profile-content .profile .gold {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.top-tipsters .single-area h5 {
  margin-top: -25px;
  text-align: center;
}

.how-it-works .img-area {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.how-it-works .img-area h3, .how-it-works .img-area h5, .how-it-works .img-area p {
  position: absolute;
  right: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background: #7924c7;
  border: 7px solid #070044;
}

.how-it-works .mid-area {
  position: relative;
}

.how-it-works .mid-area::before, .how-it-works .mid-area::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 190px;
  left: calc(50% - 200px);
}

.how-it-works .mid-area::after {
  background-image: url(../images/arrow-one.png);
  background-repeat: no-repeat;
  top: 0;
}

.how-it-works .mid-area::before {
  background-image: url(../images/arrow-two.png);
  background-repeat: no-repeat;
  bottom: 0;
}

.how-it-works .mid-area h3 {
  left: -35px;
  top: calc(50% - 120px);
}

.how-it-works.affiliate .single-item {
  text-align: center;
}

.how-it-works.affiliate .single-item .img-area h5 {
  width: 50px;
  height: 50px;
  border-width: 5px;
  right: -25px;
}

.how-it-works.affiliate .single-item .single-title {
  margin-top: 20px;
}

.how-it-works.become-tipster {
  margin-top: -330px;
  transform: translateZ(0px);
}

.how-it-works.become-tipster .single-item {
  text-align: center;
  padding: 40px 25px 30px;
  background: #3d329b;
  border-radius: 20px;
}

.how-it-works.become-tipster .single-item .img-area p {
  width: 40px;
  height: 40px;
  border-width: 5px;
  right: -15px;
  bottom: 20px;
  background: #7924c7;
  border-color: #3d329b;
}

.how-it-works.become-tipster .single-item .single-title {
  margin-top: 20px;
  margin-bottom: 15px;
}

.join-us {

  background-repeat: no-repeat;
  background-position: top;
}

.join-us .main-content {
  background: #3d2fac;
  border-radius: 20px;
  padding: 75px 0;
}

.join-us .main-content .btn-area .cmn-btn {
  margin: 0 15px;
}

.tips-and-events .tips-single {
  padding: 30px;
  border: 1px solid var(--bg-color);;
  border-radius: 15px;
  margin-bottom: 20px;
  display: flex;
  background: var(--alt-blue);
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tips-and-events .tips-single .left-area {
  display: flex;
}

.tips-and-events .tips-single .review-profile {
  text-align: center;
}

.tips-and-events .tips-single .review-profile .img-area {
  position: relative;
  display: inline-block;
}

.tips-and-events .tips-single .review-profile .img-area .profile {
  border: 2px solid #c2a9ff;
  border-radius: 50%;
}
.tips-and-events .tips-single .review-profile .img-area .bprofile {
  border: 1px solid #edb606;

}

.tips-and-events .tips-single .review-profile .img-area .gold {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tips-and-events .tips-single .review-profile .review {
  margin-top: 10px;
}

.tips-and-events .tips-single .review-profile .review i {
  color: #f59b00;
  font-size: 14px;
  cursor: pointer;
  margin-right: -2px;
}

.tips-and-events .tips-single .mid-content {
  margin-left: 50px;
}

.tips-and-events .tips-single .mid-content .match-tip-header .img-header {
  width: 30px;
  height: 30px;
  background:transparent;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.tips-and-events .tips-single .mid-content .tip-heading {
  margin: 15px 0;
}
.tips-and-events .tips-single .mid-content .tip-heading .img-header {
  width: 30px;
  height: 30px;
  background:transparent;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.tips-and-events .tips-single .mid-content .tip-heading h5 {
  color: var(--hover-color);
  margin-left: 10px;
  margin-top: 0;
}

.tips-and-events .tips-single .mid-content .date-name h6 {
  color: var(--hover-alt-color);
  margin-bottom: 19px;
  margin-top: 0;
}

.tips-and-events .tips-single .mid-content .date-name p {
  color: var(--para-alt-color);
}

.tips-and-events .tips-single .right-area .offers-number {
  width: 90px;
  height: 90px;
  border: 1px solid var(--bg-color);;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tips-and-events .tips-single .right-area .logo-area {
  background: #19115f;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

.tips-and-events .section-btn a {
  margin-top: 18px;
}

.tips-and-events .cus-mar {
  margin-bottom: -20px;
}

.tips-and-events .events-single {
  padding: 15px;
  background: #221a62;
  border: 1px solid var(--bg-color);;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tips-and-events .events-single .time-tips .tips {
  padding: 8px 15px;
  border: 1px solid #00ebd5;
  border-radius: 10px;
}

.tips-and-events .events-single .time-tips .tips span {
  margin-left: 10px;
}

.tips-and-events .events-single .heading-area {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  background: #2d237b;
  border-radius: 10px;
  margin: 20px 0;
}

.tips-and-events .events-single .heading-area h5 {
  text-transform: uppercase;
  color: var(--hover-color);
}

.tips-and-events .events-single .bottom-area span {
  color: #c2a9ff;
}

.why-bitips-better {
  background-color: var(--bg-nav);;
  background-image: url(../images/why-bitips-better-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom 120px;
}

.why-bitips-better .single-area {
  border-bottom: 1px solid #5b29b1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.why-bitips-better .single-area:last-child {
  padding-bottom: 0;
  margin-bottom: -5px;
  border: none;
}

.why-bitips-better .single-area .img-area img {
  max-width: unset;
}

.why-bitips-better .single-area .text-area {
  margin-left: 30px;
}

.why-bitips-better .single-area .text-area h4 {
  margin-bottom: 19px;
}

.why-bitips-better.about {
  background-color: transparent;
}

.best-tipster .single-item {
  border: 1px solid #635b92;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.best-tipster .single-item .rank {
  background-image: url(../images/rank-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: calc(15%);
  width: 50px;
  height: 55px;
  text-align: center;
  display: inline-grid;
  align-items: center;
}

.best-tipster .single-item .rank .rank-title {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: -15px;
}

.best-tipster .single-item .rank span {
  margin-left: 12px;
  line-height: 10px;
}

.best-tipster .single-item .left-area {
  display: flex;
  align-items: center;
}

.best-tipster .single-item .left-area .review-profile {
  display: inline-block;
  text-align: center;
  border: 1px solid var(--bg-color);;
  border-radius: 20px;
  padding: 15px 30px 8px;
  margin-right: 30px;
}

.best-tipster .single-item .left-area .review-profile .img-area {
  position: relative;
  display: inline-block;
}

.best-tipster .single-item .left-area .review-profile .img-area .profile {
  border: 2px solid #c2a9ff;
  border-radius: 50%;
}

.best-tipster .single-item .left-area .review-profile .img-area .gold {
  position: absolute;
  bottom: 0;
  right: 0;
}

.best-tipster .single-item .left-area .review-profile h6 {
  margin: 15px 0 8px;
  color: var(--hover-alt-color);
}

.best-tipster .single-item .left-area .review-profile .review i {
  color: #f59b00;
  font-size: 14px;
  cursor: pointer;
  margin-right: -2px;
}

.best-tipster .single-item .left-area .mid-content .item-total {
  display: flex;
  align-items: center;
}

.best-tipster .single-item .left-area .mid-content .item-total .single {
  border-right: 1px solid var(--bg-color);;
  text-align: center;
  margin-right: 30px;
  padding-right: 30px;
}

.best-tipster .single-item .left-area .mid-content .item-total .single:last-child {
  border: none;
}

.best-tipster .single-item .left-area .mid-content .item-total .single h6 {
  color: var(--hover-alt-color);
}

.best-tipster .single-item .left-area .mid-content .item-total .single span {
  color: var(--para-alt-color);
}

.best-tipster .single-item .right-area {
  padding: 20px 10px;
  background: var(--alt-blue);;
  border-radius: 10px;
  text-align: center;
}

.best-tipster .single-item .right-area h5 {
  color: var(--hover-color);
}

.best-tipster .single-item .right-area p {
  color: var(--para-alt-color);
  margin: 6px 0 15px;
}

.best-tipster .section-btn a {
  margin-top: 20px;
}

.faqs-section {
  position: relative;
}

.faqs-section::before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--bg-nav);;
  height: 60%;
  top: 0;
  left: 0;
  z-index: -1;
}

.faqs-section .faq-bg {
  padding-top: 40px;
  border-radius: 10px;
  background-image: linear-gradient(0deg, #070044 0%, #2d237b 99%);
}

.faqs-section .section-header a {
  color: var(--hover-color);
}

.faqs-section .accordion {
  margin-bottom: -20px;
}

.faqs-section .accordion .accordion-item {
  margin-bottom: 20px;
  background: #3a2fa4;
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-header {
  position: relative;
  display: flex;
  align-items: center;
}

.faqs-section .accordion .accordion-item .accordion-header::after {
  position: absolute;
  left: 20px;
  z-index: 3;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-image: url(../images/faq-icon.png);
  background-repeat: no-repeat;
}

.faqs-section .accordion .accordion-item .accordion-button {
  padding: 20px;
  padding-left: 70px;
  background: #3a2fa4;
  border-radius: 10px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 30px;
  height: 30px;
  background: #261c7e;
  border-radius: 5px;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-collapse {
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  padding: 20px 0;
  border-top: 1px solid #b0baf1;
}

.faqs-section.support {
  background-image: url(../images/faq-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 60%;
}

.faqs-section.support .nav {
  margin-bottom: 40px;
}

.faqs-section.support .nav .cmn-btn {
  background: transparent;
  border-color: var(--bg-color);
  margin: 0 10px;
}

.faqs-section.support .nav .cmn-btn.active {
  background: var(--bg-color);
  border-color: transparent;
}

.faqs-section.support h3 {
  margin-bottom: 30px;
  text-align: center;
}

.faqs-section.support.faqs {
  background-image: unset;
}

.faqs-section.support.faqs::before {
  display: none;
}

.faqs-section.support.faqs .faq-box ul {
  margin-bottom: -20px;
}

.faqs-section.support.faqs .faq-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.faqs-section.support.faqs .faq-box ul li a {
  padding: 20px;
  padding-left: 70px;
  padding-right: 60px;
  background: #3a2fa4;
  border-radius: 10px;
  border: none;
  display: flex;
  width: 100%;
  align-items: center;
}

.faqs-section.support.faqs .faq-box ul li a h5 {
  margin-top: 0;
}

.faqs-section.support.faqs .faq-box ul li a::after, .faqs-section.support.faqs .faq-box ul li a::before {
  content: "";
  position: absolute;
}

.faqs-section.support.faqs .faq-box ul li a::after {
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url(../images/right-arrow-sec.png);
  background-repeat: no-repeat;
  background-size: 18px;
}

.faqs-section.support.faqs .faq-box ul li a::before {
  left: 20px;
  z-index: 3;
  width: 30px;
  height: 30px;
  margin-left: auto;
  background-image: url(../images/faq-icon.png);
  background-repeat: no-repeat;
}

.testimonials .single-slide {
  padding: 40px 30px;
  background: var(--alt-blue);;
  border-radius: 10px;
  margin: 0 15px;
}

.testimonials .single-slide .profile-area {
  margin-top: 24px;
}

.testimonials .single-slide .profile-area .img-area {
  margin-right: 20px;
}

.testimonials .single-slide .profile-area .img-area img {
  border-radius: 50%;
}

.testimonials .single-slide .profile-area .text-area h6 {
  margin-top: 0;
}

.testimonials .single-slide .profile-area .text-area .mdr {
  color: #ff96a5;
  margin-top: 5px;
}

.testimonials.affiliate {
  margin-top: 45px;
}

.about-us .section-area .para-area {
  margin-top: 25px;
}

.what-we-do {
  position: relative;
  overflow-x: initial;
}

.what-we-do::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  background: var(--bg-nav);;
  z-index: -1;
  top: 0;
}
.single-sidebar {
    background-color: #221a62;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.all-tips-content .sidebar .single-sidebar {
  border-radius: 10px;
  background-color: #221a62;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.all-tips-content .sidebar .single-sidebar.tipster {
  padding-bottom: 20px;
}

.all-tips-content .sidebar .single-sidebar .title-area {
  border-bottom: 1px solid #483f90;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.all-tips-content .sidebar .single-sidebar .date-single {
  margin-bottom: 20px;
}

.all-tips-content .sidebar .single-sidebar .date-single.end {
  margin-bottom: 0;
}

.all-tips-content .sidebar .single-sidebar .single-input {
  border: 1px solid #483f90;
  border-radius: 10px;
  background-color: var(--body-color);
  display: flex;
  align-items: center;
}
.single-input {
  border: 1px solid #483f90;
  border-radius: 10px;
  background-color: var(--body-color);
  display: flex;
  align-items: center;
}
.all-tips-content .sidebar .single-sidebar .single-input img {
  margin-left: 20px;
}

.all-tips-content .sidebar .single-sidebar .single-input input {
  background-color: var(--body-color);
  border: none;
  border-radius: 10px;
  color: var(--bs-white);
}

.all-tips-content .sidebar .single-sidebar .btn-area {
  border: 1px solid var(--bg-color);
  border-radius: 10px;
  background-color: var(--hover-color);
  color: var(--para-color);
  width: 100%;
  padding: 5px 0;
  text-align: center;
  margin-top: 40px;
}

.all-tips-content .sidebar .single-sidebar .btn-area.view {
  margin-top: 20px;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single .checkbox-area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  border: 1px solid #cbcaed;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single .checkbox-area .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single .checkmark::after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single input:checked ~ .checkmark {
  border: 1px solid var(--hover-alt-color);
}

.all-tips-content .sidebar .single-sidebar .checkbox-single input:checked ~ .checkmark:after {
  display: block;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single .item-title i {
  color: #6e62d4;
  font-size: 14px;
  margin: 0 2px;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single .item-title i.full {
  color: #f59b00;
}

.all-tips-content .sidebar .single-sidebar .checkbox-single .item-title img {
  margin-right: 10px;
}

.all-tips-content .sidebar .single-sidebar .nice-select {
  border-radius: 10px;
  background-color: var(--body-color);
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}

.all-tips-content .sidebar .single-sidebar .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.all-tips-content .sidebar .single-sidebar .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.all-tips-content .sidebar .single-sidebar .nice-select .list .option {
  background: transparent;
}

.all-tips-content .sidebar .single-sidebar .nice-select .list .option:hover {
  color: var(--hover-color);
}

.all-tips-content .sidebar .single-sidebar .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.all-tips-content .right-area .heading-area {
  border-radius: 10px;
  background-color: #221a62;
  padding: 30px;
  margin-bottom: 40px;
}

.all-tips-content .right-area .heading-area h4 span {
  color: var(--hover-color);
  font-size: inherit;
  font-weight: inherit;
}

.all-tips-content .right-area .heading-area .bottom-item {
  margin-top: 30px;
}

.all-tips-content .right-area .heading-area .bottom-item .single-input {
  border-radius: 10px;
  background-color: var(--body-color);
}

.all-tips-content .right-area .heading-area .bottom-item .nice-select {
  border-radius: 10px;
  background-color: var(--body-color);
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #483f90;
  height: 50px;
}

.all-tips-content .right-area .heading-area .bottom-item .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.all-tips-content .right-area .heading-area .bottom-item .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.all-tips-content .right-area .heading-area .bottom-item .nice-select .list .option {
  background: transparent;
}

.all-tips-content .right-area .heading-area .bottom-item .nice-select .list .option:hover {
  color: var(--hover-color);
}

.all-tips-content .right-area .heading-area .bottom-item .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.all-tips-content .right-area .single-item {
  border-radius: 20px;
  background-color: #221a62;
  padding: 30px;
  border: 1px solid var(--bg-color);;
  margin-top: 30px;
}

.all-tips-content .right-area .single-item .left,
.all-tips-content .right-area .single-item .top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.all-tips-content .right-area .single-item .top-area {
  border-bottom: 1px solid var(--bg-color);;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.all-tips-content .right-area .single-item .top-area .left .time-left {
  color: #ffb2bd;
  background: #331c76;
  padding: 5px 20px;
  margin-left: 30px;
  border-radius: 15px;
}

.all-tips-content .right-area .single-item .top-area .right {
  display: flex;
  align-items: center;
  border: 1px solid #00ebd5;
  border-radius: 10px;
  padding: 5px 15px;
}

.all-tips-content .right-area .single-item .top-area .right .mdr {
  color: #00ebd5;
  margin-left: 5px;
}

.all-tips-content .right-area .single-item .mid-area h5 {
  margin-bottom: 30px;
}

.all-tips-content .right-area .single-item .mid-area .sports {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #2d237b;
  padding: 10px;
}

.all-tips-content .right-area .single-item .mid-area .sports .single {
  border-radius: 10px;
  background-color: #221a62;
  padding: 10px;
}

.all-tips-content .right-area .single-item .mid-area .sports .single .logo-area {
  border-radius: 10px;
  background-color: #4736d3;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.all-tips-content .right-area .single-item .mid-area .sports .vs {
  border-radius: 50%;
  background-color: #221a62;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-tips-content .right-area .single-item .mid-area .sports .vs h4 {
  margin-top: 0;
  text-transform: uppercase;
  color: var(--hover-color);
}

.all-tips-content .right-area .single-item .mid-area .btn-area {
  margin-top: 30px;
}

.pagination {
  background-color: #221a62;
  border-radius: 40px;
  padding: 20px;
  display: inline-flex;
}

.pagination .page-item .page-link {
  border-radius: 50%;
  background: #33288a;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  border: none;
  font-weight: bold;
  margin: 0 8px;
}

.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
  background: var(--bg-color);
}

.pagination .page-item .page-link.previous {
  margin-right: 20px;
}

.pagination .page-item .page-link.next {
  margin-left: 20px;
}

.ui-datepicker.ui-widget-content {
  background-color: var(--body-color);
  border: 1px solid #483f90;
}

.ui-datepicker .ui-datepicker-header {
  background: var(--body-color);
  border: 1px solid #483f90;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
.ui-datepicker .ui-button.ui-state-disabled:hover,
.ui-datepicker .ui-button.ui-state-disabled:active {
  border: 1px solid #483f90;
  background: var(--body-color);
  text-align: center;
  color: var(--para-color);
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  background: var(--bg-color);
  border: 1px solid #483f90;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: transparent !important;
  border: none;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
  background: var(--hover-alt-color);
  border-color: var(--hover-alt-color);
}

.match-betting-head {
  background: #3d329b;
  overflow-x: initial;
  padding: 40px 0;
}

.match-betting-head .nice-select {
  border-radius: 10px;
  background-color: var(--body-color);
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #483f90;
  height: 50px;
}

.match-betting-head .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.match-betting-head .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.match-betting-head .nice-select .list .option {
  background: transparent;
}

.match-betting-head .nice-select .list .option:hover {
  color: var(--hover-color);
}

.match-betting-head .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.match-betting-head .btn-area i {
  font-size: 30px;
  background-color: #2d237b;
  border-radius: 5px;
  min-width: 50px;
  min-height: 50px;
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 20px;
}

.match-betting-head .btn-area i.active {
  background-color: #6656ef;
}

.match-betting-head.find-tipster {
  background: transparent;
  padding: 0;
  margin-top: -277px;
  transform: translateZ(0px);
}

.match-betting-head.find-tipster .top-content {
  background-color: #3d329b;
  border-radius: 20px;
  padding: 40px 30px;
}

.match-betting-head.find-tipster .top-content .single-input input {
  background-color: #312977;
  border: none;
  border-radius: 10px;
  color: var(--bs-white);
}

.match-betting-head.find-tipster .top-content .single-input .nice-select {
  background: #312977;
  margin-bottom: 30px;
}

.match-betting-head.find-tipster .top-content .range-input input {
  padding: 0;
  margin: 0;
  color: #fff;
  background: transparent;
  width: initial;
  border: none;
  font-weight: inherit;
  font-size: inherit;
}

.match-betting-head.find-tipster .top-content .range-input .ui-widget-header {
  background: #4d38ff;
}

.match-betting-head.find-tipster .top-content .range-input .ui-widget-content {
  border: none;
  background: #5b4ecb;
  height: 10px;
  margin: 0;
}

.match-betting-head.find-tipster .top-content .range-input .ui-slider-handle.ui-state-default {
  width: 15px;
  height: 15px;
  background: var(--hover-color);
  box-shadow: 0 4px 4px rgba(53, 78, 133, 0.3);
  border-radius: 20px;
  border: none;
  top: -3px;
}

.match-betting-head.find-tipster .top-content .range-input .ui-slider-handle.ui-state-default:focus {
  outline: none;
}

.match-betting-head.find-tipster .top-content .btn-area {
  margin-right: -30px;
}

.match-betting-head.find-tipster .top-content .btn-area .cmn-btn {
  margin-left: 15px;
}

.match-betting-content .all-items {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.match-betting-content .single-item {
  flex: 0 0 calc(100% / 3 - 15px);
  max-width: calc(100% / 3 - 15px);
  background-color: #221a62;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.match-betting-content .single-item .first-area .profile-area .w-100 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.match-betting-content .single-item .first-area .profile-area .profile-pic {
  border-radius: 50%;
  border: 4px solid #221a62;
}

.match-betting-content .single-item .first-area .profile-area .profile {
  transform: translateY(-50px);
  display: inline-block;
  position: relative;
}

.match-betting-content .single-item .first-area .profile-area .profile .gold {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.match-betting-content .single-item .first-area .name-area {
  margin-top: -30px;
}

.match-betting-content .single-item .first-area .name-area img {
  margin-left: 10px;
}

.match-betting-content .single-item .first-area .sub-heading {
  position: relative;
  border-bottom: 1px solid #404190;
  margin: 20px 0 35px;
  padding-bottom: 25px;
}

.match-betting-content .single-item .first-area .sub-heading::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #5e67bd;
  left: calc(50%);
}

.match-betting-content .single-item .first-area .sub-heading .img-area {
  margin-right: 5px;
}

.match-betting-content .single-item .mid-area .roi-profit {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.match-betting-content .single-item .mid-area .roi-profit h6 {
  margin-bottom: 5px;
}

.match-betting-content .single-item .mid-area .roi-profit .roi h6 {
  color: var(--hover-color);
}

.match-betting-content .single-item .mid-area .roi-profit .profit {
  position: relative;
}

.match-betting-content .single-item .mid-area .roi-profit .profit::before, .match-betting-content .single-item .mid-area .roi-profit .profit::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background: #404190;
}

.match-betting-content .single-item .mid-area .roi-profit .profit::before {
  left: calc(-50%);
}

.match-betting-content .single-item .mid-area .roi-profit .profit::after {
  right: calc(-50%);
}

.match-betting-content .single-item .mid-area .roi-profit .profit h6 {
  color: var(--hover-alt-color);
}

.match-betting-content .single-item .mid-area .roi-profit .rate h6 {
  color: #c2a9ff;
}

.match-betting-content .single-item .mid-area .about-user {
  display: none;
}

.match-betting-content .single-item .last-area {
  padding-bottom: 30px;
}

.match-betting-content .single-item .last-area .last-top {
  border-style: solid;
  border-width: 1px;
  border-color: var(--bg-color);;
  border-radius: 10px;
  background-color: #2d237b;
  text-align: center;
  padding: 30px 10px;
  margin: 30px 10px;
}

.match-betting-content .single-item .last-area .last-top h6 {
  margin-bottom: 25px;
}

.match-betting-content .single-item .last-area .last-top .single-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #221a62;
  padding: 10px 45px;
}

.match-betting-content .single-item .last-area .last-top .single-radio:hover input ~ .checkmark {
  background-color: transparent;
}

.match-betting-content .single-item .last-area .last-top .single-radio .amount {
  color: var(--hover-color);
  margin-left: 5px;
}

.match-betting-content .single-item .last-area .last-top .single-radio .checkmark {
  position: absolute;
  left: 15px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--bs-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-betting-content .single-item .last-area .last-top .single-radio .checkmark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bs-white);
}

.match-betting-content .single-item .last-area .last-top .single-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.match-betting-content .single-item .last-area .last-top .single-radio input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid var(--hover-color);
}

.match-betting-content .single-item .last-area .last-top .single-radio input:checked ~ .checkmark::after {
  display: block;
  background: var(--hover-color);
}

.match-betting-content .single-item .last-area .last-top .cmn-btn {
  margin-top: 20px;
}

.match-betting-content .single-item .last-area .last-top .cmn-btn.buy {
  background: #4736d3;
  width: 100%;
  border-radius: 10px;
  border: none;
}

.match-betting-content .single-item .last-area .last-bottom {
  display: flex;
  justify-content: center;
}

.match-betting-content .single-item .last-area .last-bottom .tips {
  display: inline-flex;
  align-items: center;
  border: 1px solid #00ebd5;
  border-radius: 10px;
  padding: 5px 15px;
  margin-right: 30px;
}

.match-betting-content .single-item .last-area .last-bottom .tips img {
  margin-right: 5px;
}

.match-betting-content .single-item .last-area .last-bottom .cmn-btn {
  border-radius: 10px;
  padding: 5px 25px;
}

.match-betting-content .single-item.list {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
}

.match-betting-content .single-item.list .items {
  width: 100%;
}

.match-betting-content .single-item.list .first-area {
  background-color: #2d237b;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.match-betting-content .single-item.list .first-area .sub-heading {
  margin-bottom: 0;
  padding-bottom: 0;
  border-color: transparent;
}

.match-betting-content .single-item.list .first-area .profile-area .w-100 {
  border-top-right-radius: unset;
}

.match-betting-content .single-item.list .mid-area {
  padding: 20px 30px;
}

.match-betting-content .single-item.list .mid-area .roi-profit .profit::before {
  left: calc(-50%);
}

.match-betting-content .single-item.list .mid-area .roi-profit .profit::after {
  right: calc(-50%);
}

.match-betting-content .single-item.list .mid-area .about-user {
  border-top: 1px solid #404190;
  margin-top: 20px;
  padding-top: 20px;
  display: block;
}

.match-betting-content .single-item.list .mid-area .about-user h5 {
  margin-bottom: 10px;
}

.match-betting-content .single-item.list .last-area {
  padding-bottom: 20px;
}

.match-betting-content .single-item.list .last-area .last-top {
  padding: 20px 10px;
  margin: 20px 10px;
}

.match-betting-content .pagination {
  margin-top: 40px;
}

.match-betting-content.dashboard {
  margin-top: 40px;
}

.match-betting-content.dashboard .single-item {
  flex: initial;
  max-width: initial;
}

.match-betting-content.dashboard .single-item .last-area .last-top .radio-area {
  margin-bottom: 30px;
}

.match-betting-content.dashboard .single-item .last-area .last-top .buy {
  background: transparent;
  border: 1px solid var(--bg-color);;
  color: var(--hover-color);
  width: 80%;
  margin: auto;
  margin-top: 30px;
}

.match-betting-content.dashboard .single-item .last-area .last-top p {
  margin-top: 15px;
}

.match-betting-content.dashboard .single-item .last-area .last-top .single-radio {
  justify-content: space-between;
  padding: 10px 40px;
  padding-right: 20px;
}

.match-betting-content.dashboard .single-item .last-area .last-bottom a {
  border-radius: 20px;
  width: 80%;
  background: #4736D3;
  border-color: transparent;
}

.match-betting-content.dashboard .single-item .last-area .last-bottom a:hover {
  background: transparent;
  border-color: var(--bg-color);
}

.paymentModal .modal-content {
  background: #2d237b;
}

.paymentModal .payment-box {
  border-style: solid;
  border-width: 1px;
  border-color: var(--bg-color);;
  border-radius: 10px;
  background-color: #2d237b;
  padding: 25px 20px;
}

.paymentModal .single-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #221a62;
  padding: 10px 45px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.paymentModal .single-radio img {
  margin-left: 5px;
}

.paymentModal .single-radio:hover input ~ .checkmark {
  background-color: transparent;
}

.paymentModal .single-radio .amount {
  color: var(--hover-color);
  margin-left: 5px;
}

.paymentModal .single-radio .checkmark {
  position: absolute;
  left: 20px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--bs-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paymentModal .single-radio .checkmark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bs-white);
}

.paymentModal .single-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.paymentModal .single-radio input:checked ~ .title-item {
  color: var(--hover-color);
}

.paymentModal .single-radio input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid var(--hover-color);
}

.paymentModal .single-radio input:checked ~ .checkmark::after {
  display: block;
  background: var(--hover-color);
}

.paymentModal h6 {
  margin-bottom: 20px;
}

.paymentModal .subscribe {
  border-bottom: 1px solid #645bb4;
  margin-bottom: 29px;
  padding-bottom: 9px;
}

.paymentModal .btn-area {
  margin-top: 20px;
}

.paymentModal .btn-area a {
  width: 100%;
  border-radius: 10px;
}

.tipster-profile-content {
  margin-top: -288px;
  transform: translateZ(0px);
}

.tipster-profile-content .profile-banner-area .main-content {
  background: #3d329b;
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
}

.tipster-profile-content .profile-banner-area .main-content .rank {
  background-image: url(../images/rank-bg-second.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: calc(45%);
  width: 65px;
  height: 70px;
  text-align: center;
  display: inline-grid;
  align-items: center;
}

.tipster-profile-content .profile-banner-area .main-content .rank .rank-title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -15px;
  margin-left: 15px;
}

.tipster-profile-content .profile-banner-area .main-content .rank h5 {
  margin-left: 15px;
  line-height: 10px;
}

.tipster-profile-content .profile-banner-area .main-content .top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .profile {
  margin-top: -80px;
  display: inline-block;
  position: relative;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .profile .profile-pic {
  border-radius: 50%;
  border: 4px solid #3d329b;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .profile .gold {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .user-info {
  margin-left: 20px;
  margin-top: 20px;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .user-info .top {
  margin-bottom: 15px;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .user-info img {
  margin-right: 15px;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .user-info h5 {
  margin-right: 15px;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .btn-area {
  margin-top: -80px;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .btn-area .cmn-btn {
  background: #5ac4ff;
  color: #2f007f;
  border: none;
}

.tipster-profile-content .profile-banner-area .main-content .top-area .btn-area .cmn-btn.follow {
  background: #c2a9ff;
  margin-left: 15px;
}

.tipster-profile-content .profile-banner-area .main-content .mid-area {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 40px 30px;
}

.tipster-profile-content .profile-banner-area .main-content .mid-area .single {
  border: 1px solid #7c86da;
  border-radius: 10px;
  background-color: #332989;
  padding: 10px 50px 5px;
  width: 100%;
  margin: 0 12px;
}

.tipster-profile-content .profile-banner-area .main-content .mid-area h6 {
  color: var(--hover-color);
  margin-bottom: 10px;
}

.tipster-profile-content .profile-banner-area .main-content .main-tabs {
  border: none;
  padding-bottom: 20px;

}

.tipster-profile-content .profile-banner-area .main-content .main-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  border: none;
  color: var(--bs-white);
  padding: 0;
  margin: 0 30px;
}

.tipster-profile-content .profile-banner-area .main-content .main-tabs .nav-item .nav-link.active {
  background: transparent;
  position: relative;
  transition: all 0.3s;
}

.tipster-profile-content .profile-banner-area .main-content .main-tabs .nav-item .nav-link.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--hover-color);
  left: 0;
  bottom: -20px;
  transition: all 0.3s;
}

.tipster-profile-content .profile-banner-area .main-content .main-tabs .nav-item .nav-link span {
  background: #4a3dba;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.tipster-profile-content .main-tab-content .date-area {
  color: var(--hover-color);
  margin: 40px 0 30px;
}

.tipster-profile-content .main-tab-content .nav-tabs {
  border: none;
}

.tipster-profile-content .main-tab-content .nav-tabs .cmn-btn {
  background: transparent;
  border: 1px solid #5b70ba;
  margin-right: 30px;
}

.tipster-profile-content .main-tab-content .nav-tabs .cmn-btn.active {
  background: #4736d3;
  border: 1px solid #4736d3;
}

.tipster-profile-content .main-tab-content .single-area {
  border: 1px solid #5b70ba;
  border-radius: 10px;
  background-color: #070044;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.tipster-profile-content .main-tab-content .single-area .left-area .flag {
  margin-bottom: 15px;
}

.tipster-profile-content .main-tab-content .single-area .left-area .flag p {
  margin-left: 5px;
  color: #b2b4e1;
}

.tipster-profile-content .main-tab-content .single-area .left-area span {
  color: #b2b4e1;
  margin-top: 10px;
}

.tipster-profile-content .main-tab-content .single-area .right-area span {
  background-color: #062647;
  color: var(--hover-color);
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 15px;
}

.tipster-profile-content .main-tab-content .single-area .right-area .right-top {
  justify-content: flex-end;
}

.tipster-profile-content .main-tab-content .single-area .right-area .right-top img {
  margin-right: 10px;
}

.tipster-profile-content .main-tab-content .single-area .right-area .logo-area {
  background: #19115f;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
}

.tipster-profile-content .main-tab-content .single-area .right-area .logo-area.text {
  padding: 10px 20px;
  margin-top: 15px;
}

.tipster-profile-content .main-tab-content .pagination {
  margin-top: 40px;
}

.tipster-profile-content .main-tab-content .sidebar .single-box {
  border-style: solid;
  border-width: 1px;
  border-color: var(--bg-color);;
  border-radius: 10px;
  background-color: #2d237b;
  padding: 25px 20px;
}

.tipster-profile-content .main-tab-content .sidebar h6 {
  margin-bottom: 20px;
}

.tipster-profile-content .main-tab-content .sidebar .subscribe {
  border-bottom: 1px solid #645bb4;
  margin-bottom: 29px;
  padding-bottom: 9px;
}

.tipster-profile-content .main-tab-content .sidebar .btn-area {
  margin-top: 20px;
}

.tipster-profile-content .main-tab-content .sidebar .btn-area a {
  width: 100%;
  border-radius: 10px;
}

.tipster-profile-content .main-tab-content .sidebar .subscribers {
  background: #332989;
  border-radius: 5px;
  padding: 20px;
  margin-top: 30px;
}

.tipster-profile-content .main-tab-content .sidebar .subscribers .img-area {
  border-radius: 50%;
  background-color: #4436be;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.tipster-profile-content .main-tab-content .sidebar .subscribers span {
  color: #84d3ff;
}

.tipster-profile-content .main-tab-content .sidebar .subscribers h5 {
  margin-top: 0;
}

.tipster-profile-content .main-tab-content .sidebar .single-sidebar {
  background: #332989;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}

.tipster-profile-content .main-tab-content .sidebar .single-sidebar .text-area {
  margin-bottom: 15px;
}

.tipster-profile-content .main-tab-content .sidebar .single-sidebar .img-area {
  background: #19115f;
  border-radius: 20px;
  padding: 15px 35px;
  display: inline-block;
}

.tipster-profile-content .main-tab-content .sidebar .single-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #221a62;
  padding: 10px 45px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.tipster-profile-content .main-tab-content .sidebar .single-radio img {
  margin-left: 5px;
}

.tipster-profile-content .main-tab-content .sidebar .single-radio:hover input ~ .checkmark {
  background-color: transparent;
}

.tipster-profile-content .main-tab-content .sidebar .single-radio .amount {
  color: var(--hover-color);
  margin-left: 5px;
}

.tipster-profile-content .main-tab-content .sidebar .single-radio .checkmark {
  position: absolute;
  left: 20px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--bs-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tipster-profile-content .main-tab-content .sidebar .single-radio .checkmark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bs-white);
}

.tipster-profile-content .main-tab-content .sidebar .single-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.tipster-profile-content .main-tab-content .sidebar .single-radio input:checked ~ .title-item {
  color: var(--hover-color);
}

.tipster-profile-content .main-tab-content .sidebar .single-radio input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid var(--hover-color);
}

.tipster-profile-content .main-tab-content .sidebar .single-radio input:checked ~ .checkmark::after {
  display: block;
  background: var(--hover-color);
}

.tipster-profile-content .main-tab-content .statistics-single {
  background: #231B63;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.tipster-profile-content .main-tab-content .statistics-single.apex {
  padding-left: 15px;
}

.tipster-profile-content .main-tab-content .statistics-single.apex .head-area {
  padding-left: 20px;
}

.tipster-profile-content .main-tab-content .statistics-single.apex .head-area .cmn-btn {
  margin-left: 15px;
  margin-right: 5px;
}

.tipster-profile-content .main-tab-content .statistics-single .head-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tipster-profile-content .main-tab-content .statistics-single .nice-select {
  background-color: transparent;
  border: 1px solid #5B70BA;
  border-radius: 25px;
  display: flex;
  align-items: center;
  width: 25%;
  height: 50px;
}

.tipster-profile-content .main-tab-content .statistics-single .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.tipster-profile-content .main-tab-content .statistics-single .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.tipster-profile-content .main-tab-content .statistics-single .nice-select .list .option {
  background: transparent;
}

.tipster-profile-content .main-tab-content .statistics-single .nice-select .list .option:hover {
  color: var(--hover-color);
}

.tipster-profile-content .main-tab-content .statistics-single .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.tipster-profile-content .main-tab-content .statistics-single .table {
  text-align: center;
  margin-top: 20px;
}

.tipster-profile-content .main-tab-content .statistics-single .table tbody {
  background-color: #34298C;
  padding: 15px 0;
}

.tipster-profile-content .main-tab-content .statistics-single .table tbody .title-item {
  background: #19115F;
  border-radius: 10px;
  padding: 15px;
}

.tipster-profile-content .main-tab-content .statistics-single .table th {
  font-weight: 500;
}

.tipster-profile-content .main-tab-content .statistics-single .table th, .tipster-profile-content .main-tab-content .statistics-single .table td {
  color: var(--bs-white);
}

.tipster-profile-content .main-tab-content .follow-single {
  background-color: #221a62;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.tipster-profile-content .main-tab-content .follow-single .first-area .profile-area .w-100 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tipster-profile-content .main-tab-content .follow-single .first-area .profile-area .profile-pic {
  border-radius: 50%;
  border: 4px solid #221a62;
}

.tipster-profile-content .main-tab-content .follow-single .first-area .profile-area .profile {
  transform: translateY(-50px);
  display: inline-block;
  position: relative;
}

.tipster-profile-content .main-tab-content .follow-single .first-area .profile-area .profile .gold {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.tipster-profile-content .main-tab-content .follow-single .first-area .name-area {
  margin-top: -30px;
}

.tipster-profile-content .main-tab-content .follow-single .first-area .name-area img {
  margin-left: 10px;
}

.tipster-profile-content .main-tab-content .follow-single .first-area .sub-heading {
  position: relative;
  margin: 20px 0 25px;
}

.tipster-profile-content .main-tab-content .follow-single .first-area .sub-heading::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #5e67bd;
  left: calc(50%);
}

.tipster-profile-content .main-tab-content .follow-single .first-area .sub-heading .img-area {
  margin-right: 5px;
}

.tipster-profile-content .main-tab-content .follow-single .btn-area a {
  border-radius: 10px;
  padding: 6px 30px;
}

.apexcharts-canvas .apexcharts-menu-icon {
  display: none;
}

.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #3123A6;
  background: #3123A6;
  padding: 20px 30px;
}

.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  border: 1px solid #3123A6;
  background: #3123A6;
  color: var(--bs-white);
  text-align: center;
}

.apexcharts-canvas .apexcharts-xaxistooltip {
  display: none;
}

.contact-section {
  margin-top: -276px;
  transform: translateZ(0px);
}

.contact-section .bg-area {
  background-color: #3d329b;
  border-radius: 20px;
  padding: 60px 95px;
}

.contact-section .form-content {
  margin-top: -30px;
}

.contact-section .form-content .single-input {
  margin-top: 30px;
}

.contact-section .form-content .single-input input, .contact-section .form-content .single-input textarea {
  background-color: var(--body-color);
  border: none;
  border-radius: 10px;
  color: var(--bs-white);
  border: 1px solid #483f90;
}

.contact-section .form-content .single-input .nice-select {
  border-radius: 10px;
  background-color: var(--body-color);
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #483f90;
  height: 50px;
}

.contact-section .form-content .single-input .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.contact-section .form-content .single-input .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.contact-section .form-content .single-input .nice-select .list .option {
  background: transparent;
}

.contact-section .form-content .single-input .nice-select .list .option:hover {
  color: var(--hover-color);
}

.contact-section .form-content .single-input .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.contact-section .form-content button {
  border-radius: 10px;
  margin-top: 30px;
}

.contact-us .main-content .cmn-btn {
  margin-top: 40px;
}

.invite-friends {
  background-image: url(../images/invite-friends-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #221a62;
  overflow-x: initial;
}

.invite-friends .single-item {
  text-align: center;
}

.invite-friends .single-item .img-area {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: #6d3cc1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.invite-friends .social-box {
  background: #2d237b;
  padding: 30px 0;
  border-radius: 20px;
  margin-bottom: -45px;
  transform: translateZ(0px);
}

.invite-friends .social-box p {
  margin-right: 10px;
}

.invite-friends .social-box .social-link a {
  width: 35px;
  height: 35px;
  border: 1px solid #3a3878;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.3s;
}

.invite-friends .social-box .social-link a i {
  color: #5ac4ff;
  transition: 0.3s;
}

.invite-friends .social-box .social-link a:hover {
  background: #ff96a5;
  border-color: #ff96a5;
}

.invite-friends .social-box .social-link a:hover i {
  color: var(--bs-white);
}

.features-section ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.features-section ul li p {
  margin-top: 0;
  padding-left: 10px;
}

.features-section .cmn-btn {
  margin-top: 20px;
}

.error-section h4 {
  margin: 50px 0 40px;
}

.become-tipster-section {
  background-image: url(../images/reg-form-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}

.become-tipster-section .reg-area {
  background-color: #3d329b;
  border-radius: 10px;
  padding: 30px;
}

.become-tipster-section .reg-area .single-input {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #483f90;
  background: #312977;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.become-tipster-section .reg-area .single-input input {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0;
  color: var(--bs-white);
  height: initial;
}

.become-tipster-section .reg-area .single-input img {
  margin-right: 20px;
}

.become-tipster-section .reg-area .nice-select {
  border-radius: 10px;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid transparent;
  height: initial;
  padding: 0;
}

.become-tipster-section .reg-area .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 10px;
}

.become-tipster-section .reg-area .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.become-tipster-section .reg-area .nice-select .list .option {
  background: transparent;
}

.become-tipster-section .reg-area .nice-select .list .option:hover {
  color: var(--hover-color);
}

.become-tipster-section .reg-area .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.become-tipster-section .reg-area .cmn-btn {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

.become-tipster-section .reg-area .privacy {
  margin: auto;
  margin-top: 20px;
  width: 80%;
}

.become-tipster-section .reg-area .privacy a {
  color: var(--hover-color);
}

.user-dashboard-content {
  margin-top: -57px;
  transform: translateZ(0px);
}

.user-dashboard-content .sidebar {
  background: #3D329B;
  border-radius: 20px;
}

.user-dashboard-content .sidebar .profile {
  text-align: center;
  padding: 30px 0 40px;
}

.user-dashboard-content .sidebar .profile img {
  border-radius: 50%;
  border: 1px solid #5C61C8;
  padding: 15px;
}

.user-dashboard-content .sidebar .info-area {
  padding: 0 60px 30px;
  border-bottom: 1px solid #5C61C8;
}

.user-dashboard-content .sidebar .info-area h4 {
  margin-bottom: 30px;
}

.user-dashboard-content .sidebar .info-area .location, .user-dashboard-content .sidebar .info-area .date {
  margin-top: 15px;
}

.user-dashboard-content .sidebar .info-area .location img, .user-dashboard-content .sidebar .info-area .date img {
  margin-right: 10px;
}

.user-dashboard-content .sidebar .info-area .edit-profile a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.user-dashboard-content .sidebar .info-area .edit-profile a img {
  margin-right: 10px;
}

.user-dashboard-content .sidebar .info-area .follow {
  margin-top: 20px;
}

.user-dashboard-content .sidebar .info-area .follow img {
  margin-right: 10px;
}

.user-dashboard-content .sidebar .last-sign-in {
  padding: 30px 0;
}

.user-dashboard-content .sidebar .last-sign-in .mdr {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  margin-top: 20px;
}

.user-dashboard-content .sidebar .last-sign-in .mdr::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #00FF66;
  left: -20px;
  z-index: 1;
}

.user-dashboard-content .sidebar-bottom {
  padding: 30px;
  background: #221A62;
  border: 1px dashed #6358CB;
  border-radius: 20px;
  margin-top: 30px;
}

.user-dashboard-content .sidebar-bottom h4 {
  margin: 40px 0 20px;
}

.user-dashboard-content .sidebar-bottom .cmn-btn {
  margin-top: 30px;
}

.user-dashboard-content .main-tab-btn {
  padding: 15px 10px;
  background: #3D329B;
  border-radius: 20px;
}

.user-dashboard-content .main-tab-btn .cmn-btn {
  border: 1px solid #776AE1;
}

.user-dashboard-content .main-tab-btn .cmn-btn:hover, .user-dashboard-content .main-tab-btn .cmn-btn.active {
  background: var(--bg-color);
  border-color: transparent;
}

.user-dashboard-content .main-tab-btn .cmn-btn img {
  margin-right: 5px;
}

.user-dashboard-content .find-tipster {
  background: #221A62;
  border-radius: 10px;
  padding: 40px 30px;
}

.user-dashboard-content .find-best-tipster .single-item {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #443D8D;
  border-radius: 10px;
}

.user-dashboard-content .find-best-tipster .single-item .img-area {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.user-dashboard-content .find-best-tipster .single-item .img-area p {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  right: -10px;
  background: #7924c7;
}

.user-dashboard-content .find-best-tipster .single-item .single-title {
  margin-top: 15px;
}

.user-dashboard-content .account-tab {
  justify-content: space-between;
  margin: 30px 0 40px;
}

.user-dashboard-content .account-tab button {
  background: transparent;
  color: var(--bs-white);
  display: flex;
  align-items: center;
  text-transform: capitalize;
  padding: 0;
  padding-bottom: 15px;
}

.user-dashboard-content .account-tab button.active {
  position: relative;
}

.user-dashboard-content .account-tab button.active::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 1px;
  background: var(--hover-color);
  bottom: 0;
}

.user-dashboard-content .account-tab button img {
  margin-right: 15px;
}

.user-dashboard-content .tab-single .single-box {
  padding: 30px;
  background: #3D329B;
  border-radius: 20px;
  margin-bottom: 40px;
}

.user-dashboard-content .tab-single .single-box .single-input {
  margin-bottom: 20px;
}

.user-dashboard-content .tab-single .single-box .single-input input {
  background-color: #312977;
  border: none;
  border-radius: 10px;
  color: var(--bs-white);
}

.user-dashboard-content .tab-single .single-box .single-input .input-area {
  background-color: #312977;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.user-dashboard-content .tab-single .single-box .single-input .input-area img {
  margin-right: 15px;
}

.user-dashboard-content .tab-single .single-box .single-input .input-area input {
  height: initial;
  padding: 0;
  margin: 0;
}

.user-dashboard-content .tab-single .single-box .single-input .input-area .nice-select {
  border-radius: 10px;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid transparent;
  height: initial;
  padding: 0;
}

.user-dashboard-content .tab-single .single-box .single-input .input-area .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 10px;
}

.user-dashboard-content .tab-single .single-box .single-input .input-area .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.user-dashboard-content .tab-single .single-box .single-input .input-area .nice-select .list .option {
  background: transparent;
}

.user-dashboard-content .tab-single .single-box .single-input .input-area .nice-select .list .option:hover {
  color: var(--hover-color);
}

.user-dashboard-content .tab-single .single-box .single-input .input-area .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.user-dashboard-content .tab-single .single-box .btn-area {
  margin-top: 30px;
}

.user-dashboard-content .tab-single .single-box .btn-area.alt {
  margin-top: 10px;
}

.user-dashboard-content .tab-single .single-box .info-area {
  margin-top: 20px;
}

.user-dashboard-content .tab-single .file-upload {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #3D329B;
  border-radius: 20px;
  margin-bottom: 40px;
}

.user-dashboard-content .tab-single .file-upload .img-area {
  margin-right: 30px;
}

.user-dashboard-content .tab-single .file-upload .img-area img {
  display: inline;
  border: 1px solid #5C61C8;
  padding: 20px;
  border-radius: 50%;
}

.user-dashboard-content .tab-single .file-upload input {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.user-dashboard-content .tab-single .file-upload .file {
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

.user-dashboard-content .tab-single .file-upload .file .file-custom {
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 5;
  height: 55px;
  border-radius: 20px;
  border: 1px solid #5B70BA;
  display: flex;
  align-items: center;
}

.user-dashboard-content .tab-single .file-upload .file .file-custom::before {
  position: absolute;
    background-image: url(../images/upload-icons.png);
  background-repeat: no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  left: 20px;
}

.user-dashboard-content .tab-single .file-upload .file .file-custom::after {
  content: "Upload Profile Photo";
  position: absolute;
  right: 20px;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single .checkbox-area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #7264E7;
  border: 1px solid #7264E7;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single .checkbox-area .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single .checkmark::after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-image: url(../images/check-box.png);
  background-repeat: no-repeat;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single input:checked ~ .checkmark {
  border-color: transparent;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single input:checked ~ .checkmark:after {
  display: block;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single .item-title i {
  color: #6e62d4;
  font-size: 14px;
  margin: 0 2px;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single .item-title i.full {
  color: #f59b00;
}

.user-dashboard-content .tab-single.checkbox-tab .checkbox-single .item-title img {
  margin-right: 10px;
}

.user-dashboard-content .tab-single.checkbox-tab .btn-area {
  margin-top: 10px;
}

.user-dashboard-content .tab-single.current-balance h3 {
  margin: 10px 0 15px;
}

.user-dashboard-content .tab-single.payment .single-box {
  border-style: solid;
  border-width: 1px;
  border-color: var(--bg-color);;
  border-radius: 10px;
  background-color: #2d237b;
  padding: 25px 20px;
}

.user-dashboard-content .tab-single.payment h6 {
  margin-bottom: 20px;
}

.user-dashboard-content .tab-single.payment .radio-area {
  margin: 0 -10px;
}

.user-dashboard-content .tab-single.payment .radio-area.payment-method {
  margin-right: 15px;
}

.user-dashboard-content .tab-single.payment .radio-area.payment-method .single-radio {
  background: #4736D3;
}

.user-dashboard-content .tab-single.payment .payment-title {
  border-top: 1px solid #676BBD;
  padding-top: 40px;
  margin-top: 40px;
}

.user-dashboard-content .tab-single.payment .single-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #221a62;
  padding: 10px 45px;
  padding-right: 10px;
  width: 100%;
  margin: 0 10px;
  margin-bottom: 10px;
}

.user-dashboard-content .tab-single.payment .single-radio img {
  margin-left: 5px;
}

.user-dashboard-content .tab-single.payment .single-radio:hover input ~ .checkmark {
  background-color: transparent;
}

.user-dashboard-content .tab-single.payment .single-radio .checkmark {
  position: absolute;
  left: 20px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--bs-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-dashboard-content .tab-single.payment .single-radio .checkmark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bs-white);
}

.user-dashboard-content .tab-single.payment .single-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.user-dashboard-content .tab-single.payment .single-radio input:checked ~ .title-item {
  color: var(--hover-color);
}

.user-dashboard-content .tab-single.payment .single-radio input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid var(--hover-color);
}

.user-dashboard-content .tab-single.payment .single-radio input:checked ~ .checkmark::after {
  display: block;
  background: var(--hover-color);
}

.user-dashboard-content .table-area .tab-content {
  margin-top: 30px;
}

.user-dashboard-content .table-area .cmn-btn {
  background: transparent;
  border-color: var(--bg-color);
  margin: 0 10px;
}

.user-dashboard-content .table-area .cmn-btn.active {
  background: var(--bg-color);
  border-color: transparent;
}

.user-dashboard-content .table-area .table {
  text-align: center;
  margin: 0;
}

.user-dashboard-content .table-area .table thead {
  background: #2D237B;
}

.user-dashboard-content .table-area .table thead th:first-child {
  width: 22%;
}

.user-dashboard-content .table-area .table tbody {
  background-color: #221A62;
  padding: 15px 0;
}

.user-dashboard-content .table-area .table tbody .title-item img {
  border-radius: 50%;
  margin-right: 5px;
}

.user-dashboard-content .table-area .table tbody .tipsters-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-dashboard-content .table-area .table tbody .tipsters-item img {
  margin-right: 5px;
}

.user-dashboard-content .table-area .table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.user-dashboard-content .table-area .table tr:last-child {
  border: none;
}

.user-dashboard-content .table-area .table th {
  font-weight: 500;
}

.user-dashboard-content .table-area .table th, .user-dashboard-content .table-area .table td {
  color: var(--bs-white);
  vertical-align: middle;
}

.user-dashboard-content .delete-account a {
  color: #FF96A5;
}

.privacy-content {
  overflow-x: initial;
}

.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}

.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}

.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}

.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}

.privacy-content .safe-data {
  margin: 55px 0;
}

.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}

.privacy-content .safe-data ul li {
  padding-left: 15px;
}

.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}

.privacy-content .cookies {
  margin-bottom: -36px;
}

.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}

.create-tipster-profile .nav {
  background: #3D329B;
  border-radius: 20px;
  padding: 40px 100px;
  justify-content: space-between;
}

.create-tipster-profile .nav .nav-link {
  display: flex;
  align-items: center;
  background: transparent;
  color: var(--bs-white);
}

.create-tipster-profile .nav .nav-link span {
  width: 40px;
  height: 40px;
  background: #C2A9FF;
  color: var(--body-color);
  border-radius: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-tipster-profile .nav .nav-link.mid {
  position: relative;
}

.create-tipster-profile .nav .nav-link.mid::before, .create-tipster-profile .nav .nav-link.mid:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/right-arrow-sec.png);
  background-repeat: no-repeat;
}

.create-tipster-profile .nav .nav-link.mid::before {
  left: calc(-60%);
}

.create-tipster-profile .nav .nav-link.mid::after {
  right: calc(-60%);
}

.create-tipster-profile .nav .nav-link.active {
  color: var(--hover-color);
}

.create-tipster-profile .nav .nav-link.active span {
  background: var(--hover-color);
}

.create-tipster-profile .tab-content {
  margin-top: 40px;
}

.create-tipster-profile .tab-content .main-content {
  background: #3D329B;
  border-radius: 20px;
  padding: 40px;
}

.create-tipster-profile .tab-content .main-content .profile-area {
  background: #4539B3;
  border: 1px solid #5C61C8;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  padding: 50px 0;
}

.create-tipster-profile .tab-content .main-content .profile-area .img-area img {
  border-radius: 50%;
  border: 1px solid #5C61C8;
  padding: 15px;
}

.create-tipster-profile .tab-content .main-content .profile-area .info-area h5 {
  margin: 35px 0 30px;
}

.create-tipster-profile .tab-content .main-content .profile-area .info-area .location, .create-tipster-profile .tab-content .main-content .profile-area .info-area .date {
  margin-top: 15px;
}

.create-tipster-profile .tab-content .main-content .profile-area .info-area .location img, .create-tipster-profile .tab-content .main-content .profile-area .info-area .date img {
  margin-right: 5px;
}

.create-tipster-profile .tab-content .main-content .file-upload {
  display: flex;
  align-items: center;
  background: #3D329B;
}

.create-tipster-profile .tab-content .main-content .file-upload .img-area {
  margin-right: 30px;
}

.create-tipster-profile .tab-content .main-content .file-upload .img-area img {
  display: inline;
  border: 1px solid #5C61C8;
  padding: 20px;
  border-radius: 50%;
}

.create-tipster-profile .tab-content .main-content .file-upload input {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.create-tipster-profile .tab-content .main-content .file-upload p {
  margin-bottom: 15px;
}

.create-tipster-profile .tab-content .main-content .file-upload .completing-profile {
  margin-bottom: 35px;
}

.create-tipster-profile .tab-content .main-content .file-upload .file {
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

.create-tipster-profile .tab-content .main-content .file-upload .file .file-custom {
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 5;
  height: 55px;
  border-radius: 20px;
  border: 1px solid #5B70BA;
  display: flex;
  align-items: center;
}

.create-tipster-profile .tab-content .main-content .file-upload .file .file-custom::before {
  position: absolute;
  left: 0;
  background-image: url(../images/upload-icons.png);
  background-repeat: no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  left: 20px;
}

.create-tipster-profile .tab-content .main-content .file-upload .file .file-custom::after {
  content: "Upload Profile Photo";
  position: absolute;
  right: 20px;
}

.create-tipster-profile .tab-content .main-content .bottom-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #5C61C8;
  padding-top: 25px;
  margin-top: 30px;
}

.create-tipster-profile .tab-content .main-content .bottom-area .right-area .cmn-btn {
  margin-left: 30px;
}

.create-tipster-profile .tab-content .main-content .introduce .introduce-text {
  min-width: 60%;
}

.create-tipster-profile .tab-content .main-content .introduce .form-area .single-input {
  margin-top: 15px;
}

.create-tipster-profile .tab-content .main-content .introduce .form-area input, .create-tipster-profile .tab-content .main-content .introduce .form-area textarea {
  background-color: var(--body-color);
    border-radius: 5px;
  color: var(--bs-white);
  border: 1px solid #483f90;
}

.create-tipster-profile .tab-content .main-content.final {
  display: grid;
  justify-content: center;
  text-align: center;
}

.create-tipster-profile .tab-content .main-content.final .profile-area {
  background: transparent;
  border: none;
  padding: 0;
}

.create-tipster-profile .tab-content .main-content.final h3 {
  display: grid;
  justify-content: center;
  margin: 30px 0;
}

.create-tipster-profile .tab-content .main-content.final h3 img {
  margin-right: 10px;
}

.create-tipster-profile .tab-content .main-content.final h4 {
  margin-bottom: 20px;
}

.create-tipster-profile .tab-content .main-content.final .btn-area {
  margin-top: 40px;
}

.create-tipster-profile .tab-content .main-content.final .btn-area .cmn-btn {
  margin: 0 15px;
}

.post-tips-area .main-content {
  background: #3D329B;
  border-radius: 20px;
  padding: 40px;
}

.post-tips-area .main-content .head-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.post-tips-area .main-content .head-area .right {
  padding: 15px;
  border: 1px solid #6980BA;
  border-radius: 20px;
  background: transparent;
}

.post-tips-area .main-content .head-area .right img {
  margin-right: 10px;
}

.post-tips-area .main-content .top-content {
  padding: 40px 30px;
  background: rgba(45, 35, 123, 0.5);
  border: 1px solid #6980BA;
  border-radius: 20px;
}

.post-tips-area .main-content .top-content .sports {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.post-tips-area .main-content .top-content .sports .single .logo-area {
  border-radius: 10px;
  background-color: #4736d3;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.post-tips-area .main-content .top-content .sports .count-down h5 {
  color: #FF96A5;
}

.post-tips-area .main-content .top-content .sports .vs h1 {
  margin-top: 0;
  text-transform: uppercase;
  color: var(--hover-color);
}

.post-tips-area .form-parameters h5 {
  border-bottom: 1px solid #6C71E1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.post-tips-area .form-parameters .single-input input, .post-tips-area .form-parameters .single-input textarea {
  background-color: #221A62;
  border: none;
  border-radius: 10px;
  color: var(--bs-white);
}

.post-tips-area .form-parameters .single-input .nice-select {
  background: #221A62;
  margin-bottom: 30px;
}

.post-tips-area .form-parameters .btn-area {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.post-tips-area .form-parameters .nice-select {
  border-radius: 10px;
  background-color: var(--body-color);
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #483f90;
  height: 50px;
}

.post-tips-area .form-parameters .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.post-tips-area .form-parameters .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.post-tips-area .form-parameters .nice-select .list .option {
  background: transparent;
}

.post-tips-area .form-parameters .nice-select .list .option:hover {
  color: var(--hover-color);
}

.post-tips-area .form-parameters .nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.post-tips-area .modal-dialog {
  max-width: 100%;
}

.post-tips-area .modal-dialog .modal-content {
  background: transparent;
}

.post-tips-area .modal-dialog .modal-content .form-parameters {
  background: #3D329B;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 60px 20px;
}

.post-tips-area .modal-dialog .modal-content .form-parameters .title {
  margin-bottom: 40px;
}

.post-tips-area .modal-dialog .modal-content .single-input {
  text-align: start;
}

.post-tips-area .modal-dialog .modal-content .btn-area {
  justify-content: center;
}

.post-tips-area .modal-dialog .modal-content .btn-area .cmn-btn {
  margin: 0 15px;
}

.post-tips-area.main-box {
  transform: translateZ(0px);
  margin-top: -225px;
}

.post-tips-area.main-box .main-content button span {
  color: var(--bs-white);
}

.support-help-center {
  overflow-x: initial;
  transform: translateZ(0px);
  margin-top: -270px;
}

.support-help-center form {
  background: #3D329B;
  border-radius: 10px;
  padding: 30px 40px;
}

.support-help-center form .form-content {
  display: flex;
  justify-content: space-between;
  background: #221A62;
  padding: 15px 30px;
  border-radius: 10px;
}

.support-help-center form .form-content input {
  background: #221A62;
  color: var(--bs-white);
  border: none;
  padding-left: 0;
}

.support-help-center form .form-content button {
  padding: 0;
  min-width: 50px;
  min-height: 50px;
}

.support-help-center .cus-mar {
  margin-bottom: -20px;
}

.support-help-center .single-item {
  padding: 30px 40px;
  background: #3D329B;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.support-help-center .single-item h5 {
  margin: 40px 0 25px;
}

.buyers-support-section .section-header a {
  color: var(--hover-color);
}

.buyers-support-section .section-img {
  border: 1px solid #4348C9;
  border-radius: 20px;
}

.buyers-support-section .section-img img {
  border-radius: 20px;
}

.buyers-support-section .bottom-content {
  display: flex;
  justify-content: space-between;
}

.buyers-support-section .bottom-content .left {
  display: flex;
  align-items: center;
}

.buyers-support-section .bottom-content .left p {
  margin-right: 30px;
}

.buyers-support-section .bottom-content .left .img-area {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #3D329B;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.buyers-support-section .bottom-content .right .social-link a {
  width: 35px;
  height: 35px;
  border: 1px solid #3a3878;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.3s;
}

.buyers-support-section .bottom-content .right .social-link a i {
  color: #5ac4ff;
  transition: 0.3s;
}

.buyers-support-section .bottom-content .right .social-link a:hover {
  background: #ff96a5;
  border-color: #ff96a5;
}

.buyers-support-section .bottom-content .right .social-link a:hover i {
  color: var(--bs-white);
}

@media (max-width: 1799px) {
  .why-bitips-better {
    background-size: 45%;
  }
  .footer-section {
    background-size: 190% 65%;
  }
  .banner-section.support-help .overlay {
    background-size: 25%, auto;
  }
}

@media screen and (min-width: 399px) and (max-width: 768px) {
  .tipster-profile-content .main-tab-content .follow-single,
  .match-betting-content.dashboard .single-item,
  .top-tipsters .single-area {
    margin-left: auto;
    margin-right: auto;
  }
  .top-tipsters .single-area,
  .match-betting-content .single-item.list,
  .tipster-profile-content .main-tab-content .follow-single,
  .match-betting-content .single-item {
    max-width: 330px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn .name-area {
    display: none;
  }
  .header-section.user-dashboard .navbar-collapse .right-area .single-item {
    margin-left: 15px;
  }
  .header-section .navbar .navbar-collapse .right-area .search-icon {
    padding-right: 15px;
  }
  .header-section.user-dashboard .navbar .navbar-collapse .right-area {
    margin-left: 10px !important;
  }
}

@media (max-width: 1499px) {
  .counter-section.about::before {
    width: 100%;
    left: 0;
  }
  .invite-friends {
    background-position: bottom;
  }
}

@media (max-width: 1399px) {
  .best-tipster .single-item .rank {
    left: calc(18%);
  }
  .features-section .img-area img {
    max-width: 90%;
  }
  .banner-section.tipster-profile .overlay .shape-area .obj-3 {
    display: none;
  }
  .user-dashboard-content .main-tab-btn .cmn-btn {
    padding: 10px 15px;
  }
}

@media (max-width: 1199px) {
  h1, h1 > a {
    font-size: 22px;
    line-height: 68.4px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 51.6px;
  }
  .banner-section .overlay .banner-content {
    padding: 220px 0 110px;
  }
  .banner-section.inner-banner .overlay .banner-content {
    padding: 215px 0 100px;
  }
  .banner-section.buyers-support .overlay .banner-content {
    padding: 100px 0;
  }
  .banner-section.contact .overlay .banner-content {
    padding: 215px 0 350px;
  }
  .banner-section.tipster-profile.find-tipster .banner-content {
    padding: 195px 0 350px;
  }
  .banner-section.tipster-profile .overlay .banner-content {
    padding: 189px 0 350px;
  }
  .banner-section .overlay .banner-content .container .light-area img {
    width: 20%;
  }
  .banner-section .overlay .shape-area .obj-1,
  .banner-section .overlay .shape-area .obj-2 {
    width: 5%;
  }
  .banner-section .overlay .shape-area .obj-3 {
    width: 3%;
  }
  .counter-section .cus-mar {
    margin-bottom: -30px;
  }
  .counter-section .single-area {
    margin-bottom: 30px;
  }
  .top-tipsters .cus-mar {
    margin-bottom: -30px;
  }
  .top-tipsters .single-area {
    margin-bottom: 30px;
  }
  .best-tipster .single-item,
  .tips-and-events .tips-single {
    padding: 20px;
  }
  .best-tipster .single-item .left-area .mid-content .item-total .single {
    margin-right: 20px;
    padding-right: 20px;
  }
  .footer-section .newsletter {
    padding: 60px 160px;
  }
  .why-bitips-better {
    background-position: right center;
  }
  .banner-section .overlay .shape-area .obj-3 {
    bottom: calc(35%);
  }
  .banner-section.inner-banner .overlay .shape-area .obj-1,
  .banner-section.inner-banner .overlay .shape-area .obj-3 {
    display: none;
  }
  .counter-section .single-area {
    justify-content: center;
  }
  .banner-section.affiliate .overlay {
    background-size: 35%, 100%, 100%;
  }
  .banner-section.all-tips .overlay {
    background-size: 40%, 100%, 100%;
  }
  .features-section .img-area {
    text-align: center;
    margin-top: 40px;
  }
  .features-section .img-area img {
    max-width: 60%;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-size: 16px;
  }
  .banner-section.contact .overlay {
    background-size: 50%, 100%, 0;
  }
  .create-tipster-profile .tab-content .main-content .file-upload .file .file-custom {
    width: 70%;
  }
  .match-betting-content .single-item .last-area .last-top .radio-area {
    display: grid !important;
    background: #221a62;
  }
  .match-betting-content .single-item .mid-area {
    padding: 0 15px;
  }
  .match-betting-content .single-item .mid-area .roi-profit {
    justify-content: space-between;
  }
  .match-betting-content .single-item .mid-area .roi-profit .profit::before {
    left: calc(-35%);
  }
  .match-betting-content .single-item .mid-area .roi-profit .profit::after {
    right: calc(-35%);
  }
  .post-tips-area .main-content .top-content .sports {
    display: grid;
  }
  .post-tips-area .main-content .top-content .sports .mid-area {
    margin: 30px 0;
  }
  .post-tips-area .main-content .top-content .sports .single {
    justify-content: center;
  }
  .banner-section.support-help .overlay {
    background-size: 0, auto;
  }
  .tipster-profile-content .main-tab-content .statistics-single.apex .head-area {
    display: grid;
  }
  .tipster-profile-content .main-tab-content .statistics-single.apex .head-area h5 {
    margin-bottom: 20px;
  }
  .tipster-profile-content .main-tab-content .statistics-single.apex .head-area .cmn-btn {
    margin-left: 0;
    margin-right: 15px;
  }
  .tipster-profile-content .main-tab-content .statistics-single .table {
    width: 130%;
  }
  .tipster-profile-content .main-tab-content .sidebar .subscribe {
    display: grid !important;
    background-color: #221a62;
  }
  .user-dashboard-content .main-tab-btn .cmn-btn:hover, .user-dashboard-content .main-tab-btn li {
    /*margin-bottom: 20px;*/
  }
  .user-dashboard-content .main-tab-btn .cmn-btn:hover:last-child, .user-dashboard-content .main-tab-btn li:last-child {
    margin-bottom: 0;
  }
  .user-dashboard-content .account-tab li {
    margin-bottom: 20px;
  }
  .user-dashboard-content .account-tab li:last-child {
    margin-bottom: 0;
  }
  .user-dashboard-content .account-tab li button {
    padding-bottom: 5px;
  }
  .user-dashboard-content .tab-single .file-upload .file .file-custom {
    width: 65%;
  }
  .user-dashboard-content .table-area .table {
    width: 130%;
  }
}

@media (max-width: 991px) {
  h1, h1 > a {
    font-size: 22px;
    line-height: 68.4px;
    margin-top: -12px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -8px;
  }
  h3, h3 > a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -7px;
  }
  h4, h4 > a {
    font-size: 24px;

    margin-top: -5px;
  }
  h5, h5 > a {
    font-size: 18px;
    
    margin-top: -3px;
  }
  h6, h6 > a, table thead tr th, a, p, span, li {
    font-size: 16px;
    
  }
  .section-header {
    margin-top: -8px;
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .xxlr {
    font-size: 20px;

  }
  .xlr {
    font-size: 18px;
    
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: initial;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    height: 400px;

    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    left: 60px;
  }
  .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  .how-it-works .img-area {
    margin-bottom: 30px;
  }
  .how-it-works .img-area img {
    width: 70%;
  }
  .banner-section.support-help .overlay .banner-content {
    padding: 240px 300px;
  }
  .how-it-works .mid-area .img-area h3,
  .how-it-works .img-area h3 {
    right: calc(21%);
    width: 80px;
    height: 80px;
  }
  .header-section.user-dashboard .navbar .navbar-collapse.collapsing {
    display: none;
  }
  .how-it-works .mid-area h3 {
    left: initial;
    top: initial;
  }
  .how-it-works .mid-area::before,
  .how-it-works .mid-area::after {
    display: none;
  }
  .tips-and-events .section-btn {
    margin-bottom: 35px;
  }
  .why-bitips-better {
    background-image: unset;
  }
  .best-tipster .single-item .left-area .mid-content .item-total {
    flex-wrap: wrap;
  }
  .best-tipster .single-item .left-area .mid-content .item-total .single {
    margin-bottom: 20px;
  }
  .best-tipster .single-item .left-area .mid-content .item-total .single:last-child {
    margin-bottom: 0;
  }
  .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
    max-height: 350px;
    overflow: scroll;
  }
  .header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area a {
    padding: 15px 0;
  }
  .join-us {
    background-size: 100% 75%;
  }
  .best-tipster .single-item .left-area .review-profile {
    padding: 15px 0 8px;
    margin-right: 30px;
    min-width: 140px;
  }

  /* Responsive design for small devices */
  @media (max-width: 768px) {
    .best-tipster .single-item .left-area .review-profile {
      margin: 0 auto; /* Center the element */
      width: 100%; /* Make it fill the width */
      text-align: center; /* Center-align content */
    }
  }

  .footer-section .menu-item {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .footer-section .menu-item .logo {
    margin-bottom: 30px;
  }
  .footer-section .menu-item .footer-link li {
    padding-right: 10px;
    margin-right: 10px;
  }
  .banner-section.about .overlay {
    background-size: 50%, 100%;
  }
  .what-we-do .section-area,
  .about-us .section-area {
    margin-top: 40px;
  }
  .what-we-do .col-lg-5 img {
    width: 50%;
  }
  .about-us .col-lg-5 img {
    width: 50%;
  }
  .how-it-works.affiliate .cus-mar {
    margin-bottom: -40px;
  }
  .how-it-works.affiliate .single-item {
    margin-bottom: 40px;
  }
  .how-it-works.affiliate .single-item .img-area {
    justify-content: center;
    margin-bottom: 0;
  }
  .how-it-works.affiliate .single-item .img-area h5 {
    right: 0;
  }
  .all-tips-content .right-area .heading-area .bottom-item .single-input {
    margin-top: 20px;
  }
  .how-it-works.become-tipster {
    overflow-x: initial;
  }
  .how-it-works.become-tipster .cus-mar {
    margin-bottom: -30px;
  }
  .how-it-works.become-tipster .single-item {
    margin-bottom: 30px;
  }
  .how-it-works.become-tipster .single-item .img-area {
    justify-content: center;
  }
  .how-it-works.become-tipster .single-item .img-area p {
    right: 0;
  }
  .banner-section.buyers-support {
    padding-top: 90px;
  }
  .banner-section.tipster-profile .overlay {
    background-size: 0, 100%, 100%;
  }
  .banner-section.tipster-profile.create .overlay .banner-content {
    padding: 222px 0 120px;
  }
  .create-tipster-profile .tab-content .main-content .profile-area {
    margin-bottom: 30px;
  }
  .create-tipster-profile .tab-content .main-content .file-upload .file .file-custom {
    width: 55%;
  }
  .match-betting-head.find-tipster .top-content .single-input input {
    margin-bottom: 30px;
  }
  .match-betting-head.find-tipster .top-content .btn-area {
    margin-top: 20px;
  }
  .match-betting-content .single-item {
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .match-betting-content .single-item.list {
    display: grid;
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    border-radius: 20px;
  }
  .match-betting-content .single-item.list .first-area .profile-area .w-100 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .match-betting-content .single-item.list .first-area .sub-heading {
    margin-bottom: 15px;
  }
  .match-betting-head .btn-area .fas {
    display: none !important;
  }
  .banner-section.match-betting .overlay .sports .vs {
    width: 90px;
    height: 90px;
    margin: 0 60px;
  }
  .banner-section.tipster-profile.create.post-tips .banner-content {
    padding: 200px 0 290px;
  }
  .post-tips-area .main-content .head-area {
    align-items: center;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area .profile,
  .tipster-profile-content .profile-banner-area .main-content .top-area .btn-area {
    margin-top: 0;
  }
  .tipster-profile-content .profile-banner-area .main-content .rank {
    left: initial;
    right: 20px;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area {
    padding-top: 20px;
    display: grid;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area .btn-area {
    margin-top: 20px;
  }
  .tipster-profile-content .profile-banner-area .main-content .mid-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .tipster-profile-content .profile-banner-area .main-content .mid-area .single {
    flex: 0 0 calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    margin: initial;
    margin-bottom: 15px;
  }
  .tipster-profile-content .profile-banner-area .main-content .main-tabs .nav-item .nav-link {
    margin: 0 15px;
  }
  .tipster-profile-content .profile-banner-area .main-content .main-tabs .nav-item .nav-link.active::after {
    bottom: -5px;
  }
  .tipster-profile-content .main-tab-content .sidebar {
    margin-top: 40px;
  }
  .single-side-area {
    margin-top: 40px;
  }
  .user-dashboard-content {
    overflow-x: initial;
  }
  .user-dashboard-content .find-best-tipster .main-content {
    margin-bottom: -20px;
  }
  .user-dashboard-content .find-best-tipster .single-item {
    margin-bottom: 20px;
  }
  .user-dashboard-content .tab-single .file-upload .file .file-custom {
    width: 55%;
  }
  .user-dashboard-content .account-tab {
    margin: 30px 0 30px;
  }
  .usermessage .modal-content .modal-body {
    display: grid;
  }
  .usermessage .modal-content .modal-body aside {
    width: 100%;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .overlay .banner-content {
    padding: 200px 0 100px;
  }
  .counter-section .single-area .img-area {
    width: 35%;
  }
  .tips-and-events .tips-single .review-profile {
    min-width: 100px;
  }
  .best-tipster .single-item {
    display: grid;
  }
  .best-tipster .single-item .rank {
    left: calc(25%);
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding-right: 15%;
  }
  .footer-section .newsletter {
    padding: 45px 100px;
  }
  .banner-section.inner-banner.terms .overlay .banner-content {
    padding: 170px 0 60px;
  }
  .footer-section .copyright {
    display: grid;
    justify-content: center;
  }
  .footer-section .copyright .copy-area {
    order: 1;
    margin-top: 20px;
  }
  .footer-section .copyright .social-link {
    justify-content: center;
  }
  .footer-section .copyright .social-link a {
    margin: 0 10px;
  }
  .banner-section.about .overlay {
    background-size: 0, 100%;
  }
  .invite-friends .cus-mar {
    margin-bottom: -40px;
  }
  .invite-friends .cus-mar .single-item {
    margin-bottom: 40px;
  }
  .banner-section.affiliate .overlay {
    background-size: 0, 100%, 100%;
  }
  .banner-section.all-tips .overlay {
    background-size: 0, 100%, 100%;
  }
  .all-tips-content .right-area .single-item .top-area {
    display: grid;
  }
  .all-tips-content .right-area .single-item .top-area .left {
    margin-bottom: 20px;
  }
  .banner-section.buyers-support .overlay .banner-content form .form-content {
    margin-top: 20px;
  }
  .contact-section .bg-area {
    padding: 40px 30px;
  }
  .create-tipster-profile .nav {
    padding: 30px 15px;
  }
  .create-tipster-profile .tab-content .main-content.final .btn-area .cmn-btn {
    margin-top: 15px;
  }
  .create-tipster-profile .tab-content .main-content.final h3 {
    margin-top: 0;
  }
  .create-tipster-profile .tab-content .main-content.final .btn-area {
    margin-top: 20px;
  }
  .create-tipster-profile .tab-content .main-content .file-upload .file .file-custom {
    width: 60%;
  }
  .create-tipster-profile .tab-content {
    margin-top: 30px;
  }
  .create-tipster-profile .nav {
    justify-content: center;
    display: grid;
  }
  .create-tipster-profile .tab-content .main-content {
    padding: 30px 15px;
  }
  .match-betting-content .single-item.list,
  .match-betting-content .single-item {
    flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .match-betting-head.find-tipster {
    overflow-x: hidden;
  }
  .user-dashboard-content .tab-single .file-upload .file .file-custom {
    width: 75%;
  }
  .match-betting-content .all-items {
    justify-content: center;
    padding: 0;
  }
  .match-betting-content .single-item.list .mid-area {
    padding: 20px 15px;
  }
  .match-betting-content .single-item .mid-area .roi-profit .profit::before,
  .match-betting-content .single-item .mid-area .roi-profit .profit::after {
    display: none;
  }
  .banner-section.match-betting .overlay .sports {
    display: grid;
    justify-content: center;
  }
  .banner-section.match-betting .overlay .sports .vs {
    margin: auto;
  }
  .banner-section.match-betting .overlay .sports .mid-area {
    margin: 30px 0;
  }
  .tipster-profile-content .profile-banner-area .main-content .main-tabs .nav-item .nav-link {
    margin-bottom: 25px;
  }
  .tipster-profile-content .profile-banner-area .main-content .main-tabs {
    padding-bottom: 0;
  }
  .tipster-profile-content .main-tab-content .single-area {
    display: grid;
  }
  .tipster-profile-content .main-tab-content .single-area .right-area {
    margin-top: 30px;
  }
  .user-dashboard-content .account-tab {
    justify-content: start;
  }
  .user-dashboard-content .account-tab li {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  h1, h1 > a {
    font-size: 24px;

    margin-top: -7px;
  }
  h2, h2 > a {
    font-size: 20px;
    
    margin-top: -6px;
  }
  h3, h3 > a {
    font-size: 18px;

    margin-top: -5px;
  }
  h4, h4 > a {
    font-size: 15px;
    
    margin-top: -3px;
  }
  a, p, span, li, .cmn-btn, thead tr th, tbody tr th, tbody tr td, input, label, textarea, h6, h6 > a {
    font-size: 14px;

  }
  .section-header {
    margin-top: -5px;
    margin-bottom: 30px;
  }
  .title {
    margin-bottom: 15px;
  }
  .xxlr {
    font-size: 18px;
    
  }
  .xlr {
    font-size: 16px;
    
  }
  .header-section .navbar {
    padding: 20px 15px;
  }
  .banner-section.inner-banner .overlay .banner-content,
  .banner-section .overlay .banner-content {
    padding: 180px 0 80px;
  }
  .banner-section.buyers-support .overlay .banner-content {
    padding: 70px 0;
  }
  .banner-section.support-help .overlay .banner-content {
    padding: 220px 300px;
  }
  .banner-section.tipster-profile.find-tipster .banner-content {
    padding: 190px 0 330px;
  }
  .banner-section.contact .overlay .banner-content {
    padding: 200px 0 340px;
  }
  .banner-section.tipster-profile.create .overlay .banner-content {
    padding: 170px 0 70px;
  }
  .banner-section.tipster-profile .overlay .banner-content {
    padding: 189px 0 350px;
  }
  .banner-section.tipster-profile.create.post-tips .banner-content {
    padding: 180px 0 280px;
  }
  .banner-section .overlay {
    background-size: 125%, 245%;
  }
  .banner-section .img-area {
    display: none;
  }
  .faqs-section .accordion .accordion-item .accordion-button::before {
    width: 30px;
    height: 30px;
  }
  .faqs-section .accordion .accordion-item .accordion-button::after,
  .faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
    width: 15px;
    height: 15px;
    background-size: 100%;
    right: 25px;
    position: absolute;
  }
  .faqs-section .accordion .accordion-item .accordion-button::before,
  .faqs-section .accordion .accordion-item .accordion-button.collapsed::before {
    right: 18px;
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding: 15px;
    padding-right: 60px;
  }
  .faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
    padding: 15px 0;
  }
  .faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 15px;
  }
  .faqs-section .accordion .accordion-item .accordion-header::after {
    display: none;
  }
  .best-tipster .single-item .left-area {
    margin-bottom: 15px;
  }
  .footer-section .menu-item ul li:nth-child(1), .footer-section .menu-item ul li:nth-child(2), .footer-section .menu-item ul li:nth-child(4) {
    display: none;
  }
  .all-tips-content .right-area .single-item .mid-area .sports {
    display: grid;
    justify-content: center;
  }
  .all-tips-content .right-area .single-item .mid-area .sports .vs {
    margin: 15px auto;
  }
  .features-section ul li img,
  .banner-section.become-tipster .overlay .banner-content ul li img {
    width: 4%;
  }
  .header-section.user-dashboard .navbar .navbar-collapse .right-area {
    margin-top: 20px;
  }
  .buyers-support-section .bottom-content {
    display: grid;
    justify-content: center;
  }
  .buyers-support-section .bottom-content .right {
    margin-top: 20px;
  }
  .buyers-support-section .bottom-content .right .social-link {
    justify-content: center;
  }
  .buyers-support-section .bottom-content .right .social-link a {
    margin-left: initial;
    margin: 0 15px;
  }
  .contact-us .main-content img {
    width: 60%;
  }
  .match-betting-head {
    padding: 25px 0;
  }
  .match-betting-head .nice-select {
    margin: 5px 0;
  }
  .support-help-center .single-item {
    padding: 30px 20px;
  }
  .user-dashboard-content .account-tab li {
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .user-dashboard-content .tab-single .single-box .col-6 {
    width: 100%;
  }
  .user-dashboard-content .main-tab-btn {
    justify-content: start !important;
  }
  .user-dashboard-content .main-tab-btn li {
    margin-right: 20px;
  }
  .user-dashboard-content .find-tipster {
    display: grid !important;
    justify-content: center !important;
  }
  .user-dashboard-content .find-tipster a {
    justify-content: center;
    margin-top: 20px;
  }
  .user-dashboard-content .tab-single .file-upload {
    display: grid;
  }
  .user-dashboard-content .tab-single .file-upload .right-area {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .join-us .main-content {
    padding: 50px 0;
  }
  .join-us .main-content .btn-area {
    display: grid !important;
  }
  .join-us .main-content .btn-area .cmn-btn.second {
    margin-top: 15px;
  }
  .tips-and-events .tips-single {
    display: grid;
    justify-content: center;
  }
  .tips-and-events .tips-single .offers-number {
    width: 100% !important;
  }
  .tips-and-events .tips-single .left-area {
    display: grid;
  }
  .tips-and-events .tips-single .right-area {
    margin-top: 20px;
  }
  .tips-and-events .tips-single .mid-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .best-tipster .single-item .left-area {
    display: grid;
  }
  .best-tipster .single-item .left-area .mid-content {
    margin-top: 20px;
    display:flex;

  }
  .best-tipster .single-item .rank {
    right: calc(5%);
    left: initial;
  }
  .why-bitips-better .single-area .text-area {
    margin-left: 15px;
  }
  .best-tipster .single-item .left-area .mid-content .item-total .single {
    margin-right: 15px;
    padding-right: 15px;
  }

  @media (min-width: 992px) {
    .m-details {
      margin: 20px;
    }
  }

  .footer-section .newsletter {
    padding: 45px 15px;
    background-image: unset;
  }
  .footer-section .copyright .copy-area p {
    text-align: center;
  }
  .footer-section .newsletter form .form-group input {
    padding: 0 15px;
  }
  .all-tips-content .right-area .single-item .top-area {
    justify-content: center;
  }
  .all-tips-content .right-area .single-item .top-area .left {
    display: grid;
  }
  .all-tips-content .right-area .single-item .top-area .left .time-left {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .all-tips-content .right-area .single-item .top-area .right {
    justify-content: center;
  }
  .all-tips-content .right-area .single-item .mid-area h5 {
    text-align: center;
  }
  .all-tips-content .right-area .single-item {
    padding: 20px 15px;
  }
  .contact-section .bg-area {
    padding: 30px 15px;
  }
  .contact-section .bg-area .col-6 {
    width: 100%;
  }
  .contact-section .form-content .single-input {
    margin-top: 20px;
  }
  .create-tipster-profile .tab-content .main-content .file-upload .file .file-custom {
    width: 80%;
  }
  .create-tipster-profile .tab-content .col-6, .create-tipster-profile .tab-content .col-10 {
    width: 100%;
  }
  .create-tipster-profile .tab-content .main-content .bottom-area {
    display: grid;
    padding-top: 20px;
    margin-top: 25px;
  }
  .create-tipster-profile .tab-content .main-content .bottom-area .left-area {
    margin-top: 20px;
    order: 1;
  }
  .paymentModal .payment-box {
    border: none;
    padding: 0;
  }
  .paymentModal .subscribe {
    display: grid !important;
    background-color: #221a62;
  }
  .faqs-section.support .nav {
    margin-top: -15px;
  }
  .faqs-section.support .nav li {
    margin-top: 15px;
  }
  .match-betting-head.find-tipster .top-content {
    padding: 31px 15px;
  }
  .support-help-center form .form-content {
    padding: 15px;
  }
  .support-help-center form {
    padding: 30px 20px;
  }
  .match-betting-head.find-tipster .top-content .btn-area .cmn-btn {
    margin: auto;
  }
  .match-betting-content .pagination {
    margin-top: 20px;
  }
  .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .pagination .page-item .page-link.next {
    margin-left: 10px;
  }
  .pagination .page-item .page-link.previous {
    margin-right: 10px;
  }
  .post-tips-area .main-content .head-area {
    display: grid;
  }
  .post-tips-area .main-content .head-area h4 {
    order: 1;
    margin-top: 30px;
  }
  .post-tips-area .main-content {
    padding: 30px 20px;
  }
  .post-tips-area .main-content .top-content .sports .single .logo-area {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .post-tips-area .form-parameters .btn-area {
    display: grid;
    justify-content: center;
  }
  .post-tips-area .form-parameters .btn-area .second {
    margin-bottom: 20px;
  }
  .post-tips-area .modal-dialog .modal-content .btn-area {
    display: grid;
    margin-top: -10px;
  }
  .post-tips-area .modal-dialog .modal-content .btn-area .cmn-btn {
    margin-top: 15px;
  }
  .post-tips-area .modal-dialog .modal-content .form-parameters {
    padding: 30px 20px;
  }
  .support-help-center .single-item .img-area img {
    width: 45%;
  }
  .support-help-center .single-item h5 {
    margin: 30px 0 20px;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area {
    padding-top: 45px;
    margin: 0 15px;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area .profile {
    max-width: 75px;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area .profile .gold {
    width: 20%;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area .user-info {
    margin-left: 10px;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area .btn-area .cmn-btn {
    margin-top: 15px;
  }
  .tipster-profile-content .profile-banner-area .main-content .top-area .btn-area .cmn-btn.follow {
    margin-left: 0;
  }
  .tipster-profile-content .profile-banner-area .main-content .mid-area .single {
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .tipster-profile-content .main-tab-content .nav-tabs .cmn-btn {
    margin-right: 10px;
  }
  .tipster-profile-content .main-tab-content .statistics-single.apex .head-area .cmn-btn {
    margin-bottom: 10px;
  }
  .tipster-profile-content .main-tab-content .statistics-single {
    padding: 20px 15px;
  }
  .tipster-profile-content .main-tab-content .statistics-single .table {
    width: 190%;
  }
  .user-dashboard-content .sidebar .info-area {
    padding: 0 30px 25px;
  }
  .user-dashboard-content .account-tab li {
    margin-right: 30px;
  }
  .user-dashboard-content .table-area .table {
    width: 210%;
  }
  .user-dashboard-content .tab-single.payment .radio-area {
    display: grid !important;
  }
  .faqs-section.support.faqs .faq-box ul li a::after {
    background-size: 15px;
  }
  .faqs-section.support.faqs .faq-box ul li a::before {
    display: none;
  }
  .faqs-section.support.faqs .faq-box ul li a {
    padding-left: 20px;
  }
  .banner-section .overlay .banner-content {
    padding: 180px 0 50px;
  }
  .header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area,
  .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
    width: 285px;
    padding: 30px 20px;
  }
  .header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn .name-area {
    display: none;
  }
}

@media (max-width: 375px) {
  .counter-section .col-6 {
    width: 100% !important;
  }
  .counter-section .single-area .img-area {
    width: 25%;
  }
  .user-dashboard-content .main-tab-btn .cmn-btn {
    width: 100%;
  }
  .user-dashboard-content .main-tab-btn {
    justify-content: center !important;
  }
  .user-dashboard-content .tab-single .file-upload .file .file-custom {
    width: 100%;
  }
  .user-dashboard-content .tab-single .single-box .btn-area {
    margin-top: 10px;
  }
}
/*custom css */
/* Default width for small devices (sm) */
.logo {
  width:100%;
}

/* For larger devices (lg) */
@media (min-width: 992px) {
  .logo {
    width: 20%;
  }
}
 .hero-intro__img {
  max-height: 300px;
  overflow: hidden;
  position: relative;
   }
 .hero-intro__img img {
  max-width: 100%; }
 .hero-intro__img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(transparent, transparent, #FFF);
  z-index: 1; }

@media (max-width: 991px) {
  .showonlyinlg {
    display: none;
  }
}
.fixed-ad {
  position: relative;
  top: 20px; /* Distance from the top */
}


/* Disable fixed behavior on smaller screens */
@media (max-width: 991px) {
  .fixed-ad {
    position: static; /* Revert to normal layout */
  }
}
/*.row-ads {*/
/*  min-height: 100vh; !* Ensure the parent is tall enough *!*/
/*}*/
/* Default Shimmer Line */
.shimmer-line {
    height: 15px;
    background: linear-gradient(90deg, #3d329b 75%, #221a62 50%, #ffc107 25%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
    margin: 5px 0;
    width: 100%; /* Default width set to 100% */
}

/* Adjust Shimmer Line Height in Tips */
.tips-single .shimmer-line {
    height: 20px;
    margin-bottom: 10px;
}

/* Responsive Styling for Small Devices */
@media (max-width: 768px) {
    .shimmer-line {
        width: 100%; /* Ensure lines fill the container */
        height: 10px; /* Optional: Adjust height for smaller displays */
        margin-bottom: 5px; /* Reduce spacing for compact layout */
    }

    .tips-single .img-header.shimmer-box {
        width: 30px; /* Adjust size of circular elements */
        height: 30px;
    }

    .tips-single .shimmer-box.w-100 {
        height: 30px; /* Adjust button height */
    }

    .logo-area.shimmer-box {
        width: 60px; /* Adjust logo size */
        height: 30px;
    }
}

.how-it-works.how-to-convert {

  transform: translateZ(0px);
}

.how-it-works.how-to-convert .single-item {
  text-align: center;
  padding: 40px 25px 30px;
  background: #3d329b;
  border-radius: 20px;
  margin:5px;
  height: 100%;
}
.how-it-works.how-to-convert .single-item  img{
  width: 140px;
  height: 140px;
  border-radius:50%;
}
.how-it-works.how-to-convert .single-item .img-area p {
  width: 40px;
  height: 40px;
  border-width: 5px;
  right: -15px;
  bottom: 20px;
  background: #7924c7;
  border-color: #3d329b;
}

.how-it-works.how-to-convert .single-item .single-title {
  margin-top: 20px;
  margin-bottom: 15px;
}
.bg-review{
  background-color:#070044;
}
@media (min-width: 992px) { /* Bootstrap lg breakpoint */
  .custom-margin-left-lg {
    margin-left: 200px!important;
  }
}
.why-us {

  background-image: url(../images/why-bitips-better-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom 1020px;

}
.why-us .single-area {
  border-bottom: 1px solid #5b29b1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.why-us .single-area:last-child {
  padding-bottom: 0;
  margin-bottom: -5px;
  border: none;
}

.why-us .single-area .img-area img {
  max-width: unset;
}

.why-us .single-area .text-area {
  margin-left: 30px;
}

.why-us .single-area .text-area h4 {
  margin-bottom: 19px;
}

.why-us .about {
  background-color: transparent;
}
.why-us .accordion .accordion-item {
  margin-bottom: 20px;
  background: #3a2fa4;
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
  border: none;
}

.why-us .accordion .accordion-item .accordion-header {
  position: relative;
  display: flex;
  align-items: center;
}

.why-us .accordion .accordion-item .accordion-header::after {
  position: absolute;
  left: 20px;
  z-index: 3;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-image: url(../images/faq-icon.png);
  background-repeat: no-repeat;
}

.why-us .accordion .accordion-item .accordion-button {
  padding: 20px;
  padding-left: 70px;
  background: #3a2fa4;
  border-radius: 10px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}

.why-us .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  transition: all ease 0.3s;
}

.why-us .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 30px;
  height: 30px;
  background: #261c7e;
  border-radius: 5px;
}

.why-us .accordion .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}

.why-us .accordion .accordion-item .accordion-collapse {
  border: none;
}

.why-us .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
}

.why-us .accordion .accordion-item .accordion-collapse .accordion-body p {
  padding: 20px 0;
  border-top: 1px solid #b0baf1;
}
.pricing {
   border-radius: 100px;

}
.pricing .plan {
  background-color: rgb(61, 50, 155);
  padding: 2.5rem;
  margin: 2px;
  border-radius: 5px;

  transition: 0.3s;
  cursor: pointer;
}
.pricing .mini {
  background-color: rgb(61, 50, 155);
  padding: 2.5rem;
  margin: 2px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.pricing .plan h2 {
  font-size: 27px;

  margin-bottom: 12px;
}
.pricing .plan h5 {
  font-size: 20px;
  margin-bottom: 12px;
  flex-wrap: nowrap;
}
.pricing .plan .price {
  font-size: 25px;
}
.pricing .plan ul.features {
  list-style-type: none;


  color: rgba(255, 255, 255, 0.61);
}
.pricing .plan ul.features li {

}
.pricing .plan ul.features li .fas {

}
.pricing .plan ul.features li .fa-check-circle {
  color: #6ab04c;
}
.pricing .plan ul.features li .fa-times-circle {
  color: #eb4d4b;
}
.pricing .plan button {
  border: none;
  width: 100%;
  padding: 12px 35px;
  margin-top: 1rem;
  background-color: #6ab04c;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.pricing .plan.popular {
  border: 2px solid #edb606;
  position: relative;

}
.pricing .plan.popular span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #edb606;
  color: #ffffff;
  padding: 4px 20px;
  font-size: 18px;
  border-radius: 5px;
}
.pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.price{
  color:#FFFFFF;
}

.slide img {
  width: 100%;
  height: 40px;
  object-fit: contain; /* Ensures the image fits within the dimensions without distortion */
}
.slick-slide img {
  width: 100%;
  object-fit: contain;
}



.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.single-input {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #483f90;
  background: #312977;
  padding: 15px 30px;
  margin-bottom: 20px;
}
.single-input input {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0;
  color: var(--bs-white);
  height: initial;
}
.single-input img {
  margin-right: 20px;
}

.nice-select {
  border-radius: 10px;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid transparent;
  height: initial;
  padding: 0;
}

.nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 10px;
}

.nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.nice-select .list .option {
  background: transparent;
}

.nice-select .list .option:hover {
  color: var(--hover-color);
}

.nice-select .list .focus {
  background-color: transparent;
  color: var(--hover-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;

}

.select2-selection {
    background: rgba(255, 255, 255, 0.1) !important; /* Makes the background transparent */
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 350px !important;  /* Full width on very small devices */
  color: #FFFFFF; /* Ensures the text color matches the surrounding styles */
}
.select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.1) !important; /* Makes the background transparent */
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF; /* Ensures the text color matches the surrounding styles */
}
.select2-selection__rendered {
    background: rgba(255, 255, 255, 0.1) !important; /* Makes the background transparent */
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF; /* Ensures the text color matches the surrounding styles */

}

.select2-dropdown {
  background-color: #070044 !important; /* Makes the dropdown transparent */
}

.select2-search__field {
  background-color: #070044 !important; /* Makes the search box background transparent */
}

 .match-stats {
   display: flex; /* Side by side alignment for teams */
   justify-content: space-evenly; /* Space between home and away team */
   align-items: flex-start;
   margin-bottom: 15px;
   gap: 20px;
 }

.team-stats-inline {
  display: flex;
  align-items: center;
  gap: 5px; /* Small space between boxes */
  flex-wrap: wrap; /* Wrap items if necessary */
}

.stat-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: white;
  border-radius: 4px;
  text-align: center;
  
}
@media (max-width: 480px) {
  .team-stats-inline {
    gap: 3px; /* Smaller gap between boxes */
  }

  .stat-box {
    width: 25px;  /* Smaller width */
    height: 25px; /* Smaller height */
    font-size: 12px; /* Smaller font size */
     /* Adjust line height to match box size */
  }
}

.stat-box.win {
  background-color: green;
}

.stat-box.draw {
  background-color: gold;
  color: black;
}

.stat-box.loss {
  background-color: red;
}

.team-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}



canvas {
  width: 1000px;
  margin: 0 auto;
}

.legend {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color:white;
}

.legend-item {
  margin-right: 20px;
}

.legend-item span {
  margin-left: 5px;
}

.progress {
  width: 100%;
  height: 20px;
  background-color: #fcd2d2;
  color:#0b0b0b;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}

.progress-bar {
  height: 100%;
  text-align: center;
  
  color: rgba(243, 243, 243, 0.92);
  position: absolute;
  top: 0;
}

.home {
  left: 0;

}


.progress-bar.equal {
  width: 100%;
  background-color: #0f3249; /* Green */
}


.away {
  right: 0;

}

.original-price {
  text-decoration: line-through;   /* Strikethrough for the original price */
  color: #888;                     /* Gray color for the original price */
  font-size: 16px;                 /* Slightly smaller font */
}

.discounted-price {
  font-weight: bold;               /* Bold text */
  /* Larger font size */
}

.discount-tag {
  background-color: #edb606;       /* Red background */
  color: #fff;                     /* White text */
  padding: 2px 6px;                /* Padding */
  font-size: 12px;                 /* Smaller font */
  font-weight: bold;               /* Bold text */
  border-radius: 6px;              /* Rounded corners */
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:80px;
  right: 30px;
  background-color:var(--alt-blue);
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
  background: var(--bg-nav);
  color: #fff;
  text-decoration: none;

}

.my-float{
  margin-top:16px;
}
.chat-popup {
  display: none;
  position: fixed;
  bottom: 20px; /* Adds space between the popup and the bottom of the screen */
  right: 5px;
  z-index: 9;
  background-color: #ffffff;
  width: 20%;
  height:400px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px; /* Adjust this value as needed */
}

@media (max-width: 576px) {
  .chat-popup {
    width: 100%;
    margin-bottom: 80px; /* Adjust for smaller screens if necessary */
  }
}

.popup-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}

.header-chat {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: var(--alt-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;

}

.header-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.header-text span {
  font-size: 12px;
  color: #d0d0d0;
}

.messages {
  flex-grow: 1;
  padding: 15px;
  background-color: var(--body-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-y: auto;
}

/* Basic styling for the message bubble */
.message {
  background-color: var(--body-color);
  padding: 10px;
  border-radius: 10px;
  max-width: 60%;
  margin: 5px 0;
}

.message.received {
  background-color: var(--alt-blue);
  color: white;
}

/* Typing indicator styles */
.dot {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #999;
  border-radius: 50%;
  opacity: 0;
  animation: blink 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.3s;
}

.dot:nth-child(3) {
  animation-delay: 0.6s;
}

/* Animation for dots */
@keyframes blink {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}


.received {
  background-color: #0088cc;
  color: white;
  align-self: flex-start;
}

.sent {
  background-color: #0088cc;
  color: white;
  align-self: flex-end;
}

.textarea-container {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  background-color:var(--body-color);
}
.send-btn {
  color: #0088cc;

}
.banner-section-review.match-betting .overlay .sports {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #2d237b;
  border: 1px solid #6980ba;
  padding: 20px;
}

.banner-section-review.match-betting .overlay .sports .single {
  border-radius: 10px;
  background-color: #221a62;
  padding: 20px;
}

.banner-section-review.match-betting .overlay .sports .single .logo-area {
  border-radius: 10px;
  background-color: #4736d3;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.banner-section-review.match-betting .overlay .sports .vs {
  border-radius: 50%;
  background-color: #221a62;
  width: 110px;
  height: 110px;
  margin: 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section-review.match-betting .overlay .sports .vs h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: var(--hover-color);
}

.banner-section-review.match-betting .overlay .sports .mid-area .countdown {
  margin-top: 10px;
}


 .offcanvas.bg-off-dark {
   background-color: var(--bg-nav); !important;
 }
/* Custom width and position for the offcanvas */
.offcanvas.offcanvas-start {
  width: 80%; /* Set width to 50% */
  right: -100%; /* Move it left by 50% so it doesn't fill the screen */
}

/* Show the offcanvas correctly when it's open */
.offcanvas.show {
  left: 0 !important;
}

.offcanvas .nav-link {
  padding: 10px;
  font-size: 16px;
}

.offcanvas .nav-link i {
  margin-right: 10px;
}

.offcanvas .dropdown-menu {
  border: none;
}

.offcanvas .dropdown-menu .nav-link {
  padding-left: 30px;
}
.bg-dark-menu{
  background-color: #070044
}

.download-app {
  border: 2px solid #fea500; /* Adds a border */
  border-radius: 10px; /* Rounded corners */
  padding: 15px; /* Space inside */
  background: var(--bg-nav);; /* Background color */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Adds depth */
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover effect */
.download-app:hover {
  transform: scale(1.03); /* Slightly enlarges on hover */
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3); /* More shadow for depth */
}

/* Animating the text and button */
.download-app .text-area {
  animation: fadeIn 1s ease-in-out;
}

.download-app .cmn-btn {
  background: #fea500;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

/* Button Hover Effect */
.download-app .cmn-btn:hover {
  background: #ff9000;
  transform: scale(1.1);
}

/* Keyframes for smooth fade-in */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.offcanvas-header border-bottom {
  color: #ff9000;
}
.currency-selection {
  display: flex;
  gap: 10px;
  background: var(--body-color);

  padding: 10px;
  border-radius: 8px;
  justify-content: center;
}

.currency-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.currency-option input {
  display: none;
}

.currency-option span {
  font-size: 16px;
  font-weight: 500;
}

/* Checked state */
.currency-option input:checked + span {
  color: white;
  background: var(--bg-color);
  padding: 5px 10px;
  border-radius: 5px;
}

/* Hover effect */
.currency-option:hover {
  border-color: var(--bg-color);
}

.offcanvas, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;

  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.offcanvas .offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
  transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
/* League Filter Chips */
.league-filters {
    margin-bottom: 15px;
    padding: 5px 0;
}

.filters-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 5px 0;
    scrollbar-width: thin;
}

.filters-scroll::-webkit-scrollbar {
    height: 6px;
}

.filters-scroll::-webkit-scrollbar-thumb {
    background: rgba(237, 182, 6, 0.3);
    border-radius: 3px;
}

.league-chip {

    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #3d329b;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.league-chip:hover {
    background: rgba(237, 182, 6, 0.2);
    transform: translateY(-1px);
    border-color: rgba(237, 182, 6, 0.4);
}

.league-chip.active {
    background: #edb606;
    color: #070044;
    border-color: #edb606;
    font-weight: 600;
}


.league-chip-name {
    font-size: 13px;
    font-weight: 500;
}

.league-chip-count {
    background: #3d329b;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    text-align: center;
}

.league-chip.active .league-chip-count {
    background:#edb606;
    color: #fff;
}

/* League Group Header */
.league-group {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.league-header {
    background: linear-gradient(90deg, #3d329b, #3d329b);
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(237, 182, 6, 0.2);
}

.league-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.league-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.league-details {
    display: flex;
    flex-direction: column;
}

.league-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    
}

.country-subtitle {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: #b2b4e1;
    margin-top: 2px;
}

.country-flag {
    width: 32px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.match-count {
    background: rgba(237, 182, 6, 0.2);
    color: #edb606;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Tip Card */
.tip-card {
    background: rgba(7, 0, 68, 0.2);
    border: 1px solid rgba(237, 182, 6, 0.1);
    border-radius: 8px;
    padding: 12px;
    margin: 8px 0;
    position: relative;
    transition: all 0.3s ease;
}

.tip-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(237, 182, 6, 0.15);
    border-color: rgba(237, 182, 6, 0.3);
}

.match-time {
    position: absolute;
    top: 8px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #edb606;
    font-size: 11px;
    font-weight: 500;
}

/* Stacked Teams Layout */
.teams-section-stacked {
    margin: 8px 0 12px;
}

.team-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.team-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.team-logo {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.team-name {
    color: #f7f4ff;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

.vs-divider {
    text-align: center;
    color: #edb606;
    font-weight: 700;
    font-size: 9px;
    margin: 3px 0;
    opacity: 0.7;
}

.match-confidence, .match-result {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 65px;
}

.confidence-value {
    color: #28a745;
    font-weight: 700;
    font-size: 13px;
}

.confidence-bar {
    width: 45px;
    height: 3px;
    background: rgba(40, 167, 69, 0.2);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 2px;
}

.confidence-fill {
    height: 100%;
    background: #28a745;
    border-radius: 2px;
    transition: width 0.5s ease;
}

.result-win, .result-loss, .result-pending {
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
}

.result-win {
    background: rgba(40, 167, 69, 0.2);
    color: #28a745;
}

.result-loss {
    background: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

.result-pending {
    background: rgba(108, 117, 125, 0.2);
    color: #6c757d;
}

/* Prediction */
.tip-prediction {
    padding: 6px 10px;
    background: rgba(237, 182, 6, 0.1);
    border-radius: 5px;
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.prediction-label {
    color: #edb606;
    font-size: 11px;
    font-weight: 600;
}

.prediction-value {
    color: #f7f4ff;
    font-weight: 700;
    font-size: 13px;
}

/* Footer */
.tip-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(237, 182, 6, 0.1);
}

.btn-preview {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: #edb606;
    color: #070044;
    text-decoration: none;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-preview:hover {
    background: var(--bg-color);
    color: #fff;
    transform: translateX(2px);
}

.bookie-logo {
    max-width: 75px;
}

.bookie-logo img {
    max-width: 100%;
    height: auto;
    max-height: 28px;
    object-fit: contain;
}

/* Responsive Design */
@media (max-width: 575px) {
    .league-filters {
        margin-bottom: 12px;
    }

    .filters-scroll {
        gap: 6px;
    }

    .league-chip {
        gap: 4px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .league-chip-logo {
        width: 16px;
        height: 16px;
    }

    .league-chip-name {
        font-size: 12px;
    }

    .league-chip-count {
        font-size: 10px;
        padding: 1px 5px;
    }

    .league-header {
        padding: 8px 12px;
    }

    .league-logo {

        width: 32px;
        height: 20px;
        object-fit: cover;
        border-radius: 3px;
    }
    .league-title {
        font-size: 0.9rem;
    }

    .country-subtitle {
        font-size: 0.5rem;
    }

    .tip-card {
        padding: 10px;
        margin: 6px 0;
    }

    .team-name {
        max-width: 100px;
        font-size: 12px;
    }

    .confidence-value {
        font-size: 12px;
    }

    .confidence-bar {
        width: 40px;
    }

    .prediction-value {
        font-size: 12px;
    }

    .btn-preview {
        padding: 4px 8px;
        font-size: 11px;
    }

    .bookie-logo {
        max-width: 65px;
    }

    .bookie-logo img {
        max-height: 24px;
    }
}
.tip-page-hidden {
    display: none;
}


.filters-scroll {
    display: flex;
    overflow-x: auto;
    padding: 5px 0;
    scrollbar-width: thin;
}




.league-chip-logo {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}

.league-chip-count {
    margin-left: 5px;
    background: rgba(0,0,0,0.1);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.8em;
}

.league-chip.active .league-chip-count {
    background: rgba(255,255,255,0.3);
}

#load-more-btn {
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
}



/* Method 1: Single responsive approach */
.social-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid;
    position: relative;
    overflow: hidden;
}

.social-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.social-btn:hover::before {
    left: 100%;
}

.telegram-btn {
    color: #0088cc;
    border-color: #0088cc;
    background: rgba(0, 136, 204, 0.1);
}

.telegram-btn:hover {
    background: #0088cc;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 136, 204, 0.3);
}

.whatsapp-btn {
    color: #25D366;
    border-color: #25D366;
    background: rgba(37, 211, 102, 0.1);
}

.whatsapp-btn:hover {
    background: #25D366;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

/* Method 2: Card-style buttons */
.card-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.social-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    text-decoration: none;
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: white;
}

.telegram-icon { background: #0088cc; }
.whatsapp-icon { background: #25D366; }

/* Method 3: Floating action buttons */
.fab-container {
    position: relative;
    text-align: center;
}

.floating-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 10px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.floating-btn:hover {
    transform: scale(1.1) rotate(5deg);
    color: white;
}

.floating-btn.telegram { background: #0088cc; }
.floating-btn.whatsapp { background: #25D366; }

/* Responsive text handling */
@media (max-width: 768px) {
    .btn-text { display: none; }
    .social-btn { padding: 12px; }
}

/* Method 4: Animated gradient buttons */
.gradient-btn {
    background: linear-gradient(45deg, #0088cc, #25D366);
    background-size: 200% 200%;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    animation: gradientShift 3s ease infinite;
    transition: all 0.3s ease;
}

.gradient-btn:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

 .minimal-btn {
     display: inline-block;
     padding: 10px 20px;
     margin: 5px;
     border-radius: 25px;
     text-decoration: none;
     font-weight: 500;
     transition: all 0.2s;
 }
.minimal-btn:hover {
    transform: scale(1.05);
    text-decoration: none;
}
.tg { background: #0088cc; color: white; }
.wa { background: #25D366; color: white; }
@media (max-width: 576px) {
    .minimal-btn span { display: none; }
    .minimal-btn { padding: 10px 15px; }
}
/* Add these CSS rules to prevent layout jumps and create smooth transitions */

.league-group {
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.tip-card {
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.tip-card.tip-page-hidden {
    opacity: 0;
    transform: translateY(-10px);
    /* Keep the element in the flow to prevent layout jumps */
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Smooth filter chip transitions */
.league-chip {
    transition: all 0.2s ease-in-out;
}

.league-chip.active {
    transform: scale(1.05);
}

/* Prevent horizontal scrolling issues during transitions */
.league-filters,
.filters-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

/* Loading states */
.loading-content {
    opacity: 0.7;
    pointer-events: none;
}

/* Sticky filter bar to maintain context */
.league-filters {
    position: sticky;
    top: 0;

    z-index: 100;
    padding: 10px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

/* Alternative: Fixed positioning for filters (uncomment if you prefer this) */
/*
.league-filters {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#tips-container {
    margin-top: 80px;
}
*/
/* Add these CSS rules for smooth scrolling and better user experience */

/* Smooth scrolling for the entire page */
html {
    scroll-behavior: smooth;
}


.filters-scroll {
    display: flex;
    overflow-x: auto;
    padding: 5px 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.filters-scroll::-webkit-scrollbar {
    height: 6px;
}

.filters-scroll::-webkit-scrollbar-thumb {
    background: rgba(237, 182, 6, 0.3);
    border-radius: 3px;
}

/* League group headers as scroll targets */
.league-group {
    scroll-margin-top: 70px; /* Space for sticky header */
    transition: all 0.3s ease;
}

.league-header {
    cursor: pointer;
    transition: all 0.3s ease;
}

.league-header:hover {
    background: linear-gradient(90deg, #4a3db9, #3d329b);
}

/* Smooth transitions for showing/hiding content */
.tip-card {
    transition: all 0.3s ease;
    max-height: 500px;
    overflow: hidden;
}

.tip-card.tip-page-hidden {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
    transform: scale(0.95);
    pointer-events: none;
}

/* Loading animation */
@keyframes smoothAppear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tip-card:not(.tip-page-hidden) {
    animation: smoothAppear 0.3s ease-out;
}

/* Focus styles for accessibility */
.league-chip:focus {
    outline: 2px solid #edb606;
    outline-offset: 2px;
}

.league-header:focus {
    outline: 2px solid #edb606;
    outline-offset: -2px;
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #edb606;
    color: #070044;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .league-group {
        scroll-margin-top: 60px;
    }

    .league-filters {
        padding: 8px 0;
    }
}

/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .tip-card,
    .league-group,
    .league-filters {
        transition: none;
    }

    .tip-card:not(.tip-page-hidden) {
        animation: none;
    }
}
/* Sticky Sidebar Ads Styles */
.fixed-ad {
    position: sticky;
    top: 80px; /* Adjust based on your header height */
    height: calc(100vh - 80px); /* Full viewport height minus header */
    overflow-y: auto;
    z-index: 10;
    padding: 10px 0;
}

.fixed-ad-left {
    left: 0;
}

.fixed-ad-right {
    right: 0;
}

/* Ensure the ads container has proper styling */
.fixed-ad .ad-container {
    position: sticky;
    top: 0;
    max-height: 100%;
    overflow: hidden;
}

/* For larger screens only - hide on smaller screens as per your existing class */
@media (max-width: 991.98px) {
    .showonlyinlg {
        display: none !important;
    }
}

/* Smooth scrolling behavior for the ads */
.fixed-ad {
    scroll-behavior: smooth;
}

/* Optional: Add some visual styling to make ads more prominent */
.fixed-ad {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

/* Ensure proper spacing and alignment */
.row-ads {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Make sure the main content area is properly sized */
.row-ads .col-lg-8 {
    flex: 1;
    min-width: 0; /* Prevents flex item from growing beyond container */
}

/* Alternative sticky approach using position fixed (more control) */
.fixed-ad-alternative {
    position: fixed;
    top: 80px;
    width: calc((100vw - 1140px) / 2 - 20px); /* Responsive width calculation */
    max-width: 200px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    z-index: 10;
    padding: 10px;
}

.fixed-ad-left-alternative {
    left: 10px;
}

.fixed-ad-right-alternative {
    right: 10px;
}

/* For container-based layouts */
@media (min-width: 1200px) {
    .fixed-ad-alternative {
        width: 180px;
    }

    .fixed-ad-left-alternative {
        left: calc((100vw - 1140px) / 2 - 200px);
    }

    .fixed-ad-right-alternative {
        right: calc((100vw - 1140px) / 2 - 200px);
    }
}

/* Fallback for smaller large screens */
@media (max-width: 1400px) and (min-width: 992px) {
    .fixed-ad-alternative {
        width: 160px;
    }

    .fixed-ad-left-alternative {
        left: 5px;
    }

    .fixed-ad-right-alternative {
        right: 5px;
    }
}

/* Smooth transitions */
.fixed-ad,
.fixed-ad-alternative {
    transition: all 0.3s ease-in-out;
}

/* Optional: Add scroll indicators for long ad content */
.fixed-ad::-webkit-scrollbar {
    width: 4px;
}

.fixed-ad::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.fixed-ad::-webkit-scrollbar-thumb {
    background: rgba(255, 193, 7, 0.3);
    border-radius: 2px;
}

.fixed-ad::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 193, 7, 0.5);
}

 .login-prompt-container {
     background: linear-gradient(135deg, rgba(255,193,7,0.1) 0%, rgba(255,193,7,0.05) 100%);
     border-radius: 20px;
     padding: 2rem;
     margin: 1rem;
     border: 2px dashed rgba(255,193,7,0.3);
     position: relative;
     overflow: hidden;
 }



@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.2; }
}

.package-card {
    background: linear-gradient(135deg, rgba(255,193,7,0.15) 0%, rgba(255,193,7,0.05) 100%);
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1rem;
    border: 1px solid rgba(255,193,7,0.3);
    transition: all 0.3s ease;
    position: relative;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255,193,7,0.2);
    border-color: rgba(255,193,7,0.6);
}

.package-btn {
    background: linear-gradient(45deg, #ffc107, #ffb300);
    border: none;
    color: #000;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.package-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255,193,7,0.4);
    color: #000;
}

.package-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transition: width 0.6s, height 0.6s, top 0.6s, left 0.6s;
}

.package-btn:active::after {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.expired-badge {
    background: linear-gradient(45deg, #dc3545, #c82333);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.7; }
}

.lottie-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coming-soon-container {
    background: rgba(255,193,7,0.05);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(255,193,7,0.2);
}


 .bookmaker-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 1rem;
     font-family: var(--body-font);
 }

.bookmaker-card {
    background: rgba(7, 0, 68, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 8px 32px rgba(var(--body-rgb), 0.15);
    border: 1px solid rgba(var(--bg-nav-rgb), 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.bookmaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(var(--body-rgb), 0.25);
    border-color: var(--hover-color);
}

.card-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.5rem;
    align-items: center;
}

.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.logo-container {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--bg-color) 0%, var(--hover-alt-color) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(237, 182, 6, 0.4);
    overflow: hidden;
}

.logo-container img {
    max-width: 70px;
    max-height: 50px;
    object-fit: contain;
}

.star-rating {
    display: flex;
    gap: 2px;
}

.star-rating i {
    color: var(--bg-color);
    font-size: 0.9rem;
}

.star-rating .far {
    color: var(--para-alt-color);
}

.main-content {
    flex: 1;
}

.bookmaker-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-white);
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
}

.headline {
    color: var(--para-alt-color);
    font-size: 0.95rem;
    
    margin-bottom: 1rem;
    word-wrap: break-word;
}

.promo-section {
    background: rgba(var(--para-color), 0.1);
    color: var(--para-color);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.4);
}

.promo-code {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Monaco', monospace;
    letter-spacing: 0.5px;
    color: var(--para-color);
}

.copy-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--para-color);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.copy-btn:hover {
    background: var(--hover-color);
    color: var(--body-color);
    transform: scale(1.05);
}

.actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 140px;
}

.modern-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    display: block;
}

.btn-primary-bookmaker {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bg-nav) 100%);
    color: var(--para-color);
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.4);
}

.btn-primary-bookmaker:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.6);
    background: linear-gradient(135deg, var(--hover-color) 0%, var(--bg-color) 100%);
    color: var(--body-color);
    text-decoration: none;
}

.btn-secondary {
    background: rgba(var(--para-color), 0.1);
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: var(--bs-primary);
    color: var(--para-color);
    transform: translateY(-2px);
    text-decoration: none;
    border-color: var(--hover-color);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .card-content {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }

    .logo-section {
        justify-self: center;
    }

    .actions {
        min-width: unset;
        width: 100%;
    }

    .modern-btn {
        width: 100%;
    }
}

.copy-success {
    animation: copyFeedback 0.6s ease-in-out;
}

@keyframes copyFeedback {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); background: var(--hover-color); color: var(--body-color); }
}


     /* Dark Mode Betslip Grid */
 .betslip-grid {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
     gap: 16px;
     padding: 16px 0;
 }

.betslip-grid-item {
    background: rgba(7, 0, 68, 0.2);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(var(--bg-nav-rgb), 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.betslip-grid-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--hover-color), var(--bg-color));
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.betslip-grid-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(var(--bg-nav-rgb), 0.2);
}

.bookmaker-mini {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--para-color);
}

.bookmaker-mini img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    object-fit: contain;
    background: linear-gradient(135deg, var(--bg-color) 0%, var(--hover-alt-color) 100%);
    padding: 3px;
}

.rating-mini {
    display: flex;
    gap: 2px;
}

.rating-mini i {
    font-size: 10px;
}

.rating-mini .filled {
    color: var(--bg-color);
}

.rating-mini .far {
    color: var(--para-alt-color);
}

.grid-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.odds-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(var(--bg-nav-rgb), 0.3);
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(var(--bg-nav-rgb), 0.4);
}

.odds-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--para-alt-color);
}

.odds-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--para-color);
    background: linear-gradient(135deg, var(--bg-color), var(--hover-alt-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.promo-mini, .betcode-mini {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    border: 1px solid rgba(var(--bg-nav-rgb), 0.4);
}

.promo-mini {
    background: rgba(16, 185, 129, 0.2);
    color: var(--para-color);
}

.betcode-mini {
    background: rgba(var(--bg-nav-rgb), 0.3);
    color: var(--para-color);
}

.betcode-text {
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 500;
    word-break: break-all;
    flex: 1;
    margin-right: 8px;
}

.copy-btn-mini {
    background: rgba(var(--bg-color), 0.2);
    border: 1px solid rgba(var(--bg-color), 0.3);
    border-radius: 6px;
    padding: 6px;
    color: var(--bg-color);
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 28px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-btn-mini:hover {
    background: rgba(var(--bg-color), 0.3);
}

.copy-btn-mini.copied {
    background: rgba(16, 185, 129, 0.3);
    border-color: rgba(16, 185, 129, 0.5);
}

.grid-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.btn-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-mini.btn-primary-slip {
    background: linear-gradient(135deg, var(--bg-color) 0%, var(--hover-color) 100%);
    color: var(--body-color);
}

.btn-mini.btn-primary-slip:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(237, 182, 6, 0.4);
}

.btn-mini.btn-secondary-slip {
    background: #4f46e5;
    color: var(--para-color);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.4);
}

.btn-mini.btn-secondary-slip:hover {
    background: rgba(var(--bs-primary-rgb), 0.8);
    transform: translateY(-1px);
}

/* Mobile notification */
.mobile-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: rgba(var(--bg-color), 0.95);
    color: var(--body-color);
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    min-width: 200px;
    max-width: 90%;
}

.mobile-notification.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .betslip-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .betslip-grid-item {
        padding: 14px;
    }

    .grid-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .rating-mini {
        align-self: flex-start;
    }

    .grid-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .betslip-grid {
        padding: 12px 0;
    }

    .betslip-grid-item {
        padding: 12px;
    }

    .bookmaker-mini img {
        width: 25px;
        height: 25px;
    }

    .odds-value {
        font-size: 14px;
    }

    .btn-mini {
        padding: 6px 10px;
        font-size: 11px;
    }
}

/* Copy animation */
@keyframes copySuccess {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.copy-btn-mini.copied {
    animation: copySuccess 0.6s ease;
}
.tips-slips-tabs {

    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.tips-slips-tabs .nav-tabs {
    background: linear-gradient(to right, var(--bs-primary), var(--bs-primary));
    border: none;
    padding: 0;
}

.tips-slips-tabs .nav-link {
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tips-slips-tabs .nav-link.active {
    background: rgba(255,255,255,0.15);
    border-bottom: 3px solid var(--bg-color);
    color: #fff;
}

.tips-slips-tabs .nav-link:hover:not(.active) {
    background: rgba(255,255,255,0.1);
}

.tips-slips-tabs .tab-content {
    padding: 20px;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.tips-slips-tabs .tab-pane {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 768px) {
    .tips-slips-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .tips-slips-tabs .tab-content {
        padding: 15px;
    }
}
.hsl-prompt-container {
    background: linear-gradient(135deg, rgba(255,193,7,0.1) 0%, rgba(255,193,7,0.05) 100%);
    border-radius: 20px;
    padding: 2rem;
    margin: 1rem;
    border: 2px dashed rgba(255,193,7,0.3);
    position: relative;
    overflow: hidden;
}

.package-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700, #ff9800);
    color: #333;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.package-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    color: #333;
    text-decoration: none;
}



@media (max-width: 768px) {
    .ticket-card {
        margin-bottom: 20px;
    }

    .discount-badge {
        position: static;
        display: block;
        margin-top: 5px;
    }

    .hsl-prompt-container {
        padding: 20px 15px;
    }
}
/* Helabet Featured Card Responsive Styles */
.featured-card-hb {
    max-width: 1800px;
    width: 100%;
    background: linear-gradient(135deg, hsla(270,79%,17%,1), hsla(270,79%,25%,1));
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 0 auto 60px auto;
}

.featured-card-hb:hover {
    transform: translateY(-8px);

}

.featured-card-hb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fbcc08, transparent);
}

.featured-card-hb::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(251, 204, 8, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.card-content-hb {
    position: relative;
    z-index: 2;
}

.card-actions-hb {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card-header-hb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.logo-container-hb {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(251, 204, 8, 0.3);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-container-hb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.logo-container-hb::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, #fbcc08, #ffd700, #fbcc08);
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-card-hb:hover .logo-container-hb::after {
    opacity: 1;
}

.featured-badge-hb {
    background: rgba(251, 204, 8, 0.2);
    color: #fbcc08;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(251, 204, 8, 0.3);
}

.headline-hb {
    color: white;
    font-size: 36px;
    font-weight: 800;
    
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.headline-hb .highlight {
    background: linear-gradient(135deg, #fbcc08, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle-hb {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    
}

.promo-section {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

.promo-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.promo-code-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 16px;
    border: 1px dashed rgba(251, 204, 8, 0.4);
}

.promo-code {
    color: #fbcc08;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.copy-btn-hb {
    background: linear-gradient(135deg, #fbcc08, #ffd700);
    color: hsla(270,79%,17%,1);
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(251, 204, 8, 0.3);
}

.copy-btn-hb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(251, 204, 8, 0.4);
}

.copy-btn-hb:active {
    transform: translateY(0);
}

.copy-btn-hb.copied {
    background: #4CAF50;
    color: white;
}

.play-button {
    width: 100%;
    background: linear-gradient(135deg, #fbcc08, #ffd700);
    color: hsla(270,79%,17%,1);
    border: none;
    padding: 18px 32px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(251, 204, 8, 0.4);
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.play-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(251, 204, 8, 0.5);
    background: linear-gradient(135deg, #ffd700, #fbcc08);
    color: hsla(270,79%,17%,1);
    text-decoration: none;
}

.play-button:active {
    transform: translateY(-1px);
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 12px solid hsla(270,79%,17%,1);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 4px;
}

.glow-effect-hb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(251, 204, 8, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: pulse-hb 4s ease-in-out infinite;
}

@keyframes pulse-hb {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.7; }
}

/* Responsive Breakpoints for Helabet */
@media (max-width: 992px) {
    .featured-card-hb {
        max-width: 900px;
        padding: 35px;
        gap: 35px;
    }

    .headline-hb {
        font-size: 32px;
    }

    .logo-container-hb {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .featured-card-hb {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 24px;
        max-width: 600px;
        margin: 0 20px 40px 20px;
    }

    .headline-hb {
        font-size: 30px;
        text-align: center;
    }

    .subtitle-hb {
        text-align: center;
        font-size: 16px;
    }

    .logo-container-hb {
        width: 100px;
        height: 100px;
    }

    .card-header-hb {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .featured-card-hb {
        margin: 0 15px 30px 15px;
        padding: 28px 20px;
        gap: 28px;
        border-radius: 20px;
    }

    .headline-hb {
        font-size: 26px;
    }

    .subtitle-hb {
        font-size: 15px;
    }

    .promo-code {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .logo-container-hb {
        width: 100px;
        height: 100px;
    }

    .play-button {
        font-size: 16px;
        padding: 16px 28px;
    }

    .promo-section {
        padding: 20px;
    }

    .card-header-hb {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .featured-card-hb {
        margin: 0;
        padding: 24px 18px;
        gap: 24px;
    }

    .headline-hb {
        font-size: 24px;
    }

    .subtitle-hb {
        font-size: 14px;
    }

    .logo-container-hb {
        width: 100px;
        height: 100px;
    }

    .featured-badge-hb {
        font-size: 11px;
        padding: 6px 12px;
    }
}

@media (max-width: 360px) {
    .featured-card-hb {
        padding: 20px 16px;
        margin: 0 8px 20px 8px;
    }

    .headline-hb {
        font-size: 22px;
    }

    .promo-code-container {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .copy-btn-hb {
        width: 100%;
        padding: 12px;
    }

    .promo-code {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/* Improved Testimonials Carousel Layout */
.testimonials-carousel-container {
    position: relative;
    margin-top: 50px;

}

.testimonials-carousel {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
    padding: 20px 0;
}

.testimonial-slide {
    flex: 0 0 auto;
    width: 400px;
    max-width: 90vw;
}

.testimonial-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 280px;
    margin:4px;
    display: flex;
    flex-direction: column;

}

.testimonial-card:hover {
    transform: translateY(-2px);

}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4CAF50, #2196F3, #FF9800);
}

.testimonial-content {
    flex-grow: 1;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-quote {
    font-size: 16px;
    
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.testimonial-quote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.3);
    font-family: serif;
}

.testimonial-quote::after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.3);
    font-family: serif;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info {
    text-align: center;
}

.testimonial-info h6 {
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.testimonial-rating {
    display: flex;
    gap: 2px;
    margin-top: 5px;
    justify-content: center;
}

.star {
    color: #FFD700;
    font-size: 14px;
}

/* Carousel Controls */
.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}

.carousel-btn {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-size: 18px;
}

.carousel-btn:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2));
    transform: scale(1.1);
}

.carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.carousel-dots {
    display: flex;
    gap: 10px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: var(--bg-color);
    transform: scale(1.2);
}

.carousel-dot:hover {
    background: rgba(255, 255, 255, 0.6);
}

.testimonials-empty {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-empty h5 {
    color: #ff6b6b;
    font-size: 20px;
    margin-bottom: 20px;
}

/* Counter Section with Proper Spacing */
.counter-section .row.cus-mar {
    margin: 0 -15px;
}

.counter-section .single-area {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 20px;
    padding: 30px 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.counter-section .single-area:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.counter-section .img-area {
    margin-right: 20px;
    flex-shrink: 0;
}

.counter-section .img-area img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(1.2);
}

.counter-section .text-area h4 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--bg-color), var(--bg-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.counter-section .text-area p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

/* Counter responsive adjustments */
@media (max-width: 992px) {
    .counter-section .single-area {
        margin-left: 10px;
        margin-right: 10px;
        padding: 25px 20px;
    }

    .counter-section .text-area h4 {
        font-size: 28px;
    }
}

/* Responsive for testimonials carousel */
@media (max-width: 992px) {
    .testimonial-slide {
        width: 350px;
    }

    .testimonial-card {
        padding: 25px 20px;
        height: 260px;
    }
}

@media (max-width: 768px) {
    .testimonials-carousel-container {
        margin-top: 30px;
    }

    .testimonial-slide {
        width: 320px;
    }

    .testimonial-card {
        padding: 25px 20px;
        height: 250px;
    }

    .testimonial-quote {
        font-size: 15px;
        padding: 0 15px;
    }

    .carousel-controls {
        margin-top: 25px;
        gap: 15px;
    }

    .carousel-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .testimonial-slide {
        width: 280px;
    }

    .testimonial-card {
        padding: 20px 18px;
        height: 240px;
    }

    .testimonial-quote {
        font-size: 14px;
        padding: 0 10px;
    }

    .testimonial-avatar {
        width: 45px;
        height: 45px;
    }

    .testimonial-info h6 {
        font-size: 15px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .carousel-dots {
        gap: 8px;
    }

    .carousel-dot {
        width: 10px;
        height: 10px;
    }

    .counter-section .single-area {
        margin-left: 5px;
        margin-right: 5px;
        padding: 20px 18px;
    }

    .counter-section .text-area h4 {
        font-size: 24px;
    }

    .counter-section .text-area p {
        font-size: 14px;
    }

    .counter-section .img-area img {
        width: 50px;
        height: 50px;
    }
}

/* Toast notification */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 15px 25px;
    border-radius: 12px;
    font-weight: 600;
    transform: translateX(100%);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
}

.toast.show {
    transform: translateX(0);
}

@media (max-width: 480px) {
    .toast {
        right: 10px;
        top: 10px;
        padding: 12px 20px;
        font-size: 14px;
    }
}



.modern-container {
    max-width: 1400px;
    margin: 0 auto;

}

.hero-section-blog {
    position: relative;
    margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-slider-blog {
    position: relative;
    height: 500px;
}

.hero-slide-blog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
    background-size: cover;
    background-position: center;
}

.hero-slide-blog.active {
    opacity: 1;
}

.hero-content-blog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(10, 0, 31, 0.9), transparent);
    padding: 3rem 0 2rem;
}

.hero-content-inner-blog {
    padding: 0 40px;
    max-width: 800px;
}

.category-badge {
    display: inline-block;
    background: rgba(237, 182, 6, 0.2);
    color: var(--hover-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid rgba(237, 182, 6, 0.3);
}

.hero-title-blog {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: var(--dark-text);
}

.hero-meta-blog{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: var(--dark-text-alt);
}

.hero-meta-item-blog {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-nav-blog{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.hero-nav-btn-blog {
    background: rgba(45, 5, 114, 0.7);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-nav-btn-blog:hover {
    background: var(--hover-color);
    color: var(--body-color);
}

/* Featured Carousel Styles */
.featured-carousel-section {
    margin: 30px 0;
}

.featured-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.featured-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.featured-card {
    background: var(--dark-card);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px var(--dark-shadow);
    transition: transform 0.3s ease;
    border: 1px solid var(--dark-border);
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px;
}

.featured-card:hover {
    transform: translateY(-5px);
}

.featured-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-card:hover .featured-image img {
    transform: scale(1.05);
}

.featured-content {
    padding: 1.5rem;
}

.featured-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.featured-title a {
    color: var(--dark-text);
    text-decoration: none;
}

.featured-title a:hover {
    color: var(--hover-color);
}

.featured-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: var(--dark-text-alt);
    margin-top: 1rem;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--dark-text-alt);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: var(--hover-color);
    transform: scale(1.2);
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(45, 5, 114, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
}

.carousel-arrow:hover {
    background: var(--hover-color);
    color: var(--body-color);
}

.carousel-arrow.prev {
    left: 10px;
}

.carousel-arrow.next {
    right: 10px;
}

.main-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin: 40px 0;
}

.news-card {
    background: var(--dark-card);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px var(--dark-shadow);
    border: 1px solid var(--dark-border);
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--hover-color);
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--hover-color);
    display: inline-block;
}

.article-preview {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--dark-border);
}

.article-preview:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.article-image {
    width: 200px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content {
    flex: 1;
}

.article-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.article-title a {
    color: var(--dark-text);
    text-decoration: none;
}

.article-title a:hover {
    color: var(--hover-color);
}

.article-excerpt {
    color: var(--dark-text-alt);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.article-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.875rem;
    color: var(--dark-text-alt);
}

.sidebar-widget {
    background: var(--dark-card);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px var(--dark-shadow);
    border: 1px solid var(--dark-border);
}

.widget-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--hover-color);
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--hover-color);
}

.popular-post {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--dark-border);
}

.popular-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popular-image {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.popular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-content {
    flex: 1;
}

.popular-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.popular-title a {
    color: var(--dark-text);
    text-decoration: none;
}

.popular-title a:hover {
    color: var(--hover-color);
}

.popular-date {
    font-size: 0.75rem;
    color: var(--dark-text-alt);
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.pagination-list {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--dark-card);
    color: var(--dark-text);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid var(--dark-border);
}

.pagination-link:hover, .pagination-link.active {
    background: var(--hover-color);
    color: var(--body-color);
}

.pagination-link.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.ad-banner {
    background: var(--dark-card);
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
    border: 1px solid var(--dark-border);
}

.sponsored-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--hover-color);
    color: var(--body-color);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 5;
}

@media (max-width: 1024px) {
    .main-layout {
        grid-template-columns: 1fr;
    }

    .featured-card {
        flex: 0 0 calc(50% - 20px);
    }

    .hero-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .article-preview {
        flex-direction: column;
    }

    .article-image {
        width: 100%;
        height: 200px;
    }

    .featured-card {
        flex: 0 0 calc(100% - 20px);
    }

    .hero-title {
        font-size: 1.1rem;
    }

    .hero-section {
        margin-top: 10px;
    }
}

.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--dark-card);
    border-radius: 12px;
    margin: 2rem 0;
    border: 1px solid var(--dark-border);
}

.empty-state i {
    font-size: 3rem;
    color: var(--hover-color);
    margin-bottom: 1rem;
}

.empty-state h3 {
    color: var(--dark-text);
    margin-bottom: 1rem;
}

.empty-state p {
    color: var(--dark-text-alt);
}

.read-button {
    width: 100%;
    background: linear-gradient(135deg, #4f46e5, #4f46e5);
    color: hsl(0, 0%, 100%);
    border: none;
    padding: 18px 32px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.4);
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(79, 70, 229, 0.5);
    background: linear-gradient(135deg, #4f46e5, #4f46e5);
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}

.read-button:active {
    transform: translateY(-1px);
}
/* Additional Modal Styles */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(79, 70, 229, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}



/* Ensure modal is above other content */
.modal-overlay {
    z-index: 10000;
}

/* Responsive improvements */
@media (max-width: 480px) {
    .promo-code-container {
        flex-direction: column;
        gap: 5px !important;
    }
}

 .trigger-btn {
     background: linear-gradient(135deg, var(--bg-color) 0%, #f4c430 100%);
     border: none;
     padding: 12px 30px;
     border-radius: 25px;
     color: var(--body-color);
     font-weight: 600;
     font-size: 16px;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(237, 182, 6, 0.3);
 }

.trigger-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(237, 182, 6, 0.4);
}

.sleek-modal .modal-dialog {
    max-width: 420px;
    margin: 0 auto;
}

.sleek-modal .modal-content {
    background: rgba(26, 10, 61, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(237, 182, 6, 0.2);
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.sleek-modal .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--bg-color) 0%, var(--hover-alt-color) 50%, var(--bg-color) 100%);
    z-index: 1;
}

.modal-header {
    border: none;
    padding: 25px 25px 0;
    position: relative;
}


.modal-body {
    padding: 20px 25px 30px;
    text-align: center;
}



.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.modal-title {
    color: var(--para-color);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;

}
.pop-ad {
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: center;     /* centers vertically (if container has height) */
    text-align: center;
}



.modal-subtitle {
    color: var(--para-alt-color);
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 400;
}

.action-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.action-buttons a,
.action-buttons button {
    flex: 1; /* makes both take equal width */
}


.btn-primary-custom {
    background: linear-gradient(135deg, var(--bg-color) 0%, #f4c430 100%);
    border: none;
    color: var(--body-color);
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.btn-primary-custom:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(237, 182, 6, 0.4);
    color: var(--body-color);
}

.btn-primary-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary-custom:hover::before {
    left: 100%;
}

.btn-secondary-custom {
    background: rgba(247, 244, 255, 0.1);
    border: 1px solid rgba(247, 244, 255, 0.2);
    color: var(--para-alt-color);
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background: rgba(247, 244, 255, 0.15);
    color: var(--para-color);
    border-color: rgba(247, 244, 255, 0.3);
}

.modal-backdrop.show {
    opacity: 0.8;
    background: linear-gradient(135deg, var(--dark-bg), var(--body-color));
}

.feature-list {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: var(--para-alt-color);
}

.feature-icon {
    width: 32px;
    height: 32px;

    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    color: var(--bg-color);
    font-size: 14px;
}



@media (max-width: 576px) {
    .sleek-modal .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }

    .modal-body {
        padding: 15px 20px 25px;
    }

    .modal-title {
        font-size: 20px;
    }

    .brand-logo {
        width: 70px;
        height: 70px;
    }
}
.helabet-button-container {
    text-align: center;
    margin-top: 20px;
    padding: 15px 0 10px 0;
    border-top: 1px solid #eee;
}

.helabet-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--bg-nav),var(--bg-nav));
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    border: none;
    cursor: pointer;
    gap: 10px;
}

.helabet-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
    text-decoration: none;
}

.helabet-logo {
    width: 50px;
    height: 40px;
    object-fit: contain;
}
/* View Slip Button */
.btn-view-slip {
    background: var(--alt-blue);
    color: var(--para-color);
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    margin-top: 5px;
    width: 100%;
}

.btn-view-slip:hover {
    background: var(--hover-color);
    color: var(--body-color);
}

/* Bet Slip Modal */
.slip-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 20px;
}

.slip-modal {
    background: var(--dark-card);
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    border: 1px solid var(--dark-border);
    box-shadow: 0 10px 30px var(--dark-shadow);
}

.slip-modal-header {
    background: var(--bg-nav);
    color: var(--para-color);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--dark-border);
}

.slip-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.slip-modal-close {
    background: none;
    border: none;
    color: var(--para-color);
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slip-modal-body {
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto;
    background: var(--dark-bg);
}

.slip-summary {
    background: var(--dark-card);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid var(--dark-border);
    display: grid;
    color:#fff;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.slip-summary > div {
    text-align: center;
    padding: 8px;
    background: var(--bg-nav);
    border-radius: 6px;
    font-size: 14px;
}

.events-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.event-item {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

.event-item:hover {
    border-color: var(--hover-color);
    transform: translateY(-2px);
}

.event-sport {
    color: var(--hover-color);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 10px;
}

.team {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--dark-text);
    flex: 1;
}

.team img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.vs {
    color: var(--dark-text-alt);
    font-size: 12px;
    font-weight: 600;
}

.event-market {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: var(--bg-nav);
    border-radius: 6px;
    margin-bottom: 10px;
}

.market-type {
    color: var(--dark-text-alt);
    font-size: 12px;
}

.market-selection {
    color: var(--dark-text);
    font-weight: 600;
    font-size: 14px;
}

.market-odds {
    background: var(--hover-color);
    color: var(--body-color);
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}

.event-time {
    color: var(--dark-text-alt);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.slip-modal-footer {
    padding: 15px 20px;
    background: var(--dark-card);
    border-top: 1px solid var(--dark-border);
    text-align: right;
}

.btn-close-slip {
    background: var(--alt-blue);
    color: var(--para-color);
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-close-slip:hover {
    background: var(--hover-color);
    color: var(--body-color);
}

/* Responsive */
@media (max-width: 768px) {
    .slip-modal {
        margin: 10px;
        max-height: 95vh;
    }

    .slip-summary {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .event-teams {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .vs {
        align-self: center;
    }
}