#content {
  margin: 16px 0;
}
.login-block h1 {
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 700;
  margin: 16px 0 40px 0;
  color: #000;
}
form.max-width-m {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.form-block {
  display: grid;
  align-items: center;
  gap: 8px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  margin: 16px 0;
}
.form-block input {
  border: 1px solid rgba(198, 198, 198, 1);
  border-radius: 5px;
  padding: 16px;
}
.form-block input::placeholder {
  color: rgba(198, 198, 198, 1);
}
.password-wrapper {
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: calc(50% + 17px + 8px);
  transform: translateY(calc(-50% - 17px + 6px));
  cursor: pointer;
}
.has-error > .toggle-password {
  top: calc(50% + 7px);
  transform: translateY(calc(-50% - 11px));
}
.max-width-m .checkbox {
  display: grid;
  grid-template-columns: 21px auto max-content;
  align-items: center;
  gap: 8px;
}
.max-width-m .checkbox input[type="checkbox"] {
  position: static;
  margin: 0;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(198, 198, 198, 1);
  border-radius: 5px;
}
.max-width-m .checkbox a {
  justify-self: end;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: rgba(89, 89, 89, 1);
  text-decoration: underline;
}
.max-width-m .remember {
  min-height: auto;
  font-family: "Roboto";
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: rgba(89, 89, 89, 1);
}

.form-buttons {
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  align-items: center;
  margin: 16px 0;
}
.max-width-m .form-buttons input {
  font-family: "Roboto";
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 16px;
  border-radius: 5px;
  background-color: rgba(20, 161, 40, 1);
  border: none;
  transition: all 0.3s;
}
.max-width-m .form-buttons input:hover {
  background-color: #7dc987;
}
.max-width-m .form-buttons a {
  text-decoration: underline;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: rgba(89, 89, 89, 1);
  transition: all 0.3s;
}
.max-width-m .form-buttons a {
  opacity: 0.8;
}
.btn-full {
  background-color: rgba(20, 161, 40, 1);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  text-align: center;
  border-radius: 5px;
  border: none;
  width: 100%;
  transition: all 0.3s;
}
.btn-full:hover {
  background-color: #7dc987;
}
.has-error .help-block,
.checkbox.has-error .error,
.has-error.checkbox label {
  color: rgba(255, 0, 0, 1) !important;
}
.form-block.has-error input {
  border: 1px solid rgba(255, 0, 0, 1);
}
.checkbox.has-error .error {
  grid-column: 1 / 3;
}

.account-icons-list {
  display: grid;
  gap: 8px;
  margin: 0 0 16px 0;
}
.account-icons-list > a {
  border: 1px solid rgba(198, 198, 198, 1);
  padding: 16px;
  border-radius: 5px;
}
.account-icons-list > a > .account-item {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 8px;
  align-items: center;
}
.account-icons-list > a > .account-item h6 {
  margin: 0;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: rgba(60, 60, 60, 1);
}
.account-container {
  display: grid;
}
h1 {
  font-family: "Roboto";
  font-size: 18px !important;
  font-weight: 700;
  color: rgba(60, 60, 60, 1) !important;
  margin-bottom: 24px;
}
.ac-block ul li {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: space-between;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: rgba(60, 60, 60, 1);
}
.ac-block ul {
  display: grid;
  gap: 8px;
}
.ac-block > .btn-edit {
  display: inline-grid;
  grid-template-columns: max-content max-content;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(89, 89, 89, 1);
  padding: 12px 24px 12px 16px;
  border-radius: 5px;
  margin: 16px 0;
}
.ac-block > .btn-edit span {
  margin-top: 1px;
  color: rgba(89, 89, 89, 1);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}
.order-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.order-list-left {
  display: grid;
  grid-auto-flow: row;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.order-list-right {
  min-width: 140px;
}
.product-list-info {
  display: flex;
}
.order-product-list_right li {
  display: flex;
  gap: 10px;
}
.table > tbody > tr > td {
  padding: 16px 8px!important;
}
@media (min-width: 1200px) {
  .max-width-m {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .account-icons {
    padding-right: 16px;
  }
  .account-watched .col-md-9 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .max-width-m {
    max-width: 400px !important;
  }
  .order-list-left {
    grid-auto-flow: column;
  }
}
@media (min-width: 450px) {
  .account-container {
    grid-template-columns: 400px;
  }
}
