/*Basic*/
.tag_stup_trend_effect {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .15;
  background:
    radial-gradient(circle, #4d8b1f 2px, transparent 3px) 0 0/16px 16px;
}

.tag_stup_trend_effect_circle::before,
.tag_stup_trend_effect_circle::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid #4d8b1f;
  opacity: .2;
}

.tag_stup_trend_effect_circle::before {
  top: -40px;
  left: 120px;
}

.tag_stup_trend_effect_circle::after {
  bottom: -40px;
  right: 80px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .tag_stup_trend_effect,
  .tag_stup_trend_effect_circle {
    display: none;
  }
}
.tag_auth_effect,
.tag_auth_effect_bottom {
  position: absolute;
  color: currentColor;
  opacity: 0.05;
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
}
html, body {direction: rtl;text-align: right;}
.dropdown-menu-right, .dropdown-menu.pull-right {right: auto;left: 0;}
.list-inline, .list-unstyled, .nav {padding-right: 0;}
.tag_stup_login .social_btns .btn {padding: 6px 6px 6px 16px;}
.tag_stup_login .social_btns .btn svg {margin-right: 0;margin-left: 12px;}
.tag_boost_help > ul li {padding: 0 30px 0 0;}
.tag_boost_help > ul li:before {left: auto;right: 4px;}
.tag_stup_trend:after {right: auto;left: -20px;transform: rotate(310deg);}
.tag_stup_explore_circle-1 {right: auto;left: 0;}
.tag_stup_explore_circle-2 {right: auto;left: -90px;}

/*Login Page*/
.tag_auth_effect {right: auto;left: -111px;}
.tag_auth_effect_bottom {left: auto;right: -320px;}
.tag_auth_box {margin-left: 0;margin-right: auto;}
.tag_wel_register {margin: 35px auto 0 0;}
.u_divider:before {margin-right: 0;margin-left: 15px;}
.u_divider:after {margin-left: 0;margin-right: 15px;}
.tag_wel_forgot > a {right: auto;left: 7px;}
.tag_auth_box_auto, .tag_auth_box_auto+.tag_wel_register {margin-left: auto;margin-right: auto;}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {float: right;}
}