@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Замінити білим або іншим кольором */
  box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important; /* Виберіть колір фону, який вам потрібен */
  color: #000 !important; /* Колір тексту */
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bap {
  background: #282727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  position: relative;
  height: 100%;
}
.bap .bap__full-logo {
  display: none;
}
.bap .bap__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .bap .bap__logo {
    display: none;
  }
}
.bap .bap__buttons .btn {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .bap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .bap__logo {
    display: none;
  }
}
.bap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bap__img {
  cursor: pointer;
  border-radius: 10px;
  width: 64px;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .bap__img {
    display: none;
  }
}
.bap__img_active {
  border: 2px solid #ff0151;
}
@media only screen and (max-width: 1023px) {
  .bap__img_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid transparent;
    width: 48px;
    height: 48px;
  }
}
.bap__img:hover {
  border: 2px solid #ffffff;
}
.bap__no-img {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background-color: #909090;
}
@media only screen and (max-width: 1023px) {
  .bap__no-img {
    display: none;
  }
}
.bap__no-img:hover {
  border: 2px solid #ffffff;
}
.bap__name {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
.bap__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .bap__buttons {
    display: none;
  }
}
.bap__btn {
  cursor: pointer;
  height: 64px;
  width: 64px;
  border-radius: 10px;
  background: none;
  border: 2px solid #ffffff;
}
.bap__btn:hover {
  border: 2px solid #ff0151;
}
.bap__btn:hover .bap__icon {
  color: #ff0151;
}
.bap__icon {
  height: 24px;
  width: 24px;
  color: #ffffff;
}

.bap__expand .bap__full-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bap__expand .bap__logo {
  display: none;
}
.bap__expand .bap__buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bap__expand .bap__buttons .bap__btn {
  display: none;
}
.bap__expand_list {
  position: relative;
}
.bap__expand .bap__expand_list .bap__img,
.bap__expand .bap__expand_list .bap__no-img {
  width: 232px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bap__expand_name {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  background: rgba(40, 39, 39, 0.7);
  display: none;
}
.bap__expand .bap__expand_list .bap__img .bap__expand_name,
.bap__expand .bap__expand_list .bap__no-img .bap__expand_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bap__expand .bap__expand_list .bap__no-img .bap__name {
  display: none;
}
.bap__expand_text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  width: 250px;
  min-height: 100vh;
}
@media only screen and (max-width: 1023px) {
  .header {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 5;
    min-height: auto;
    padding: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 599px) {
  .header {
    background-color: #eeeeee;
  }
}
.header__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  height: 146px;
  width: 230px;
  overflow: hidden;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .header__img {
    display: none;
  }
}
.header__img-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  height: 120px;
  width: 120px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .header__img-user {
    display: none;
  }
}
.header__title {
  padding-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d2;
}
.header__title-center {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .header__title {
    display: none;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.header__link:hover::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01%, #d2d2d2),
    color-stop(105.86%, rgba(210, 210, 210, 0))
  );
  background: linear-gradient(
    90deg,
    #d2d2d2 0.01%,
    rgba(210, 210, 210, 0) 105.86%
  );
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .header__link {
    display: none;
  }
}
.header__link-active::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01%, #ff0151),
    color-stop(99.49%, rgba(255, 1, 81, 0))
  );
  background: linear-gradient(90deg, #ff0151 0.01%, rgba(255, 1, 81, 0) 99.49%);
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .header__link-active::after {
    display: none;
  }
}
.header__link:hover .header__icon,
.header__link:hover .header__text {
  color: #282727;
}
.header__link-active .header__icon,
.header__link-active .header__text {
  color: #ff0151;
}
@media only screen and (max-width: 1023px) {
  .header__link-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__link-active .header__icon,
  .header__link-active .header__text {
    color: #282727;
  }
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.header__icon {
  width: 24px;
  height: 24px;
  color: #909090;
}
.header__text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #909090;
}

main {
  width: 100%;
}

.top {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .top {
    background-color: #282727;
  }
}
.top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.top__icon {
  width: 24px;
  height: 24px;
  color: #919191;
}
.top__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input,
select,
textarea {
  border: none;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  width: 100%;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d2d2d2;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d2d2d2;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d2d2d2;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #d2d2d2;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #d2d2d2;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
}
input::-webkit-input-placeholder:-internal-autofill-selected,
select::-webkit-input-placeholder:-internal-autofill-selected,
textarea::-webkit-input-placeholder:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  background-image: none !important;
  background-color: #ffffff !important;
  color: fieldtext !important;
}
input::-moz-placeholder:-internal-autofill-selected,
select::-moz-placeholder:-internal-autofill-selected,
textarea::-moz-placeholder:-internal-autofill-selected {
  -moz-appearance: menulist-button;
  appearance: menulist-button;
  background-image: none !important;
  background-color: #ffffff !important;
  color: fieldtext !important;
}
input:-ms-input-placeholder:-internal-autofill-selected,
select:-ms-input-placeholder:-internal-autofill-selected,
textarea:-ms-input-placeholder:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #ffffff !important;
  color: fieldtext !important;
}
input::-ms-input-placeholder:-internal-autofill-selected,
select::-ms-input-placeholder:-internal-autofill-selected,
textarea::-ms-input-placeholder:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #ffffff !important;
  color: fieldtext !important;
}
input::placeholder:-internal-autofill-selected,
select::placeholder:-internal-autofill-selected,
textarea::placeholder:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button;
  background-image: none !important;
  background-color: #ffffff !important;
  color: fieldtext !important;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 8px;
  min-height: 41px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
}
.input__label {
  color: #282727;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}
.input__icon {
  font-size: 16px;
  color: #909090;
}
.input__description {
  color: #909090;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}
.input__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 3px;
}
.input__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input__numbers {
  color: #909090;
}
.input__containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .input__containers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main {
  min-height: 82vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  margin: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .main {
    margin-top: 88px;
  }
}
@media only screen and (max-width: 599px) {
  .main {
    padding: 0px;
  }
}
.main__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .main__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 465px;
}
.main__title {
  color: #282727;
}
.main__text {
  color: #909090;
  font-weight: 400;
  display: block;
}
.main__radio {
  padding-left: 46px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main__label {
  color: #282727;
  font-weight: 600;
}
.main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 40px;
}

.radio__text {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
}

#bap_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%; /* Робимо радіо-інпут клікабельним через весь контейнер */
  left: 0;
  top: 0;
  z-index: 2;
}

.checkmark {
  position: absolute;
  top: 11px;
  left: 13px;
  height: 18px;
  width: 18px;
  border: 2px solid #d2d2d2;
  z-index: 1;
  border-radius: 50%;
}

.container:hover input ~ .checkmark {
  border: 2px solid #909090;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff0151;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 465px;
  max-width: 100%;
}
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background: #ffffff;
}
.list__item:hover {
  background: #eeeeee;
}
.list__img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.list__name {
  color: #282727;
  font-weight: 400;
}
.list__text {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
}

.item__selected {
  background-color: #eeeeee;
}

.custom-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox .checkbox-box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: white;
  border: 2px solid #d2d2d2;
  border-radius: 4px;
}

.custom-checkbox input[type='checkbox']:checked + .checkbox-box {
  background-color: #ff0151;
  border-color: #ff0151;
}

.custom-checkbox .checkbox-box::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox input[type='checkbox']:checked + .checkbox-box::after {
  display: block;
}

.spotify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.spotify__btn {
  width: 200px;
}

.profile-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.profile-picture__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background: #eeeeee;
  color: #909090;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.profile-picture__btn .profile-picture__icon {
  font-size: 40px;
}
.profile-picture__icon {
  width: 40px;
  height: 40px;
  color: #909090;
}

.input__search {
  gap: 4px;
  padding: 4px 8px;
}
.input__search .btn__icon {
  color: #d2d2d2;
}
.input__search input {
  font-size: 14px;
}

.hidden {
  display: none;
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.input__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}

.input__text {
  font-size: 14px;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .login {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.login__body {
  background-color: #ffffff;
  height: 100vh;
}
.login__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1023px) {
  .login__form {
    padding: 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media only screen and (max-width: 599px) {
  .login__form {
    padding-left: 16px;
    padding-right: 16px;
    gap: 8px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.login__logo {
  width: 180px;
}
.login__cover {
  display: block;
  max-width: 720px;
  width: 100%;
  height: 100vh;
  background-image: url(/images/login-cover.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .login__cover {
    display: none;
  }
}
.login__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 454px;
}
@media only screen and (max-width: 1023px) {
  .login__content {
    gap: 16px;
  }
}
.login__header {
  color: #282727;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .login__header {
    font-size: 32px;
  }
}
.login__text {
  color: #909090;
  text-align: center;
  max-width: 500px;
  font-size: 12px;
}
@media only screen and (max-width: 599px) {
  .login__text {
    font-size: 12px;
  }
}
.login__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.login__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.login__separator::before,
.login__separator::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #d2d2d2;
}
.login__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.login__link {
  text-decoration: underline;
  color: #ff0151;
}
.login__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .login__action {
    padding-top: 16px;
  }
}
.login__actions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login__links button img {
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 599px) {
  .login__links button img {
    height: 40px;
    width: 40px;
  }
}

.login__checkbox p {
  font-size: 12px;
  line-height: 100%;
}

.main__head-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.main__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.main__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #eeeeee;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__left,
.main__right {
  max-width: 465px;
  width: 100%;
  gap: 16px;
}

.profile__icon {
  color: #909090;
}

.input__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.input__width {
  width: 100%;
}

.input__country {
  width: 70px;
  background: #eeeeee;
  padding: 8px;
  border: none;
}
.input__country select {
  background-color: transparent;
}

.input__btn100 {
  width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 599px) {
  .main__nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.main__nav_text {
  color: #909090;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .main__nav_text {
    font-size: 14px;
  }
}
.main__nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 599px) {
  .main__nav_item {
    padding: 2px 4px;
  }
}
.main__nav_item:hover {
  border-bottom: 2px solid #282727;
}
.main__nav_item:hover .main__nav_text {
  color: #282727;
}
.main__nav_item-active {
  border-bottom: 2px solid #ff0151;
}
.main__nav_item-active .main__nav_text {
  color: #ff0151;
}

.input__container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 465px;
}

.bap__cover {
  max-width: 465px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.members {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.members__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.members__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 293px;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  background-color: #ffffff;
}
.members__item:hover {
  background-color: #eeeeee;
}
.members__img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #909090;
}
.members__name {
  font-size: 14px;
  font-weight: 500;
}
.members__role {
  color: #909090;
  font-size: 12px;
  font-weight: 400;
}
.members__role_admin {
  color: #ff0151;
}
.members__table {
  width: 100%;
}
.members__table_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.members__table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (max-width: 599px) {
  .members__table_row {
    padding: 4px;
  }
}
.members__initials {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
.members__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

td {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  td {
    font-size: 14px;
  }
}

.links__inputs {
  padding-top: 12px;
}

.kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.kit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  width: 300px;
}
@media only screen and (max-width: 599px) {
  .kit__item {
    width: 100%;
  }
}
.kit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  background: #f9fafc;
}
@media only screen and (max-width: 599px) {
  .kit__btn {
    height: 32px;
  }
}
.kit__btn_icon {
  text-decoration: none !important;
}
.kit__text {
  font-weight: 500;
}
.kit__icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #909090;
}
.kit__logo {
  position: relative;
  width: 100%;
  border-radius: 5px;
  border: 0.5px solid #eeeeee;
}
.kit__colors {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.kit__color {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 0.5px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kit__color:hover .kit__btn_remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kit__btn_color {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #f9fafc;
  border: 0.5px solid #eeeeee;
}
.kit__btn_remove {
  display: none;
  height: 24px;
  width: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3568627451);
}
.kit__btn_remove span {
  font-size: 18px;
  color: #282727 !important;
}
.kit__font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kit__fonts {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.notice {
  display: none;
}
.notice__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  gap: 16px;
  top: 62px;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.04);
}
.notice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
}
.notice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.notice__item {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-radius: 5px;
  border: 1px solid transparent;
}
.notice__item:hover {
  border: 1px solid #d2d2d2;
}
.notice__item-active {
  background-color: #f9fafc;
}
.notice__title {
  font-size: 14px;
  font-weight: 400;
}
.notice__title-active {
  font-weight: 600;
}
.notice__text {
  font-size: 12px;
  font-weight: 300;
}
.notice__icon {
  font-size: 18px !important;
  color: #d2d2d2;
}

.notifications {
  position: relative;
  width: 32px;
  height: 32px;
}
.notifications__number {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgb(201, 1, 1);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.notifications__number-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notifications__text {
  font-size: 9px;
  font-weight: 500;
  color: #ffffff;
}

.releases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.releases__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.releases__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  overflow: auto;
  padding-bottom: 16px;
  scrollbar-width: 4px; /* робимо тонкий скролбар */
  scrollbar-color: #eeeeee transparent; /* колір скролбару */
}
.releases__row::-webkit-scrollbar {
  height: 4px;
}
.releases__row::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
  border-radius: 10px; /* заокруглення країв */
}
.releases__row::-webkit-scrollbar-track {
  background: transparent; /* прозорий фон під скролбаром */
}
.releases__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border-radius: 14px;
}
.releases__item:hover {
  background-color: #eeeeee;
}
.releases__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.releases__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}
.releases__copy {
  max-width: 120px;
}

.search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.dashboard__search {
  min-height: 32px;
}

.dashboard__main {
  gap: 8px;
}

.releases__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.releases__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.releases__title {
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.releases__text {
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .releases__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
@media only screen and (max-width: 1023px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  width: 240px;
}
@media only screen and (max-width: 1023px) {
  .sub-nav {
    top: 64px;
    left: 0;
    z-index: 5;
    min-height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.sub-nav__img {
  width: 146px;
  height: 146px;
  display: none;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .sub-nav__img {
    display: none;
  }
}
.sub-nav__title {
  display: none;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #d2d2d2;
}
.sub-nav__title-center {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sub-nav__title-center {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .sub-nav__title {
    display: none;
  }
}
.sub-nav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.sub-nav__link {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #ffffff;
}
.sub-nav__link:hover {
  border-bottom: 2px solid #909090;
}
@media only screen and (max-width: 1023px) {
  .sub-nav__link {
    border-bottom: none;
    display: none;
  }
}
.sub-nav__link-active {
  border-bottom: 2px solid #ff0151;
}
@media only screen and (max-width: 1023px) {
  .sub-nav__link-active {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sub-nav__link:hover .header__icon,
.sub-nav__link:hover .sub-nav__text {
  color: #282727;
}
.sub-nav__link-active .header__icon,
.sub-nav__link-active .sub-nav__text {
  color: #ff0151;
}
@media only screen and (max-width: 1023px) {
  .sub-nav__link-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-nav__link-active .header__icon,
  .sub-nav__link-active .sub-nav__text {
    color: #282727;
  }
}
.sub-nav__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 12px 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.sub-nav__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #909090;
}

.sub-nav__link .header__icon {
  display: none;
}

.sub-nav__link-done .header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-nav-true .sub-nav__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .sub-nav-true .sub-nav__img {
    display: none;
  }
}

.sub-nav-true .sub-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.track__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--stroke, #d2d2d2);
}
.track__item:hover {
  border: 1px solid #282727;
}
.track__number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.track__remix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .track__remix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.track__artist {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.track__artist-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.track__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.track__checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.track__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.track__checkbox .checkbox-box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: white;
  border: 2px solid #d2d2d2;
  border-radius: 4px;
}

.track__checkbox input[type='checkbox']:checked + .checkbox-box {
  background-color: #ff0151;
  border-color: #ff0151;
}

.track__checkbox .checkbox-box::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.track__checkbox input[type='checkbox']:checked + .checkbox-box::after {
  display: block;
}

.artist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.artist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 100%;
}
.artist__img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.artist__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.artist__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 100%;
}
.artist__number {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  form .artist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.message-error {
  color: #ff0151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.message-error span {
  font-size: 22px !important;
}

.link {
  color: #ff0151;
  text-decoration: underline;
}

.track__select .track__item {
  gap: 4px;
  width: 85%;
}

.track__select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.track__select .audio-remove,
.track__select .artist-remove {
  display: none;
}

.track__select .artist__item {
  gap: 4px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--stroke, #d2d2d2);
}
.track__select .artist__item:hover {
  border: 1px solid #282727;
}

.track__select_active .audio-remove {
  display: block;
}

.track__select_active .track__item,
.track__select_active .artist__item {
  border: 1px solid #ff0151;
}

.track__select_active .artist-remove {
  display: block;
}

.track .releases__header {
  padding-bottom: 4px;
}

.releases__description .input__container .input {
  margin-top: 8px;
}

.ownership__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background: var(--light-bg, #f9fafc);
}
@media only screen and (max-width: 1023px) {
  .ownership__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .ownership__item button {
    position: absolute;
    top: 8px;
    right: 8px;
  }
}

.ownership__input {
  min-width: 110px;
}

.ownership__name {
  width: 100%;
}

.ownership__title {
  color: var(--Black, var(--black, #282727));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.percentages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.percentages .input {
  background-color: white;
}

.ownership__perc {
  color: #d2d2d2;
}

.ownership__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  overflow: hidden;
}

.info__title {
  color: var(--black, #282727);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.info__text {
  color: var(--black, #282727);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.credit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-radius: 10px;
  background: var(--light-bg, #f9fafc);
}

.flex {
  width: 100%;
}

.releases {
  width: 100%;
}

.credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  background: #909090;
  color: #ffffff;
}
.credit button {
  height: 16px;
  width: 16px;
}
.credit button .material-symbols-outlined {
  color: #ffffff;
  font-size: 18px;
}
.credit__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.credit__song_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.credit__song_item .input__container .input {
  background-color: #ffffff;
}
.credit__song {
  color: var(--Black, var(--black, #282727));
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.releases__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.release__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.release__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}

.release__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

.release__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.release__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--stroke, #d2d2d2);
}

.input__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.release__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.custom_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
}
.custom_price img {
  height: 41px;
  width: 41px;
}

.btn {
  border-radius: 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.btn__icon {
  font-size: 18px !important;
}

.btn1 {
  background: #ff0151;
}

.btn2 {
  background: #909090;
}

.btn3 {
  background: #282727;
}

.btn4 {
  background: #eeeeee;
  color: #282727;
}

.btn-inactive {
  cursor: pointer;
  background: #909090;
  color: #b1b1b1;
}

.btn-text {
  cursor: pointer;
  text-decoration: underline;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #ff0151;
  font-size: 16px;
  font-weight: 500;
}
.btn-text__icon {
  font-size: 10px;
}

.btn-search {
  cursor: pointer;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border: 2px solid #ffffff;
  padding: 8px;
}

.btn-line {
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #ffffff;
  padding: 8px;
}

.btn-expand {
  cursor: pointer;
  position: absolute;
  top: 68px;
  right: -12px;
  background-color: #ff0151;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-expand span {
  font-size: 18px;
  display: block;
  height: 18px;
  width: 18px;
}

.verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #009534;
}

.btn__icon {
  cursor: pointer;
}

.btn__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: auto;
  padding: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #f9fafc;
  color: var(--black, #282727);
  font-family: 'Poppins';
  font-size: 14px !important;
  font-weight: 400;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark background */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 15;
}

.hidden {
  display: none;
}

.popup {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 700px;
}
@media only screen and (max-width: 1023px) {
  .popup {
    margin: 16px;
    padding: 24px;
  }
}
.popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 16px;
  padding-top: 16px;
}
.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.popup__bap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 24px;
  border: 1px solid #d2d2d2;
}
.step__step {
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #ff0151;
  font-size: 43px;
  font-style: normal;
  font-weight: 800;
  line-height: 43px; /* 100% */
}
.step__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #ff0151;
}
.step__number span {
  color: #ff0151;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.step__number .step__icon {
  display: none;
}
.step__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: center;
}
.step__title {
  color: #282727;
  font-size: 16px;
  font-weight: 700;
}
.step__text {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
}
.step__list {
  list-style: disc;
  padding-left: 16px;
}
.step__li {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
}

.step__item_done .step__number .step__icon {
  display: block;
}

.step__item_done .step__number .step__1 {
  display: none;
}

.contract__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 14px;
  background: #f9fafc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contract__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 14px 14px 0px 0px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.contract__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--Black, var(--black, #282727));
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 599px) {
  .contract__header {
    padding: 8px;
  }
}
.contract__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media only screen and (max-width: 599px) {
  .contract__info {
    padding: 8px;
  }
}
.contract__info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media only screen and (max-width: 599px) {
  .contract__info_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.contract__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contract__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.contract__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .contract__bottom {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.contract__item.contract {
  background: #4f759b;
}

.contract__item.split {
  background: #6d8a96;
}

.contract__item.expired {
  background: #909090;
}

.contract__status.active {
  background: rgba(17, 170, 0, 0.16);
  color: #248e40;
}

.contract__status.signature-required {
  color: #ff0151;
  background: rgba(255, 1, 81, 0.1);
}

.contract__status.expired {
  color: #909090;
  background: #eeeeee;
}

.table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.table__head {
  padding: 8px 0px;
}
@media only screen and (max-width: 1023px) {
  .table__head {
    display: none;
  }
}
.table__head_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}
.table__head_item {
  font-size: 12px;
  width: 100%;
}
.table__head_item:first-child {
  max-width: 70px;
}
.table__head_item:nth-child(3) {
  max-width: 130px;
}
.table__head_item:last-child {
  max-width: 72px;
  text-align: center;
}
.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 8px;
  }
}
.table__item {
  font-size: 12px;
  width: 100%;
}
.table__item:first-child {
  max-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table__item:nth-child(3) {
  max-width: 130px;
}
.table__item:last-child {
  max-width: 72px;
  text-align: center;
}

.grouped-items-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 0px 16px;
}
.grouped-items-head .table__head_subitem {
  font-size: 12px;
  display: block;
  width: 100%;
}
.grouped-items-head .table__head_subitem:nth-child(3) {
  min-width: 240px;
}

.grouped-items {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 1023px) {
  .grouped-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}
.grouped-items .table__subitem {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 8px;
}
.grouped-items .table__subitem::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 29px;
  background-color: #d2d2d2;
}
@media only screen and (max-width: 1023px) {
  .grouped-items .table__subitem::after {
    display: none;
  }
}
.grouped-items .table__subitem:nth-child(3) {
  min-width: 240px;
}
.grouped-items .table__subitem:last-child::after {
  display: none;
}

.contract__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 2px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .contract__status {
    position: absolute;
    top: 0;
    left: 78px;
  }
}

.contract__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70px;
  width: 100%;
  padding: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
}

.btn-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 32px;
  padding: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #f9fafc;
}
.btn-table span {
  font-size: 20px;
  color: #282727;
}

.button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 599px) {
  .button__container {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.track__play {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audio-player {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-pause-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.progress {
  height: 8px;
  width: 100%;
  border-radius: 20px;
  background: var(--bg, #eee);
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: 20px;
  background-color: #ff0151;
}

.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.current-time,
.total-time {
  color: var(--Seconary-elements, #909090);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.play-pause-icon {
  font-size: 28px !important;
  color: #ff0151;
}

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 100%;
}
.alert__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.alert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
}

.strong {
  font-weight: 600;
}

.alerts {
  width: 100%;
}

.alert__review .alert__container,
.alert__progress .alert__container {
  background: #ffe8ef;
  color: #ff0151;
}

.alert__active .alert__container {
  background: #d9f1d6;
  color: #248e40;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  background-color: #eeeeee;
  position: relative;
  height: 100vh;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  body {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.title {
  font-weight: 600;
}

.width {
  max-width: 465px;
  width: 100%;
}

.img-dinamic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 599px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  color: var(--Black, var(--black, #282727));
  font-size: 16px;
  font-weight: 400;
}

h4 {
  color: var(--Black, var(--black, #282727));
  font-size: 18px;
  font-weight: 700;
}

.icon-grey {
  color: #909090 !important;
}

.form {
  width: 100%;
}

.error__text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #ff0151;
}

.main {
  max-height: calc(
    100vh - 96px
  ); /* Віднімаємо відступи для уникнення обрізання */
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
