@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet';

:root {
  --dk-gray-100: #F3F4F6;
  --dk-gray-200: #E5E7EB;
  --dk-gray-300: #fff;
  --dk-gray-400: #fff;
  --dk-gray-500: #fff;
  --dk-gray-600: #4B5563;
  --dk-gray-700: #374151;
  --dk-gray-800: #1F2937;
  --dk-gray-900: #111827;
  --dk-dark-bg: #464d96;
  --dk-darker-bg: #222540;
  --navbar-bg-color: #464d96;
  --sidebar-bg-color: #3e4486;
  --sidebar-width: 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #222540 !important;
  font-size: .925rem;
  color: #fff !important;
}

#wrapper {
  margin-left: var(--sidebar-width);
}

#wrapper.fullwidth {
  margin-left: 0;
}



/** --------------------------------
 -- Sidebar
-------------------------------- */
.sidebar {
  background-color: var(--sidebar-bg-color);
  width: var(--sidebar-width);
  z-index: 9999999
}


.navbar {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.navigation-item {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 17px 8px;
  font-size: 20px;
  text-align: center;
}



.exit {
  bottom: 0;
  background: #464d96;
  position: absolute;
  width: 100%;
  list-style: none;
  left: 0px;
  font-size: 32px;
  color: #fff;
  padding: 7px;
}


/* Start numbers */
.sidebar ul>li>a>.num {
  line-height: 0;
  border-radius: 3px;
  font-size: 14px;
  padding: 0px 5px
}

.sidebar ul>li>i {
  font-size: 18px;
  margin-right: .7rem;
  color: var(--dk-gray-500);
}

.sidebar ul>li.has-dropdown>a:after {
  content: '\eb3a';
  font-family: unicons-line;
  font-size: 1rem;
  line-height: 1.8;
  float: right;
  color: var(--dk-gray-500);
  transition: all .3s ease-in-out;
}

.sidebar ul .opened>a:after {
  transform: rotate(-90deg);
}

.img-fluid {
  border: 1px solid #fff;
}

.img-navbar {
  width: 48px;
}

/* Start dropdown menu */
.sidebar ul .sidebar-dropdown {
  padding-top: 10px;
  padding-left: 30px;
  display: none;
}

.sidebar ul .sidebar-dropdown.active {
  display: block;
}

.sidebar ul .sidebar-dropdown>li>a {
  font-size: .85rem;
  padding: .5rem 0;
  display: block;
}

/* End dropdown menu */

@media (max-width: 767px) {
  .sidebar ul>li {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sidebar .search {
    padding: 10px 0 10px 30px
  }
}

.navbar-expand-md .navbar-nav {
  flex-direction: row !important;
}

.navbar-expand-md .navbar-collapse {
  display: flex !important;
  width: auto;
}



/** --------------------------------
 -- welcome
-------------------------------- */
.welcome {
  color: var(--dk-gray-300);
}

.welcome .content {
  background-color: var(--dk-dark-bg);
}

.welcome p {
  color: var(--dk-gray-400);
}




/** --------------------------------
 -- Statistics
-------------------------------- */
.statistics {
  color: var(--dk-gray-200);
}

.statistics .box {
  background-color: var(--dk-dark-bg);
}

.statistics .box i {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.statistics .box p {
  color: var(--dk-gray-400);
}




/** --------------------------------
 -- Charts
-------------------------------- */
.charts .chart-container {
  background-color: var(--dk-dark-bg);
}

.charts .chart-container h3 {
  color: var(--dk-gray-400)
}




/** --------------------------------
 -- users
-------------------------------- */
.admins .box .admin {
  background-color: var(--dk-dark-bg);
}

.admins .box h3 {
  color: var(--dk-gray-300);
}

.admins .box p {
  color: var(--dk-gray-400)
}




/** --------------------------------
 -- statis
-------------------------------- */
.statis {
  color: var(--dk-gray-100);
}

.statis .box {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.statis .box h3:after {
  content: "";
  height: 2px;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.12);
  display: block;
  margin-top: 10px;
}

.statis .box i {
  position: absolute;
  height: 70px;
  width: 70px;
  font-size: 22px;
  padding: 15px;
  top: -25px;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 60px;
  text-align: right;
  border-radius: 50%;
}





.main-color {
  color: #5aa9e4;
}

a.navbar-brand {
  font-weight: bold;
}

.navbar {
  background-color: var(--navbar-bg-color) !important;
  border: none !important;

}

.navbar .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}

.navbar .navbar-nav>li>a {
  color: #EEE !important;
  line-height: 55px !important;
  padding: 0 10px !important;
}

.navbar .navbar-brand {
  color: #FFF !important
}

.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
  color: #EEE !important
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover {
  background-color: transparent !important;
  color: #FFF !important
}

.navbar .navbar-brand {
  line-height: 55px !important;
  padding: 0 !important
}

.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
  color: #FFF !important
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin: 0 !important
}

@media (max-width: 767px) {
  .navbar>.container-fluid .navbar-brand {
    margin-left: 15px !important;
  }

  .navbar .navbar-nav>li>a {
    padding-left: 0 !important;
  }

  .navbar-nav {
    margin: 0 !important;
  }

  .navbar .navbar-collapse,
  .navbar .navbar-form {
    border: none !important;
  }
}

.bg-blue {
  background-color: #0dcaf0;
}

.bg-darkblue {
  background-color: #0d6efd;
}

.bg-yellow {
  background-color: #ffc107;
}

.bg-green {
  background-color: #198754;
}

.bg-red {
  background-color: #dc3545;
}

.bg-purple {
  background-color: #b382e2;
}

.bg-orange {
  background-color: #f3710a;
}

.bg-lightgreen {
  background-color: #b6d635;
}

.navbar .navbar-nav>li>a {
  float: left !important;
}

.navbar .navbar-nav>li>a>span:not(.caret) {
  background-color: #e74c3c !important;
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
  padding: 2px !important;
  font-size: 11px !important;
  position: relative !important;
  top: -10px !important;
  right: 5px !important
}

.dropdown-menu>li>a {
  padding-top: 5px !important;
  padding-right: 5px !important;
}

.navbar .navbar-nav>li>a>i {
  font-size: 36px !important;
}

.navigation-item-menu:hover,
.exit:hover {
  background: #fff;
  color: #151218;
}




/* Start media query */

@media (max-width: 767px) {

  .statistics .box {
    margin-bottom: 25px !important;
  }

  .navbar .navbar-nav .open .dropdown-menu>li>a {
    color: #CCC !important
  }

  .navbar .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FFF !important
  }

  .navbar .navbar-toggle {
    border: none !important;
    color: #EEE !important;
    font-size: 18px !important;
  }

  .navbar .navbar-toggle:focus,
  .navbar .navbar-toggle:hover {
    background-color: transparent !important
  }
}


::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #3c3f58;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

h1 {
  color: white;
}

.main-content {
  position: absolute;
  overflow: hidden;
  max-height: calc(100% - 110px);
  min-height: calc(100% - 120px);
  overflow-y: auto;
  margin: 30px;
  width: calc(100% - 80px);
}

.row a {
  color: #fff;
  text-decoration: none;
}

.row a:hover {
  color: #fff;
  text-decoration: none;
}

.table-scroll th,
.table-scroll td {
  text-align: left;
  border: none;
  border-bottom: 1px solid #fffdfd40;
  padding: 15px 15px;
}

.table-scroll {
  height: 74%;
}

th:first-child {
  position: -webkit-sticky;
  left: 0;
  z-index: 2;
  background: none;
  text-align: center;
}


table a {
  color: #fff;
  text-decoration: none;
}

table a:hover {
  text-decoration: underline;
}

td.date_logs {
  width: 100px;
  text-align: center;
}

table {
  font-family: monospace;
}

.form-ban input[type=text] {
  background-color: #ffffff00;
  border: none;
  outline: none;
  -moz-appearance: none;
  color: #fff;
  width: 25%;
  margin-bottom: 10px;
}

.form-ban textarea {
  background-color: #6689d82e;
  border: 2px solid #3530613b;
  color: #fff;
  resize: vertical;
  width: 100%;
  padding: 12px 20px;
  outline: none;
  -moz-appearance: none;
  max-width: 800px;
  min-width: 340px;
  max-height: 1920px;
  min-height: 44px;
}

.form-ban textarea:focus {
  border: 2px solid #4e4e4e78;
}

#text_bans {
  width: 38%;
  min-width: 350px;
  vertical-align: top;
}

.form-ban .accept_ban {
  background: #198754;
  border: none;
  margin-top: 15px;
  width: 42%;
  min-width: 85px;
  max-width: 500px;
  margin-right: 10px;
  margin-left: 2%;
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  outline: none;
  color: #fff;
  text-align: center;
}

.form-ban .accept_ban:hover,
input.accept_ban:hover {
  background: #5fca53;
  cursor: pointer;
}

.form-ban .accept_cban {
  background: #519849;
  border: none;
  margin-top: 15px;
  width: 42%;
  min-width: 85px;
  margin-right: 10px;
  margin-left: 2%;
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  outline: none;
  color: #fff;

}

.form-ban .accept_cban:hover {
  background: #5fca53;
  cursor: pointer;
}

.form-ban .cancel_ban {
  background: #dc3545;
  border: none;
  margin-top: 15px;
  width: 42%;
  min-width: 85px;
  margin-left: 2%;
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  outline: none;
  color: #fff;
}

.form-ban .cancel_ban:hover {
  background: #ff2d2d;
  cursor: pointer;
}

.checkboxadm {
  margin-bottom: 10px;
}

.searchbar-block {
  margin-bottom: 0;
  margin-top: 0;
}

.search_bar {
  display: inline-block;
  outline: none;
  margin-left: 5%;
  width: 45%;
  padding: 9px;
  border-radius: 10px;
  background-color: #27292e;
}

.search_bar input[type=text] {
  background-color: #ffffff00;
  border: none;
  outline: none;
  -moz-appearance: none;
  color: #fff;
  width: 100%;
  cursor: pointer;
  padding: 3px;
}

.searchbar-block a {
  margin: 0 5px;
  width: 9.4%;
  padding: 10px 17px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 0.7em;
}

.searchbar-block span {
  text-align: center;
}

.table-scroll .logs_1 th {
  background: #0d6efd;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

#logs_2 {
  margin-left: 10px;
}

.table-scroll .logs_2 th {
  background: #ffc107;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

#logs_3 {
  margin: 0 10px;
}

.table-scroll .logs_3 th {
  background: #198754;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

.main-table {
  width: -webkit-fill-available;
}


.table-scroll .logs_4 th {
  background: #dc3545;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

.table-scroll tr:nth-child(even) {
  background: #3b3e5e;
}

.table-scroll tr:nth-child(odd) {
  background: #313454;
}

@media (max-width:800px) {
  .search_bar {
    display: block;
    width: 90%;
  }

  .searchbar-block span {
    margin: 0 4%;
  }

  .searchbar-block a {
    width: 21%;
    margin-bottom: 3%;
    padding: 5px 0;
  }
}

.bans_all_text {
  resize: none;
  width: 84vh;
  outline: none;
  -moz-appearance: none;
  border: none;
  height: 79vh;
  color: #fff;
  margin: 18px;
  display: block;
}

.admAccessLogs {
  background: #0d6efd;
  padding: 5px 10px;
  border-radius: 3px;
}

.admSuccessLogs {
  background: #198754;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 10px;
}

.admAcceptLogs {
  background: #198754;
  padding: 5px 10px;
  border-radius: 3px;
}

.admWaitLogs {
  background: #ffc107;
  padding: 5px 10px;
  border-radius: 3px;
}

.admDeniedLogs {
  background: #dc3545;
  padding: 5px 10px;
  border-radius: 3px;
}

input.accept_ban {
  background: #198754;
  padding: 16px;
  border-radius: 3px;
  color: #fff;
  border: none;
  width: 100%;
  text-align: left;
}

.form-ban .admAccessMModer {
  margin-left: 10px;
}


#info-2 li {
  font-size: 14px;
  font-family: monospace;
}

.img-item {
  width: 89%;
  border-radius: 5px;
}

.showLogs-menu {
  margin-top: 50px;
}

.showLogs-menu select {
  padding: 1.8px;
}

.showLogs-menu form {
  margin-top: 10px;
}

.line {
  width: 90%;
  margin: auto;
  margin-top: 19px;
}

.row {
  display: flex;
}

.colom-page {
  width: 25%;
  padding: 12px 0 14px;
  /* margin: 0 4px; */
  text-align: center;
}

.col-page {
  padding: 10px 15px;
}

.lead {
  white-space: nowrap;
}

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  background-color: #464d96;
  cursor: pointer;
  border-radius: 3px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #464d96;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  max-height: 600px;
  overflow: hidden;
  overflow-y: visible;
  padding: 5px 0;
  width: 100%;
  cursor: default;
}

.showDroplist {
  display: block;
}

.dropdown-content a {
  color: white;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-content a:hover {
  background-color: #0d6efd;
  color: #fff;
}

/* .dropdown:hover .dropdown-content {
  display: block;
} */

.dropdown:hover {
  background-color: #3e4486;
}

.login-page {
  display: flex;
  height: 23em;
  justify-content: center;
  align-items: center;
}

.login-page a {
  text-decoration: none;
  color: #fff;
  padding: 40px 70px;
  border-radius: 3%;
  background: #0d6efd;
}

.login-page a:hover {
  background: #297fff;
}

.error {
  font-size: 32px;
  background: red;
  padding: 40px 60px;
  display: inline-block;
  margin: 20px;
}

.settings a,
.settings-link:hover {
  font-size: 28px;
  background-color: #464d96;
  color: #fff;
}

form.set-settings {
  background: #3e4486;
  padding: 22px 26px;
}

.change-log {
  background: #3e4486;
  padding: 22px 26px;
  list-style: none;
  font-size: 18px;
}

.box {
  border-radius: 3px;
}

.search-block {
  background: #464d96;
}

.search-block label {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.search-block label {
  padding: 6px 10px 6px 0;
  margin: 4px 0;
}

.search-block input {
  padding: 7px 10px;
  margin: 4px 0;
  width: 49.4%;
  border-radius: 3px;
  border: none;
}

.search-block .seacrh_nick {
  width: 86.3%;
}

input#defaultCheck1 {
  height: 38px;
  display: inline-block;
  width: 10%;
  margin-left: 2%;
}

.form-check-input:checked {
  background-color: #5aa8e1 !important;
  border-color: transparent !important;
}

.form-check-input {
  border-color: transparent !important;
}

.search-block input[type="date"] {
  padding: 7px 30px;
  border-radius: 3px;
  border: none;
}

.search-block select {
  padding: 8px 8px;
  width: 49.4%;
  border-radius: 3px;
  border: none;
}

.search-block input[type="submit"] {
  width: 99.3%;
  border: none;
  border-radius: 3px;
  background: #5aa8e1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.text-prefix {
  color: #b3b3b3;
}

.punishment td,
.punishment th {
  text-align: center;
  vertical-align: middle;
}

.punishment th {
  font-size: 14px;
}

.punishment tr {
  font-size: 12px;
}

.punishment input {
  background: #484f8e;
  border-radius: 3px;
  padding: 2px 6px;
  border: none;
  color: #fff;
}

.punishment select {
  word-wrap: normal;
  background: transparent;
  border: none;
  color: #fff;
}

.punishment option {
  padding: 2px 4px;
}

.punishment textarea {
  background: #484f8e;
  border: none;
  border-radius: 3px;
  padding: 2px 6px;
  color: #fff;
  width: 97%;
}

.punishment .nick {
  width: 188px;
}

.punishment #nick {
  width: 171px;
}

.punishment .type {
  width: 100px;
}

.punishment .day {
  width: 56px;
}

.punishment #day {
  width: 38px;
}

.punishment .reason {
  width: 164px;
}

.punishment #reason {
  width: 145px;
}

.punishment div#plus-button {
  background: #198754;
  cursor: pointer;
  border-radius: 3px;
  margin: 10px 0px 22px;
  text-align: center;
  font-size: 22px;
  /* font-weight: bold; */
  /* width: 49.5%; */
}

.punishment input[type="submit"] {
  background: #dc3545;
  border: none;
  border-radius: 3px;
  width: 100%;
  font-size: 19px;
  color: #fff;
  padding: 2px;
}


td#str {
  font-size: 12px;
  font-family: monospace;
  font-weight: bold;
}

.settings-server {
  display: inline;
  position: absolute;
  right: 60px;
}

.settings-server form {
  display: flex;
}

.settings-server input {
  margin-left: 14px;
}

.statistics input[type="date"] {
  font-size: 17px;
  padding: 5px;
  border-radius: 5px;
}

.statistics input.btn.btn-primary {
  margin-left: 25px;
}

.dev {
  text-align: center;
  bottom: 16px;
  position: fixed;
  width: 100%;
  font-family: 'Inter';
}

.dev a {
  text-decoration: none;
  color: #ffffff61;
}

.table-dark {
  --bs-table-bg: #676fbd !important;
  --bs-table-striped-bg: #545ba2 !important;
  box-shadow: 0px 0px 15px 5px rgba(59, 66, 126, 0.2);
}

.access-box {
  margin-top: 8px;
}

.dateStand {
  margin-bottom: 0.1rem;
}

.accessDisabled {
  opacity: 80%;
  background-color: rgb(70 77 150 / 50%) !important;
}

ul.addon-links {
  position: absolute;
  right: 410px;
  list-style: none;
  font-size: 28px;
  top: 8px;
}

ul.addon-links a {
  color: #fff;
  text-decoration: none;
}

.punishment select:focus-visible {
  outline: none
}