:root {
  --body-font-size: 16px;
  --line-height30: 1.8;
  --primary: #62208d;
  --accent: #23df8c;
  --text: #fff;
  --background: #252525;
  --body-font: "Roboto", sans-serif;
  --heading-font: "Roboto", sans-serif;
  --paragraph-color: #fff;  /* Adjusted for text color */
  --heading-color: #fff;    /* Adjusted for heading color */
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  background: radial-gradient(ellipse at top, #2f1c5e 0%, #0d0a0d 100%);

}

body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none; /* IE and EDGE */
  scrollbar-width: none; /* Firefox */
}

.modal-open .modal::-webkit-scrollbar {
  display: none;
}

.modal {
  -ms-overflow-style: none; /* IE and EDGE */
  scrollbar-width: none; /* Firefox */
}

h1 {
  font-size: 86px;
  line-height: 1.2333333333;
}

h2 {
  font-size: 42px;
  line-height: 1.3380952381;
}

h3 {
  font-size: 32px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 28px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #dc0edc;
}

a:hover {
  color: #ffc400;
}

pre {
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\f105";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121a2f;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

.custom-gutters-14 > .col,
.custom-gutters-14 > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.custom-gutters-20 > .col,
.custom-gutters-20 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  padding: 10px 10px;
  overflow: hidden;
  position: relative;
  border: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
}
.btn i,
.btn svg {
  margin-left: 5px;
}
.btn:focus, .btn:active {
  outline: 0;
  box-shadow: none;
  color: #fff;
}
.btn:after {
  content: "";
  background: var(--main-color);
  position: absolute;
  transition: all 0.4s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btn img {
  margin-right: 7px;
  margin-top: -1px;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  height: 100%;
  width: 135%;
}

.btn-base {
  color: #fff;
  border: 0;
  background: var(--main-color);
}
.btn-base:after {
  background: #fff;
}
.btn-base:hover::after {
  background: var(--main-color);
}

.btn-secondary {
  background: var(--secondary-color);
  color: var(--heading-color);
}
.btn-secondary:after {
  background: #fff;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background: var(--secondary-color);
  color: var(--heading-color);
}
.btn-secondary:active::after, .btn-secondary:focus::after, .btn-secondary:hover::after {
  background: var(--secondary-color);
}

.btn-base-light {
  color: var(--main-color);
  border: 0;
  background: #e5f1fb;
}
.btn-base-light:after {
  background: #fff;
}
.btn-base-light:hover::after {
  background: var(--main-color);
}
.btn-base-light:active:after, .btn-base-light:focus:after {
  width: 135%;
  background: var(--main-color);
}

.btn-gray-border {
  color: #828282;
  border: 2px solid #d9d9d9;
  background: transparent;
  line-height: 60px;
  letter-spacing: 1px;
}
.btn-gray-border:after {
  background: #fff;
}
.btn-gray-border:hover {
  border: 2px solid var(--main-color);
}
.btn-gray-border:hover::after {
  background: var(--main-color);
}
.btn-gray-border:active:after, .btn-gray-border:focus:after {
  width: 135%;
  background: var(--main-color);
}

.btn-border {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background: transparent;
}
.btn-border:active, .btn-border:focus, .btn-border:hover {
  color: #ffffff;
}
.btn-border:active:after, .btn-border:focus:after, .btn-border:hover:after {
  width: 135%;
}

.btn-border-white {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.btn-border-white:hover {
  background: #fff;
  opacity: 1;
  color: var(--main-color);
}
.btn-border-white:hover::after {
  background: #fff;
}

.btn-white {
  color: var(--main-color);
  border: 0;
  background: #fff;
  font-size: 14px;
  transition: all 0.4s ease-in;
}
.btn-white:hover {
  color: var(--main-color);
}
.btn-white:hover:after {
  background: #fff;
}
.btn-white:focus, .btn-white:active {
  color: var(--main-color);
}

.btn-discount {
  color: #fff;
  border: 0;
  background: #EAEAEE;
}
.btn-discount:after {
  background: #fff;
}
.btn-discount:hover::after {
  background: var(--main-color);
}

.link-btn {
  margin: 0;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: var(--main-color);
  position: relative;
}
.link-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  transition: all 0.4s ease-in;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
  height: 1px;
}
.link-btn:hover {
  color: var(--main-color);
}
.link-btn:hover::after {
  width: 100%;
}

.icon-btn {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background: var(--white-color, #fff);
  color: var(--heading-color, #101010);
  border: 1px solid var(--border-color, #E5E5E5);
  position: relative;
}
.icon-btn .badge {
  height: 11px;
  width: 11px;
  line-height: 11px;
  display: inline-block;
  background: #FF4B00;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  padding: 0;
  font-size: 10px;
  top: 10px;
  right: 10px;
}
.icon-btn:hover {
  border-color: #614BFF;
}

.back-page-btn {
  background: #FFFFFF;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 8px rgba(71, 50, 50, 0.05)) drop-shadow(0px 0px 1px rgba(12, 26, 75, 0.24));
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #737373;
  font-size: 24px;
  display: block;
  padding: 0;
}
.back-page-btn i {
  margin: 0;
}
.back-page-btn:after {
  transform: skew(19deg);
}
.back-page-btn:focus, .back-page-btn:active, .back-page-btn:hover {
  color: var(--main-color);
}
.back-page-btn:focus:after, .back-page-btn:active:after, .back-page-btn:hover:after {
  background: #fff;
}

.after-page-btn {
  background: var(--main-color);
  border-radius: 16px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 34px;
  display: block;
  padding: 0;
  overflow: initial;
  margin: auto;
}
.after-page-btn i {
  margin: 0;
}
.after-page-btn:hover:after {
  width: 90px;
  height: 90px;
}
.after-page-btn:after {
  border: 2px solid rgba(206, 40, 41, 0.3);
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
  left: 50%;
  top: 50%;
  border-radius: 28px;
  background: transparent;
}

.another-way-link {
  text-align: center;
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
.another-way-link a {
  color: var(--main-color);
  font-weight: 500;
  text-decoration: underline;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checklist li {
  font-weight: 500;
  font-size: 18px;
}
.checklist li svg,
.checklist li i {
  margin-right: 5px;
  font-size: 16px;
  color: #614BFF;
}

/*------------------------------------------------
    ## breadcrumb title
------------------------------------------------*/
.breadcrumb-area {
  background-color: var(--main-color);
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 64%;
  z-index: 0;
}
.breadcrumb-area .banner-bg-img {
  background-size: 108% 179%;
}
.breadcrumb-area .banner-inner {
  padding: 150px 0 100px;
}
.breadcrumb-area .banner-inner h1 {
  margin-bottom: 5px;
}

.breadcrumb {
  margin: 0px;
  text-align: center;
  display: inline-flex;
}
.breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--secondary-color);
}
.breadcrumb .breadcrumb-item:hover a {
  color: var(--secondary-color);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "-");
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 45px;
  position: relative;
}
.section-title .sub-title {
  color: var(--main-color);
  font-family: var(--satisfy-font);
  font-weight: 400;
  margin-bottom: 10px;
}
.section-title .title {
  font-size: 42px;
  font-weight: 600;
}
.section-title p {
  margin-top: 28px;
}
.section-title .btn {
  margin-top: 22px;
  height: 64px;
  line-height: 64px;
}

.pagination {
  border: 0;
  display: inline-block;
  margin: 0px;
}
.pagination .page-item {
  margin-right: 10px;
  display: inline-block;
}
.pagination .page-item.active .page-link {
  background: var(--main-color);
  color: #fff;
}
.pagination .page-item .page-link {
  border: 0;
  height: 56px;
  width: 56px;
  padding: 0px;
  background: #fff;
  border-radius: 6px;
  color: var(--main-color);
  text-align: center;
  line-height: 56px;
  box-shadow: none;
  font-size: 18px;
  transition: all 0.4s ease-in;
  outline: 0;
}
.pagination .page-item .page-link:hover {
  background: var(--main-color);
  color: #fff;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: var(--white-color, #fff);
  background-color: var(--main-color);
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
  border-radius: 4px;
}
.back-to-top svg {
  margin-top: 11px;
}

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
  transition: all 0.4s ease-in;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background: #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.4s ease-in;
  align-items: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: var(--white-color, #fff);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: var(--white-color, #fff);
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**===== wave1 =====*/
.spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
}

.spinner:before,
.spinner:after {
  content: "";
  border: 2px solid var(--main-color);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
}

.spinner:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}

.spinner:after {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
/***single-input-area***/
.default-form-wrap {
  margin-bottom: 30px;
}
.default-form-wrap label {
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 15px;
  position: absolute;
  top: -2px;
  left: 20px;
  z-index: 999;
}
.default-form-wrap .title {
  margin-bottom: 28px;
}
.default-form-wrap .single-input-wrap {
  border-radius: 16px;
  height: 56px;
  line-height: 54px;
  margin-bottom: 15px;
}
.default-form-wrap .single-input-wrap input {
  padding: 0 48px 2px 56px;
  border-radius: 16px;
}
.default-form-wrap .single-input-wrap .show-pass-btn {
  border: 0;
  background: transparent;
  padding: 0;
  position: absolute;
  right: 20px;
  top: -2px;
}
.default-form-wrap .form-check {
  padding: 19px 0 19px 1.5rem;
}
.default-form-wrap .reset-pass {
  color: #7c7d94;
}
.default-form-wrap .reset-pass:hover {
  color: var(--main-color);
}
.default-form-wrap .btn {
  margin-top: 22px;
}
.default-form-wrap p {
  text-align: center;
  margin: 40px 0 0 0;
}
.default-form-wrap p a {
  color: var(--main-color);
  margin-left: 5px;
}
.default-form-wrap.style-2 .single-textarea-wrap textarea,
.default-form-wrap.style-2 .single-input-wrap input {
  background: #FAF7F2;
}

.single-input-wrap {
  position: relative;
  height: 56px;
  margin-bottom: 30px;
  line-height: 42px;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
}
.single-input-wrap.with-btn input {
  padding: 0 240px 2px 30px;
}
.single-input-wrap label {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 5px;
}
.single-input-wrap input {
  border: none;
  padding: 0 30px 2px 30px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #5f5f5f;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  transition: all 0.4s ease-in;
  position: relative;
}
.single-input-wrap input::placeholder {
  color: #5f5f5f;
}
.single-input-wrap input:active, .single-input-wrap input:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.single-input-wrap .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.single-textarea-wrap {
  height: 95px;
}
.single-textarea-wrap textarea {
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #5f5f5f;
  background: #fff;
  border: 0;
  width: 100%;
  padding: 12px;
  transition: all 0.4s ease-in;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
}
.single-textarea-wrap textarea::placeholder {
  color: #5f5f5f;
}
.single-textarea-wrap textarea:active, .single-textarea-wrap textarea:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

.form-check .form-check-input {
  width: 28px;
  height: 28px;
  margin-top: 0px;
  outline: 0;
  box-shadow: none;
  background: rgba(41, 41, 41, 0.1);
  border: none;
}
.form-check .form-check-input:focus, .form-check .form-check-input:active {
  border: none;
  box-shadow: none;
  outline: 0;
}
.form-check .form-check-input:checked {
  background-color: #5ABB47;
  border: none;
}
.form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-check .form-check-label {
  color: var(--heading-color);
  font-size: 16px;
}

.single-select {
  font-weight: 500;
  color: #5f5f5f;
  height: 56px;
  line-height: 56px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  padding: 0 90px 0 20px;
}
.single-select .list {
  width: 100%;
}
.single-select:after {
  border-color: #5f5f5f;
  border-width: 1px;
  height: 6px;
  width: 6px;
  right: 25px;
}

/*------------------------------------------------
    ## social area
------------------------------------------------*/
.social-area {
  padding: 0;
  margin: 0;
}
.social-area li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
.social-area li:first-child {
  padding-left: 0;
}
.social-area li:last-child {
  padding-right: 0;
}
.social-area li a {
  transition: 0.4s;
  border: 0;
  font-size: 18px;
  background: transparent;
  border-radius: 3px;
  text-align: center;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.social-area li a:hover {
  color: var(--secondary-color);
}

/*********** Magnific-popup style **************/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: #111;
}
.td-search-popup .search-form .submit-btn:hover {
  background: var(--secondary-color);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(206, 40, 41, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -120px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -120px;
}
.owl-carousel .owl-nav {
  opacity: 0;
  transition: all 0.4s ease-in;
}
.owl-carousel .owl-nav button {
  height: 48px;
  width: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
  border-radius: 50%;
  cursor: pointer !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.owl-carousel .owl-nav button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -6px;
  left: -6px;
  border-top: 30px solid transparent;
  border-right: 45px solid var(--main-color);
  border-bottom: 30px solid transparent;
  border-radius: 50%;
  transition: all 0.4s ease-in;
  z-index: -1;
}
.owl-carousel .owl-nav button:hover {
  background: transparent;
  border: 0;
}
.owl-carousel .owl-nav button:hover:after {
  border-right: 45px solid var(--secondary-color);
}
.owl-carousel .owl-nav button.owl-next {
  right: -150px;
}
.owl-carousel .owl-nav button.owl-next:after {
  transform: rotate(180deg);
  left: 6px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -150px;
}
.owl-carousel.style-2 .owl-nav {
  opacity: 1;
  position: absolute;
  right: 0;
  top: -56px;
}
.owl-carousel.style-2 .owl-nav button {
  position: initial;
  background: #FAF7F2;
  transform: none;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 6px;
  color: var(--main-color);
  margin-right: 10px;
}
.owl-carousel.style-2 .owl-nav button:last-child {
  margin-right: 0;
}
.owl-carousel.style-2 .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.owl-carousel.style-2 .owl-nav button::after {
  display: none;
}

.owl-dots {
  text-align: center;
  margin-top: -15px;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0;
  display: inline-block;
  padding: 0;
  margin: 0 7.5px;
  background: #DD6869;
  cursor: pointer !important;
  transition: all 0.4s ease-in;
}
.owl-dots .owl-dot.active {
  background: #fff;
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  height: 8px;
  width: 40px;
  border: 0;
  display: inline-block;
  padding: 0;
  margin: 0 4px;
  background: #f8f8f8;
  cursor: pointer !important;
  background: #e5e5e5;
}
.slick-dots li.slick-active {
  background: var(--main-color);
}

.rating-inner {
  color: #d80027 !important;
  display: inline-flex;
}
.rating-inner i {
  padding: 0 3px;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.text-secondary {
  color: var(--secondary-color) !important;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
}

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

.bg-main-gradient {
  background: var(--main-gradient) !important;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-black {
  background: #000000;
}

.bg-main {
  background: var(--main-color);
}

.bg-gray-gradient {
  background: linear-gradient(to top, #f9fbfe, #fff);
}

.default-pd-top {
  padding-top: 143px;
}

.pd-top-45 {
  padding-top: 45px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-65 {
  padding-top: 65px;
}

.pd-top-70 {
  padding-top: 70px;
}

.pd-top-85 {
  padding-top: 85px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-110 {
  padding-top: 110px;
}

.pd-top-115 {
  padding-top: 115px;
}

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

.pd-top-135 {
  padding-top: 135px;
}

.pd-top-130 {
  padding-top: 130px;
}

.pd-top-140 {
  padding-top: 140px;
}

.pd-top-150 {
  padding-top: 150px;
}

.pd-top-190 {
  padding-top: 182px;
}

.pd-bottom-30 {
  padding-bottom: 30px;
}

.pd-bottom-45 {
  padding-bottom: 45px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-65 {
  padding-bottom: 65px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-85 {
  padding-bottom: 85px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-95 {
  padding-bottom: 95px;
}

.pd-bottom-105 {
  padding-bottom: 105px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-110 {
  padding-bottom: 110px;
}

.pd-bottom-115 {
  padding-bottom: 115px;
}

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

.pd-bottom-130 {
  padding-bottom: 130px;
}

.pd-bottom-135 {
  padding-bottom: 135px;
}

.pd-bottom-140 {
  padding-bottom: 140px;
}

.pd-bottom-145 {
  padding-bottom: 145px;
}

.pd-bottom-150 {
  padding-bottom: 150px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

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

.mt-n1 {
  margin-top: -12px;
}

/***scroll-bar***/
.sc5::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.sc5::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F9FAFC;
}

.sc5::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
}

.sc5-2::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.sc5-2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}

.sc5-2::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-area {
  padding: 0;
  top: -1px;
  position: fixed;
  z-index: 98;
  width: 100% !important;
  transition: all 0.4s;
  background: var(--main-color);
  border-bottom: 1px solid #c20608;
  box-shadow: 0 9px 150px -30px rgba(0, 0, 0, 0.09);
}
.navbar-area .navbar {
  padding: 0;
}
.navbar-area .nav-container {
  background-color: transparent;
  transition: all 0.4s;
  min-height: 100px;
}
.navbar-area .nav-container .navbar-collapse {
  flex-grow: inherit;
}
.navbar-area .nav-container .logo a {
  display: flex;
}
.navbar-area .nav-container .logo a img {
  height: auto;
}
.navbar-area .nav-container .logo .sticky-logo {
  display: none;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  margin-top: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
  font-size: 16px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--secondary-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 24px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 15px;
  margin-right: 10px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  height: 7px;
  width: 2px;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
  margin-top: -4px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 24px;
  height: 2px;
  width: 7px;
  background: #fff;
  transition: all 0.3s ease-in;
  transform: rotate(45deg);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:after, .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  background: var(--secondary-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--white-color, #fff);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a span {
  font-size: 13px;
  background: var(--main-color);
  float: right;
  padding: 0px 7px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.4s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > a span {
  background: #fff;
  color: var(--heading-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: var(--white-color, #fff);
}
.navbar-area .nav-container .main-menu-list {
  display: block;
  width: 100%;
}
.navbar-area .nav-container .main-menu-list li {
  margin-top: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 50px;
  text-transform: capitalize;
}
.navbar-area .nav-container .main-menu-list li a {
  color: #022334;
  font-weight: 500;
  font-size: 18px;
}
.navbar-area .nav-container .main-menu-list li:hover a {
  color: #022334;
}
.navbar-area .nav-container .main-menu-list li + li {
  margin-left: 20px;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children, .navbar-area .nav-container .main-menu-list li.page_item_has_children {
  position: relative;
  z-index: 0;
  padding-right: 0;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children:before, .navbar-area .nav-container .main-menu-list li.page_item_has_children:before {
  position: absolute;
  right: -14px;
  top: 50%;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  color: #022334;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children:hover, .navbar-area .nav-container .main-menu-list li.page_item_has_children:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children:hover > .sub-menu, .navbar-area .nav-container .main-menu-list li.menu-item-has-children:hover > .children, .navbar-area .nav-container .main-menu-list li.page_item_has_children:hover > .sub-menu, .navbar-area .nav-container .main-menu-list li.page_item_has_children:hover > .children {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children {
  position: absolute;
  text-align: left;
  width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--white-color, #fff);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu.border-bt0,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children.border-bt0, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu.border-bt0,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu li,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children li, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu li,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu li a,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children li a, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu li a,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children li a {
  display: block;
  padding: 10px 20px;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu li a:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children li a:before, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu li a:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children li a:before {
  position: absolute;
  left: 17px;
  top: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu li:hover,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children li:hover, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu li:hover,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children li:hover {
  background: var(--main-color);
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu li:hover > a,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children li:hover > a, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu li:hover > a,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children li:hover > a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu li:hover > a:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children li:hover > a:before, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu li:hover > a:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children li:hover > a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu li:last-child,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children li:last-child, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu li:last-child,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children:before, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children > .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children > .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children > .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children .children, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children > .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children > .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children > .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children > .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children .children {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children .children .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children .children .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children .children .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children .children .children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children > .sub-menu .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children > .sub-menu .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children > .sub-menu .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children > .sub-menu .children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children .children .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children .children .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children .children .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children .children .children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children > .sub-menu .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children > .sub-menu .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children > .sub-menu .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children > .sub-menu .children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children .children .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children .children .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children .children .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children .children .children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children > .sub-menu .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children > .sub-menu .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children > .sub-menu .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children > .sub-menu .children .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children .children .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children .children .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children .children .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children .children .children .children, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children > .sub-menu .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children > .sub-menu .children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children .children .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children .children .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children .children .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children .children .children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children > .sub-menu .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children > .sub-menu .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children > .sub-menu .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children > .sub-menu .children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children .children .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children .children .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children .children .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children .children .children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children > .sub-menu .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children > .sub-menu .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children > .sub-menu .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children > .sub-menu .children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children .children .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children .children .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children .children .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children .children .children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children > .sub-menu .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children > .sub-menu .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children > .sub-menu .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children > .sub-menu .children .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children .children .sub-menu .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children .children .sub-menu .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children .children .children .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children .children .children .children {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu, .navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children:hover > .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children:hover > .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children:hover > .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children:hover > .children,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children:hover > .sub-menu,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children:hover > .children, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children:hover > .sub-menu, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children:hover > .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children:hover > .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children:hover > .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children:hover > .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children:hover > .children,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children:hover > .sub-menu,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children:hover > .children {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before, .navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .children li:hover:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children:hover > .sub-menu li:hover:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .sub-menu .page_item_has_children:hover > .children li:hover:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children:hover > .sub-menu li:hover:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .menu-item-has-children:hover > .children li:hover:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children:hover > .sub-menu li:hover:before,
.navbar-area .nav-container .main-menu-list li.menu-item-has-children .children .page_item_has_children:hover > .children li:hover:before, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before, .navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .menu-item-has-children:hover > .children li:hover:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children:hover > .sub-menu li:hover:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .sub-menu .page_item_has_children:hover > .children li:hover:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children:hover > .sub-menu li:hover:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .menu-item-has-children:hover > .children li:hover:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children:hover > .sub-menu li:hover:before,
.navbar-area .nav-container .main-menu-list li.page_item_has_children .children .page_item_has_children:hover > .children li:hover:before {
  color: var(--white-color, #fff);
}

.navbar-area-fixed {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.05);
  top: -1px;
  background: rgba(206, 40, 41, 0.8);
  backdrop-filter: blur(8px);
}

/********** navbar right part **********/
.nav-right-part {
  align-items: center;
  display: flex;
}
.nav-right-part ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.nav-right-part ul li {
  list-style: none;
  align-self: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 29px;
  position: relative;
}
.nav-right-part ul li i {
  padding: 0;
}
.nav-right-part ul li.phone-contact i {
  margin-right: 9px;
}
.nav-right-part ul li.menu-cart {
  margin-right: 1px;
}
.nav-right-part ul li span {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  background-color: var(--secondary-color);
  text-align: center;
  top: 0;
  right: 0;
  color: var(--heading-color);
  transform: translate(100%, -45%);
  line-height: 24px;
  padding: 0 11px 0 8px;
}
.nav-right-part ul li a {
  display: block;
}
.nav-right-part ul li a:hover {
  color: var(--secondary-color);
}
.nav-right-part ul li a:hover span {
  color: var(--heading-color);
}
.nav-right-part ul li:first-child {
  margin-left: 0;
}
.nav-right-part .btn {
  margin-left: 30px;
  height: 48px;
  line-height: 48px;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: var(--main-color);
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: var(--main-color);
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: var(--main-color);
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

.responsive-mobile-menu {
  display: none;
  position: absolute;
  transition: 0.4s;
  left: auto;
  right: 35px;
  top: 17px;
  background: transparent;
}

.toggle-btn {
  width: 36px;
  height: 36px;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
}
.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 17px;
  background-color: #fff;
  left: 7px;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 17px;
  background-color: #fff;
  left: 18px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

.nav-right-part-mobile {
  display: none;
}

.sopen {
  display: block !important;
}

@media all and (max-width: 1199px) {
  .nav-left-part .main-search-inner {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .nav-right-part {
    margin-right: 50px;
  }
  .nav-right-part .btn {
    height: 42px;
    line-height: 43px;
  }
  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }
  .nav-right-part-mobile {
    display: block;
  }
  .nav-right-part-desktop {
    display: none;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
    padding-right: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: -1px !important;
    z-index: -1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: var(--white-color, #fff);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
@media all and (max-width: 575px) {
  .navbar-area .nav-container .logo a img {
    width: 125px;
  }
  .nav-right-part {
    margin-right: 30px;
    right: 0;
  }
  .nav-right-part .btn {
    font-size: 13px;
    padding: 0 10px;
  }
  .responsive-mobile-menu {
    right: 0;
    top: 19px;
  }
}
.demo-banner {
  background-image: url(../img/bg.png);
  background-size: 100%;
  background-position: center;
  background-color: rgba(97, 75, 255, 0.1);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 90px 0;
}
.demo-banner .section-title .entry-title {
  font-weight: 700;
  color: var(--heading-color, #101010);
  font-family: var(--heading-font);
  font-size: 72px;
  line-height: 86px;
  letter-spacing: -1.5px;
  margin: 0 0 0 -4px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phoneWrapper {
  width: 410px;
  border-radius: 0;
  background-image: url(../img/mobile.png);
  display: flex;
  align-items: center;
  position: relative;
  background-size: 100% 100%;
  height: 710px;
  justify-content: center;
}

.phoneWrapper .mobile-mockup {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.phoneWrapper .mobile-mockup2 {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.phoneWrapper .in {
  width: 370px;
  border-radius: 40px;
  overflow: hidden;
  height: 670px;
}

.phoneWrapper .in .getFrame {
  width: 375px;
  height: 670px;
  border: 0 !important;
  padding: 0;
  margin: 0;
  border-radius: 30px;
}

.navbar-area {
  padding: 35px 0 0;
}

.qr-button {
  display: inline-flex;
  z-index: 100;
  border: 0;
  position: initial;
  padding: 0;
  border-radius: 5px;
  box-shadow: none;
  background: transparent;
  font-weight: 600;
  font-size: 42px;
  line-height: 59px;
  color: var(--heading-color, #101010);
  margin: 0;
}
.qr-button.alert-warning {
  background: transparent;
  border: 0;
  color: var(--heading-color);
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.qr-button.alert-warning img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.qr-button.qr-button img {
  margin-right: 22px;
}

.qr-button img {
  margin-right: 22px;
}

.qr-button span {
  margin-top: 23px;
}

.qr-button .media-body {
  position: relative;
  align-self: flex-end;
}

.qr-button .media-body img {
  margin-right: 0;
  position: absolute;
  left: 10px;
  top: 0;
  max-width: initial;
  width: 435px;
  transform: translateY(-100%);
}

.phoneWrapper {
  width: 450px;
  height: 770px;
}

.phoneWrapper .in {
  width: 382px;
  height: 725px;
}

.phoneWrapper .in .getFrame {
  width: 382px;
  height: 725px;
}

.demo-feature {
  background: #f9f9f9;
}
.demo-feature .demo-feature-wrap {
  display: flex;
  border: 1px solid #e1e1e1;
  margin-bottom: 34px;
  padding: 30px 20px 16px 20px;
  background: var(--white-color, #fff);
  gap: 20px;
}
.demo-feature .demo-feature-wrap img {
  flex: none;
  align-self: flex-start;
}

@media (max-width: 991px) {
  .demo-banner {
    background: transparent;
  }
  .qr-button .media-body img {
    transform: rotate(-99deg) translate(320px, -130px) scale(0.9);
  }
}
@media (max-width: 767px) {
  .demo-banner .section-title .entry-title {
    font-size: 50px;
    line-height: normal;
  }
  .qr-button .media-body img {
    display: none;
  }
}
@media (max-width: 525px) {
  .qr-button {
    display: block;
  }
  .qr-button span {
    font-size: 22px;
    display: block;
    line-height: initial;
  }
}
@media (max-width: 375px) {
  .demo-banner .section-title .entry-title {
    font-size: 40px;
  }
}
/*----------------------------------------------
    ## All section style
----------------------------------------------*/
.main-page {
  position: relative;
}
.main-page img {
  z-index: 1;
  animation: pulse 1s infinite;
}
.main-page .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.onboard-page {
  position: relative;
}
.onboard-page:before, .onboard-page:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  height: 50%;
  width: 100%;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0px 5px 28px 0px rgba(71, 50, 50, 0.07);
}
.onboard-page:before {
  height: 90%;
}
.onboard-page .btn-skip {
  position: absolute;
  top: 40px;
  right: 20px;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--heading-font);
  letter-spacing: -1px;
  color: var(--heading-color, #101010);
  z-index: 99;
}
.onboard-page .onboard-slider {
  padding-top: 60px;
}
.onboard-page .onboard-slider .item {
  padding-bottom: 30px;
}
.onboard-page .onboard-slider .item .thumb {
  margin-bottom: 0px;
  height: 320px;
}
.onboard-page .onboard-slider .item .thumb img {
  margin: auto;
  height: 300px;
  width: 320px;
  object-fit: contain;
}
.onboard-page .onboard-slider .owl-nav {
  display: none;
}
.onboard-page .onboard-slider .owl-dots {
  position: absolute;
  bottom: -70px;
  display: block;
  z-index: 1;
  width: 100%;
}
.onboard-page .onboard-slider .owl-dots .owl-dot {
  background: url(../img/dots.png);
  background-size: cover;
  opacity: 0.5;
  margin: 0 5px;
}
.onboard-page .onboard-slider .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  opacity: 1;
}
.onboard-page .onboard-slider .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.onboard-page .onboard-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.onboard-page .btn-wrap {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  padding-bottom: 10px;
}
.onboard-page .btn-wrap .onboard-btn {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #614BFF;
  display: block;
  color: var(--white-color, #fff);
  border-radius: 50%;
  position: relative;
  transition: 0.4s;
}
.onboard-page .btn-wrap .onboard-btn:after {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  height: 86px;
  width: 86px;
  border-radius: 50%;
  border: 1px solid rgba(189, 189, 190, 0.6);
}
.onboard-page .btn-wrap .onboard-btn:hover {
  background: var(--heading-color, #101010);
  color: var(--white-color, #fff);
}

.onboard-wrap h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: var(--heading-color, #101010);
  letter-spacing: -1.5px;
  margin-bottom: 10px;
}
.onboard-wrap p {
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 85px;
}

.register-page {
  margin-top: 40px;
}
.register-page h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.register-page p {
  margin-bottom: 30px;
}
.register-page .social-area {
  margin-top: 15px;
}
.register-page .social-area a {
  transition: 0.4s;
}
.register-page .social-area a:hover {
  transform: scale(1.2);
}
.register-page .another-way-link {
  margin-top: 10px;
}

.verification-form .single-input-wrap {
  transition: 0.4s;
  height: 70px;
}
.verification-form .single-input-wrap:active, .verification-form .single-input-wrap:focus, .verification-form .single-input-wrap:hover {
  border-color: #614BFF;
}
.verification-form .single-input-wrap:active input, .verification-form .single-input-wrap:focus input, .verification-form .single-input-wrap:hover input {
  box-shadow: 0 6px 20px rgba(206, 40, 41, 0.1);
}
.verification-form .single-input-wrap input {
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #614BFF;
}

.register-verify-page {
  margin-top: 60px;
}
.register-verify-page h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.register-verify-page p {
  margin-bottom: 40px;
}
.register-verify-page .another-way-link {
  margin-bottom: 2px;
}

.login-page {
  position: relative;
  text-align: center;
}
.login-page:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  background: var(--white-color, #fff);
  border-radius: 0 0 30px 30px;
  z-index: -1;
}
.login-page h3 {
  margin-top: 100px;
  margin-bottom: 15px;
}
.login-page p {
  margin-bottom: 30px;
}
.login-page .default-form-wrap a {
  font-size: 14px;
}
.login-page .btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.login-page .social-area {
  margin-top: 15px;
}
.login-page .social-area a {
  transition: 0.4s;
}
.login-page .social-area a:hover {
  transform: scale(1.2);
}

.or-border {
  position: relative;
  margin-top: 24px;
}
.or-border:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(184, 184, 184, 0.3);
  z-index: -1;
}
.or-border span {
  background: #f7f7f7;
  display: inline-block;
  padding: 0 4px;
}

.term-condition-page {
  padding-top: 60px;
  height: 100vh;
  position: relative;
}
.term-condition-page:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 17%;
  background: var(--white-color, #fff);
  border-radius: 0 0 30px 30px;
  z-index: -1;
}
.term-condition-page h3 {
  margin-top: -30px;
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
}
.term-condition-page h4 {
  font-size: 18px;
}
.term-condition-page p {
  margin-bottom: 30px;
  font-size: 14px;
}
.term-condition-page .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.forget-pass-page {
  padding-top: 60px;
  height: 100vh;
}
.forget-pass-page h3 {
  margin-top: 50px;
  margin-bottom: 15px;
}
.forget-pass-page p {
  margin-bottom: 30px;
}
.forget-pass-page .another-way-link {
  margin-bottom: 50px;
}

.successful-msg-page {
  border-radius: 24px;
  background: var(--white-color, #fff);
  padding: 24px 20px;
  filter: drop-shadow(0px 3px 8px rgba(71, 50, 50, 0.05)) drop-shadow(0px 0px 1px rgba(12, 26, 75, 0.24));
  width: 100%;
}
.successful-msg-page .icon {
  background: rgba(97, 75, 255, 0.1);
  height: 102px;
  width: 102px;
  line-height: 102px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.successful-msg-page h3 {
  margin-bottom: 15px;
  letter-spacing: -1.5px;
}
.successful-msg-page p {
  max-width: 226px;
  margin: 0 auto 20px;
}

/***main-home***/
.main-home-area {
  position: relative;
   padding-bottom: 115px;
}
.main-home-area .profile-area {
  align-items: center;
  position: initial;

  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 30px;
  z-index: 9999;
}
.main-home-area .profile-area .media {
  display: inline-flex;
  align-items: center;
}
.main-home-area .profile-area .media .thumb {
  border: 1px solid #614BFF;
  border-radius: 50%;
}
.main-home-area .profile-area .media .thumb img {
  border-radius: 50%;
}
.main-home-area .profile-area .media .media-body {
  margin-left: 8px;
  display: grid;
}
.main-home-area .profile-area .media .media-body .profile-name {
  color: var(--heading-color, #101010);
  font-size: 14px;
  font-weight: 500;
}
.main-home-area .profile-area .media .media-body .balance {
  border-radius: 24px;
  border: 1px solid var(--border-color, #1f1f1f);
  background: #1f1f1f;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 3px 3px 11px;
  line-height: normal;
}
.main-home-area .profile-area .media .media-body .balance span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1f1f1f;
  line-height: 18px;
  text-align: center;
}
.main-home-area .profile-area .btn-wrap {
  display: inline-flex;
  margin-left: auto;
  gap: 8px;
}

.banner-slider img {
  border-radius: 8px;
}
.banner-slider .owl-dots,
.banner-slider .owl-nav {
  display: none !important;
}

.home-category-slider .home-category-item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--border-color, #E5E5E5);
  border-radius: 0px;
  height: 48px;
  justify-content: center;
  padding: 0 13px;
  background: var(--white-color, #fff);
  font-weight: normal;
  font-size: 14px;
  transition: 0.4s;
}
.home-category-slider .home-category-item-wrap:focus, .home-category-slider .home-category-item-wrap:active, .home-category-slider .home-category-item-wrap:hover {
  background: #614BFF;
  color: var(--white-color, #fff);
}
.home-category-slider .home-category-item-wrap img {
  width: auto;
  margin-right: 8px;
  transition: 0.4s;
}
.home-category-slider .owl-item.active .home-category-item-wrap {
  background: #E6E2FF;
  color: #614BFF;
  border-radius: 8px 0 0 8px;
}
.home-category-slider .owl-item.active .home-category-item-wrap img {
  filter: none;
}
.home-category-slider .owl-item.active ~ .owl-item.active .home-category-item-wrap {
  background: transparent;
  color: var(--heading-color, #101010);
  border-radius: 0;
}
.home-category-slider .owl-item.active ~ .owl-item.active .home-category-item-wrap img {
  filter: grayscale(1) brightness(1.5);
}
.home-category-slider .owl-dots,
.home-category-slider .owl-nav {
  display: none !important;
}

.sports-slider {
  border: 1px solid var(--border-color, #E5E5E5);
  border-radius: 8px;
}
.sports-slider .slick-arrow {
  display: none;
}
.sports-slider .sports-slider-item {
  border-radius: 0;
  border: 0;
  width: max-content;
  font-size: 14px;
  font-weight: 400;
  padding: 14.5px 16px;
  color: var(--paragraph-color);
  background: transparent;
  line-height: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
.sports-slider .sports-slider-item i, .sports-slider .sports-slider-item svg {
  font-size: 10px;
}
.sports-slider .sports-slider-item ~ .sports-slider-item {
  border-left: 1px solid var(--border-color, #E5E5E5);
}
.sports-slider .sports-slider-item.slick-current {
  background: #614BFF;
  color: var(--white-color, #fff);
  border-radius: 8px 0 0 8px;
}

/***search-page***************/
.home-search-wrap {
  display: flex;
  gap: 10px;
  margin-top: 72px;
  align-items: center;
}
.home-search-wrap .default-form-wrap {
  align-items: center;
  width: 100%;
}
.home-search-wrap .default-form-wrap .single-input-wrap {
  height: 40px;
  line-height: 40px;
}
.home-search-wrap .default-form-wrap .single-input-wrap,
.home-search-wrap .default-form-wrap .single-input-wrap input {
  border-radius: 40px;
  background: #F7F7F7;
}
.home-search-wrap .btn {
  flex: none;
  background: #F7F7F7;
}

/***bet-page***************/
.single-page-area {
  padding-bottom: 115px;
  padding-top: 115px;
}
.single-page-area .title-area {
  display: flex;
  background: var(--white-color, #fff);
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0px -12px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 20px 30px;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}
.single-page-area .title-area h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 30px 0 58px;
}
.single-page-area .title-area .balance {
  border-radius: 24px;
  border: 1px solid var(--border-color, #E5E5E5);
  background: var(--white-color, #fff);
  display: inline-flex;
  align-items: center;
  padding: 3px 3px 3px 11px;
  line-height: normal;
  justify-content: space-between;
  width: 90px;
  margin-left: auto;
}
.single-page-area .title-area .balance span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #614BFF;
  line-height: 18px;
  text-align: center;
}
.single-page-area p {
  font-size: 12px;
}

.single-product-wrap {
  border-radius: 8px;
  background:#181818;
  text-align: center;
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  padding: 16px;
  margin-top: 25px;
}
.single-product-wrap .title {
  font-size: 14px;
  font-weight: 400;
  color: var(--heading-color, #101010);
}
.single-product-wrap .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product-wrap .details .team-name {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.single-product-wrap .details .thumb {
  text-align: center;
}
.single-product-wrap .details .thumb img {
  margin: auto;
}
.single-product-wrap .betting-wrap h2 {
  font-size: 22px;
  font-weight: 600;
}
.single-product-wrap .betting-wrap .time {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  line-height: initial;
}
.single-product-wrap .betting-wrap .time svg,
.single-product-wrap .betting-wrap .time i {
  color: #FF4B00;
  font-size: 9px;
}
.single-product-wrap .betting-wrap .btn {
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  margin-top: 10px;
}
.single-product-wrap .betting-type {
  margin-top: 16px;
}
.single-product-wrap .betting-type ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.single-product-wrap .betting-type ul li {
  font-size: 12px;
  font-family: var(--heading-font);
}
.single-product-wrap .betting-type ul li .betting-btn {
  display: block;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  border: 0;
  background: #2D2B4C;
  color: #BDBDBE;
  padding: 4px 25.5px 3px;
  transition: 0.4s;
}
.single-product-wrap .betting-type ul li .betting-btn:hover, .single-product-wrap .betting-type ul li .betting-btn:focus, .single-product-wrap .betting-type ul li .betting-btn:active {
  background: #614BFF;
  color: var(--white-color, #fff);
}
.single-product-wrap .betting-meta {
  margin-top: 20px;
  border-top: 1px solid var(--border-color, #E5E5E5);
  padding-top: 15px;
}
.single-product-wrap .betting-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.single-product-wrap .betting-meta ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.single-product-wrap .betting-meta ul li a {
  display: flex;
  align-items: center;
}
.single-product-wrap .betting-meta ul li i, .single-product-wrap .betting-meta ul li svg {
  margin-right: 3px;
}
.single-product-wrap .betting-meta ul li img {
  margin-left: 3px;
}

.bet-slip-card {
  border-radius: 8px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  padding: 16px;
  position: relative;
  margin-bottom: 20px;
}
.bet-slip-card .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.bet-slip-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -4px;
}
.bet-slip-card ul li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.bet-slip-card button {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 16px;
  line-height: initial;
  color: var(--heading-color, #101010);
}

.predict-amount-card {
  border-radius: 8px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  padding: 16px;
}
.predict-amount-card .title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--paragraph-color);
}
.predict-amount-card .price {
  font-size: 14px;
  font-weight: 400;
  color: var(--heading-color, #101010);
  margin-bottom: -0.4em;
}

.filter-modal-popup {
  padding: 0 !important;
  bottom: 0;
  top: auto;
  height: 70%;
}
.filter-modal-popup .modal-dialog {
  margin: 0;
}
.filter-modal-popup.show .modal-dialog {
  transform: none;
}
.filter-modal-popup .modal-content {
  background: transparent;
}

.modal-card-wrap {
  border-radius: 24px;
  background: var(--white-color, #fff);
  padding: 24px 20px;
  text-align: center;
}
.modal-card-wrap .icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: rgba(97, 75, 255, 0.1);
  display: inline-block;
  margin-bottom: 20px;
}
.modal-card-wrap .icon i, .modal-card-wrap .icon svg {
  font-size: 50px;
  color: #614BFF;
}
.modal-card-wrap .title {
  font-size: 20px;
  font-weight: 600;
}
.modal-card-wrap .btn {
  margin-top: 5px;
}

/*comment page**********/
.comment-card {
  border-radius: 8px;
  background: var(--white-color, #fff);
  padding: 10px;
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  position: relative;
}
.comment-card ~ .comment-card {
  margin-top: 16px;
}
.comment-card .profile {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.comment-card .profile .thumb {
  flex: none;
}
.comment-card .profile .details .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.comment-card .profile .details .time {
  font-size: 10px;
  font-weight: 400;
}
.comment-card .comment {
  font-size: 14px;
  font-weight: 400;
}
.comment-card .react {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 4px;
  position: absolute;
  right: 10px;
  top: 13px;
}
.comment-card .react i {
  color: #614BFF;
}

/*comment form page**********/
.my-comment-thumb {
  text-align: center;
  margin-top: 24px;
}
.my-comment-thumb img {
  margin-bottom: 8px;
}
.my-comment-thumb .name {
  font-size: 18px;
  font-weight: 500;
}

.comment-form .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

/*participater page**********/
.participater-card {
  border-radius: 8px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  padding: 12px 10px;
}
.participater-card ~ .participater-card {
  margin-top: 16px;
}
.participater-card .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.participater-card .profile .thumb {
  flex: none;
}
.participater-card .profile .details .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.participater-card .profile .details .time {
  font-size: 10px;
  font-weight: 400;
}
.participater-card .profile .price {
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #614BFF;
  line-height: initial;
}

/*profile page**********/
.my-profile-wrap {
  margin-top: 29px;
}
.my-profile-wrap .media {
  align-items: center;
  gap: 16px;
  position: relative;
}
.my-profile-wrap .media .star {
  position: absolute;
  top: -20px;
  right: 63px;
}
.my-profile-wrap .media .star.star2 {
  top: 36px;
  right: 5px;
}
.my-profile-wrap .media .thumb {
  flex: none;
  width: 70px;
  border: 2px solid #614BFF;
  border-radius: 50%;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.my-profile-wrap .media .thumb .icon {
  position: absolute;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: var(--white-color, #fff);
  text-align: center;
  border: 1px solid #614BFF;
  right: 0;
  bottom: 0;
}
.my-profile-wrap .media .thumb .icon input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.my-profile-wrap .media .thumb .icon label {
  background: transparent;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  color: #614BFF;
  border-radius: 50%;
  cursor: pointer;
}
.my-profile-wrap .media .profile-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.my-profile-wrap .media .profile-mail {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: initial;
}

.profile-details {
  margin-top: 24px;
  border-radius: 0 0 30px 30px;
  padding: 10px 30px;
}
.profile-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.profile-details ul li {
  text-align: center;
  position: relative;
}
.profile-details ul li:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background: var(--white-color, #fff);
  opacity: 0.3;
}
.profile-details ul li:first-child:after {
  display: none;
}
.profile-details ul li h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color, #fff);
  margin-bottom: 0;
}
.profile-details ul li span {
  color: var(--white-color, #fff);
  font-size: 12px;
  font-weight: 400;
}

.profile-list-inner {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 24px;
}
.profile-list-inner li .single-profile-wrap {
  border-radius: 8px;
  background: var(--white-color, #fff);
  display: block;
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  padding: 11px 10px 11px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s;
}
.profile-list-inner li .single-profile-wrap svg {
  font-size: 18px;
  color: #5A5A5A;
  transition: 0.4s;
}
.profile-list-inner li .single-profile-wrap i {
  margin-left: auto;
  font-size: 24px;
  line-height: initial;
  transition: 0.4s;
}
.profile-list-inner li .single-profile-wrap .switch {
  margin-left: auto;
}
.profile-list-inner li .single-profile-wrap:hover {
  color: #614BFF;
}
.profile-list-inner li .single-profile-wrap:hover svg, .profile-list-inner li .single-profile-wrap:hover i {
  color: #614BFF;
}
.profile-list-inner li:not(:last-child) {
  margin-bottom: 16px;
}
.profile-list-inner li .dark-area {
  position: initial;
  margin-left: auto;
  height: 18px;
}
.profile-list-inner li .dark-area .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}
.profile-list-inner li .dark-area .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profile-list-inner li .dark-area .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.profile-list-inner li .dark-area .switch .slider:before {
  position: absolute;
  content: "" !important;
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  transform: translateX(0px) translateY(3px);
}
.profile-list-inner li .dark-area .switch .slider:after {
  display: none;
}
.profile-list-inner li .dark-area .switch input:checked + .slider {
  background-color: #614BFF;
}
.profile-list-inner li .dark-area .switch input:focus + .slider {
  box-shadow: 0 0 1px #614BFF;
}
.profile-list-inner li .dark-area .switch input:checked + .slider:before {
  transform: translateX(15px) translateY(3px);
}
.profile-list-inner li .dark-area .switch .slider.round {
  border-radius: 34px;
}
.profile-list-inner li .dark-area .switch .slider.round:before {
  border-radius: 50%;
}

/*switch******/
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #614BFF;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #614BFF;
}
.switch input:checked + .slider:before {
  transform: translateX(15px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

/*my profile page**********/
.my-profile-detail {
  margin-top: 24px;
}
.my-profile-detail .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.my-profile-list-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my-profile-list-inner li span {
  font-size: 12px;
  font-weight: 400;
}
.my-profile-list-inner li h6 {
  font-size: 14px;
  font-weight: 400;
}

/*edit profile page**********/
.edit-form-wrap {
  margin-top: 16px;
}
.edit-form-wrap .single-input-wrap {
  height: auto;
  line-height: normal;
  border-radius: 8px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  padding: 12px 16px;
  border: 0;
  margin-bottom: 16px;
}
.edit-form-wrap .single-input-wrap label {
  font-size: 12px;
  font-weight: 400;
  color: var(--paragraph-color);
}
.edit-form-wrap .single-input-wrap input {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--heading-color, #101010);
  border-radius: 0;
}

/*wallet page**********/
.wallet-ballance-card {
  border-radius: 8px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  margin-top: 29px;
}
.wallet-ballance-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.wallet-ballance-card ul:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  background: #BDBDBE;
  width: 1px;
  height: calc(100% - 32px);
  transform: translate(-50%, -50%);
}
.wallet-ballance-card ul li {
  text-align: center;
}
.wallet-ballance-card ul li span {
  font-size: 14px;
  font-weight: 400;
}
.wallet-ballance-card ul li h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.wallet-btn-wrap {
  gap: 15px;
  display: flex;
}

/*transaction page**********/
.transaction-wrap .header-wrap {
  border-radius: 30px 30px 0 0;
  background: #EFEDFF;
  margin-top: 24px;
  padding: 9px 0px;
}
.transaction-wrap .header-wrap .media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transaction-wrap .header-wrap .media h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.transaction-wrap .header-wrap .media .single-select {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 40px 0 10px;
  min-width: 135px;
}
.transaction-wrap .header-wrap .media .single-select:after {
  right: 12px;
}
.transaction-wrap .header-wrap .media .single-select .list {
  width: auto;
  right: 0;
  left: auto;
}

.transaction-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.transaction-list li {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 10px 20px;
}
.transaction-list li ~ li {
  border-top: 1px solid var(--border-color, #E5E5E5);
}
.transaction-list li .icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(97, 75, 255, 0.1);
  font-size: 24px;
  color: #614BFF;
  text-align: center;
  padding: 0;
  border: 0;
}
.transaction-list li .details h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.transaction-list li .details span {
  font-size: 12px;
  font-weight: 400;
  color: var(--paragraph-color);
}
.transaction-list li .amount-details {
  margin-left: auto;
}
.transaction-list li .amount-details h6 {
  font-size: 14px;
  font-weight: 500;
  color: #614BFF;
  margin-bottom: 0;
}
.transaction-list li .amount-details span {
  font-size: 12px;
  font-weight: 400;
  color: var(--paragraph-color);
}
.transaction-list li.withdraw .icon {
  color: #FF4B00;
  background: rgba(255, 75, 0, 0.1);
}
.transaction-list li.withdraw .amount-details h6 {
  color: #FF4B00;
}

/*deposit & withdraw modal-wrap*******/
.deposit-modal-wrap {
  text-align: left;
  position: relative;
}
.deposit-modal-wrap .title {
  border-bottom: 1px solid var(--border-color, #E5E5E5);
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.deposit-modal-wrap .btn-close {
  position: absolute;
  right: 16px;
  top: 28px;
  font-size: 12px;
  box-shadow: none;
  outline: none;
}
.deposit-modal-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.deposit-modal-wrap ul li {
  display: flex;
}
.deposit-modal-wrap ul li span {
  margin-left: auto;
  margin-right: 30px;
}
.deposit-modal-wrap ul li span ~ span {
  margin-right: 0;
  margin-left: 0;
  min-width: 100px;
}

/*deposit-page*******/
.payment-method-wrap {
  margin-top: 25px;
}
.payment-method-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.payment-method-wrap .title-wrap h6 {
  font-size: 16px;
  font-weight: 600;
}
.payment-method-wrap .title-wrap a {
  font-size: 14px;
}

.payment-method-card {
  border-radius: 16px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  padding: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.payment-method-card h6 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--border-color, #E5E5E5);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.payment-method-card .payment-method-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.payment-method-card .payment-method-select .form-check {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.4s;
}
.payment-method-card .payment-method-select .form-check:has(.form-check-input:checked) {
  border-color: #614BFF;
}
.payment-method-card .payment-method-select .form-check .form-check-input {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: 0.4s;
}
.payment-method-card .payment-method-select .form-check .form-check-input:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: var(--white-color, #fff);
  font-size: 8px;
  text-align: center;
  width: 100%;
}
.payment-method-card .payment-method-select .form-check .form-check-input:checked {
  background: #614BFF;
  opacity: 1;
}
.payment-method-card .payment-method-select .form-check .form-check-label {
  width: 100%;
}
.payment-method-card .payment-method-select .form-check .form-check-label img {
  width: 100%;
  border-radius: 6px;
}

.amount-wrap {
  border-radius: 16px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  padding: 16px 16px 20px;
  margin-bottom: 26px;
}
.amount-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
  border-bottom: 1px solid var(--border-color, #E5E5E5);
  padding-bottom: 10px;
}
.amount-wrap .title-wrap h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.amount-wrap .title-wrap span {
  font-size: 12px;
  font-weight: 400;
}
.amount-wrap .single-input-wrap {
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  border: 0;
  margin-bottom: 0;
}
.amount-wrap .single-input-wrap input {
  padding: 0 16px;
  background: #F7F7F7;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color, #101010);
}

/*invite-page*******/
.invite-wrap {
  text-align: center;
  margin-top: 56px;
}
.invite-wrap .icon {
  height: 120px;
  width: 120px;
  line-height: 120px;
  border-radius: 50%;
  font-size: 64px;
  background: rgba(97, 75, 255, 0.1);
  color: #614BFF;
  display: inline-block;
  margin-bottom: 32px;
}
.invite-wrap h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.invite-wrap p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.invite-wrap .input-wrap {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.invite-wrap .input-wrap button {
  border: 0;
  background: #614BFF;
  color: var(--white-color, #fff);
  width: 56px;
}
.invite-wrap .input-wrap input {
  height: 52px;
  border: 0;
  padding: 0 16px;
}
.invite-wrap .social-area a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #614BFF;
}
.invite-wrap .social-area a:has(.fa-facebook-f) {
  background: #0D88EF;
}
.invite-wrap .social-area a:has(.google) {
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
}
.invite-wrap .social-area a:has(.google) img {
  width: 22px;
}
.invite-wrap .social-area a:has(.google):hover {
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px 6px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.4);
}
.invite-wrap .social-area a:has(.fa-twitter) {
  background: #7AB5FF;
}
.invite-wrap .social-area a:has(.fa-instagram) {
  background: #FF554A;
}
.invite-wrap .social-area a:hover {
  background: #614BFF;
  color: var(--white-color, #fff);
}

/*notification-page*******/
.notification-wrap {
  margin-top: 29px;
}

.notification-card {
  border-radius: 8px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  margin-top: 16px;
  display: flex;
  gap: 10px;
  padding: 14px 22px 14px 14px;
}
.notification-card .icon {
  border-radius: 50%;
  flex: none;
}
.notification-card h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.notification-card p {
  font-size: 12px;
  margin-bottom: 0;
}
.notification-card span {
  font-size: 10px;
  margin-bottom: -0.3em;
  display: block;
}

/*sports-page*******/
.sports-page-wrap {
  margin-top: 29px;
}
.sports-page-wrap .nav-tabs {
  border: 0;
  background: var(--white-color, #fff);
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #614BFF;
}
.sports-page-wrap .nav-tabs .nav-item {
  width: 50%;
}
.sports-page-wrap .nav-tabs .nav-item .nav-link {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 11px 10px;
  font-size: 14px;
  font-weight: 500;
}
.sports-page-wrap .nav-tabs .nav-item .nav-link.active {
  background: #614BFF;
  color: var(--white-color, #fff);
  border: 0;
}
.sports-page-wrap .tab-content {
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

.sports-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sports-list li:has(input:checked) label {
  background: #EFEDFF;
}
.sports-list li:has(input:checked) label img {
  filter: none;
}
.sports-list li:has(input:checked) label i {
  color: #614BFF;
  transform: rotate(-90deg);
}
.sports-list li:has(input:checked) .submenu {
  height: 100%;
  opacity: 1;
}
.sports-list li input {
  display: none;
}
.sports-list li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 20px;
  border-bottom: 1px solid var(--border-color, #E5E5E5);
  transition: 0.4s;
  background: var(--white-color, #fff);
}
.sports-list li label img {
  flex: none;
  margin-right: 12px;
  filter: grayscale(1);
}
.sports-list li label i {
  margin-left: auto;
  font-size: 22px;
  transform: rotate(90deg);
}
.sports-list li label:hover {
  background: #EFEDFF;
}
.sports-list li .submenu {
  height: 0;
  opacity: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sports-list li .submenu li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 13px 20px 13px 56px;
  border-bottom: 1px solid var(--border-color, #E5E5E5);
}
.sports-list li .submenu li a i {
  margin-left: auto;
  font-size: 22px;
}
.sports-list li .submenu li a:hover {
  background: #EFEDFF;
  color: #614BFF;
}

/*my-bet-page*******/
.mybet-page-wrap {
  margin-top: 29px;
}
.mybet-page-wrap .nav-tabs {
  border: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color, #E5E5E5);
}
.mybet-page-wrap .nav-tabs .nav-item {
  width: 20%;
}
.mybet-page-wrap .nav-tabs .nav-item ~ .nav-item {
  border-left: 1px solid var(--border-color, #E5E5E5);
}
.mybet-page-wrap .nav-tabs .nav-item .nav-link {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 500;
}
.mybet-page-wrap .nav-tabs .nav-item .nav-link.active {
  background: #ff00ff;
  color: var(--white-color, #fff);
  border: 0;
}

.mybet-single-card {
  border-radius: 8px;
  background:#1f1f1f;
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  margin-top: 16px;
  padding: 16px 16px 22px;
}
.mybet-single-card .card-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.mybet-single-card .card-title h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.mybet-single-card .card-title span {
  font-size: 12px;
  font-weight: 400;
}
.mybet-single-card .bet-details {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(89, 89, 89, 0.3);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.mybet-single-card .bet-details li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
}
.mybet-single-card .bet-status {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mybet-single-card .bet-status li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
}
.mybet-single-card .bet-status li.price {
  color: var(--heading-color, #101010);
}
.mybet-single-card .bet-status li.price .status-pending {
  font-weight: 500;
  color: #614BFF;
}
.mybet-single-card .bet-status li.price .status-win {
  font-weight: 500;
  color: #19BC83;
}
.mybet-single-card .bet-status li.price .status-lose {
  font-weight: 500;
  color: #FF4B00;
}

/*blog-page*******/
.blog-page-wrap {
  margin-top: 29px;
}
.blog-page-wrap .row.g-15 {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}
.blog-page-wrap .nav-tabs {
  border: 0;
  background: #EBEBEB;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #614BFF;
}
.blog-page-wrap .nav-tabs .nav-item {
  width: 50%;
}
.blog-page-wrap .nav-tabs .nav-item .nav-link {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 11px 10px;
  font-size: 14px;
  font-weight: 500;
}
.blog-page-wrap .nav-tabs .nav-item .nav-link.active {
  background: #614BFF;
  color: var(--white-color, #fff);
  border: 0;
}
.blog-page-wrap .card-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
.blog-page-wrap .blog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
}
.blog-page-wrap .blog-meta i, .blog-page-wrap .blog-meta svg {
  margin-right: 4px;
  font-size: 14px;
}
.blog-page-wrap .blog-meta .like,
.blog-page-wrap .blog-meta .comment {
  display: flex;
  align-items: center;
}
.blog-page-wrap .blog-meta .meta {
  display: flex;
  gap: 16px;
}
.blog-page-wrap .date {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  line-height: initial;
}
.blog-page-wrap .date i, .blog-page-wrap .date svg {
  font-size: 16px;
  color: #ff00ff;
  margin-right: 6px;
}
.text-bod{
  color: #ff00ff;
}
.blog-title {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 16px;
}
.blog-title h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-title a {
  font-size: 14px;
  font-weight: 400;
}

.blog-slider .owl-nav {
  display: none;
}

.single-blog-card {
  border-radius: 8px;
  background:#1f1f1f;
  overflow: hidden;
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
}
.single-blog-card .card-img {
  position: relative;
}
.single-blog-card .card-img img {
  width: 100%;
}
.single-blog-card .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  z-index: 1;
  background: var(--white-color, #fff);
  display: inline-block;
  font-size: 12px;
  color: #614BFF;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(var(--white-color, #fff), 0.3);
}
.single-blog-card .card-details {
  padding: 10px;
}

/*blog-detailspage*******/
.single-page-details-area {
  margin-bottom: 203px;
}
.single-page-details-area .page-thumb img {
  border-radius: 0 0 30px 30px;
  width: 100%;
}
.single-page-details-area .blog-page-wrap {
  margin-top: 16px;
}
.single-page-details-area .blog-page-wrap .comment-form {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  border-radius: 30px 30px 0px 0px;
  background: var(--white-color, #fff);
  box-shadow: 0px 5px 28px 0px rgba(71, 50, 50, 0.07);
  padding: 14px 20px 20px;
}
.single-page-details-area .blog-page-wrap .comment-form .single-input-wrap {
  position: relative;
  border: 0;
}
.single-page-details-area .blog-page-wrap .comment-form .single-input-wrap input {
  width: 100%;
  background: #EBEBEB;
  border-radius: 30px;
  height: 50px;
  padding: 0 50px 0 20px;
}
.single-page-details-area .blog-page-wrap .comment-form .single-input-wrap button {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #614BFF;
  color: var(--white-color, #fff);
  text-align: center;
  border: 0;
}
.single-page-details-area .blog-title {
  margin-bottom: 9px;
}
.single-page-details-area .thumb {
  border-radius: 8px;
  width: 100%;
}
.single-page-details-area .comment-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-top: 24px;
}
.single-page-details-area .comment-card .profile .thumb {
  width: auto;
  display: inline-block;
}
.single-page-details-area .comment-card .profile .details .name {
  font-size: 14px;
  font-weight: 500;
}
.single-page-details-area .comment-card .comment {
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: -0.5em;
}
.single-page-details-area .comment-card .time {
  font-size: 12px;
}

@media (max-width: 991px) {
  .onboard-page:after {
    height: 37%;
  }
  .onboard-wrap {
    margin-top: 30px;
  }
  .onboard-page:before {
    height: 95%;
  }
  .login-page:after {
    height: 36%;
  }
  .term-condition-page h3 {
    margin-bottom: 70px;
  }
  .term-condition-page:after {
    height: 14%;
  }
}
@media (max-width: 767px) {
  .onboard-page:before, .onboard-page:after {
    height: 37%;
  }
  .login-page:after {
    height: 35%;
  }
  .term-condition-page:after {
    height: 13%;
  }
}
@media (max-width: 525px) {
  .onboard-page {
    padding: 0 15px;
  }
  .onboard-page:before, .onboard-page:after {
    height: 50%;
  }
  .login-page:after {
    height: 30%;
  }
  .term-condition-page:after {
    height: 18%;
  }
}
@media (max-width: 375px) {
  .onboard-page:before, .onboard-page:after {
    height: 37%;
  }
  .login-page:after {
    height: 35%;
  }
  .term-condition-page:after {
    height: 13%;
  }
}
@media (max-width: 320px) {
  .onboard-page:before, .onboard-page:after {
    height: 47%;
  }
  .login-page:after {
    height: 30%;
  }
  .term-condition-page:after {
    height: 18%;
  }
  .term-condition-page .btn-wrap {
    display: block;
  }
  .term-condition-page .btn-wrap .btn {
    width: 100%;
    margin-top: 15px;
  }
}
/*component***********/
.ba-all-page-inner {
  margin-top: 20px;
  background: var(--white-color, #fff);
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
}
.ba-all-page-inner .section-title {
  margin-bottom: 14px;
  overflow: hidden;
  margin-top: 0;
}
.ba-all-page-inner .section-title .title {
  font-size: 24px;
  font-weight: 600;
  float: left;
  display: inline-block;
}
.ba-all-page-inner .section-title .entry-title {
  color: #15131C;
}
.ba-all-page-inner .section-title .subtitle {
  font-size: 12px;
}
.ba-all-page-inner .section-title a {
  float: right;
  padding-top: 7px;
  color: #614BFF;
  font-weight: 500;
}
.ba-all-page-inner .section-title a i {
  font-size: 20px;
}
.ba-all-page-inner .section-title a.sub-delete {
  color: #ff396f;
}
.ba-all-page-inner .section-title.style-two .title {
  color: var(--white-color, #fff);
}
.ba-all-page-inner .section-title.style-two a {
  color: var(--white-color, #fff);
}
.ba-all-page-inner .section-title.style-three .title {
  float: none;
}
.ba-all-page-inner .section-title .count-title {
  color: var(--white-color, #fff);
  background: #614BFF;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding-top: 0;
  border-radius: 50%;
  display: inline-block;
}
.ba-all-page-inner .section-title .goal-title {
  color: var(--heading-color, #101010);
  background: var(--white-color, #fff);
  display: inline-block;
  padding: 2px 4px;
}
.ba-all-page-inner .section-title .title-badge {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #614BFF;
  border-radius: 4px;
  color: var(--white-color, #fff);
  font-size: 20px;
}
.ba-all-page-inner h5 {
  background: #614BFF;
  padding: 15px 20px;
  color: var(--white-color, #fff);
}
.ba-all-page-inner ul {
  margin: 0;
  padding: 0;
  padding: 10px 20px 20px 20px;
}
.ba-all-page-inner ul li {
  display: block;
  list-style: none;
}
.ba-all-page-inner ul li .color-text {
  color: #614BFF;
  float: inherit;
  padding: 0;
}
.ba-all-page-inner ul li a {
  position: relative;
  display: block;
  transition: 0.4s;
  border-bottom: 1px solid var(--border-color, #E5E5E5);
  padding: 7px 0;
  font-weight: 500;
}
.ba-all-page-inner ul li a:after {
  content: "\ea6e";
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 20px;
  font-family: "remixicon" !important;
  font-style: normal;
}
.ba-all-page-inner ul li a:hover {
  color: #614BFF;
}
.ba-all-page-inner ul li a:hover:after {
  color: #614BFF;
}
.ba-all-page-inner ul li a span {
  float: right;
  margin-right: 20px;
  padding: 2px 7px;
}
.ba-all-page-inner ul li a span.bg-btn {
  background: #614BFF;
  border-radius: 30px;
  display: inline-block;
  font-size: 13px;
  color: var(--white-color, #fff);
}
.ba-all-page-inner ul li a i, .ba-all-page-inner ul li a svg {
  margin-right: 10px;
  padding: 0;
  font-size: 17px;
  color: var(--white-color, #fff) !important;
}
.ba-all-page-inner ul li a img {
  margin-right: 8px;
  width: 25px;
}
.ba-all-page-inner ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
.ba-all-page-inner .btn {
  width: 100%;
  font-weight: 400;
}
.ba-all-page-inner.style-no-border ul li a {
  border-bottom: 0;
}
.ba-all-page-inner.style-two h5 {
  background: #FB025C;
}
.ba-all-page-inner.style-three h5 {
  background: #02A1FB;
}
.ba-all-page-inner.style-no-arrow a:after {
  display: none;
}

/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
.main-footer-bottom {
  position: fixed;
  width: 100%;
  z-index: 9;
  bottom: 0;
  left: 0;
  padding: 0;
  background: #0a080b;
  box-shadow: -6px 0px 24px 0px rgb(24, 24, 24);
}

.main-footer-bottom ul {
  margin: 0;
  padding: 0;
}

.main-footer-bottom ul li {
  list-style: none;
  display: inline-block;
  margin: 11px;
}

.main-footer-bottom ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in;
}

.main-footer-bottom ul li a i {
  font-size: 24px;
  margin-bottom: 4px;
  transition: all 0.4s ease-in;
  color: #ccc;
}

/* Active or hover state styling for both icon and text */
.main-footer-bottom ul li a.active,
.main-footer-bottom ul li a:hover {
  color: #ff00ff;
  font-weight: bold;
}

.main-footer-bottom ul li a.active i,
.main-footer-bottom ul li a:hover i {
  color: #ff00ff;
  font-size: 28px;

}

/*dark area************/
body.dark {
  --main-color: #614BFF;
  --heading-color: #fff;
  --white-color: #1f1f1f;
  --paragraph-color: #BDBDBE;
  --border-color: rgba(255, 255, 255, 0.10);
  margin: 0;
  padding: 0;
  background: radial-gradient(ellipse at top, #0a080b 0%, #0a080b 100%);
}
body.dark .bg-main {
  background: #110E33;
}
body.dark .demo-feature {
  background: #110E33;
}
body.dark .demo-feature .demo-feature-wrap {
  border: 1px solid #3c3473;
}
body.dark .onboard-page .btn-wrap .onboard-btn {
  color: #fff;
}
body.dark .onboard-page .btn-wrap .onboard-btn:hover {
  color: #614BFF;
}
body.dark .phoneWrapper .mobile-mockup2 {
  filter: brightness(9);
}
body.dark .or-border span {
  background: #110E33;
}
body.dark .back-page-btn {
  background: #2D2B4C;
}
body.dark .single-input-wrap {
  border-color: #2D2B4C;
}
body.dark .single-input-wrap label {
  filter: brightness(1.3);
}
body.dark .single-input-wrap input {
  background: #1f1f1f;
  color: var(--heading-color);
}
body.dark .single-input-wrap input::placeholder {
  color: var(--paragraph-color);
}
body.dark .icon-btn,
body.dark .main-home-area .profile-area .media .media-body .balance {
  background: #2D2B4C;
}
body.dark .home-search-wrap .default-form-wrap .single-input-wrap, body.dark .home-search-wrap .default-form-wrap .single-input-wrap input {
  background: #2D2B4C;
}
body.dark .home-category-slider .owl-item.active .home-category-item-wrap {
  background: #2D2B4C;
  color: #fff;
}
body.dark .home-category-slider .owl-item.active .home-category-item-wrap img {
  filter: brightness(8);
}
body.dark .sports-slider .sports-slider-item.slick-current {
  color: #fff;
}
body.dark .single-page-area .title-area {
  background: #1f1f1f;
}
body.dark .single-product-wrap .betting-type ul li .betting-btn:hover, body.dark .single-product-wrap .betting-type ul li .betting-btn:focus, body.dark .single-product-wrap .betting-type ul li .betting-btn:active {
  color: #fff;
}
body.dark .sports-list li .submenu li a,
body.dark .sports-list li label,
body.dark .sports-page-wrap .nav-tabs .nav-item .nav-link,
body.dark .sports-page-wrap .nav-tabs .nav-item .nav-link.active {
  color: #fff;
}
body.dark .sports-list li:has(input:checked) label,
body.dark .sports-list li .submenu li a:hover,
body.dark .sports-list li label:hover {
  background: rgba(235, 235, 237, 0.1);
}
body.dark .sports-list li label img {
  filter: brightness(9);
}
body.dark .profile-details ul li span,
body.dark .profile-details ul li h6 {
  color: #fff;
}
body.dark .profile-list-inner li .single-profile-wrap svg {
  color: #BDBDBE;
}
body.dark .transaction-wrap .header-wrap {
  background: #2D2B4C;
}
body.dark .transaction-wrap .header-wrap .media .single-select {
  background: #1f1f1f;
  color: #fff;
}
body.dark .transaction-wrap .header-wrap .media .single-select .list {
  background: #2D2B4C;
}
body.dark .nice-select .option.focus, body.dark .nice-select .option.selected.focus, body.dark .nice-select .option:hover {
  background: #1f1f1f;
}
body.dark .payment-method-card .payment-method-select .form-check .form-check-input:after,
body.dark .blog-page-wrap .nav-tabs .nav-item .nav-link.active,
body.dark .mybet-page-wrap .nav-tabs .nav-item .nav-link {
  color: #fff;
}
body.dark .blog-page-wrap .nav-tabs {
  background: #0a080b;
}
body.dark .blog-page-wrap .nav-tabs .nav-item .nav-link {
  color: var(--paragraph-color);
}
body.dark .single-blog-card .play-btn {
  border: 2px solid rgba(255, 255, 255, 0.1);
}
body.dark .btn-close {
  color: #fff;
  filter: contrast(0.1);
}
body.dark .invite-wrap .input-wrap input,
body.dark .amount-wrap .single-input-wrap input {
  background: #2D2B4C;
}
body.dark .invite-wrap .input-wrap input {
  color: #fff;
}
body.dark .invite-wrap .input-wrap button {
  color: #fff;
}

.dark-area {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 9;
}
.dark-area .switch {
  height: 40px;
  width: 180px;
}
.dark-area .switch .slider {
  background: #614BFF;
}
.dark-area .switch .slider:after {
  content: "Light Mode";
  position: absolute;
  color: #fff;
  font-size: 18px;
  margin-left: 60px;
  margin-top: 4px;
  transition: 0.4s;
}
.dark-area .switch .slider:before {
  content: "\f185";
  font-family: "Font Awesome 5 free";
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  width: 40px;
  color: #614BFF;
}
.dark-area .switch input:checked + .slider:before {
  transform: translateX(140px);
  content: "\f186";
}
.dark-area .switch input:checked + .slider:after {
  content: "Dark Mode";
  margin-left: 30px;
}

.header-style {
  padding: 5px 0 10px 0;
  width: 100%;
  z-index: 9;
  border-radius: 10px 10px;
}
.header-style .menu-back-page {
  margin-top: 6px;
  font-size: 20px;
  color: var(--secondary-color);
}
.header-style .page-name {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
}
.header-style .header-search {
  margin-top: 5px;
  cursor: pointer;
}
.header-style .header-right .notf {
  color: var(--main-color);
}
.header-style .header-right .notf-btn {
  height: 28px;
  line-height: 28px;
  background: var(--main-color);
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 4px;
}
.header-style .header-right .notf-text {
  color: var(--main-color);
}
.header-style .bg-white {
  color: var(--main-color);
}
.header-style .bg-black {
  background: var(--main-light-color);
}
.header-style .bg-base {
  background: var(--secondary-color);
}
.header-style.style-white {
  color: #fff;
}
.header-style.style-white .menu-back-page {
  color: #fff;
}
.header-style.style-white .header-right .notf {
  color: #fff;
}

/*
 * BACKGROUND COLORS
 */
.bg-gradient-01 {
  background: #fd584c;
  background: linear-gradient(135deg, #fd584c 0%, #f84271 80%) !important;
}

.bg-gradient-02 {
  background: #ff00ff;
  background: linear-gradient(135deg, #ff00ff 0%, #4c4275 80%) !important;
}

.bg-gradient-03 {
  background: #6859ea;
  background: linear-gradient(135deg, #6859ea 0%, #6acbe0 80%) !important;
}

.bg-gradient-04 {
  background: #00b7ff;
  background: linear-gradient(135deg, #00b7ff 0%, #ffffc7 100%) !important;
}

.bg-gradient-05 {
  background: #662d8c;
  background: linear-gradient(135deg, #662d8c 0%, #ed1e79 80%) !important;
}

.bg-primary,
.bg-violet {
  background-color: #ff00ff !important;
  color: #fff;
}

.bg-danger,
.bg-red {
  background-color: #fe195e !important;
  color: #fff;
}

.bg-info,
.bg-blue {
  background-color: #08a6c3 !important;
  color: #fff;
}

.bg-yellow {
  background-color: #eef157 !important;
  color: #fff;
}

.bg-success,
.bg-green {
  background-color: #69cd00 !important;
  color: #fff;
}

.bg-warning,
.bg-orange {
  background-color: #f7b733 !important;
  color: #fff;
}

.bg-grey {
  background-color: #f6f6f6 !important;
}

.bg-white {
  background-color: var(--white-color, #fff) !important;
}

/*
   * TEXT COLORS
   */
.text-gradient-01 {
  background: #fd584c;
  background: linear-gradient(135deg, #fd584c 0%, #f84271 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-02 {
  background: #ff00ff;
  background: linear-gradient(135deg, #ff00ff 0%, #ff00ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-03 {
  background: #6859ea;
  background: linear-gradient(135deg, #6859ea 0%, #6acbe0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-04 {
  background: #00b7ff;
  background: linear-gradient(135deg, #00b7ff 0%, #ffffc7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-05 {
  background: #662d8c;
  background: linear-gradient(135deg, #662d8c 0%, #ed1e79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-white {
  color: var(--white-color, #fff) !important;
}

.text-dark {
  color: #2c304d !important;
}

.text-primary {
  color: #ff00ff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #ff00ff !important;
}

.text-secondary {
  color: #e76c90 !important;
}

.text-red {
  color: #fe195e !important;
}

.text-yellow {
  color: #eef157 !important;
}

.text-green {
  color: #60c400 !important;
}

.text-orange {
  color: #f7b733 !important;
}

.text-violet {
  color: #796aee !important;
}

.text-blue {
  color: #08a6c3 !important;
}

.text-grey-light {
  color: #e6e8e9 !important;
}

.text-grey-dark {
  color: #50525b !important;
}

.text-facebook {
  color: #3b5998 !important;
}

.text-twitter {
  color: #1da1f2 !important;
}

.text-linkedin {
  color: #007bb7 !important;
}

.text-youtube {
  color: #cd201f !important;
}

/*
 * 01. ACCORDION
 */
.uik-accordion-inner .accordion-item .accordion-button {
  outline: 0 !important;
  box-shadow: none !important;
}
.uik-accordion-inner .accordion-item .accordion-button i {
  margin-right: 8px;
}
.uik-accordion-inner .accordion-item .accordion-body p {
  color: black;
}
.uik-accordion-inner.style-4 .accordion-item {
  margin-bottom: 10px;
}
.uik-accordion-inner.style-4 .accordion-item .accordion-button.collapsed {
  border-width: 1px;
}
.uik-accordion-inner.style-4 .accordion-item .accordion-button:after {
  display: none;
}

/*
 * ALERTS
 */
.alert {
  position: relative;
  padding: 0.85rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 50px;
}
.alert img {
  height: 25px;
  width: 25px;
  border-radius: 25px;
  margin-right: 6px;
}

.alert-lg {
  padding: 1.25rem;
}

.alert i {
  font-size: 2rem;
  vertical-align: middle;
}

.alert .close::before {
  content: "\f00d";
}

.alert .close {
  font-family: "fontawesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-size: 1rem;
  outline: none !important;
  text-shadow: none;
  cursor: pointer;
}

.alert .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-right: 1.25rem;
  color: inherit;
  opacity: 1;
}

.alert-primary .close,
.alert-succes .close,
.alert-info .close,
.alert-warning .close,
.alert-danger .close {
  color: #fff;
}

.alert-secondary .close {
  color: #2c304d;
}

.alert-shadow {
  color: #2c304d;
  background-color: #fff;
  border-color: #eee;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}

.alert-primary {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.alert-secondary {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
}

.alert-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.alert-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.alert-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.alert-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.alert-outline-primary.dashed,
.alert-outline-secondary.dashed,
.alert-outline-success.dashed,
.alert-outline-info.dashed,
.alert-outline-warning.dashed,
.alert-outline-danger.dashed {
  border-style: dashed;
}

.alert-outline-primary.dotted,
.alert-outline-secondary.dotted,
.alert-outline-success.dotted,
.alert-outline-info.dotted,
.alert-outline-warning.dotted,
.alert-outline-danger.dotted {
  border-style: dotted;
}

.alert-outline-primary {
  color: var(--main-color);
  border-color: var(--main-color);
  border-width: 2px;
}

.alert-outline-secondary {
  color: var(--heading-color);
  border-color: var(--heading-color);
  border-width: 2px;
}

.alert-outline-success {
  color: #5cb85c;
  border-color: #5cb85c;
  border-width: 2px;
}

.alert-outline-info {
  color: #5bc0de;
  border-color: #5bc0de;
  border-width: 2px;
}

.alert-outline-warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
  border-width: 2px;
}

.alert-outline-danger {
  color: #c9302c;
  border-color: #c9302c;
  border-width: 2px;
}

.alert-primary-bordered {
  color: #ff00ff;
  border: 1px solid #eee;
  box-shadow: 7px 0 0 0 #ff00ff inset;
}

.alert-secondary-bordered {
  color: #2c304d;
  border: 1px solid #eee;
  box-shadow: 7px 0 0 0 #2c304d inset;
}

.alert-success-bordered {
  color: #5cb85c;
  border: 1px solid #eee;
  box-shadow: 7px 0 0 0 #5cb85c inset;
}

.alert-info-bordered {
  color: #5bc0de;
  border: 1px solid #eee;
  box-shadow: 7px 0 0 0 #5bc0de inset;
}

.alert-warning-bordered {
  color: #f0ad4e;
  border: 1px solid #eee;
  box-shadow: 7px 0 0 0 #f0ad4e inset;
}

.alert-danger-bordered {
  color: #c9302c;
  border: 1px solid #eee;
  box-shadow: 7px 0 0 0 #c9302c inset;
}

.uikit-alert-area {
  background: rgba(21, 19, 28, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
}

.uikit-alert-inner {
  width: 300px;
  margin: 0 auto;
  background: var(--white-color, #fff);
  padding: 40px 30px;
  border-radius: 5px;
}
.uikit-alert-inner .icon {
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 1;
}
.uikit-alert-inner .icon.base-color {
  color: #614BFF;
}
.uikit-alert-inner .icon.red-color {
  color: #c9302c;
}
.uikit-alert-inner .icon img {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  border-radius: 50%;
}
.uikit-alert-inner .details .title {
  border-bottom: 1px solid var(--heading-color);
  padding-bottom: 15px;
}
.uikit-alert-inner .details p i {
  margin-right: 5px;
}
.uikit-alert-inner .details .btn {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}
.uikit-alert-inner .details .btn-text {
  color: #614BFF;
}
.uikit-alert-inner .details .border-top-black {
  border-top: 1px solid var(--heading-color);
}
.uikit-alert-inner .details .single-select-inner {
  margin-bottom: 20px;
}
.uikit-alert-inner .details .single-select-inner select {
  width: 100%;
  display: block;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #b7b6b7;
  padding: 0;
  color: #b7b6b7;
}
.uikit-alert-inner .details .single-select-inner input {
  width: 100%;
  display: block;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #b7b6b7;
  padding: 0 10px;
  color: #b7b6b7;
  color: var(--main-color);
}
.uikit-alert-inner .details .single-select-inner input::placeholder {
  color: var(--main-color);
}

@media (max-width: 576px) {
  .container-fluid {
    padding: 15px;
  }
  .content-inner {
    margin-left: 0 !important;
  }
  .page-header,
  .page-header-2 {
    padding: 20px 15px;
  }
}
.has-shadow {
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}

.widget {
  background: var(--white-color, #fff);
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
}

.widget-header {
  padding: 0.85rem 0;
  position: relative;
  width: 100%;
}
.widget-header h4 {
  margin-bottom: 0;
}

.widget-header.bordered {
  border-bottom: 0.07rem solid #eee;
}

.widget-body {
  padding: 1.4rem;
}

/*
 * BUTTON
 */
.btn-c {
  font-weight: 600 !important;
  line-height: 1.25;
  border: 2px solid transparent;
  padding: 10px 20px;
  font-size: 0.85rem;
  border-radius: 60px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  margin: 2px;
}

.btn-group, .btn-group-vertical {
  display: inline-block;
}

.ripple {
  background-position: center;
  transition: background 0.6s;
}

.ripple:hover {
  background: rgba(255, 255, 255, 0.15) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0.15) 1%) center/15000%;
}

.ripple:active {
  background-color: rgba(255, 255, 255, 0.15);
  background-size: 100%;
  transition: background 0s;
}

.btn-c:focus,
.btn-c.focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-c:active,
.btn-c.active {
  background-image: none;
}

a.btn-c.disabled,
fieldset[disabled] a.btn-c {
  pointer-events: none;
}

.dropdown-menu {
  border-color: #eee;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
}

.btn-shadow,
.btn-shadow a {
  color: #ff00ff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}

.btn-shadow i,
.btn-shadow a i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-shadow:hover,
.btn-shadow a:hover {
  color: #ff00ff;
  box-shadow: 0 1px 20px 1px rgba(52, 40, 104, 0.2);
}

.btn-shadow:active {
  color: #ff00ff;
  background-color: #fff;
  border-color: #fff;
}

.btn-shadow:focus,
.btn-shadow.focus {
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15) !important;
}

.btn-shadow.disabled,
.btn-shadow:disabled {
  color: #9c90d0;
  background-color: #fff;
  border-color: #fff;
}

.btn-shadow:active,
.btn-shadow.active,
.show > .btn-shadow.dropdown-toggle {
  color: #ff00ff;
  background-color: #fff;
  background-image: none;
}

.btn-gradient-01,
.btn-gradient-01 a {
  background: #e23f83;
  background: linear-gradient(to right, #e23f83 0%, #ea5844 100%);
  background-size: 200% auto;
  font-weight: 600;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}

.btn-gradient-01 i,
.btn-gradient-01 a i {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-gradient-01:hover,
.btn-gradient-01 a:hover {
  color: #fff;
  background-position: right center;
}

.btn-gradient-01:active {
  color: #fff;
  background-color: #e23f83;
  border-color: #e23f83;
}

.btn-gradient-01:focus,
.btn-gradient-01.focus {
  color: #fff;
  box-shadow: none;
}

.btn-gradient-01.disabled,
.btn-gradient-01:disabled {
  background-color: none;
  opacity: 0.3;
}

.btn-gradient-01:active,
.btn-gradient-01.active,
.show > .btn-gradient-01.dropdown-toggle {
  color: #fff;
  background-color: #e23f83;
  background-image: none;
}

.btn-gradient-02,
.btn-gradient-02 a {
  background: #ff00ff;
  background: linear-gradient(to right, #ff00ff 0%, #ff00ff 100%);
  background-size: 200% auto;
  font-weight: 600;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}

.btn-gradient-02 i,
.btn-gradient-02 a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  margin-right: 0.4rem;
}

.btn-gradient-02:hover,
.btn-gradient-02 a:hover {
  color: #fff;
  background-position: right center;
}

.btn-gradient-02:active {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}

.btn-gradient-02:focus,
.btn-gradient-02.focus {
  color: #fff;
  box-shadow: none;
}

.btn-gradient-02.disabled,
.btn-gradient-02:disabled {
  background-color: none;
  opacity: 0.3;
}

.btn-gradient-02:active,
.btn-gradient-02.active,
.show > .btn-gradient-02.dropdown-toggle {
  color: #fff;
  background-color: #ff00ff;
  background-image: none;
}

.btn-gradient-03,
.btn-gradient-03 a {
  background: #6859ea;
  background: linear-gradient(to right, #6859ea 0%, #6acbe0 100%);
  background-size: 200% auto;
  font-weight: 600;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}

.btn-gradient-03 i,
.btn-gradient-03 a i {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-gradient-03:hover,
.btn-gradient-03 a:hover {
  color: #fff;
  background-position: right center;
}

.btn-gradient-03:active {
  color: #fff;
  background-color: #e23f83;
  border-color: #e23f83;
}

.btn-gradient-03:focus,
.btn-gradient-03.focus {
  color: #fff;
  box-shadow: none;
}

.btn-gradient-03.disabled,
.btn-gradient-03:disabled {
  background-color: none;
  opacity: 0.3;
}

.btn-gradient-03:active,
.btn-gradient-03.active,
.show > .btn-gradient-03.dropdown-toggle {
  color: #fff;
  background-color: #e23f83;
  background-image: none;
}

.btn-gradient-04,
.btn-gradient-04 a {
  background: #41c7af;
  background: linear-gradient(to right, #41c7af 0%, #54e38e 100%);
  background-size: 200% auto;
  font-weight: 600;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}

.btn-gradient-04 i,
.btn-gradient-04 a i {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-gradient-04:hover,
.btn-gradient-04 a:hover {
  color: #fff;
  background-position: right center;
}

.btn-gradient-04:active {
  color: #fff;
  background-color: #e23f83;
  border-color: #e23f83;
}

.btn-gradient-04:focus,
.btn-gradient-04.focus {
  color: #fff;
  box-shadow: none;
}

.btn-gradient-04.disabled,
.btn-gradient-04:disabled {
  background-color: none;
  opacity: 0.3;
}

.btn-gradient-04:active,
.btn-gradient-04.active,
.show > .btn-gradient-04.dropdown-toggle {
  color: #fff;
  background-color: #e23f83;
  background-image: none;
}

.btn-gradient-05,
.btn-gradient-05 a {
  background: #bc0056;
  background: linear-gradient(to right, #bc0056 0%, #730062 100%);
  background-size: 200% auto;
  font-weight: 600;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}

.btn-gradient-05 i,
.btn-gradient-05 a i {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-gradient-05:hover,
.btn-gradient-05 a:hover {
  color: #fff;
  background-position: right center;
}

.btn-gradient-05:active {
  color: #fff;
  background-color: #e23f83;
  border-color: #e23f83;
}

.btn-gradient-05:focus,
.btn-gradient-05.focus {
  color: #fff;
  box-shadow: none;
}

.btn-gradient-05.disabled,
.btn-gradient-05:disabled {
  background-color: none;
  opacity: 0.3;
}

.btn-gradient-05:active,
.btn-gradient-05.active,
.show > .btn-gradient-05.dropdown-toggle {
  color: #fff;
  background-color: #e23f83;
  background-image: none;
}

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

.btn-primary i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

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

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

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none;
  outline: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #9086b9;
  border-color: #9086b9;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #594f82;
  border-color: #ff00ff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}

.btn-secondary {
  color: #2c304d;
  background-color: #e4e8f0;
  border: 2px solid #e4e8f0;
}

.btn-secondary i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #9e9ead;
  background-color: #edf0f5;
  border-color: #edf0f5;
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2c304d;
  background-image: none;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
}

.btn-info i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
  background-image: none;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
}

.btn-success i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
  background-image: none;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
}

.btn-warning i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
  background-image: none;
}

.btn-danger {
  color: #fff;
  background-color: #fe195e;
}

.btn-danger i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #fe195e;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
  background-image: none;
}

.btn-light {
  color: #2c304d;
  background-color: #f8f9fa;
}

.btn-light i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-light:hover {
  color: #2c304d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #fe195e;
}

.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #2c304d;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  background-image: none;
}

.btn-dark {
  color: #fff;
  background-color: #2c304d;
}

.btn-dark i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #fe195e;
}

.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2e324f;
  border-color: #2e324f;
  background-image: none;
}

.btn-outline-primary {
  color: #ff00ff;
  border-color: #ff00ff;
  background-image: none;
  background-color: transparent;
}

.btn-outline-primary i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #796aee;
  background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}

.btn-outline-secondary {
  color: #2c304d;
  border-color: #e4e8f0;
  background-image: none;
  background-color: transparent;
}

.btn-outline-secondary i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #afaeae;
  background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}

.btn-outline-info {
  color: #5bc0de;
  border-color: #5bc0de;
  background-image: none;
  background-color: transparent;
}

.btn-outline-info i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  border-color: #5cb85c;
  background-image: none;
  background-color: transparent;
}

.btn-outline-success i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-image: none;
  background-color: transparent;
}

.btn-outline-warning i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
}

.btn-outline-danger {
  color: #fe195e;
  border-color: #fe195e;
  background-image: none;
  background-color: transparent;
}

.btn-outline-danger i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #fe195e;
  border-color: #fe195e;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #fe195e;
  background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fe195e;
}

.btn-outline-light {
  color: #2c304d;
  border-color: #f3f4f5;
  background-image: none;
  background-color: transparent;
}

.btn-outline-light i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-outline-light:hover {
  color: #2c304d;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f3f4f5;
  background-color: transparent;
}

.btn-outline-light:active,
.btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #2c304d;
  background-color: #f3f4f5;
}

.btn-outline-dark {
  color: #2c304d;
  border-color: #2c304d;
  background-image: none;
  background-color: transparent;
}

.btn-outline-dark i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #2c304d;
  background-color: transparent;
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2c304d;
}

.btn-lg {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 4.2rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
}

.btn-square {
  border-radius: 0;
}

.btn-circle {
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.btn-circle i {
  font-size: 1.6rem;
}

.button-nav {
  font-weight: 500;
}

.button-nav.nav-tabs {
  border: 0 none;
}

.button-nav.nav-tabs > li > a::after {
  display: none;
}

.button-nav * {
  transition: all 0.35s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button-nav li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.5rem;
  padding: 0;
}

.button-nav li:first-child {
  margin-left: 0;
}

.button-nav li:last-child {
  margin-right: 0;
}

.button-nav a {
  padding: 0.5rem 0;
  color: #2c304d;
  text-decoration: none;
  display: inline-block;
}

.button-nav a.active {
  background: #ff00ff;
  padding: 0.5rem 1.07rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
}

.button-nav a.active:hover {
  color: #fff !important;
}

.button-nav a:hover {
  background: #ff00ff !important;
  padding: 0.5rem 1.07rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
}

.button-nav.nav-tabs > li > a:hover {
  color: #fff !important;
}

.button-nav a:before {
  bottom: 0;
  left: 0;
}

.rounded-button {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50%;
}

a.rounded-button {
  color: #fff;
}

a:hover.rounded-button {
  opacity: 0.8;
}

/*
 * MODAL
 */
.modal {
  z-index: 1200;
}

.modal-top .modal-dialog {
  margin-top: 0 !important;
}

.modal-header {
  color: #2c304d;
  border-bottom: 0.07rem solid #eee;
}

.modal-header .close {
  font-size: 2rem;
}

.close {
  color: #d2d1d5;
  opacity: 0.8;
}

.modal-content {
  border: 0 none;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-backdrop {
  background: rgba(46, 52, 81, 0.8);
}

.modal-dialog-centered .modal-content {
  border-radius: 4px;
}

/*
 * MODAL success
 */
.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #e76c90;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(228, 232, 240, 0.8);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success {
  border-color: #ff00ff;
}

.sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

.sa-icon.sa-success:before,
.sa-icon.sa-success:after {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sa-icon.sa-success:after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 1s;
  animation: animateSuccessTip 1s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 1.4s;
  animation: animateSuccessLong 1.4s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 8s ease-in;
  animation: rotatePlaceholder 8s ease-in;
}

/*
 * PROGRESS
 */
.progress {
  background-color: rgba(52, 40, 104, 0.3);
  font-size: 0.85rem;
  font-weight: 600;
}

.progress-sm {
  height: 6px;
}

.progress-lg {
  height: 18px;
}

/*
   * BADGES
   */
span.badge-pulse {
  background: #fe195e;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(254, 25, 94, 0.4);
  animation: BadgePulse 1.8s infinite;
}

@-webkit-keyframes BadgePulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
  }
}
@keyframes BadgePulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
    box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
    box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
    box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
  }
}
span.badge-pulse-green {
  background: #60c400;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(105, 205, 0, 0.4);
  animation: BadgePulseGreen 1.8s infinite;
}

@-webkit-keyframes BadgePulseGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
  }
}
@keyframes BadgePulseGreen {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
    box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
    box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
  }
}
span.badge-pulse-blue {
  background: #08a6c3;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(8, 166, 195, 0.4);
  animation: BadgePulseBlue 1.8s infinite;
}

@-webkit-keyframes BadgePulseBlue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
  }
}
@keyframes BadgePulseBlue {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
    box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
    box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
    box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
  }
}
span.badge-pulse-orange {
  background: #f7b733;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(247, 183, 51, 0.4);
  animation: BadgePulseOrange 1.8s infinite;
}

@-webkit-keyframes BadgePulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
  }
}
@keyframes BadgePulseOrange {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(247, 183, 51, 0.4);
    box-shadow: 0 0 0 0 rgba(247, 183, 51, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
    box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
    box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
  }
}
.badge {
  font-weight: 500;
}

.badge-text {
  background: #e4e8f0;
  color: #fff;
  padding: 0.4rem 0.7rem;
  border-radius: 50px;
  font-size: 0.9rem;
  text-align: center;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  vertical-align: middle;
}

.badge-text.badge-text-small {
  padding: 0.1rem 0.9rem;
}

.badge-text.badge-text-wide {
  padding: 0.3rem 1.4rem;
}

.badge-text.success {
  background: #60c400;
}

.badge-text.info {
  background: #08a6c3;
}

.badge-text.danger {
  background: #fe195e;
}

.badge-rounded {
  background: #ff00ff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.badge-rounded.badge-rounded-small {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.badge-rounded.success {
  background: #60c400;
}

.badge-rounded.info {
  background: #08a6c3;
}

.badge-rounded.danger {
  background: #fe195e;
}

/*
 * TABS
 */
.nav-tabs {
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
}

.nav-tabs .nav-item {
  position: relative;
}

.nav-link {
  display: block;
  padding: 0.7rem 1rem;
  color: var(--heading-color, #101010);
}

.nav-tabs .nav-link {
  border: 0 none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #e76c90;
  background-color: #fff;
  border-bottom: 2px solid #ff00ff !important;
  margin-bottom: -1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0 none;
}

.nav-tabs .nav-link i {
  color: #aea9c3;
}

.nav-tabs > li > a {
  border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #ff00ff !important;
  background: transparent;
}

.nav-tabs > li > a::after {
  content: "";
  background: #ff00ff;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 0.2s ease 0s;
  transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.nav-tabs .nav-link.disabled {
  color: #98a8b4;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.nav-tabs .dropdown-toggle::after {
  border: 0 none;
}

.nav-tabs .dropdown-item {
  color: #ff00ff;
  padding: 0.65rem 1.5rem;
}

.nav-tabs .dropdown-item.active,
.nav-tabs .dropdown-item:active {
  color: #fff !important;
  background-color: #ff00ff;
}

.nav-left.nav-tabs {
  float: left;
  border-bottom: 0;
  border-radius: 0;
  display: table;
  padding: 0.65rem 1.07rem;
}

.nav-left.nav-tabs .nav-item {
  text-align: center;
}

.nav-link i {
  color: #ffff;
}

/*
 * TOOLTIP
 */
.tooltip-inner {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  max-width: 200px;
  color: #98a8b4;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.18);
  border-radius: 35px;
  padding: 0.65rem 1.07rem;
}

.tooltip.show {
  opacity: 1;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  left: -5px;
  top: 50%;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: -5px;
  top: 50%;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

/*
 * NOTIFICATIONS
 */
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  border-radius: 4px;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px;
  opacity: 0.3;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.noty_bar .noty_body {
  font-weight: 600;
  padding: 1.07rem 1.25rem;
}

.noty_bar .noty_buttons {
  padding: 1.07rem;
}

.noty_bar .noty_close_button {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}

.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}

.noty_type__alert,
.noty_type__notification {
  background-color: rgba(44, 48, 77, 0.8);
  color: #fff;
}

.noty_type__notification.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  background-color: #e76c90;
  opacity: 0.5;
}

.noty_type__warning {
  background-color: #f0ad4e;
  color: #fff;
  border-color: #f0ad4e;
}

.noty_type__error {
  background-color: #fe195e;
  color: #fff;
  border-color: #fe195e;
}

.noty_type__info,
.noty_type__information {
  background-color: #5bc0de;
  color: #fff;
  border-color: #5bc0de;
}

.noty_type__success {
  background-color: #5cb85c;
  color: #fff;
  border-color: #5cb85c;
}

.uikit-badge-inner {
  padding: 15px !important;
  border-radius: 4px;
  background: var(--main-light-color);
}
.uikit-badge-inner li {
  display: inline-flex;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.uikit-badge-inner li img {
  margin-right: 8px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.uikit-badge-inner li .count {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 14px;
}
.uikit-badge-inner li .count.text {
  color: var(--heading-color);
}
.uikit-badge-inner li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-checkbox-inner {
  font-weight: 600;
  color: var(--heading-color);
}
.single-checkbox-inner label {
  color: var(--heading-color) !important;
}

.table {
  color: var(--heading-color, #101010);
}

.uikit-table-1 th {
  border: 0 !important;
  padding: 10px 20px;
}
.uikit-table-1 td {
  border: 0 !important;
  padding: 12px 20px;
}
.uikit-table-1 tbody tr {
  border-top: 1px solid var(--border-color, #E5E5E5);
}

.uikit-table-2 {
  background: var(--main-color) !important;
}
.uikit-table-2 th {
  border: 0 !important;
  padding: 10px 20px;
}
.uikit-table-2 td {
  border: 0 !important;
  padding: 12px 20px;
}
.uikit-table-2 tbody tr {
  border-top: 1px solid var(--border-color, #E5E5E5);
}

.uikit-table-3 th {
  border: 0 !important;
  padding: 10px 20px;
}
.uikit-table-3 td {
  border: 0 !important;
  padding: 12px 20px;
}
.uikit-table-3 tbody tr {
  border-top: 1px solid var(--border-color, #E5E5E5);
}
.uikit-table-3 tbody tr:nth-child(1) {
  background: #f3e9e9;
}
.uikit-table-3 tbody tr:nth-child(3) {
  background: #f3e9e9;
}
.uikit-table-3 tbody tr:nth-child(5) {
  background: #f3e9e9;
}
.uikit-table-3 tbody tr:nth-child(7) {
  background: #f3e9e9;
}
.profile-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px;

}

.logo a {
  font-size: 1.5rem;
  color: #fff;
}

.logo a span {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.media {
  display: flex;
  align-items: center;
}

.media .thumb {
  margin-right: 10px;
}

.media .thumb img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.media-body {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.profile-name {
  font-weight: 500;
  color: #333;
}

.balance {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.balance img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.user-section {
  display: flex;
  align-items: center;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .profile-name {
    font-size: 0.85rem;
  }

  .balance {
    font-size: 0.85rem;
  }

  .logo a span {
    font-size: 1rem;
  }
}
 .main-nav .nav-link {
   background: transparent;
   /*border: 1px solid #fff;*/
   border-radius: 6px;
   color:#fff;
   cursor: pointer;

 }
.main-nav .nav-link.active {
  background-color: #ff00ff; /* or #62208d to match your theme */
  color: #fff;
  font-weight: bold;
  border-color: #ff00ff;
}

.main-nav .nav-link:hover {
  background-color:#ff00ff;
  color:#fff;
  text-decoration: none;
}
.best-prediction {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color:#fff;
  padding:6px;
  cursor: pointer;

}
.best-prediction:hover {
  background-color:#62208d;
  color:#fff;
  text-decoration: none;
}

.premium-badge {
  background: #fff200;
  color: #111;
  padding: 3px 14px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: bold;
  align-self: flex-start;
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.sports-slider-item.active {
  font-weight: bold;
  color: #007bff;
}
/* For small screens (sm) */
@media (max-width: 576px) {
  .date-tab {
    text-align: center;
    padding:4px 6px;
    border-radius: 6px;
    cursor: pointer;
  }

  .short-date {
    display: block;
    font-size: 1.2em;  /* Adjust as necessary */
  }

  .full-date {
    display: block;
    font-size: 0.9em;  /* Adjust as necessary */
  }
}

/* For larger screens, show the normal format */
@media (min-width: 577px) {
  .short-date,
  .full-date {
    display:flex;
  }
  /*.date-tab {*/
  /*  text-align: center;*/
  /*  padding: 10px 15px;*/
  /*  border-radius: 6px;*/
  /*  cursor: pointer;*/
  /*  border: 1px solid #ccc;*/
  /*}*/
}
/* For active tab */
/* For active tab */
/*.date-tab.active-tab {*/
/*  border: 3px solid #9a05f9;*/
/*  box-shadow: 0 0 25px #9a05f933;  !* 180Score's blue shade *!*/
/*  color: white;               !* Text color when active *!*/
/*  text-align: center;*/
/*  font-weight: bold;          !* Bold text for active tab *!*/
/*}*/

/*!* Hover effect for active tab *!*/
/*.date-tab.active-tab:hover {*/
/*  background-color: #9a05f933;  !* Darker shade on hover *!*/
/*  cursor: pointer;            !* Change cursor on hover *!*/
/*}*/



 .date-tab-bar {
   display: flex;
   background: radial-gradient(ellipse at top, #0a080b 0%, #0a080b 100%);

   overflow-x: auto;
   border-bottom: 2px solid #333;
 }
.date-tab-bar.sticky {
  position: sticky;
  top: 0; /* Adjust if you have a fixed header */
  z-index: 999;
  background: radial-gradient(ellipse at top, #0a080b 0%, #0a080b 100%);
  display: flex;
  overflow-x: auto;
  border-bottom: 2px solid #333;
  padding: 10px 0;
}
.date-tab-bar.sticky::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background: linear-gradient(to left, #0a080b, transparent);
  pointer-events: none;
}


.date-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 60px;
  padding: 8px 12px;
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
}

.date-tab:hover {
  color: #fff;
}

.date-tab .day-label {
  font-size: 12px;
  opacity: 0.7;
}

.date-tab .date-label {
  font-size: 13px;
  font-weight: bold;
}

.active-date-tab {
  color: #ff00ff;
}

.active-date-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  height: 3px;
  background-color: #ff00ff;
  border-radius: 2px;
}


.date-tab-bar::-webkit-scrollbar {
  display: none;
}

.fixture-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1f1f1f;
  color: #fff;
  padding: 3px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Roboto;
}

.fixture-time {
  font-size: 14px;
  color: #ccc;
  width: 50px;
}

.fixture-teams {
  flex-grow: 1;
  margin: 0 10px;
}

.team {
  display: flex;
  align-items: center;
  margin-bottom:2px;
}

.team img {
  width: 10px;
  height: 10px;
  margin-right:4px;
}

.fixture-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.details-btn {
  background-color: #1f1f1f;
  color: #f1ae44;
  padding: 4px 5px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #0a080b;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  word-break: break-word;
  white-space: normal;
  line-height: 1.2;
  position: relative;
}

.word-break-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #555;
  margin: 2px 0;
}


.details-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/*.details-btn:hover {*/
/*  background-color: #eab308; !* slightly darker on hover *!*/
/*}*/


.odds {
  background-color: #333;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  color: #9ae6b4;
}

.odds .value {
  font-weight: bold;
}
@media (max-width: 640px) {
  .team span {
    font-size: 14px;
  }
  .tip{
    font-size: 12px;
  }
}
.tip {
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.league-name-bar {
  display: flex;
  align-items: center;

  background: radial-gradient(ellipse at top, #0a080b 0%, #0a080b 100%);
  overflow-x: auto;
  border-bottom: 2px solid #333;
  color: #fff;
 font-family: Roboto;
  flex-wrap: wrap;
}

.league-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.league-info img {
  width: 32px;
  height: 20px;
  object-fit: cover;
  border-radius: 3px;
}

.league-info .text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.league-name {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.country-name {
  font-size: 12px;
  color: #ccc;
}

@media (max-width: 576px) {
  .league-name-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .league-info {
    gap: 8px;
    margin-bottom: 6px;
  }
}
.no-tips-box {
  color: #ccc;
  font-size: 16px;
}
.no-tips-box img {
  opacity: 0.6;
}

img.lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
img.lazy-load.loaded {
  opacity: 1;
}

.fixture-teams .team img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 5px;
}

.no-tips-box img {
  display: block;
  margin: 0 auto;
}

.review{
  text-align: center;
  color:#edb606;
}
.copyIcon{
  color:#fff;
}
.bookmaker-layout {
  padding: 15px;
  border: 1px solid #0a080b;
  border-radius: 15px;
  margin-bottom: 20px;
  display: flex;
  background: #1f1f1f;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.bookmaker-layout .left-area {
  display: flex;
}

.bookmaker-layout .review-profile {
  text-align: center;
}

.bookmaker-layout .review-profile .img-area {
  position: relative;
  display: inline-block;
}

.bookmaker-layout .review-profile .img-area .profile {
  border: 2px solid #c2a9ff;
  border-radius: 50%;
}
.bookmaker-layout .review-profile .img-area .bprofile {
  border: 1px solid #0a080b;

}

.bookmaker-layout .review-profile .img-area .gold {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bookmaker-layout .review-profile .review {
  margin-top: 10px;
}

.bookmaker-layout .review-profile .review i {
  color: #f59b00;
  font-size: 14px;
  cursor: pointer;
  margin-right: -2px;
}

.bookmaker-layout .mid-content {
  margin-left: 50px;
}

.bookmaker-layout .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;
}

.bookmaker-layout .mid-content .tip-heading {
  margin: 15px 0;
}
.bookmaker-layout .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;
}
.bookmaker-layout .mid-content .tip-heading h5 {
  color:#d6a75b;
  margin-left: 10px;
  margin-top: 0;
}

.bookmaker-layout .mid-content .date-name h6 {
  color: var(--hover-alt-color);
  margin-bottom: 19px;
  margin-top: 0;
}

.bookmaker-layout .mid-content .date-name p {
  color: var(--para-alt-color);
}

.bookmaker-layout .right-area .offers-number {
  width: 90px;
  height: 90px;
  border: 1px solid#d6a75b;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bookmaker-layout .right-area .logo-area {
  background: #19115f;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

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

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

.events-single {
  padding: 15px;
  background: #221a62;
  border: 1px solid#d6a75b;
  border-radius: 10px;
  margin-bottom: 20px;
}

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

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

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

.events-single .heading-area h5 {
  text-transform: uppercase;
  color:#d6a75b;
}

.events-single .bottom-area span {
  color: #c2a9ff;
}
@media (max-width: 576px) {
  .bookmaker-layout {
    flex-direction: column;
    align-items: flex-start;
    padding:10px;
  }

  .bookmaker-layout .left-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .bookmaker-layout .mid-content {
    margin-left: 0;
    margin-top: 15px;
  }

  .bookmaker-layout .right-area {
    width: 100%;
    margin-top: 20px;
  }

  .bookmaker-layout .right-area .btn {
    width: 100%;
    margin: 5px 0;
  }

  .bookmaker-layout .review-profile {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .bookmaker-layout .review-profile .img-area img {
    width: 100%;
    height: auto;
  }

  .bookmaker-layout .mid-content .tip-heading {
    margin: 10px 0;
  }

  .bookmaker-layout .mid-content p {
    font-size: 15px;
  }
}

.stat-box {
  padding: 2px;

  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  min-width: 12px;
}
.stat-box.win {
  background-color: #28a745;
}
.stat-box.draw {
  background-color: #ffc107;
}
.stat-box.loss {
  background-color: #dc3545;
}
.team-box img {
  max-width: 30px;
  height: auto;
}
.pricing-card {
  background-color: #1f1f1f;
  border: 2px solid transparent;
  transition: 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.2);
  position: relative;
}

.pricing-card.most-popular {
  border-color: #a600ff;
  box-shadow: 0 0 20px rgba(166, 0, 255, 0.6);
}

.badge-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #a600ff;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 5px;
}

.plan-type {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.price-display {
  font-size: 1.5rem;
}

.original-price {
  text-decoration: line-through;
  color: #fff;
  font-size: 0.9rem;
}

.discounted-price {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.btn-subscribe {
  background: #a600ff;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: background 0.3s;
}

.btn-subscribe:hover {
  background: #c100ff;
}

.active-label {
  display: block;
  color: #0f0;
  text-align: center;
  font-weight: bold;
}
.features li i.fa-check-circle {
  color: #28a745; /* Green */
  margin-right: 8px;
}

.features li i.fa-times-circle {
  color: #dc3545; /* Red */
  margin-right: 8px;
}
.features {
  list-style-type: none; /* Removes the bullets */
  padding-left: 0;       /* Removes left padding */
  margin: 0;
}

.features li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.card-img-wrapper {
  position: relative;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.card-img-wrapper:hover .card-img {
  transform: scale(1.05);
}

.card-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: white;
}

.card-overlay-content {
  width: 100%;
}

.card-title-b {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.title-overlay {
  background: rgba(0, 0, 0, 0.5); /* Translucent black */
  padding:4px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom:4px;
}




.post-time {
  font-size: 14px;
  margin-bottom: 6px;
  color: #e0e0e0;
}

.source-name {
  font-size: 13px;
  color: #cccccc;
}

.btn-login {
  color: #fff;
  border: 0;
  background:#ff00ff;
}
.btn-login :after {
  background: #fff;
}
.btn-login :hover::after {
  background: #ff00ff;
}
.modal-dark {
  background:#0a080b;
}
.checkout-page-wrap {
  margin-top: 29px;
}
.checkout-page-wrap .nav-tabs {
  border: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color, #E5E5E5);
}
.checkout-page-wrap .nav-tabs .nav-item {
  width: 50%;
}
.checkout-page-wrap .nav-tabs .nav-item ~ .nav-item {
  border-left: 1px solid var(--border-color, #E5E5E5);
}
.checkout-page-wrap .nav-tabs .nav-item .nav-link {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 500;
}
.checkout-page-wrap .nav-tabs .nav-item .nav-link.active {
  background: #ff00ff;
  color: var(--white-color, #fff);
  border: 0;
}
/* Core styles */
.sport-table {
  background-color: #0c0a0a; /* dark background */
  color: #e1e1e1;
  padding: 1rem;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
}

.sport-table-tr {
  border-bottom: 1px solid #1e1e1e;
  padding: 0.75rem 0;
}

.sport-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sport-table-title-team {
  color: #ccc;
}

.logo-team-country {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 4px;
}
.bookielogo{
  width: 75px;
  height: 75px;
  object-fit: contain;
  border-radius: 4px;
}

/* Promo Code & Bet Code */
button.btn.btn-sm.btn-outline-primary {
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #ff00ff;
  color: #ff00ff;
  background-color: transparent;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
}

button.btn.btn-sm.btn-outline-primary:hover {
  background-color: #ff00ff;
  color: #fff;
}

.bi-clipboard {
  font-size: 1rem;
}

/* Bet Now CTA */
.sport-table-bonus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sport-table-bonus-count {
  color: #ff00ff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.sport-table-bonus-count:hover {
  color: #ffffff;
}
.fa-chevron-right {
  font-size: 20px;
  margin-left: 4px;
  color: #ff00ff;
}

.logo-img {
  max-width: 200px;
  height: auto;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .sport-row {
    flex-direction: column;
  }

  .sport-table-bonus {
    justify-content: center;
    margin-top: 10px;
  }
  .logo-img {
    max-width: 120px;
    height: auto;
  }
}
 .banner-slider .item a {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 50px;
   background-size: cover;
   background-position: center;
   color: white;
   font-size: 20px;
   font-weight: bold;
   text-decoration: none;
   border-radius: 10px;
   padding: 5px;
 }
#filterModal label {
  font-weight: 500;
}
#filterModal select {
  margin-top: 8px;
}

#filterBtn {
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 999;
  background: #6c5ce7;
  color: white;
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  cursor: pointer;
}
#filterModal {
  display: none;
  position: fixed; /* Use fixed for proper centering */
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;        /* Vertical centering */
  justify-content: center;    /* Horizontal centering */
}

#filterModal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
}

.modal-content {
  background: rgb(31, 31, 31);

  margin: 15% auto;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
}
.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.facebook-banner {
  background-color: #3b5998;
}

.telegram-banner {
  background-color: #0088cc;
}

.x-banner {
  background-color: #000000;
}

.banner-slider .item i {
  margin-right: 10px;
}
.sign-btn {
  background-color: #1f1f1f; /* dark sticker background */
  color:#d6a75b; /* yellow text */
  padding:8px 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
  border: 1px solid #0a080b; /* subtle border */
  display: inline-block;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sign-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}


.aboutus-wrap {
  margin-top: 29px;
}
.aboutus-wrap .nav-tabs {
  border: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color, #E5E5E5);
}
.aboutus-wrap .nav-tabs .nav-item {
  width: 50%;
}
.aboutus-wrap .nav-tabs .nav-item ~ .nav-item {
  border-left: 1px solid var(--border-color, #E5E5E5);
}
.aboutus-wrap .nav-tabs .nav-item .nav-link {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 500;
}
.aboutus-wrap .nav-tabs .nav-item .nav-link.active {
  background: #ff00ff;
  color: var(--white-color, #fff);
  border: 0;
}

.mybet-single-card {
  border-radius: 8px;
  background:#1f1f1f;
  box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  margin-top: 16px;
  padding: 16px 16px 22px;
}
.mybet-single-card .card-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.mybet-single-card .card-title h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.mybet-single-card .card-title span {
  font-size: 12px;
  font-weight: 400;
}
.mybet-single-card .bet-details {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(89, 89, 89, 0.3);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.mybet-single-card .bet-details li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
}
.mybet-single-card .bet-status {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mybet-single-card .bet-status li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
}
.mybet-single-card .bet-status li.price {
  color: var(--heading-color, #101010);
}
.mybet-single-card .bet-status li.price .status-pending {
  font-weight: 500;
  color: #614BFF;
}
.mybet-single-card .bet-status li.price .status-win {
  font-weight: 500;
  color: #19BC83;
}
.mybet-single-card .bet-status li.price .status-lose {
  font-weight: 500;
  color: #FF4B00;
}
.text-green{
  color:rgb(60,199,27);
}
.join-social{
  font-size:25px;
}