@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb #fafafa;
  width: 100%;
  background: rgb(105, 54, 67);
  background: linear-gradient(90deg, rgba(105, 54, 67, 1) 0%, rgba(45, 65, 91, 1) 50%, rgba(34, 36, 50, 1) 100%);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center;
  background-color: #394965;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 90px;
}

::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 90px;
}


.fill {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}


.main__container {
  display: flex;
  min-height: 100%;
  width: 100%;
  color: white;
  backdrop-filter: blur(70px);
  height: 100%;
}

.app__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80px;
  align-items: center;
  border-right: 1px solid #1a1a1a;
  padding: 20px 0 15px 0;
  background: black;
  height: 100%;
}

.app__logo {
  display: flex;
}

.app__logo:hover {
  opacity: 0.8;
}

.app__nav__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app__logo img {
  width: 47px;
  cursor: pointer;
}

.app__back {
  background: #151515;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 14px;
}

.app__back:hover {
  background: #373737;
}

.app__nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.app__nav__list span {
  color: #666666;
}

.app__nav__list span:hover {
  color: white;
}

.app__user img {
  cursor: pointer;
}

.app__user:hover {
  opacity: 0.8;
}

.app__content {
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
}

.app__header {
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  height: 0;
  border-bottom: 1px solid #c9c9c95e;
  padding: 0 20px;
  width: 100%;
  background: #ffffff12;
  display: flex;
  top: -81px;
  position: relative;
  transition: all 1s;
}

.header__search {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header__search input {
  height: 30px;
  border: none;
  background: none;
  color: white;
  outline: none;
}

.header__search span {
  font-size: 20px;
  color: #ffffff82;
}

.header__tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__tab__item {
  font-size: 13px;
  background: #ffffff21;
  border-radius: 7px;
  height: 33px;
  padding: 0px 16px;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.header__tab__item:hover {
  background: #ffffff61;

}

.app__image {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.app__image img {
  max-height: 928px;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
  mask-image: linear-gradient(to top, transparent 20%, black 50%);

}

.app__content__buttons {
  display: flex;
  justify-content: center;
  position: relative;

}

.app__img__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #3e3e3e #000000;
  padding-bottom: 30px;
}

.header__search input::placeholder {
  color: #ffffffb8;
}


.app__buttons__wrap {
  background: #ffffff08;
  display: flex;
  height: 130px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 0px 30px;
  position: relative;
  gap: 14px;
  border: 1px solid #ffffff0f;
}


.app__button__call {
  position: absolute;
  top: -33px;
  left: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d52c22 !important;
  color: white !important;
  border-radius: 90px;
  height: 60px;
  width: 60px;
}

.app__buttons__wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 90px;
  height: 60px;
  min-width: 60px;
  color: black;
  cursor: pointer;
}

.app__buttons__wrap span:hover {
  background: #ffffffe3 !important;
  color: black !important;
}

.app__buttons__wrap .active {
  background: #3062fc;
  color: white;

}

.app__button__shape {
  position: absolute;
  top: -47px;
  left: 102px;
}

.app__content__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}


.list__slide__out {
  z-index: 1;
  background: #000000;
  min-width: 0;
  width: 0px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 1s;
}

.shown-list {
  min-width: 300px !important;
  width: 300px !important;
}

.slide__out__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 13px;
  min-height: 80px;
  border-bottom: 1px solid #e5e5e53d;
  min-width: 300px;
}

.slide_out_item.active span {
  height: 2px;
  width: 100%;
  background: #ffca00;
  position: absolute;
  bottom: -20px;
}

.slide_out_item.active {
  color: white;
}

.slide_out_item {
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #b9b9b9;
}

.slide_out_item:hover {
  color: white;
}

.slide__out_list {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  gap: 10px;
  padding: 10px 0;
  scrollbar-color: #3e3e3e #000000;
}

.slide_list_item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 10px;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 10px;
  width: 269px;
}

.slide_list_item.active {
  background: #1b1b1b;
}

.slide_list_item:hover {
  background: #1b1b1b;
}

.slide_list_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
}

.slide_list_name {
  color: #ffffff82;
}

.slide_list_time {
  color: #ffffff82;
}

.list_item_action {
  min-width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  font-size: 18px;
  color: black;
  background: #ffd513;

}

.list_item_action:hover {
  background: #ffe779;
}

.app__nav__list .active {
  color: #3062fc;
}

.app__video {
  max-height: 928px;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
  mask-image: linear-gradient(to top, transparent 20%, black 50%);
  display: none;
}

.header-shown {
  top: 0px;
  height: 80px;
  min-height: 80px;
}

.app__video__bg {
  position: absolute;
  width: 100%;
  display: none;
}

.slide_container {
  height: 140px;
  width: 450px;
  bottom: max(30px, 50%);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.slide_container span:first-child {
  cursor: pointer;
  font-size: 30px;
  color: #fbe671;
}

.slide_container span:last-child {
  cursor: pointer;
  font-size: 30px;
  color: #7cedf7;
}

.slide_content {
  font-size: 14px;
}

.slide_container span:first-child:hover {
  opacity: 0.5;
  text-shadow: 0 0 10px #fbe6713b, 0 0 20px #fbe6713b, 0 0 30px #fbe6713b;
}

.slide_container span:last-child:hover {
  opacity: 0.5;
  text-shadow: 0 0 10px #7cedf73b, 0 0 20px #7cedf73b, 0 0 30px #7cedf73b;
}

.slide_content_name span:last-child {color: #1796f2;font-size: 20px; position: relative;}
.slide_content_name span:last-child:hover { color: #1796f2; text-shadow: none; opacity: 1;}

.slide_content_head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.slide_content_name {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.slide_content_date {
    font-size: 12px;
	opacity: 0.9;
}
.slide_content_description {
    font-size: 13px;
}
.slide_content_name span {font-size: 20px;}


