* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #ececec;
  position: relative;
}

.shop {
  width: 400px;
  min-width: 300px;
  height: 190px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: radial-gradient(circle at center, #4a4a4a, #3b3b3b);
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  cursor: default;
}

.shop .shop_menu {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #302f2f;
  padding: 5px 0;
}

.shop .shop_menu button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.shop .shop_menu button img {
  height: 100%;
  pointer-events: none;
}

.shop .shop_menu button .button_title {
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  pointer-events: none;
}

.shop .shop_content {
  width: calc(100% - 50px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
}

.shop .shop_content_head {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.shop .shop_content_head .head_title {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  color: #fff;
}

.shop .shop_content_head .head_coin {
  width: calc(100% - 100px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shop .shop_content_head .head_coin .input_coin {
  min-width: 50px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  border: 2px solid #302f2f;
  border-radius: 5px;
  background-color: #393838;
}

.shop .shop_content_head .head_coin .input_coin .input_coin_left {
  width: 22px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #302f2f;
}

.shop .shop_content_head .head_coin .input_coin .input_coin_left img {
  height: 70%;
}

.shop .shop_content_head .head_coin .input_coin .input_coin_value {
  min-width: calc(100% - 22px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  color: #fff;
  padding: 0 5px;
}

.shop .shop_content_war {
  width: 100%;
  height: 15px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #b0b0b0;
}

.shop .shop_content .container_article {
  width: 100%;
  height: calc(100% - 50px);
  margin-top: 10px;
  overflow-y: scroll;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (60px)[5];
      grid-template-columns: repeat(5, 60px);
  -ms-grid-rows: (70px)[1];
      grid-template-rows: repeat(1, 70px);
  gap: 10px;
  position: relative;
}

.shop .shop_content .container_article .case {
  width: 60px;
  height: 70px;
  background-color: #393838;
  border: 1px solid #302f2f;
  border-radius: 5px;
  cursor: pointer;
}

.shop .shop_content .container_article .case button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 2px;
  position: relative;
  background-color: transparent;
  border: none;
  pointer-events: none;
}

.shop .shop_content .container_article .case button .image {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.shop .shop_content .container_article .case button .image img {
  height: 100%;
}

.shop .shop_content .container_article .case button .detail {
  width: 100%;
  height: 20px;
  background-color: #222121;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0 0 5px 5px;
}

.shop .shop_content .container_article .case button .detail img {
  height: 55%;
  margin-right: 3px;
}

.shop .shop_content .container_article .case_border {
  border: 2px solid #05ff00 !important;
}

.shop .shop_content .container_article::-webkit-scrollbar {
  display: none;
}

.war {
  width: 400px;
  min-width: 300px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 0.75rem;
  text-transform: uppercase;
  background-color: #444444;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #fff;
  cursor: default;
}

.war svg {
  margin-right: 5px;
}

.call_container {
  width: 400px;
  min-width: 300px;
  background: radial-gradient(circle at center, #4a4a4a, #3b3b3b);
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.call_container .content_pseudo {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: default;
}

.call_container .content_pseudo .badge {
  width: 27px;
  height: 27px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.call_container .content_pseudo .badge img {
  height: 100%;
}

.call_container .content_pseudo .pseudo {
  font-size: 1.3rem;
  color: #fff;
}

.call_container .content_time {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.5rem;
  margin: 10px 0;
  cursor: default;
}

.call_container .info_call {
  width: 100%;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
  background-color: #28c76f;
  border: 2px solid #21ac5f;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: default;
  -webkit-animation: pulse_info 2s infinite;
          animation: pulse_info 2s infinite;
}

.call_container .info_call_error {
  width: 100%;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
  background-color: #c72828;
  border: 2px solid #ac2121;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: default;
  -webkit-animation: pulse_info 2s infinite;
          animation: pulse_info 2s infinite;
}

.call_container .info_call_stop {
  width: 100%;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
  background-color: #c78228;
  border: 2px solid #ac7021;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: default;
  -webkit-animation: pulse_info 2s infinite;
          animation: pulse_info 2s infinite;
}

.call_container .content_action {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.call_container .content_action button {
  height: 100%;
  background-color: transparent;
  border: none;
}

.call_container .content_action button img {
  height: 100%;
  cursor: pointer;
}

.call_container .content_action .button-animation {
  -webkit-animation: pulse_call 2s infinite;
          animation: pulse_call 2s infinite;
}

.call_container .content_recharge {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.call_container .content_recharge button {
  width: 200px;
  height: 27px;
  background-color: #ff9500;
  border: 2px solid #e68900;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fffde8;
  cursor: pointer;
}

.call_container .content_recharge button:hover {
  background-color: #e07b00;
}

.container_recharge {
  width: 100%;
  height: 100vh;
  background-color: #000000ab;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container_recharge .box_recharge {
  width: 400px;
  min-width: 300px;
  min-height: 100px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  cursor: default;
}

.container_recharge .box_recharge .await_url {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container_recharge .box_recharge .await_url .loader-circle {
  display: inline-block;
  width: 4em;
  height: 4em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: 0.2em solid #414141;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
          animation: 1s loader linear infinite;
  position: relative;
}

.container_recharge .box_recharge .await_url .loader-text {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container_recharge .box_recharge .error_url {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.container_recharge .box_recharge .error_url .image_error {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.container_recharge .box_recharge .error_url .image_error img {
  height: 100%;
}

.container_recharge .box_recharge .error_url .text_error {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container_recharge .box_recharge .error_url .quit_box {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #d80e0e;
  cursor: pointer;
}

.container_recharge .box_recharge .error_url .quit_box svg {
  pointer-events: none;
}

.container_recharge .box_recharge .valid_url {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.container_recharge .box_recharge .valid_url .image_promo {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.container_recharge .box_recharge .valid_url .image_promo img {
  height: 100%;
}

.container_recharge .box_recharge .valid_url .text_promo {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd280), to(#ffb84c));
  background: linear-gradient(90deg, #ffd280, #ffb84c);
  -webkit-animation: pulse_promo 1s infinite;
          animation: pulse_promo 1s infinite;
}

.container_recharge .box_recharge .valid_url .text_basic {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd280), to(#ffb84c));
  background: linear-gradient(90deg, #ffd280, #ffb84c);
}

.container_recharge .box_recharge .valid_url .text_badge {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 10px;
  font-weight: bold;
}

.container_recharge .box_recharge .valid_url .promotion_button {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container_recharge .box_recharge .valid_url .promotion_button button {
  width: 200px;
  height: 27px;
  background-color: #ff9500;
  border: 2px solid #e68900;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fffde8;
  cursor: pointer;
  -webkit-animation: pulse_promo 2s infinite;
          animation: pulse_promo 2s infinite;
}

.container_recharge .box_recharge .valid_url .promotion_button button:hover {
  background-color: #e07b00;
}

.container_recharge .box_recharge .valid_url .quit_box {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #d80e0e;
  cursor: pointer;
}

.container_recharge .box_recharge .valid_url .quit_box svg {
  pointer-events: none;
}

.window_webrtc {
  width: 400px;
  min-width: 300px;
  min-height: 195px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  cursor: default;
}

.window_webrtc .logo {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.window_webrtc .logo img {
  height: 100%;
}

.window_webrtc .information {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  margin: 20px 0;
  color: #222;
  font-weight: bold;
}

.window_webrtc .content_list {
  width: 100%;
  min-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.window_webrtc .container_action {
  width: 100%;
  min-height: 30px;
  margin-top: 30px;
}

.window_webrtc .container_action .container_button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.window_webrtc .container_action .container_button button {
  width: 150px;
  height: 25px;
  background-color: #28c76f;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #21ac5f;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.75rem;
}

.window_webrtc .container_action .container_button button:hover {
  background-color: #20a25b;
}

.window_webrtc .container_action .container_loader {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.window_webrtc .container_action .container_loader .loader-circle {
  display: inline-block;
  width: 2em;
  height: 2em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: 0.2em solid #414141;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
          animation: 1s loader linear infinite;
  position: relative;
}

.window_webrtc .container_action .container_end {
  width: 100%;
  min-height: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
  margin-bottom: 10px;
}

.window_webrtc .container_action .container_end .end_title {
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}

.window_webrtc .container_action .container_end .raport {
  width: 100%;
  min-height: 20px;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin: 20px 0;
}

.window_webrtc .container_action .container_end .solution {
  width: 100%;
  min-height: 20px;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.window_webrtc .container_action .container_end .avis {
  width: 100%;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.window_webrtc .container_action .end_red {
  background-color: #f39090;
  border: 2px solid #e76c6c;
  color: #000000;
}

.window_webrtc .container_action .end_green {
  background-color: #b4f390;
  border: 2px solid #9ef589;
  color: #000;
}

.window_nomicro {
  width: 400px;
  min-width: 300px;
  min-height: 380px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  cursor: default;
}

.window_nomicro .logo {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.window_nomicro .logo img {
  height: 100%;
}

.window_nomicro .information {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 20px 0;
  color: #222;
}

.window_nomicro .form_micro {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.window_nomicro .form_micro label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.window_nomicro .form_micro .input_select {
  width: 100%;
  height: 28px;
  border-radius: 5px;
  border: 2px solid #fbac5b7a;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
}

.window_nomicro .form_micro .input_select .content_options_select {
  width: calc(100% + 4px);
  min-height: 30px;
  position: absolute;
  top: 23px;
  left: -2px;
  background-color: #fff;
  border-left: 2px solid #fbac5b7a;
  border-right: 2px solid #fbac5b7a;
  border-bottom: 2px solid #fbac5b7a;
  border-radius: 0 0 5px 5px;
  z-index: 5;
  padding: 5px;
}

.window_nomicro .form_micro .input_select .content_options_select .case {
  width: 100%;
  height: 25px;
  font-size: 0.7rem;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.window_nomicro .form_micro .input_select .content_options_select .case:hover {
  background-color: #fbac5b7a;
}

.window_nomicro .form_micro .input_select .input_select_name {
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  overflow: hidden;
  font-size: 0.7rem;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.window_nomicro .form_micro .input_select .input_select_svg {
  width: 5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.window_nomicro .container_view {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  background-color: #fff;
  border: 2px solid #cf719c8a;
  border-radius: 5px;
  overflow: hidden;
}

.window_nomicro .notif {
  width: 100%;
  min-height: 30px;
  height: auto;
  margin-top: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  text-align: center;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.window_nomicro .notif .notif_message {
  margin-left: 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.window_nomicro .notif_orange {
  border: 2px solid #ffa5004f;
  background-color: #ffd17d;
  color: #2e2e2e;
}

.window_nomicro .content_button {
  width: 100%;
  height: 27px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.window_nomicro .content_button button {
  width: 200px;
  height: 27px;
  background-color: #28c76f;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #21ac5f;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.75rem;
}

.window_notif_nomicro {
  width: 100%;
  height: 100vh;
  background-color: #000000ab;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.window_notif_nomicro .notif_container {
  width: 400px;
  min-height: 150px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  cursor: default;
}

.window_notif_nomicro .notif_container .logo_error {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}

.window_notif_nomicro .notif_container .logo_error img {
  height: 100%;
}

.window_notif_nomicro .notif_container .message_error {
  width: 100%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.4;
}

.window_notif_nomicro .notif_container .content_button {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.window_notif_nomicro .notif_container .content_button button {
  width: 150px;
  height: 25px;
  background-color: #28c76f;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #21ac5f;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.75rem;
}

.window_notif_nomicro .notif_container .content_button button:hover {
  background-color: #20a25b;
}

.window_error_call {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000b8;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.window_error_call .container {
  width: 600px;
  min-width: 300px;
  min-height: 20px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  cursor: default;
}

.window_error_call .container .logo {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.window_error_call .container .logo img {
  height: 100%;
}

.window_error_call .container .title {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
}

.window_error_call .container .content_option {
  width: 100%;
  min-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.window_error_call .container .content_option .option {
  width: 100%;
  min-height: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.window_error_call .container .ok_error {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.window_error_call .container .ok_error button {
  width: 165px;
  height: 28px;
  background-color: #28c76f;
  border: 2px solid #21ac5f;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer;
}

.window_error_call .container .ok_error button:hover {
  background-color: #21ac5f;
}

.content_producer {
  width: 400px;
  min-width: 300px;
  min-height: 50px;
  margin-top: 10px;
  background: radial-gradient(circle at center, #4a4a4a, #3b3b3b);
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  cursor: default;
}

.content_producer .head_producer {
  width: 100%;
  height: 25px;
  background-color: #302f2f;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.content_producer .container_list {
  width: 100%;
  min-height: 30px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  color: #8a8a8a;
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.content_producer .container_list .item {
  width: 100%;
  height: 25px;
  border-radius: 5px;
  border: 2px solid #302f2f;
  background-color: #393838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

.content_producer .container_list .item .icon {
  width: 25px;
  height: 100%;
  background-color: #302f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_producer .container_list .item .icon img {
  height: 80%;
}

.content_producer .container_list .item .pseudo {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.65rem;
  margin-left: 5px;
}

.content_producer .container_list .item-speack {
  border-color: #43b581;
}

.http_error {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: red;
}

.new_http_error {
  width: 400px;
  min-width: 300px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
}

.new_http_error .error_title {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 2rem;
}

.new_http_error .sub_title {
  width: 100%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1.5;
}

.new_http_error .discord {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: 30px;
}

.new_http_error .discord img {
  height: 100%;
  cursor: pointer;
}

.new_http_error .error_action {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.new_http_error .error_action button {
  width: 190px;
  height: 35px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 5px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fbac5b), color-stop(51%, #c766a9), to(#fbac5b));
  background: linear-gradient(to right, #fbac5b 0%, #c766a9 51%, #fbac5b 100%);
  border: none;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
}

.new_http_error .error_action button:hover {
  background-position: right center;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse_call {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse_call {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse_promo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse_promo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes pulse_info {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse_info {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 420px) {
  body {
    padding: 0 10px;
  }
  .war {
    width: calc(100% - 20px);
  }
  .call_container {
    width: calc(100% - 20px);
  }
  .shop {
    width: calc(100% - 20px);
  }
  .shop .shop_content .container_article {
    -ms-grid-columns: (60px)[4];
        grid-template-columns: repeat(4, 60px);
  }
  .container_recharge .box_recharge {
    width: calc(100% - 20px);
  }
  .content_producer {
    width: calc(100% - 20px);
  }
  .window_error_call {
    padding: 10px;
  }
  .window_error_call .container {
    width: 100%;
  }
}
/*# sourceMappingURL=user.css.map */