*:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.flaticon):not(.icon):not(.vjs-icon-placeholder) {
  font-family: 'Roboto', tahoma;
  outline: 0;
}

:root {
  --main_color: #1652f0;
}

.ltr-dir {
  direction: ltr !important;
}

.rtl-dir {
  direction: rtl;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

body {
  background: #fafafa;
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

section {
  position: relative;
}

input:focus,
textarea:focus {
  outline: 0;
}

input.ng-invalid.ng-dirty.ng-touched {
  border: 1px solid red !important;
}

input.ng-invalid.ng-pristine.ng-touched {
  border: 1px solid red !important;
}

.form-group {
  position: relative;
}

.img-thumbnail {
  border: 0px;
}

/* start of header banner */
#mainContainer {
  background: white;
}

.header_banner_section {
  background: #87431d url('../../images/swiper-bg.jpg');
}

.height_110vh {
  height: 100vh;
}

.header_banner_section_no_img {
  background: #87431d;
}

.header_slider_index_cn {
  background: #f9f9f9;
}

.header_top {
  padding-top: 25px;
  height: 100px;
}

.img_logo {
  height: 50px;
}

.lang_cn {
  padding: 5px 0 5px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin: 11px;
  margin-left: 31px;
}

.lang_cn .ng-select .ng-select-container {
  background-color: #f9f9f9;

  border: 0px solid #d9d9d9;
}

.lang_cn .ng-select.ng-select-opened>.ng-select-container {
  box-shadow: 0 0 0 0px rgba(24, 144, 255, 0.2);
}

.top_nav {
  text-align: right;
}

.ul_nav {}

.ul_nav li {
  display: inline-block;
}

.ul_nav li a {
  display: block;
  color: white;
  padding: 16px;
}

.header_slider_index_cn .ul_nav li a {
  color: #353535;
  font-weight: bold;
}

.ul_nav li a:after {
  display: block;
  content: '';
  border-bottom: solid 1px #fff;
  transform: scaleX(0);
  transition: transform 200ms ease-in-out;
  padding-top: 7px;
}

.ul_nav li a:hover:after {
  transform: scaleX(1);
}

.splide__pagination__page {
  margin: 8px 3px;
}

.moto_box_cn {
  padding: 38px 30px 33px 30px;
  color: #fff;
}

.moto_box {
  padding-top: 30px;
}

.moto_box h1 {
  font-size: 61px;
  margin-bottom: 29px;
}

.imgslider {
  max-width: 760px;
}

.btn_gradiant {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 1.25;
  border: 0 solid;
  border-radius: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
  position: relative;
  background: transparent;
  border: none;
  overflow: hidden;
  color: #ffffff;
  text-shadow: 1px 0 1px rgba(69, 18, 136, 0.31);
}

.btn_gradiant:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 150%;
  transform: translateX(-50%);
  bottom: 0;
  background: linear-gradient(90deg, #cf00af, #ffea00);
  z-index: 0;
  transition: all 0.5s;
}

.btn_gradiant:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 150%;
  transform: translateX(-50%);
  bottom: 0;
  background: linear-gradient(-90deg, #cf00af, #ffea00);
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
}

.btn_gradiant>* {
  position: relative;
  z-index: 1;
}

/* end of header banner */
.smpl_cntinaner .navbar-toggler-icon,
.smpl_cntinaner .navbar-toggler-icon::before,
.smpl_cntinaner .navbar-toggler-icon::after {
  background: white !important;
}

.smpl_cntinaner .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #692f0e;
  border-bottom: 1px solid #692f0e;
  width: 100%;
}

/* start of Application section */

.app_section {
  padding: 100px 0;
  background: white;
}

.app {
  padding-bottom: 40px;
}

.app h1 {
  text-align: center;
  margin-top: 0px;
  font-size: 23px;
}

.app p {
  text-align: center;
  font-size: 15px;
}

.app_info {
  text-align: right;
  cursor: pointer;
}

.app_box_one {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 0 15px 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 60px;
}

.app_icon {
  width: 80px;
  height: 80px;
  box-shadow: 0px 0px 15px 1px #eaeaea;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  float: right;
  margin-left: 20px;
}

.app_icon i {
  font-size: 35px;
  color: #7e28e0;
  line-height: 2.3;
}

.app_info h3 {
  font-size: 19px;
}

.app_p {
  font-size: 13px;
  padding-top: 7px;
}

.app_box_two {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 0 15px 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 50px;
}

.app_box_three {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 0 15px 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 60px;
}

.mockup img {
  height: 520px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.app_info_right {
  text-align: left;
  cursor: pointer;
}

.app_right_one {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 0 15px 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 60px;
}

.app_right_two {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 0 15px 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 50px;
}

.app_right_three {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 0 15px 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 60px;
}

.app_icon_right {
  width: 80px;
  height: 80px;
  box-shadow: 0px 0px 15px 1px #eaeaea;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  float: left;
  margin-right: 20px;
}

.app_info_right h3 {
  font-size: 19px;
}

.app_icon_right i {
  font-size: 35px;
  color: #7e28e0;
  line-height: 2.3;
}

.dl_app_title {
  text-align: right;
  margin-top: 64px;
  font-size: 23px;
  font-weight: bold;
  color: #2d2d2d;
  display: inline-block;
  padding: 11px;
  display: inline-block;
  margin: 10px auto;
}

.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.app-btn {
  width: 78%;
  max-width: 200px;
  color: #fff;
  margin: 10px 10px 0 10px;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  padding: 7px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
}

.app-btn p {
  margin-bottom: 0;
}

.app-btn.blu {
  background-color: #101010;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.app-btn.blu:hover {
  background-color: #454545;
  color: white;
}

.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin-right: 7px;
}

.app-btn .big-txt {
  font-size: 17px;
  text-transform: capitalize;
}

/* end of Application Section */

/* start of login  */

.center_content {
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  margin-top: 95px;
}

.white_panel {
  margin: 10px auto;
  margin-top: 60px;
}

.white_panel>h1 {
  text-align: center;
  font-size: 21px;
  color: white;
  margin-bottom: 40px;
  font-weight: bold;
}

.white_panel_cp {
  padding: 32px 24px;
  background: #fff;
  -webkit-box-shadow: 0 1px 46px -4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 46px -4px rgba(0, 0, 0, 0.28);
  border-radius: 4px;
}

.white_panel .white_panel_extra {
  padding-top: 35px;
}

.white_panel .white_panel_extra a {
  color: white;
  font-size: 14px;
  margin: 0 8px;
}

.white_panel .white_panel_extra a:hover {
  color: yellow;
  text-decoration: underline;
}

.login_panel {
  max-width: 400px;
}

.register_panel {
  max-width: 480px;
}

.sm-label {
  font-size: 12px;
}

.login_panel input,
.register_panel input {
  border: 1px solid #dcdcdc;
  padding: 29px 15px;
}

.login_panel input:focus,
.register_panel input:focus {
  border-color: #87431d;
  outline: 0 !important;
  box-shadow: 0 0 0px #87431d;
}

.btn_submit {
  color: #fff;
  padding: 1em 2em;
  background-color: #86431d;
  background-image: linear-gradient(#86431d, #dc5b13);
  border-radius: 5px;
  border: 1px solid #f1f3f5;
  border-color: #ce5715;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn_submit:hover {
  background-image: linear-gradient(#542408, #8c3607);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.btn_submit:disabled {
  border: 1px solid #86431d;
  background: #c5977c;
  color: #dadada;
}


.btn_gray {
  color: #141414;
  padding: 1em 0em;
  background-color: #c7c6c6;
  /* background-image: linear-gradient(#86431d, #dc5b13); */
  border-radius: 5px;
  border: 1px solid #f1f3f5;
  border-color: #ababab;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn_gray:hover {
  box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
  background: gray;
  color: white;
}

.btn_gray:disabled {
  border: 1px solid #c9c9c9;
  background: #efefef;
  color: #c7c7c7;
}


.big_check {
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
}

.validate_email_cn {
  position: absolute;
  right: 10px;
  top: 15px;
}

.validate_email_ok {
  font-size: 23px;
  color: #11cc11;
}

.validate_email_error {
  font-size: 23px;
  color: #ff0909;
}

.validate_email_error_cn {
  position: absolute;
  left: 10px;
  top: 3px;
  color: #ff0909;
  font-size: 12px;
}

/* end of login */

/* start of button loading  */

.m-progress {
  position: relative;
  opacity: 0.8;
  color: transparent !important;
  text-shadow: none !important;
  pointer-events: none;
  cursor: default;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}

.m-progress:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -10px;
  width: 17px;
  height: 17px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
  border-left-color: #333333;
  border-right-color: #333333;
}

.btn-lg.m-progress:before {
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}

.btn-sm.m-progress:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}

.btn-xs.m-progress:before {
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}

@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* end of button loading */

/* start of modal  */
.modal-title {
  position: absolute;
  font-size: 16px;
}

.modal {
  background-color: rgba(26, 54, 80, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 0 16px;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 10;
  /* Adjust according to your needs */
}

.modal.fade-anim {
  transition: opacity 400ms ease-in-out;
  will-change: opacity;
  opacity: 0;
}

.modal.fade-anim.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal-content {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 16px auto;
  max-width: 580px;
  position: relative;
  transition: opacity 400ms ease-in-out;
  width: 100%;
  will-change: opacity;
  display: inline-block;
  text-align: left;
}

.modal-content-size-m {
  max-width: 992px;
}

.modal-content-size-l {
  max-width: 1200px;
}

.modal-footer,
.modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 16px;
  font-weight: bold;
}

.modal-header {
  border-bottom: 1px solid #e8e8e8;
}

.modal-body {
  padding: 0px;
}

.modal-footer {
  border-top: 1px solid #e8e8e8;
}

.modal-header .close {
  font-size: 32px;
}

/* end of modal  */
/* start of footer  */
.bg-secondary-9 {
  background-color: #6b2808;
}

.inset-right-xl-50 {
  padding-right: 50px;
}

.title-style-1 {
  padding-left: 22px;
  text-indent: -22px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 28px;
  margin-bottom: 31px;
  font-weight: 400;
  font-size: 15px;
}

.title-style-1::before {
  font-family: FontAwesome;
  font-weight: 900;
  display: inline-block;
  content: '\f0c8';
  font-size: 16px;
  line-height: inherit;
  text-indent: 0;
  margin-right: 6px;
  color: #ffd234;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -27px;
  position: relative;
  z-index: 2;
  margin-right: 5px;
}

.rd-form {
  position: relative;
  text-align: left;
  margin-bottom: 26px;
}

.form-wrap {
  position: relative;
}

.rd-form-inline .form-input {
  background: #fff;
  border-radius: 6px;
  box-shadow: 3px 9px 18px rgb(0 0 0 / 15%);
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 17px;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  min-height: 37px;
  padding: 5px 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 3px 9px 18px rgb(0 0 0 / 15%);
}

.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}

.form-label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: 0.25s;
  transform: translateY(-50%);
  font-size: 16px;
}

.inpt_white label {
  color: gray;
  padding-left: 30px !important;
}

.btn_flt_cn {
  position: absolute;
  top: -61px;
  right: -12px;
}

.form-wrap+.form-button {
  margin-top: 55px;
}

.btn_circle {
  padding: 14px;
  border: 1px solid #ecc028;
  background: #ffd234;
  border-radius: 44px;
  height: 50px;
}

.btn_circle i {
  color: #2e2e2e;
  font-size: 21px;
}

.inset-left-xl-70 {
  padding-left: 70px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-social li {
  display: inline-block;
  margin: 2px 10px;
}

.footer_icon i {
  font-size: 23px;
  color: #b3b3b3;
}

.inset-left-xl-70 {
  padding-left: 70px;
}

.footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;

  margin-left: -11px;
}

.footer_menu li {
  float: left;
  display: block;
  padding: 0 7px 13px 0;
}

.footer_menu li a {
  color: #cfcfcf;
  margin-left: 12px;
  font-size: 14px;
}

/* end of footer  */

.toggle-password {
  cursor: pointer;
  color: gray;
}

/* home vides  */
.ind_main_video_cn {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.ind_main_video {
  width: 100%;
  height: 324px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ind_main_video img {
  width: 100%;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 3px;
  max-width: 100%;
  margin-top: 0;
  inset: 0px;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.img_sm_main_video_cn {
  max-width: 100%;
}

.img_sm_main_video_cn .ind_main_video {
  height: 147px;
}

.video_user_wrapper {
  margin-bottom: 6px;
  margin-top: 6px;
}

.video_user_wrapper img {
  width: 45px;
  background: white;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #eee;
  height: 45px;
}

.video_user_wrapper a {
  color: black;
  font-weight: bold;
}

.img_verified {
  width: 19px !important;
  height: 19px !important;
  background: none !important;
  border: 0px !important;
  float: none !important;
  margin: 0 !important;
}

.video_user_wrapper a span {}

.vide_nd_remain {
  float: right;
  margin: 18px 2px 0 0;
  padding: 4px;
  font-size: 13px;
  color: gray;
}

.video_desc_wapper {
  position: relative;
}

.video_desc_wapper h1 {
  font-size: 15px;
}

.billboard_2_wrapper {
  padding-left: 0px;
}

.video_desc_wapper h1 a {
  color: #333333;
  margin: 19px 0;
  display: block;
  font-weight: bold;
  font-size: 15px;
}

.video_desc_wapper span {
  float: right;
  color: #8e4524;
  position: absolute;
  top: 0px;
  right: 1px;
  font-size: 15px;
  font-weight: bold;
}

.rec_game_box .vide_nd_remain {
  margin: 5px 2px 0 0;
}

.rec_game_box .ind_main_video img {
  width: 247px;
  height: 148px;
}

.recent_game .video_user_wrapper img {
  width: 34px;
}

.recent_game .video_desc_wapper h1 a {
  font-size: 14px;
}

.recent_game .video_desc_wapper span {
  font-size: 14px;
  top: -4px;
}

.recent_game .video_user_wrapper {}

.recent_game .video_desc_wapper h1 a {
  margin: 14px 0;
}

.billboard1 {
  height: auto;
  min-height: 324px;
  display: block;
}

.billboard2 {
  height: auto;
  min-height: 147px;
  display: block;
}

.a_more_slider {
  display: block;
  height: 42px;
  margin-top: 36px;
  color: black;
  font-weight: bold;
}

/* end of home videos  */
.pTitle {
  text-align: left;
  margin: 14px 0;
  color: #fff;
  font-size: 18px;
  background: #f6830f;
  padding: 10px;
  border-radius: 2px;
  /* text-align: left; */
  border-radius: 7px;
  font-weight: bold;
}

.pContent {
  direction: ltr;
  text-align: left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
  padding: 20px;
  line-height: 35px;
  margin-bottom: 50px;
}

.pContent h1 {
  font-size: 21px;
  font-weight: bold;
}

.public_main_cn {
  background: #f9f9f9;
}

.public_main_cn .ul_nav li a {
  color: #151414;
  font-weight: bold;
  font-size: 14px;
}

.ul_nav li a:after {
  border-bottom: solid 1px #151414;
}

.clcard {
  background: #fff;
  box-shadow: 0 5px 20px rgba(41, 48, 67, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.clcard i {
  font-size: 43px;
  color: #e0802a;
}

.clcard .card-title {
  font-size: 14px;
  color: #616161;
}

.clcard a {
  color: #333232;
  font-size: 14px;
}

.btncontact {
  color: #fff;
  background-color: #21d4fd;
  border: none !important;
  background-image: linear-gradient(19deg, #21d4fd 0, #b721ff 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 60px;
  width: 160px;
}

/* faq start */
.faq_search_cn {
  max-width: 400px;
  margin: 20px 0;
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 6px 1rem 7px 41px;
  color: #7288a2;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.rtl .accordion a {
  padding: 1rem 3rem 1rem 1rem;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #0099ff;
}

.accordion a:hover::after {
  border: 1px solid #0099ff;
}

.accordion a.active {
  color: #0099ff;
  border-bottom: 1px solid #0099ff;
}

.accordion a::after {
  content: '\f067';
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  left: 1px;
  font-size: 12px;
  color: #7288a2;
  padding: 12px 1px 12px 0px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
  top: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion>h1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 22px;
}

.rtl .accordion a::after {
  right: 10px;
  left: auto;
}

.accordion a.active::after {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f068';
  color: #0099ff;
  border: 1px solid #0099ff;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 18px 7px;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

/* faq end */

.paginrow {}

.ngx-pagination .current {
  border-radius: 17px;
  background: #e0802a;
}

/* Custom Checkbox and Radio Buttons */

.animated-checkbox input[type='checkbox'] {
  display: none;
}

.animated-checkbox input[type='checkbox']+.label-text {
  cursor: pointer !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.animated-checkbox input[type='checkbox']+.label-text:before {
  content: '\f0c8';
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
}

.animated-checkbox input[type='checkbox']:checked+.label-text:before {
  content: '';
  color: #009688;
  -webkit-animation: tick 180ms ease-in;
  animation: tick 180ms ease-in;
}

.animated-checkbox input[type='checkbox']:disabled+.label-text {
  cursor: not-allowed !important;
}

.animated-checkbox input[type='checkbox']:disabled+.label-text:before {
  content: '';
  color: #ccc;
}

.animated-radio-button input[type='radio'] {
  display: none;
}

.animated-radio-button input[type='radio']+.label-text {
  cursor: pointer !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.animated-radio-button input[type='radio']+.label-text:before {
  content: '\f111';
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 6px;
  vertical-align: -2px;
}

.animated-radio-button input[type='radio']:checked+.label-text:before {
  content: '';
  color: #e0802a;
  -webkit-animation: tick 180ms ease-in;
  animation: tick 180ms ease-in;
}

.animated-radio-button input[type='radio']:disabled+.label-text {
  cursor: not-allowed !important;
}

.animated-radio-button input[type='radio']:disabled+.label-text:before {
  content: '';
  color: #ccc;
}

@-webkit-keyframes tick {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  90% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tick {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  90% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes toggleBtn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes toggleBtn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.footer_ul_social {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: -8px 8px 10px 0;
  display: flex;
  align-items: center;
}

.footer_ul_social li {

  display: inline-block;
  margin: 3px;
  margin-left: 12px;
}

.footer_ul_social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.footer_ul_social li a img {
  width: auto;
  max-height: 60px;
}

.simple_loader {
  width: 100%;
  height: 400px;
  background: white;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.simple_loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid var(--main_color);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}

.simple_loader-text {
  color: var(--main_color);
  font-family: arial, sans-serif;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.editProfileContent {
  min-height: 600px;
  margin-bottom: 54px;
}

.identity_verf_main_cn {
  padding-top: 50px;
}

.identity_reviwing {
  margin: 40px;
  text-align: center;
  border: 1px solid #eee;
  padding: 50px;
  background: #f9f9f9;
  border-radius: 5px;
}

.identity_confirm {
  margin: 40px;
  text-align: center;
  border: 1px solid #e0802a;
  padding: 50px;
  background: #e0802a;
  border-radius: 5px;
  line-height: 35px;
  margin-bottom: 100px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.crop_guide {
  background: #ffffff;
  padding: 5px 5px 7px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  margin-bottom: 8px;
  margin-top: 3px;
}

.cropper_result img {
  max-width: 100%;
}

.filter_toggle_btn {
  margin-bottom: 14px;
  border: 1px solid #eee;
  background: #e0802a;
  color: white;
  font-size: 13px;
  border-radius: 5px;
}

.very_simple_main {
  width: 100%;
  height: 100vh;
  background: #87431d;
  position: relative;
  margin: 0;
  padding: 50px 0;
}

.very_simple_inner_cn {
  width: 310px;
  height: 300px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  padding: 10px;
}

.pay_starting {
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

/* start of new loading  */

.loader_squer_container {
  position: relative;
  text-align: center;
}

.loader_squer_container img {
  padding: 40px;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #f8fffb;
  transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.pay_falcircle {
  width: 100px;
  height: 100px;
  margin: 23px auto;
  background: #ff7878;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay_falcircle i {
  font-size: 51px;
  color: white;
}

/* end of new loading  */
.copyright_cn {
  background: #421906;
  text-align: center;
  padding: 5px;
  color: #8e634f;
  font-size: 13px;
}

.form_auth_check {
  display: flex;
  align-items: center;
}

.form_auth_check input {
  top: -2px;
}

.cnt_success_cn {
  height: 400px;
}

.cnt_success_text {
  background: #c5ffe1;
  width: 70%;
  margin: 50px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border-radius: 30px;
  font-size: 17px;
  border: 1px solid #b4efd0;
}

#sms_timer {
  padding: 0px;
  border: 1px solid #eee;
  background: #f0f0f1;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
}

.txtlikespart {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  color: gray;
}

.player_linke_icon {
  zoom: 0.8;
  display: flex !important;
  height: 100% !important;
  margin-left: 8px;
  font-size: 13px;
}


/* start of cookie policy  */


.policy_box {
  position: fixed;
  bottom: 0;
  z-index: 9;
  background: #f8f9fa;
  padding: 0 24px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.policy_text {
  font-size: 16px;
  color: #212121;
  text-align: justify;
}

.policy_text a {
  color: #439eff;
}

.btn_cookie_agree {
  background-color: #e0802a;
  color: #fff;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  width: 100%;
}

.btn_cookie_disagree {
  background-color: #ffffff;
  color: #e0802a;
  padding: 3px;
  border: 1px solid #e0802a;
  border-radius: 4px;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  width: 100%;
}

/* end of cookie policy  */
.video-js {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
}

.gc_wrapper {

  display: flex;
  flex-direction: column;
  align-items: center;
}

.cropper-wrapper {
  background: #212121;
  padding: 1px 4px 4px 4px;
  border-radius: 10px;
  width: 100%;
}

.ngx-ic-source-image {
  max-height: 250px !important;
}

.crop_actions {}

.btn_cancel_crop {
  background: #bbbbbb;
  border: 1px solid #cbcbcb;
  color: #393939;
  border-radius: 5px;
  padding: 4px 16px;
}

.btn_save_crop {
  background: #e0802a;
  border: 1px solid #e0802a;
  color: white;
  border-radius: 5px;
  padding: 4px 16px;
}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 1600px) {
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media only screen and (max-width: 768px) {


  .app_footer {
    direction: rtl;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex: 0.10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 99;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 15px 15px 0 0
  }

  .mat-tab-links {
    direction: ltr;
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
  }

  .bskNotFooter {
    position: absolute;
    left: 43px;
    top: 6px;
    background: #009688;
    width: 15px;
    height: 15px;
    color: white;
    border-radius: 10px;
  }

  .mat-tab-link {
    height: 48px;
    padding: 0 0px !important;
  }

  .mat_icon img {
    width: 23px;
    height: 23px;
    margin-bottom: 0px;
  }

  .mat-tab-label-active img {
    filter: invert(68%) sepia(17%) saturate(4965%) hue-rotate(340deg) brightness(91%) contrast(93%);


  }

  .mat_icon_wrapper {
    font-size: 11px;
    margin-top: 0px;
  }

  .footer_profile_img {
    border: 2px solid #070707;
    border-radius: 40px;
    opacity: 1 !important;
  }

  .footer_profile_img img {
    height: 25px;
    border-radius: 40px;
    opacity: 1 !important;
  }

  .app-btn {
    width: 100%;
  }

  .policy_box {
    padding: 17px 5px;
  }

  .policy_text {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 19px;
  }

  .cnt_success_text {
    width: 100%;
    padding: 14px;
    font-size: 16px;
  }

  .ind_main_video_cn {
    max-width: 540px;
    margin-bottom: 37px;
  }

  .billboard1 {
    min-height: 219px;
  }

  .billboard2 {
    min-height: 147px;
  }

  .form_auth_check {
    padding-left: 21px !important;
  }

  .header_banner_section_no_img {
    padding-bottom: 159px;
  }

  .ind_main_video,
  .img_sm_main_video_cn .ind_main_video {
    height: 217px;
  }

  .lgo_check_left {
    padding-left: 22px !important;
  }

  .billboard_2_wrapper {
    padding-left: 0px;
  }

  .ind_main_video img {
    width: 100%;
    height: auto;
  }

  .rec_game_box .ind_main_video img {
    width: 100%;
    height: auto;
  }

  .moto_box_cn {
    padding: 5px 16px 0px 16px;
  }

  .header_top {
    padding-top: 10px;
    height: 60px;
  }

  .img_logo {
    height: 42px !important;
    padding-top: 9px;
    position: relative;
    top: 6px;
    left: 10px;
  }

  .col_logo {
    order: 2;
  }

  .col_menu {
    order: 1;
  }

  .col_contex {
    order: 3;
  }

  .title-style-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .inset-left-xl-70 {
    padding-left: 10px;
  }

  .rd-form {
    margin-bottom: 15px;
  }

  .btn_submit,
  .btn_gray {
    padding: 10px 23px;
  }

  table#cart thead {
    display: none;
  }

  table#cart tbody td {
    display: block;
    padding: 0.6rem;
    min-width: 229px;
  }

  table#cart tbody tr td:first-child {
    background: #f6f6f6;
    color: #0d0d0d;
  }

  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }

  table#cart tfoot td {
    display: block;
    height: 50px;
  }

  table#cart tfoot td .btn {
    display: block;
    width: 100%;
  }
}