.error {
    border: 0;
    background: #A40716;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    border: none; 
    box-shadow: 0 2px 20px rgba(0,0,0,0.5);
    padding: 14px 10px;
    width: 290px;
    outline: none;
    color: #FFFFFF;
    border-radius: 14px;
    transition: 0.25s;
}

.visible {
  display: block !important;
}

/* Google Fonts Import Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.discolor {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.sold_color {
  -webkit-filter: hue-rotate(43deg);
  -moz-filter: hue-rotate(43deg);
  -ms-filter: hue-rotate(43deg);
  -o-filter: hue-rotate(43deg);
  filter: hue-rotate(43deg);
}

.green_icon {
  background: linear-gradient(180deg, #30744075, transparent) !important;
}

.red_icon {
  background: linear-gradient(180deg, #74303075, transparent) !important;
}

.red {
  -webkit-filter: invert(44%) sepia(25%) saturate(3865%) hue-rotate(334deg) brightness(84%) contrast(100%);
  -moz-filter: invert(44%) sepia(25%) saturate(3865%) hue-rotate(334deg) brightness(84%) contrast(100%);
  -ms-filter: invert(44%) sepia(25%) saturate(3865%) hue-rotate(334deg) brightness(84%) contrast(100%);
  -o-filter: invert(44%) sepia(25%) saturate(3865%) hue-rotate(334deg) brightness(84%) contrast(100%);
  filter: invert(44%) sepia(25%) saturate(3865%) hue-rotate(334deg) brightness(84%) contrast(100%);
  filter: invert(44%) sepia(25%) saturate(3865%) hue-rotate(334deg) brightness(84%) contrast(100%); /* IE 6-9 */
}

.blue {
  -webkit-filter: invert(69%) sepia(55%) saturate(4364%) hue-rotate(182deg) brightness(91%) contrast(93%);
  -moz-filter: invert(69%) sepia(55%) saturate(4364%) hue-rotate(182deg) brightness(91%) contrast(93%);
  -ms-filter: invert(69%) sepia(55%) saturate(4364%) hue-rotate(182deg) brightness(91%) contrast(93%);
  -o-filter: invert(69%) sepia(55%) saturate(4364%) hue-rotate(182deg) brightness(91%) contrast(93%);
  filter: invert(69%) sepia(55%) saturate(4364%) hue-rotate(182deg) brightness(91%) contrast(93%);
  filter: invert(69%) sepia(55%) saturate(4364%) hue-rotate(182deg) brightness(91%) contrast(93%); /* IE 6-9 */
}

.validation_status {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 32px !important;
  margin-top: 0.2142857rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--tblr-border-width) solid var(--tblr-border-color-translucent);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.validation_status_is_valid {
  background: rgb(0 215 111 / 60%) !important;
}

.validation_status_is_invalid {
  background: #d63939 !important;
}

.validation_status_is_undefined {
  background: #a4abb9 !important;
}

.validation_status_is_notchecked {
  background: #6d9eeb !important;
}



.dbl-spinner_blue {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid transparent;
  border-top: 2px solid #03A9F4;
  border-left: 2px solid #03A9F4;
  -webkit-animation: 2s spin linear infinite;
  animation: 1s spin linear infinite;
}
   
.dbl-spinner_white {
  position: relative;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-animation: 2s spin linear infinite;
  animation: 0.7s spin linear infinite;
}

.spinner_block_center_div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 125px;
}

.not_found_text {
  color: #3b3b3bdb;
  font-size: 21px;
}

/* .dbl-spinner {
  border: 4px solid transparent;
  border-right: 4px solid #03A9F4;
  border-bottom: 4px solid #03A9F4;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
} */

@-webkit-keyframes spin {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
        
@keyframes spin {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.table-responsive {
  /* min-height: 328px; */
  min-height: 550px;
}

.center_th_text thead tr th {
  text-align: center;
}

.image_td {
  min-width: 46px;
}

.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #161526;
  z-index: 100;
  transition: all 0.5s ease;
}
.sidebar.close{
  width: 78px;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:hover{
  background: #11101d;
}
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
  display: block
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
  white-space: nowrap;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #11101d;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #11101d;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #11101d;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}

body {
  background: #f6f6f6;
  margin: 0;
}

.home-section{
  position: relative;
  /* background: #E4E9F7; */
  /* background: #f6f6f6; */
  /* margin: 0; */
  /* height: 300vh; */
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .home-content{
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #161526;
  font-size: 35px;
}
.home-section .home-content .bx-menu{
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}

.left_text{ 
  text-align: left;
}

.slick-list {
	padding-top: 40px;
	padding-bottom: 40px
}

.slick-next,
.slick-prev {
	/* height: 20px;
	width: 11px; */
	height: 500px;
	width: 90px;
	display: block;
	opacity: .7;
	transition: all .3s ease
}

.slick-next:hover,
.slick-prev:hover {
	opacity: 1
}

.slick-next:before,
.slick-prev:before {
	display: none
}

.slick-prev {
	background: url(../images/dashboard/arrow-left.svg) center no-repeat;
	left: -60px;
}

.slick-next {
	background: url(../images/dashboard/arrow-right.svg) center no-repeat;
	right: -60px;
}

/*  */

.api_key_checkbox {
  margin-top: 20px;
  display: inline-block;    
  height: 28px;    
  line-height: 28px;  
  margin-right: 10px;      
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;	
}
.api_key_checkbox .checkbox-api_key-switch {
position: relative;	
display: inline-block;
box-sizing: border-box;			
width: 56px;	
height: 28px;
border: 1px solid #bdd0fb;
border-radius: 25%/50%;	
vertical-align: top;
background: #eff4fa;
transition: .4s;
}
.api_key_checkbox .checkbox-api_key-switch:before {
content: '';
position: absolute;
top: 1px;
left: 1px;	
display: inline-block;
width: 24px;	
height: 24px;
border-radius: 50%;
background: white;
box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
transition: .4s;
}
.api_key_checkbox input[type=checkbox] {
display: block;	
width: 0;
height: 0;	
position: absolute;
z-index: -1;
opacity: 0;
}
.api_key_checkbox input[type=checkbox]:not(:disabled):active + .checkbox-api_key-switch:before {
box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.api_key_checkbox input[type=checkbox]:checked + .checkbox-api_key-switch {
background: #3498dbc9;
}
.api_key_checkbox input[type=checkbox]:checked + .checkbox-api_key-switch:before {
transform:translateX(28px);
}

/* Hover */
.api_key_checkbox input[type="checkbox"]:not(:disabled) + .checkbox-api_key-switch {
cursor: pointer;
/* border-color: rgba(0, 0, 0, .3); */
}

/* Disabled */
/* .api_key_checkbox input[type=checkbox]:disabled + .checkbox-api_key-switch {
filter: grayscale(70%);
border-color: rgba(0, 0, 0, .1);
}
.api_key_checkbox input[type=checkbox]:disabled + .checkbox-api_key-switch:before {
background: #eee;
} */


.refresh_btn {
    height: 25px;
    width: 25px;
    display: flex;
    background: url(../images/refresh.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: all 0s ease;
}

/* .refresh_btn:hover {
  transform: rotate(60deg);
  transition: all 0.2s ease;
} */


.refresh_btn.active {
  transform: rotate(360deg);
  transition: all 0.5s ease;
}


/* page-navs */


.orders_sorter {
  width: 960px !important;
  top: 0px !important;
  margin-top: 20px;
  margin-left: 0px !important;
}

.orders_sorter_item {
  /* margin-right: 40px; */
  font-size: 14px;
}

.orders_sorter_item p {
  font-size: 18px !important;
  font-weight: 500;
}

.page_sorter {
  /* position: relative; */
  /* margin-left: 230px; */
  margin-top: 8px;
  /* max-width: 400px; */
  /* min-width: 400px; */
  /* margin-left: auto; */
  /* margin-right: 10px; */
  /* display: flex; */
  /* margin-right: 50px; */
  position: relative;
  margin-left: auto;
  margin-right: 10px;
  max-width: 800px;
}

.page_button {
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  /* background: #6099fa; */
  /* background: white; */
  /* background: #3498db; old*/ 
  border: 1px solid #EAEAFC;
  border-radius: 6px;
  background: none;
  height: 40px;
  width: 40px;
  /* background: -webkit-gradient(linear, left top, right top, from(#59CBFF), to(#009FE7)); */
  /* background: -o-linear-gradient(left, #59CBFF 0%, #009FE7 100%); */
  /* background: linear-gradient(90deg, #59CBFF 0%, #009FE7 100%); */
  /* color: white; */
  padding: 7px 0;
  /* color: rgba(255, 255, 255, 1); */
  color: #000;
  margin: 0 4px;
  transition: all 0.2s ease;
  outline: none;
  /* box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2); */
}

.page_button:hover {
  color: #fff;
  /* background: #fff; */
  /* border-radius: 2px; */
  /* border: none; */
  background: #EAEAFC;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page_button_active {
  text-align: center;
  font-size: 16px;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  color: #fff;
  /* background-color: #fff; */
  background: linear-gradient(111.34deg, #2faeff 0, #4188ff 100%);
  border-radius: 6px;
  outline: none;
  border: none;
  cursor: pointer;
}


.orders_sorter_active {
  background-color: #6099fa;
  border-radius: 18px;
  padding: 4px 8px;
  padding-bottom: 0px;
  color: white;
  display: inline-block;
}

.orders_sorter_active {
  margin-left: 5px;
  max-height: 20px;
  margin-top: 5px;
}

.fees_sorter_item img {
  width: 32px;
  cursor: pointer;
}

.orders_sorter_text {
  height: 35px;
}

.fees_sorter_body {
  position: relative;
  top: 15px;
  left: 20px;
  margin-right: 40px;
}

.orders_sorter_body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown span {
  z-index: 110px;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.default_button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu a {
  text-decoration: none;
  color: #000;
}

.dd-menu a:hover {
  text-decoration: none;
  color: #000;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


/*  */

.popup_cont_body hr {
  /* padding: 0 20px; */
  width: 100%;
  margin-top: 15px;
  position: relative;
  background: #f4f6fa;
  border: none;
  height: 2px;
  /* right: 35px; */
}

.popup-done {
  display: none;
}

.popup-fail {
  display: none;
}

.popup-fade {
  display: none;
}

.popup-fade_d {
  display: none;
}

.popup-fade_i {
  display: none;
}

.popup-fade::before {
  content: "";
  background: rgb(0, 0, 0);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}

.popup-fade_d::before {
  content: "";
  background: rgb(0, 0, 0);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}

.popup-fade_i::before {
  content: "";
  background: rgb(0, 0, 0);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}

.popup {
  position: fixed;
  top: 7%;
  left: 49%;
  max-width: 475px;
  width: 100%;
  margin-left: -200px;
  background: #ffffff;
  border-radius: 8px;
  z-index: 99999;
  opacity: 1;
  height: auto;
  padding: 20px 35px 50px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  color: rgb(83, 98, 112);
}

.popup_d {
  position: absolute;
  top: 7%;
  /* left: 49%; */
  max-width: 475px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* margin-left: -200px; */
  background: rgb(255, 255, 255);
  border-radius: 8px;
  z-index: 99999;
  opacity: 1;
  height: auto;
  padding: 20px 35px 50px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  color: rgb(83, 98, 112);
}

.popup_i {
  position: fixed;
  top: 7%;
  left: 49%;
  width: 475px;
  margin-left: -200px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  z-index: 99999;
  opacity: 1;
  height: auto;
  padding: 20px 35px 40px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  color: #536270;
}

.popup-close {
  position: absolute;
  top: -15px;
  left: 455px;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
  box-shadow: rgba(99, 108, 110, 0.44) 0px 4px 4px;
}

.popup-close img {
  width: 40%;
  position: relative;
  top: -2px;
}

.popup-close_i img {
  width: 40%;
  position: relative;
  top: -unset;
}

.popup-close_d img {
  width: 40%;
  position: relative;
  top: 0px;
}

.popup-close_d, .popup-close_i {
  position: absolute;
  top: -15px;
  left: 455px;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.popup-close_d:hover, .popup-close_i:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.14);
  transition: 0.2s ease;
}

.popup_doc_links {
  text-align: center;
  margin-top: 35px;
}

.popup_doc_links>p {
  margin-bottom: 10px;
  color: rgb(99, 122, 220);
}

.popup_doc_links>p>a {
  color: rgb(99, 122, 220);
}

.popup_cont_body {
  text-align: left;
}

.popup_documents {
  text-align: center;
}

.popup_cont_title {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 23px;
  color: #6b9bd2;
}

.popup_cont_text {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-weight: 400;
  font-size: 19px;
  margin-top: 20px;
}


.popup_cont_text a{
  color: #6B9BD2;
  text-decoration: none;
}

.popup_cont_text a:hover{
  text-decoration: underline;
  transition: 0.25s ease;
}

.popup_cont_text_instruction{
  margin-top: 30px;
}

.popup_cont_text_instruction a{
  color: #6B9BD2;
  text-decoration: none;
  font-weight: 400;
  font-size: 19px;
}

.popup_cont_text_instruction a:hover{
  text-decoration: underline;
  transition: 0.25s ease;
  font-weight: 400;
  font-size: 19px;
}

.popup_d {
  /* top: 27%; */
}

.popup_i {
  top: 27%;
}

.popup_cont_text_socials {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  /* font-weight: 400; */
  font-size: 19px;
}

.popup_cont_list {
  top: 20px;
  position: relative;
  width: 45%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.popup_cont_list a>img {
  width: 35px;
  transition: 0.25s ease;
}

.popup_cont_list a>img:hover {
  transform: translateY(-3px);
  
}




/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}










@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu{
    display: none;
  }
}

.up-table_band {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.list_of_games {
  float: left;
  clear: right;
}

.list-of-month_standard_plates {
  margin-top: -530px;
  /* margin: auto; */
  position: relative;
  float: right;
  width: 700px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.month-standard_plate {
  width: 200px;
  min-height: 78px;
  position: relative;
  float: right;
  margin-right: 24px;
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  vertical-align: middle 
}

.left_up_table_block {
  display: table;
  float: left;
  clear: right;
}



.ctable-cell__header {
	display: none
}

.ctable-cell__inner {
	width: 100%;
	padding: 0 10px
}

.ctable-cell__inner-hint {
	padding: 2px 0;
  text-align: center;
}

.ctable-cell__inner-hint--border {
	/* border-top: 1px solid #EAEAFC; */
	/* border-bottom: 1px solid #EAEAFC */
}

.ctable-cell__inner-hint--process {
	display: flex;
	align-items: center;
	justify-content: center
}

.ctable-cell__inner-hint--process .cprocess {
	margin-right: 6px;
	position: relative
}

.ctable-cell__inner-hint--process .cprocess-icon {
	height: 12px;
	width: 12px;
	display: flex;
	align-items: center;
	justify-content: center
}

.ctable-cell__inner-hint--process .cprocess-icon img {
	max-width: 100%
}

.ctable-cell__inner-hint--process .cprocess-hint {
	position: absolute;
	background: #FFF;
	box-shadow: 0 10px 10px rgba(136, 141, 188, .2);
	border-radius: 3px;
	padding: 10px 20px;
	min-width: 150px;
	bottom: 180%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all .3s ease
}

.ctable-cell__inner-hint--process .cprocess-hint:after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 9px;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	background: url(../images/main/cprocess-hint.svg) center no-repeat;
	background-size: contain
}

.ctable-cell__inner-hint--process:hover .cprocess-hint {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.ctable-cell__inner-hint--quality {
	display: flex;
	align-items: center;
	color: #5191fa
}

.ctable-cell__inner-hint--quality img {
	margin-right: 6px
}

.ctable-cell__inner-progress {
	border-radius: 3px;
	border: 1px solid #EAEAFC;
	height: 10px;
	width: 100%;
	position: relative;
	margin: 5px 0
}

.ctable-cell__inner-progress .cprogress {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}

.ctable-cell__inner-progress .cprogress--blue {
	border-radius: 3px;
	background: linear-gradient(111.34deg, #2faeff 0, #2faeff .01%, #4188ff 100%)
}

.ctable-cell__inner-progress .cprogress--green {
	background: #34A853
}

.ctable-cell__inner-progress .cprogress--gray {
	background: #888DBC
}

.ctable-cell__inner-progress .cprogress--yellow {
	background: #FBBC05
}

.ctable-cell__inner-progress .cprogress--red {
	background: red
}

.ctable-cell:nth-child(1) {
	width: 10.3%
}

/* .ctable-cell:nth-child(2) {
	width: 12.3%;
	padding: 0 2px
} */

.ctable-cell:nth-child(2) {
	width: 23.6%;
}

.ctable-cell:nth-child(2) .ctable-cell__inner {
	/* left: 0; */
	padding: 0 10px;
	text-align: left;
}


/* .ctable-cell:nth-child(3) .ctable-cell__inner a {
	

} */
	


.ctable-cell:nth-child(2) img {
	width: 24px
}

.ctable-cell:nth-child(3) {
	width: 16%
}

.ctable-cell:nth-child(4) {
	width: 15%
}

.ctable-cell:nth-child(5) {
	width: 16%
}

.ctable-cell:nth-child(6) {
	width: 19%
}



@media screen and (max-width:1200px) {
	.cabinet-payment__list .order-check {
		width: 23.5%;
		margin-right: 2%
	}
	.cabinet-payment__list .order-check:nth-child(5n) {
		margin-right: 2%
	}
	.cabinet-payment__list .order-check:nth-child(4n) {
		margin-right: 0
	}
	.cabinet-payment__btn {
		width: 23.5%
	}
	.cabinet-order__inner .order-titem {
		order: 1!important
	}
	.cabinet-order__inner .order-titem:nth-child(2n-1) {
		width: 49%
	}
	.cabinet-order__inner .order-titem:nth-child(2n) {
		width: 49%
	}
	.cabinet-order__inner .order-calc {
		max-width: 335px
	}
	.cabinet-order__inner .order-count {
		max-width: 164px
	}
	.ctable-cell:nth-child(6),
	.ctable-cell:nth-child(7) {
		font-size: 10px;
		line-height: 14px
	}
}

@media screen and (max-width:980px) {
	.cabinet {
		padding: 60px 0 80px
	}
	/* .cabinet-aside {
		display: none
	} */
	.parent-why_do_you_need_wrapping {
		margin-top: 60px;
	}

	.left_menu_table {
		margin: auto;
	}

	.cabinet-aside.mob-visible {
		display: flex;
		flex-wrap: wrap;
		width: 100%
	}
	.cabinet-aside.mob-visible .cabinet-balance {
		margin-bottom: 30px;
		margin-right: 20px
	}
	.cabinet-aside.mob-visible .cabinet-menu,
	.cabinet-aside.mob-visible .cabinet-social {
		display: none
	}
	.cabinet-body {
		width: 100%;
		padding-left: 0
	}
	.orders-table_width {
		width: 100% !important;
		padding-left: 0;
	}
	.cabinet-type .type-check {
		height: 110px;
		padding-top: 25px
	}
	.cabinet-type .type-check__img {
		width: 30px;
		height: 30px
	}
	.cabinet-quality .quality {
		padding: 30px
	}
	.cabinet-quality .quality--clear {
		padding: 0
	}
	.cabinet-quality .quality--clear .quality-specs {
		max-width: 100%
	}
	.cabinet-quality .quality--clear .quality-specs__item:first-child {
		width: 45%
	}
	.cabinet-quality .quality-icon {
		height: 90px;
		min-height: 90px;
		width: 90px
	}
	.cabinet-quality .quality-icon img {
		height: 32px
	}
	.cabinet-quality .quality-body {
		width: calc(100% - 90px - 160px)
	}
	.cabinet-quality .quality-specs {
		justify-content: flex-start
	}
	.cabinet-quality .quality-specs__item {
		width: 45%
	}
	.cabinet-quality .quality-specs__item:first-child {
		width: 100%;
		margin-right: 0
	}
	.cabinet-balance__text span {
		position: relative;
	}
}

@media screen and (max-width:700px) {
	.cabinet {
		padding: 35px 0 80px
	}
	.cabinet-aside.mob-visible {
		flex-direction: column
	}
	.cabinet-aside.mob-visible .cabinet-balance {
		margin-bottom: 10px;
		margin-right: 0;
		max-width: 300px
	}
	.cabinet-aside.mob-visible .cabinet-addbalance {
		max-width: 300px
	}
	.cabinet-type-mob {
		display: block;
		margin-bottom: 15px
	}
	.cabinet-type__list {
		display: none
	}
	.cabinet-quality .quality {
		padding: 25px 25px 105px;
		position: relative
	}
	.cabinet-quality .quality--picked {
		padding-bottom: 0
	}
	.cabinet-quality .quality--picked .quality-body {
		width: 100%
	}
	.cabinet-quality .quality--picked .quality-icon {
		top: 0;
		left: 0
	}
	.cabinet-quality .quality--clear {
		padding: 0;
		margin-bottom: 30px
	}
	.cabinet-quality .quality--clear .quality-header {
		padding-left: 0
	}
	.cabinet-quality .quality--clear .quality-specs {
		padding-left: 0;
		order: 4
	}
	.cabinet-quality .quality--clear .quality-specs__item:first-child {
		width: 100%;
		margin-bottom: 15px
	}
	.cabinet-quality .quality-icon {
		height: 70px;
		min-height: 70px;
		width: 70px;
		position: absolute;
		top: 25px;
		left: 25px
	}
	.cabinet-quality .quality-icon img {
		height: 25px
	}
	.cabinet-quality .quality-body {
		width: 100%;
		padding-left: 0;
		display: flex;
		flex-direction: column
	}
	.cabinet-quality .quality-header {
		padding-left: 90px;
		order: 1
	}
	.cabinet-quality .quality-text {
		order: 3
	}
	.cabinet-quality .quality-specs {
		justify-content: flex-start;
		flex-direction: column;
		margin-bottom: 8px;
		padding-left: 90px;
		order: 2
	}
	.cabinet-quality .quality-specs__item {
		width: 100%;
		margin-right: 0;
		bottom: 12px
	}
	.cabinet-quality .quality-btn {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
		text-align: center;
		width: 100%
	}
	.cabinet-payment__list {
		justify-content: space-between
	}
	.cabinet-payment__list .order-check {
		width: 49%;
		padding: 16px;
		margin-right: 0!important
	}
	.cabinet-payment__list .order-check__img {
		height: 16px;
		width: 16px
	}
	.cabinet-payment__list .order-check__text {
		font-size: 13px;
		width: calc(100% - 16px)
	}
	.cabinet-payment__list .order-check__status {
		border-color: transparent
	}
	.cabinet-payment__btn {
		width: auto
	}
	.cabinet-reviews .review {
		padding: 35px 25px 25px
	}
	.cabinet-reviews .review-body {
		width: 100%;
		padding-left: 0
	}
	.cabinet-reviews .review-name {
		padding-left: 85px;
		margin-bottom: 12px
	}
	.cabinet-reviews .review-date {
		padding-left: 85px;
		position: static;
		margin-bottom: 30px
	}
	.cabinet-reviews .review-avatar {
		height: 60px;
		width: 60px;
		position: absolute;
		top: 25px;
		left: 25px
	}
	.cabinet-order__inner .order-titem {
		width: 100%!important
	}
	.cabinet-order__inner .order-count {
		max-width: 100%
	}
	.cabinet-order__inner .order-calc {
		max-width: 100%;
		flex-direction: column;
		align-items: flex-start
	}
	.cabinet-orders__table--scrolled {
		overflow-x: scroll
	}
	.cabinet-orders__table--scrolled .ctable {
		box-shadow: none;
		width: 900px
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-row {
		flex-wrap: wrap;
		padding: 0;
		border: none;
		margin-bottom: 30px;
		border-radius: 12px;
		background: #fff!important
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-row--header {
		display: none
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-row--instagram .ctable-cell:first-child {
		background: linear-gradient(45deg, #ffd600 8.39%, #ff0100 50%, #d800b9 91.61%), #07f
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-row--vk .ctable-cell:first-child {
		background: #07F
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-row--youtube .ctable-cell:first-child {
		background: red
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-row--telegram .ctable-cell:first-child {
		background: linear-gradient(180deg, #2aabee 0, #229ed9 99.26%)
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-row--tiktok .ctable-cell:first-child {
		background: #000
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-row--twitch .ctable-cell:first-child {
		background: #9147FF
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-cell {
		width: 100%;
		border-left: 1px solid #EAEAFC;
		border-right: 1px solid #EAEAFC;
		padding: 15px;
		justify-content: flex-start;
		font-size: 14px!important
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-cell:nth-child(odd) {
		background: #F6F6FF
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-cell:first-child {
		border: none;
		border-radius: 12px 12px 0 0;
		color: #fff
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-cell:last-child {
		border-bottom: 1px solid #EAEAFC;
		border-radius: 0 0 12px 12px
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-cell__header {
		display: flex;
		font-weight: 600;
		font-size: 14px;
		width: 80px
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-cell__inner {
		width: calc(100% - 80px);
		max-width: 300px;
		justify-content: flex-start;
		text-align: left
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-cell__inner-hint--process {
		justify-content: flex-start
	}
	.cabinet-orders__table:not(.cabinet-orders__table--scrolled) .ctable-cell__inner-hint--border {
		border: none
	}
}


.main-stat_chart{
  margin: 30px;
  position: relative;
  display: block;
  float: left;
}

.main-stat_chart div{
  position: relative;
  display: table;
  /* width: 1700px; */
  max-width: 1050px;
}

.main-block_stat {
  display: flex;
  position: relative;
  max-width: 1050px;
}

.chart_filters {
  position: relative;
  /* display: inline-block; */
  margin-top: 20px;
}

.chart_filters div{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}


.user_ava {
  /* margin: -9px 0 0 -15px; */
  /* float: left; */
  margin: 0 auto;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  /* background: #131313; */
  background: #161526;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}

.settings-change_password {
  width: 300px;
  max-width: 300px;
  margin: 40px;
}

.under_password_text {
  margin-top: 10px; 
  font-size: 14px; 
  color: #000; 
  margin-left: 4px;
}


.qrcode {
  margin: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
}

.qrcode_block {
  display: none;
}

.checker-fortnite-account_info {
  display: block; 
  position: relative; 
  max-width: 781px;
  width: 100%;
  margin-left: 80px;
  
}

.battlepass-history, .skins-list, .account-data {
  position: relative;
  margin: 20px auto;
  margin-bottom: 40px;
  display: block;
  width: 100%;
}

.battlepass-history h4, .skins-list h4, .account-data h4 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  /* margin-left: 3px; */
}

.battlepass-seasons-info {
  position: relative;
  width: 793px;
  height: auto;
  max-height: 260px;
}

.skins_info_block {
  position: relative;
  width: auto;
  height: auto;
  max-height: 260px;
}

.battlepass-season-info, .account-info {
  position: relative;
  margin-top: 10px;
  width: 793px;
}

.skins_info_block {
  position: relative;
  width: auto;
  margin: 0 10px;
}

.battlepass-season-info{
  border-bottom: 1px solid #f4f6fa20;
}

.battlepass-season-info .counter, .account-info .counter, .skins_info_block .counter{
  margin: 0 25px 10px 0;
  display: inline-block;
  width: 26%;
}

.battlepass-season-info .counter .label, .account-info .counter .label, .skins_info_block .counter .label{
  font-size: 19px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.9);
}

.battlepass-season-info .counter .muted, .account-info .counter .muted, .skins_info_block .counter .muted{
  color: rgba(0, 0, 0, 0.65);
  /* margin-left: 2px; */
}

.scroll-wrapper {
  overflow-x: hidden !important;
  padding: 0 !important;
  position: relative;
}

.ScrollBar {
  overflow-y: scroll;
}

.battlepass-history .skins-list .ScrollBar {
  max-height: 300px;
}

.items-type_block .skins-list .ScrollBar {
  max-height: 420px;
}

/* .ScrollBar::-webkit-scrollbar {
  scrollbar-face-color: #FFF;
} */

.skins-info{
  display: flex;
  flex-wrap: wrap;
  counter-reset: maps;
  margin: 0 0 0 -50px;
  
}

.skins-info .item {
  width: 90px;
  display: inline-block;
  position: relative;
  margin: 0 0 25px 25px;
  list-style: none;
}

.bottomContainer {
  margin: 10px 0 0;
}

body {
  word-wrap: break-word;
  text-size-adjust: 100%;
}

.bold {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
}

.item img {
  width: 79px;
  height: 79px;
  border-radius: 6px;
  transition: box-shadow 300ms ease, transform 300ms ease;
}

.item .dark {
  background: radial-gradient(#940196,#16042a);
}


.item .frozen {
  background: radial-gradient(#aecbea,#4791b8);
}

.item .dark {
  background: radial-gradient(#940196,#16042a);
}

.item .shadow {
  background: radial-gradient(#5957a5,#25262e);
}

.item .marvel {
  background: radial-gradient(#e12c27,#4d0204);
}

.item .mythic {
  background: radial-gradient(#cea838,#a77d0b);
}

.item .legendary, .item .stw {
  background: radial-gradient(#ff8b51,#773821);
}

.item .epic {
  background: radial-gradient(#c158fd,#4b2483);
}

.item .rare, .item .blue_squire, .item .royale_knight {
  background: radial-gradient(#52b6ff,#183c76);
}

.item .rare {
  background: radial-gradient(#8fff62,#1b511c);
}

.item .common {
  background: radial-gradient(#bcbcbc,#646464);
}

.item .uncommon {
  background: radial-gradient(#68ba1d,#175117);
}

.item .transcendent {
  background: radial-gradient(#00fb6f,#00b5f6);
}

.prices_skins_list {
  margin-left: 42px;
}

.total_skins_sum {
  font-size: 15px;
  margin-left: 42px;
}

.view-images {
  margin-left: 6px;
  width: 36px;
  height: 36px;
}

.save_data_btn {
  --tblr-btn-icon-size: 1.25rem;
  --tblr-btn-color: var(--tblr-body-color);
  --tblr-btn-border-color: var(--tblr-border-color);
  --tblr-btn-box-shadow: var(--tblr-shadow-button);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: var(--tblr-btn-box-shadow);
  width: 131px !important;
  padding: 7px 16px !important;
  border-radius: 5px;
}

.sorted_by {
  cursor: pointer;
}

.sorted_by:hover {
  background: #efefef !important;
}

.market_place_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

tr:hover {
  opacity: 1 !important;
}

.important {
  display: block !important;
}

.epic_auth_button {
  position: relative;
  top: 2px;
  right: 4px;
  color: #000;
  cursor: pointer;
}

.market_place_image-buttons {
  display: none;
  position: absolute;
  list-style: none;
  color: #FFFFFFE0;
  font-size: 14px;
  border-radius: 4px;
  z-index: 9999; 
  text-align: left; 
  /* top: 130% !important;  */
  margin: 2px 0 0 -27px !important;
  /* padding: 10px 30px 10px 20px; */
  background: #202031 !important;
  border: 1px solid #171722 !important;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
}

.market_place_image-buttons li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.market_place_image-buttons li:hover {
  background: #13131b !important;
}