#myModal2 .close {
  font-size: 50px;
  top: -13px;
}
.secondry-btn {
  cursor: pointer;
}
.go-cart {
  margin: auto;
}

.side-item {
  margin-left: 10px;
}

.side-item p {
  font-size: 16px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.show .modal-dialog {
  right: 0 !important;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.secondry-btn {
  padding: 8px 17px !important;
}

.chatroom-hover:hover {
  scale: 1.15;
}

.desktop-show {
  margin-left: 0px;
}

.nav-sec ul {
  align-items: center;
}

.nav-sec ul li a {
  padding: 0 7px !important;
}

.nav-sec a {
  font-weight: 600 !important;
}

.header-top-btn {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.topnav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.topnav li {
  list-style: none;
}

.topMenu {
  padding: 5px 13px !important;
}

.header-section {
  position: initial !important;
}
.onlineImg {
  position: relative;
}
.onlineImg img {
  border-radius: 5px;
  border: 2px solid #a900a9;
}
.onlineStatus span {
  background: #ff0eff;
  height: 8px;
  width: 8px;
  display: inline-flex;
  border-radius: 50%;
}
.onlineStatus {
  position: absolute;
  bottom: 30px;
  left: 10px;
  background: #000;
  border-radius: 25px;
  padding: 3px 5px;
  color: #fff;
  font-size: 13px;
}
.onname {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    126deg,
    rgba(56, 23, 140, 1) 0%,
    rgba(181, 70, 190, 1) 100%
  );
  color: #ffff;
  padding: 3px 10px;
}
.onlinePageBg {
  background-image: url(../../assets/img/exp4bg3.jpg);
  background-size: cover;
  background-position: center;
}
.newPageTitle {
  font-size: 2rem;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.onlinePage {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.onlinePage .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ab0eab;
  border-color: #ab0eab;
}
.onlinePage .page-link {
  color: #ab0eab;
}
.suImg {
  border-radius: 5px;
  border: 2px solid #a900a9;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.suImgBox {
  padding: 5px;
}
.uNameIcons {
  display: flex;
}

.uNameIcons .fIcon i {
  color: #fff;
  background: #a800a8;
  padding: 8px 8px 6px 8px;
  border-radius: 50%;
  font-size: 20px;
}

.viewUserTitle {
  font-size: 2.4rem;
  margin-top: -15px;
}
.uTitleBar {
  display: flex;
  justify-content: space-between;
}
/* .uThreeDot i {
  color: #fff;
  background: #a800a8;
  padding: 8px 8px 6px 8px;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 5px;
} */
.upgradebox {
  background: rgb(56, 23, 140);
  background: linear-gradient(
    126deg,
    rgba(56, 23, 140, 1) 0%,
    rgba(181, 70, 190, 1) 100%
  );
  border-radius: 10px;
  text-align: center;
  padding: 2rem 1.5rem;
}
.upgradebox img {
  width: 160px;
}
.upgradebox h2 {
  font-size: 2rem !important;
  color: #fff;
}
.upgradebox p {
  font-size: 1rem !important;
  color: #fff;
}
.mayPass {
  display: flex;
  width: 100%;
  height: 400px;
  justify-content: center;
  align-items: center;
}
.meetImg {
  /* height: 400px;
  width: 400px; */
}
.mayPass i {
  background: #a900aa;
  color: #fff;
  padding: 8px 8px 5px 8px;
  margin: 5px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mayPass .x1a {
  font-size: 30px;
}
.mayPass .x1b {
  font-size: 20px;
}
.icocenter {
  text-align: center;
  width: 70px;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #a900aa;
}
.profiletwo_date .nav-link {
  color: #000000 !important;
}

.profiletwo_date .active {
  color: #a900aa !important;
}
.meetImg {
  position: relative;
}
.meetImgText {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.meetImgText p {
  color: #fff;
  margin-bottom: 0px;
}
.caught-attention {
  background: rgb(56, 23, 140);
  background: linear-gradient(
    126deg,
    rgba(56, 23, 140, 1) 0%,
    rgba(181, 70, 190, 1) 100%
  );
  margin-top: 3rem;
  padding: 3rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.caught-attention h2 {
  font-size: 2.4rem;
  color: #fff;
}
.caught-attention p {
  font-size: 1rem;
  color: #fff;
}
.ncaro {
  margin-left: 10px;
}
.ncarol {
  margin-left: 20px;
}
.ncarol h2 {
  font-size: 2rem;
}
.ncarol p {
  font-size: 1rem;
}

.spimg {
  border-radius: 10px;
}
.heartPos {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mainSP {
  border: 1px solid #9631a7;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.spimg img {
  border-radius: 10px;
}
.pdlnone {
  /* background: #b100b1; */
}
.pdlnone .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 #9631a7;
  border-radius: 10px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #9631a7;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.filshort select {
  border: 1px solid #000000;
  padding: 7px;
  border-radius: 25px;
}
.filshort input {
  border: 1px solid #000000;
  padding: 7px;
  border-radius: 25px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #121212;
  background-color: #121212;
}
#myUpgrade .modal-content {
  background-color: #000 !important;
}

#myUpgrade .close {
  position: absolute;
  right: 8px;
  font-size: 57px;
  opacity: 1;
  background: none;
  z-index: 9999;
  color: #fff;
  top: -6px;
  border-left: none;
  font-weight: normal;
}

#myUpgrade .modal-dialog {
  width: 1100px !important;
}
#myUpgrade .modal-title {
  color: #fff;
}
#myUpgrade .modal-body {
  color: #fff;
}
@media (min-width: 576px) {
  #myUpgrade .modal-dialog {
    max-width: 1100px;
    /* margin: 1.75rem auto; */
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
/*--blog----*/

.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 0, 104) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
.pricing-section {
  position: relative;
  padding: 20px 0 80px;
  overflow: hidden;
}
.pricing-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-section .row {
  margin: 0 -30px;
}

.pricing-block {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #ac43ba;
}

.pricing-block .icon-box {
  position: relative;
  padding: 50px 30px 0;
  background: linear-gradient(
    126deg,
    rgba(56, 23, 140, 1) 0%,
    rgba(181, 70, 190, 1) 100%
  );
  text-align: center;
}

.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}

.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #ac43ba;
  border-radius: 50%;
  font-size: 50px;
  color: #ac43ba;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #ac43ba;
}

.pricing-block .features {
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #ac43ba;
  font-weight: 600;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #a7a7a7;
}
.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}
.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
  border-color: #ac43ba;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
  color: #ac43ba;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
  border-color: #ac43ba;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
  color: #ac43ba;
}

.outer-box {
  overflow: auto;
}
.outer-box .row {
  width: 1050px;
}
.topRightMenu {
  position: absolute;
  right: -18%;
  top: -36%;
}
.smal {
  font-size: 0.9rem !important;
  color: #000;
}
.onlyt {
  color: #000;
  margin-bottom: -5px;
}
.topRightMenu .language .dropbtn {
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background: #000;
  position: relative;
  padding: 0;
  width: 35px;
  height: 35px;
  margin-top: 3px;
  border-radius: 100px;
  margin-left: 15px;
  padding: 7px 9px;
}

.progress {
  overflow: hidden;
  height: 25px;
  background-color: #f1f1f1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.progress-bar {
  width: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #a400a4;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
}
.propro {
  font-size: 1rem;
  position: absolute;
  text-shadow: 0 0 3px #9631a7;
  padding-left: 5px;
}
.seenStatus {
  font-size: 0.8rem !important;
  font-weight: 500;
  line-height: 0;
}
.viewUserTitle {
  display: flex;
  align-items: center;
}
.editPro select {
  border: 1px solid #000000;
  border-radius: 25px;
  height: 25px;
  width: 90%;
}
.editPro input {
  border: 1px solid #000000;
  border-radius: 25px;
  height: 25px;
  width: 90%;
  padding: 2px 5px;
}
.editPro textarea {
  border: 1px solid #000000;
  border-radius: 10px;

  padding: 5px 5px;
}

.captionT select {
  border: 1px solid #000000;
  border-radius: 25px;
  height: 25px;
  margin-top: 5px;
}
.captionT input {
  border: 1px solid #000000;
  border-radius: 25px;
  height: 25px;
  padding: 2px 5px;
}

.optDown {
  position: absolute;
  right: 20px;
  top: 9px;
  z-index: 0;
}
.optDown-relative {
  position: relative;
}
.optDown-relative .form-select {
  position: relative;
  z-index: 2;
}
.captionT {
  margin-top: -110px;
  padding: 10px 6px;
}
.captionT p {
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #fff !important;
}
.capsT {
  font-size: 1rem;
  margin-top: -34px;
  z-index: 1;
  position: relative;
  padding: 7px 10px 6px;
  color: #ffffff !important;
  background: linear-gradient(
    126deg,
    rgba(56, 23, 140, 1) 0%,
    rgba(181, 70, 190, 1) 100%
  );
  border-radius: 0px 0px 5px 5px;
}
.listae_je li img {
  margin-right: 10px;
}
.descin {
  height: 39px !important;
}
.mayPass2 {
  display: flex;
  width: 100%;
  height: 400px;
  justify-content: center;
  align-items: center;
}
.mayPass2 i {
  background: #a900aa;
  color: #fff;
  padding: 8px 8px 5px 8px;
  margin: 5px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mayPass2 .x1a {
  font-size: 20px;
}
.mayPass2 .x1b {
  font-size: 14px;
}
.congo {
  font-size: 2rem !important;
  font-weight: 600;
}
.icocenter2 {
  text-align: center;
  width: 40px;
  font-size: 12px;
}
.actBtn {
  text-align: center;
  margin-top: 12px;
}
.actBtn a {
  color: #fff !important;
}
.pricing-block .icon-box img {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #ac43ba;
  border-radius: 50%;
  font-size: 50px;
  color: #ac43ba;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.regh1 {
  font-size: 2rem !important;
}
.vipborder {
  border: 3px solid #a800a8;
  border-radius: 50%;
}
.rotat {
  /* animation: rotation 8s infinite linear; */

  transform: rotateY(45deg);
  animation: rotateAnimation 2s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotateY(45deg);
  }
  to {
    transform: rotateY(225deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

:root {
  /* --side: #e3b75a; */
  --coin-size: 4rem;
  --coin-face: url("https://truelovefinder.com/assets/img/token11.png");
}
.coin {
  height: var(--coin-size);
  width: var(--coin-size);
  /* margin: 0.5rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.coin::before {
  content: "";
  display: block;
  position: relative;
  height: var(--coin-size);
  width: var(--coin-size);
  border-radius: 50%;
  animation: spin 5s linear infinite;
  background-image: var(--coin-face);
  background-size: 100% 100%;
  background-position: center;
  background-blend-mode: overlay;
}
@keyframes spin {
  0% {
    width: var(--coin-size);
    box-shadow: 0 0 0 var(--side-dark);
    animation-timing-function: ease-in;
  }

  49.999% {
    width: 0.05rem;
    box-shadow: 0.05rem 0 0 var(--side), 0.1rem 0 0 var(--side),
      0.15rem 0 0 var(--side), 0.2rem 0 0 var(--side), 0.25rem 0 0 var(--side),
      0.3rem 0 0 var(--side), 0.35rem 0 0 var(--side), 0.4rem 0 0 var(--side),
      0.45rem 0 0 var(--side), 0.5rem 0 0 var(--side), 0.55rem 0 0 var(--side),
      0.6rem 0 0 var(--side), 0.65rem 0 0 var(--side), 0.7rem 0 0 var(--side),
      0.75rem 0 0 var(--side);
    /* transform: translateX(-0.375rem); */
    background-color: var(--lowlight);
    animation-timing-function: linear;
  }

  50.001% {
    width: 0.05rem;
    box-shadow: -0.05rem 0 0 var(--side), -0.1rem 0 0 var(--side),
      -0.15rem 0 0 var(--side), -0.2rem 0 0 var(--side),
      -0.25rem 0 0 var(--side), -0.3rem 0 0 var(--side),
      -0.35rem 0 0 var(--side), -0.4rem 0 0 var(--side),
      -0.45rem 0 0 var(--side), -0.5rem 0 0 var(--side),
      -0.55rem 0 0 var(--side), -0.6rem 0 0 var(--side),
      -0.65rem 0 0 var(--side), -0.7rem 0 0 var(--side),
      -0.75rem 0 0 var(--side);
    /* transform: translateX(0.375rem); */
    background-color: var(--lowlight);
    animation-timing-function: ease-out;
  }

  100% {
    width: var(--coin-size);
    box-shadow: 0 0 0 var(--side-dark);
  }
}

.animated-border-box,
.animated-border-box-glow {
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  border-radius: 10px;
}

.animated-border-box:before,
.animated-border-box-glow:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*border color, change middle color*/
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #b546be,
    rgba(0, 0, 0, 0) 25%
  );
  /* change speed here */
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.subsp .form-select {
  z-index: 1;
  position: relative;
}
/* 
.coin:after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: slide 2s linear infinite;
  filter: blur(3px);
}

@keyframes slide {
  from {
    top: -0.8rem;
    left: -0.8rem;
  }
  to {
    top: 0.8rem;
    left: 0.8rem;
  }
} */
.btn-close {
  color: #fff !important;
  opacity: 1;
}
#subsModal .btn-close {
  filter: invert() !important;
  opacity: 1;
}
#subsModal .btn-close:hover {
  filter: invert() !important;
  opacity: 1;
}
@media (max-width: 768px) {
  .gapsm {
    display: flex;
    gap: 0.5rem !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}
