.header .top-bar .single-bar .dashboard-overview {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header .top-bar .single-bar .dashboard-overview i {
  padding: 0;
}
.header .top-bar .single-bar .dashboard-overview:hover .part-text {
  color: #fff;
}
.db-layout {
  display: flex;
  justify-content: center;
  height: 100vh;
}
@media (min-width: 1920px) {
  .db-layout {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1620px) and (max-width: 1836px) {
  .db-layout {
    margin-left: 70px;
  }
}
.db-layout .os-scrollbar-handle {
  width: 0;
}
.db-layout .center-content {
  flex: 1;
}
.db-layout .center-content .scrollable {
  height: calc(100% - 120px);
}
.db-layout .center-content .scrollable .os-content-glue {
  width: 100% !important;
}
.db-layout .center-content .db-layout-wrapper {
  padding: 30px;
}
.db-layout .center-content .header {
  position: relative;
}
.db-layout .center-content .header .top-bar {
  padding-left: 30px;
  padding-right: 30px;
}
.db-layout .center-content .header .scalation .navbar-nav {
  justify-content: center;
}
.db-layout .center-content .header .scalation .navbar-nav .nav-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}
.db-layout .center-content .header .scalation .navbar-nav .nav-item.version-changing-button .nav-link {
  margin-left: 10px;
}
.db-layout .left-sidebar, .db-layout .right-sidebar {
  width: 16.04%;
}
.db-layout .left-sidebar {
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
}
@media (min-width: 1837px) and (max-width: 1896px) {
  .db-layout .left-sidebar {
    width: 13.04%;
    overflow: hidden;
  }
}
@media (min-width: 1620px) and (max-width: 1836px) {
  .db-layout .left-sidebar {
    width: 70px;
    overflow: hidden;
    position: fixed;
    z-index: 55;
    height: 100%;
    left: 0;
  }
}
@media (min-width: 1836px) and (max-width: 1872px) {
  .db-layout .left-sidebar .db-menu.style-2 .nav-pills .nav-link i {
    width: 30px;
  }
}
.db-layout .left-sidebar .logo {
  height: 120px;
  background: #161D35;
  display: flex;
  align-items: center;
  justify-content: center;
}
.db-layout .left-sidebar .logo a {
  display: inline-block;
}
.db-layout .left-sidebar .logo a img {
  height: 50px;
  width: auto;
}
.db-layout .right-sidebar {
  height: -moz-max-content;
  height: max-content;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  position: relative;
}
.db-layout .right-sidebar:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  height: 100%;
  width: 100%;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  transform: skewY(10deg);
  z-index: -1;
}




.main-balance {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-balance .part-icon img {
  width: 60px;
  mix-blend-mode: luminosity;
}
.main-balance .part-text span {
  display: block;
}
.main-balance .part-text span.text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
  margin: -6px 0 6px;
}
.main-balance .part-text span.amount {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.26px;
}

.logout-area {
  padding: 32px 30px 22px;
}
.logout-area button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
}
.logout-area span.text {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
.logout-area span.icon {
  color: #FFF;
  font-size: 20px;
}

.db-menu {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .db-menu {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479.98px) {
  .db-menu {
    margin-bottom: 30px;
  }
}
.db-menu .nav-pills {
  justify-content: center;
  gap: 5px;
}
.db-menu .nav-pills .nav-item {
  flex: auto;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .db-menu .nav-pills .nav-item {
    flex: none;
  }
}
.db-menu .nav-pills .nav-item .nav-link {
  font-weight: 600;
  font-size: 17px;
  line-height: 60px;
  letter-spacing: 0.34px;
  color: rgba(22, 29, 53, 0.7);
  text-transform: capitalize;
  background: transparent;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
  height: 60px;
  padding: 0 0;
}
@media (max-width: 1199.98px) {
  .db-menu .nav-pills .nav-item .nav-link {
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .db-menu .nav-pills .nav-item .nav-link {
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .db-menu .nav-pills .nav-item .nav-link {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.db-menu .nav-pills .nav-item .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  opacity: 0.1;
  transition: all 0.3s ease-in;
}
.db-menu .nav-pills .nav-item .nav-link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.db-menu .nav-pills .nav-item .nav-link i {
  color: rgba(92, 97, 114, 0.8);
  position: relative;
  margin-right: 10px;
  transition: all 0.3s ease-in;
  filter: contrast(1);
}
@media (max-width: 1399.98px) {
  .db-menu .nav-pills .nav-item .nav-link i {
    font-size: 18px !important;
    margin-right: 6px;
  }
}
@media (max-width: 767.98px) {
  .db-menu .nav-pills .nav-item .nav-link i {
    font-size: 16px !important;
    margin-right: 5px;
  }
}
.db-menu .nav-pills .nav-item .nav-link.active, .db-menu .nav-pills .nav-item .nav-link:hover {
  color: #fff;
  box-shadow: 0px 9px 37px rgba(0, 0, 0, 0.2);
}
.db-menu .nav-pills .nav-item .nav-link.active:after, .db-menu .nav-pills .nav-item .nav-link:hover:after {
  opacity: 0;
}
.db-menu .nav-pills .nav-item .nav-link.active:before, .db-menu .nav-pills .nav-item .nav-link:hover:before {
  opacity: 1;
}
.db-menu .nav-pills .nav-item .nav-link.active i, .db-menu .nav-pills .nav-item .nav-link:hover i {
  color: #fff;
}
.db-menu .nav-pills .nav-item:first-child .nav-link, .db-menu .nav-pills .nav-item:first-child .nav-link:after, .db-menu .nav-pills .nav-item:first-child .nav-link:before {
  border-radius: 50px 0 0 50px;
}
@media (max-width: 1199.98px) {
  .db-menu .nav-pills .nav-item:first-child .nav-link, .db-menu .nav-pills .nav-item:first-child .nav-link:after, .db-menu .nav-pills .nav-item:first-child .nav-link:before {
    border-radius: 0;
  }
}
.db-menu .nav-pills .nav-item:last-child .nav-link, .db-menu .nav-pills .nav-item:last-child .nav-link:after, .db-menu .nav-pills .nav-item:last-child .nav-link:before {
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1199.98px) {
  .db-menu .nav-pills .nav-item:last-child .nav-link, .db-menu .nav-pills .nav-item:last-child .nav-link:after, .db-menu .nav-pills .nav-item:last-child .nav-link:before {
    border-radius: 0;
  }
}
@media (max-width: 479.98px) {
  .db-menu .nav-pills .nav-item .nav-link, .db-menu .nav-pills .nav-item .nav-link:after, .db-menu .nav-pills .nav-item .nav-link:before {
    border-radius: 50px !important;
  }
}
.db-menu.style-2 {
  margin-top: 0;
}
.db-menu.style-2 .nav-pills {
  flex-direction: column;
  gap: 2px;
}
.db-menu.style-2 .nav-pills .nav-link {
  text-align: left;
  background: linear-gradient(135.89deg, rgba(208, 51, 85, 0.1) -5.11%, rgba(251, 122, 107, 0.1) 97.89%);
  color: rgba(255, 255, 255, 0.7);
  padding: 0 24px;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
}
.db-menu.style-2 .nav-pills .nav-link:after, .db-menu.style-2 .nav-pills .nav-link:before {
  border-radius: 0 !important;
}
.db-menu.style-2 .nav-pills .nav-link i {
  color: rgba(255, 255, 255, 0.7);
  width: 35px;
  display: flex;
  font-size: 18px !important;
}

.db-offset-menu-control {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin: 20px 0;
}
@media (max-width: 575.98px) {
  .db-offset-menu-control {
    margin: 10px 0;
  }
}
.db-offset-menu-control button.btn-for-bs-offset {
  background: transparent;
  border: none;
  outline: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 8px 0;
}
@media (max-width: 575.98px) {
  .db-offset-menu-control button.btn-for-bs-offset {
    padding: 6px 0;
  }
}
.db-offset-menu-control span.text {
  background: transparent;
  border: none;
  outline: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 8px 0;
}
@media (max-width: 575.98px) {
  .db-offset-menu-control span.text {
    padding: 6px 0;
    font-size: 16px;
  }
}

.dashboard-statics {
  margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .dashboard-statics {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .dashboard-statics {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.98px) {
  .dashboard-statics .col-6 {
    width: 100%;
  }
}
.dashboard-statics .single-statics {
  display: flex;
  align-items: center;
  gap: 35px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 30px;
}
.dashboard-statics .single-statics.referral-statics {
  position: relative;
  box-shadow: none;
}
.dashboard-statics .single-statics.referral-statics:after {
  position: absolute;
  content: "";
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  top: -12px;
  right: -12px;
  bottom: -60px;
  left: -12px;
  z-index: -1;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1199.98px) {
  .dashboard-statics .single-statics.referral-statics:after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    border-radius: 15px;
  }
}
@media (max-width: 991.98px) {
  .dashboard-statics .single-statics.referral-statics:after {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 12px;
  }
}
@media (max-width: 1399.98px) {
  .dashboard-statics .single-statics {
    gap: 25px;
    padding: 30px 25px;
  }
}
@media (max-width: 991.98px) {
  .dashboard-statics .single-statics {
    gap: 20px;
    padding: 25px 20px;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .dashboard-statics .single-statics {
    align-items: flex-start;
    padding: 25px 25px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .dashboard-statics .single-statics {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
@media (max-width: 479.98px) {
  .dashboard-statics .single-statics {
    gap: 20px;
    padding: 20px;
  }
}
.dashboard-statics .single-statics .part-icon img {
  width: 60px;
}
@media (max-width: 1399.98px) {
  .dashboard-statics .single-statics .part-icon img {
    width: 50px;
  }
}
@media (max-width: 991.98px) {
  .dashboard-statics .single-statics .part-icon img {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .dashboard-statics .single-statics .part-icon img {
    width: 40px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .dashboard-statics .single-statics .part-text {
    text-align: center;
  }
}
.dashboard-statics .single-statics .part-text span {
  display: block;
}
.dashboard-statics .single-statics .part-text span.text {
  color: #5C6172;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  margin: -7px 0 5px;
}
@media (max-width: 991.98px) {
  .dashboard-statics .single-statics .part-text span.text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .dashboard-statics .single-statics .part-text span.text {
    font-size: 17px;
    line-height: 29px;
  }
}
@media (max-width: 479.98px) {
  .dashboard-statics .single-statics .part-text span.text {
    font-size: 16px;
    line-height: 28px;
    margin: -7px 0 0px;
  }
}
.dashboard-statics .single-statics .part-text span.descr {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.26px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  margin: 0 0 -6px;
}
@media (max-width: 1399.98px) {
  .dashboard-statics .single-statics .part-text span.descr {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .dashboard-statics .single-statics .part-text span.descr {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 479.98px) {
  .dashboard-statics .single-statics .part-text span.descr {
    font-size: 20px;
    line-height: 24px;
  }
}

.db-elements {
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .db-elements {
    margin-bottom: 30px;
  }
}

.single-db-element {
  margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .single-db-element {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .single-db-element {
    margin-bottom: 40px;
  }
}
.single-db-element h4.title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: -7px 0 25px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(22, 29, 53, 0.1);
}
@media (max-width: 1399.98px) {
  .single-db-element h4.title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .single-db-element h4.title {
    font-size: 20px;
    line-height: 30px;
    gap: 15px;
  }
}
@media (max-width: 479.98px) {
  .single-db-element h4.title {
    font-size: 18px;
    line-height: 28px;
  }
}
.single-db-element h4.title span.icon.wallet img {
  width: 27px;
  margin-top: -8px;
}
@media (max-width: 1199.98px) {
  .single-db-element h4.title span.icon.wallet img {
    width: 25px;
  }
}
@media (max-width: 991.98px) {
  .single-db-element h4.title span.icon.wallet img {
    width: 24px;
  }
}
@media (max-width: 767.98px) {
  .single-db-element h4.title span.icon.wallet img {
    width: 22px;
  }
}
@media (max-width: 479.98px) {
  .single-db-element h4.title span.icon.wallet img {
    width: 20px;
  }
}
.single-db-element h4.title span.icon.social img {
  width: 24px;
  margin-top: -6px;
}
@media (max-width: 1199.98px) {
  .single-db-element h4.title span.icon.social img {
    width: 22px;
  }
}
.single-db-element h4.title span.icon.refer img {
  width: 25px;
  margin-top: -8px;
}
@media (max-width: 1199.98px) {
  .single-db-element h4.title span.icon.refer img {
    width: 23px;
  }
}
@media (max-width: 991.98px) {
  .single-db-element h4.title span.icon.refer img {
    width: 22px;
  }
}
@media (max-width: 479.98px) {
  .single-db-element h4.title span.icon.refer img {
    width: 20px;
  }
}
.single-db-element h4.title span.text {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
}

.db-chart {
  border-radius: 0px 0px 15px 15px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 20px 30px;
}
@media (max-width: 479.98px) {
  .db-chart {
    padding: 0 20px;
    padding-right: 10px;
  }
}

.apexcharts-yaxis {
  transform: translate(9.47px, 0);
}

.user-logs {
  border-radius: 0px 0px 15px 15px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media (max-width: 767.98px) {
  .user-logs {
    padding: 30px;
  }
}
.user-logs ul li {
  margin-bottom: 26px;
  position: relative;
  padding-left: 26px;
}
@media (max-width: 1399.98px) {
  .user-logs ul li {
    margin-bottom: 21px;
  }
}
@media (max-width: 767.98px) {
  .user-logs ul li {
    margin-bottom: 17px;
  }
}
.user-logs ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  opacity: 0.8;
  border-radius: 10px;
}
@media (max-width: 479.98px) {
  .user-logs ul li:after {
    top: 8px;
    transform: none;
  }
}
.user-logs ul li:first-child {
  margin-top: -7px;
}
.user-logs ul li:last-child {
  margin-bottom: -6px;
}
.user-logs ul li span {
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  .user-logs ul li span {
    font-size: 16px;
    line-height: 26px;
  }
}
.user-logs ul li span.text {
  color: #5C6172;
  font-weight: 500;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  width: 200px;
}
@media (max-width: 1199.98px) {
  .user-logs ul li span.text {
    width: 160px;
  }
}
.user-logs ul li span.descr {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  position: relative;
}
.user-logs ul li span.descr:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
}

.sports-body {
  padding: 40px;
  padding-top: 0;
  border-radius: 0px 0px 15px 15px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1399.98px) {
  .sports-body {
    padding: 30px;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .sports-body {
    border-radius: 0;
    overflow: scroll;
  }
  .sports-body::-webkit-scrollbar {
    width: 0px !important;
    height: 6px;
  }
}
@media (max-width: 479.98px) {
  .sports-body {
    padding: 20px;
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .sports-body .playing-sports-all {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all {
    width: 830px;
  }
}
.sports-body .playing-sports-all .single-tournament .tournament-title {
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .sports-body .playing-sports-all .single-tournament .tournament-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .tournament-title {
    padding: 30px 0;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .tournament-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.sports-body .playing-sports-all .single-tournament .tournament-title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: url("../img/playing-bet/shape/line-shape-1.png") left top repeat-x;
  background-position: 1px;
  z-index: -1;
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .tournament-title:after {
    display: none;
  }
}
.sports-body .playing-sports-all .single-tournament .tournament-title span.title-text {
  background: #fff;
  padding-right: 30px;
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .tournament-title span.title-text {
    padding-right: 0;
  }
}
.sports-body .playing-sports-all .single-tournament .tournament-title span.match-quantity {
  float: right;
  background: #fff;
  padding-left: 30px;
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .tournament-title span.match-quantity {
    padding-left: 0;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match.all-bet-history .single-t-match {
  padding: 22px 45px 21px 30px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match.all-bet-history .single-t-match {
    padding: 17px 45px 16px 30px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match.all-bet-history .single-t-match {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match.all-bet-history .single-t-match {
    padding: 12px 35px 11px 20px;
  }
}
@media (max-width: 575.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match.all-bet-history .single-t-match {
    padding: 7px 30px 6px 15px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(22, 29, 53, 0.2);
  border-radius: 10px;
  padding: 15px 45px 14px 30px;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .in-play-tag {
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  position: absolute;
  font-weight: 600;
  left: -22px;
  padding: 0 10px;
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .in-play-tag {
    font-size: 9px;
    left: -19px;
  }
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match {
    padding: 10px 30px 10px 30px;
  }
}
@media (max-width: 1199.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match {
    padding: 10px 25px 10px 25px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match {
    padding: 15px;
    justify-content: space-between;
    padding-top: 10px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:last-child {
  margin-bottom: 0;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .flag-img, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd,
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-gateway, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-id, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-type {
  position: relative;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .flag-img:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd:after,
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-gateway:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-type:after {
  content: "Country";
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  color: #5C6172;
  letter-spacing: 0.02em;
  position: absolute;
  top: -60px;
  background: #fff;
  z-index: 2;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .flag-img:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd:after,
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-gateway:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-type:after {
    top: -56px;
  }
}
@media (max-width: 767.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .flag-img:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd:after,
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-gateway:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-type:after {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .flag-img:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd:after,
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-gateway:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .trnx-type:after {
    top: -50px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event:after {
  content: "Event";
  top: -66px;
  left: -40px;
  transform: none;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event:after {
    top: -61px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event:after {
    top: -50px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .event:after {
    top: -50px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip:after {
  content: "Bet Slip";
  top: -77px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip:after {
    top: -72px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip:after {
    top: -59px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-slip:after {
    top: -60px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type:after {
  content: "Type";
  top: -77px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type:after {
    top: -72px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type:after {
    top: -59px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-type:after {
    top: -60px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount:after {
  content: "Bet";
  top: -77px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount:after {
    top: -72px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount:after {
    top: -59px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .bet-amount:after {
    top: -60px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd:after {
  content: "Odd";
  top: -77px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd:after {
    top: -72px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd:after {
    top: -59px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .b-odd:after {
    top: -60px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time:after {
  content: "Date";
  top: -69px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time:after {
    top: -64px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time:after {
    top: -50px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .date-n-time:after {
    top: -51px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status:after {
  content: "Status";
  top: -77px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status:after {
    top: -72px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status:after {
    top: -59px;
  }
}
@media (max-width: 479.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child .status:after {
    top: -60px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-type:after {
  content: "Payment Decsription";
  left: 80px;
  top: -74px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-type:after {
    top: -68px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-type:after {
    top: -59px;
  }
}
@media (max-width: 767.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-type:after {
    top: -54px;
  }
}
@media (max-width: 575.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-type:after {
    top: -50px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-amount:after {
  content: "Bet";
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-id:after {
  content: "Trnx ID";
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-gateway:after {
  content: "Gateway";
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .date-n-time:after {
  content: "Date";
  top: -70px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .date-n-time:after {
    top: -64px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .date-n-time:after {
    top: -55px;
  }
}
@media (max-width: 767.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .date-n-time:after {
    top: -50px;
  }
}
@media (max-width: 575.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .date-n-time:after {
    top: -46px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-gateway:after {
  top: -78px;
}
@media (max-width: 1399.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-gateway:after {
    top: -73px;
  }
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-gateway:after {
    top: -64px;
  }
}
@media (max-width: 767.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-gateway:after {
    top: -59px;
  }
}
@media (max-width: 575.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-amount:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .trnx-id:after, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match:first-child.bet-history .bet-gateway:after {
    top: -55px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .trnx-type {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 230px;
}
@media (max-width: 1199.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .trnx-type {
    flex: 0 210px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .trnx-type span.icon {
  width: 35px;
  height: 35px;
  color: #4D8E53;
  background: rgba(92, 97, 114, 0.1);
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .trnx-type span.icon {
    transform: scale(0.8);
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .trnx-type span.icon.down i {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .trnx-type span.text {
  color: rgba(22, 29, 53, 0.5);
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 0.34px;
  text-transform: capitalize;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .event .part-team {
  display: flex;
  gap: 30px;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .event .part-team .s-team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .event .part-team .s-team:first-child {
  position: relative;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .event .part-team .s-team:first-child:after {
  position: absolute;
  content: "";
  right: -20px;
  height: 1px;
  width: 10px;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  opacity: 0.5;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .event .part-team .s-team img.team-icon {
  height: 22px;
  width: auto;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .event .part-team .s-team span.team-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  opacity: 0.8;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .event .event-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(92, 97, 114, 0.5);
  display: block;
  margin-bottom: -6px;
  margin-top: 7px;
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .event .event-name {
    margin-top: 2px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .b-slip span.slip-number, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .trnx-id span.trnx-id-number, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .bet-gateway span.text, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .bet-type span.text,
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .bet-amount span.text, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .b-odd span.text {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .b-slip span.slip-number, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .trnx-id span.trnx-id-number, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .bet-gateway span.text, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .bet-type span.text,
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .bet-amount span.text, .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .b-odd span.text {
    font-size: 15px;
    line-height: 25px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .date-n-time {
  margin: -6px 0 -7px;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .date-n-time span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .date-n-time span.date {
  color: rgba(92, 97, 114, 0.5);
  margin-bottom: -4px;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .date-n-time span.time {
  color: #4D8E53;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .status span {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .status span.lost {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .status span.win {
  color: #4D8E53;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .profit span.text {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
}
@media (max-width: 991.98px) {
  .sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .profit span.text {
    font-size: 15px;
    line-height: 25px;
  }
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .profit span.text.lost {
  position: relative;
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .profit span.text.lost:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
}
.sports-body .playing-sports-all .single-tournament .all-tournament-match .single-t-match .profit span.text.win {
  background: unset;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  color: #4D8E53;
}
.sports-body .playing-sports-all.no-tabs-here .single-tournament {
  margin-bottom: 30px;
}
.sports-body .playing-sports-all.no-tabs-here .single-tournament:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .pending-slips-scrollable {
    padding-bottom: 16px;
  }
}
.pending-slips-scrollable .os-scrollbar-horizontal {
  padding: 0;
  height: 6px;
}
@media (max-width: 767.98px) {
  .pending-slips-scrollable .os-scrollbar-horizontal {
    display: none;
  }
}

.pending-slips {
  display: flex;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .pending-slips {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .pending-slips {
    flex-wrap: nowrap;
  }
}
@media (max-width: 479.98px) {
  .pending-slips {
    flex-wrap: wrap;
  }
}
.pending-slips .single-bs-card {
  padding: 25px;
  position: relative;
  z-index: 2;
  width: 300px;
  flex: 1 0 300px;
}
@media (max-width: 991.98px) {
  .pending-slips .single-bs-card {
    flex: none;
    width: calc(50% - 4px);
  }
}
@media (max-width: 767.98px) {
  .pending-slips .single-bs-card {
    flex: 1 0 300px;
    width: 300px;
  }
}
@media (max-width: 479.98px) {
  .pending-slips .single-bs-card {
    width: 100%;
    flex: none;
  }
}
.pending-slips .single-bs-card.disabled {
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pending-slips .single-bs-card.disabled .locked {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.1px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pending-slips .single-bs-card.disabled .locked {
    font-size: 17px;
  }
}
.pending-slips .single-bs-card.disabled .locked i {
  font-size: 20px;
  margin-top: -2px;
}
.pending-slips .single-bs-card.disabled:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: url("../img/playing-bet/bet-slip/disabled.png") center center no-repeat;
  background-position-y: top;
  background-size: cover;
  z-index: 5;
}
.pending-slips .single-bs-card.disabled:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url("../img/playing-bet/bet-slip/disabled.png") center center no-repeat;
  background-position-y: bottom;
  background-size: cover;
  z-index: 5;
}
.pending-slips .single-bs-card.hidden {
  all: unset;
  height: 0;
  overflow: hidden;
  width: 0;
  visibility: hidden;
}
.pending-slips .single-bs-card.card-combo, .pending-slips .single-bs-card.card-system {
  padding-bottom: 6px;
}
.pending-slips .single-bs-card:nth-last-child(2) {
  margin-bottom: 0;
}
.pending-slips .single-bs-card:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: url("../img/playing-bet/bet-slip/bs-card-bg.png") center center no-repeat;
  background-position-y: top;
  background-size: cover;
  z-index: -1;
}
.pending-slips .single-bs-card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url("../img/playing-bet/bet-slip/bs-card-bg.png") center center no-repeat;
  background-position-y: bottom;
  background-size: cover;
  z-index: -1;
}
.pending-slips .single-bs-card .bs-card-header {
  border-bottom: 1px solid rgba(92, 97, 114, 0.1);
}
.pending-slips .single-bs-card .bs-card-header span.tournament-name {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  text-transform: capitalize;
  color: rgba(22, 29, 53, 0.5);
  display: table;
  margin: -6px 0 -4px;
}
.pending-slips .single-bs-card .bs-card-header .slct-place {
  display: flex;
  gap: 6px;
  margin-bottom: 3px;
}
.pending-slips .single-bs-card .bs-card-header .slct-place span.live-icon img {
  margin-bottom: -4px;
  margin-right: -3px;
}
.pending-slips .single-bs-card .bs-card-header .slct-place span.team-name, .pending-slips .single-bs-card .bs-card-header .slct-place span.bet-ratio {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
}
.pending-slips .single-bs-card .bs-card-header .slct-place span.attherate {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: rgba(22, 29, 53, 0.5);
}
.pending-slips .single-bs-card .bs-card-header button.slip-dlt {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(108.99deg, #FF5176 -21.01%, #FB7A6B 45.45%);
}
.pending-slips .single-bs-card .bs-card-header button.slip-dlt:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  opacity: 0.1;
  border-radius: 2px;
}
.pending-slips .single-bs-card .slct-match {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(22, 29, 53, 0.6);
  display: flex;
  gap: 5px;
  margin: 5px 0 9px;
}
.pending-slips .single-bs-card .slct-match span.sports-category-icon {
  width: 14px;
  top: -1px;
  position: relative;
}
.pending-slips .single-bs-card .bs-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pending-slips .single-bs-card .bs-card-footer button.prd-btn-1 {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 500;
}
.pending-slips .single-bs-card .bs-card-footer button.prd-btn-1 span.stake-number {
  margin-left: 3px;
}
.pending-slips .single-bs-card .bs-card-footer .return-amount span {
  display: inline-block;
}
.pending-slips .single-bs-card .bs-card-footer .return-amount span.text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(22, 29, 53, 0.5);
}
.pending-slips .single-bs-card .bs-card-footer .return-amount span.number {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: lowercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
}

.tranx-history-nav {
  margin-bottom: 30px;
}
.tranx-history-nav .navbar {
  padding: 0;
}
.tranx-history-nav .navbar .navbar-nav {
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item {
  flex: auto;
  text-align: center;
}
.tranx-history-nav .navbar .navbar-nav .nav-item button {
  outline: none;
  border: none;
  width: 100%;
  color: #fff !important;
}
.tranx-history-nav .navbar .navbar-nav .nav-item button:before {
  opacity: 1 !important;
}
.tranx-history-nav .navbar .navbar-nav .nav-item button i {
  color: #fff !important;
}
.tranx-history-nav .navbar .navbar-nav .nav-item button:focus {
  color: #fff;
  box-shadow: 0px 9px 37px rgba(0, 0, 0, 0.2);
}
.tranx-history-nav .navbar .navbar-nav .nav-item button:focus:after {
  opacity: 0;
}
.tranx-history-nav .navbar .navbar-nav .nav-item button:focus:before {
  opacity: 1;
}
.tranx-history-nav .navbar .navbar-nav .nav-item button:focus i {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item.calndr {
  position: relative;
}
@media (max-width: 575.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.calndr {
    flex: calc(50% - 5px);
  }
}
@media (max-width: 479.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.calndr {
    flex: 100%;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item label {
  font-size: 17px;
  color: rgba(22, 29, 53, 0.7);
  position: absolute;
  z-index: 3;
  right: 61px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label i {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label i {
    font-size: 14px;
  }
}
@media (max-width: 1399.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label {
    right: 38px;
  }
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label {
    right: 26px;
  }
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label {
    right: 34px;
  }
}
@media (max-width: 767.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label {
    right: 62px;
  }
}
@media (max-width: 575.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label {
    right: 48px;
  }
}
@media (max-width: 479.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label {
    display: none;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item label.selected-label {
  right: 79px;
}
@media (max-width: 1399.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label.selected-label {
    right: 56px;
  }
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label.selected-label {
    right: 44px;
  }
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label.selected-label {
    right: 52px;
  }
}
@media (max-width: 767.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label.selected-label {
    right: 78px;
  }
}
@media (max-width: 575.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item label.selected-label {
    right: 63px;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item label.open-label {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#started-date {
  width: 100%;
  background: linear-gradient(144.14deg, rgba(77, 35, 63, 0.1) -11.44%, rgba(48, 90, 158, 0.1) 123.42%);
  border: none;
  box-shadow: none;
  color: rgba(22, 29, 53, 0.7);
  outline: none;
  transition: none;
  text-align: center;
  cursor: pointer;
  padding-right: 27px;
  padding-left: 0;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#started-date::-moz-placeholder {
  color: rgba(22, 29, 53, 0.7);
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#started-date::placeholder {
  color: rgba(22, 29, 53, 0.7);
}
@media (max-width: 479.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item input#started-date {
    padding-right: 0;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#started-date.calendar-open {
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#started-date.calendar-open::-moz-placeholder {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#started-date.calendar-open::placeholder {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#started-date.selected-date {
  border: 1px solid #ff7079;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#end-date {
  width: 100%;
  background: linear-gradient(144.14deg, rgba(77, 35, 63, 0.1) -11.44%, rgba(48, 90, 158, 0.1) 123.42%);
  border: none;
  box-shadow: none;
  color: rgba(22, 29, 53, 0.7);
  outline: none;
  transition: none;
  text-align: center;
  cursor: pointer;
  padding-right: 27px;
  padding-left: 0;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#end-date::-moz-placeholder {
  color: rgba(22, 29, 53, 0.7);
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#end-date::placeholder {
  color: rgba(22, 29, 53, 0.7);
}
@media (max-width: 479.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item input#end-date {
    padding-right: 0;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#end-date.calendar-open {
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#end-date.calendar-open::-moz-placeholder {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#end-date.calendar-open::placeholder {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item input#end-date.selected-date {
  border: 1px solid #ff7079;
}
.tranx-history-nav .navbar .navbar-nav .nav-item.trnx-category {
  flex: 0 272.17px;
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.trnx-category {
    flex: 0 232.17px;
  }
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.trnx-category {
    flex: auto;
  }
}
@media (max-width: 767.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.trnx-category {
    flex: 0 222.17px;
  }
}
@media (max-width: 575.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.trnx-category {
    flex: calc(50% - 5px);
  }
}
@media (max-width: 479.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.trnx-category {
    flex: 100%;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item.trnx-category .selected {
  border: 1px solid #ff7079;
}
.tranx-history-nav .navbar .navbar-nav .nav-item.payment-gateway-i {
  flex: 0 226.22px;
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.payment-gateway-i {
    flex: 0 196.22px;
  }
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.payment-gateway-i {
    flex: auto;
  }
}
@media (max-width: 767.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.payment-gateway-i {
    flex: 0 186.22px;
  }
}
@media (max-width: 575.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.payment-gateway-i {
    flex: calc(50% - 5px);
  }
}
@media (max-width: 479.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item.payment-gateway-i {
    flex: 100%;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item.payment-gateway-i .selected {
  border: 1px solid #ff7079;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-toggle:after, .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-toggle:before {
  all: unset;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-toggle i {
  margin-left: 6px;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  border: none;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in;
  border-radius: 0;
  overflow: hidden;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu.custom-dropdown {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1px;
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu.custom-dropdown {
    grid-template-columns: auto auto auto auto;
  }
}
@media (max-width: 767.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu.custom-dropdown {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 479.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu.custom-dropdown {
    grid-template-columns: auto auto;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu.custom-dropdown .dropdown-item {
  margin: 0;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item {
  background: #161D35;
  font-family: "Asap", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  padding: 9px 30px 10px 32px;
  position: relative;
  margin-bottom: 1px;
  transition: all 0.3s ease-in;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item {
    font-size: 15px;
    line-height: 25px;
    padding: 7px 30px 8px 32px;
  }
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item {
    background: rgba(22, 29, 53, 0.6);
  }
}
@media (max-width: 575.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item {
    padding: 7px 20px 8px 22px;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  width: 2px;
  height: 8px;
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:after {
    left: 10px;
    width: 1px;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:hover, .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:active, .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item.active {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:hover:after, .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:active:after, .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item.active:after {
  background: #fff;
  animation: opacity-to-hover 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:hover:before, .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item:active:before, .tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-item.active:before {
  opacity: 1;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-divider {
  border-color: #fff;
  opacity: 0.3;
  margin: 0;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a.dropdown-item {
  margin-bottom: 0;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 17px;
  line-height: 60px;
  letter-spacing: 0.34px;
  color: rgba(22, 29, 53, 0.7);
  text-transform: capitalize;
  background: transparent;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
  height: 60px;
  padding: 0 0;
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 0;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link {
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  opacity: 0.1;
  transition: all 0.3s ease-in;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link i {
  color: rgba(92, 97, 114, 0.8);
  position: relative;
  transition: all 0.3s ease-in;
  filter: contrast(1);
}
@media (max-width: 1399.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 16px !important;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link.active, .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  box-shadow: 0px 9px 37px rgba(0, 0, 0, 0.2);
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link.active:after, .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link:hover:after {
  opacity: 0;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link.active:before, .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link:hover:before {
  opacity: 1;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link.active i, .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link:hover i {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link[aria-expanded=false] {
  transition: none;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link[aria-expanded=false]:after {
  transition: none;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link[aria-expanded=false]:before {
  transition: none;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link[aria-expanded=false] i {
  transition: none;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link[aria-expanded=true] {
  color: #fff;
  box-shadow: 0px 9px 37px rgba(0, 0, 0, 0.2);
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link[aria-expanded=true]:after {
  opacity: 0;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link[aria-expanded=true]:before {
  opacity: 1;
}
.tranx-history-nav .navbar .navbar-nav .nav-item .nav-link[aria-expanded=true] i {
  color: #fff;
}
.tranx-history-nav .navbar .navbar-nav .nav-item:first-child .nav-link, .tranx-history-nav .navbar .navbar-nav .nav-item:first-child .nav-link:after, .tranx-history-nav .navbar .navbar-nav .nav-item:first-child .nav-link:before {
  border-radius: 50px 0 0 50px;
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item:first-child .nav-link, .tranx-history-nav .navbar .navbar-nav .nav-item:first-child .nav-link:after, .tranx-history-nav .navbar .navbar-nav .nav-item:first-child .nav-link:before {
    border-radius: 0;
  }
}
.tranx-history-nav .navbar .navbar-nav .nav-item:last-child .nav-link, .tranx-history-nav .navbar .navbar-nav .nav-item:last-child .nav-link:after, .tranx-history-nav .navbar .navbar-nav .nav-item:last-child .nav-link:before {
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1199.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item:last-child .nav-link, .tranx-history-nav .navbar .navbar-nav .nav-item:last-child .nav-link:after, .tranx-history-nav .navbar .navbar-nav .nav-item:last-child .nav-link:before {
    border-radius: 0;
  }
}
@media (max-width: 479.98px) {
  .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link, .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link:after, .tranx-history-nav .navbar .navbar-nav .nav-item .nav-link:before {
    border-radius: 50px !important;
  }
}

.all-balance .single-balance {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.all-balance .single-balance .part-currency {
  position: relative;
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .all-balance .single-balance .part-currency {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .all-balance .single-balance .part-currency {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-balance .single-balance .part-currency {
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .all-balance .single-balance .part-currency {
    justify-content: center;
  }
}
.all-balance .single-balance .part-currency:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  opacity: 0.15;
}
.all-balance .single-balance .part-currency .icon img {
  width: 65px;
}
@media (max-width: 1399.98px) {
  .all-balance .single-balance .part-currency .icon img {
    width: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .all-balance .single-balance .part-currency .icon img {
    width: 55px;
  }
}
@media (max-width: 991.98px) {
  .all-balance .single-balance .part-currency .icon img {
    width: 50px;
  }
}
.all-balance .single-balance .part-currency .info span {
  display: block;
}
.all-balance .single-balance .part-currency .info span.descr {
  color: rgba(92, 97, 114, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
  text-transform: capitalize;
  margin: -6px 0 0px;
}
.all-balance .single-balance .part-currency .info span.name {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.44px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  margin-bottom: -8px;
}
@media (max-width: 1399.98px) {
  .all-balance .single-balance .part-currency .info span.name {
    font-size: 20px;
    line-height: 30px;
  }
}
.all-balance .single-balance .part-balance {
  padding: 40px 0 40px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1399.98px) {
  .all-balance .single-balance .part-balance {
    padding: 30px 0 30px 0;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .all-balance .single-balance .part-balance {
    flex-direction: row;
    text-align: left;
    justify-content: center;
    padding: 25px 0 30px 0;
  }
}
@media (max-width: 767.98px) {
  .all-balance .single-balance .part-balance {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .all-balance .single-balance .part-balance {
    flex-direction: row;
    text-align: left;
    justify-content: space-evenly;
  }
}
@media (max-width: 479.98px) {
  .all-balance .single-balance .part-balance {
    flex-direction: column;
    text-align: center;
  }
}
.all-balance .single-balance .part-balance .single-info:last-child {
  margin-bottom: 0;
}
.all-balance .single-balance .part-balance .single-info span {
  display: block;
}
.all-balance .single-balance .part-balance .single-info span.descr {
  color: #5C6172;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  margin: -6px 0 3px;
}
@media (max-width: 1399.98px) {
  .all-balance .single-balance .part-balance .single-info span.descr {
    font-size: 17px;
    line-height: 27px;
    margin: -6px 0 4px;
  }
}
@media (max-width: 1199.98px) {
  .all-balance .single-balance .part-balance .single-info span.descr {
    font-size: 16px;
    line-height: 26px;
    margin: -6px 0 3px;
  }
}
.all-balance .single-balance .part-balance .single-info span.name {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.26px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  margin-bottom: -9px;
}
@media (max-width: 1399.98px) {
  .all-balance .single-balance .part-balance .single-info span.name {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1199.98px) {
  .all-balance .single-balance .part-balance .single-info span.name {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: -8px;
  }
}
@media (max-width: 479.98px) {
  .all-balance .single-balance .part-balance .single-info span.name {
    font-size: 20px;
    line-height: 30px;
  }
}

.part-form {
  padding: 40px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 575.98px) {
  .part-form {
    padding: 30px;
  }
}
@media (max-width: 479.98px) {
  .part-form {
    padding: 25px;
  }
}
.part-form form .select-list {
  margin-bottom: 30px;
}
.part-form form .select-list.question-select button.dropdown-toggle {
  position: relative;
}
.part-form form .select-list.question-select button.dropdown-toggle:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background: rgba(11, 52, 72, 0.3);
  left: calc(100% + 1px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 479.98px) {
  .part-form form .select-list.question-select button.dropdown-toggle.selected-moment {
    height: auto;
    line-height: 23px;
    padding: 10px 25px;
    white-space: break-spaces;
  }
}
.part-form form .select-list .dropdown-toggle {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(11, 52, 72, 0.3);
  border-radius: 50px;
  font-weight: 400;
  font-size: 17px;
  color: rgba(92, 97, 114, 0.9);
  background: transparent;
  text-align: left;
  padding: 0 25px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .part-form form .select-list .dropdown-toggle {
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .part-form form .select-list .dropdown-toggle {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .part-form form .select-list .dropdown-toggle {
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .part-form form .select-list .dropdown-toggle {
    height: 40px;
  }
}
@media (max-width: 479.98px) {
  .part-form form .select-list .dropdown-toggle {
    height: 40px;
    font-size: 15px;
  }
}
.part-form form .select-list .dropdown-toggle i {
  font-size: 15px;
  margin-left: 6px;
}
.part-form form .select-list .dropdown-toggle img.flag {
  width: 24px;
  margin-right: 10px;
  top: -1px;
  position: relative;
}
.part-form form .select-list .dropdown-toggle:after {
  margin-left: 0;
  vertical-align: middle;
  border: none;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  height: 100%;
  right: 0;
  position: absolute;
  width: 60px;
  text-align: center;
  border-left: 1px solid rgba(11, 52, 72, 0.3);
  top: 0;
  line-height: 50px;
  transition: all 0.3s ease-in;
}
@media (max-width: 1399.98px) {
  .part-form form .select-list .dropdown-toggle:after {
    width: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .part-form form .select-list .dropdown-toggle:after {
    width: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .part-form form .select-list .dropdown-toggle:after {
    width: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .part-form form .select-list .dropdown-toggle:after {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .part-form form .select-list .dropdown-toggle:after {
    width: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479.98px) {
  .part-form form .select-list .dropdown-toggle.selected-moment {
    font-size: 15px;
  }
}
.part-form form .select-list .dropdown-menu {
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  border: none;
  border-radius: 0;
}
.part-form form .select-list .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 5px 40px 6px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in;
  position: relative;
}
@media (max-width: 479.98px) {
  .part-form form .select-list .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 24px;
    white-space: break-spaces;
  }
}
.part-form form .select-list .dropdown-menu .dropdown-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.part-form form .select-list .dropdown-menu .dropdown-item:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  width: 2px;
  height: 10px;
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease-in;
}
@media (max-width: 991.98px) {
  .part-form form .select-list .dropdown-menu .dropdown-item:after {
    left: 10px;
  }
}
.part-form form .select-list .dropdown-menu .dropdown-item:hover, .part-form form .select-list .dropdown-menu .dropdown-item.active {
  color: rgba(92, 97, 114, 0.9);
  background: #fff;
}
.part-form form .select-list .dropdown-menu .dropdown-item:hover:after, .part-form form .select-list .dropdown-menu .dropdown-item.active:after {
  background: #161D35;
}
.part-form form .select-list .dropdown-menu .dropdown-item i {
  font-size: 14px;
}
.part-form form .select-list .dropdown-menu .dropdown-item img.flag {
  width: 20px;
  margin-right: 10px;
  top: -2px;
  position: relative;
}
.part-form form label {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  display: block;
  margin: -7px 0 12px;
}
@media (max-width: 1199.98px) {
  .part-form form label {
    font-size: 17px;
    line-height: 27px;
    margin: -6px 0 12px;
  }
}
@media (max-width: 575.98px) {
  .part-form form label {
    font-size: 16px;
    line-height: 26px;
    margin: -7px 0 13px;
  }
}
.part-form form label span {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  opacity: 0.8;
}
.part-form form input, .part-form form textarea {
  width: 100%;
  border: 1px solid rgba(11, 52, 72, 0.3);
  border-radius: 50px;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: rgba(92, 97, 114, 0.9);
  padding: 0 25px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .part-form form input, .part-form form textarea {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .part-form form input, .part-form form textarea {
    margin-bottom: 25px;
  }
}
@media (max-width: 479.98px) {
  .part-form form input, .part-form form textarea {
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.part-form form input::-moz-placeholder, .part-form form textarea::-moz-placeholder {
  color: rgba(92, 97, 114, 0.7);
}
.part-form form input::placeholder, .part-form form textarea::placeholder {
  color: rgba(92, 97, 114, 0.7);
}
.part-form form input {
  height: 50px;
}
@media (max-width: 1199.98px) {
  .part-form form input {
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .part-form form input {
    height: 40px;
  }
}
.part-form form textarea {
  height: 180px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
  resize: none;
  line-height: 24px;
  border-radius: 20px;
}
@media (max-width: 1399.98px) {
  .part-form form textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 160px;
  }
}
@media (max-width: 1199.98px) {
  .part-form form textarea {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .part-form form textarea {
    border-radius: 15px;
  }
}
@media (max-width: 575.98px) {
  .part-form form textarea {
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 479.98px) {
  .part-form form textarea {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.part-form form button.prd-btn-1 {
  margin-top: 10px;
}
@media (max-width: 1399.98px) {
  .part-form form button.prd-btn-1 {
    margin-top: 0;
  }
}
.part-form form .part-submit {
  display: flex;
  align-items: center;
}
@media (max-width: 479.98px) {
  .part-form form .part-submit {
    align-items: flex-start;
    flex-direction: column;
  }
}
.part-form form .part-submit p {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: rgba(92, 97, 114, 0.8);
  margin-top: -6px;
  margin-bottom: -7px;
  max-width: 60%;
  margin-left: 25px;
}
@media (max-width: 575.98px) {
  .part-form form .part-submit p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 479.98px) {
  .part-form form .part-submit p {
    max-width: 100%;
    margin-left: 0;
    margin-top: 21px;
    margin-bottom: -6px;
  }
}
.part-form form .part-submit p a.reg-link {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  font-weight: 500;
}

.withdraw-money {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.withdraw-money .part-form {
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.withdraw-money .all-balance .single-balance {
  border-radius: 0;
  box-shadow: none;
  position: relative;
  background: none;
}
@media (max-width: 991.98px) {
  .withdraw-money .all-balance .single-balance .part-currency {
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .withdraw-money .all-balance .single-balance .part-currency {
    padding: 27px 20px;
  }
}
@media (max-width: 575.98px) {
  .withdraw-money .all-balance .single-balance .part-currency {
    padding: 20px 30px;
  }
}
.withdraw-money .all-balance .single-balance .part-balance {
  padding: 48.5px 0;
}
@media (max-width: 1399.98px) {
  .withdraw-money .all-balance .single-balance .part-balance {
    padding: 52.5px 0;
  }
}
@media (max-width: 1199.98px) {
  .withdraw-money .all-balance .single-balance .part-balance {
    padding: 30.5px 0;
  }
}
@media (max-width: 991.98px) {
  .withdraw-money .all-balance .single-balance .part-balance {
    flex-direction: column;
    align-items: center;
    padding: 48.5px 0;
  }
}
@media (max-width: 575.98px) {
  .withdraw-money .all-balance .single-balance .part-balance {
    flex-direction: row;
    padding: 28.5px 0;
  }
}
@media (max-width: 479.98px) {
  .withdraw-money .all-balance .single-balance .part-balance {
    flex-direction: column;
  }
}
.withdraw-money .all-balance .single-balance:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  opacity: 0.15;
}
@media (max-width: 575.98px) {
  .withdraw-money .all-balance .single-balance:after {
    height: 1px;
    width: 100%;
    bottom: auto;
    top: 0;
  }
}

@media (max-width: 479.98px) {
  .all-referral .col-6 {
    width: 100%;
  }
}
.all-referral .single-referral {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .all-referral .single-referral {
    padding: 30px 0;
  }
}
@media (max-width: 479.98px) {
  .all-referral .single-referral {
    padding: 25px 0;
  }
}
.all-referral .single-referral.referral-statics {
  position: relative;
  box-shadow: none;
}
.all-referral .single-referral.referral-statics:after {
  position: absolute;
  content: "";
  background: linear-gradient(48deg, #D03355 -5.11%, #FB7A6B 97.89%);
  top: -70px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  z-index: -1;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1199.98px) {
  .all-referral .single-referral.referral-statics:after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    border-radius: 18px;
  }
}
@media (max-width: 991.98px) {
  .all-referral .single-referral.referral-statics:after {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }
}
.all-referral .single-referral.referral-statics:before {
  position: absolute;
  content: "";
  left: -12px;
  top: -27px;
  right: -12px;
  height: 1.5px;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .all-referral .single-referral.referral-statics:before {
    display: none;
  }
}
.all-referral .single-referral span.title {
  color: rgba(92, 97, 114, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  display: block;
  margin: -7px 0 10px;
}
@media (max-width: 1399.98px) {
  .all-referral .single-referral span.title {
    margin: -6px 0 10px;
  }
}
@media (max-width: 1199.98px) {
  .all-referral .single-referral span.title {
    margin: -6px 0 5px;
  }
}
@media (max-width: 991.98px) {
  .all-referral .single-referral span.title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 479.98px) {
  .all-referral .single-referral span.title {
    margin: -6px 0 0px;
  }
}
.all-referral .single-referral .descr {
  display: flex;
  gap: 10px;
  margin-bottom: -8px;
  text-align: center;
  justify-content: center;
}
.all-referral .single-referral .descr span {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; /* 125% */
  letter-spacing: 0.24px;
  text-transform: lowercase;
}
@media (max-width: 1399.98px) {
  .all-referral .single-referral .descr span {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) {
  .all-referral .single-referral .descr span {
    font-size: 20px;
    line-height: 30px;
  }
}
.all-referral .single-referral .descr span.text {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
}
.all-referral .single-referral .descr span.icon {
  color: #ff7079;
  font-size: 22px;
}

.refer-friend form {
  position: relative;
}
@media (max-width: 575.98px) {
  .refer-friend form {
    width: 100%;
    display: inline-block;
  }
}
.refer-friend form input {
  width: 100%;
  border: 1px solid rgba(11, 52, 72, 0.3);
  border-radius: 60px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: rgb(92, 97, 114);
  padding: 0 30px;
  height: 60px;
  padding: 0 185px 0 30px;
}
@media (max-width: 1399.98px) {
  .refer-friend form input {
    height: 50px;
    padding: 0 175px 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .refer-friend form input {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .refer-friend form input {
    height: 40px;
    padding: 0 155px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .refer-friend form input {
    padding: 0 135px 0 30px;
  }
}
@media (max-width: 479.98px) {
  .refer-friend form input {
    padding: 0 20px 0 20px;
    font-size: 15px;
  }
}
.refer-friend form input::-moz-placeholder {
  color: rgba(92, 97, 114, 0.6);
}
.refer-friend form input::placeholder {
  color: rgba(92, 97, 114, 0.6);
}
.refer-friend form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  box-shadow: 0px 9px 37px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1399.98px) {
  .refer-friend form .submit-btn {
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .refer-friend form .submit-btn {
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .refer-friend form .submit-btn {
    height: 40px;
  }
}
@media (max-width: 479.98px) {
  .refer-friend form .submit-btn {
    position: relative;
    margin-top: 10px;
  }
}

.social-links ul {
  display: flex;
  gap: 20px;
}
.social-links ul li a {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  color: #161D35;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
@media (max-width: 1399.98px) {
  .social-links ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .social-links ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .social-links ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.social-links ul li a:after {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  z-index: -2;
  border-radius: 50%;
}
.social-links ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.social-links ul li a:hover {
  color: #fff;
}
.social-links ul li a:hover:before {
  opacity: 0;
}

@media (max-width: 1199.98px) {
  .settings-element .nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .settings-element .nav {
    justify-content: space-between;
  }
}
.settings-element .nav .nav-link {
  text-align: left;
  padding: 0;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.34px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  padding: 17px 30px 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .settings-element .nav .nav-link {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (max-width: 1399.98px) {
  .settings-element .nav .nav-link {
    padding: 12px 30px 13px;
  }
}
@media (max-width: 991.98px) {
  .settings-element .nav .nav-link {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .settings-element .nav .nav-link {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .settings-element .nav .nav-link {
    padding: 12px 20px 13px;
    font-size: 16px;
    line-height: 26px;
  }
}
.settings-element .nav .nav-link i {
  font-size: 18px;
}
.settings-element .nav .nav-link:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .settings-element .nav .nav-link:last-child {
    margin-bottom: auto;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .settings-element .nav .nav-link:last-child {
    margin-bottom: 0;
  }
}
.settings-element .nav .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.3s ease-in;
}
.settings-element .nav .nav-link.active {
  background-image: linear-gradient(144.14deg, #ffffff -11.44%, #ffffff 123.42%);
}
.settings-element .nav .nav-link.active:after {
  opacity: 1;
}
.settings-element .profile-setting {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 40px;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .settings-element .profile-setting {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .settings-element .profile-setting {
    flex-direction: column;
    padding: 30px;
  }
}
.settings-element .profile-setting .part-pic img {
  width: 260px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .settings-element .profile-setting .part-pic img {
    width: 140px;
  }
}
.settings-element .profile-setting .part-info {
  flex: 1;
}
.settings-element .profile-setting .part-info ul {
  margin-top: -7px;
  margin-bottom: -8px;
}
@media (max-width: 767.98px) {
  .settings-element .profile-setting .part-info ul {
    margin-top: -6px;
    margin-bottom: -7px;
  }
}
.settings-element .profile-setting .part-info ul li {
  border-bottom: 1px solid rgba(92, 97, 114, 0.1);
  padding: 11px 0;
}
.settings-element .profile-setting .part-info ul li:first-child {
  padding-top: 0;
}
.settings-element .profile-setting .part-info ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.settings-element .profile-setting .part-info ul li span.property {
  color: #5C6172;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  width: 207px;
}
@media (max-width: 1399.98px) {
  .settings-element .profile-setting .part-info ul li span.property {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .settings-element .profile-setting .part-info ul li span.property {
    width: 150px;
    font-size: 16px;
    line-height: 26px;
  }
}
.settings-element .profile-setting .part-info ul li span.value {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.4px;
  opacity: 0.9;
}
@media (max-width: 1399.98px) {
  .settings-element .profile-setting .part-info ul li span.value {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .settings-element .profile-setting .part-info ul li span.value {
    font-size: 16px;
    line-height: 26px;
  }
}
.settings-element .privacy-settings {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media (max-width: 767.98px) {
  .settings-element .privacy-settings {
    padding: 30px;
  }
}
@media (max-width: 479.98px) {
  .settings-element .privacy-settings {
    padding: 25px;
  }
}
.settings-element .privacy-settings ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(92, 97, 114, 0.1);
  padding: 15px 0;
}
@media (max-width: 479.98px) {
  .settings-element .privacy-settings ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.settings-element .privacy-settings ul li:first-child {
  padding-top: 0;
}
.settings-element .privacy-settings ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.settings-element .privacy-settings ul li span.title {
  color: #5C6172;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .settings-element .privacy-settings ul li span.title {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .settings-element .privacy-settings ul li span.title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 479.98px) {
  .settings-element .privacy-settings ul li span.title {
    margin-top: -7px;
    margin-bottom: -7px;
  }
}/*# sourceMappingURL=style.css.map */