@charset "UTF-8";
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shadow_pulse_light_mode {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow_pulse_dark_mode {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
@keyframes arrow_move {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.dark-theme {
  background-color: #090909;
  /*===================== banner =====================*/
  /*===================== side_bar =====================*/
  /*===================== navigation bar =====================*/
  /*===================== home page =====================*/
  /*===================== videos page =====================*/
  /*===================== live page =====================*/
  /*===================== reviews page =====================*/
  /*===================== signals page =====================*/
  /*===================== vip page =====================*/
}
.dark-theme header {
  background-color: #202020;
}
.dark-theme header .navbar-nav .nav-item .nav-link {
  color: #fff !important;
  font-size: 1.5em;
  cursor: pointer;
}
.dark-theme header .navbar-nav .nav-item .nav-link span {
  color: #fff !important;
}
.dark-theme .menu {
  background-color: #202020;
}
.dark-theme .menu_items > li > a {
  color: #fff;
}
.dark-theme .modal .modal-content {
  background-color: #202020;
}
.dark-theme .modal .review_user_name, .dark-theme .modal .content, .dark-theme .modal .time_stamp, .dark-theme .modal .caption {
  color: #fff;
}
.dark-theme .modal .creator {
  color: #fff;
}
.dark-theme .theme-switch-wrapper .theme-switch .slider {
  background-color: #373737;
}
.dark-theme .theme-switch-wrapper .theme-switch .slider .inner_circle {
  background-color: #7D7D7D;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.dark-theme .media_bg {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) -85%, #fff);
}
.dark-theme .media_bg.voice_box, .dark-theme .media_bg.voice_caption_mobile {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) -270%, #fff);
}
.dark-theme .media_bg.signal_box {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) -450%, #fff);
}
.dark-theme .box_footer .footer_title {
  color: #fff;
}
.dark-theme .search_results {
  background-color: #202020;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-theme .search_result .video_detail .video_name {
  color: #fff;
}
.dark-theme .search_result .video_minor {
  color: rgba(255, 255, 255, 0.6);
}
.dark-theme .search_box .form-control {
  color: #fff;
}
.dark-theme .search_box .form-control, .dark-theme .search_box .btn {
  background-color: #202020;
}
.dark-theme .top_bar_items ul {
  color: #fff;
}
.dark-theme .top_bar .profile_name {
  color: #fff;
}
.dark-theme .banner .content .profile_detail a {
  color: #fff !important;
}
.dark-theme .wrapper .side_bar_container > div.active .side_bar_mobile_toggle {
  background-color: #202020;
}
.dark-theme .navigation_bar {
  background-color: #202020;
}
.dark-theme .navigation_bar nav .nav_item a {
  color: #fff;
}
.dark-theme .navigation_bar nav .nav_item a:hover {
  color: var(--red);
}
.dark-theme .navigation_bar nav .nav_item a.active {
  color: var(--red);
}
.dark-theme .navigation_bar nav .nav_item:nth-child(2) a {
  color: var(--lightRed);
}
.dark-theme .subject_title {
  color: #FFFFFF;
}
.dark-theme .subject_link {
  color: #FFFFFF;
}
.dark-theme .subject_link:hover {
  color: var(--red);
}
.dark-theme .flag_box .flag_name {
  color: #fff;
}
.dark-theme .flag_search {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.dark-theme .flag_search input, .dark-theme .flag_search button {
  color: rgba(255, 255, 255, 0.6);
}
.dark-theme .video_detail {
  color: #fff;
}
.dark-theme .video_detail .caption a {
  color: #fff;
}
.dark-theme .gary_content_box {
  background-color: #1B1B1B;
}
.dark-theme #live .inner_wrapper {
  background-color: #0A0A0A;
}
.dark-theme .chat_input .eye {
  background-color: #202020;
}
.dark-theme .input .input-group {
  background-color: #202020;
}
.dark-theme .input .input-group .form-control {
  color: #fff;
}
.dark-theme .chat_box .chat_info .chat_content {
  color: #fff;
  word-wrap: anywhere;
}
.dark-theme .chat_box .chat_info .user_name a {
  color: #fff;
}
.dark-theme .live_info h2 {
  color: #fff;
}
.dark-theme .blogger_state .title {
  color: #fff;
}
.dark-theme .blogger_state .rate {
  background-color: #0A0A0A;
  color: #fff;
}
.dark-theme .blogger_state .rate_action .btn {
  background-color: #0A0A0A;
  color: #fff !important;
}
.dark-theme .signal_box .details .caption {
  color: #838383;
}
.dark-theme .signal_title {
  color: #fff;
}
.dark-theme .vip_signals .title {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .dark-theme #search {
    background-color: #202020;
  }
}

@font-face {
  font-family: "microsoft-sans-serif";
  src: url("../fonts/Microsoft Sans Serif Regular font.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "IRANSansWeb";
  src: url("../fonts/rtl/IRANSansWeb(FaNum).ttf") format("truetype"), url("../fonts/rtl/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/rtl/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/rtl/IRANSansWeb(FaNum).eot") format("eot");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "IRANSansWeb2";
  src: url("../fonts/IRANSansWeb.ttf") format("truetype"), url("../fonts/IRANSansWeb.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
:root {
  --black: #333333;
  --lightBlack: #515050;
  --gray: #B2B2B2;
  --red: #C20227;
  --yellow: #fffa7d;
  --purpe: #5A00D9;
  --silver: #e9e9e9;
  --lightRed: #D4536C;
}

html, body {
  font-family: "IRANSansWeb2", "microsoft-sans-serif";
  overflow-y: unset !important;
  padding: 0 !important;
}

* {
  transition: color 0.3s, background 0.3s;
  transition-timing-function: ease-in;
  transition-delay: 0.3s;
}

body {
  background-color: #FBFBFB;
  transition-timing-function: ease-in;
  transition-delay: 0.3s;
}

a {
  all: unset;
  cursor: pointer;
}

.f_15 {
  font-size: 1.5em;
}

.page_content {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  padding-top: 15px;
}
.page_content .bg {
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 25px;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.page_content .right_bg {
  width: 200px;
  right: -30px;
  background-image: url("../img/signInBgRight.svg");
}
.page_content .left_bg {
  left: 0;
  background-image: url("../img/signInBgLeft.svg");
}
.page_content > .container {
  position: relative;
  z-index: 2;
}

.welcome_text {
  font-size: 40px;
}

.logo {
  width: 260px;
}

.header {
  font-size: 25px;
  text-align: center;
  margin-top: 30px;
}

form {
  padding: 10px 90px;
  margin: 20px auto 0;
}

.input_box {
  position: relative;
}
.input_box .form-label {
  position: absolute;
  left: 10px;
  top: 50%;
  padding: 0 5px;
  transform: translateY(-50%);
  transition: 0.2s;
  font-size: 18px;
  color: var(--gray);
}
.input_box .form-control {
  box-shadow: none;
  border: var(--lightBlack) 2px solid;
  border-radius: 10px;
  height: 55px;
}
.input_box.is-invalid .form-control {
  border: var(--red) 2px solid;
}
.input_box.is-invalid .form-label {
  top: 0;
  font-size: 14px;
  background-color: #fff;
  color: var(--lightBlack);
}
.input_box.active .form-label {
  top: 0;
  font-size: 14px;
  background-color: #fff;
  color: var(--lightBlack);
}

.submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  background-color: var(--red);
  color: #fff !important;
  border-radius: 10px;
}

.or {
  text-align: center;
  position: relative;
  margin-top: 15px;
}
.or > span {
  background-color: #fff;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
.or:after {
  width: 80%;
  height: 2px;
  background-color: var(--lightBlack);
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.with_google {
  border: var(--red) 2px solid;
  padding: 7px 20px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  color: var(--black) !important;
}
.with_google .google_logo {
  width: 34.5px;
  height: 34.5px;
}

.footer {
  padding-bottom: 25px;
}
.footer .link {
  font-weight: bold;
  cursor: pointer;
  color: var(--black);
}

ul {
  padding-left: 0;
  list-style: none;
}

a {
  all: unset;
}

main {
  margin-top: 100px;
}

.hidden {
  visibility: hidden;
}

.text_red {
  color: var(--red) !important;
}

.text_gray {
  color: var(--gray);
}

.text_light_black {
  color: var(--lightBlack);
}

.wrapper_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  display: flex;
  justify-content: center;
}
.wrapper .side_bar_container {
  width: 85px;
  min-height: 100%;
}
.wrapper .side_bar_container > div {
  position: sticky;
  top: 95px;
}
.wrapper .content_container {
  width: calc(100% - 85px);
  padding-left: 10px;
  margin-bottom: 20px;
}
.wrapper .content_container_new {
  width: 100%;
}

.side_bar {
  background-color: var(--red);
  padding: 15px;
  border-radius: 21px;
  width: 85px;
  height: calc(100vh - 100px);
}
.side_bar a {
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side_bar ul {
  padding-left: 0;
}
.side_bar ul > li {
  border-radius: 11px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: block;
}
.side_bar ul > li a span {
  font-size: 21px;
}
.side_bar ul > li a > span:first-child {
  display: block;
}
.side_bar ul > li a > span:last-child {
  display: none;
}
.side_bar ul > li.active {
  background-color: #FFA6C0;
}
.side_bar ul > li.active a span:first-child {
  display: none;
}
.side_bar ul > li.active a span:last-child {
  display: block;
}

.cursor_pointer {
  cursor: pointer;
}

.gary_content_box {
  background-color: #F2F2F2;
  border-radius: 7px;
}

.media_bg {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), #fff);
}

.custom_audio_player {
  display: flex;
  align-items: center;
  direction: ltr !important;
}
.custom_audio_player .waveform {
  width: 63%;
  height: 65px;
  margin: 0 10px;
}
.custom_audio_player .waveform > wave {
  height: 65px !important;
}
.custom_audio_player .play_icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--lightRed);
  cursor: pointer;
}
.custom_audio_player .play_icon span {
  font-size: 1.5em;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_audio_player .play_icon span:last-child {
  display: flex;
  margin-left: 2px;
}
.custom_audio_player .play_icon span:first-child {
  display: none;
}
.custom_audio_player .play_icon.pause > span:last-child {
  display: none;
}
.custom_audio_player .play_icon.pause > span:first-child {
  display: flex;
}
.custom_audio_player .play_icon > svg {
  margin-left: 5px;
}
.custom_audio_player .duration {
  color: #8B8B8B;
}

.custom_btn {
  box-shadow: none !important;
  border: none !important;
  transition: color 0.3s, background 0.3s !important;
  transition-timing-function: ease-in !important;
  transition-delay: 0.3s !important;
}
.custom_btn.red {
  background-color: var(--red);
  color: #fff !important;
}
.custom_btn.white {
  background-color: #fff;
  color: var(--lightBlack) !important;
}
.custom_btn.silver {
  background-color: #efefef;
  color: var(--black) !important;
}

.hover {
  transition: 0.3s;
  cursor: pointer;
}
.hover:hover {
  color: var(--red);
}

.md_font_size {
  font-size: 1.5em;
}

.box_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding: 0 10px;
}
.box_footer .footer_title {
  font-size: 19px;
  margin-bottom: 0;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.pos_relative {
  position: relative;
}

#search {
  position: relative;
}

.search_results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  overflow-y: scroll;
  height: 50vh;
  /* Handle */
  /* Handle on hover */
}
.search_results::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 5px;
}
.search_results::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

.search_result > a {
  display: flex;
  align-items: center;
  justify-content: start;
}
.search_result:not(.search_result:last-child) {
  margin-bottom: 10px;
}
.search_result .video_preview {
  width: 120px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.search_result .video_preview img {
  width: 100%;
  height: 56.25%;
  object-fit: cover;
}
.search_result .video_preview .video_duration {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
}
.search_result .video_detail {
  margin-top: 0;
  margin-left: 5px;
}
.search_result .video_detail .video_name {
  font-size: 0.98em;
  color: var(--black);
}
.search_result .video_minor {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 0.8em;
  color: var(--lightBlack);
  margin-top: 8px;
}
.search_result .video_minor div {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.search_result .video_minor div:first-child {
  margin-left: 0;
}
.search_result .video_minor div:not(.search_result .video_minor div:first-child):before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin-right: 5px;
  background-color: var(--lightBlack);
}

.navigation_bar {
  display: none;
}

.side_bar_mobile_toggle {
  display: none;
}

.modal {
  padding: 0;
}

header {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  /* box-shadow: -3px 0 8px rgba(0,0,0,0.2),
               inset 0 0 10px rgba(0,0,0,0.2);*/
}
header .website_logo {
  width: 185px;
  height: 25px;
}
header i {
  cursor: pointer;
}
header .navbar-nav .nav-item .nav-link {
  color: var(--black) !important;
  font-size: 1.5em;
  cursor: pointer;
}
header .navbar-nav .nav-item .nav-link span {
  color: var(--black) !important;
}

.brand {
  margin-left: 24px;
}

.menu_bars {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  position: fixed;
  left: 20px;
  top: 14px;
  z-index: 550;
  color: #515353;
  transition: 0.3s;
}
.menu_bars .hamburger {
  transform: rotateZ(-180deg);
  transition: 0.5s;
}
.menu_bars .hamburger:hover {
  cursor: pointer;
}
.menu_bars .hamburger .line {
  width: 30px;
  height: 4px;
  background-color: var(--black);
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.5s ease-in-out, color 0.5s;
  -o-transition: all 0.5s ease-in-out, color 0.5s;
  transition: all 0.5s ease-in-out, color 0.5s;
  border-radius: 5px;
}
.menu_bars .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.menu_bars .circle circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #515353;
  stroke-width: 3;
  stroke-dasharray: 284;
  stroke-dashoffset: 284;
  stroke-linecap: round;
  transform: rotateZ(-90deg);
  transform-origin: center;
  transition: 0.9s, color 0.9s;
}
.menu_bars.is-active .hamburger {
  transform: rotateZ(0deg);
}
.menu_bars.is-active .hamburger .line {
  background-color: #fff;
}
.menu_bars.is-active circle {
  stroke-dashoffset: 0;
  transition-delay: 0.1s;
  stroke: #fff;
}
.menu_bars.is-active .line:nth-child(1), .menu_bars.is-active .line:nth-child(3) {
  width: 12px;
}
.menu_bars.is-active .line:nth-child(1) {
  -webkit-transform: translate(-9px, 4px) rotate(-45deg);
  -ms-transform: translate(-9px, 4px) rotate(-45deg);
  -o-transform: translate(-9px, 4px) rotate(-45deg);
  transform: translate(-9px, 4px) rotate(-45deg);
}
.menu_bars.is-active .line:nth-child(3) {
  -webkit-transform: translate(-9px, -4px) rotate(45deg);
  -ms-transform: translate(-9px, -4px) rotate(45deg);
  -o-transform: translate(-9px, -4px) rotate(45deg);
  transform: translate(-9px, -4px) rotate(45deg);
}

.flag {
  width: 55px;
  height: auto;
}

.theme-switch-wrapper {
  display: flex;
  align-items: center;
}
.theme-switch-wrapper .theme-switch {
  display: block;
  height: 27px;
  position: relative;
  width: 55px;
}
.theme-switch-wrapper .theme-switch .slider {
  background-color: #EBEBEB;
  top: 0;
  left: -2px;
  bottom: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
  transition-delay: 0.3s;
}
.theme-switch-wrapper .theme-switch .slider.round {
  border-radius: 34px;
}
.theme-switch-wrapper .theme-switch .slider .inner_circle {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  bottom: 4px;
  height: 20px;
  width: 20px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 0.6s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-delay: 0.3s;
}
.theme-switch-wrapper .theme-switch .slider .inner_circle img {
  width: 17px;
  height: 17px;
}
.theme-switch-wrapper .theme-switch .slider .inner_circle img:last-child {
  display: none;
}
.theme-switch-wrapper .theme-switch.active .slider .inner_circle {
  transform: translateY(-50%) translateX(30px) rotateZ(180deg);
}

.search_box {
  border-radius: 37px;
  overflow: hidden;
  border: var(--purpe) 2px solid;
  width: 380px;
}
.search_box .form-control, .search_box .btn {
  border: none;
  box-shadow: none;
  background-color: transparent !important;
}
.search_box .form-control > span, .search_box .btn > span {
  font-size: 1.5em;
}

footer {
  background-color: #181818;
  padding-top: 30px;
}
footer .up_side {
  padding-bottom: 20px;
}
footer .low_side {
  padding: 10px 0;
  background-color: var(--black);
  color: #fff;
  text-align: center;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.social li {
  margin: 0 10px;
}
.social li a {
  color: #fff;
  cursor: pointer;
}

.link_list > div:first-child {
  font-size: 25px;
  color: #fff;
}
.link_list:not(.last) {
  border-right: 2px solid var(--lightBlack);
}

.footer_links {
  padding-right: 0;
}
.footer_links li {
  margin: 5px 0;
}
.footer_links li a {
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  transition: 0.3s;
  transform: translateX(0px);
}
.footer_links li a:hover {
  color: var(--red);
  transform: translateX(10px);
}

.menu_container {
  position: fixed;
  left: -265px;
  top: 0;
  z-index: 500;
  height: 100vh;
  width: 260px;
  transition: left 0.3s;
}
.menu_container .back {
  position: absolute;
  z-index: 502;
  left: 0;
  top: 0;
  width: 120vw;
  height: 100vh;
  background-color: transparent;
  backdrop-filter: blur(3px);
  display: none;
}
.menu_container.open {
  width: max-content;
  left: 0;
}
.menu {
  position: relative;
  z-index: 503;
  background-color: #fff;
  height: 100%;
  width: 260px;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.menu_items {
  padding: 15px;
}
.menu_items .icon {
  background-color: #E9E9E9;
  color: var(--lightBlack);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.3s;
}
.menu_items .icon span {
  font-size: 1.5em;
}
.menu_items .icon svg {
  transition: 0.3s;
}
.menu_items .icon svg path {
  transition: 0.3s;
}
.menu_items > li {
  margin: 15px 0;
  cursor: pointer;
}
.menu_items > li > a {
  display: flex;
  align-items: center;
  justify-content: left;
  color: var(--black);
  transition: 0.3s;
}
.menu_items > li > a > div:not(.icon) {
  font-size: 20px;
  transform: translateX(0px);
  transition: inherit;
}
.menu_items > li > a:hover .icon {
  background-color: #FFA6C0;
}
.menu_items > li > a:hover .icon span {
  color: var(--red);
}
.menu_items > li > a:hover .icon svg {
  stroke: var(--red);
}
.menu_items > li > a:hover .icon svg path {
  stroke: var(--red) !important;
}
.menu_items > li > a:hover .icon.fill svg path {
  fill: var(--red) !important;
}
.menu_items > li > a:hover > div:not(.icon) {
  color: var(--red) !important;
  transform: translateX(10px);
}

.menu_red_box {
  height: 80px;
  background-color: var(--red);
}

.pagination_container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.page-item.active .page-link {
  color: var(--black) !important;
  cursor: default;
}
.page-item.disabled {
  opacity: 60%;
}
.page-item.disabled .page-link {
  color: var(--black) !important;
  cursor: default;
}

.page-link {
  border: none !important;
  background-color: transparent !important;
  color: #868686 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 !important;
  margin: 0 18px;
  cursor: pointer;
}
.page-link.previous, .page-link.next {
  width: 42px;
  height: 42px;
  background-color: var(--black) !important;
  border-radius: 8px !important;
}

.time {
  color: #7F7F7F;
}

/*===================== profile page =====================*/
#banner {
  margin: 40px 0 30px;
}

.banner {
  position: relative;
}
.banner .bg {
  width: 100%;
  height: 275px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(82%);
  padding-left: 30px;
}

.profile_img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

#high_lights_slider {
  margin-top: 20px;
}

.high_lights {
  padding-top: 3px;
}

.high_light {
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 35px;
  border: dashed 3px var(--red);
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.high_light img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_categories {
  padding: 30px 0 0;
}
.video_categories.triple {
  padding: 25px 0;
}
.video_categories.triple .category_name {
  padding: 10px;
}
.video_categories.triple .category_name h2 {
  margin-bottom: 0;
  font-size: 20px;
}
.video_categories .link {
  transition: 0.3s;
  cursor: pointer;
}
.video_categories .link:hover {
  color: var(--red);
}
.video_categories .col-12 {
  padding: 0 0.2rem !important;
}
.video_categories .col-4 {
  padding: 0 0.2rem;
}

.video_category {
  height: 250px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin: 0.15rem 0;
}
.video_category .all_videos {
  padding: 5px 10px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  transition: 0.3s;
}
.video_category .all_videos:hover {
  color: var(--black);
  background-color: #fff;
}
.video_category .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video_category .bg lottie-player {
  position: absolute;
  width: 90%;
  left: 5%;
  height: 100%;
  right: 5%;
  height: 100%;
  top: 0;
}
.video_category .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_category .content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 99%);
  color: #fff;
  cursor: pointer;
}
.video_category .content .category_name {
  align-items: center !important;
}
.video_category .content .category_name .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_category .state svg {
  width: 24px;
}

.catitems_new .content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%) !important;
}

.videos {
  margin: 25px 0 50px;
}
.videos.main_page_style {
  margin: 0;
  padding: 25px 0;
}
.videos .col-6 {
  padding: 0 0.2rem;
}

.video {
  margin-bottom: 24px;
}

.video_img img {
  width: 100%;
  height: 56.25%;
  object-fit: cover;
  border-radius: 8px;
}

.black_layer {
  position: relative;
}
.black_layer:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  border-radius: 8px;
}

.video_detail {
  color: var(--lightBlack);
  margin-top: 3px;
  padding: 0 5px;
}
.video_detail .caption {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}
.video_detail .caption a {
  color: var(--lightBlack);
}
.video_detail .creator {
  font-size: 17px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 60%;
}

.play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.play_btn a, .play_btn div {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: rgba(194, 2, 39, 0.67);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.play_btn svg {
  margin-left: 2px;
}

.second_style .video_img {
  border-radius: 8px;
  position: relative;
}
.second_style .video_img .layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  padding: 5px;
  cursor: default;
}
.second_style .video_img .layer .view {
  margin-right: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
.second_style .video_img .layer .view > span:last-child {
  display: block;
  margin-top: 2px;
  margin-left: 5px;
}
.second_style .video_img .layer .icons a:last-child {
  margin-left: 5px;
}
.second_style .video_img .layer .action_box_toggle {
  display: none;
  box-shadow: none !important;
  border: none !important;
}
.second_style .video_img .layer .action_box_toggle svg {
  width: 22px;
}
.second_style .video_detail .caption {
  margin-right: 5px;
}
.second_style .video_detail a {
  cursor: pointer;
}

.action_box {
  display: flex;
  align-items: center;
  justify-content: end;
}

/*===================== vip page =====================*/
.sm_profile_img {
  width: 75px;
  height: 75px;
  border-radius: 32px;
}

.top_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_bar > div {
  margin-left: 50px;
}
.top_bar .form-select {
  background-color: #E2E2E2;
  color: var(--red);
  border-radius: 10px;
  box-shadow: none;
  border: none;
}
.top_bar .form-select option {
  color: var(--black);
}

.top_bar_items {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
}

.vip_content_box {
  direction: ltr !important;
  margin-top: 10px;
  padding: 0 50px 10px;
}

.top_bar_item {
  display: flex;
  align-items: center;
  margin: 0 20px;
  cursor: pointer;
}
.top_bar_item .spot_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}
.top_bar_item .text {
  font-size: 18px;
  margin-left: 5px;
  transition-delay: 0s !important;
}
.top_bar_item .spot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 5px;
  background-color: #E5E5E5;
  transition: 0.3s;
}
.top_bar_item.active .spot:not(.top_bar_item.active .spot:nth-child(2)) {
  width: 15px;
  background-color: #9f9f9f;
}

.vip_signals {
  position: relative;
}
.vip_signals:after {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 90%;
  background-color: var(--lightBlack);
}
.vip_signals .title {
  margin: 20px 0;
  text-align: center;
  font-size: 26px;
}

.signals {
  margin: 0 10px;
  position: relative;
}
.signals .row {
  height: 100vh;
}

.custom_scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.custom_scroll::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.custom_scroll::-webkit-scrollbar-track {
  background: transparent;
}
.custom_scroll::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
}
.custom_scroll::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.signal {
  margin-bottom: 12px;
}

.signal_box {
  padding: 10px 10px 5px;
  border-radius: 10px;
}
.signal_box .signal_img {
  width: 100%;
  height: 56.25%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.signal_box .signal_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.signal_box .signal_img .layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: end;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  padding: 5px 10px;
}
.signal_box .signal_img .layer .icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.signal_box .signal_img .layer .icons a {
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
}
.signal_box .signal_img .layer .icons a:last-child {
  margin-left: 10px;
}
.signal_box .details {
  margin-top: 10px;
}
.signal_box .details .caption {
  width: 80%;
  font-size: 15px;
  color: var(--gray);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.signal_box .details .signal_info {
  color: var(--black);
  font-size: 13px;
}
.signal_box .comment_link {
  margin-top: 10px;
}
.signal_box .comment_link .comment_user_images {
  display: flex;
  align-items: center;
  justify-content: start;
}
.signal_box .comment_link .comment_user_images .comment_user_image:not(.signal_box .comment_link .comment_user_images .comment_user_image:first-child) {
  margin-left: -15px;
}
.signal_box .comment_link .comment_user_images .comment_user_image img {
  border-radius: 50%;
  border: 3px solid #E4E4E4;
  width: 35px;
  height: 35px;
}

.type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.type > span, .type div {
  margin: 0 3px;
  display: block;
  border-radius: 5px;
  background-color: #CFCFCF;
  width: 10px;
  height: 10px;
}
.type.orange_active > span:first-child, .type.orange_active div:first-child {
  background-color: #df7700;
}
.type.blue_active > span:nth-child(2), .type.blue_active div:nth-child(2) {
  background-color: #0031B7;
}
.type.green_active > span:last-child, .type.green_active div:last-child {
  background-color: #00DF25;
}

.chat {
  direction: ltr !important;
  padding: 15px;
  height: calc(100vh + 70px);
}
.chat .message-container {
  padding: 5px;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding-right: 18px;
  box-sizing: content-box;
}
.chat .divider {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 15px 0 10px;
}
.chat .divider span {
  background: white;
  padding: 2px 10px;
  border-radius: 20px;
}
.chat .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  height: 1px;
  width: 100%;
  background: var(--grey-5);
  z-index: -1;
}
.chat .comment {
  min-height: 50px;
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 35px;
}
.chat .comment img {
  height: 50px;
  width: auto;
  border-radius: 50%;
  float: left;
}
.chat .comment.media .bubble_media {
  width: 100%;
  height: 220px;
  border-radius: 5px 15px 15px 15px;
  overflow: hidden;
}
.chat .comment.media .bubble_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat .comment.media .bubble_type {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 7px;
}
.chat .actions {
  padding: 3px 5px;
}
.chat .bubble {
  display: inline-block;
  padding: 0;
  border-radius: 5px 15px 15px 15px;
  max-width: 60%;
  position: relative;
  margin: 0 15px;
  background-color: #fff;
  color: #7F7F7F;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.chat .bubble .babble_message {
  padding: 20px 10px;
}
.chat .bubble .babble_link {
  margin: 30px 0 0;
}
.chat .bubble .babble_link a {
  display: flex;
  color: #41ACFE;
  word-break: break-all;
}
.chat .bubble.babble_voice {
  width: 60%;
}
.chat .bubble_footer {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.chat .me .bubble {
  background: var(--grey-5);
  text-align: left;
}
.chat .other .bubble:before {
  content: "";
  top: 0;
  left: -25px;
  position: absolute;
  background: transparent;
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid var(--color-1);
}
.chat .me .bubble:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  background: transparent;
  height: 0;
  width: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid var(--grey-5);
}
.chat .bubble img {
  border-radius: 5px;
  height: 200px;
  width: auto;
  filter: none;
}
.chat .bubble a {
  color: white;
}

/*===================== signals page =====================*/
.layer {
  padding: 2px 5px;
}
.layer .icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.layer .icons a {
  color: #fff;
  cursor: pointer;
}

#signals_page {
  padding: 12px 7px 0;
}
#signals_page .signal {
  margin-bottom: 4px;
}
#signals_page .signal_box {
  padding: 5px;
}
#signals_page .signal_box .signal_img {
  height: 56.25%;
}
#signals_page .signal_box .details {
  margin-top: 5px;
}
#signals_page .signal_box .details .more {
  font-size: 11px;
}
#signals_page .signal_box .details .caption {
  font-size: 11px;
}
#signals_page .signal_box .details .signal_info {
  font-size: 10px;
}
#signals_page .signal_box .comment_link {
  margin-top: 4px;
}
#signals_page .signal_box .comment_link .comment_user_images .comment_user_image img {
  width: 28px;
  height: 28px;
}
#signals_page .signal_box .comment_link .comments_count {
  font-size: 12px;
}
#signals_page .signal_box .comment_link svg {
  height: 8px;
}
#signals_page .type > span, #signals_page .type div {
  margin: 0 2px;
  width: 6px;
  height: 6px;
}
#signals_page .layer {
  padding: 2px 5px;
}
#signals_page .layer .icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
#signals_page .layer .icons a {
  color: #fff;
  cursor: pointer;
}
#signals_page .layer .icons a:last-child {
  margin-left: 10px;
}
#signals_page .layer .icons a svg {
  width: 11px;
}
#signals_page .layer .icons a:not(#signals_page .layer .icons a.bookmark) svg {
  width: 13px;
}
#signals_page .signal_title {
  font-size: 1em;
  margin-bottom: 0 !important;
}

/*===================== voice page =====================*/
#voices {
  padding: 12px 7px 0;
  margin-top: 10px;
}
#voices .col-lg-3 {
  padding: 0 5px !important;
}

.voice {
  margin-bottom: 10px;
}

.voice_box {
  padding: 10px 10px 5px;
  border-radius: 7px;
  overflow-x: hidden;
}
.voice_box .time_action {
  margin-top: -11px;
  padding-left: 28px;
}

.voice_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voice_header h4 {
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

.voice_content .caption {
  font-size: 15px;
  color: var(--Black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px 0;
  height: 23px;
}
.voice_content .custom_audio_player {
  display: flex;
  align-items: center;
  justify-content: start;
}
.voice_content .custom_audio_player .waveform {
  width: 71%;
  height: 50px;
  margin: 0 10px;
}
.voice_content .custom_audio_player .waveform > wave {
  height: 50px !important;
}

.voice_user_img {
  width: 45px;
  height: 45px;
}
.voice_user_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: end;
}
.actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lightBlack);
  cursor: pointer;
}
.actions a:nth-child(2) {
  margin-left: 5px;
}

.voice_caption_mobile {
  display: none;
}

/*===================== reviews page =====================*/
.main_content_box {
  padding: 12px 7px 0;
  margin-top: 10px;
}
.main_content_box .col-6 {
  padding: 0 0.2rem !important;
}

.blogger_state {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}
.blogger_state > div {
  margin: 10px 0 15px;
}
.blogger_state .title {
  color: #4A4A4A;
  margin-bottom: 0;
  font-size: 30px;
}
.blogger_state .score {
  background: -webkit-linear-gradient(#B90000, #FF0031);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: bolder;
  margin-top: 5px;
}
.blogger_state .rate {
  background-color: #fff;
  color: #4A4A4A;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 8px;
}
.blogger_state .rate.good > span:last-child {
  color: #54FF00;
}
.blogger_state .rate_action .btn {
  color: #4A4A4A;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.16) !important;
}
.blogger_state .rate_action .btn > span:last-child {
  margin-left: 5px;
}
.blogger_state .rate_action .btn > span:last-child .lnr {
  font-size: 0.6em;
}

.review {
  margin-bottom: 10px;
}

.review_box {
  padding: 10px;
  border-radius: 7px;
}
.review_box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_box .top .rate {
  display: flex;
  align-items: center;
  justify-content: end;
}
.review_box .top .rate .score {
  color: #FFBA00;
  margin-top: 3px;
  margin-left: 6px;
}
.review_box .content {
  position: relative;
  display: flex;
  align-items: end;
}
.review_box .content > div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review_box .content span a {
  cursor: pointer;
}
.review_box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_box .bottom .name {
  font-size: 11px;
  font-weight: bold;
}
.review_box .bottom .time_stamp {
  font-size: 11px;
  font-weight: lighter;
}
.review_box .bottom .share_icon svg {
  width: 12px;
  cursor: pointer;
}

.review_user_img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.review_user_name {
  font-size: 15px;
  color: var(--lightBlack);
  margin-bottom: 0;
  margin-left: 10px;
}

#rate_modal {
  padding-right: 0;
}
#rate_modal .modal-header {
  border-bottom: none;
}
#rate_modal .form-control {
  box-shadow: none !important;
  border-color: var(--lightBlack) !important;
}

.stars {
  display: flex;
  align-items: center;
}
.stars .rate_number {
  margin: 5px 10px 0;
  color: #FFBA00;
  font-size: 20px;
}

.rating {
  border: none;
  float: left;
  direction: rtl;
}
.rating svg {
  width: 23px;
  height: 23px;
}
.rating > input {
  display: none;
}
.rating > label {
  cursor: pointer;
}
.rating > label svg path:last-child {
  fill: #FFE000;
  float: right;
}
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  display: inline-block;
}
.rating .half:before {
  position: absolute;
}
.rating > input:checked ~ label svg path,
.rating > input:checked + label:hover svg path,
.rating > input:checked ~ label:hover svg path,
.rating > label:hover ~ input:checked ~ label svg path,
.rating > input:checked ~ label:hover ~ label svg path {
  fill: #FFED85;
}
.rating.rating:not(:checked) > label:hover svg path, .rating.rating:not(:checked) > label:hover ~ label svg path {
  fill: #FFE000;
}

/*===================== home page =====================*/
.subject {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.subject_title {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 0;
}

.subject_link {
  cursor: pointer;
  color: #515353;
  transition: 0.3s;
}
.subject_link:hover {
  color: var(--red);
}

#main_slider .owl-item {
  -webkit-animation-duration: 1000ms !important;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}
#main_slider a {
  display: block;
  width: 100%;
  padding-top: 18.5%;
}
#main_slider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.blogger_countries {
  margin: 30px 0;
}

.flag_slide {
  width: 125px !important;
  border-radius: 8px;
}

.flag_box {
  cursor: pointer;
  margin-bottom: 10px;
}
.flag_box .flag_img {
  width: 100%;
}
.flag_box .flag_img img {
  width: 100%;
  height: 56%;
  border-radius: 8px;
}
.flag_box .flag_name {
  font-size: 17px;
  text-align: center;
  color: var(--black);
}

.flag_search {
  width: 250px;
  border-bottom: 2px solid var(--lightBlack);
}
.flag_search input, .flag_search button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#blogger_countries_slider {
  width: calc(100% - 125px);
  padding-right: 10px;
}

.more_countries a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 70px;
  color: var(--silver);
  background-color: var(--black);
  border-radius: 8px;
  cursor: pointer;
}

.live_section {
  margin: 25px 0;
}
.live_section .col-6 {
  padding: 0 0.2rem !important;
}

.live_box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 5px;
}
.live_box .bg {
  width: 100%;
  height: 56.25%;
  position: relative;
  z-index: 1;
}
.live_box .bg img {
  width: 100%;
  height: 100%;
}
.live_box .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffff;
  padding: 10px;
}
.live_box .content .state {
  width: 40px;
  height: 40px;
  backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.live_box .content .state svg {
  width: 18px;
}
.live_box .content .count_down {
  direction: ltr;
  display: flex;
  align-items: center;
  width: max-content;
}
.live_box .content .count_down > div {
  width: 40px;
  height: 40px;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
}
.live_box .content .count_down > div:last-of-type {
  padding-right: 0;
}
.live_box .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.video_slider {
  padding: 25px 0;
}

.add {
  margin: 25px 0;
}
.add .bg {
  background: url("../img/add_bg.png") no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  padding-top: 12%;
  position: relative;
}
.add .bg .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*===================== bloggers page =====================*/
.bloggers {
  margin: 25px 0;
}
.bloggers .col-6 {
  padding: 0 0.2rem;
}
.bloggers .top_bar {
  margin-bottom: 25px;
  padding: 0 0.2rem;
}

.blogger {
  margin-bottom: 20px;
}
.blogger .custom_btn {
  font-size: 15px;
  padding: 5px 15px;
  margin-right: 10px;
  transition-delay: 0s !important;
  transition: 0.3s linear !important;
}
.blogger .custom_btn > span {
  transition-delay: 0s !important;
  transition: 0.3s linear !important;
}
.blogger .custom_btn > span:first-child {
  display: block;
}
.blogger .custom_btn > span:last-child {
  display: none;
}
.blogger .custom_btn.followed {
  background-color: #E2E2E2 !important;
  color: var(--red) !important;
}
.blogger .custom_btn.followed > span:first-child {
  display: none;
}
.blogger .custom_btn.followed > span:last-child {
  display: block;
}

.blogger_box {
  position: relative;
}
.blogger_box .bg {
  width: 100%;
  height: 56.25%;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.blogger_box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogger_box .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  -o-align-items: flex-end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  color: #ffff;
  padding: 10px;
  border-radius: 8px;
}
.blogger_box:hover .blogger_play_icon {
  animation: pulse 0.3s;
}

.blogger_name {
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.blogger_img {
  position: relative;
}
.blogger_img img {
  position: absolute;
  left: 0;
  top: -3px;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.blogger_play_icon {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 5px;
  width: max-content;
  cursor: pointer;
}

.modal {
  padding-right: 0 !important;
}
.modal#blogger_preview .modal-content {
  padding: 30px 0;
}
.modal .modal-content {
  position: relative;
  overflow: visible;
}
.modal .exit {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(44%, -44%);
  z-index: 3;
}
.modal .exit button {
  box-shadow: none !important;
  border: none !important;
}
.modal .modal-body {
  position: relative;
  z-index: 2;
}
.modal video {
  width: 100%;
  height: 56.25%;
}
.modal .caption {
  margin-top: 20px;
}
.modal .caption .details {
  width: 75%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*===================== live page =====================*/
#live {
  padding: 12px;
}
#live .inner_wrapper {
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
}

.live_main_icon {
  display: flex;
  align-items: end;
  justify-content: center;
  width: max-content;
  padding: 5px 10px;
  border-radius: 0 15px 0 15px;
  background-color: var(--red);
}
.live_main_icon .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  margin-right: 5px;
}

.live_info {
  margin-top: 20px;
}
.live_info h2 {
  color: var(--black);
  font-size: 25px;
}
.live_info strong {
  color: var(--lightBlack);
  font-size: 1vw;
  font-weight: lighter;
}

.chat_box {
  height: 10vw;
  scroll-behavior: smooth;
}
.chat_box .chat_wrapper {
  margin-bottom: 20px;
}
.chat_box .chat_wrapper.other .live_chat {
  padding-right: 8px;
  border-radius: 0 8px 8px 8px;
}
.chat_box .chat_wrapper.me {
  direction: rtl;
}
.chat_box .chat_wrapper.me .chat_profile_img {
  margin-right: 5px;
}
.chat_box .chat_wrapper.me .chat_info {
  padding-right: 10px;
}
.chat_box .chat_wrapper.me .chat_info .chat_content {
  direction: ltr;
}
.chat_box .chat_wrapper.me .live_chat {
  padding-left: 8px;
  border-radius: 8px 0 8px 8px;
}
.chat_box .chat_wrapper.me .time {
  direction: ltr;
  margin-left: 20px;
  margin-right: 20%;
}
.chat_box .live_chat {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 80%;
  width: max-content;
}
.chat_box .chat_info {
  padding-left: 10px;
}
.chat_box .chat_info > div:first-child {
  display: flex;
  align-items: center;
  justify-content: start;
}
.chat_box .chat_info .user_name {
  font-size: 14px;
}
.chat_box .chat_info .user_name a {
  color: var(--black);
  cursor: pointer;
}
.chat_box .chat_info .time {
  font-size: 14px;
  margin-left: 20%;
}
.chat_box .chat_info .chat_content {
  font-size: 12px;
}

.chat_input {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.chat_input .eye {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input {
  width: calc(100% - 55px);
}
.input form {
  padding: 0;
  margin: 0;
}
.input .input-group {
  background-color: #EBEBEB;
  border-radius: 24px;
  overflow: hidden;
  margin-left: 10px;
  height: 45px;
}
.input .input-group .form-control {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.input .input-group .btn {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.chat_profile_img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

#live_video_box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#live_video_box .video_box {
  background-color: #000;
}
#live_video_box .video_box .live_content, #live_video_box .video_box video {
  width: 100%;
  max-height: 80vh;
}

.live_layer_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
.live_layer_box .live_time {
  color: #fff;
  font-size: 40px;
}
.live_layer_box .live_admin_btn {
  text-align: right;
  position: absolute;
  right: 0;
}
.live_layer_box .live_chat_wrapper {
  width: 330px;
}
.live_layer_box .live_chat_wrapper .live_chat {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 5px;
}
.live_layer_box .live_chat_wrapper .live_chat .chat_info .user_name a {
  color: #fff;
  cursor: pointer;
}
.live_layer_box .live_chat_wrapper .live_chat .chat_info .time {
  color: #fff;
}
.live_layer_box .live_chat_wrapper .live_chat .chat_info .chat_content {
  color: #fff;
  word-wrap: anywhere;
}
.live_layer_box .live_chat_wrapper .live_chat:last-child {
  margin-bottom: 0;
}
.live_layer_box .motion_icon {
  display: flex;
  align-items: end;
  justify-content: end;
}

#users_in_live_slider {
  margin-top: 10px;
}

.user_in_live {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.user_in_live img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .content_box {
    background-color: #fff;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    margin: auto !important;
  }

  .height {
    display: grid;
    place-items: center;
    height: 100vh;
  }
}
@media only screen and (min-width: 991px) {
  .signals_collapse_btn {
    display: none;
  }

  .signals_collapse {
    display: block !important;
  }

  #search {
    display: block !important;
  }

  .side_bar {
    display: block !important;
  }

  .link_list > div:first-child {
    pointer-events: none;
  }

  .footer_links {
    display: block !important;
  }

  .action_box {
    display: flex;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1330px) {
  .chat_box .chat_wrapper.me .chat_profile_img {
    margin-right: 0;
  }
  .chat_box .chat_wrapper.me .time {
    margin-left: 0;
    margin-right: 10%;
  }
  .chat_box .live_chat {
    max-width: 95%;
  }
  .chat_box .chat_info .user_name {
    font-size: 12px;
  }
  .chat_box .chat_info .user_name a {
    color: var(--black);
    cursor: pointer;
  }
  .chat_box .chat_info .time {
    font-size: 12px;
    margin-left: 10%;
  }
  .chat_box .chat_info .chat_content {
    font-size: 12px;
  }

  .chat_profile_img img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .page_content .bg {
    width: 200%;
  }
  .page_content .right_bg {
    background-size: cover;
    width: 200px;
    right: 0;
    background-image: url("../img/signInBgRight.svg");
  }
  .page_content .left_bg {
    left: -20%;
    background-image: url("../img/signInBgLeft.svg");
  }

  .welcome_text {
    font-size: 20px;
  }

  .logo {
    width: 160px;
  }

  .header {
    font-size: 25px;
    margin-top: 25px;
  }

  form {
    padding: 10px 20px;
    margin: 10px auto 0;
  }

  .input_box:not(:first-child) {
    margin-top: 20px;
  }

  .box_footer {
    padding: 0 10px;
  }
  .box_footer .footer_title {
    font-size: 14px;
  }

  /*=========== vip page ===========*/
  .vip_signals:after {
    content: none;
  }

  .signal {
    margin-bottom: 12px;
  }

  .vip_content_box .col-6 {
    padding: 0 0.3em;
  }

  .signal_box {
    padding: 5px;
  }
  .signal_box .signal_img .layer {
    padding: 0 6px;
  }
  .signal_box .signal_img .layer .icons a #share {
    width: 12px;
  }
  .signal_box .signal_img .layer .icons a svg {
    width: 9px;
  }
  .signal_box .signal_img .layer .icons a:last-child {
    margin-left: 6px;
  }
  .signal_box .details {
    margin-top: 10px;
  }
  .signal_box .details .caption {
    font-size: 10px;
  }
  .signal_box .details .more {
    font-size: 10px;
  }
  .signal_box .details .signal_info {
    font-size: 10px;
  }
  .signal_box .comment_link {
    margin-top: 10px;
    padding-right: 5px;
  }
  .signal_box .comment_link .comment_user_images .comment_user_image:not(.signal_box .comment_link .comment_user_images .comment_user_image:first-child) {
    margin-left: -8px;
  }
  .signal_box .comment_link .comment_user_images .comment_user_image img {
    border-radius: 50%;
    border: 2px solid #E4E4E4;
    width: 20px !important;
    height: 20px !important;
  }
  .signal_box .comment_link .comments_count {
    font-size: 10px !important;
  }

  .type > span, .type div {
    border-radius: 3px;
    margin: 0 2px;
    width: 7px;
    height: 7px;
  }

  .vip_content_box {
    padding: 0;
  }
  .vip_content_box .col-6 {
    padding: 0 0.3em;
  }

  /*=========== reviews page ===========*/
  .blogger_state {
    display: block;
    margin: 20px 0;
  }
  .blogger_state > div, .blogger_state .title {
    text-align: center;
    margin: 5px 0;
  }
  .blogger_state .title {
    font-size: 20px;
  }
  .blogger_state .score {
    font-size: 20px;
  }
  .blogger_state .rate {
    font-size: 12px;
  }

  .review {
    margin-bottom: 10px;
  }

  .review_box {
    padding: 5px 8px;
  }
  .review_box .top .rate .score {
    margin-top: 3px;
    margin-left: 3px;
    font-size: 10px;
  }
  .review_box .top .rate svg {
    width: 9px;
  }
  .review_box .content {
    font-size: 12px;
  }
  .review_box .bottom .name {
    font-size: 9px;
  }
  .review_box .bottom .time_stamp {
    font-size: 9px;
  }
  .review_box .bottom .share_icon svg {
    width: 10px;
  }

  .review_user_img img {
    width: 30px;
    height: 30px;
  }

  .review_user_name {
    font-size: 10px;
    margin-left: 5px;
  }

  /*=========== home page ===========*/
  .subject_title {
    font-size: 18px;
  }

  .subject_link {
    font-size: 15px;
  }

  .live_box .content .state {
    width: 30px;
    height: 30px;
  }
  .live_box .content .state svg {
    width: 15px;
  }
  .live_box .content .count_down > div {
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 3px;
  }
  .live_box .content h3 {
    font-size: 16px;
  }

  /*===================== bloggers page =====================*/
  .blogger {
    margin-bottom: 20px;
  }
  .blogger .custom_btn {
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 7px;
  }
  .blogger > div:last-child {
    margin-top: 5px !important;
  }

  .blogger_box .content {
    padding: 8px;
  }

  .blogger_play_icon svg {
    width: 27px;
    height: 27px;
  }

  .blogger_name {
    font-size: 16px;
  }

  .blogger_img img {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }

  /*===================== videos page =====================*/
  .video_detail {
    color: var(--lightBlack);
    margin-top: 3px;
    padding: 0 5px;
  }
  .video_detail .caption {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
  }
  .video_detail .caption a {
    color: var(--lightBlack);
  }
  .video_detail .creator {
    font-size: 12px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 60%;
  }
  .video_detail .time {
    font-size: 12px;
  }

  .play_btn a, .play_btn div {
    width: 40px;
    height: 40px;
  }
  .play_btn svg {
    width: 10px;
  }

  /*===================== live page =====================*/
  .chat_box .chat_wrapper {
    margin-bottom: 20px;
  }
  .chat_box .chat_wrapper.other .live_chat {
    padding-right: 8px;
    border-radius: 0 8px 8px 8px;
  }
  .chat_box .chat_wrapper.me {
    direction: rtl;
  }
  .chat_box .chat_wrapper.me .chat_profile_img {
    margin-right: 0;
  }
  .chat_box .chat_wrapper.me .chat_info {
    padding-right: 10px;
  }
  .chat_box .chat_wrapper.me .chat_info .chat_content {
    direction: ltr;
  }
  .chat_box .chat_wrapper.me .live_chat {
    padding-left: 8px;
    border-radius: 8px 0 8px 8px;
  }
  .chat_box .chat_wrapper.me .time {
    direction: ltr;
    margin-left: 0;
    margin-right: 10%;
  }
  .chat_box .live_chat {
    max-width: 95%;
  }
  .chat_box .chat_info .user_name {
    font-size: 12px;
  }
  .chat_box .chat_info .user_name a {
    color: var(--black);
    cursor: pointer;
  }
  .chat_box .chat_info .time {
    font-size: 12px;
    margin-left: 10%;
  }
  .chat_box .chat_info .chat_content {
    font-size: 12px;
  }

  .chat_profile_img img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .page_content .bg {
    display: none;
  }

  .welcome_text {
    font-size: 20px;
  }

  .logo {
    width: 160px;
  }

  .header {
    font-size: 25px;
    margin-top: 25px;
  }

  form {
    padding: 10px 20px;
    margin: 10px auto 0;
  }

  .input_box:not(:first-child) {
    margin-top: 20px;
  }

  .menu_bars {
    top: 4px;
    left: 7px;
  }
  .menu_bars .hamburger .line {
    width: 20px;
    height: 3px;
    margin: 3px auto;
  }
  .menu_bars .hamburger .line:nth-child(1) {
    margin-top: 4px;
  }
  .menu_bars .circle {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
  }
  .menu_bars.is-active .hamburger {
    transform: rotateZ(0deg);
  }
  .menu_bars.is-active .hamburger .line {
    background-color: #fff;
  }
  .menu_bars.is-active .line:nth-child(1), .menu_bars.is-active .line:nth-child(3) {
    width: 12px;
  }
  .menu_bars.is-active .line:nth-child(1) {
    -webkit-transform: translate(-8px, 3px) rotate(-45deg);
    -ms-transform: translate(-8px, 3px) rotate(-45deg);
    -o-transform: translate(-8px, 3px) rotate(-45deg);
    transform: translate(-8px, 3px) rotate(-45deg);
  }
  .menu_bars.is-active .line:nth-child(3) {
    -webkit-transform: translate(-8px, -3px) rotate(45deg);
    -ms-transform: translate(-8px, -3px) rotate(45deg);
    -o-transform: translate(-8px, -3px) rotate(45deg);
    transform: translate(-8px, -3px) rotate(45deg);
  }

  .theme-switch-wrapper .theme-switch {
    height: 23px;
    width: 46px;
    margin-left: 10px;
  }
  .theme-switch-wrapper .theme-switch .slider .inner_circle {
    height: 19px;
    width: 19px;
  }
  .theme-switch-wrapper .theme-switch .slider .inner_circle img {
    width: 15px;
    height: 15px;
  }
  .theme-switch-wrapper .theme-switch.active .slider .inner_circle {
    transform: translateY(-50%) translateX(21px) rotateZ(180deg);
  }
  .theme-switch-wrapper > div {
    display: none;
  }

  .search_box .btn > span {
    font-size: 0.9em;
  }

  .more_countries a {
    height: 65px;
  }

  /*=========== footer ===========*/
  footer {
    /*.container-fluid{
      padding: 0;
    }*/
  }
  footer .up_side {
    padding-bottom: 0;
  }

  .link_list {
    border-right: none !important;
    margin-top: 15px;
  }
  .link_list > div:first-child {
    background-color: #212121;
    padding: 5px 10px;
    pointer-events: none;
  }
  .link_list.open {
    height: max-content;
  }

  .footer_links {
    display: block !important;
  }

  /*=========== header ===========*/
  .flag {
    width: 40px;
    height: auto;
  }

  .search_box {
    width: 290px;
    height: 35px;
  }
  .search_box .form-control {
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
  }
  .search_box .btn {
    padding-top: 0;
    padding-bottom: 0;
  }
  .search_box svg {
    width: 17px;
  }

  header {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: -3px 0 8px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.2);
  }
  header .collapse {
    justify-content: space-between !important;
  }
  header nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header nav .nav-item .nav-link {
    padding: 3px;
  }
  header nav .nav-item .nav-link .lnr {
    font-size: 0.8em;
  }
  header .icon {
    width: 20px;
  }
  header .icon.camera {
    width: 25px;
  }
  header .brand {
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  header .website_logo {
    width: 88px;
  }
  header i {
    color: var(--black);
    cursor: pointer;
  }

  .menu_red_box {
    height: 55px;
    background-color: var(--red);
  }

  .theme-switch-wrapper .theme-switch {
    height: 23px;
    width: 46px;
    margin-left: 10px;
  }
  .theme-switch-wrapper .theme-switch .slider .inner_circle {
    height: 19px;
    width: 19px;
  }
  .theme-switch-wrapper .theme-switch .slider .inner_circle img {
    width: 15px;
    height: 15px;
  }
  .theme-switch-wrapper .theme-switch.active .slider .inner_circle {
    transform: translateY(-50%) translateX(21px) rotateZ(180deg);
  }
  .theme-switch-wrapper > div {
    display: none;
  }

  /*=========== wrapper ===========*/
  .side_bar_mobile_toggle {
    display: block;
    background-color: #fff;
  }
  .side_bar_mobile_toggle .icon {
    margin: 0 auto;
    width: max-content;
  }
  .side_bar_mobile_toggle .icon > svg {
    color: var(--red);
  }

  .side_bar {
    display: none;
    position: static;
    width: 100%;
    padding: 0 15px;
    height: max-content;
    border-radius: 8px;
  }
  .side_bar nav {
    flex-direction: row !important;
  }
  .side_bar ul {
    display: flex;
    margin-bottom: 0;
  }
  .side_bar ul > li {
    margin-bottom: 0;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .side_bar ul > li svg {
    width: 20px;
  }
  .side_bar div svg {
    width: 27px;
  }

  .wrapper {
    display: block;
    justify-content: center;
  }
  .wrapper .side_bar_container {
    margin-bottom: 20px;
    width: 100%;
    min-height: 38px;
  }
  .wrapper .side_bar_container > div {
    position: static;
    width: 100%;
    z-index: 400;
    left: 0;
    top: 55px;
    transition: 0.3s;
  }
  .wrapper .side_bar_container > div.active {
    position: fixed;
  }
  .wrapper .content_container, .wrapper .content_container_new {
    width: 100%;
    padding-left: 0;
  }

  .top_bar > div {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .top_bar_items {
    margin-bottom: 0;
  }

  .top_bar_item {
    margin: 0 5px;
  }
  .top_bar_item .text {
    font-size: 15px;
    margin-left: 5px;
  }

  /*=========== vip page ===========*/
  .vip_signals:after {
    content: none;
  }

  .chat .bubble {
    display: inline-block;
    padding: 0;
    border-radius: 5px 15px 15px 15px;
    max-width: 60%;
    position: relative;
    margin: 0 15px;
    background-color: #fff;
    color: #7F7F7F;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .chat .bubble .babble_message {
    padding: 10px;
  }
  .chat .bubble .babble_link {
    margin: 30px 0 0;
  }
  .chat .bubble .babble_link a {
    display: flex;
    color: #41ACFE;
    word-break: break-all;
  }
  .chat .bubble.babble_voice {
    width: 42%;
  }

  /*=========== profile page ===========*/
  .video_category {
    height: 160px;
  }
  .video_category .all_videos {
    font-size: 15px;
  }

  .video_detail {
    padding: 0 6px;
  }
  .video_detail .caption {
    font-size: 17px;
  }
  .video_detail .creator {
    font-size: 14px;
  }
  .video_detail .time {
    font-size: 14px;
  }

  /*=========== reviews page ===========*/
  .blogger_state {
    display: block;
    margin: 20px 0;
  }
  .blogger_state > div, .blogger_state .title {
    text-align: center;
    margin: 5px 0;
  }
  .blogger_state .title {
    font-size: 20px;
  }
  .blogger_state .score {
    font-size: 20px;
  }
  .blogger_state .rate {
    font-size: 12px;
  }

  .review {
    margin-bottom: 10px;
  }

  .review_box {
    padding: 5px 8px;
  }
  .review_box .top .rate .score {
    margin-top: 3px;
    margin-left: 3px;
    font-size: 10px;
  }
  .review_box .top .rate svg {
    width: 9px;
  }
  .review_box .content {
    font-size: 12px;
  }
  .review_box .bottom .name {
    font-size: 9px;
  }
  .review_box .bottom .time_stamp {
    font-size: 9px;
  }
  .review_box .bottom .share_icon svg {
    width: 10px;
  }

  .review_user_img img {
    width: 30px;
    height: 30px;
  }

  .review_user_name {
    font-size: 10px;
    margin-left: 5px;
  }

  /*===================== home page =====================*/
  .subject_title {
    font-size: 15px;
  }

  .subject_link {
    font-size: 11px;
  }

  .live_box .content .state {
    width: 30px;
    height: 30px;
  }
  .live_box .content .state svg {
    width: 15px;
  }
  .live_box .content .count_down > div {
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 3px;
  }
  .live_box .content h3 {
    font-size: 16px;
  }

  .add .bg {
    height: 135px;
  }

  .modal .modal-content {
    padding: 0;
  }
  .modal .caption {
    margin-top: 10px;
  }
  .modal .caption > div:first-child {
    margin-bottom: 10px !important;
  }
  .modal .caption .name {
    font-size: 22px;
  }
  .modal .caption .details {
    font-size: 15px;
  }
  .modal .custom_btn {
    font-size: 12px;
  }

  /*===================== live page =====================*/
  #live_video_box {
    margin-top: 20px;
  }
  #live_video_box .video_box {
    background-color: #000;
  }
  #live_video_box .video_box .live_content, #live_video_box .video_box video {
    width: 100%;
    height: calc(100vh - 106px);
    object-fit: contain;
  }
  #live_video_box .live_chat_wrapper {
    padding: 10px;
  }

  .live_info strong {
    font-size: 15px;
  }

  .live_layer_box {
    padding: 5px;
  }
  .live_layer_box .motion_icon {
    width: 13%;
    padding-bottom: 10px;
  }

  #users_in_live_slider {
    margin: 10px 0;
  }

  .chat_input .input {
    width: calc(100% - 55px);
  }

  .chat_box {
    height: 250px;
  }
  .chat_box .chat_wrapper {
    margin-bottom: 20px;
  }
  .chat_box .chat_wrapper.other .live_chat {
    padding-right: 8px;
    border-radius: 0 8px 8px 8px;
  }
  .chat_box .chat_wrapper.me {
    direction: rtl;
  }
  .chat_box .chat_wrapper.me .chat_profile_img {
    margin-right: 0;
  }
  .chat_box .chat_wrapper.me .chat_info {
    padding-right: 10px;
  }
  .chat_box .chat_wrapper.me .chat_info .chat_content {
    direction: ltr;
  }
  .chat_box .chat_wrapper.me .live_chat {
    padding-left: 8px;
    border-radius: 8px 0 8px 8px;
  }
  .chat_box .chat_wrapper.me .time {
    direction: ltr;
    margin-left: 0;
    margin-right: 10%;
  }
  .chat_box .live_chat {
    max-width: 95%;
  }
  .chat_box .chat_info .user_name {
    font-size: 12px;
  }
  .chat_box .chat_info .user_name a {
    color: var(--black);
    cursor: pointer;
  }
  .chat_box .chat_info .time {
    font-size: 12px;
    margin-left: 10%;
  }
  .chat_box .chat_info .chat_content {
    font-size: 12px;
  }

  .chat_profile_img img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  /*===================== mobile grid =====================*/
  .container-fluid {
    padding: 0 0.2rem;
  }

  .add {
    padding: 0 3px;
  }

  .video_slider {
    padding: 0 3px;
  }

  .video_categories.triple {
    padding: 0 3px;
  }

  html, body {
    overflow-x: hidden;
    background-color: #f1f1f1;
  }

  body {
    padding-bottom: 32px !important;
  }

  main {
    margin-top: 70px;
  }

  .page_content .bg {
    display: none;
  }

  .time {
    font-size: 8px;
  }

  .welcome_text {
    font-size: 20px;
  }

  .logo {
    width: 160px;
  }

  .header {
    font-size: 25px;
    margin-top: 25px;
  }

  form {
    padding: 10px 20px;
    margin: 10px auto 0;
  }

  .input_box:not(:first-child) {
    margin-top: 20px;
  }

  .sm_profile_img {
    width: 50px;
    height: 50px;
  }

  .flag {
    width: 28px;
  }

  .menu_container .back {
    width: 160vw;
  }

  .navigation_bar {
    display: block;
    position: fixed;
    z-index: 501;
    top: calc(100% - 40px) !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transform: translateY(0%);
    transition: 0.3s;
    /*&.up{
      transform: translateY(0%);
    }*/
  }
  .navigation_bar nav {
    padding: 0 15px;
  }
  .navigation_bar nav .nav_item a {
    color: var(--black);
    transition: 0.3s;
  }
  .navigation_bar nav .nav_item a:hover {
    color: var(--red);
  }
  .navigation_bar nav .nav_item a.active {
    color: var(--red);
  }
  .navigation_bar nav .nav_item div {
    text-align: center;
  }
  .navigation_bar nav .nav_item .icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .navigation_bar nav .nav_item .icon span {
    font-size: 1em;
  }
  .navigation_bar nav .nav_item:nth-child(2) a {
    color: var(--lightRed);
  }

  #search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 501;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding: 10px;
    transition: 0.3s;
  }
  #search .search_box {
    height: 55px;
    width: 100%;
  }

  .search_results {
    position: static;
    padding: 0;
    margin-top: 10px;
    border: none;
    box-shadow: none;
    display: block;
    height: 90vh;
  }

  .search_result .video_preview {
    width: 105px;
  }

  .page-link.previous, .page-link.next {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
  .page-link.previous svg, .page-link.next svg {
    height: 10px;
  }

  /*=========== slider ===========*/
  /*=========== footer ===========*/
  footer .container-fluid {
    padding: 0;
  }
  footer .up_side {
    padding-bottom: 0;
  }

  .link_list {
    background-color: #212121;
    padding: 5px 10px;
    margin: 5px 4px;
    border-right: none !important;
  }
  .link_list .lnr {
    font-size: 11px;
  }
  .link_list > div:first-child {
    font-size: 16px;
  }
  .link_list.first {
    margin-top: 20px;
  }
  .link_list.open {
    height: max-content;
  }

  .footer_links {
    display: none;
    overflow: hidden;
    padding-top: 15px;
    padding: 0 5px;
    margin-bottom: 0;
  }
  .footer_links li {
    margin: 5px 0;
    color: #fff;
  }
  .footer_links li a {
    cursor: pointer;
    padding: 5px 0;
    transition: 0.3s;
    transform: translateX(0px);
    font-size: 15px;
  }
  .footer_links li a:hover {
    color: var(--red);
    transform: translateX(10px);
  }

  /*=========== header ===========*/
  header {
    height: 50px;
    display: flex;
    align-items: center;
  }
  header nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header nav .nav-item .nav-link {
    padding-left: 6px !important;
    padding-right: 5px !important;
  }
  header nav .nav-item .nav-link .lnr {
    font-size: 0.8em;
  }
  header .icon {
    width: 20px;
  }
  header .icon.camera {
    width: 25px;
  }
  header .brand {
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  header .website_logo {
    width: 88px;
  }
  header i {
    color: var(--black);
    cursor: pointer;
  }

  .menu_red_box {
    height: 50px;
    background-color: var(--red);
  }

  .menu_bars {
    top: 1px;
    left: 7px;
  }
  .menu_bars .hamburger .line {
    width: 20px;
    height: 3px;
    margin: 3px auto;
  }
  .menu_bars .hamburger .line:nth-child(1) {
    margin-top: 4px;
  }
  .menu_bars .circle {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
  }
  .menu_bars.is-active .hamburger {
    transform: rotateZ(0deg);
  }
  .menu_bars.is-active .hamburger .line {
    background-color: #fff;
  }
  .menu_bars.is-active .line:nth-child(1), .menu_bars.is-active .line:nth-child(3) {
    width: 12px;
  }
  .menu_bars.is-active .line:nth-child(1) {
    -webkit-transform: translate(-8px, 3px) rotate(-45deg);
    -ms-transform: translate(-8px, 3px) rotate(-45deg);
    -o-transform: translate(-8px, 3px) rotate(-45deg);
    transform: translate(-8px, 3px) rotate(-45deg);
  }
  .menu_bars.is-active .line:nth-child(3) {
    -webkit-transform: translate(-8px, -3px) rotate(45deg);
    -ms-transform: translate(-8px, -3px) rotate(45deg);
    -o-transform: translate(-8px, -3px) rotate(45deg);
    transform: translate(-8px, -3px) rotate(45deg);
  }

  .theme-switch-wrapper .theme-switch {
    height: 23px;
    width: 46px;
    margin-left: 10px;
  }
  .theme-switch-wrapper .theme-switch .slider .inner_circle {
    height: 19px;
    width: 19px;
  }
  .theme-switch-wrapper .theme-switch .slider .inner_circle img {
    width: 15px;
    height: 15px;
  }
  .theme-switch-wrapper .theme-switch.active .slider .inner_circle {
    transform: translateY(-50%) translateX(21px) rotateZ(180deg);
  }
  .theme-switch-wrapper > div {
    display: none;
  }

  /*=========== wrapper ===========*/
  .side_bar_mobile_toggle {
    display: block;
    transition: 0.3s;
  }
  .side_bar_mobile_toggle .icon {
    margin: 0 auto;
    width: max-content;
  }
  .side_bar_mobile_toggle .icon span {
    display: block;
    color: var(--red);
  }
  .side_bar_mobile_toggle .icon span:not(.side_bar_mobile_toggle .icon span:first-child) {
    margin-top: -10px;
  }

  .side_bar {
    display: none;
    position: static;
    width: 100%;
    padding: 0 15px;
    height: max-content;
    border-radius: 8px;
  }
  .side_bar nav {
    flex-direction: row !important;
  }
  .side_bar ul {
    display: flex;
    margin-bottom: 0;
  }
  .side_bar ul > li {
    margin-bottom: 0;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background-color: transparent !important;
  }
  .side_bar ul > li a span {
    font-size: 17px;
  }
  .side_bar ul > li svg {
    width: 17px;
  }
  .side_bar div svg {
    width: 27px;
  }

  .wrapper {
    display: block;
    justify-content: center;
  }
  .wrapper .side_bar_container {
    margin-bottom: 2px;
    width: 100%;
    min-height: 38px;
  }
  .wrapper .side_bar_container > div {
    position: static;
    width: 100%;
    z-index: 400;
    left: 0;
    top: 47px;
    transition: 0.3s;
  }
  .wrapper .side_bar_container > div.active {
    position: fixed;
  }
  .wrapper .side_bar_container > div.active .side_bar_mobile_toggle {
    background-color: #fff;
  }
  .wrapper .content_container, .wrapper .content_container_new {
    width: 100%;
    padding-left: 0;
  }

  .top_bar > div {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .top_bar_items {
    margin-bottom: 0;
  }

  .top_bar_item {
    margin: 0 5px;
  }
  .top_bar_item .text {
    font-size: 15px;
    margin-left: 5px;
  }

  /*=========== voice page ===========*/
  #voices {
    background-color: transparent;
    padding: 0;
  }

  .voice_header h4 {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
  }

  /*=========== vip page ===========*/
  .signals {
    margin: 0;
    position: relative;
  }

  .vip_signals:after {
    content: none;
  }

  .vip_content_box {
    margin-top: 10px;
    padding: 0 0 10px;
    background-color: transparent;
  }

  .signals_collapse_btn {
    display: block;
  }

  /*=========== profile page ===========*/
  #banner {
    margin-bottom: 0;
    padding: 0 3px;
  }

  .banner {
    margin-bottom: 15px !important;
  }
  .banner .bg {
    height: 110px;
  }
  .banner .content {
    position: static;
    margin-top: 15px;
    transform: translateY(0%);
    padding-left: 0;
  }

  .profile_img {
    width: 65px;
    height: 65px;
    border: none;
  }

  #high_lights_slider {
    margin-top: 0;
  }

  .high_light {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 auto;
  }
  .high_light img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video_categories {
    padding: 20px 0 0;
  }
  .video_categories .video_category {
    height: 110px;
    margin-bottom: 0.4em;
    margin-top: 0;
  }
  .video_categories .video_category .category_name {
    padding: 6px !important;
  }
  .video_categories .video_category .category_name .icon svg {
    width: 10px;
  }
  .video_categories .video_category .category_name > span {
    font-size: 10px;
  }
  .video_categories .video_category .state {
    padding-right: 8px !important;
  }
  .video_categories .video_category .state svg {
    width: 10px;
    height: 10px;
  }
  .video_categories .video_category .all_videos {
    font-size: 12px;
  }
  .video_categories.triple .category_name h2 {
    font-size: 15px;
  }
  .video_categories.triple .video_category {
    height: 160px;
  }
  .video_categories .col-12 {
    padding: 0 !important;
  }
  .video_categories .col-6:nth-child(odd) {
    padding-right: 0.3em;
  }
  .video_categories .col-6:nth-child(even) {
    padding-left: 0.3em;
  }

  .videos {
    margin-top: 0;
  }

  .video {
    margin: 8px 0;
  }

  .video_detail {
    padding: 0 8px;
    margin-top: 5px;
  }
  .video_detail .text_red {
    font-size: 11px;
  }
  .video_detail > div:last-child {
    margin-top: 3px !important;
  }
  .video_detail .caption {
    font-size: 10px !important;
    margin-bottom: 0;
  }
  .video_detail .creator {
    font-size: 9px;
  }
  .video_detail .view {
    font-size: 9px;
  }

  /*=========== video page ===========*/
  .play_btn {
    width: 40px;
    height: 40px;
  }
  .play_btn a, .play_btn div {
    width: 35px;
    height: 35px;
  }
  .play_btn svg {
    margin-left: 2px;
    width: 10px;
  }

  .second_style .video_img .layer {
    font-size: 13px;
  }
  .second_style .video_img .layer .view {
    margin-right: 10px;
  }
  .second_style .video_img .layer .view > span:last-child {
    display: block;
    margin-top: 2px;
    margin-left: 5px;
  }
  .second_style .video_img .layer .icons a:last-child {
    margin-left: 5px;
  }
  .second_style .video_img .layer .action_box_toggle {
    display: block;
  }
  .second_style .video_detail {
    padding: 0;
  }
  .second_style .video_detail .caption {
    font-size: 10px !important;
    margin-right: 5px;
  }
  .second_style .video_detail .creator {
    font-size: 9px;
  }

  .action_box {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 8px;
    border-radius: 5px;
  }
  .action_box .icons {
    justify-content: space-between;
    margin-top: 3px;
  }
  .action_box .icons a svg {
    width: 11px;
  }
  .action_box .icons a:not(.action_box .icons a.bookmark) svg {
    width: 13px;
  }
  .action_box .view {
    color: #000 !important;
  }
  .action_box svg {
    stroke: #000;
  }
  .action_box path {
    stroke: #000;
  }
  .action_box .saved path, .action_box .saved rect {
    fill: #000;
  }

  /*=========== video page ===========*/
  #signals_page .signal_title {
    font-size: 13px;
  }

  /*===================== home page =====================*/
  .subject_title {
    font-size: 15px;
  }

  .subject_link {
    font-size: 11px;
  }

  .blogger_countries {
    margin: 15px 0;
  }

  .flag_slide {
    width: 90px !important;
    border-radius: 4px;
  }

  #blogger_countries_slider {
    width: calc(100% - 90px);
    padding-right: 10px;
  }

  .more_countries a {
    width: 90px;
    height: 50px;
    font-size: 14px;
  }

  .live_box .content {
    padding: 5px;
  }
  .live_box .content .state {
    width: 20px;
    height: 20px;
  }
  .live_box .content .state svg {
    width: 9px;
  }
  .live_box .content .count_down > div {
    width: 20px;
    height: 20px;
    font-size: 8px;
    border-radius: 3px;
    margin: 0 2px;
  }
  .live_box .content h3 {
    font-size: 11px;
    margin-bottom: 0;
  }

  .add .bg {
    height: 100px;
  }

  /*===================== bloggers page =====================*/
  .blogger {
    margin-bottom: 20px;
  }
  .blogger .custom_btn {
    font-size: 9px;
    padding: 3px 10px;
    margin-right: 7px;
  }
  .blogger > div:last-child {
    margin-top: 5px !important;
  }

  .blogger_box .content {
    padding: 8px;
  }

  .blogger_play_icon svg {
    width: 27px;
    height: 27px;
  }

  .blogger_name {
    font-size: 11px;
  }

  .blogger_img img {
    left: 0;
    top: -3px;
    width: 40px;
    height: 40px;
  }

  .modal .modal-content {
    padding: 0;
  }
  .modal .caption {
    margin-top: 5px;
  }
  .modal .caption > div:first-child {
    margin-bottom: 5px !important;
  }
  .modal .caption .name {
    font-size: 18px;
  }
  .modal .caption .details {
    font-size: 13px;
  }
  .modal .custom_btn {
    font-size: 12px;
  }

  /*===================== live page =====================*/
  #live_video_box {
    margin-top: 20px;
  }
  #live_video_box .video_box .live_content, #live_video_box .video_box video {
    width: 100%;
    height: calc(100vh - 106px);
    object-fit: contain;
  }
  #live_video_box .live_chat_wrapper {
    padding: 10px;
    width: 87%;
  }

  .live_info {
    margin-bottom: 20px;
  }
  .live_info strong {
    font-size: 15px;
  }

  .live_layer_box {
    padding: 5px;
  }
  .live_layer_box .motion_icon {
    width: 13%;
    padding-bottom: 10px;
  }

  #users_in_live_slider {
    margin: 10px 0;
  }

  .chat_input {
    padding: 0 10px;
  }
  .chat_input .input {
    width: calc(100% - 55px);
  }

  #live .inner_wrapper {
    padding: 10px 0;
  }
  #live .inner_wrapper .row > div:last-child {
    padding: 0;
  }

  .chat_box {
    height: 250px;
  }
  .chat_box .chat_wrapper {
    margin-bottom: 20px;
  }
  .chat_box .chat_wrapper.other .live_chat {
    padding-right: 8px;
    border-radius: 0 8px 8px 8px;
  }
  .chat_box .chat_wrapper.me {
    direction: rtl;
  }
  .chat_box .chat_wrapper.me .chat_profile_img {
    margin-right: 0;
  }
  .chat_box .chat_wrapper.me .chat_info {
    padding-right: 10px;
  }
  .chat_box .chat_wrapper.me .chat_info .chat_content {
    direction: ltr;
  }
  .chat_box .chat_wrapper.me .live_chat {
    padding-left: 8px;
    border-radius: 8px 0 8px 8px;
  }
  .chat_box .chat_wrapper.me .time {
    direction: ltr;
    margin-left: 0;
    margin-right: 10%;
  }
  .chat_box .live_chat {
    max-width: 78%;
  }
  .chat_box .chat_info .user_name {
    font-size: 12px;
  }
  .chat_box .chat_info .user_name a {
    color: var(--black);
    cursor: pointer;
  }
  .chat_box .chat_info .time {
    font-size: 12px;
    margin-left: 10%;
  }
  .chat_box .chat_info .chat_content {
    font-size: 12px;
  }

  .chat_profile_img img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .voice_user_img {
    width: 35px;
    height: 35px;
  }
  .voice_user_img img {
    border-radius: 14px;
  }

  .type {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .type > span, .type div {
    margin: 0 2px;
    display: block;
    border-radius: 3px;
    background-color: #CFCFCF;
    width: 7px;
    height: 7px;
  }

  .voice {
    margin-bottom: 10px;
    display: flex;
    align-items: start;
  }
  .voice .voice_content .caption {
    font-size: 15px;
    color: var(--Black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 5px 0;
    height: 23px;
  }
  .voice .voice_content .voice {
    width: 100%;
  }
  .voice .voice_content .voice .play_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--lightRed);
    cursor: pointer;
  }
  .voice .voice_content .voice .play_icon > svg {
    margin-left: 5px;
  }
  .voice .voice_content .custom_audio_player {
    width: 100%;
  }
  .voice .cover {
    width: 59%;
    margin-right: 1%;
  }
  .voice .cover .caption {
    display: none;
  }
  .voice .voice_caption_mobile {
    display: block;
    width: 39%;
    margin-left: 0.5%;
    padding: 5px 5px 11px;
    border-radius: 7px;
    height: 124px;
  }
  .voice .voice_caption_mobile .data {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
  }
  .voice .voice_caption_mobile .more a {
    color: var(--red);
  }

  .voice_footer {
    font-size: 13px;
  }

  .custom_audio_player {
    display: flex;
    align-items: center;
  }
  .custom_audio_player .waveform {
    width: 53%;
    height: 65px;
    margin: 0 10px;
  }
  .custom_audio_player .waveform > wave {
    height: 65px !important;
  }
  .custom_audio_player .play_icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--lightRed);
    cursor: pointer;
  }
  .custom_audio_player .play_icon > svg {
    margin-left: 5px;
  }
  .custom_audio_player .duration {
    font-size: 12px;
  }

  .actions {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lightBlack);
    cursor: pointer;
  }
  .actions a:nth-child(2) {
    margin-left: 5px;
  }

  .voice_box .time_action {
    align-items: end;
  }
  .voice_box .time_action .actions svg {
    width: 0.8rem;
    margin-top: 5px;
  }
  .voice_box .time_action .actions .saved svg, .voice_box .time_action .actions .not_saved svg {
    width: 0.6rem;
  }
  .voice_box .time_action .duration {
    font-size: 13px;
  }

  /*=========== wrapper ===========*/
  .top_bar {
    display: block;
  }
  .top_bar .profile_name {
    font-size: 20px;
  }
  .top_bar > div {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .top_bar_items {
    margin-bottom: 0;
  }
  .top_bar_items .text {
    font-size: 11px;
  }

  /*=========== vip page ===========*/
  .signal {
    margin-bottom: 12px;
  }

  .vip_content_box .col-6 {
    padding: 0 0.3em;
  }

  .vip_signals:after {
    content: none;
  }
  .vip_signals .title {
    font-size: 18px;
    margin: 25px 0 10px;
  }

  .signal_box {
    padding: 5px;
  }
  .signal_box .signal_img .layer {
    padding: 0 6px;
  }
  .signal_box .signal_img .layer .icons a #share {
    width: 12px;
  }
  .signal_box .signal_img .layer .icons a svg {
    width: 9px;
  }
  .signal_box .signal_img .layer .icons a:last-child {
    margin-left: 6px;
  }
  .signal_box .details {
    margin-top: 10px;
  }
  .signal_box .details .caption {
    font-size: 10px;
  }
  .signal_box .details .more {
    font-size: 10px;
  }
  .signal_box .details .signal_info {
    font-size: 10px;
  }
  .signal_box .comment_link {
    margin-top: 10px;
    padding-right: 5px;
  }
  .signal_box .comment_link .comment_user_images .comment_user_image:not(.signal_box .comment_link .comment_user_images .comment_user_image:first-child) {
    margin-left: -8px;
  }
  .signal_box .comment_link .comment_user_images .comment_user_image img {
    border-radius: 50%;
    border: 2px solid #E4E4E4;
    width: 20px;
    height: 20px;
  }
  .signal_box .comment_link .comments_count {
    font-size: 10px;
  }

  .box_footer {
    padding: 0 10px;
  }
  .box_footer .footer_title {
    font-size: 14px;
  }

  .type > span, .type div {
    margin: 0 2px;
    width: 7px;
    height: 7px;
  }

  .chat {
    padding: 15px 0;
  }
  .chat .comment img {
    height: 40px;
    width: 40px;
  }
  .chat .comment.media .bubble_media {
    height: 155px;
  }
  .chat .custom_audio_player {
    display: flex;
    align-items: center;
  }
  .chat .custom_audio_player .waveform {
    width: 40%;
    height: 45px;
  }
  .chat .custom_audio_player .waveform > wave {
    height: 45px !important;
  }
  .chat .custom_audio_player .play_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--lightRed);
    cursor: pointer;
  }
  .chat .custom_audio_player .play_icon svg {
    width: 10px;
    margin-left: 1px;
  }
  .chat .custom_audio_player .duration {
    font-size: 12px;
  }
  .chat .bubble {
    padding: 0;
    max-width: 75%;
    margin-left: 8px;
    margin-right: 0;
  }
  .chat .bubble .babble_text {
    font-size: 13px;
  }
  .chat .bubble .babble_message {
    padding: 16px 5px 5px 5px;
  }
  .chat .bubble .babble_link {
    margin: 15px 0 0;
  }
  .chat .bubble .babble_link a {
    font-size: 13px;
  }
  .chat .bubble .actions a svg {
    width: 9px;
  }
  .chat .bubble .actions a:not(.bookmark) svg {
    width: 12px;
  }
  .chat .bubble .actions a:last-child {
    margin-left: 6px;
  }
  .chat .bubble_footer {
    padding: 0 20px;
    font-size: 13px;
  }
  .chat .bubble img {
    height: 200px;
  }

  /*=========== profile page ===========*/
  /*=========== reviews page ===========*/
  .main_content_box {
    padding: 0 !important;
    background-color: transparent;
  }

  .blogger_state {
    display: block;
    margin: 20px 0;
  }
  .blogger_state > div, .blogger_state .title {
    text-align: center;
    margin: 5px 0;
  }
  .blogger_state .title {
    font-size: 20px;
  }
  .blogger_state .score {
    font-size: 20px;
  }
  .blogger_state .rate {
    font-size: 12px;
  }

  .review {
    margin-bottom: 10px;
  }

  .review_box {
    padding: 5px 8px;
  }
  .review_box .top .rate .score {
    margin-top: 3px;
    margin-left: 3px;
    font-size: 10px;
  }
  .review_box .top .rate svg {
    width: 9px;
  }
  .review_box .content {
    font-size: 12px;
  }
  .review_box .bottom .name {
    font-size: 9px;
  }
  .review_box .bottom .time_stamp {
    font-size: 9px;
  }
  .review_box .bottom .share_icon svg {
    width: 10px;
  }

  .review_user_img img {
    width: 30px;
    height: 30px;
  }

  .review_user_name {
    font-size: 10px;
    margin-left: 5px;
  }

  /*===================== home page =====================*/
  .flag_slide {
    width: 70px !important;
    border-radius: 4px;
  }

  #blogger_countries_slider {
    width: calc(100% - 70px);
    padding-right: 10px;
    text-align: center;
  }

  .more_countries {
    margin-right: 10px;
  }
  .more_countries a {
    border-radius: 4px;
    width: 70px;
    height: 45px;
    font-size: 10px;
  }
}
.noshow {
  display: none !important;
}

.countryflags img {
  margin: 0 5px;
}

a:hover, a:visited, a:active {
  color: #333333;
}

.paddings {
  padding: 10px 0;
}

.active_live {
  animation: pulse 1s infinite;
  color: #c44343;
}

.active_live path {
  stroke: #c44343 !important;
}

@font-face {
  font-family: "jersey";
  src: url("../fonts/jersey.ttf") format("truetype"), url("../fonts/jersey.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
.olive-offers {
  margin-left: 0;
  margin-right: auto;
  line-height: 30px;
  font-family: jersey;
  font-size: 25px;
  color: #FFF700;
}

.olive-offers > span {
  font-family: Roboto;
}

/*.user-info-box {
  padding: 0 1rem 1rem;
  margin-top: 3rem;
}
.user-info-box>div {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(#f1f1f122,#ffffff22,#ffffff22,#eeeeee22);
  background-color: #ffffff;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.4));
  padding: 1rem;
  border-radius: 8px;
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
  transition: all 300ms ease-in 300ms;
}
.user-info-box-button {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  background: linear-gradient(#f1f1f122,#ffffff22,#ffffff22,#eeeeee22);
  background-color: #ffffff;
  border-bottom-left-radius: 1rem 2rem;
  border-bottom-right-radius: 1rem 2rem;
  width: max-content;
  padding: 0.2rem 2rem;
  margin: auto;
  transition: all 500ms ease;
}
.user-info-box-button i {
  display: inline-block;
  animation: chevronDown 5s linear infinite;
}
.user-info-box-detail {
  max-height: 3.5rem;
  overflow: hidden;
  filter: blur(1px);
  transition: all 500ms ease-in-out;
}
.user-info-box-detail ul {
  margin: 0;
}
.user-info-box-detail.open:not(.lock) {
  filter: blur(0);
  max-height: var(--max-height);
}
.user-info-box-detail.lock.open {
  animation: tryOpenBox 1s ease-in forwards;
}*/
.opacity-0 {
  opacity: 0;
}

.profile-flag {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}

.profile-flag img {
  width: 2rem;
  margin-right: 0.2rem;
}

@keyframes tryOpenBox {
  0% {
    max-height: 3.5rem;
    filter: blur(1px);
  }
  40% {
    max-height: 5.5rem;
    filter: blur(3px);
  }
  100% {
    max-height: 3.5rem;
    filter: blur(1px);
  }
}
@keyframes chevronDown {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
.social-btn {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
  text-align: center;
  font-weight: 700;
  color: #ffffff !important;
  cursor: default;
}

.social-btn > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.social-btn > span::before {
  width: 24px;
  height: 24px;
}

.social-facebook {
  background: #3c5b9b;
}

.social-flickr {
  background: #e30377;
}

.social-linkedin {
  background: #0173b2;
}

.social-twitter {
  background: #2caae1;
}

.social-youtube {
  background: #ff3431;
}

.social-instagram {
  background-color: #d6249f;
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.social-whatsapp {
  background: #25d366;
}

.social-telegram {
  background: #0088cc;
}

.social-facebook > span::before {
  content: url('data:image/svg+xml, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="white"/><path d="M13.9205 9.27922L13.9705 12.2292L16.6005 12.1892C16.7905 12.1892 16.9305 12.3592 16.9005 12.5392L16.5504 14.4492C16.5204 14.5892 16.4005 14.6892 16.2605 14.6992L14.0105 14.7392L14.1305 21.9892L11.1305 22.0392L11.0105 14.7892L9.31046 14.8192C9.14046 14.8192 9.01047 14.6892 9.01047 14.5192L8.98047 12.6192C8.98047 12.4492 9.11046 12.3192 9.28046 12.3192L10.9805 12.2892L10.9305 9.03922C10.9005 7.37922 12.2205 6.01922 13.8805 5.98922L16.5804 5.94922C16.7504 5.94922 16.8805 6.07922 16.8805 6.24922L16.9205 8.64922C16.9205 8.81922 16.7905 8.94922 16.6205 8.94922L14.2205 8.98922C14.0505 8.97922 13.9205 9.11922 13.9205 9.27922Z" fill="white"/></svg>');
}

.social-flickr > span::before {
  content: url('data:image/svg+xml, <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" fill="white" opacity="0.8"/></svg>');
}

.social-linkedin > span::before {
  content: url('data:image/svg+xml, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z" fill="%23ffffff"></path><path d="m 8.3540221,9.4149982 h -2.5 v 9.1666798 h 2.5 v -4.58334 z m 0.2085,-2.52667 c 0,-0.81166 -0.65335,-1.46999 -1.45833,-1.46999 -0.80501,0 -1.45837,0.65833 -1.45837,1.46999 0,0.81168 0.65336,1.47001 1.45837,1.47001 0.80583,0 1.45833,-0.65833 1.45833,-1.47001 z m 9.7916599,6.0608498 c 0,-4.3775198 -4.66999,-4.2183398 -5.83333,-2.06335 V 9.4149982 h -2.5 v 9.1666798 h 2.5 v -4.67002 c 0,-2.59417 3.33333,-2.80664 3.33333,0 v 4.67002 h 2.5 z" fill="%23ffffff"></path></svg>');
}

.social-twitter > span::before {
  content: url('data:image/svg+xml, <svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path opacity="0.8" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="white"/></svg>');
}

.social-youtube > span::before {
  content: url('data:image/svg+xml, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M17 20H7C4 20 2 18 2 15V9C2 6 4 4 7 4H17C20 4 22 6 22 9V15C22 18 20 20 17 20Z" fill="white"/><path d="M11.4196 9.49009L13.8896 10.9701C14.8296 11.5401 14.8296 12.4601 13.8896 13.0301L11.4196 14.5101C10.4196 15.1101 9.59961 14.6501 9.59961 13.4801V10.5101C9.59961 9.3501 10.4196 8.89009 11.4196 9.49009Z" fill="white"/></svg>');
}

.social-instagram > span::before {
  content: url('data:image/svg+xml, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z" fill="white"/><path d="M11.9991 15.8811C14.142 15.8811 15.8791 14.144 15.8791 12.0011C15.8791 9.85823 14.142 8.12109 11.9991 8.12109C9.85628 8.12109 8.11914 9.85823 8.11914 12.0011C8.11914 14.144 9.85628 15.8811 11.9991 15.8811Z" fill="white"/><path d="M17 7.50088C16.73 7.50088 16.48 7.40088 16.29 7.21088C16.2 7.11088 16.13 7.00088 16.08 6.88088C16.03 6.76088 16 6.63088 16 6.50088C16 6.37088 16.03 6.24088 16.08 6.12088C16.13 5.99088 16.2 5.89088 16.29 5.79088C16.52 5.56088 16.87 5.45088 17.19 5.52088C17.26 5.53088 17.32 5.55088 17.38 5.58088C17.44 5.60088 17.5 5.63088 17.56 5.67088C17.61 5.70088 17.66 5.75088 17.71 5.79088C17.8 5.89088 17.87 5.99088 17.92 6.12088C17.97 6.24088 18 6.37088 18 6.50088C18 6.63088 17.97 6.76088 17.92 6.88088C17.87 7.00088 17.8 7.11088 17.71 7.21088C17.61 7.30088 17.5 7.37088 17.38 7.42088C17.26 7.47088 17.13 7.50088 17 7.50088Z" fill="white"/></svg>');
}

.social-whatsapp > span::before {
  content: url('data:image/svg+xml, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M6.9403 20.6304C8.4303 21.5004 10.1603 22.0005 12.0003 22.0005C17.6303 22.0005 22.3103 17.0305 21.9803 11.4105C21.6403 5.61045 16.3703 1.14045 10.3003 2.14045C6.12029 2.83045 2.77029 6.22045 2.12029 10.4005C1.74029 12.8205 2.24031 15.1105 3.33031 17.0005L2.4403 20.3104C2.2403 21.0604 2.93028 21.7404 3.67028 21.5304L6.9403 20.6304Z" fill="white"/><path d="M17 15.1705C17 15.3505 16.96 15.5405 16.87 15.7205C16.78 15.9005 16.67 16.0705 16.53 16.2305C16.28 16.5005 16.01 16.7005 15.71 16.8205C15.41 16.9505 15.08 17.0105 14.73 17.0105C14.22 17.0105 13.67 16.8905 13.1 16.6405C12.52 16.3905 11.95 16.0605 11.38 15.6505C10.8 15.2305 10.26 14.7605 9.73999 14.2505C9.21999 13.7305 8.76003 13.1805 8.34003 12.6105C7.93003 12.0405 7.59999 11.4705 7.35999 10.9005C7.11999 10.3305 7 9.78047 7 9.26047C7 8.92047 7.05999 8.59047 7.17999 8.29047C7.29999 7.98047 7.49001 7.70046 7.76001 7.45046C8.08001 7.13046 8.42999 6.98047 8.79999 6.98047C8.93999 6.98047 9.08002 7.01047 9.21002 7.07047C9.34002 7.13047 9.45999 7.22046 9.54999 7.35046L10.7 9.00047C10.79 9.13047 10.86 9.24046 10.9 9.35046C10.95 9.46046 10.97 9.56047 10.97 9.66047C10.97 9.78047 10.93 9.90046 10.86 10.0205C10.79 10.1405 10.7 10.2605 10.58 10.3805L10.2 10.7805C10.14 10.8405 10.12 10.9005 10.12 10.9805C10.12 11.0205 10.13 11.0605 10.14 11.1005C10.16 11.1405 10.17 11.1705 10.18 11.2005C10.27 11.3705 10.43 11.5805 10.65 11.8405C10.88 12.1005 11.12 12.3705 11.38 12.6305C11.65 12.9005 11.91 13.1405 12.18 13.3705C12.44 13.5905 12.66 13.7405 12.83 13.8305C12.86 13.8405 12.89 13.8605 12.92 13.8705C12.96 13.8905 13 13.8905 13.05 13.8905C13.14 13.8905 13.2 13.8605 13.26 13.8005L13.64 13.4205C13.77 13.2905 13.89 13.2005 14 13.1405C14.12 13.0705 14.23 13.0305 14.36 13.0305C14.46 13.0305 14.56 13.0505 14.67 13.1005C14.78 13.1505 14.9 13.2105 15.02 13.3005L16.68 14.4805C16.81 14.5705 16.9 14.6805 16.96 14.8005C16.97 14.9105 17 15.0305 17 15.1705Z" fill="white"/></svg>');
}

.social-telegram > span::before {
  content: url('data:image/svg+xml, <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path opacity="0.8" d="M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z" fill="white"/></svg>');
}

.social-website > span::before {
  content: url('data:image/svg+xml, <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">  <path fill="white" opacity="0.8" d="M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z"/> <path d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z" fill="white" opacity="0.8"/> </svg>');
}

.social-app > span::before {
  content: url('data:image/svg+xml, <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">  <path fill="white" opacity="0.8" d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/> <path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2" fill="white" opacity="0.8"/> </svg>');
}

.social-website {
  background: #7E60BF;
}

.social-app {
  background: #C96868;
}

.table {
  transition: all 300ms ease-in 300ms;
}

body.dark-theme .user-info-box > div,
body.dark-theme .user-info-box-button {
  background-color: #000000;
  color: #ffffff;
}

body.dark-theme .table {
  color: #ffffff;
}

@media (max-width: 768px) {
  .user-info-box {
    margin-top: 0;
  }
}
body.price-open {
  overflow: hidden !important;
}

.price-list {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  justify-content: center;
  align-items: center;
  transition: opacity 250ms linear;
  font-family: IRANSansWeb2;
}

.price-shw {
  font-family: IRANSansWeb2;
}

.price-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 110;
}

.price-item > div {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000000;
  background: linear-gradient(#f1f1f122, #ffffff22, #ffffff22, #eeeeee22);
  background-color: #ffffffcc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  padding: 1rem;
  border-radius: 8px;
  border: 2px solid transparent;
  z-index: 0;
  backdrop-filter: blur(10px);
  transition: all 300ms ease-in 300ms;
}

.price-item:is(:active, :hover, :focus, :focus-within) > div {
  border: 2px solid var(--red);
  box-shadow: 0 5px 10px var(--red);
}

.price-item:is(:active, :hover, :focus, :focus-within) .price-item-bg {
  color: var(--red) !important;
  opacity: 0.1;
}

.price-item:is(:active, :hover, :focus, :focus-within) .price-list-btn {
  box-shadow: 0 5px 10px var(--red);
}

.price-bg {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  backdrop-filter: blur(3px);
}

.price-item-header {
  font-weight: 700;
  text-align: center;
  color: var(--red);
}

.price-item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0.5rem 0 1rem;
}

.price-item-period {
  font-size: 1.2rem;
  font-weight: 700;
}

.price-item-period > span:first-child {
  font-size: 1.2em;
}

.price-item-price {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--red);
  padding: 1rem 0;
  line-height: 1;
}

.price-item-price > div {
  flex-basis: min-content;
}

.price-item-price > div:first-child {
  font-size: 2em;
}

.price-item-price > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 0.9em;
}

.price-item-price > div:last-child > span:last-child {
  font-size: 0.7em;
}

.price-item-list {
  margin: auto;
  padding-bottom: 0.5rem;
}

.price-item-list li {
  position: relative;
  padding-left: 1rem;
}

.price-item-list li::before {
  content: "✔ ";
  color: var(--red);
  position: absolute;
  left: 0;
  top: 0;
}

.price-list-btn {
  background-color: var(--red);
  color: #fff !important;
  border-radius: 8px;
  padding: 0.4rem 1.5rem;
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.price-list-btn:hover {
  color: #000 !important;
}

.price-item-bg {
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
  transition: all 300ms ease-in 300ms;
}

.price-item-bg svg {
  width: 100%;
  height: 100%;
}

.price-item {
  opacity: 0;
  transition: opacity 250ms linear;
}

.price-list.open,
.price-list.open .price-item {
  display: flex;
}

body.price-open .price-list,
body.price-open .price-item {
  opacity: 1;
}

.price-item:nth-child(1) {
  transition-delay: 100ms;
}

.price-item:nth-child(2) {
  transition-delay: 200ms;
}

.price-item:nth-child(3) {
  transition-delay: 300ms;
}

.price-item:nth-child(4) {
  transition-delay: 400ms;
}

.price-item:nth-child(5) {
  transition-delay: 500ms;
}

.price-item:nth-child(6) {
  transition-delay: 600ms;
}

.price-item:nth-child(7) {
  transition-delay: 700ms;
}

.price-item:nth-child(8) {
  transition-delay: 800ms;
}

.price-item:nth-child(9) {
  transition-delay: 900ms;
}

.price-item:nth-child(10) {
  transition-delay: 1000ms;
}

/* Payment Confirmation */
.payment-confirm {
  transition: all 300ms ease-in 300ms;
}

.payment-confirm-title {
  background: linear-gradient(#f1f1f122, #ffffff22, #ffffff22, #eeeeee22);
  background-color: #ffffffcc;
  padding: 1rem 0.5rem;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  font-size: 1.3rem;
}

.payment-confirm .price-item {
  opacity: 1;
  margin: 2rem auto;
}

.payment-confirm .price-item-body {
  padding-bottom: 0;
}

.discount-code {
  position: relative;
  background: linear-gradient(#f1f1f122, #ffffff22, #ffffff22, #eeeeee22);
  background-color: #ffffffcc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  padding: 0.5rem;
  margin: 2rem auto;
  border-radius: 8px;
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: all 300ms ease-in 300ms;
}

.discount-code button,
.discount-code form,
.discount-message {
  transition: all 200ms linear;
}

#discountBTN > span {
  transition: color 300ms ease-in 300ms;
}

.discount-message,
.discount-code > form {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
}

.discount-code > form {
  padding: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.discount-code .up {
  transform: translateY(-150%);
}

.discount-code .down {
  transform: translateY(150%);
}

.btn-coupon {
  background-color: var(--red);
  color: var(--bs-white);
}

.discount-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.discount-message.fail {
  color: var(--bs-danger);
}

.discount-message.ok > span {
  color: var(--bs-success);
  text-align: center;
  width: 100%;
}

.discount-message.ok > button {
  display: none;
}

.payment-detail li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}

.payment-detail li:last-child {
  border: 0;
}

.payment-gateway {
  display: flex;
  gap: 1rem;
}

.payment-gateway a {
  display: block;
  flex: 1 1 0px;
  position: relative;
  background: linear-gradient(#f1f1f122, #ffffff22, #ffffff22, #eeeeee22);
  background-color: #ffffffcc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  margin: 1rem auto;
  border-radius: 8px;
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: all 300ms ease-in 300ms;
}

.payment-gateway a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.dark-theme .price-item > div,
body.dark-theme .price-item-bg,
body.dark-theme #discountBTN > span,
body.dark-theme .payment-confirm {
  color: #ffffff;
}

body.dark-theme .price-item > div,
body.dark-theme .payment-gateway a,
body.dark-theme .discount-code {
  background-color: #000000aa;
}

body.dark-theme .text-muted {
  color: rgba(173, 181, 189, 0.75);
}

.iflagplus.active img {
  animation: pulse 2s infinite;
}

.iflagplus {
  position: relative;
  display: block;
}

.lockedcountry .ilock {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0 5px;
}

.ilock::before {
  content: " ";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: calc(100% - 40px);
  border-radius: 10px;
}

.ilock::after {
  content: " ";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12 18.5C13.3807 18.5 14.5 17.3807 14.5 16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16C9.5 17.3807 10.6193 18.5 12 18.5Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: calc(100% - 40px);
  border-radius: 10px;
}

@media (max-width: 768px) {
  .ilock::before {
    height: calc(100% - 30px);
  }
}
.home-tile-lock {
  position: relative;
}

.home-tile-lock::after {
  z-index: 10;
  content: url('data:image/svg+xml, <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10" stroke="%23ffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 18.5C13.3807 18.5 14.5 17.3807 14.5 16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16C9.5 17.3807 10.6193 18.5 12 18.5Z" stroke="%23ffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z" stroke="%23ffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  transform-origin: top left;
}

.video_detail > div {
  overflow: hidden;
}

.acpuls {
  animation: pulse 1s infinite;
}

/*# sourceMappingURL=main.css.map */
