@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

/* nav,footer,header,aside{display: block;} */
html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

body {
  background-color: #342757;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
  margin: 0 auto;
  max-width: 1440px;
  height: 1198px;
  color: #000;
  position: relative;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

@media screen and (min-width: 801px) {
  .wrapper {
    display: grid;
    grid-template-columns: 21.25% 78.75%;
    grid-template-rows: 1fr;
  }
  .main {
    padding: 41px 8.4% 0px 6.25%;
  }
  .title_text {
    font-size: calc(25px + 1 * (100vw - 801px) / 639);
    line-height: 39px;
    font-weight: 600;
  }
  .header {
    padding: 11.7% 9.15% 25% 10.28%;
  }
  .nav li::after {
    position: absolute;
    right: 14px;
    content: ">";
    color: #9197B3; /* заміна в js */
    transform: translateY(3px);
  }
}
@media screen and (max-width: 800px) {
  .header {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
    padding: 4.9% 0px 9.5% 0px;
    width: 46px;
    position: absolute;
    height: 1198px;
    z-index: 4;
    transition: all 0.5s ease 0s;
  }
  .main {
    height: 1198px;
    padding: 41px 1.4% 0px 9.25%;
  }
  .hA {
    width: 306px;
    padding: 4.9% 3.5% 9.5% 3.9%;
    transition: all 0.5s ease 0s;
  }
  .fixed {
    background-color: rgba(64, 75, 82, 0.4509803922);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
  }
  .title_text {
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
  }
  .menu__link, .title_text, .title_ver, .autor_name {
    display: none;
  }
  .menu {
    padding: 2px;
  }
}
.ajs * {
  color: white;
  stroke: white;
}

.ajd * {
  color: white;
  stroke: white;
}

.btnP {
  /* box-sizing: content-box; */
  border-radius: 4px;
  background-color: #F5F5F5;
  text-align: center;
  color: #404B52;
  font-size: 18px;
  border: 1px solid #EEE;
}

.btnP:hover {
  background-color: #5932EA;
  color: #FFF;
  cursor: pointer;
}

.btnP.onActive {
  background-color: #5932EA;
  color: #FFF;
  cursor: pointer;
}

.actionpagination {
  background-color: #5932EA;
  color: #FFF;
  cursor: pointer;
}

.matches {
  text-align: center;
  padding-top: 25%;
  font-size: 36px;
  color: #9197B3;
  line-height: 35px;
}

.header {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
}

.title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.title_logo {
  align-content: center;
  order: 1;
}
.title_text {
  order: 2;
}
.title_ver {
  order: 3;
  color: #838383;
  font-size: 10px;
}

.nav {
  flex: 1 1 auto;
  margin-top: 69.11px;
}
.nav li {
  padding: 11px 8px 11px 8px;
  border-radius: 8px;
}
.nav nav {
  flex-grow: 1;
}

.menu_items:hover {
  background-color: #5932ea;
}

a {
  color: #9197B3;
}

ul {
  position: relative;
}

.autor {
  display: flex;
}
.autor_work {
  color: #757575;
  font-size: 12px;
}
.autor__icons {
  order: 0;
}

/* ============================================================================= */
.main {
  background-color: #F7F4FF;
}

.subtitle_text {
  font-size: 24px;
  line-height: 36px;
}

.listinfo {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  justify-content: flex-start;
  align-items: inherit; /* height: 70.19%; */
  height: 812px;
  border-radius: 30px;
  margin-top: 51px;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
}

.searchinfo {
  padding: 30px 53px 16px 38px;
}

.searchinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* #search:focus, #lablelSearch{vi} */
}
.searchinfo_title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}
.searchinfo_title > p {
  color: #16C098;
  font-size: 14px;
 /*  visibility: hidden; */
}
.searchinfo_form {
  position: relative;
}

input {
  width: 216px;
  height: 38px;
  border-radius: 10px;
  background: #F9FBFF;
  padding: 0 15px;
}

label {
  position: absolute;
  left: 11px;
  top: 7px;
  color: #B5B7C0;
}

label img {
  padding-right: 15px;
}

.customersinfo_data {
  margin: 24px 63px 24px 38px;
}

.customersinfo {
  flex: 1 1 auto;
  padding: 0 0 0 3.98%;
  overflow-x: auto;
}

.table {
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
}

.th {
  border-bottom: 1px solid #EEEEEE;
  color: #B5B7C0;
}

.td {
  border-bottom: 1px solid #EEEEEE;
}

.table .th, .table .td {
  text-align: start;
  padding: 24px 0;
}

.table .th {
  padding-bottom: 14px;
}

@media screen and (max-width: 710px) {
  .table {
    border-collapse: collapse;
    white-space: nowrap;
  }
  table thead {
    float: left;
  }
  th, td {
    display: block;
  }
  tbody {
    display: inline-flex;
  }
  .table .th, .table .td {
    text-align: start;
    padding: 30px 15px;
  }
  .table, tbody * {
    overflow-x: auto;
  }
}
.table .tr:hover {
  background-color: #ccc;
  transform: all 3s;
  transform: scale(2px);
}

.navbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px 41px 38px;
  flex-wrap: wrap;
}
.navbtn * {
  margin: 5px 0px;
}
.navbtn_items {
  color: #B5B7C0;
}

.navbtn_check {
  display: flex;
  gap: 5px;
}


.btnwraper { /* height: 30px; */
  overflow: hidden;
  margin-right: 25px;
  position: relative;
  width: 330px;
}

.arrow {
  width: 26px;
  height: 27px;
  border-radius: 4px;
  background-color: #F5F5F5;
  text-align: center;
  color: #404B52;
  font-size: 18px;
  border: 1px solid #EEE;
  position: absolute;
  z-index: 2;
}

.arrow:first-child {
  left: 0px;
  top: -5px;
}

.arrow:last-child {
  right: 0px;
  top: -5px;
}

.arrow:hover {
  color: #FFF;
  background-color: #5932EA;
  border-radius: 4px;
}

/* ==================================================STATUS BUTTON=================================================================== */
.btnA {
  content: "Active";
  border: 1px solid #00B087;
  background-color: rgba(22, 192, 152, 0.3803921569);
  color: #008767;
  padding: 4px 20px;
  border-radius: 4px;
}

.btnF {
  border: 1px solid #DF0404;
  background-color: #FFC5C5;
  color: #DF0404;
  padding: 4px 20px;
  border-radius: 4px;
}

.actionclass {
  background-color: #5932EA;
  color: #fff;
  stroke: #fff;
  fill: #fff;
}

.svgicon {
  width: 24px;
  height: 24px;
  fill: #FFF;
}
  .navbtn_check .btnP{
    padding: 0px 10px;
    margin: 0px 2px;
    height: 25px;
  }
