.admin_name {
  color: transparent !important;
  -webkit-background-clip: text;
  font-weight: bold;
  background-image: linear-gradient(#f35555, #db1313);
}

.administrators {
  color: transparent !important;
  -webkit-background-clip: text;
  font-weight: bold;
  background-image: linear-gradient(#f35555, #db1313);
}

.moderators {
  color: transparent !important;
  -webkit-background-clip: text;
  font-weight: bold;
  background-image: linear-gradient(#55f377, #13db45);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  font-family: "Oxanium", -apple-system, "Muli", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #727599;
  background-color: #0b0c1b;
  line-height: 1.5;
  height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: rgb(6, 198, 126,1);
}

.appLayout_container {
  max-width: 1500px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}

#appLogo {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#appLogo svg {
  width: 50px;
}

#appLayout_body {
  position: relative;
  min-height: 350px;
  padding: 50px 0;
}

.col-row.col-type-1 {
  width: 8.33333333%;
}
.col-row.col-type-2 {
  width: 16.66666667%;
}
.col-row.col-type-3 {
  width: 25%;
}
.col-row.col-type-4 {
  width: 33.33333333%;
}
.col-row.col-type-5 {
  width: 50%;
}
.col-row.col-type-500 {
  min-width: 500px;
}
.col-row.col-type-icon {
  position: relative;
  width: 70px;
  font-size: 18px;
  color: rgb(6, 198, 126,1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.col-row.col-center {
  text-align: center;
  justify-content: center;
}
.col-row.col-end {
  justify-content: flex-end;
}

.col-devider {
  position: relative;
  display: inline-flex;
  height: 20px;
  width: 2px;
  background: rgb(6, 198, 126,1);
  border-radius: 50px;
  box-shadow: 0 0 10px rgb(6, 198, 126,1);
}

#appTable {
  position: relative;
  white-space: nowrap;
  width: 100%;
  border-spacing: unset;
}
#appTable tbody tr .row {
  padding: 15px 15px;
  border-bottom: 1px solid #0b0c1b;
  background-color: #1a1b2e;
}
#appTable tbody tr .row.row_left {
  text-align: left;
}
#appTable tbody tr .row.row_right {
  text-align: right;
}
#appTable tbody tr .row.row_center {
  text-align: center;
}
#appTable tbody tr .row.row_pleft-25 {
  padding-left: 25px;
}
#appTable tbody tr .row.row_pright-25 {
  padding-right: 25px;
}
#appTable tbody tr .row.row_pright-5 {
  padding-right: 5px;
}
#appTable tbody tr .row.row_padding-custom {
  padding-top: unset;
  padding-bottom: unset;
  padding-left: unset;
  padding-right: 10px !important;
}
#appTable tbody tr .row.row_border_left {
  position: relative;
  padding-left: 25px;
}
#appTable tbody tr .row.row_border_left:before {
  content: "";
  position: absolute;
  height: 25%;
  width: 2px;
  background: rgb(6, 198, 126,1);
  box-shadow: 0 0 10px rgb(6, 198, 126,1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#appTable tbody tr .row.row_name {
  min-width: 250px;
}
#appTable tbody tr .row.row_id {
  text-align: center;
  font-size: 18px;
  color: rgb(6, 198, 126,1);
  padding-left: 10px;
  padding-right: unset;
}
#appTable tbody tr .row.row_level .row-inner span {
  display: flex;
  justify-content: center;
}
#appTable tbody tr .row.row_level .row-inner span > i {
  font-size: 13px;
  margin-right: 3px;
  color: transparent !important;
  line-height: 1.2;
}
#appTable tbody tr .row .row-inner {
  line-height: 1;
}
#appTable tbody tr .row .row-inner h1 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#appTable tbody tr .row .row-inner span {
  color: #fff;
  font-size: 17px;
}
#appTable tbody tr .row .row-inner span > i {
  color: #ffb100;
}

.appToolList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appToolList.ToolList-mBottom {
  border-bottom: 1px solid #1f2036;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.appLayout_title h1 {
  color: #fff;
  line-height: 1.1;
}

::-moz-selection {
  background-color: rgb(6, 198, 126,0.2);
  color: rgb(6, 198, 126,1);
}

::selection {
  background-color: rgb(6, 198, 126,0.2);
  color: rgb(6, 198, 126,1);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgb(6, 198, 126,1);
}

::-webkit-scrollbar-track {
  background: #0b0c1b;
  border-left: 1px solid #1a1b2e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

input, select, textarea, button {
  font-family: "Oxanium", -apple-system, "Muli", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input::-moz-placeholder {
  color: #727599;
}

input:-ms-input-placeholder {
  color: #727599;
}

input::placeholder {
  color: #727599;
}

input[value] {
  color: rgb(6, 198, 126,1);
}

.tabcontents {
  display: none;
  -webkit-animation: fadetab 0.5s 1;
          animation: fadetab 0.5s 1;
}

@-webkit-keyframes fadetab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadetab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabactive {
  display: block;
}

#appTable-pagination {
  display: flex;
  border-top: 1px solid #1f2036;
  padding-top: 25px;
  margin-top: 25px;
  justify-content: flex-end;
}
#appTable-pagination ul {
  display: inline-flex;
  margin: 0;
  padding: 0;
  background: #151626;
  border-radius: 2px;
  border: 1px solid #1f2036;
}
#appTable-pagination ul li:first-child {
  border-right: 1px solid #1f2036;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#appTable-pagination ul li:last-child {
  border-left: 1px solid #1f2036;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#appTable-pagination ul li.active a {
  background-color: rgb(6, 198, 126,1);
  color: #0b0c1b;
}
#appTable-pagination ul li a {
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  color: #fff !important;
  height: 100%;
  line-height: 1;
}
#appTable-pagination ul li a:hover {
  background-color: rgb(6, 198, 126,0.2);
}

.drawnApp .appButton {
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 18px;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  transition: all 0.2s linear;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.drawnApp .appButton > i {
  margin-right: 5px;
}

.drawnApp .appButton-hightlight {
  color: #fff;
  background-color: #1a1b2e;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 20px;
}
.drawnApp .appButton-hightlight:hover {
  background: #9867f0;
  color: #fff;
}

.drawnApp .appButton-success {
  background: #2ea44f;
  color: #fff;
  padding: 12px 30px;
  font-weight: 700;
  font-size: 17px;
}

.drawnApp .appButton-shadow {
  box-shadow: 0 0 0 1px rgb(53, 72, 91,0.14), 0 3px 2px rgb(0, 0, 0,0.04), 0 7px 5px rgb(0, 0, 0,0.02), 0 13px 10px rgb(0, 0, 0,0.02), 0 22px 17px rgb(0, 0, 0,0.02) !important;
}

.drawnApp .appButton-primary {
  background-color: rgb(6, 198, 126,1);
  color: #0b0c1b;
}

.drawnApp .appButton-admin {
  background: rgb(219, 8, 8,0.2);
  border: 1px solid rgb(219, 8, 8,1);
  color: rgb(219, 8, 8,1);
  margin-right: 20px;
}

.drawnApp .appButton--flex {
  display: flex;
}

.drawnApp .appButton-large {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 1px;
  width: 200px;
  line-height: 1;
}

.drawnApp .appButton-table {
  padding: unset;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin-left: 5px;
}
.drawnApp .appButton-table i {
  margin: unset !important;
}

.drawnApp .appButton-success {
  background-color: rgb(13, 195, 13,1);
  color: #151626;
}

.drawnApp .appButton-danger {
  background-color: rgb(219, 15, 15,1);
  color: #151626;
}

.drawnApp .appButton-warning {
  background-color: rgb(252, 176, 61,1);
  color: #151626;
}

input[value] {
  color: rgb(6, 198, 126,1);
}

.appInput {
  height: 45px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  outline: unset;
  transition: all 0.2s linear;
}
.appInput:focus, .appInput:hover {
  border-color: rgb(6, 198, 126,1);
  color: rgb(6, 198, 126,1);
  box-shadow: 0 0 0 5px rgb(6, 198, 126,0.2);
}
.appInput[value] {
  color: rgb(6, 198, 126,1);
}
.appInput.appInput-light {
  background-color: #1f2036;
}
.appInput.appInput-dark {
  background-color: #0b0c1b;
}
.appInput.appInput-darker {
  background-color: #151626;
}

/** 
 * Header
**/
#appLayout_header {
  position: relative;
  background: #1f2036;
}
#appLayout_header .appLayout_headerInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

#appLayout_navbar {
  position: relative;
  display: flex;
  align-items: center;
}
#appLayout_navbar li.appNavbar-deviderAfter {
  border-right: 1px solid #1a1b2e;
}
#appLayout_navbar li.appNavbar-deviderBefore {
  border-left: 1px solid #1a1b2e;
}
#appLayout_navbar li .appNavbar-highlight {
  background: rgb(6, 198, 126,1);
}
#appLayout_navbar li .appNavbar-highlight > span,
#appLayout_navbar li .appNavbar-highlight > i {
  color: #151626 !important;
}
#appLayout_navbar li .appNavbar-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 90px;
  width: 100px;
  overflow: hidden;
}
#appLayout_navbar li .appNavbar-item .appNavbar-notify {
  position: absolute;
  background: rgb(6, 198, 126,1);
  box-shadow: 0 0 7px rgb(6, 198, 126,0.5);
  border-radius: 100px;
  height: 16px;
  line-height: 19px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b0c1b !important;
  font-weight: 600;
  font-size: 9px !important;
  top: 8px;
  right: 25px;
  transform: rotate(25deg);
}
#appLayout_navbar li .appNavbar-item.appNavbar-important:before {
  background-color: #ffb100;
  box-shadow: 0 0 20px #ffb100;
}
#appLayout_navbar li .appNavbar-item.appNavbar-important > i {
  color: #ffb100;
}
#appLayout_navbar li .appNavbar-item.appNavbar-important.active > i, #appLayout_navbar li .appNavbar-item.appNavbar-important:hover > i {
  color: #ffb100;
}
#appLayout_navbar li .appNavbar-item.appNavbar-admin:before {
  background-color: #e00a0a;
  box-shadow: 0 0 20px #e00a0a;
}
#appLayout_navbar li .appNavbar-item.appNavbar-admin > i {
  color: #e00a0a;
}
#appLayout_navbar li .appNavbar-item.appNavbar-admin.active > i, #appLayout_navbar li .appNavbar-item.appNavbar-admin:hover > i {
  color: #e00a0a;
}
#appLayout_navbar li .appNavbar-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0;
  background: rgb(6, 198, 126,1);
  box-shadow: 0 0 20px rgb(6, 198, 126,1);
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
#appLayout_navbar li .appNavbar-item.active:before, #appLayout_navbar li .appNavbar-item:hover:before {
  width: 55%;
  opacity: 1;
  visibility: visible;
  transition: ease-in 0.3s;
}
#appLayout_navbar li .appNavbar-item.active > i, #appLayout_navbar li .appNavbar-item:hover > i {
  color: rgb(6, 198, 126,1);
}
#appLayout_navbar li .appNavbar-item.active > span, #appLayout_navbar li .appNavbar-item:hover > span {
  color: #fff;
}
#appLayout_navbar li .appNavbar-item > i {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
#appLayout_navbar li .appNavbar-item > span {
  color: #727599;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.5px;
}

#servers {
  background-color: #1f2036;
  border-radius: 10px;
}
#servers .server-row {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
#servers .server-row .col-row:not(.row_server_name) h1 {
  margin: unset;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#servers .server-row .col-row.row_server_name {
  min-width: 250px;
}

.server-status-online {
  color: rgb(13, 195, 13,1) !important;
}

.server-status-offline {
  color: rgb(13, 195, 13,1) !important;
}

/***
 * Search
***/
#appSearch {
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
}
#appSearch input {
  height: 50px;
  padding: 0 50px 0 20px;
  border-radius: 5px;
  background-color: #151626;
  font-size: 13px;
  border: 0;
  border: 1px solid #1f2036;
  color: #fff;
  width: 225px;
  outline: unset;
  transition: all 0.15s linear;
}
#appSearch input:focus, #appSearch input:active, #appSearch input:focus-visible, #appSearch input:hover {
  border-color: rgb(6, 198, 126,1);
  color: rgb(6, 198, 126,1);
}
#appSearch input:focus::-moz-placeholder, #appSearch input:active::-moz-placeholder, #appSearch input:focus-visible::-moz-placeholder, #appSearch input:hover::-moz-placeholder {
  color: rgb(6, 198, 126,1);
}
#appSearch input:focus:-ms-input-placeholder, #appSearch input:active:-ms-input-placeholder, #appSearch input:focus-visible:-ms-input-placeholder, #appSearch input:hover:-ms-input-placeholder {
  color: rgb(6, 198, 126,1);
}
#appSearch input:focus::placeholder, #appSearch input:active::placeholder, #appSearch input:focus-visible::placeholder, #appSearch input:hover::placeholder {
  color: rgb(6, 198, 126,1);
}
#appSearch input:focus ~ button, #appSearch input:active ~ button, #appSearch input:focus-visible ~ button, #appSearch input:hover ~ button {
  background-color: rgb(6, 198, 126,1);
  color: #151626;
}
#appSearch button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #1f2036;
  right: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(6, 198, 126,1);
  transition: all 0.15s linear;
  border: unset;
  outline: unset;
  cursor: pointer;
}

body.drawnApp-admin {
  background: #0b0c1b;
}
body.drawnApp-admin input, body.drawnApp-admin select {
  height: 45px;
  padding: 0 15px;
  background-color: #0b0c1b;
  border: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: unset;
  color: #fff;
  border-radius: 3px;
}

.appContent-fields {
  position: relative;
  margin-bottom: 30px;
  background-color: #1a1b2e;
  border: 1px solid #1f2036;
  padding: 20px;
  border-radius: 5px;
}
.appContent-fields > h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1a1b2e;
  padding-bottom: 20px;
}
.appContent-fields .filedRow-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.appContent-fields .filedRow-inner .filedRow-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 10px;
}
.appContent-fields .filedRow-inner .filedRow-row:last-of-type {
  margin-right: unset;
}
.appContent-fields .filedRow-inner .filedRow-row label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1;
}
.appContent-fields .filedRow-inner .filedRow-row label > span {
  color: #d50b0b;
  font-size: 19px;
  position: relative;
  top: 3px;
}
.appContent-fields .filedRow-inner button {
  padding: 10px 20px;
  height: 44px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 10px;
  background: rgb(11, 219, 8,0.2);
  border: 1px solid rgb(11, 219, 8,1);
  color: rgb(11, 219, 8,1);
  font-size: 15px;
  border-radius: 3px;
  transition: all 0.15s linear;
  cursor: pointer;
}
.appContent-fields .filedRow-inner button:hover {
  background: rgb(11, 219, 8,1);
  color: #0b0c1b;
}

.ist-success {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px;
  border-radius: 5px;
  background: rgb(11, 219, 8,1);
  color: #0b0c1b;
  font-size: 17px;
  font-weight: 500;
}

.ist-danger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px;
  border-radius: 5px;
  background: rgb(219, 8, 8,1);
  color: #0b0c1b;
  font-size: 17px;
  font-weight: 500;
}

.ist-dismissable button {
  border: unset;
  font-size: 25px;
  cursor: pointer;
  color: #0b0c1b;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

/**
 * Login
**/
div#appLogin-form {
  background-color: #0b0c1b;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  height: 100vh;
  z-index: 10000000000000000;
}
div#appLogin-form .appPage-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div#appLogin-form .appPage-poster {
  transition: ease-in 0.3s;
  background-color: #1f2036;
}

form#appLogin {
  min-width: 400px;
}

.appFileds-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.appFields-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px dashed #1f2036;
  padding-bottom: 30px;
}
.appFields-header h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
.appFields-header h2 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
}

.appFields-buttons {
  border-top: 1px dashed #1f2036;
  padding-top: 30px;
}
.appFields-buttons button {
  width: 100%;
  padding: 15px;
  background-color: rgb(6, 198, 126,1);
  color: #0b0c1b;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 0 10px rgb(6, 198, 126,1);
  transition: ease-in-out 0.3s;
}
.appFields-buttons button:hover {
  border-radius: 100px;
  transition: ease-in 0.3s;
}

@media screen and (min-width: 979px) and (max-width: 1050px) {
  .table-responsive {
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 800px) and (max-width: 979px) {
  div#appLogin-form .appPage-poster {
    left: -100vh;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: ease-in-out 0.3s;
  }
  .appContent-fields .filedRow-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .appContent-fields .filedRow-inner button {
    margin-left: unset;
    text-align: center;
    justify-content: center;
  }
  .table-responsive {
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
  .row_responsive {
    display: none;
  }
  #appLayout_header .appLayout_headerInner {
    flex-direction: column;
  }
  #appLayout_navbar {
    width: 100%;
    justify-content: space-between;
  }
  .appLayout_logo {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  form#appLogin {
    min-width: 100%;
  }
  .appFields-header h1 {
    font-size: 24px;
  }
  .appFields-header h2 {
    font-size: 13px;
  }
  div#appLogin-form .appPage-flex {
    padding: 0 50px;
  }
  div#appLogin-form .appPage-poster {
    left: -100vh;
    opacity: 0;
    visibility: hidden;
    width: 0;
    padding: 0 !important;
    transition: ease-in-out 0.3s;
  }
  .appContent-fields .filedRow-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .appContent-fields .filedRow-inner button {
    margin-left: unset;
    text-align: center;
    justify-content: center;
  }
  .table-responsive {
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
  .row_responsive {
    display: none;
  }
  #appLayout_header .appLayout_headerInner {
    flex-direction: column;
  }
  #appLayout_navbar {
    width: 100%;
    justify-content: space-between;
  }
  .appLayout_logo {
    display: none;
  }
  #appLayout_navbar li {
    width: 100%;
  }
  #appLayout_navbar li .appNavbar-item {
    width: 100%;
  }
  #appLayout_navbar li .appNavbar-item > span {
    display: none;
  }
  #appLayout_navbar li .appNavbar-item > i {
    margin-bottom: unset;
  }
}