@font-face {
  font-family: NotoSans-Regular;
  src: url(../../NotoSans-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: NotoSansBengali-Regular;
  src: url(../../NotoSansBengali-Regular.ttf);
  font-display: swap;
}
* {
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #1f1f1f;
}
* ::-webkit-scrollbar-track {
  background-color: transparent;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #131414;
}

html .l-direct {
  direction: ltr;
}

html[lang=ne] {
  font-family: NotoSansBengali-Regular, "Arial", sans-serif;
}
html[lang=ne] i {
  font-family: "Font Awesome 5 Free";
}

html[lang=en] {
  direction: ltr;
  text-align: left;
  font-family: NotoSans-Regular, "Arial", sans-serif;
}
html[lang=en] i {
  font-family: "Font Awesome 5 Free";
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background: #0d0e10;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body button {
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
}
body button:active {
  filter: brightness(1.2);
}
body button:disabled {
  filter: grayscale(1);
}
body a {
  text-decoration: none;
}
body select {
  border: none;
  outline: none;
  font-weight: normal;
}
body input {
  border: none;
  outline: none;
  background: transparent;
  font-weight: normal;
}
body input[type=number]::-webkit-outer-spin-button,
body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input[type=date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
body #toast-container {
  margin-top: 10px !important;
}

.main-wrapper {
  width: 100%;
  min-height: 100vh;
  background: #0d0e10;
  overflow-x: hidden;
}
.main-wrapper .header-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  z-index: 3;
}
.main-wrapper .header-wrapper > a {
  display: flex;
}
.main-wrapper .header-wrapper > a > img {
  width: 200px;
}
.main-wrapper .top-nav-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  z-index: 3;
}
.main-wrapper .top-nav-wrapper > li {
  display: flex;
  padding: 0 10px;
}
.main-wrapper .top-nav-wrapper > li > a {
  display: flex;
  color: #fff;
  text-transform: uppercase;
}
.main-wrapper .top-nav-wrapper > li > a.icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #ffdf00;
}
.main-wrapper .top-nav-wrapper > li > a.btn {
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
.main-wrapper .top-nav-wrapper > li:hover > a > span {
  color: #ffdf00;
}
.main-wrapper .banner-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background: transparent;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.main-wrapper .banner-wrapper > img {
  width: 100%;
}
.main-wrapper .banner-wrapper .banner-container {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.main-wrapper .banner-wrapper .banner-container > div {
  width: 100%;
}
.main-wrapper .banner-wrapper .banner-container > div > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.main-wrapper .banner-wrapper .banner-container > div > a > img {
  width: 100%;
  height: auto;
}
.main-wrapper .banner-wrapper .banner-container > div > a > div {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-wrapper .banner-wrapper .banner-container > div > a > div > span {
  color: #fff;
}
.main-wrapper .banner-wrapper .banner-container > div > a > div > span:first-of-type {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.main-wrapper .banner-wrapper .banner-container > div > a > div > span:nth-of-type(2) {
  font-size: 6rem;
  color: #ffdf00;
  font-weight: bold;
  text-transform: uppercase;
}
.main-wrapper .banner-wrapper .banner-container > div > a > div > span:nth-of-type(3) {
  font-size: 2rem;
}
.main-wrapper .banner-wrapper .banner-container > div > a > div > div {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.main-wrapper .banner-wrapper .banner-container > div > a > div > div > button {
  border-radius: 12px;
  font-size: 1.2rem;
  margin: 0 10px;
  text-transform: uppercase;
}
.main-wrapper .banner-wrapper .banner-container > div > a > div > div > button:first-of-type {
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 40px;
}
.main-wrapper .banner-wrapper .banner-container > div > a > div > div > button:last-of-type {
  border-radius: 12px;
  background: #000;
  border: solid 1px #FFEB00;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 40px;
}
.main-wrapper .static-banner-wrapper {
  width: 100%;
  display: flex;
  background: transparent;
  overflow: hidden;
  margin: 0;
  padding: 0;
  visibility: hidden;
  margin-bottom: 15px;
}
.main-wrapper .static-banner-wrapper > img {
  width: 100%;
  height: auto;
}
.main-wrapper .why-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../../../images/aff/banner2.png?v=0.1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main-wrapper .why-wrapper > h2 {
  color: #ffdf00;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 25px 0;
}
.main-wrapper .why-wrapper > span {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.main-wrapper .why-wrapper > ul {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.main-wrapper .why-wrapper > ul > li {
  margin: 10px 10px;
  width: calc((100% - 60px) / 3);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 25px;
  background: rgba(0, 0, 0, 0.4);
}
.main-wrapper .why-wrapper > ul > li > img {
  width: 130px;
  transition: 0.3s ease-out;
}
.main-wrapper .why-wrapper > ul > li > img:hover {
  transform: scale(1.2);
}
.main-wrapper .why-wrapper > ul > li > h2 {
  color: #FFEB00;
  font-size: 1.4rem;
}
.main-wrapper .why-wrapper > ul > li > p {
  color: #fff;
  font-size: 1rem;
}
.main-wrapper .how-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #333333;
  background-image: url(../../../images/aff/banner3.png?v=0.1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main-wrapper .how-wrapper > h2 {
  color: #ffdf00;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 25px 0;
}
.main-wrapper .how-wrapper .how-container {
  display: flex;
  width: 70%;
}
.main-wrapper .how-wrapper .how-container > img {
  width: 40%;
  margin-right: 100px;
}
.main-wrapper .how-wrapper .how-container > ul {
  width: calc(60% - 100px);
  display: flex;
  flex-direction: column;
}
.main-wrapper .how-wrapper .how-container > ul > li {
  display: -webkit-box;
}
.main-wrapper .how-wrapper .how-container > ul > li:not(:last-of-type) {
  padding: 15px 15px;
  background: rgba(126, 116, 0, 0.4);
  margin-bottom: 25px;
  border-radius: 30px;
  align-items: center;
}
.main-wrapper .how-wrapper .how-container > ul > li:not(:last-of-type) > div:first-of-type {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffdf00;
  border-radius: 50%;
}
.main-wrapper .how-wrapper .how-container > ul > li:not(:last-of-type) > div:first-of-type > span {
  color: #000;
}
.main-wrapper .how-wrapper .how-container > ul > li:not(:last-of-type) > div:last-of-type {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  width: calc(100% - 60px);
}
.main-wrapper .how-wrapper .how-container > ul > li:not(:last-of-type) > div:last-of-type > span {
  padding: 0 10px;
}
.main-wrapper .how-wrapper .how-container > ul > li:not(:last-of-type) > div:last-of-type > span:first-of-type {
  font-size: 2rem;
  color: #ffdf00;
}
.main-wrapper .how-wrapper .how-container > ul > li:not(:last-of-type) > div:last-of-type > span:last-of-type {
  font-size: 1rem;
  color: #fff;
}
.main-wrapper .how-wrapper .how-container > ul > li:last-of-type > button {
  border-radius: 12px;
  background: #000;
  border: solid 1px #FFEB00;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 15px 40px;
  transition: 0.3s ease-out;
  margin-bottom: 25px;
}
.main-wrapper .how-wrapper .how-container > ul > li:last-of-type > button:hover {
  transform: scale(1.2);
}
.main-wrapper .commission-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  background-image: url(../../../images/aff/banner4.png?v=0.1);
  background-repeat: no-repeat;
  background-size: 100%;
  background: #010B17;
}
.main-wrapper .commission-wrapper > span {
  color: #fff;
}
.main-wrapper .commission-wrapper > h2 {
  color: #ffdf00;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 10px 0;
}
.main-wrapper .commission-wrapper > p {
  color: #fff;
}
.main-wrapper .commission-wrapper .commission-container {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.main-wrapper .commission-wrapper .commission-container .commission-example {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > div {
  width: 45%;
  position: relative;
  border-radius: 30px;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > div > img {
  width: 100%;
  border-radius: inherit;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > div > div {
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10% 10%;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > div > div > h3 {
  color: #ffdf00;
  font-size: 2.3rem;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > div > div > span {
  color: #fff;
  font-size: 1.2rem;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > div > div > button {
  width: 35%;
  border-radius: 12px;
  background: #000;
  border: solid 1px #FFEB00;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 15px 40px;
  transition: 0.3s ease-out;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > div > div > button:hover {
  transform: scale(1.2);
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul {
  width: 53%;
  border-radius: 30px;
  padding: 15px 2%;
  display: flex;
  flex-direction: column;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > li {
  width: 100%;
  display: flex;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:first-of-type > span {
  color: #ffdf00;
  font-size: 1.6rem;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(2), .main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(3), .main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(4) {
  flex-direction: column;
  padding: 10px 0;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(2) > span, .main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(3) > span, .main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(4) > span {
  width: 100%;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(2) > span:first-of-type, .main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(3) > span:first-of-type, .main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(4) > span:first-of-type {
  color: #fff;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(2) > span:last-of-type, .main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(3) > span:last-of-type, .main-wrapper .commission-wrapper .commission-container .commission-example > ul > li:nth-of-type(4) > span:last-of-type {
  color: #ffdf00;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul > li, .main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul div {
  width: 100%;
  display: flex;
  padding: 5px 10px;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul > li > span, .main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul div > span {
  width: 100%;
  color: #fff;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul > div {
  background: #FFEB00;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul > div > span {
  color: #000;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul > li:nth-of-type(odd) {
  background: #000;
}
.main-wrapper .commission-wrapper .commission-container .commission-example > ul > ul > li:nth-of-type(even) {
  background: #000;
}
.main-wrapper .commission-wrapper .commission-container .commission-formula {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
}
.main-wrapper .commission-wrapper .commission-container .commission-formula > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main-wrapper .commission-wrapper .commission-container .commission-formula > li.value > img {
  width: 80px;
  margin-bottom: 10px;
}
.main-wrapper .commission-wrapper .commission-container .commission-formula > li.value > span {
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.main-wrapper .commission-wrapper .commission-container .commission-formula > li.operator > span {
  font-size: 5rem;
  color: #ffdf00;
}
.main-wrapper .commission-wrapper .commission-container .commission-table {
  display: flex;
  width: 70%;
  flex-direction: column;
  margin-top: 5px;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > div {
  width: 100%;
  display: flex;
  padding: 8px 10px;
  background: #FFEB00;
  border-radius: 8px 8px 0 0;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > div > span {
  width: 100%;
  color: #000;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > li {
  width: 100%;
  display: flex;
  padding: 8px 10px;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > li:nth-of-type(odd) {
  background: #000;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > li:nth-of-type(even) {
  background: #000;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > li > span {
  width: 100%;
  color: #fff;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > li i.fa-times {
  color: red;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > li i.fa-check {
  color: green;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > li:not(:last-of-type) {
  border-bottom: solid 1px #fff;
}
.main-wrapper .commission-wrapper .commission-container .commission-table > li:last-of-type > span {
  font-weight: bold;
  color: #ffdf00;
}
.main-wrapper .commission-wrapper .commission-container .commission-result {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .commission-wrapper .commission-container .commission-result > img {
  width: 90%;
}
.main-wrapper .touch-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
  background: url(../../../images/aff/sports.png?v=0.1);
  background-size: 100%;
  background-repeat: no-repeat;
  align-items: center;
}
.main-wrapper .touch-wrapper.ur {
  background: url(../../../images/aff/sports-l.png?v=0.1);
}
.main-wrapper .touch-wrapper .touch-container {
  display: flex;
  width: 70%;
  flex-direction: column;
}
.main-wrapper .touch-wrapper .touch-container > img {
  width: 100%;
}
.main-wrapper .touch-wrapper .touch-container > span {
  color: #fff;
  font-size: 1rem;
}
.main-wrapper .touch-wrapper .touch-container > h2 {
  color: #ffdf00;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 10px 0;
  width: 50%;
}
.main-wrapper .touch-wrapper .touch-container > button {
  width: 20%;
  border-radius: 12px;
  background: #000;
  border: solid 1px #FFEB00;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 15px 0;
  transition: 0.3s ease-out;
  margin: 15px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.main-wrapper .touch-wrapper .touch-container > button:hover {
  transform: scale(1.2);
}
.main-wrapper .footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .footer-wrapper .footer-container {
  display: flex;
  width: 70%;
  flex-direction: column;
}
.main-wrapper .footer-wrapper .footer-container > div {
  display: flex;
  align-items: center;
}
.main-wrapper .footer-wrapper .footer-container > div:first-of-type {
  flex-direction: column;
  padding: 30px 0;
}
.main-wrapper .footer-wrapper .footer-container > div:first-of-type > img {
  width: 200px;
  margin: 15px 0;
}
.main-wrapper .footer-wrapper .footer-container > div:first-of-type > span {
  color: #fff;
  font-size: 1.2rem;
}
.main-wrapper .footer-wrapper .footer-container > div:last-of-type {
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
  border-top: solid 1px #efefef;
  margin-bottom: 15px;
}
.main-wrapper .footer-wrapper .footer-container > div:last-of-type > div:first-of-type {
  display: flex;
}
.main-wrapper .footer-wrapper .footer-container > div:last-of-type > div:first-of-type > a {
  display: flex;
  border-radius: 50%;
  margin: 0 10px;
  transition: 0.3s ease-out;
}
.main-wrapper .footer-wrapper .footer-container > div:last-of-type > div:first-of-type > a:hover {
  transform: scale(1.2);
}
.main-wrapper .footer-wrapper .footer-container > div:last-of-type > div:first-of-type > a > img {
  width: 40px;
  border-radius: inherit;
}
.main-wrapper .footer-wrapper .footer-container > div:last-of-type > div:last-of-type > span {
  color: #fff;
  font-size: 1rem;
}
.main-wrapper .dialog-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.main-wrapper .dialog-overlay .dialog-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .dialog-overlay .dialog-wrapper.fadeIn {
  animation: fadeIn ease-out 0.3s forwards;
}
.main-wrapper .dialog-overlay .dialog-wrapper.fadeOut {
  animation: fadeout ease-out 0.3s forwards;
}
.main-wrapper .dialog-overlay .dialog-wrapper .dialog-container {
  color: #fff;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 630px;
  padding: 50px 10%;
  background: #0d0e10;
  border-radius: 8px;
  position: relative;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: #fff;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper > i:hover {
  transform: rotate(360deg);
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-header > a {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-header > a > span {
  font-size: 1.4rem;
  color: #fff;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-header > a.active > span {
  color: #ffdf00;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > a.forgot-password {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1rem;
  color: #fff;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container.active {
  display: flex;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > span {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field {
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > i:first-child {
  color: #fff;
  padding: 0 8px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > i.end-icon {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: 12px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > img {
  width: 35px;
  height: auto;
  padding: 0 8px;
  border-right: 1px solid #808080;
  display: none;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > input {
  width: 100%;
  height: 35px;
  color: #fff;
  padding: 0 15px;
  background-color: #131414;
  border-radius: 8px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > input:disabled {
  opacity: 0.6;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > input::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > select {
  width: 100%;
  height: 35px;
  color: rgba(128, 128, 128, 0.5);
  padding: 0 15px;
  background-color: #131414;
  border-radius: 8px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > select:disabled {
  opacity: 0.6;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > select::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > select::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > span {
  width: 100%;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > span.msg {
  color: rgb(219, 30, 30);
  margin-top: 2px;
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > span.msg.fadeIn {
  animation: fadeIn ease 0.5s;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.field > span.label {
  color: white;
  margin-bottom: 5px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: -17px;
  top: 30px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.text {
  margin-bottom: 55px;
  position: relative;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.text::after {
  content: attr(data-label);
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 12px;
  color: #ff91b3;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.text > span {
  margin-top: 35px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.check {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: transparent;
  margin-bottom: 15px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.check > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.check > span {
  position: relative;
  bottom: 0;
  width: calc(100% - 30px);
  color: #fff;
  font-size: 12px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.check > span > a {
  color: #fff;
  transition: 0.3s ease-out;
  text-decoration: underline;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.check > span > a:hover {
  filter: brightness(1.3);
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.country > div {
  color: #fff;
  font-size: 0.8em;
  background-color: #131414;
  width: 40px;
  margin-right: 5px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.country > input {
  width: calc(100% - 45px);
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.graph {
  align-items: center;
  margin-bottom: 15px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.graph canvas {
  width: calc(85% - 15px);
  height: 50px;
  margin-right: 15px;
  border-radius: 6px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.graph > button {
  width: 15%;
  height: 40px;
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1rem;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.graph > button i {
  color: #fff;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.result {
  flex-direction: column;
  padding: 30px 0;
  align-items: center;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.result > img {
  width: 50%;
  max-width: 150px;
  margin-bottom: 30px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.result > span {
  color: #fff;
  font-size: 1rem;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.result > span:not(:last-of-type) {
  margin-bottom: 10px;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper .aff-container > li.result > span a {
  color: #ffdf00;
}
.main-wrapper #aff-dialog .dialog-wrapper .dialog-container .aff-wrapper.ur .aff-container > li.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: auto;
  right: -17px;
  top: 30px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 630px;
  padding: 50px 10%;
  background: #0d0e10;
  border-radius: 8px;
  position: relative;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: #fff;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper > i:hover {
  transform: rotate(360deg);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-header > a {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-header > a > span {
  font-size: 1.4rem;
  color: #fff;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-header > a.active > span {
  color: #ffdf00;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container.active {
  display: flex;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > span {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field {
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > i:first-child {
  color: #fff;
  padding: 0 8px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > i.end-icon {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: 12px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > img {
  width: 35px;
  height: auto;
  padding: 0 8px;
  border-right: 1px solid #808080;
  display: none;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input {
  width: 100%;
  height: 35px;
  color: #fff;
  padding: 0 15px;
  background-color: #131414;
  border-radius: 8px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input:disabled {
  opacity: 0.6;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > select {
  width: 100%;
  height: 35px;
  color: rgba(128, 128, 128, 0.5);
  padding: 0 15px;
  background-color: #131414;
  border-radius: 8px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > select:disabled {
  opacity: 0.6;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > select::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > select::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > span {
  width: 100%;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > span.msg {
  color: rgb(219, 30, 30);
  margin-top: 2px;
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > span.msg.fadeIn {
  animation: fadeIn ease 0.5s;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > span.label {
  color: white;
  margin-bottom: 5px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > button {
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: -17px;
  top: 30px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.text {
  margin-bottom: 55px;
  position: relative;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.text::after {
  content: attr(data-label);
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 12px;
  color: #ff91b3;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.text > span {
  margin-top: 35px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: transparent;
  margin-bottom: 15px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check > span {
  position: relative;
  bottom: 0;
  width: calc(100% - 30px);
  color: #fff;
  font-size: 12px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check > span > a {
  color: #fff;
  transition: 0.3s ease-out;
  text-decoration: underline;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check > span > a:hover {
  filter: brightness(1.3);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.country > div {
  color: #fff;
  font-size: 0.8em;
  background-color: #131414;
  width: 40px;
  margin-right: 5px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.country > input {
  width: calc(100% - 45px);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph {
  align-items: center;
  margin-bottom: 15px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph canvas {
  width: calc(85% - 15px);
  height: 50px;
  margin-right: 15px;
  border-radius: 6px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph > button {
  width: 15%;
  height: 40px;
  border-radius: 12px;
  background: #FFEB00;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1rem;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph > button i {
  color: #fff;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result {
  flex-direction: column;
  padding: 30px 0;
  align-items: center;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result > img {
  width: 50%;
  max-width: 150px;
  margin-bottom: 30px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result > span {
  color: #fff;
  font-size: 1rem;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result > span:not(:last-of-type) {
  margin-bottom: 10px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result > span a {
  color: #ffdf00;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper.ur .forgot-container > li.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: auto;
  right: -17px;
  top: 30px;
}

#top-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  z-index: 5;
}
#top-btn > img {
  width: 50px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev {
  width: 50px !important;
  background-image: url(../../../images/aff/prev.svg);
}

.swiper-button-next {
  width: 50px !important;
  background-image: url(../../../images/aff/next.svg);
}

.swiper-container-rtl .swiper-button-prev {
  width: 50px !important;
  background-image: url(../../../images/aff/next.svg);
}

.swiper-container-rtl .swiper-button-next {
  width: 50px !important;
  background-image: url(../../../images/aff/prev.svg);
}

.swiper-pagination-bullet-active {
  background: #ffdf00 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 100px;
}/*# sourceMappingURL=index.css.map */