body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

*, h1, p {
  margin: 0;
}

a {
  color: #00B7FF;
}

.btn {
  cursor: pointer;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  transition: .5s;
}

.btn__primary {
  background-color: #daecff;
}

.btn__primary:hover {
  background-color: #97c3f3;
}

.btn__noactive {
  background-color: #dddddd;
  cursor: default;
}

/*SPINER*/
#load-1 {
  display: none;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #5b5b5b;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.error__span {
  cursor: pointer;
  transition: .5s;
}
.error__span:hover {
  color: #581f1f;
}
.login__page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default_input {
  margin-bottom: 15px;
}
.code-text {
  padding: 15px;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  height: 45px;
  background-color: #111141;
  color: #ffffff;
  border-radius: 10px;
  transition: .5s;
  display: none;
}

button {
  transition: .5s;
}

.default__title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.number__input {
  height: 35px;
  width: 70px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #adadad;
  padding: 0 10px;
}

.code__icon, .uncode__icon {
  cursor: pointer;
}
.uncode__icon {
  display: none;
}
.html__block {
  padding: 15px;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
  background-color: #fafafa;
  border-radius: 10px;
  transition: .5s;
}
#modal-wrapper, #modal-metka {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #0000008f;
  padding: 30px;
  z-index: 999;
}

i.far.fa-times-circle {
  margin-left: 10px;
}
.int__inp {
  display: none;
}

.plus__pack__int {
  font-size: 20px;
  color: green;
  cursor: pointer;
}
.pack__up__block {
  transition: .3s;
}
.pack__up__block:hover {
  padding: 5px 15px;
  background-color: rgb(250 250 250);
  border-radius: 10px;
  display: inline-block;
  cursor: default;
}

.new__pack__block {
  background-color: rgb(250 250 250);
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}

.update__pack__icon {
  opacity: 0;
  margin-left: 20px;
  cursor: pointer;
  transition: .3s;
}
.update__pack__icon:hover {
  color: #00B7FF;
}

.pack__up__block:hover .update__pack__icon {
  opacity: 1;
}

/*SITES STYLES*/

.logo__title {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #36A0A7;
}
.logo__title > span {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.footer__copyright {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.card__body {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.code__mark {
  color: #731429;
  background-color: rgba(231, 37, 86, 0.22);
  border-radius: 3px;
  padding: 1px 4px;
}
.default__content__body {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  overflow-x: auto;
}
table, th, td {
  border: 1px solid #b0b0b0;
}
table {
  border-collapse: collapse;
}
th, td {
  padding: 2px 10px;
}
.title {
  position: relative;
  z-index: 2;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: -0.04em;
  max-width: 50%;
  color: #363636;
  margin-bottom: 40px;
}
.green__bold {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: -0.04em;
  color: #36A0A7;
}