* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  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;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
body {
  font-family: Montserrat;
  font-weight: 600;
  height: 100%;
  background: rgb(245, 245, 245);
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.header {
  background: rgb(64, 64, 64);
  padding: 11px 20px;
}
.header .title {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  margin-left: 20px;
}

.main {
  padding: 80px 0 40px;
}
.main .form__container {
  max-width: 390px;
  margin: 0 auto;
  padding: 40px 55px;
  background: rgb(255, 255, 255);
}
.main .form__title {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  margin-bottom: 38px;
}
.main .form__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  margin-bottom: 4px;
}
.main .form__input {
  padding: 10px 13px;
  border: 1px solid rgb(156, 156, 156);
  width: 100%;
  margin-bottom: 32px;
  font-weight: 700;
}
.main .form__input::-moz-placeholder {
  color: rgb(156, 156, 156);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
.main .form__input::placeholder {
  color: rgb(156, 156, 156);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
.main .form__button {
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 18px;
  background: rgb(169, 10, 59);
  margin-bottom: 20px;
  margin: 0 auto;
  display: flex;
  margin-top: 12px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.main .form__reg {
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.main .form__reg a {
  color: rgb(169, 10, 59);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-decoration-line: underline;
}
.main .input__container {
  position: relative;
}
.main .error__text {
  position: absolute;
  bottom: 5px;
  color: red;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.main .error__text.visible {
  display: block;
}
.main .form__button.disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.main .error__text.visible {
  opacity: 1;
}

.form__reg a {
  display: inline-block;
  margin-left: 2px;
}

.entry .forgot-password {
  color: rgb(169, 10, 59);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-decoration-line: underline;
}
.entry .error__text {
  position: absolute;
  bottom: 15px;
}
.entry .error__password-text {
  bottom: 30px;
}
.entry .input__container-password {
  position: relative;
}
.entry .show-password {
  top: 27px;
  position: absolute;
  right: 9px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.forgot-password .form__title-container {
  position: relative;
}
.forgot-password .form__title-img {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.admin-panel .main {
  padding: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.admin-panel .header__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.admin-panel .dropdown {
  position: relative;
}
.admin-panel .select {
  padding-right: 25px;
}
.admin-panel .dropdown__username {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
  padding-right: 26px;
}
.admin-panel .dropdown__username::after {
  content: "";
  position: absolute;
  background-image: url(../img/header/arrow-down.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: transform 0.3s;
}
.admin-panel .dropdown__username.active::after {
  transform: rotate(180deg);
}
.admin-panel .dropdown__menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 140px;
  right: 24px;
  top: 30px;
  padding: 7px 11px;
  padding-left: 40px;
  border-top: 1px solid rgb(255, 255, 255);
  border-radius: 0px 0px 4px 4px;
  background: rgb(64, 64, 64);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.admin-panel .dropdown__menu.active {
  opacity: 1;
  visibility: visible;
}
.admin-panel .dropdown__text {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.admin-panel .dropdown__text a {
  color: white;
}
.admin-panel .dropdown__text:nth-child(1) {
  position: relative;
  margin-bottom: 14px;
}
.admin-panel .dropdown__text:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url(../img/header/edit.svg);
  background-repeat: no-repeat;
  left: -30px;
  top: -3.5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.admin-panel .dropdown__text:nth-child(2) {
  position: relative;
  margin-bottom: 5px;
}
.admin-panel .dropdown__text:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url(../img/header/exit.svg);
  background-repeat: no-repeat;
  left: -30px;
  top: -3.5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.admin-panel .main-admin__inner {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  height: 100%;
}
.admin-panel .nav-panel__title {
  color: white;
}
.admin-panel .nav-link {
  display: block;
}
.admin-panel .nav-link span {
  display: inline-block;
  color: white;
  white-space: nowrap;
}
.admin-panel .admin__nav {
  background: rgb(85, 85, 85);
  min-width: 270px;
}
.admin-panel .admin__content {
  width: 100%;
  margin-left: 20px;
}
.admin-panel .admin__lists {
  margin-top: 40px;
  padding: 0 0 0 40px;
  max-width: 270px;
}
.admin-panel .target-link {
  border-radius: 15px 0px 0px 15px;
  background: rgb(169, 10, 59);
  position: relative;
}
.admin-panel .admin__section {
  margin-top: 40px;
}
.admin-panel .admin__top-content {
  display: flex;
  justify-content: space-between;
}
.admin-panel .admin__selects-group {
  display: flex;
}
.admin-panel .form-group__container {
  display: flex;
}
.admin-panel .search-point {
  display: flex;
}
.admin-panel .name-group-titles {
  display: flex;
  margin-bottom: 40px;
}
.admin-panel .main-content__title-text {
  display: inline-block;
}
.admin-panel .main-content-list {
  padding: 10px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 440px 155px 145px 200px 140px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.admin-panel .main-content__control {
  margin-left: 30px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.admin-panel .main-content__title-container {
  display: flex;
  align-items: flex-start;
}
.admin-panel .main-content__title-container input {
  margin-right: 16px;
}
.admin-panel .main-content__title {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-direction: column;
}
.admin-panel .main-content__control-text {
  color: rgb(35, 64, 166);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}
.admin-panel .main-content__control-delate {
  color: rgb(169, 10, 59);
}
.admin-panel .odd {
  background: rgb(231, 234, 239);
}
.admin-panel .even {
  background: rgb(243, 243, 243);
}
.admin-panel .admin-panel__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 40px;
}
.admin-panel .form-group {
  display: flex;
}
.admin-panel .input__groups {
  display: flex;
}
.admin-panel .input__container {
  display: flex;
  flex-direction: column;
}
.admin-panel .input__add-container label {
  display: inline-block;
  margin-bottom: 3px;
}
.admin-panel .add__form {
  display: flex;
  justify-content: space-between;
}
.admin-panel .column-categories__sides {
  display: flex;
}
.admin-panel .add__column {
  background: rgb(231, 234, 239);
  margin-bottom: 40px;
  max-width: 250px;
}
.admin-panel .often-categories-item {
  display: none;
}
.admin-panel .categories-sides__container.active {
  display: block;
}
.admin-panel .categories-sides__container {
  display: none;
}
.admin-panel .categories-form__container {
  display: none;
}
.admin-panel .categories-side-column__container {
  overflow-y: auto;
}

.column-img__link {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.select-img {
  max-height: 200px;
  margin-top: 10px;
  display: none;
  margin-top: 10px;
  max-width: 100%;
}

.remove-img {
  display: none;
  cursor: pointer;
  color: rgb(169, 10, 59);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-decoration-line: underline;
  margin-top: 10px;
}

.teg-item {
  text-decoration: underline;
}

.most-popular-tegs {
  display: none;
}

.most-popular-tegs.active {
  display: block;
}

.new-tag-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.new-tag-input {
  padding: 5px;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  height: 90%;
  max-width: 1200px;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content h4 {
  margin-bottom: 10px;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  align-self: flex-end;
}

#cropperContainer {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#cropperImage {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#cropImageBtn {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#cropImageBtn:hover {
  background-color: #45a049;
}

.edit-profile__form {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

#passwordInputDiv {
  display: none;
  margin-top: 10px;
}

.new-tag-input-container {
  display: none;
}

.nav-panel__container .target-li {
  position: relative;
}
.nav-panel__container .target-li::after {
  content: "";
  position: absolute;
  background-image: url(/img/target-link-decor.svg);
  background-repeat: no-repeat;
  right: 0px;
  top: 0px;
  width: 14px;
  height: 28px;
}

.nav-panel__title {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 15px;
}

.nav-link {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 9px;
  padding: 5px 20px 5px 12px;
}

.admin__title {
  color: rgb(0, 0, 0);
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 49px;
  text-align: left;
  font-weight: 600;
}

.all__add-button {
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 18px;
  background: rgb(169, 10, 59);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.all-news__categories-item {
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
  color: #000;
}

.current-categories__item {
  color: rgb(169, 10, 59);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.all__select {
  padding: 8px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  margin-right: 8px;
}

.all__option {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}

.all__button {
  padding: 8px;
  color: rgb(169, 10, 59);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid rgb(169, 10, 59);
  border-radius: 4px;
}

.search__input {
  box-sizing: border-box;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  padding: 5px;
  font-family: Montserrat;
  margin-right: 8px;
}

.active__button {
  box-sizing: border-box;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 4px;
  padding: 16px;
  display: inline-block;
}

.left-active {
  background: url(../img/all/right-active.svg) center center no-repeat;
  background-size: 16px 16px;
  transform: scale(-1, 1);
  margin-right: 8px;
}
.left-active:disabled {
  background: url(../img/all/left-active.svg) center center no-repeat;
  transform: none;
}

.right-active {
  background: url(../img/all/right-active.svg) center center no-repeat;
  background-size: 16px 16px;
  margin-left: 8px;
}
.right-active:disabled {
  background: url(../img/all/left-active.svg) center center no-repeat;
  transform: scale(-1, 1);
}

.admin__selects-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.search__button {
  margin-right: 30px;
}

.number-active {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  width: 35px;
  height: 35px;
  text-align: center;
}

.number-static {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.name-group-titles {
  background: rgb(169, 10, 59);
  margin-bottom: 0px !important;
  justify-content: space-between;
  padding: 10px;
  display: grid !important;
  grid-template-columns: 440px 155px 145px 200px 140px;
  grid-template-rows: 1fr;
}

.name-user-titles {
  background: rgb(169, 10, 59);
  margin-bottom: 0px !important;
  justify-content: space-between;
  padding: 10px;
  display: grid !important;
  grid-template-columns: 420px 200px 260px 190px;
  grid-template-rows: 1fr;
}

.user-content-list {
  padding: 10px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 420px 200px 260px 190px !important;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.checkbox__container input {
  margin-right: 16px;
}

.title__text {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}

.main-content__title {
  display: flex;
  align-items: flex-start;
}

.main-content__title-text a {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.categores-sides__title-container {
  display: flex;
  justify-content: space-between;
}

.all-categories {
  padding: 0 8px;
}
.all-categories.active {
  background-color: #fff;
}

.often-categories {
  padding: 0 8px;
}
.often-categories.active {
  background-color: #fff;
}

.categories-side__title {
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}

.categories-side-column__container {
  background-color: #fff;
}
.categories-side-column__container label {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}

.all-categories-item.active {
  margin-bottom: 3px;
  padding-left: 8px;
}
.all-categories-item.active:first-child {
  margin-top: 11px;
}
.all-categories-item.active:last-child {
  margin-bottom: 11px;
}

.often-categories-item.active {
  margin-bottom: 3px;
  padding-left: 8px;
}
.often-categories-item.active:first-child {
  margin-top: 11px;
}
.often-categories-item.active:last-child {
  margin-bottom: 11px;
}

.column-categories__link {
  color: rgb(169, 10, 59);
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-decoration-line: underline;
  display: inline-block;
  margin: 12px 0;
}

.categories-form__input {
  padding: 8px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  width: 100%;
  margin-bottom: 12px;
}

.categories-form__button {
  color: rgb(169, 10, 59);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px;
  border: 1px solid rgb(169, 10, 59);
  border-radius: 4px;
}

.add__main-content {
  margin-right: 20px;
  max-width: 860px;
}

.input__add-container input {
  box-sizing: border-box;
  border: 1px solid rgb(0, 0, 0);
  width: 100%;
  padding: 15px 20px;
  color: rgb(156, 156, 156);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 40px;
}

.add__column {
  padding: 16px 7px 24px 12px;
}

.add__column-title {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 24px;
  display: inline-block;
}

.add-column__subtile {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.add__column-point-item {
  margin-bottom: 12px;
}

.bold-item {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.edit-link {
  color: rgb(169, 10, 59);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration-line: underline;
}

.button-submit {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid rgb(169, 10, 59);
  border-radius: 4px;
  background: rgb(169, 10, 59);
  padding: 8px;
  margin-right: 12px;
}

.button-save {
  color: rgb(169, 10, 59);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  border: 1px solid rgb(169, 10, 59);
  border-radius: 4px;
  padding: 8px;
}

.inputs-shared__container {
  background: rgb(255, 255, 255);
  padding: 12px 8px;
}

.input-shared__container label {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}

.column-img__link {
  color: rgb(169, 10, 59);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-decoration-line: underline;
}

.add__column-tag-all {
  color: rgb(0, 0, 0);
  display: inline-block;
  height: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  background-color: #fff;
  padding: 0 8px;
}

.add__tag-list {
  background: rgb(255, 255, 255);
  padding: 12px 8px;
  margin-bottom: 8px;
}

.add__tag-item {
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}
.add__tag-item span {
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  border-radius: 4px;
  background: rgb(163, 237, 171);
  padding: 4px;
  display: inline-block;
  margin-left: 4px;
}

.add__tag-link {
  color: rgb(169, 10, 59);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-decoration-line: underline;
}

.type-of-content__title {
  margin-bottom: 16px;
}

.type-of-content__list {
  background: rgb(255, 255, 255);
  padding: 11px 8px;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.type-of-content__list label {
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}

.add__column-point-item select {
  padding: 8px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.add__column-point-item button:first-of-type {
  color: rgb(169, 10, 59);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid rgb(169, 10, 59);
  border-radius: 4px;
  padding: 8px;
  margin-left: 8px;
}
.add__column-point-item .cancel-button {
  color: rgb(169, 10, 59);
  text-decoration-line: underline;
  border: 0px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  margin: 0 !important;
}

.add__tag-link {
  cursor: pointer;
}

.new-tag-input-container {
  display: none;
  margin-top: 10px;
}

.new-tag-input {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  padding: 8px;
  background: rgb(255, 255, 255);
  width: 100%;
  margin-bottom: 12px;
}

.add-tag-btn {
  color: rgb(169, 10, 59);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px;
  border: 1px solid rgb(169, 10, 59);
  border-radius: 4px;
  margin-right: 24px;
}

.seo-radio {
  margin-right: 13px;
}

.add__tags-form label {
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}

.edit-profile__point {
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  width: 160px;
  display: inline-block;
  margin-right: 41px;
}

.edit-profile__input {
  width: 280px;
  padding: 11px 10px;
  border: 1px solid rgb(156, 156, 156);
  margin-right: 12px;
}
.edit-profile__input.disabled {
  border: 1px solid rgb(231, 234, 239);
}

.edit-profile__ban {
  color: rgb(64, 64, 64);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.edit-profile__btn {
  color: rgb(64, 64, 64);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px;
  border: 1px solid rgb(169, 10, 59);
  border-radius: 4px;
}

.edit-profile__submit {
  border: 1px solid rgb(169, 10, 59);
  border-radius: 4px;
  background: rgb(169, 10, 59);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  width: 210px;
  padding: 8px;
}

.edit-profile__save {
  border: 1px solid rgb(35, 64, 166);
  border-radius: 4px;
  color: rgb(35, 64, 166);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px;
}

.new-password {
  margin-left: 205px;
}

.admin-panel__table {
  width: 100%;
}

.table-header {
  background: rgb(169, 10, 59);
  margin-bottom: 0px !important;
  width: 100%;
}

.table__title {
  display: flex;
  padding: 10px 4px;
}

.table__items {
  padding: 0 4px;
}

.admin-panel__table,
.admin-panel__table th,
.admin-panel__table td {
  border: none;
}

.admin-panel__table {
  border-collapse: collapse;
  font-weight: 500;
}

.main-content__title-container {
  padding: 16px 0 0 0px;
}

.checkbox__container {
  padding-left: 8px;
}

.table__items {
  min-width: 120px;
}