/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  background: #181818;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

.container {
  max-width: 1720px;
}

img {
  max-width: 100%;
  height: auto;
}

p, tr td {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: unset;
}

section {
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.dark_bg {
  background: #040d14;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17B0C3;
}

.bold_p {
  font-weight: 700;
}

.owl-theme .owl-nav .owl-next {
  color: #17B0C3;
  text-decoration: none;
}

.owl-theme .owl-nav .owl-next:hover {
  color: #444444;
  background: none;
  text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-] {
  background: no-repeat;
}

.owl-theme .owl-nav .owl-prev {
  color: #444444;
}

/*=====basce css end here=========*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #02baab;
}

/* =====================================
MARGIN TOP
===================================== */
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* =====================================
MARGIN RIGHT,LEFT
===================================== */
.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-80 {
  margin-left: 80px;
}

/* =====================================
MARGIN BOTTOM
===================================== */
.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*===================================== 
PADDING TOP
===================================== */
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-300 {
  padding-top: 300px;
}

/* =====================================
PADDING RIGHT
===================================== */
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/* =====================================
PADDING BOTTOM
===================================== */
.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-300 {
  padding-bottom: 300px;
}

/* =====================================
PADDING LEFT
===================================== */
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* =====================================
1.3. PAGE SECTION PADDING
===================================== */
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.p-100 {
  padding: 100px;
}

/* =====================================
1.4. PAGE SECTION MARGIN
===================================== */
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mr-60 {
  margin: 0px 60px 0px 0px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  background-color: #181818;
  color: white;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  margin: 0px auto;
}

header {
  background-color: black;
  padding: 10px 0px;
  color: #848484;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
}

.logo-text {
  font-size: 24px;
}

.d-flex {
  display: flex;
}

.ac {
  align-items: center;
}

nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
nav ul li {
  list-style: none;
  padding: 0px 20px;
}
nav ul li a {
  color: #848484;
  text-decoration: none;
}
nav ul li img {
  width: 26px;
}

.version {
  font-size: 13px;
}

.logo img {
  height: 65px;
  margin-right: 29px;
}

.main {
  background-color: #1f1f1f;
  padding: 20px;
}
.main a {
  color: #848484;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.poster {
  width: 100%;
}

p {
  line-height: 29px;
  color: white;
}

h1 {
  color: white;
}

.text-center {
  text-align: Center;
}

.sub {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 2em;
}

iframe {
  width: 100% !important;
}

.right {
  text-align: right;
}

.tabouter {
  display: flex;
}
.tabouter a {
  cursor: pointer;
  background-color: #171e26;
  padding: 11px 40px;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #797d86;
  text-transform: uppercase;
}

.tabLeft {
  margin-left: 30%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid black;
  border-radius: 2px;
}

.tabRight {
  margin-right: 30%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid black;
  border-radius: 2px;
}

.sh {
  height: 284px;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  padding: 20px 0px;
}
main .body_area {
  background: #0d0d0d;
  border: 2px solid #4c4e52;
  height: 82vh;
  overflow: hidden;
}
main .body_area .tab_menu {
  margin-bottom: 20px;
}
main .body_area .tab_menu .nav-tabs {
  background: transparent;
  border-bottom: transparent;
}
main .body_area .tab_menu .nav-tabs .nav-link.active {
  border: 2px solid #ffffff;
}
main .body_area .tab_menu .nav-tabs .nav-link {
  background: #4c4e52;
  color: #ffffff;
  border-radius: 0px;
  margin: 0px 1px;
  font-size: 20px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #4c4e52;
}
main .body_area .tab-content .left_sidepane .search_weapons {
  padding-right: 10px;
}
main .body_area .tab-content .left_sidepane .search_weapons input {
  width: 100%;
  margin-bottom: 20px;
  background-image: url("../img/hunt-show-down/arsenal/techtree/searchicon_v2.png");
  background-size: 20px;
  background-position: 98% 8px;
  background-repeat: no-repeat;
  border: 0;
  padding: 5px;
  color: #ffffff;
  background-color: #848484;
}
main .body_area .tab-content .left_sidepane .result_weapons {
  height: 66vh;
  flex-direction: column;
  overflow: auto;
  flex-wrap: nowrap;
  padding-right: 10px;
}
main .body_area .tab-content .left_sidepane .result_weapons::-webkit-scrollbar {
  width: 8px;
}
main .body_area .tab-content .left_sidepane .result_weapons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #383838;
}
main .body_area .tab-content .left_sidepane .result_weapons::-webkit-scrollbar-thumb {
  background-color: #4c4e52;
  outline: 1px solid slategrey;
  border-radius: 50px;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img a {
  border: 2px solid transparent;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img a.active {
  border: 2px solid #e1e1e1;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_img_area {
  position: relative;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_img_area .img_rs {
  height: 150px;
  width: 100%;
  background-color: #3b3b3b;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_img_area .img_rs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_img_area .img_star {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_img_area .img_star img {
  height: 100%;
  position: absolute;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_img_area .img_lock {
  position: absolute;
  width: 21px;
  height: 32px;
  bottom: 10px;
  left: 10px;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_img_area .img_lock img {
  position: absolute;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_contentarea {
  display: flex;
  justify-content: space-between;
  background: #4c4e52;
  padding: 6px 10px;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_contentarea p {
  flex: 1;
  line-height: 38px;
  margin: 0px;
  text-transform: capitalize;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_contentarea .rs_point {
  display: flex;
  align-items: center;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_contentarea .rs_point h3 {
  text-transform: capitalize;
  margin: 0;
  font-size: 20px;
  margin-right: 10px;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_contentarea .rs_point .img_point {
  width: 35px;
  height: 35px;
  line-height: 1;
}
main .body_area .tab-content .left_sidepane .result_weapons li.result_img.hide .rs_contentarea h3 {
  color: #c8c8c8;
}
main .body_area .tab-content .right_panes .first_hero.list_box {
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
}
main .body_area .tab-content .right_panes .first_hero.list_box ul {
  position: relative;
}
main .body_area .tab-content .right_panes .first_hero.list_box ul::before {
  position: absolute;
  content: "";
  width: 5px;
  height: calc(100% + 36px);
  right: 33px;
  bottom: 100%;
  background: #777777;
  transform: translate(0, 48px);
}
main .body_area .tab-content .right_panes .first_hero.list_box ul::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 100%;
  background-image: url("../img/hunt-show-down/arsenal/techtree/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 100%;
  transform: translate(0px, -10px) rotateY(180deg);
}
main .body_area .tab-content .right_panes .first_hero.list_box ul li {
  padding-right: 60px;
  position: relative;
}
main .body_area .tab-content .right_panes .first_hero.list_box ul li::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-image: url("../img/hunt-show-down/arsenal/techtree/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
  top: 0;
  transform: translate(0, 50%) rotate(180deg);
}
main .body_area .tab-content .right_panes .first_hero.list_box ul li .box {
  display: block;
  border: 2px solid #e1e1e1;
}
main .body_area .tab-content .right_panes .first_hero.list_box ul li .box p {
  margin: 0px;
  padding: 2px 4px;
  line-height: 22px;
}
main .body_area .tab-content .right_panes .list_box {
  display: inline-block;
}
main .body_area .tab-content .right_panes .list_box ul {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
main .body_area .tab-content .right_panes .list_box ul li {
  padding-right: 60px;
}
main .body_area .tab-content .right_panes .list_box ul li:last-child .boxarea::before {
  display: none;
}
main .body_area .tab-content .right_panes .list_box ul li .boxarea {
  position: relative;
  z-index: 5;
  display: block;
  margin-bottom: 30px;
  border: 2px solid #e1e1e1;
}
main .body_area .tab-content .right_panes .list_box ul li .boxarea::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-image: url("../img/hunt-show-down/arsenal/techtree/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -50px;
  top: 0;
  transform: translate(0, 50%) rotate(180deg);
}
main .body_area .tab-content .right_panes .list_box ul li .boxarea .img_title {
  width: 140px;
  height: 80px;
}
main .body_area .tab-content .right_panes .list_box ul li .boxarea .img_title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .body_area .tab-content .right_panes .list_box ul li .boxarea p {
  margin: 0px;
  padding: 2px 4px;
  line-height: 22px;
}
main .body_area .tab-content .right_panes .list_box ul li .box_small {
  width: 100px;
  margin: 0px auto;
  border: 2px solid #e1e1e1;
  position: relative;
}
main .body_area .tab-content .right_panes .list_box ul li .box_small::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/hunt-show-down/arsenal/techtree/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 50%;
  top: -15px;
  transform: translate(50%, -50%) rotate(-90deg);
}
main .body_area .tab-content .right_panes .list_box ul li .box_small .img_title {
  width: 100%;
  height: 55px;
}
main .body_area .tab-content .right_panes .list_box ul li .box_small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .body_area .tab-content .right_panes .list_box ul li .box_small p {
  margin: 0px;
  padding: 0px 2px;
  font-size: 14px;
  line-height: 22px;
}
main .body_area .tab-content .right_panes .mosin_structure {
  background: #494949;
  padding: 20px;
  border: 2px solid #e1e1e1;
  height: 71vh;
  overflow: auto;
}
main .body_area .tab-content .right_panes .mosin_structure .mosin_flex {
  display: flex;
}
main .body_area .tab-content .right_panes .mosin_structure::-webkit-scrollbar {
  width: 8px;
}
main .body_area .tab-content .right_panes .mosin_structure::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
main .body_area .tab-content .right_panes .mosin_structure::-webkit-scrollbar-thumb {
  background-color: #27282b;
  outline: 1px solid rgb(70, 70, 71);
  border-radius: 50px;
}
main .body_area .tab-content .right_panes .weapon_list {
  background: #494949;
  padding: 20px;
  border: 2px solid #e1e1e1;
  height: 71vh;
  overflow: auto;
}
main .body_area .tab-content .right_panes .weapon_list::-webkit-scrollbar {
  width: 8px;
}
main .body_area .tab-content .right_panes .weapon_list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
main .body_area .tab-content .right_panes .weapon_list::-webkit-scrollbar-thumb {
  background-color: #27282b;
  outline: 1px solid rgb(70, 70, 71);
  border-radius: 50px;
}
main .body_area .tab-content .right_panes .weapon_list ul {
  display: inline-block;
  padding-right: 80px;
  position: relative;
}
main .body_area .tab-content .right_panes .weapon_list ul::before {
  position: absolute;
  content: "";
  left: calc(100% - 10px);
  top: 0;
  background-image: url("../img/hunt-show-down/arsenal/techtree/arrow.png");
  background-repeat: no-repeat;
  width: 60px;
  background-size: cover;
  height: 55px;
  transform: translate(-100%, 50%) rotate(-180deg);
  z-index: 5;
}
main .body_area .tab-content .right_panes .weapon_list ul.arrow::before {
  display: none;
}
main .body_area .tab-content .right_panes .weapon_list ul.arrow li {
  position: relative;
  margin-bottom: 25px;
  border: 2px solid transparent;
}
main .body_area .tab-content .right_panes .weapon_list ul.arrow li::after {
  position: absolute;
  content: "";
  right: -70px;
  top: 0;
  background-image: url("../img/hunt-show-down/arsenal/techtree/arrow.png");
  background-repeat: no-repeat;
  width: 60px;
  background-size: cover;
  height: 55px;
  transform: translate(0%, 50%) rotate(-180deg);
  z-index: 5;
}
main .body_area .tab-content .right_panes .weapon_list ul.arrow li::before {
  display: none;
}
main .body_area .tab-content .right_panes .weapon_list ul.arrow.last li:first-child:after {
  display: none;
}
main .body_area .tab-content .right_panes .weapon_list ul:last-child {
  padding-right: 0px;
}
main .body_area .tab-content .right_panes .weapon_list ul:last-child::before {
  display: none;
}
main .body_area .tab-content .right_panes .weapon_list ul li {
  position: relative;
  z-index: 5;
  display: block;
  border: 2px solid #e1e1e1;
  margin-bottom: 60px;
}
main .body_area .tab-content .right_panes .weapon_list ul li:last-child {
  margin-bottom: 0px;
}
main .body_area .tab-content .right_panes .weapon_list ul li:last-child::before {
  display: none;
}
main .body_area .tab-content .right_panes .weapon_list ul li::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -60px;
  background-image: url("../img/hunt-show-down/arsenal/techtree/arrow.png");
  background-repeat: no-repeat;
  width: 60px;
  background-size: cover;
  height: 60px;
  transform: translate(-50%, 0) rotate(-90deg);
  z-index: 5;
}
main .body_area .tab-content .right_panes .weapon_list ul li .weapon_image {
  position: relative;
  background: #3b3939;
}
main .body_area .tab-content .right_panes .weapon_list ul li .weapon_image .list_gun_img {
  height: 82px;
  width: 156px;
}
main .body_area .tab-content .right_panes .weapon_list ul li .weapon_image .list_gun_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .body_area .tab-content .right_panes .weapon_list ul li .weapon_image .list_gun_lock {
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 5px;
  left: 5px;
}
main .body_area .tab-content .right_panes .weapon_list ul li .weapon_image .list_gun_lock img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .body_area .tab-content .right_panes .weapon_list ul li .gun_detail {
  background: #4c4e52;
  padding: 0px 6px;
}
main .body_area .tab-content .right_panes .weapon_list ul li .gun_detail p {
  margin: 0px;
  line-height: 24px;
}/*# sourceMappingURL=style.css.map */
