.arg-char-online { border: 3px solid var(--success-color); vertical-align: middle; }
.arg-char-offline { border: 3px solid var(--white-light-color); vertical-align: middle; }
.arg-char-blocked { border: 3px solid var(--error-color); vertical-align: middle; }

/* Tables */
.table {
  margin-bottom: 0;
  border: 0;
}

.table > thead > tr > th {
  border: 0;
  text-transform: uppercase;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  border: 0;
  color: var(--white-light-color);
}

.table > thead > tr > th {
  border-bottom: 0;
  padding: 15px 5px;
  color: #1C93E4;
  font-size: 16px;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

table.dataTable {
  margin-bottom: 20px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 15px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter input {
  height: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--body-color);
  border: 1px solid var(--border-color);
  width: 200px;
  padding: 0 10px 0 10px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  padding: 0 0 0 5px;
  height: 36px;
  margin: 0 5px;
}

.dataTables_wrapper.container-fluid {
  padding: 0;
}

.table .custom-checkbox {
  margin-left: 8px;
  float: left;
}

.table thead .custom-checkbox {
  margin-left: 11px;
}

.vs-btn.disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* Webshop */
.shop_credits_item {
  font-weight: 700;
  font-size: 22px;
  color: var(--white-light-color);
  font-family: var(--title-font);
}
  
.shop_class_requirement {
  font-style: italic;
  font-size: 13px;
  margin-top: 10px;
  padding: 8px;
  color: var(--body-color);
}	

.shop_credits_disabled {
  padding-left: 10px;
  color: var(--body-color);
}
  
.shop_credits_enabled {
  padding-left: 10px;
  color: var(--error-color);
}

.shop_ancient {
  font-size:14px;
  font-weight: 700;
  background: blue;
  color: #ffffff;
  padding: 5px 50px;	
}

.webshop-cat-wrap {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.webshop-cat-wrap a {
  display: inline-block;
  text-align: center;
  background-color: var(--bg-color, #464646);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 27px 0 24px 0;
  font-family: var(--title-font);
}

.webshop-cat-wrap a i {
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: block;
}

.webshop-cat-wrap a:hover {
  background-color: var(--hover-bg, #FF7E02);
  color: var(--white-color);
}

.webshop-cat-wrap .special-items {
  --bg-color: #E52D27;
}

.webshop-cat-wrap .limited-stock {
  --bg-color: #3B5998;
}

.webshop-cat-wrap .limited-time {
  --bg-color: #B70098;
}

.webshop-cat-wrap .new-players-packs {
  --bg-color: #5561F5;
}

.webshop-cat-wrap .wings {
  --bg-color: #1C93E4;
}

.webshop-cat-wrap .jewelry {
  --bg-color: #A970FF;
}

.webshop-cat-wrap .vip-chests {
  --bg-color: #EA4C89;
}

/* Large devices */
@media (max-width: 1199px) {
  .webshop-cat-wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .webshop-cat-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .webshop-cat-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.small-font {
  font-size: 12px;
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(255, 255, 255, 0.7);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

/* Verify Phone Number form */
#otp input[type=number]::-webkit-inner-spin-button,
#otp input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

#otp .form-control {
  padding: 0px;
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid var(--theme-color2);
  background-color: var(--black-color);
}

#otp .form-control:focus {
  box-shadow: none;
  border: 2px solid var(--theme-color);
}

/* Alerts */
.alert-primary {
  color: #497dae;
  background-color: #1c2227;
  border-color: #1ca5be77;
}

.alert-primary .alert-link {
  color: #497dae;
}

.alert-success {
  color: #5bad51;
  background-color: #272a27;
  border-color: #3a721977;
}

.alert-success .alert-link {
  color: #5bad51;
}

.alert-info {
  color: #497dae;
  background-color: #1c2227;
  border-color: #1ca5be77;
}

.alert-info .alert-link {
  color: #497dae;
}

.alert-warning {
  color: #aea849;
  background-color: #27251c;
  border-color: #beb81c77;
}

.alert-warning .alert-link {
  color: #aea849;
}

.alert-danger {
  color: #ae4a49;
  background-color: #2a1919;
  border-color: #72191977;
}

.alert-danger .alert-link {
  color: #ae4a49;
}

/* Bootstrap custom */
.bg-info {
  background-color: #1C93E4!important;
}
.border-info {
  border-color: #1C93E4!important;
}
.text-info {
  color: #1C93E4!important;
}

/* Remove background color Chrome autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-text-fill-color: var(--white-color);
  -webkit-box-shadow: 0 0 0px 1000px #1D1D1D inset !important;
}

/* Player Killer status */
.pk-hero-2 {
  color: #0d6efd;
}
.pk-hero-1 {
  color: #5893d6;
}
.pk-outlaw-1 {
  color: #ffa135;
}
.pk-outlaw-2 {
  color: #f5430c;
}
.pk-murderer {
  color: #ff0000;
}

/* Custom cards */
.card {
  border: 1px solid rgba(59,59,59,.471);
}

.card.custom-card-light {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.card:hover.custom-card-light {
  outline: none;
  border-color: var(--theme-color2);
  box-shadow: 0 0 8px var(--theme-color2);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.active-new {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 8px var(--theme-color);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.dropdown-menu {
  z-index: 999;
}

/* Modal close button fix */
.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fc0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
