/* .spinner_scroll_visibility{
    margin-left: 158px;
} */

._container_relative {
  position: relative;
  max-width: 1165px;
}
.member_grid {
  display: grid;
  grid-gap: 20px;
  padding: 10px 10px;
  grid-template-columns: 260px 1fr;
  align-items: start;
}
.member_section {
  width: 260px;
  position: fixed;
  display: flex;
  flex-direction: column;
  /* justify-content: start; */
  z-index: 1;
  /* padding-top: 15px; */
  padding-bottom: 5px;
  border-radius: 8px;
  /* background-color: #c3c3c348; */
  /* align-items: center; */
  transition: opacity 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.edit_member_section {
  opacity: 0;
  width: 300px;
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 1;
  /* padding-top: 15px; */
  padding-bottom: 5px;
  border-radius: 8px;
  /* background-color: #c3c3c348; */
  align-items: center;
  transition: opacity 0.2s;
}
.member_date_profile {
  font-family: "Arciform", sans-serif;
  line-height: 1.1;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-bottom: 4px;
}
._member_id_admin {
  font-family: "GOTHIC", sans-serif;
  width: min-content;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  padding: 0 2px;
  border: 1px solid #5e5e5e;
  border-radius: 4px;
  margin-bottom: 3px;
  white-space: nowrap;
}

/* ---ФОТО ПРОФИЛЯ------------------- */
#member_date_photo_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member_photo_container {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#photo_profile {
  width: 260px;
  border-radius: 50%;
  border: 1px solid #8c8989;
}
.a_svg_del_photo {
  /* position: absolute;
  top: 90%;
  left: 7%; */
}
.a_svg_add_photo {
  /* position: absolute;
  top: 46%;
  left: 6%; */
}
.svg_add_photo {
  width: 30px;
  height: auto;
  fill: #808080;
}
.svg_del_photo {
  width: 19px;
  height: auto;
  fill: #808080;
}

/* ---НИКНЕЙМ ПРОФИЛЯ----------------------- */

.member_nickname_container {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 7px;
}
.svg_edit_profile {
  position: absolute;
  top: 43%;
  left: 6%;
  width: 20px;
  height: auto;
  fill: #808080;
}
.member_nickname {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Appetite", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 26px;
  color: #e7a426;
  text-align: center;
  padding: 0.2em 0.5em;
  overflow: hidden;
}
.member_region {
  display: inline-block;
  font-family: "Arciform", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 18px;
  text-align: center;
  padding: 0.2em 0.5em;
  max-width: 70%;
}

/* ----- ИЗМЕНИТЬ НИКНЕЙМ --------------- */

.container_form_update_nickname {
  display: flex;
  justify-content: center;
}
.form_update_nickname {
  width: 80%;
}
.label_update_nickname {
  display: block;
}
.input_update_nickname {
  display: block;
  width: 100%;
  color: #616161;
  /* height: calc(2.25rem + 2px); */
  font-size: 14px;
  background-color: #ffffff00;
  /* line-height: 1; */
  /* background-clip: padding-box; */
  border-bottom: 1px solid #adadad;
  /* border-radius: .25rem; */
  padding: 4px 5px;
  margin-top: 2px;
}
.input_update_nickname_red {
  border: 2px solid #ff2c55;
}
.div_buttons_update_nickname {
  display: flex;
  justify-content: center;
}
.btn_update_nickname {
  font-size: 14px;
  font-weight: 600;
}
.cancel_update_nickname {
  font-size: 14px;
  font-weight: 600;
  margin-right: 50px;
}

/* ---ПРИВЕТ.ВИДЕО ПРОФИЛЬ-------------------- */

.member_preview_video_container {
  position: relative;
  width: 100%;
  text-align: center;
}
.a_member_preview_video {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
}
.svg_member_preview_video {
  fill: #ad8841;
  box-shadow: 3.5px 3.5px 0 0 #a1a1a1;
  transition: box-shadow 0.2s linear;
  width: 50px;
  height: auto;
}
.svg_member_preview_video:hover {
  box-shadow: 2px 2px 0 0 #7c7c7c;
  transition: box-shadow 0.2s linear;
}
.text_preview_video {
  display: block;
  width: 260px;
  text-align: center;
  /* white-space: nowrap; */
  font-family: "Appetite", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  border: 2px solid #f2b139;
  border-radius: 7px;
  padding: 8px 10px 6px 10px;
  font-weight: 700;
  font-size: 12.5px;
  transition: background-color 0.2s linear;
}
.text_preview_video_check {
  font-family: "GOTHIC", sans-serif;
  line-height: 1.1;
  letter-spacing: 1.2px;
  border-color: #929292;
  margin-bottom: 5px;
}
._red_background {
  background-color: #ff00002c;
}
.text_preview_video_check_cancel {
  margin-top: 4px;
  padding: 5px 35px;
  border-radius: 8px;
  /* animation: blink 1.3s infinite; */
}
/* @keyframes blink {
  50% {
    opacity: 40%;
  }
} */
.a_svg_del_preview_video {
  position: absolute;
  top: 33%;
  left: 7%;
}
.svg_del_preview_video {
  width: 19px;
  height: auto;
  fill: #808080;
}

/* ------ФАМИЛИЯ ИМЯ---ПОЧТА--------- */
/* ------ВЫЙТИ---ДАТА РЕГИСТРАЦИИ---- */

.member_name_profile {
  font-family: "Arciform", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  padding-bottom: 2px;
  text-align: center;
}

.member_emale_profile {
  font-family: "Arciform", sans-serif;
  color: #b17300;
  font-size: 16px;
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 6px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.data_profile {
  white-space: wrap;
  overflow: hidden;
}
.btn_exit {
  display: block;
  border: 1px solid #bfbfbf;
  width: 260px;
  background-color: #bfbfbf;
  border-radius: 5px;
  padding: 3px 5px 2px 5px;
  font-family: "Arciform", sans-serif;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: background-color 0.2s linear;
}
._btn_admin {
  width: 70%;
  background-color: #d34b4b;
  font-size: 12px;
  font-family: "GOTHIC", sans-serif;
  color: #000000;
  padding: 5px 0px;
}

/* ----------ПОДПИСКИ----------------- */

.button_subscribe {
  width: 100%;
  font-size: 14px;
  padding: 7px 12px 4px 12px;
}
.div_subscriptions_buttons {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 10px;
}
#my_subscriptions {
  position: relative;
  width: 100%;
}
.__subscribe_buttons {
  width: 100%;
  font-family: "Arciform", sans-serif;
  font-size: 16px;
  color: #444444;
  padding: 5px 12px 5px 12px;
  border: 2px solid #f2b139;
  border-radius: 7px;
  background-color: #ffffff00;
  transition: background-color 0.2s linear;
}
@media (hover: hover) {
  .__subscribe_buttons:hover {
    cursor: pointer;
    background-color: #ffedcd;
    transition: background-color 0.2s linear;
  }
}
.__subscribe_buttons > span {
  color: #b17300;
  pointer-events: none;
}
#subscriptions_lamp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ff2c55;
}

/* ---ОТСУТСТВИИ КОНТЕНТА------------- */

.div_add_video {
  display: flex;
  margin-bottom: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn_add_video {
  font-family: "Appetite", sans-serif;
  line-height: 1;
  font-size: 15px;
  display: inline-block;
  width: min-content;
  max-height: 26px;
  white-space: nowrap;
  padding: 6px 12px 4px 12px;
  vertical-align: middle;
  text-transform: uppercase;
}
.btn_add_video_off {
  border: 1.5px solid transparent;
  background: #ffffff00;
  border-color: #929292;
  cursor: default;
}
.btn_add_video_off:hover {
  cursor: default;
}
.p_add_article {
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-bottom: 10px;
  color: #11c700;
  font-weight: 700;
}
._del_block_video {
  margin-bottom: 0;
  font-size: 16px;
}
._green_text {
  color: #28c700;
}
.member_alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1165px;
  padding: 2px 10px 12px 10px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p_member_alert {
  width: 100%;
  font-family: "Arciform", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 20px;
}
.a_alert {
  color: #ff2c55;
  text-decoration: underline;
}
.div_flag_member_alert {
  display: flex;
  align-items: start;
  margin: 1px 15px 0px 0px;
}
.div_flag_member_alert > input {
  cursor: pointer;
}
.text_member_alert {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
}
.grid_article_member {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, minmax(300px, 375px));
}
.chanel_banner {
  position: relative;
  width: 100%;
  aspect-ratio: 3/1;
  border-radius: 7px;
  border: 1px solid #8c8989;
  overflow: hidden;
  margin: 0px 0px 16px 0px;
}
.chanel_banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._container_slider_B {
  display: none;
}
.edit_chanel_banner{
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%; 
  border: 1px solid #8C8989;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.container_banner_chanel_modal{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10vh;
  width: 320px;
  height: min-content;
  padding: 20px 15px;
  border-radius: 7px;
  border: 2px solid #F2B139;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#form_banner_chanel{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: min-content;
}
.banner_chanel_img_name{
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
._button_banner_chanel{
  padding: 6px 12px 4px 12px;
  font-size: 15px;
  margin-top: 15px;
}
.buttons_banner_chanel{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

@media (max-width: 1280px) {
  .grid_article_member {
    grid-template-columns: repeat(2, minmax(300px, 375px));
  }
  ._container_relative {
    max-width: 770px;
  }
}
@media (max-width: 1024px) {
  .member_grid {
    grid-template-columns: 250px 1fr;
  }
  .member_section,
  #photo_profile,
  .text_preview_video,
  .btn_exit {
    width: 250px;
  }
  .member_nickname {
    font-size: 22px;
  }
  .member_region {
    font-size: 16px;
  }
}
@media (max-width: 970px) {
  .grid_article_member {
    grid-gap: 10px;
  }
}
@media (max-width: 910px) {
  .member_grid {
    grid-template-columns: 200px 1fr;
  }
  .member_section,
  #photo_profile,
  .text_preview_video,
  .btn_exit {
    width: 200px;
  }
  .member_nickname {
    font-size: 18px;
  }
  .member_region {
    font-size: 15px;
  }
  .member_name_profile {
    font-size: 16px;
  }
  .member_emale_profile {
    font-size: 15px;
  }
}
@media (max-width: 850px) {
  ._container_relative {
    max-width: 375px;
  }
  .grid_article_member {
    grid-template-columns: repeat(1, minmax(300px, 375px));
  }
  .p_member_alert {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
}
@media (max-width: 540px) {
  .member_grid {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
  }
  .div_member_section {
    width: 100%;
  }
  .member_section {
    width: 100%;
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 0;
    border-bottom: 1px solid #8c8989;
    margin-bottom: 6px;
  }
  .admin_member_section {
    flex-direction: column;
  }
  .member_photo_container,
  ._btn_admin {
    width: 165px;
  }
  #photo_profile {
    width: 100%;
  }
  #_member_data {
    width: 200px;
  }
  .member_nickname_container {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .svg_edit_profile {
    position: absolute;
    top: 43%;
    left: unset;
    right: 6%;
    width: 20px;
    height: auto;
    fill: #808080;
  }
  .member_date_profile {
    font-size: 10px;
  }
  ._container_slider_A {
    display: none;
  }
  ._container_slider_B {
    display: block;
  }
  .chanel_banner {
    border-radius: 0;
    margin: 0;
  }
}
@media (max-width: 390px) {
  #_member_data,
  .text_preview_video,
  .btn_exit {
    width: 180px;
  }
  .member_nickname {
    font-size: 16px;
  }
  .member_region {
    font-size: 14px;
  }
  .member_name_profile {
    font-size: 14px;
  }
  .member_emale_profile {
    font-size: 14px;
  }
}
@media (max-width: 371px) {
  .member_section {
    padding-bottom: 12px;
  }
  .member_photo_container,
  ._btn_admin {
    width: 140px;
  }
}
@media (max-width: 345px) {
  .member_photo_container,
  ._btn_admin {
    width: 130px;
  }
}
@media (max-width: 335px) {
  .member_photo_container,
  ._btn_admin {
    width: 120px;
  }
  .button_subscribe {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media (max-width: 325px) {
  .member_photo_container,
  ._btn_admin {
    width: 110px;
  }
}
