@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(to top, rgba(0, 0, 0, 0.42), transparent);
  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;
}

.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, #00000070, transparent);
  border-radius: 8px;
}

.video_detail {
  color: var(--lightBlack);
  margin-top: 3px;
  padding: 0 5px;
}
.video_detail .caption {
  font-size: 20px;
  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: #979797;
  box-shadow: var(--purpe) 0 0 5px;
  background-color: var(--silver);
  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 {
  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;
    bottom: 0;
    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;
    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;
    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;
}

.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;
}

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