@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Variables */
:root {
  --basic-deep-purple: #1b1a26;
  --light-grey: #e2e6ff;
  --light-green: #4fbb35;
  --neon-green: #03ff49;
  --dark-green: #63c14c;
  --light-blue: #19afff;
  --back-button-color: #e5e5e5;
  --background-main-color: #252734;
  --sign-out-button-color: #fd4949;
  --sub-navigation-top-border-color: #0bd863;
  --background-color-input: #2e3241;
  --background-desktop-main-color: #1d1e28;
  --orange-color: #e78d5b;
  --cancel-button-color: rgba(226, 230, 255, 0.5);
  --background-input-color: #212430;
  --background-color-device-select: #272633;
  --background-color-search-select: #161c23;
  --deep-blue-color: #3583bb;
}

#app,
body {
  /* Настройки текста */
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  overflow-wrap: break-word;
  color: black;
  background-color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
}

.select {
  padding: 8px 16px;
  outline: none;
  border-radius: 25px;
  border: 0.3px solid #e2e6ff;
  background-color: #262835;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 140px;
  color: var(--light-grey);
  background-image: url("/img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 82% 55%;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.select option {
  background-color: var(--background-main-color);
  color: var(--light-grey);
}

.button {
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: var(--light-green);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.round-button {
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
}

.green-button {
  background-color: var(--light-green);
}

.grey-button {
  background-color: var(--cancel-button-color);
  color: #e5e5e5;
}

.green-button,
.grey-button {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 24px;
  display: block;
}

.form-error {
  color: red;
  margin: 0 10px 10px 10px;
}

.modal-body {
  padding: 0 !important;
}

.modal-content {
  background-color: transparent !important;
}

.modal-backdrop {
  opacity: 0.5;
}

.modal-main-container {
  background-color: var(--basic-deep-purple);
  padding: 32px 56px 30px;
  border-radius: 10px;
  border: 1px solid var(--dark-green);
  box-shadow: 0px 0px 16px 4px rgba(3, 255, 73, 0.26), -5px 0px 14px rgba(0, 0, 0, 0.25);
}

#changePasswordModal .modal-main-container {
  padding: 32px 20px 30px;
}

.images-modal-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.images-modal-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.images-modal-swiper .swiper-slide img {
  max-width: 100%;
  max-height: calc(100vh - 140px);
}
.images-modal-swiper .swiper-slide.swiper-active-slide img {
  visibility: visible !important;
}

.modal-main-container .close-cross-button {
  display: block;
  position: absolute;
  background-image: url("/img/modal/close-modal-cross.svg");
  background-color: transparent;
  border: none;
  top: 10px;
  right: 10px;
  padding: 0;
  margin: 0;
  height: 26px;
  width: 26px;
  z-index: 3;
}

.form-class select,
.form-class input[type=text],
.form-class input[type=password] {
  padding: 14px 15px;
  display: block;
  width: 100%;
  border-radius: 35px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--light-grey);
  background-color: var(--background-color-input);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 15px;
}
.form-class label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--light-grey);
  padding-left: 15px;
}
.form-class select {
  background-image: url("/img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 94% 55%;
  background-size: 0.9em auto, 100%;
}

.form-header {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: var(--light-grey);
}

.form-fields {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.form-fields select, .form-fields input {
  width: 100%;
  opacity: 0.5;
}
.form-fields .form-error {
  color: red;
  margin: 0 10px 10px 10px;
}
.form-fields > div {
  width: 100%;
}

.bottom-button-container {
  display: flex;
  justify-content: space-between;
}

.create-or-edit-album-modal {
  color: #bfc8e2;
}
.create-or-edit-album-modal .create-or-edit-album-modal-content {
  padding: 10px 0;
}
.create-or-edit-album-modal .background-types {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.create-or-edit-album-modal .background-types > div {
  width: 50%;
}
.create-or-edit-album-modal .background-type-image-container {
  cursor: pointer;
  overflow: hidden;
  height: 250px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.create-or-edit-album-modal .background-type-name-container {
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.create-or-edit-album-modal .background-type-name-container .background-type-name {
  padding-top: 2px;
}
.create-or-edit-album-modal .background-type-name-container .background-type-description {
  background-color: #2e3241;
  border-radius: 5px;
  padding: 2px 5px;
}
.create-or-edit-album-modal .background-type-name-container .background-type-description .fa-star {
  font-size: 80%;
}
.create-or-edit-album-modal .album-background-loader {
  position: absolute;
}
.create-or-edit-album-modal .album-background-loader img {
  height: 100px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.create-or-edit-album-modal .album-background-loader .spin-image-loader {
  border: 1px solid transparent;
  border-top: 5px solid #03ff49;
  border-radius: 70%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.create-or-edit-album-modal .album-modal-title {
  text-align: center;
  font-size: 150%;
  text-transform: uppercase;
}
.create-or-edit-album-modal .album-modal-background-title {
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.create-or-edit-album-modal .background-image {
  height: 250px;
  border-radius: 10px;
  cursor: pointer;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.create-or-edit-album-modal .prompt-container {
  padding: 10px 0;
}
.create-or-edit-album-modal .prompt-container .prompt-textarea {
  color: var(--light-grey);
  opacity: 70%;
  padding: 12px 20px;
  border: none;
  width: 100%;
  outline: none;
  background-color: #2e3241;
  border-radius: 10px;
  height: 150px;
  min-height: 50px;
}
.create-or-edit-album-modal .generate-button-container {
  display: flex;
  justify-content: end;
}
.create-or-edit-album-modal .generate-button-container .generate-button {
  background-color: dodgerblue;
  padding: 9px 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
}
.create-or-edit-album-modal .album-pictures-title {
  padding-bottom: 5px;
}
.create-or-edit-album-modal .album-image-info {
  width: 100%;
}
.create-or-edit-album-modal .navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.create-or-edit-album-modal .navigation-buttons .back-button {
  padding: 9px 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  border-radius: 30px;
  background-color: rgba(229, 229, 229, 0.5);
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--back-button-color);
}
.create-or-edit-album-modal .navigation-buttons .next-button {
  padding: 9px 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background-color: var(--dark-green);
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
}
.create-or-edit-album-modal .album-drag-and-drop-container {
  height: 200px;
  width: 100%;
  background-color: var(--background-color-input);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: lightgray;
  flex-direction: column;
  text-align: center;
  border: 1px dashed #03ff49;
}
.create-or-edit-album-modal .album-drag-and-drop-container label {
  margin: 0;
  color: #03ff49;
  cursor: pointer;
  text-decoration-line: underline;
}
.create-or-edit-album-modal .album-drag-and-drop-container .upload-image-icon {
  height: 100px;
  padding: 20px;
}
.create-or-edit-album-modal .album-drag-and-drop-container .max-image-size {
  font-size: 80%;
}
.create-or-edit-album-modal .image-progress-bar-container {
  width: 80%;
}
.create-or-edit-album-modal .image-progress-percent {
  color: grey;
}
.create-or-edit-album-modal .image-progress-bar-and-percent-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.create-or-edit-album-modal .image-progress-bar {
  width: 1%;
  height: 7px;
  border-radius: 5px;
  background-color: #03ff49;
}
.create-or-edit-album-modal .image-progress-bar-full {
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background-color: #03ff49;
}
.create-or-edit-album-modal .modal-album-images {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 15px;
}
.create-or-edit-album-modal .modal-album-images > div {
  width: 100%;
}
.create-or-edit-album-modal .modal-album-images .album-image-error {
  width: 150px;
  margin-top: 10px !important;
}
.create-or-edit-album-modal .modal-album-images .album-image-container {
  width: 100%;
  height: 100px;
  background-color: var(--background-color-input);
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  font-size: 80%;
  border: 2px solid grey;
}
.create-or-edit-album-modal .modal-album-images .album-image-container.main {
  box-shadow: 0 0 3px 1px #03ff49;
  border: 2px solid #03ff49;
}
.create-or-edit-album-modal .modal-album-images .album-image-container .album-image {
  min-width: 70px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.create-or-edit-album-modal .modal-album-images .album-image-container .image-size {
  color: grey;
}
.create-or-edit-album-modal .modal-album-images .album-image-container .delete-image-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.create-or-edit-album-modal .modal-album-images .album-image-container input[type=checkbox] {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #03ff49;
}

@media screen and (max-width: 1200px) {
  .form-fields {
    flex-direction: column;
  }
  .modal-main-container {
    padding: 20px 30px 25px;
  }
}
.upload-image-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: var(--basic-deep-purple);
  padding: 30px 30px 30px;
}
.upload-image-container .image-with-delete-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px 0;
}
.upload-image-container .image-with-delete-button-container .image-with-delete-button {
  display: inline-block;
  position: relative;
}
.upload-image-container .image-with-delete-button-container .image-with-delete-button img {
  border-radius: 10px;
  max-height: 250px;
  max-width: 250px;
}
.upload-image-container .image-with-delete-button-container .image-with-delete-button .delete-image-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.upload-image-container .upload-image-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-image-container .upload-image-button-container .upload-image-button {
  cursor: pointer;
  padding: 12px;
  background-color: #4986fd;
  display: flex;
  justify-content: center;
  border-radius: 30px;
}
.upload-image-container .upload-image-button-container .upload-image-button span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
}
.upload-image-container .upload-image-button-container label {
  padding: 0;
}

.selected-value-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  overflow-x: auto;
}
.selected-value-container .selected-value {
  flex-shrink: 0;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--neon-green);
}
.selected-value-container .selected-value button {
  border: none;
  padding: 0;
  background-color: transparent;
}
.selected-value-container .selected-value span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: var(--neon-green);
}
.selected-value-container .selected-value img {
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .upload-image-container {
    margin: 0;
    padding: 0;
  }
  .upload-image-container label {
    width: 100%;
  }
}
.confirm-modal-container {
  height: 220px;
  position: relative;
  padding: 55px 15px;
  background-color: var(--basic-deep-purple);
  border-radius: 10px;
  border: 1px solid var(--dark-green);
  box-shadow: 0px 0px 16px 4px rgba(3, 255, 73, 0.26), -5px 0px 14px rgba(0, 0, 0, 0.25);
}
.confirm-modal-container .confirm-modal-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--light-grey);
  margin-bottom: 32px;
}
.confirm-modal-container .confirm-modal-buttons-container {
  display: flex;
  justify-content: space-between;
  width: 220px;
  margin: 0 auto;
}
.confirm-modal-container .confirm-modal-buttons-container button {
  border: none;
  border-radius: 30px;
  color: var(--light-grey);
  padding: 8px 24px;
  z-index: 999;
}
.confirm-modal-container .close-cross-button {
  display: none;
}

@media screen and (min-width: 1200px) {
  .confirm-modal-container {
    width: 650px;
  }
  .confirm-modal-container::before {
    content: "";
    position: absolute;
    background-image: url("/img/confirm-modal/modal-guy.svg");
    width: 364px;
    height: 310px;
    background-repeat: no-repeat;
    bottom: 0;
    left: -115px;
  }
  .confirm-modal-container::after {
    content: "";
    position: absolute;
    background-image: url("/img/confirm-modal/modal-girl.svg");
    width: 290px;
    height: 359px;
    background-repeat: no-repeat;
    bottom: 0;
    right: -17px;
  }
}
.clan-modal-container {
  min-height: 220px;
  position: relative;
  padding: 55px 15px;
  background-color: var(--basic-deep-purple);
  border-radius: 10px;
  border: 1px solid var(--dark-green);
  box-shadow: 0px 0px 16px 4px rgba(3, 255, 73, 0.26), -5px 0px 14px rgba(0, 0, 0, 0.25);
}
.clan-modal-container .clan-modal-content {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--light-grey);
  margin-bottom: 32px;
}
.clan-modal-container .clan-modal-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
}
.clan-modal-container .clan-modal-buttons-container button {
  border: none;
  border-radius: 30px;
  color: var(--light-grey);
  padding: 8px 24px;
  z-index: 999;
}
.clan-modal-container .close-cross-button {
  display: none;
}

.change-clan-leader-modal-container {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
  justify-content: center;
  gap: 15px;
  background-color: var(--basic-deep-purple);
  border-radius: 10px;
  border: 1px solid var(--dark-green);
  box-shadow: 0px 0px 16px 4px rgba(3, 255, 73, 0.26), -5px 0px 14px rgba(0, 0, 0, 0.25);
}
.change-clan-leader-modal-container .form-select-with-arrow {
  margin-bottom: 0;
}
.change-clan-leader-modal-container .form-error {
  margin: 10px 0 0 0;
}
.change-clan-leader-modal-container label {
  font-weight: 700;
}
.change-clan-leader-modal-container select {
  display: block;
  width: 100%;
  border-radius: 35px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--light-grey);
  padding: 11px 15px;
  margin-bottom: 15px;
  background-color: var(--background-color-input);
}
.change-clan-leader-modal-container .change-clan-leader-modal-content {
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.change-clan-leader-modal-container .change-clan-leader-modal-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
}
.change-clan-leader-modal-container .change-clan-leader-modal-buttons-container button {
  border: none;
  border-radius: 30px;
  color: var(--light-grey);
  padding: 8px 24px;
  z-index: 999;
}
.change-clan-leader-modal-container .close-cross-button {
  display: none;
}

@media screen and (min-width: 1200px) {
  .change-clan-leader-modal-container,
  .clan-modal-container {
    width: 650px;
    padding-right: 200px;
  }
  .change-clan-leader-modal-container::after,
  .clan-modal-container::after {
    content: "";
    position: absolute;
    background-image: url("/img/confirm-modal/modal-girl.svg");
    width: 290px;
    height: 359px;
    background-repeat: no-repeat;
    bottom: 0;
    right: -17px;
  }
}
.main-container {
  position: relative;
  background-image: url("/img/main-background-image.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: var(--basic-deep-purple);
  padding-top: 25px;
  padding-bottom: 95px;
  border-bottom: 1px solid var(--neon-green);
}

.login-form,
.sign-up-form,
.forgot-password-form,
.reset-password-form {
  position: relative;
  padding: 25px 20px;
  background: rgba(196, 196, 196, 0.15);
  -webkit-backdrop-filter: blur(10.8329px);
          backdrop-filter: blur(10.8329px);
  border-radius: 12px;
}
.login-form .select-country,
.login-form select,
.login-form input,
.sign-up-form .select-country,
.sign-up-form select,
.sign-up-form input,
.forgot-password-form .select-country,
.forgot-password-form select,
.forgot-password-form input,
.reset-password-form .select-country,
.reset-password-form select,
.reset-password-form input {
  width: 100%;
  padding: 10px 25px;
  background: #212430;
  border: 1px solid rgba(229, 229, 229, 0.59);
  border-radius: 35px;
  margin-bottom: 15px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(229, 229, 229, 0.5);
  outline: none;
}
.login-form .select-country,
.login-form select,
.sign-up-form .select-country,
.sign-up-form select,
.forgot-password-form .select-country,
.forgot-password-form select,
.reset-password-form .select-country,
.reset-password-form select {
  padding: 10px 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/img/select-arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: 94% 55%;
  background-size: 0.9em auto, 100%;
}
.login-form .select-country-container .select-country,
.sign-up-form .select-country-container .select-country,
.forgot-password-form .select-country-container .select-country,
.reset-password-form .select-country-container .select-country {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  border-top-right-radius: 35px !important;
  border-bottom-right-radius: 35px !important;
}
.login-form .select-country-container .select-country img,
.sign-up-form .select-country-container .select-country img,
.forgot-password-form .select-country-container .select-country img,
.reset-password-form .select-country-container .select-country img {
  width: 20px;
  max-height: 20px;
}
.login-form .select-country-container .dropdown-menu,
.sign-up-form .select-country-container .dropdown-menu,
.forgot-password-form .select-country-container .dropdown-menu,
.reset-password-form .select-country-container .dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  background-color: var(--background-color-input);
}
.login-form .select-country-container .dropdown-menu .dropdown-item,
.login-form .select-country-container .dropdown-menu .dropdown-item:hover,
.sign-up-form .select-country-container .dropdown-menu .dropdown-item,
.sign-up-form .select-country-container .dropdown-menu .dropdown-item:hover,
.forgot-password-form .select-country-container .dropdown-menu .dropdown-item,
.forgot-password-form .select-country-container .dropdown-menu .dropdown-item:hover,
.reset-password-form .select-country-container .dropdown-menu .dropdown-item,
.reset-password-form .select-country-container .dropdown-menu .dropdown-item:hover {
  color: var(--light-grey) !important;
  background-color: var(--background-color-input);
}
.login-form .select-country-container .dropdown-menu .dropdown-item,
.sign-up-form .select-country-container .dropdown-menu .dropdown-item,
.forgot-password-form .select-country-container .dropdown-menu .dropdown-item,
.reset-password-form .select-country-container .dropdown-menu .dropdown-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.login-form .select-country-container .dropdown-menu .dropdown-item img,
.sign-up-form .select-country-container .dropdown-menu .dropdown-item img,
.forgot-password-form .select-country-container .dropdown-menu .dropdown-item img,
.reset-password-form .select-country-container .dropdown-menu .dropdown-item img {
  width: 20px;
  max-height: 20px;
}
.login-form .login-form-header,
.login-form .sign-up-form-header,
.login-form .forgot-password-form-header,
.login-form .reset-password-form-header,
.sign-up-form .login-form-header,
.sign-up-form .sign-up-form-header,
.sign-up-form .forgot-password-form-header,
.sign-up-form .reset-password-form-header,
.forgot-password-form .login-form-header,
.forgot-password-form .sign-up-form-header,
.forgot-password-form .forgot-password-form-header,
.forgot-password-form .reset-password-form-header,
.reset-password-form .login-form-header,
.reset-password-form .sign-up-form-header,
.reset-password-form .forgot-password-form-header,
.reset-password-form .reset-password-form-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  color: var(--neon-green);
  text-shadow: 0px 0px 14px rgba(3, 255, 73, 0.48);
}
.login-form .login-button,
.login-form .send-password-reset-link-button,
.login-form .reset-password-button,
.sign-up-form .login-button,
.sign-up-form .send-password-reset-link-button,
.sign-up-form .reset-password-button,
.forgot-password-form .login-button,
.forgot-password-form .send-password-reset-link-button,
.forgot-password-form .reset-password-button,
.reset-password-form .login-button,
.reset-password-form .send-password-reset-link-button,
.reset-password-form .reset-password-button {
  border-radius: 35px;
  width: 100%;
  padding: 10px 25px;
  color: var(--light-grey);
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.login-form .auth-helper,
.sign-up-form .auth-helper,
.forgot-password-form .auth-helper,
.reset-password-form .auth-helper {
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
}
.login-form .auth-helper a:not(:hover),
.sign-up-form .auth-helper a:not(:hover),
.forgot-password-form .auth-helper a:not(:hover),
.reset-password-form .auth-helper a:not(:hover) {
  text-decoration: underline;
  color: var(--neon-green);
}

@media screen and (min-width: 1200px) {
  .main-container {
    background: url("/img/main-image-big.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: var(--basic-deep-purple);
  }
  .login-form,
  .sign-up-form,
  .forgot-password-form,
  .reset-password-form {
    padding: 40px 200px;
    width: 725px;
    margin: 0 auto;
  }
  .login-form .login-form-header,
  .login-form .sign-up-form-header,
  .login-form .forgot-password-form-header,
  .login-form .reset-password-form-header,
  .sign-up-form .login-form-header,
  .sign-up-form .sign-up-form-header,
  .sign-up-form .forgot-password-form-header,
  .sign-up-form .reset-password-form-header,
  .forgot-password-form .login-form-header,
  .forgot-password-form .sign-up-form-header,
  .forgot-password-form .forgot-password-form-header,
  .forgot-password-form .reset-password-form-header,
  .reset-password-form .login-form-header,
  .reset-password-form .sign-up-form-header,
  .reset-password-form .forgot-password-form-header,
  .reset-password-form .reset-password-form-header {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
  }
}
.sign-up-form .sign-up-step-container-1,
.sign-up-form .sign-up-step-container-2,
.sign-up-form .sign-up-step-container-3 {
  background-repeat: no-repeat;
  width: 248px;
  height: 40px;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 25px;
}
.sign-up-form .sign-up-step-container-1 {
  background-image: url("/img/sign-up-step-1.svg");
}
.sign-up-form .sign-up-step-container-2 {
  background-image: url("/img/sign-up-step-2.svg");
}
.sign-up-form .sign-up-step-container-3 {
  background-image: url("/img/sign-up-step-3.svg");
}
.sign-up-form .navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sign-up-form .navigation-buttons .back-button {
  padding: 9px 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  border-radius: 30px;
  background-color: rgba(229, 229, 229, 0.5);
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--back-button-color);
}
.sign-up-form .navigation-buttons .next-button {
  padding: 9px 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background-color: var(--dark-green);
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
}

@media screen and (min-width: 1200px) {
  .sign-up-form {
    padding-right: 135px;
  }
  .sign-up-form .form-container-step::before {
    content: "";
    position: absolute;
    background-image: url("/img/login-girl.svg");
    background-repeat: no-repeat;
    width: 246px;
    height: 484px;
    z-index: 2;
    left: -70px;
    bottom: 0;
  }
}
.login-form button, .login-form a, .login-form input, .login-form i {
  z-index: 3;
  position: relative;
}
.login-form .form-password-recovery {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.login-form .form-password-recovery a:not(:hover) {
  color: var(--neon-green);
}
.login-form .dividing-span-container {
  position: relative;
  display: flex;
  align-items: center;
  color: #626262;
  margin-bottom: 15px;
}
.login-form .dividing-span-container:before, .login-form .dividing-span-container:after {
  content: "";
  height: 1px;
  background-color: currentColor;
  flex-grow: 1;
}
.login-form .dividing-span-container .dividing-span {
  margin: 0 auto;
  padding: 0 10px;
}
.login-form .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.login-form .social-links .link-item {
  margin-right: 15px;
}

@media screen and (min-width: 1200px) {
  .login-form .login-form-container::after,
  .login-form .login-form-container::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
  }
  .login-form .login-form-container::after {
    background-image: url("/img/login-guy.svg");
    left: 450px;
    width: 495px;
    height: 420px;
  }
  .login-form .login-form-container::before {
    background-image: url("/img/login-girl.svg");
    left: -70px;
    width: 246px;
    height: 484px;
    z-index: 2;
  }
}
.main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main main {
  flex: 1;
}

footer {
  flex-shrink: 0;
}

.page-footer {
  background-color: var(--basic-deep-purple);
  padding-top: 20px;
  padding-bottom: 30px;
}

.logo-container {
  margin: 0 auto;
  width: 130px;
  margin-bottom: 40px;
}

.site-navigation {
  width: 260px;
  margin: 0 auto;
}

.navigation-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: -40px;
  margin-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
}

.list-item {
  margin-right: 40px;
  margin-bottom: 32px;
  min-width: 56px;
}

.list-item a {
  color: var(--light-grey);
}

.social-contacts {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.social-list-container {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.social-list-container li {
  margin-right: 25px;
}

.social-list {
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#scroll-up-arrow {
  margin-left: 85px;
  background-color: transparent;
  border: transparent;
  z-index: 1;
}

.copyright-container {
  border-top: 0.5px solid #03ff49;
  padding-top: 20px;
}

.copyright-container p {
  margin: 0;
  color: var(--light-grey);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.copyright-container p:first-child {
  margin-bottom: 25px;
}

.copyright-container span {
  margin-right: 30px;
}

@media screen and (min-width: 1200px) {
  .page-footer-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1170px;
  }
  .logo-container {
    margin-right: 5px;
  }
  .site-navigation {
    min-width: 462px;
    margin-left: 125px;
    margin-right: 140px;
  }
  .social-contacts {
    padding-left: 0;
    padding-right: 0;
  }
  .copyright-container {
    display: flex;
    justify-content: space-around;
  }
  .copyright-container p {
    opacity: 0.5;
  }
}
.page-header {
  background-color: var(--basic-deep-purple);
}

.page-header-container {
  padding-top: 15px;
  position: relative;
  display: flex;
  padding-bottom: 15px;
}

.navigation-menu-toggler {
  background-image: url("/img/menu.svg");
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  display: block;
  margin-right: auto;
}

.user-link-container {
  display: flex;
  align-items: center;
}

.main-header-signup {
  color: var(--light-grey);
}

.main-header-login {
  color: var(--dark-green);
  margin-right: 18px;
}

.main-header-logout {
  color: var(--dark-green);
  margin-right: 18px;
  padding: 10px;
}

.header-navigation {
  display: none;
  border-top: 1px solid var(--dark-green);
}

.sub-menu-item {
  background-color: var(--basic-deep-purple);
  position: absolute;
  left: 0;
  display: none !important;
  padding-top: 20px;
  top: 45px;
  width: 100%;
  z-index: 1;
}

.menu-item:hover .sub-menu-item {
  display: block !important;
}

.header-navigation-item a {
  position: relative;
  z-index: 2;
}

.header-navigation-item a {
  min-width: 76px;
  padding: 2px 7px;
  border: 2px solid transparent;
  border-radius: 23px;
}

.header-navigation-item a:hover,
.header-navigation-item.active a {
  border-color: var(--neon-green);
  opacity: 1;
}

.header-navigation-list {
  justify-content: center;
}

.side-menu-section {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 268px;
  height: 100vh;
  overflow-y: auto;
  border: 1px solid var(--dark-green);
  box-shadow: 0px 0px 16px 4px rgba(3, 255, 73, 0.26), -5px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 0 10px 10px 0;
  padding-top: 100px;
  padding-left: 65px;
  background-color: var(--basic-deep-purple);
}

.offcanvas-start {
  width: 0 !important;
}

.side-menu-header-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.button-close {
  height: 48px;
  width: 48px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-image: url("/img/cross-close-button.svg");
}

.button-close-container {
  position: absolute;
  top: -80px;
  left: 140px;
}

.list-menu-links {
  list-style: none;
  padding-left: 0;
}

.chat-button {
  margin-top: auto;
  margin-bottom: 95px;
}

.menu-item-style {
  padding: 2px 7px;
  border: 2px solid transparent;
  border-radius: 23px;
  color: var(--light-grey);
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  opacity: 0.4;
  list-style: none;
  display: inline-block;
}

details[open] > summary {
  border-color: var(--neon-green);
  color: var(--light-grey);
  opacity: 1;
}

.list-menu-item {
  margin-bottom: 40px;
}

.drop-down-style {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
}

.drop-down-menu {
  padding-left: 17px;
  padding-top: 20px;
}

.drop-down-style {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 1200px) {
  .header-logo {
    position: absolute;
    background-image: url("/img/header-logo.svg");
    width: 108px;
    height: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .user-link-container {
    margin-left: auto;
  }
  .header-navigation {
    display: block;
  }
  .navigation-menu-toggler {
    display: none;
  }
  .header-navigation-list {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    list-style: none;
    color: var(--light-grey);
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    gap: 30px;
  }
  .header-navigation-item a {
    color: var(--light-grey) !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }
}
.main-page {
  position: relative;
  background-image: url("/img/main_page/main-page-bck-dragon-fly.jpeg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 30px;
  padding-bottom: 45px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: var(--background-main-color);
}

.write-post-container {
  background-color: var(--basic-deep-purple);
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
  max-width: 770px;
  margin: 0 auto;
}

.text-post-container {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--light-grey);
}

.post-user-photo {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-user-photo .fa {
  color: rgba(226, 230, 255, 0.15);
  font-size: 40px;
}

.post-comments-container {
  color: white;
  padding-left: 10px;
}
.post-comments-container .show-comments {
  padding-bottom: 20px;
  cursor: pointer;
}

.comment-user-photo {
  border-radius: 10px;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.comment-user-photo .fa {
  color: rgba(226, 230, 255, 0.15);
  font-size: 30px;
}

.text-area-user-container {
  flex-grow: 1;
  margin-bottom: 20px;
}

.text-area-style {
  color: var(--light-grey);
  opacity: 70%;
  padding: 12px 20px;
  background-color: transparent;
  border: none;
  width: 100%;
  outline: none;
}

.user-post-buttons-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 5px;
}

.user-post-input-container {
  position: relative;
  text-align: center;
}

.input-file-style {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.user-file-upload {
  display: inline-block;
  cursor: pointer;
  border: none;
}

.input-file-icon-wrapper {
  padding-left: 16px;
  padding-right: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--light-grey);
  border-radius: 30px;
}

.input-file-desktop-style {
  display: none;
}

.user-post-select {
  padding: 5px 16px;
  background-color: var(--basic-deep-purple);
  border: 1px solid var(--light-grey);
  border-radius: 30px;
  background: #212430;
}

.type-post-select {
  width: 96px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.type-post-select option {
  color: #1b1a26;
  font-weight: 400;
}

.button-post {
  padding: 8px 25px;
  border: none;
  background-color: var(--light-green);
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.main-page-filter {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 45px;
}

.main-page-filter label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--light-grey);
}

.main-page-select-style {
  border: none;
  color: var(--neon-green);
  background-color: transparent;
  outline: none;
}

.main-page-select-style option {
  color: #1b1a26;
  font-weight: 400;
}

.main-page-post-container {
  margin-bottom: 15px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.user-post-container {
  background-color: var(--basic-deep-purple);
  border-radius: 12px;
  margin-bottom: 15px;
}

.user-post-top-container {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.user-post-header {
  display: flex;
  align-items: flex-start;
  padding-bottom: 12px;
}

.user-description-container {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.user-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--light-grey);
  margin: 0;
}

.time-post-container {
  display: flex;
  gap: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
  opacity: 0.5;
}

.post-label {
  margin-right: 25px;
}
.post-label img {
  cursor: pointer;
  padding-top: 3px;
}

.user-options-button-container {
  position: relative;
}

.user-post-options {
  padding: 0;
  margin-top: 5px;
  background-image: url("/img/options-dropdown-button.svg");
  background-repeat: no-repeat;
  width: 4px;
  height: 24px;
  background-color: transparent;
  display: block;
  border: none;
}

.dropdown-toggle-no-caret {
  padding: 3px !important;
}
.dropdown-toggle-no-caret:after {
  content: none !important;
}

.post-content {
  padding-bottom: 20px;
  margin-bottom: 0;
  color: var(--light-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  white-space: pre-line;
}

.user-post-bottom-container {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.information-post-bar {
  display: flex;
  margin-bottom: 20px;
}

.information-post-bar {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--light-grey);
}

.registered {
  margin-bottom: 20px;
}

.message-answer-container {
  margin-right: 25px;
}

.message-answer-container,
.repost-message-container,
.like-message-container {
  display: flex;
}

.quantity-number {
  padding-left: 10px;
}

.repost-message-container {
  margin-right: auto;
}

.user-add-comment-container {
  position: relative;
  margin-bottom: 15px;
}

.user-add-comment-image {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 20px;
  border-radius: 5px;
}
.user-add-comment-image .fa {
  color: var(--basic-deep-purple);
  font-size: 24px;
}

.user-comment-submit {
  display: none;
}

.user-comment-submit {
  position: absolute;
  background-image: url("/img/main_page/main-page-user-submit-button-grey.svg");
  padding: 0;
  background-color: transparent;
  border: none;
  display: block;
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 21px;
}
.user-comment-submit.user-comment-submit-active {
  background-image: url("/img/main_page/main-page-user-submit-button.svg");
}

.user-add-comment-input,
.user-edit-comment-input {
  background-color: rgba(226, 230, 255, 0.1);
  color: var(--light-grey);
  border: none;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 50px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  outline: none;
}

.user-add-comment-input {
  padding-left: 40px;
}

.user-edit-comment-input {
  padding-left: 20px;
}

.user-photo-container {
  margin-right: 12px;
}

.thumbnail-container {
  position: relative;
  background-color: var(--basic-deep-purple);
  padding: 25px;
  display: flex;
  flex-direction: row;
  border-radius: 12px;
  max-width: 770px;
  margin: 0 auto;
}

.greeting-user-container {
  width: 70%;
}

.main-page-header {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}

.main-page-header-description {
  color: var(--light-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.7;
  margin-bottom: 30px;
}

.main-page-button {
  padding: 10px 40px;
  border-radius: 30px;
  border: none;
  background-color: var(--light-green);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #fff;
}

.main-page-image-container-mobile::after {
  content: "";
  position: absolute;
  background-image: url("/img/main_page/main-page-mario-image.svg");
  bottom: 0;
  right: -7px;
  bottom: 70px;
  background-repeat: no-repeat;
  width: 103px;
  height: 130px;
}

.main-page-image-container-mobile::before {
  content: "";
  z-index: 1;
  position: absolute;
  background-image: url("/img/main_page/main-page-pubg-image.svg");
  width: 121px;
  height: 119px;
  background-repeat: no-repeat;
  bottom: 0;
  right: -1px;
}

.like-icon {
  cursor: pointer;
}

.main-page .post-comment-actions button {
  border: none;
  background-color: transparent;
}

.all-uploaded-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 15px;
}
.all-uploaded-images .image-with-delete-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33% - 15px);
}
.all-uploaded-images .image-with-delete-button-container .image-with-delete-button {
  display: inline-block;
  position: relative;
}
.all-uploaded-images .image-with-delete-button-container .image-with-delete-button img {
  border-radius: 10px;
  width: 100%;
  max-height: 210px;
}
.all-uploaded-images .image-with-delete-button-container .image-with-delete-button .delete-image-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.gallery {
  display: flex;
  max-height: 400px;
  width: 100%;
  margin-bottom: 20px;
}
.gallery img {
  cursor: pointer;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.post-comment {
  display: flex;
  align-items: flex-start;
  padding-bottom: 12px;
}
.post-comment .post-comment-user-image {
  margin-right: 12px;
  width: 30px;
}
.post-comment .post-comment-data {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 42px);
}
.post-comment .post-comment-data .post-comment-data-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .post-user-photo {
    width: 60px;
    height: 60px;
  }
  .post-user-photo .fa {
    font-size: 60px;
  }
  .user-post-select {
    margin-left: auto;
    margin-right: 16px;
  }
  .main-page-filter label {
    font-size: 18px;
    line-height: 21px;
  }
  .input-file-desktop-style {
    display: block;
    color: #fff;
    padding-left: 13px;
    padding-top: 1px;
    font-size: 14px;
    line-height: 16px;
  }
  .user-name {
    font-size: 18px;
    line-height: 21px;
  }
  .information-post-bar {
    font-size: 16px;
    line-height: 19px;
  }
  .user-add-comment-image {
    left: 26px;
  }
  .user-add-comment-input,
  .user-edit-comment-input {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .user-add-comment-input {
    padding-left: 46px;
  }
  .thumbnail-container {
    min-height: 435px;
    max-width: 970px;
    margin: 0 auto;
    padding: 80px;
  }
  .main-page-header {
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
  }
  .main-page-header-description {
    width: 65%;
  }
  .main-page-header-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
  .main-page-button {
    padding: 13px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
  }
  .main-page-image-container-mobile {
    display: none;
  }
  .main-page-image-container-desktop::before {
    content: "";
    position: absolute;
    background-image: url("/img/main_page/main-page-mario-big.svg");
    right: 40px;
    bottom: 77px;
    background-repeat: no-repeat;
    width: 259px;
    height: 329px;
  }
  .main-page-image-container-desktop::after {
    content: "";
    position: absolute;
    background-image: url("/img/main_page/main-page-pubg-big.svg");
    right: 165px;
    bottom: -23px;
    background-repeat: no-repeat;
    width: 299px;
    height: 329px;
    z-index: 1;
  }
  .main-page-spider-image-container-desktop {
    content: "";
    position: absolute;
    background-image: url("/img/main_page/main-page-spiderman.svg");
    right: -95px;
    bottom: 0;
    background-repeat: no-repeat;
    width: 505px;
    height: 283px;
  }
}
.album-page {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 45px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: var(--background-main-color);
}
.album-page .album-container {
  margin: 0 5% 0 5%;
}
.album-page .album-container .album-title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.album-page .album-name {
  color: #e2e6ff;
  font-size: 200%;
  text-transform: uppercase;
}
.album-page .album-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.album-page .album-images .album-image {
  width: 100%;
}
.album-page .album-images .album-image img {
  border-radius: 10px;
  height: 200px;
  cursor: pointer;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 425px) {
  .album-page .album-container {
    margin: 0 10% 0 10%;
  }
  .album-page .album-container .album-images .album-image {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .album-page .album-container {
    margin: 0 20% 0 20%;
  }
  .album-page .album-container .album-images .album-image {
    width: calc(33% - 13.3333333333px);
  }
}
.my-albums-page {
  background-color: var(--basic-deep-purple);
  position: relative;
  color: #bfc8e2;
}
.my-albums-page .create-album-button {
  padding: 13px 24px;
}
.my-albums-page .search-album-container {
  margin-left: 0 !important;
}
.my-albums-page .filter-albums-date {
  display: block;
  width: 200px;
  border-radius: 35px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--light-grey);
  padding: 11px 15px;
  background-color: var(--background-color-input);
}
.my-albums-page .new-album-block {
  height: 350px;
  background-image: url("/img/new-album.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  border-radius: 30px;
  flex-direction: column;
  gap: 15px;
}
.my-albums-page .new-album-block .new-album-block-top {
  font-size: 150%;
}
.my-albums-page .new-album-block .new-album-block-bottom {
  max-width: 245px;
  text-align: center;
}
.my-albums-page .my-albums-main-container {
  padding-top: 30px;
}
.my-albums-page .my-albums-top-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.my-albums-page .my-albums-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}
.my-albums-page .my-albums-container img {
  cursor: pointer;
}
.my-albums-page .my-albums-container .my-album-name {
  cursor: pointer;
}
.my-albums-page .my-albums-search-album-container {
  display: block;
  width: 245px;
}
.my-albums-page .my-albums-search-album-container .search-album {
  width: 245px;
  position: relative;
}
.my-albums-page .my-albums-search-album-container input {
  padding: 12px 25px 12px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background-color: transparent;
  border: 0.5px solid var(--neon-green);
  border-radius: 25px;
  outline: none;
  width: 100%;
  color: var(--light-grey);
}
.my-albums-page .my-albums-search-album-container .search-icon {
  position: absolute;
  top: 13px;
  right: 10px;
}
.my-albums-page .my-albums-search-album-container ::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
.my-albums-page .my-albums-search-album-container ::-webkit-scrollbar-track {
  background: var(--basic-deep-purple);
  border-radius: 10px;
  margin-block: 5px;
}
.my-albums-page .my-albums-search-album-container ::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
.my-albums-page .my-albums-search-album-container ::-webkit-scrollbar-thumb:hover {
  background: grey;
  border-radius: 10px;
}
.my-albums-page .my-albums-search-album-container .suggestion-list {
  position: absolute;
  z-index: 2;
  max-height: 200px;
  overflow-y: scroll;
  width: 245px;
  border: 1px solid var(--neon-green);
  border-radius: 10px;
  background-color: var(--basic-deep-purple);
}
.my-albums-page .my-albums-search-album-container .suggestion-list .suggestion-item {
  background-color: var(--basic-deep-purple);
  color: var(--light-grey);
  display: inline-flex;
  word-break: break-all;
  cursor: pointer;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.my-albums-page .my-albums-search-album-container .suggestion-list .suggestion-item .highlight {
  color: #03ff49;
}
.my-albums-page .my-albums-search-album-container .suggestion-list .suggestion-item .album-date {
  min-width: 45px;
  padding-left: 5px;
  margin-left: auto;
}
.my-albums-page .my-albums-search-album-container .suggestion-list .suggestion-item img {
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 5px;
  border-radius: 10%;
}

@media screen and (min-width: 425px) {
  .my-albums-page .my-albums-search-album-container {
    width: 265px;
  }
  .my-albums-page .my-albums-search-album-container .search-album {
    width: 265px;
  }
  .my-albums-page .my-albums-search-album-container .suggestion-list {
    width: 265px;
  }
}
.tox div:not(.tox-swatch,
.tox-blocker,
.tox-dialog-wrap,
.tox-dialog-wrap__backdrop,
.tox-rgba-preview),
.tox .tox-notification--error p,
.tox button {
  color: #bfc8e2 !important;
  background-color: #1b1a26 !important;
}
.tox .tox-dialog-wrap {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.tox .tox-dialog-wrap__backdrop,
.tox div[role=dialog] {
  background-color: transparent !important;
}
.tox svg {
  fill: #bfc8e2 !important;
}
.tox .tox-promotion-link {
  color: #bfc8e2 !important;
  background-color: #262835 !important;
}
.tox .tox-edit-area__iframe {
  background-color: #262835 !important;
}
.tox.tox-tinymce,
.tox .tox-statusbar {
  border-color: #32394e !important;
}

.main-page-profile-settings {
  background-color: var(--basic-deep-purple);
  position: relative;
}

.user-profile-setting-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--background-main-color);
}

.user-profile-link-list {
  white-space: nowrap;
  display: flex;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  overflow-x: auto;
}

.user-profile-link-item {
  padding: 8px 10px;
  background-color: rgba(226, 230, 255, 0.1);
  border-radius: 50px;
  cursor: pointer;
}

.user-profile-link-item a {
  color: var(--light-grey);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  opacity: 50%;
}

.user-profile-link-item a:active {
  color: var(--neon-green);
}

.user-profile-link-item:not(:last-child) {
  margin-right: 10px;
}

.layout-container {
  padding: 25px 15px;
  padding-top: 0;
  background-color: var(--background-main-color);
  position: relative;
}

.container-block {
  position: relative;
  background-color: var(--basic-deep-purple);
  padding: 20px 15px;
  border-radius: 12px;
  width: 100%;
}

.container-block-header {
  top: 20px;
  left: 25px;
  position: absolute;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--light-grey);
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

.container-block-header::before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 2px;
  background-color: var(--neon-green);
  margin-left: -25px;
  margin-top: 8px;
}

.profile-form {
  margin-top: 35px;
}

.create-or-edit-album-modal input,
.profile-settings-album input:not([type=checkbox]),
.profile-form input,
.profile-form .select-country,
.clan-page select,
.profile-form select {
  display: block;
  width: 100%;
  border-radius: 35px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--light-grey);
}

.profile-form .select-country-container .select-country {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  min-height: 40px;
  border-top-right-radius: 35px !important;
  border-bottom-right-radius: 35px !important;
}
.profile-form .select-country-container .select-country img {
  width: 20px;
  max-height: 20px;
}
.profile-form .select-country-container .dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  background-color: var(--background-color-input);
}
.profile-form .select-country-container .dropdown-menu .dropdown-item,
.profile-form .select-country-container .dropdown-menu .dropdown-item:hover {
  color: var(--light-grey) !important;
  background-color: var(--background-color-input);
}
.profile-form .select-country-container .dropdown-menu .dropdown-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.profile-form .select-country-container .dropdown-menu .dropdown-item img {
  width: 20px;
  max-height: 20px;
}

.profile-form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--light-grey);
  opacity: 50%;
  padding-bottom: 7px;
  padding-left: 17px;
  letter-spacing: 0.22px;
}

.create-or-edit-album-modal input,
.profile-settings-album input:not([type=checkbox]),
.profile-form input,
.profile-form .select-country,
.clan-page select,
.profile-form select {
  padding: 11px 15px;
  margin-bottom: 15px;
  background-color: var(--background-color-input);
}

.profile-form .profile-email {
  color: var(--neon-green);
}

.profile-form select option {
  background-color: var(--background-color-input);
}

.profile-form .profile-email {
  color: var(--neon-green);
}

.form-select-with-arrow {
  padding-left: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/img/user_profile/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 94% 55%;
  background-size: 0.9em auto, 100%;
}

.profile-form-big-button {
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--light-grey);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.change-password {
  margin-top: 5px;
  margin-bottom: 35px;
  background-color: var(--orange-color);
}

.cancel-button {
  background-color: var(--cancel-button-color);
  color: #e5e5e5;
}

.save-button {
  background-color: var(--light-green);
}

.submit-button-container {
  display: flex;
  justify-content: space-between;
}

.dashboard-layout {
  display: flex;
  flex-direction: column;
}

.profile-form,
.communication .input-communication {
  color: var(--neon-green);
}

.profile-form,
.communication label {
  color: var(--light-grey);
  opacity: 1;
}

.communication label {
  padding-left: 10px;
}

.communication img {
  display: inline-block;
}

.communication-form-button {
  margin-top: 25px;
}

.profile-form.personal-user-data .user-profile-desktop-container,
.profile-form.communication .user-profile-desktop-container {
  display: flex;
  flex-wrap: wrap;
}
.profile-form.personal-user-data .wrapper-column,
.profile-form.communication .wrapper-column {
  width: 100%;
}

.tab-container {
  padding: 10px;
  background-color: rgb(37, 39, 52);
}

@media screen and (min-width: 1200px) {
  .tab-container {
    padding: 30px;
  }
  .dashboard-layout {
    flex-direction: row;
    margin: 0 auto;
    max-width: 1600px;
  }
  .user-setting-links-desktop {
    padding: 40px 20px;
    order: 1;
    display: block;
    z-index: 2;
    width: 270px;
  }
  .dashboard-layout-content {
    width: calc(100% - 270px - 165px);
  }
  .user-profile-setting-links {
    background-color: transparent;
  }
  .user-profile-link-list {
    flex-direction: column;
  }
  .user-profile-link-list li:not(:last-child) {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .user-profile-link-item {
    text-align: center;
    padding: 16px 36px;
    background-color: rgba(226, 230, 255, 0.5);
    border-radius: 30px;
  }
  .user-profile-link-item a {
    font-size: 20px;
    line-height: 23px;
    opacity: 100%;
  }
  .link-active {
    background-color: var(--light-green);
  }
  .layout-container {
    background-color: transparent;
  }
  .container-block {
    position: relative;
    margin: 0 auto;
    padding: 40px;
  }
  .container-block-header {
    font-size: 18px;
    line-height: 21px;
    top: 35px;
    left: 40px;
  }
  .container-block-header::before {
    width: 31px;
    margin-left: -40px;
  }
  .profile-form input,
  .profile-form .select-country,
  .profile-form select {
    padding: 11px 15px;
    margin-bottom: 15px;
    background-color: var(--background-color-input);
  }
  .profile-form {
    margin-top: 50px;
  }
  .profile-form.personal-user-data .wrapper-column, .profile-form.communication .wrapper-column {
    width: 45%;
  }
  .user-profile-desktop-container {
    display: flex;
    justify-content: space-around;
  }
  .change-password {
    position: absolute;
    right: 50px;
    top: 35px;
    margin: 0;
  }
  .cancel-button,
  .save-button {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 24px;
    display: block;
  }
  .submit-button-container {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .side-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 45px;
    width: 215px;
    background-color: var(--basic-deep-purple);
  }
  .user-setting-links-desktop {
    padding: 40px 70px;
    width: 385px;
  }
  .dashboard-layout-content {
    width: calc(100% - 385px - 215px);
  }
}
.search-album-header,
.search-game-header {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.search-album-input,
.search-game-input {
  background-color: var(--background-input-color);
  padding: 9px 20px;
  border: 1px solid var(--back-button-color);
  border-radius: 35px;
  outline: none;
  color: var(--light-grey);
  margin-right: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  min-width: 210px;
}

.profile-form-big-button {
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--light-grey);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-block;
}

.profile-large-button {
  display: block;
  text-align: center;
  width: 100%;
  background-color: var(--deep-blue-color);
  border: none;
  padding: 12px 66px;
  font-weight: 500;
  font-size: 14px;
  color: var(--light-grey);
  border-radius: 30px;
}

.alphabet-search {
  display: block;
  margin-top: 16px;
}
.alphabet-search .alphabet-search-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.alphabet-search .alphabet-search-list .alphabet-search-item {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.4em;
  text-transform: capitalize;
  color: var(--light-grey);
  cursor: pointer;
  flex-grow: 1;
}
.alphabet-search .alphabet-search-list .alphabet-search-item:hover {
  color: #0a58ca;
}
.alphabet-search .alphabet-search-list .alphabet-search-item.active {
  color: var(--neon-green);
}

.profile-game-container {
  position: relative;
}

.albums-swiper-container .album-image,
.game-image {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 214px;
  border-radius: 10px;
  cursor: pointer;
}

.album-image-empty,
.game-image-empty {
  height: 214px;
  background-color: rgb(46, 50, 65);
  border-radius: 10px;
}

.favourite-game-image {
  box-shadow: 0 0 3px 3px #03ff49;
}

.profile-image-overlay {
  position: absolute;
  bottom: 22px;
  left: 15px;
  padding: 20px;
  border-radius: 14px;
  width: 175px;
  max-width: calc(100% - 30px);
  height: 135px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}

.game-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--light-grey);
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-description {
  font-weight: 300;
  line-height: 16px;
  color: var(--light-grey);
  padding: 5px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 16px;
  font-size: 10px;
}
.game-description.genre {
  margin-bottom: 0;
}
.game-description.sub-genre {
  margin-bottom: 8px;
}

.add-button-container {
  position: relative;
}

.user-game-button.add::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("/img/user_profile/add-game-plus.svg");
  bottom: 5px;
  left: 84px;
}

.user-game-button.delete::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("/img/user_profile/delete-game-cross.svg");
  bottom: 5px;
  left: 84px;
}

.user-game-button {
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 65px;
  border: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background-color: transparent;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: var(--light-grey);
}

.preferences-no-result-header {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  color: var(--light-grey);
  opacity: 0.5;
  margin-top: 25px;
  margin-bottom: 25px;
}

.game-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 208px;
  background-color: var(--background-color-input);
  margin-bottom: 15px;
  border-radius: 12px;
}

.profile-albums-container,
.profile-games-container {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.profile-album-container,
.profile-game-container {
  width: 100%;
}

.profile-album-container {
  color: white;
  margin-top: 10px;
}
.profile-album-container img {
  border-radius: 10px;
  height: 200px;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.profile-album-container .profile-album-image-empty {
  width: 100%;
  height: 200px;
  background-color: rgb(46, 50, 65);
  border-radius: 10px;
}
.profile-album-container .options-dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-album-container .options-dropdown .options-button {
  padding: 0;
  margin: 10px;
  background-image: url("/img/options-dropdown-button.svg");
  background-repeat: no-repeat;
  width: 4px;
  height: 16px;
  background-color: transparent;
  display: block;
  border: none;
}

@media screen and (min-width: 768px) {
  .profile-album-container,
  .profile-game-container {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .profile-album-container,
  .profile-game-container {
    width: calc(33% - 13.3333333333px);
  }
  .profile-image-overlay p {
    font-size: 9px;
  }
  .profile-image-overlay {
    bottom: 10px;
    padding: 20px 12px;
    height: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .user-game-button {
    font-size: 12.5678px;
    line-height: 15px;
  }
  .user-game-button.add::after {
    left: 55px;
  }
  .user-game-button.delete::after {
    left: 65px;
  }
}
@media screen and (min-width: 1440px) {
  .profile-album-container,
  .profile-game-container {
    width: calc(25% - 15px);
  }
}
.profile-setting-bg-image {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 124px;
  background-color: #21222e;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

.profile-setting-bg-image .b-dropdown {
  top: 105px;
  transform: translate(-50%, -50%);
  left: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  padding: 0;
  width: 60px;
  height: 60px;
  display: block;
}

.add-button {
  border: none;
  background-color: transparent;
  position: absolute;
  padding: 0;
  width: 60px;
  height: 60px;
  background-image: url("/img/user_profile/user-setting-add-button-desktop.svg");
  display: block;
  border-radius: 50%;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

.dropdown-toggle-no-caret {
  padding: 0 !important;
  border: 0 !important;
}

.dropdown-toggle-no-caret:focus {
  box-shadow: none !important;
}

.user-profile-information {
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
  display: flex;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  gap: 10px;
}

.user-info {
  display: flex;
  flex-direction: column;
}

.user-name-container {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
  word-break: break-all;
}

.sign-out-button {
  padding: 8px 24px;
  background-color: var(--sign-out-button-color);
  color: var(--light-grey);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  border: none;
  border-radius: 30px;
}

.user-info-count {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--light-grey);
}

.user-info-name {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.user-country-flag-mobile {
  width: 28px;
  height: 16px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}

.user-setting-menu {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 65px;
  margin: 0 auto;
  max-width: 940px;
  background-color: var(--background-main-color);
}

.user-setting-container {
  background-color: var(--basic-deep-purple);
  padding: 20px 25px;
  border-radius: 12px;
  position: relative;
}

.user-setting-container:not(:last-child) {
  margin-bottom: 15px;
}

.container-block-header {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--light-grey);
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

.container-block-header::before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 2px;
  background-color: var(--neon-green);
  margin-left: -25px;
  margin-top: 8px;
}

.user-setting-button {
  position: relative;
  padding: 0;
  padding-left: 30px;
  background-color: transparent;
  color: rgba(226, 230, 255, 0.5);
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.user-setting-button::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("/img/user_profile/plus-for-add-button.svg");
  background-position: 0 50%;
}

.container-button {
  display: none;
}

.search-album-container {
  display: none;
}

.user-profile-tab .b-dropdown {
  z-index: 999;
  position: absolute;
}

.user-setting-button-container {
  position: relative;
  margin-top: 50px;
  width: 100%;
  padding: 85px 60px;
  background-color: rgba(226, 230, 255, 0.05);
  border-radius: 10px;
  cursor: pointer;
}

.user-profile-tab .user-name-container {
  width: 100%;
  order: 1;
}
.user-profile-tab .user-info-container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
  order: 2;
}
.user-profile-tab .user-buttons-options {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  order: 3;
}
.user-profile-tab .games-swiper-container,
.user-profile-tab .albums-swiper-container {
  position: relative;
}
.user-profile-tab .games-swiper-container .swiper-button-next,
.user-profile-tab .albums-swiper-container .swiper-button-next {
  right: 0 !important;
}
.user-profile-tab .games-swiper-container .swiper-button-prev,
.user-profile-tab .albums-swiper-container .swiper-button-prev {
  left: 0 !important;
}
.user-profile-tab .albums-swiper-container .swiper-button-next,
.user-profile-tab .albums-swiper-container .swiper-button-prev {
  top: 107px;
}

@media screen and (min-width: 425px) {
  .user-profile-tab .user-info-container,
  .user-profile-tab .user-name-container,
  .user-profile-tab .user-buttons-options {
    order: initial;
  }
  .user-profile-tab .user-info-container {
    display: flex;
    justify-content: space-around;
    width: 35%;
    gap: 10px;
    flex-wrap: wrap;
  }
  .user-profile-tab .user-name-container {
    min-width: 100px;
    width: 30%;
    text-align: center;
  }
  .user-profile-tab .user-buttons-options {
    align-items: end;
    width: 35%;
    display: flex;
  }
  .user-profile-tab .user-profile-information {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .user-setting-button-container {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .user-profile-tab .user-profile-information {
    margin-top: 40px;
  }
  .user-country-flag-mobile {
    height: 18px;
  }
  .user-setting-button-container {
    width: calc(33% - 13.3333333333px);
  }
  .profile-setting-bg-image {
    height: 220px;
  }
  .profile-setting-bg-image .b-dropdown {
    width: 165px;
    height: 165px;
    top: 165px;
  }
  .add-button {
    width: 165px;
    height: 165px;
  }
  .user-name-container {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
  .user-info-count {
    font-size: 18px;
    line-height: 21px;
  }
  .user-setting-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .user-setting-container {
    padding: 30px;
    display: block;
  }
  .container-block-header {
    font-size: 18px;
    line-height: 21px;
    top: 35px;
    left: 40px;
  }
  .container-block-header::before {
    width: 31px;
    margin-left: -40px;
  }
  .container-button {
    display: block;
    float: right;
    padding: 8px 25px;
    border: none;
    background-color: var(--light-green);
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--light-grey);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .search-album-container {
    margin-left: calc(50% - 110px);
    display: block;
    width: 220px;
  }
  .search-album-container .search-album {
    width: 220px;
    position: relative;
  }
  .search-album-container input {
    padding: 9px 25px 9px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
    border: 0.5px solid var(--neon-green);
    border-radius: 25px;
    outline: none;
    width: 100%;
    color: var(--light-grey);
  }
  .search-album-container .search-icon {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .search-album-container ::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
  }
  .search-album-container ::-webkit-scrollbar-track {
    background: var(--basic-deep-purple);
    border-radius: 10px;
    margin-block: 5px;
  }
  .search-album-container ::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
  }
  .search-album-container ::-webkit-scrollbar-thumb:hover {
    background: grey;
    border-radius: 10px;
  }
  .search-album-container .suggestion-list {
    position: absolute;
    z-index: 2;
    max-height: 200px;
    overflow-y: scroll;
    width: 220px;
    border: 1px solid var(--neon-green);
    border-radius: 10px;
    background-color: var(--basic-deep-purple);
  }
  .search-album-container .suggestion-list .suggestion-item {
    background-color: var(--basic-deep-purple);
    color: var(--light-grey);
    display: inline-flex;
    word-break: break-all;
    cursor: pointer;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
  }
  .search-album-container .suggestion-list .suggestion-item .highlight {
    color: #03ff49;
  }
  .search-album-container .suggestion-list .suggestion-item img {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 5px;
    border-radius: 10%;
  }
}
.profile-settings-album {
  color: white;
}
.profile-settings-album .album-buttons-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px;
  justify-content: end;
}
.profile-settings-album .album-name-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.profile-settings-album .album-name-container label {
  color: #03ff49;
}
.profile-settings-album .album-name-container input {
  width: 100%;
  border: 2px solid #03ff49;
}
.profile-settings-album .form-error {
  margin: 0;
}

.album-note {
  color: grey;
}

.album-drag-and-drop-container {
  height: 200px;
  width: 100%;
  background-color: rgba(226, 230, 255, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
  text-align: center;
}
.album-drag-and-drop-container label {
  margin: 0;
  color: #03ff49;
  cursor: pointer;
}

.album-images {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 15px;
}
.album-images .album-image-error {
  width: 150px;
  margin-top: 10px !important;
}
.album-images .album-image-container {
  width: 150px;
  height: 150px;
  background-color: #262835;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.album-images .album-image-container.main {
  box-shadow: 0 0 3px 3px #03ff49;
}
.album-images .album-image-container .album-image {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.album-images .album-image-container .delete-image-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.album-images .album-image-container input[type=checkbox] {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #03ff49;
}

@media screen and (min-width: 425px) {
  .profile-settings-album .album-buttons-container {
    margin-top: 0;
  }
}
.player-profile-bg-image {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 124px;
  background-color: #21222e;
  border-bottom: 1px solid var(--neon-green);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

.player-profile-image-container {
  top: 90%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  padding: 0;
  width: 60px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  border-radius: 50%;
  background-color: #252734;
  border: 2px solid var(--neon-green);
}

.player-profile-information {
  margin-top: 10px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
.player-profile-information > div:nth-child(3) {
  width: 40%;
}
.player-profile-information > div:nth-child(1),
.player-profile-information > div:nth-child(2),
.player-profile-information > div:nth-child(4),
.player-profile-information > div:nth-child(5) {
  width: 15%;
}

.user-profile-menu {
  margin: 0 auto;
  max-width: 940px;
  background-color: var(--background-main-color);
}

.user-profile-socials-container {
  margin: 0 auto;
  margin-bottom: 15px;
  justify-content: center;
  display: flex;
}

.user-profile-socials-container button:not(:last-child) {
  margin-right: 20px;
}

.user-profile-socials {
  border: none;
  background-color: transparent;
  padding: 0;
}

.profile-count {
  margin-left: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
  opacity: 0.5;
}

.profile-page-button {
  position: absolute;
  top: 20px;
  right: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--neon-green);
  border: none;
  background-color: transparent;
}

.user-profile-slider {
  background-color: var(--basic-deep-purple);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.user-image-overlay {
  position: absolute;
  bottom: 18px;
  left: 15px;
  right: 15px;
  padding: 18px;
  border-radius: 14px;
  max-width: 175px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  height: 150px;
}

.user-game-button.play::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("/img/player_profile/play-game.svg");
  bottom: 5px;
  left: 84px;
}

.side-profile-clans-info {
  background-color: var(--background-main-color);
}

.side-user-profile-socials-container {
  display: none;
}

.side-profile-container {
  padding: 30px 10px 30px 50px;
  background-color: var(--basic-deep-purple);
  margin-bottom: 5px;
}

.clans-info-header {
  margin: 0;
  text-align: center;
  color: var(--light-grey);
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.green-style {
  color: var(--neon-green);
}

.top-clans-container {
  max-width: 220px;
  margin: 0 auto;
}

.chart-place-container {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 16px;
  padding-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.chart-place-container.first-place::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -42px;
  width: 82px;
  height: 150px;
  background-image: url("/img/player_profile/first-place-prize.svg");
}

.chart-place-container.second-place::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 58px;
  height: 107px;
  background-image: url("/img/player_profile/second-place-prize.svg");
}

.chart-place-container.third-place::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -27px;
  width: 53px;
  height: 97px;
  background-image: url("/img/player_profile/third-place-prize.svg");
}

.chart-place-container.first-place {
  background: linear-gradient(99.75deg, rgba(111, 74, 198, 0.2) 30.87%, rgba(167, 133, 245, 0.2) 84.74%);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 5px 30px;
  height: 108px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.chart-place-container.second-place {
  background: linear-gradient(128.39deg, rgba(9, 193, 138, 0.2) 3.68%, rgba(123, 255, 168, 0.2) 98.36%);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 5px 30px;
  height: 108px;
  margin-bottom: 20px;
}

.chart-place-container.third-place {
  background: linear-gradient(131.22deg, rgba(9, 94, 193, 0.2) 2.14%, rgba(123, 239, 255, 0.2) 100%);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 5px 30px;
  height: 108px;
  margin-bottom: 20px;
}

.clans-status {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
  display: block;
  margin-right: 10px;
  margin-bottom: 0;
}

.gears-container {
  background-color: var(--basic-deep-purple);
  padding: 30px 16px 25px;
  margin-bottom: 5px;
}

.gear-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--light-grey);
  text-align: center;
}

.gear-image-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.gear-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gear-button {
  border: none;
  padding: 8px 15px;
  background-color: var(--light-green);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--light-grey);
  border-radius: 30px;
}

.latest-activity-container {
  background-color: var(--basic-deep-purple);
  padding: 20px;
  margin-bottom: 30px;
}

.latest-activity-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--light-grey);
  text-align: center;
}

.latest-activity-content {
  padding: 15px;
  display: flex;
  justify-content: center;
  background-color: var(--background-main-color);
  border-radius: 10px;
  gap: 10px;
  width: 100%;
}

.latest-activity-image-container {
  width: calc(50% - 5px);
  max-width: 135px;
}

.latest-activity-description-container {
  width: calc(50% - 5px);
  max-width: 135px;
}

.latest-activity-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.latest-activity-event {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
  margin-bottom: 30px;
}

.time-activity {
  margin: 0;
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.chat-button-container {
  display: none;
}

.search-album-main {
  position: absolute;
  top: 25px;
}

.album-search-input {
  border: 0.3px solid #03ff49;
  background-color: transparent;
  border-radius: 25px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
  min-width: 220px;
  outline: none;
}

.users-online-style {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
  margin-top: 7px;
}

#user-page .country {
  min-width: 30px;
  display: flex;
  align-items: center;
}
#user-page .games-swiper-container,
#user-page .albums-swiper-container {
  position: relative;
  margin-top: 50px;
}
#user-page .games-swiper-container .swiper-button-next,
#user-page .albums-swiper-container .swiper-button-next {
  right: 0 !important;
}
#user-page .games-swiper-container .swiper-button-prev,
#user-page .albums-swiper-container .swiper-button-prev {
  left: 0 !important;
}
#user-page .albums-swiper-container .swiper-button-next,
#user-page .albums-swiper-container .swiper-button-prev {
  top: 107px;
}

@media screen and (min-width: 1200px) {
  .user-profile-slider {
    margin-top: 16px;
    margin-bottom: 5px;
    border-radius: 12px;
  }
  .my-profile-page {
    padding: 15px 30px 70px;
    background-color: var(--background-main-color);
  }
  .player-profile-bg-image {
    height: 220px;
  }
  .player-profile-image-container {
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 82%;
  }
  .player-profile-information {
    padding-top: 32px;
    justify-content: left;
  }
  .player-profile-information > div:nth-child(3) {
    width: 36%;
    order: 5;
  }
  .player-profile-information > div:nth-child(1),
  .player-profile-information > div:nth-child(2),
  .player-profile-information > div:nth-child(4),
  .player-profile-information > div:nth-child(5) {
    width: 8%;
  }
  .player-profile-information > div:nth-child(4) {
    order: 3;
  }
  .player-profile-information > div:nth-child(5) {
    order: 4;
  }
  .user-profile-menu {
    background-color: transparent;
  }
  .user-profile-screenshots {
    padding-bottom: 30px;
    padding-right: 25px;
  }
  .user-profile-socials-container {
    display: none;
  }
  .player-profile-setting {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: var(--basic-deep-purple);
    border-radius: 0 0 20px 20px;
  }
  .profile-count {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }
  .profile-page-button {
    padding: 8px 25px;
    background-color: var(--light-green);
    color: var(--light-grey);
    border-radius: 30px;
  }
  .side-profile-clans-info {
    width: 385px;
    display: flex;
    flex-direction: column;
  }
  .side-user-profile-socials-container {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 5px;
    background-color: var(--basic-deep-purple);
  }
  .side-user-profile-socials-container .profile-socials-container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }
  .profile-socials-container {
    margin-left: auto;
    padding: 0 50px;
  }
  .latest-activity-container {
    margin-bottom: 0;
  }
  .chat-button-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    background-color: var(--basic-deep-purple);
  }
  .chat-button-desktop {
    padding-top: 30px;
  }
}
.clan-name-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252734;
  padding-top: 25px;
  padding-bottom: 20px;
}

.clan-name-header {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--light-grey);
}

.clan-profile-bg-image {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 124px;
  background-color: #21222e;
  border-bottom: 1px solid var(--neon-green);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

.clan-information-container {
  background-color: var(--basic-deep-purple);
  position: relative;
}

.clan-slogan-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 205px;
  margin: 0 auto;
  background-color: var(--basic-deep-purple);
  border: 1px solid var(--neon-green);
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.clan-slogan-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--light-grey);
  text-align: center;
}

.clan-information {
  margin-bottom: 20px;
}

.clan-sub-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.clan-information-buttons-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.clan-button {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--light-grey);
  border: none;
  border-radius: 30px;
  outline: none;
  background-color: var(--light-green);
}
.clan-button.red {
  background-color: #f46a6a;
}

.clan-info {
  display: flex;
  flex-direction: column;
}

.title-top {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
  color: var(--light-grey);
}

.info-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
}

.clan-profile-menu {
  padding: 0 10px 20px;
  margin: 0 auto;
  background-color: var(--background-main-color);
}

.clan-active-games {
  position: relative;
  background-color: var(--basic-deep-purple);
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 16px;
  margin-bottom: 16px;
}

.clan-games-header,
.clan-gallery-header {
  top: 20px;
  left: 25px;
  position: absolute;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--light-grey);
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

.clan-games-header::before,
.clan-gallery-header::before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 2px;
  background-color: var(--neon-green);
  margin-left: -25px;
  margin-top: 8px;
}

.clan-count {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
  opacity: 0.5;
}

.clan-gallery-button {
  position: absolute;
  top: 20px;
  right: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--neon-green);
  border: none;
  background-color: transparent;
}

.clan-gallery {
  position: relative;
  background-color: var(--basic-deep-purple);
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 16px;
  margin-bottom: 16px;
}

.side-profile-clans-info {
  background-color: var(--basic-deep-purple);
}

.clans-communication-container {
  margin-bottom: 40px;
  padding: 50px 40px;
  background-color: var(--basic-deep-purple);
}

.clans-communication-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--light-grey);
  margin-bottom: 25px;
}

.clan-social-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.blurred-display {
  filter: blur(12px);
  pointer-events: none;
}

#clan-page {
  background-color: var(--basic-deep-purple);
  position: relative;
}
#clan-page .clan-gallery-image {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 214px;
  border-radius: 10px;
  cursor: pointer;
}
#clan-page .clan-gallery-image-empty {
  height: 214px;
  background-color: rgb(46, 50, 65);
  border-radius: 10px;
}
#clan-page .games-swiper-container,
#clan-page .clan-gallery-swiper-container {
  position: relative;
  margin: 10px;
}
#clan-page .games-swiper-container .swiper-button-next,
#clan-page .clan-gallery-swiper-container .swiper-button-next {
  right: 0 !important;
}
#clan-page .games-swiper-container .swiper-button-prev,
#clan-page .clan-gallery-swiper-container .swiper-button-prev {
  left: 0 !important;
}
#clan-page .games-swiper-container .swiper-button-next,
#clan-page .games-swiper-container .swiper-button-prev,
#clan-page .clan-gallery-swiper-container .swiper-button-next,
#clan-page .clan-gallery-swiper-container .swiper-button-prev {
  top: 107px;
}

.blurred-attention {
  top: 55%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.blurred-lock-image {
  margin-right: 15px;
}

.blurred-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.3);
}

.last-clan-members {
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 0;
}
.last-clan-members .last-clan-member {
  width: calc(25% - 15px);
  min-width: 200px;
  background-color: #1b1a26;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.last-clan-members .last-clan-member .last-clan-member-avatar {
  width: 50px;
  height: 50px;
}
.last-clan-members .last-clan-member .last-clan-member-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.last-clan-members .last-clan-member .last-clan-member-avatar .no-avatar {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgb(46, 50, 65);
}

@media screen and (min-width: 1200px) {
  .clan-filters-mobile-container {
    padding: 0;
  }
  .clan-gallery-button {
    padding: 8px 25px;
    background-color: var(--light-green);
    color: var(--light-grey);
    border-radius: 30px;
    right: 34px;
  }
  .blurred-header {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
  }
  .clan-page-desktop {
    background-color: var(--background-main-color);
    padding: 0 20px;
  }
  .clan-name-header {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
  .clan-profile-bg-image {
    height: 220px;
  }
  .clan-slogan-container {
    width: 320px;
    margin: 0 auto;
  }
  .clan-slogan-header {
    font-size: 20px;
    line-height: 23px;
  }
  .clans-desktop-container {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    background-color: var(--basic-deep-purple);
    padding-top: 25px;
    border-radius: 0 0 15px 15px;
  }
  .clan-sub-container {
    justify-content: flex-start;
  }
  .clan-info .title-top {
    margin-bottom: 5px;
  }
  .clan-info,
  .clan-info-sub-container {
    margin-right: 40px;
  }
  .clan-info-sub-container .info-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
  .clan-active-games,
  .clan-gallery {
    border-radius: 15px;
    padding-right: 25px;
  }
  .clan-games-header,
  .clan-gallery-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    left: 41px;
  }
  .clan-games-header::before,
  .clan-gallery-header::before {
    width: 31px;
    margin-left: -40px;
  }
  .clan-count {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }
  .side-profile-clans-info {
    width: 270px;
    display: flex;
    flex-direction: column;
  }
  .clans-communication-header {
    font-size: 24px;
    line-height: 28px;
  }
  .clans-communication-container {
    margin-bottom: 5px;
  }
  .clan-social-image img {
    width: 30px;
    height: 30px;
  }
  .chat-button-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    background-color: var(--basic-deep-purple);
  }
  .chat-button-desktop {
    padding-top: 30px;
  }
}
.clan-gallery-page {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/main_page/main-page-bck-dragon-fly.jpeg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 30px 15px 45px;
  background-color: var(--background-main-color);
}
.clan-gallery-page .blurred-attention {
  top: 180px;
}
.clan-gallery-page .clan-gallery-container {
  margin: 0 5% 0 5%;
}
.clan-gallery-page .clan-gallery-title {
  color: white;
}
.clan-gallery-page .clan-gallery-title .clan-gallery-clan-name {
  cursor: pointer;
  color: var(--neon-green);
}
.clan-gallery-page .clan-gallery-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.clan-gallery-page .clan-gallery-images .clan-gallery-image {
  width: 100%;
}
.clan-gallery-page .clan-gallery-images .clan-gallery-image img {
  border-radius: 10px;
  height: 200px;
  cursor: pointer;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 425px) {
  .clan-gallery-page .clan-gallery-container {
    margin: 0 10% 0 10%;
  }
  .clan-gallery-page .clan-gallery-container .clan-gallery-images .clan-gallery-image {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .clan-gallery-page .clan-gallery-container {
    margin: 0 20% 0 20%;
  }
  .clan-gallery-page .clan-gallery-container .clan-gallery-images .clan-gallery-image {
    width: calc(33% - 13.3333333333px);
  }
}
.clan-leaderboard-page {
  position: relative;
  padding: 30px 0 45px;
  background-color: var(--basic-deep-purple);
  scrollbar-width: thin;
  scrollbar-color: #80f95a #494953;
}
.clan-leaderboard-page .blurred-container {
  position: relative;
}
.clan-leaderboard-page .blurred-container .blurred-attention {
  top: 130px;
  transform: translate(-50%, 0%);
}
.clan-leaderboard-page .clan-leaderboard-container {
  padding: 15px;
  background-color: var(--background-main-color);
}
.clan-leaderboard-page .clan-leaderboard-inner-container {
  padding: 20px;
  background-image: linear-gradient(rgba(30, 29, 43, 0.5), rgba(30, 29, 43, 0.5)), url("/img/main_page/main-page-bck-dragon-fly.jpeg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 20px;
}
.clan-leaderboard-page .clan-leaderboard-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.clan-leaderboard-page .clan-leaderboard-header-main-info {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.clan-leaderboard-page .clan-leaderboard-header-main-info .clan-leaderboard-breadcrumbs-container {
  color: white;
  display: flex;
  flex-direction: column;
}
.clan-leaderboard-page .clan-leaderboard-header-main-info .clan-leaderboard-breadcrumbs-container .clan-leaderboard-breadcrumbs-title {
  font-size: 24px;
}
.clan-leaderboard-page .clan-leaderboard-header-main-info .clan-leaderboard-breadcrumbs-container .clan-leaderboard-breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.clan-leaderboard-page .clan-leaderboard-header-main-info .clan-leaderboard-breadcrumbs-container .clan-leaderboard-breadcrumbs .separator {
  color: var(--neon-green);
}
.clan-leaderboard-page .clan-image {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.clan-leaderboard-page .clan-no-image {
  width: 50px;
  height: 50px;
  background-color: rgb(46, 50, 65);
  border-radius: 5px;
  cursor: pointer;
}
.clan-leaderboard-page ::-webkit-scrollbar {
  width: 12px;
}
.clan-leaderboard-page ::-webkit-scrollbar-track {
  background: #494953;
  border-radius: 6px;
}
.clan-leaderboard-page ::-webkit-scrollbar-thumb {
  background: #80f95a;
  border-radius: 6px;
}
.clan-leaderboard-page ::-webkit-scrollbar-thumb:hover {
  background: #80f95a;
}
.clan-leaderboard-page .clan-roles-container {
  background-color: #272633;
  width: 100%;
  border-radius: 30px;
  padding: 10px 0;
}
.clan-leaderboard-page .clans-roles-inner-container {
  max-height: calc(100vh - 360px);
  min-height: 300px;
  overflow-y: auto;
}
.clan-leaderboard-page .clan-role-container {
  padding: 20px;
}
.clan-leaderboard-page .members-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  overflow-x: auto;
}
.clan-leaderboard-page .member-container {
  width: 210px;
}
.clan-leaderboard-page .member-container .member-info {
  margin-top: 50px;
  border-radius: 20px;
  width: 175px;
  min-height: 120px;
  padding: 10px 50px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background: radial-gradient(circle, white 0%, #999497 100%);
  border: 2px solid grey;
  color: grey;
}
.clan-leaderboard-page .member-container .member-info.role_clan_leader {
  background: radial-gradient(circle, #e1e1e1 0%, #716d69 100%);
  border: 2px solid #8f8b8a;
  color: #4f4e51;
}
.clan-leaderboard-page .member-container .member-info.role_elder {
  background: radial-gradient(circle, #f5d882 0%, #b18718 100%);
  color: #946c0a;
  border: 2px solid #876a20;
}
.clan-leaderboard-page .member-container .member-info.role_officer {
  background: radial-gradient(circle, #fdddc0 0%, #a6671e 100%);
  border: 2px solid #734d27;
  color: #734d27;
}
.clan-leaderboard-page .member-container .member-info.role_member {
  background: radial-gradient(circle, #524e51 0%, #353438 100%);
  border: 2px solid #6e6b6d;
  color: #6e6b6d;
}
.clan-leaderboard-page .member-container .member-info .member-role {
  color: white;
  font-weight: normal;
  font-size: 20px;
}
.clan-leaderboard-page .member-container .member-info .member-name {
  font-weight: bold;
  font-size: 24px;
}
.clan-leaderboard-page .member-container .member-info .member-id {
  color: white;
  font-weight: normal;
  font-size: 18px;
}
.clan-leaderboard-page .member-container .member-info .member-avatar-container {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -30%);
  border-radius: 50%;
}
.clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: lightgrey;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid grey;
}
.clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar.role_clan_leader {
  border: 2px solid #8f8b8a;
}
.clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar.role_elder {
  border: 2px solid #876a20;
}
.clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar.role_officer {
  border: 2px solid #734d27;
}
.clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar.role_member {
  border: 2px solid #6e6b6d;
}
.clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar .fa {
  color: #21222e;
  font-size: 70px;
}
.clan-leaderboard-page .clan-role-name {
  color: white;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.clan-leaderboard-page .clan-role-filter-container {
  width: 200px;
  padding: 20px;
}
.clan-leaderboard-page .clan-role-filter-container .clan-role-filter {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid #03ff49;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 35px !important;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--light-grey);
  padding: 11px 15px;
  background-color: #181c23;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/img/user_profile/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 94% 55%;
  background-size: 0.9em auto, 100%;
}
.clan-leaderboard-page .clan-role-filter-container .dropdown-menu {
  width: 100%;
  min-width: auto;
  overflow-y: auto;
  background-color: #181c23;
  border: 1px solid #03ff49;
  border-radius: 20px;
}
.clan-leaderboard-page .clan-role-filter-container .dropdown-menu .dropdown-item,
.clan-leaderboard-page .clan-role-filter-container .dropdown-menu .dropdown-item:hover {
  color: var(--light-grey) !important;
  background-color: #181c23;
}
.clan-leaderboard-page .clan-role-filter-container .dropdown-menu .dropdown-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.clan-leaderboard-page .clan-role-filter-container .dropdown-menu .dropdown-item.active {
  color: #03ff49 !important;
}

@media screen and (min-width: 375px) {
  .clan-leaderboard-page .member-container {
    width: 240px;
  }
  .clan-leaderboard-page .member-container .member-info {
    width: 200px;
  }
  .clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar {
    width: 80px;
    height: 80px;
  }
  .clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar .fa {
    font-size: 80px;
  }
}
@media screen and (min-width: 425px) {
  .clan-leaderboard-page .member-container {
    width: 300px;
  }
  .clan-leaderboard-page .member-container .member-info {
    width: 250px;
  }
  .clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar {
    width: 100px;
    height: 100px;
  }
  .clan-leaderboard-page .member-container .member-info .member-avatar-container .member-avatar .fa {
    font-size: 100px;
  }
}
@media (min-width: 576px) {
  .clan-leaderboard-page .clan-roles-container {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .clan-leaderboard-page {
    padding: 30px 15px 45px;
  }
  .clan-leaderboard-page .clan-leaderboard-inner-container {
    padding: 30px;
  }
  .clan-leaderboard-page .clan-leaderboard-container {
    padding: 30px 30px 70px;
    width: calc(100% - 330px);
  }
}
@media screen and (min-width: 1600px) {
  .clan-leaderboard-page .clan-leaderboard-container {
    width: calc(100% - 430px);
  }
}
#clan-settings-page {
  background-color: var(--basic-deep-purple);
  position: relative;
  color: white;
}
#clan-settings-page .layout-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  background-color: rgb(37, 39, 52);
}
#clan-settings-page .clan-settings-block-social-networks select,
#clan-settings-page .clan-settings-block-social-networks input,
#clan-settings-page .clan-settings-block-clan-members select,
#clan-settings-page .clan-settings-block-clan-members input,
#clan-settings-page .clan-settings-block-main-info select,
#clan-settings-page .clan-settings-block-main-info input {
  display: block;
  width: 100%;
  border-radius: 35px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--light-grey);
  padding: 11px 15px;
  margin-bottom: 15px;
  background-color: var(--background-color-input);
}
#clan-settings-page .clan-settings-block-social-networks .select-clan-role,
#clan-settings-page .clan-settings-block-clan-members .select-clan-role,
#clan-settings-page .clan-settings-block-main-info .select-clan-role {
  margin-bottom: 0;
}
#clan-settings-page .clan-settings-buttons-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px;
  justify-content: end;
}
#clan-settings-page .field-container {
  display: flex;
  flex-direction: column;
}
#clan-settings-page .field-container input {
  width: 100%;
}
#clan-settings-page .form-error {
  margin: 0 0 10px 0;
}
#clan-settings-page .table-header th {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--light-grey);
  padding-bottom: 30px;
}
#clan-settings-page .table-content td {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--light-grey);
  padding-bottom: 30px;
}
#clan-settings-page .table-numeration {
  opacity: 0.7;
}
#clan-settings-page .table-options {
  display: flex;
  gap: 20px;
}
#clan-settings-page .table-options button {
  border: none;
  background-color: transparent;
}
#clan-settings-page .clan-roles-table-user-photo {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
#clan-settings-page .clan-roles-table-user-photo .fa {
  color: rgba(226, 230, 255, 0.15);
  font-size: 25px;
}

.clan-note {
  color: grey;
}

.clan-drag-and-drop-container {
  height: 200px;
  width: 100%;
  background-color: rgba(226, 230, 255, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
  text-align: center;
}
.clan-drag-and-drop-container label {
  margin: 0;
  color: #03ff49;
  cursor: pointer;
}

.clan-gallery-images {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 15px;
}
.clan-gallery-images .clan-gallery-image-error {
  width: 150px;
  margin-top: 10px !important;
}
.clan-gallery-images .clan-gallery-image-container {
  width: 150px;
  height: 150px;
  background-color: #262835;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.clan-gallery-images .clan-gallery-image-container.main {
  box-shadow: 0 0 3px 3px #03ff49;
}
.clan-gallery-images .clan-gallery-image-container .clan-gallery-image {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.clan-gallery-images .clan-gallery-image-container .delete-image-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

@media screen and (min-width: 425px) {
  .clan-settings-buttons-container {
    margin-top: 0;
  }
}
#clans-page {
  background-color: var(--basic-deep-purple);
  position: relative;
}

.clan-flag-container {
  display: flex;
  flex-wrap: wrap;
}

.clan-flag-container img {
  margin-right: 10px;
  height: 15px;
}

.eye-button {
  padding: 8px;
  border: none;
  background-color: #e78d5b;
  border-radius: 30px;
}

.desktop-list-container {
  display: none;
}

.clan-search-input {
  background-color: var(--background-color-input);
  border: 0.3px solid #e2e6ff;
  border-radius: 25px;
  padding: 10px 15px;
  min-width: 220px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--light-grey);
  opacity: 0.5;
  outline: none;
  width: 100%;
}
.clan-search-input::-moz-placeholder {
  color: var(--light-grey);
}
.clan-search-input::placeholder {
  color: var(--light-grey);
}

.search-icon {
  position: absolute;
  bottom: 13px;
  right: 15px;
}

.clan-ranking-tabs .clan-rank-input {
  display: none;
}

.clan-ranking-tabs .clan-list-content {
  border: none;
  padding: 25px 18px 20px 16px;
  margin-bottom: 20px;
}

.clan-ranking-tabs .rank-label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--light-grey);
  opacity: 0.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.clan-ranking-tabs .rank-label {
  padding: 5px 7px;
}

.clan-list-content {
  background-color: var(--basic-deep-purple);
}

.clan-ranking-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.clan-ranking-list-item {
  margin-bottom: 15px;
}

.list-item-container {
  display: flex;
}

.list-place-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}

.list-place-style {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.7;
  color: var(--light-grey);
}

.clan-ranking-tabs .clan-rank-input:checked + .rank-label {
  background-color: var(--basic-deep-purple);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: var(--neon-green);
  opacity: 1;
}

.main-item-container {
  padding: 15px 15px 20px;
  border: 2px solid grey;
  border-radius: 12px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.main-item-container .user-name-and-image,
.main-item-container .clan-name-and-image {
  width: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-item-container .user-name-and-image .user-name,
.main-item-container .user-name-and-image .clan-name,
.main-item-container .clan-name-and-image .user-name,
.main-item-container .clan-name-and-image .clan-name {
  color: var(--light-grey);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.main-item-container .user-name-and-image .clan-name,
.main-item-container .clan-name-and-image .clan-name {
  cursor: pointer;
}
.main-item-container .user-name-and-image .user-image,
.main-item-container .user-name-and-image .clan-image,
.main-item-container .clan-name-and-image .user-image,
.main-item-container .clan-name-and-image .clan-image {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
}
.main-item-container .user-name-and-image .user-no-image,
.main-item-container .user-name-and-image .clan-no-image,
.main-item-container .clan-name-and-image .user-no-image,
.main-item-container .clan-name-and-image .clan-no-image {
  width: 50px;
  height: 50px;
  background-color: rgb(46, 50, 65);
  border-radius: 5px;
}
.main-item-container .clan-honours,
.main-item-container .clan-members-amount {
  width: 80px;
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--light-grey);
}
.main-item-container .clan-languages {
  width: 100px;
  display: flex;
  gap: 10px;
}
.main-item-container .clan-buttons {
  display: flex;
  min-width: 180px;
  flex-wrap: wrap;
  gap: 10px;
}
.main-item-container .application-date {
  color: var(--light-grey);
}
.main-item-container .application-status {
  width: 85px;
  color: var(--light-grey);
}
.main-item-container .application-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.main-item-container .application-buttons {
  min-width: 215px;
}

.main-item-container.active {
  border: 2px solid var(--light-grey);
}

.search-clan-container {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

#clans-page select {
  display: block;
  width: 100%;
  border-radius: 35px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--light-grey);
  padding: 11px 15px;
  margin-bottom: 15px;
  background-color: var(--background-color-input);
}
#clans-page .selected-value-container {
  margin-bottom: 0;
  gap: 10px;
}
#clans-page .selected-value-container .selected-value {
  margin-left: 0;
}

.clan-filters-desktop {
  display: none;
  color: #e2e6ff;
  padding: 30px 15px;
}

.clan-filters-mobile {
  display: block;
  color: #e2e6ff;
  padding: 30px 15px;
  background-color: var(--basic-deep-purple);
  border-radius: 5px;
}

.clan-filters-mobile-container {
  background-color: var(--background-main-color);
  padding: 20px 10px;
}

@media screen and (min-width: 1200px) {
  .clan-filters-mobile {
    display: none;
  }
  .clan-filters-desktop {
    display: block;
  }
  .clan-list-menu {
    position: relative;
  }
  .desktop-list-container {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .clan-list-content {
    border-radius: 0 15px 0 0;
  }
  .clan-ranking-tabs .clan-list-content {
    margin-bottom: 0;
  }
  .clan-ranking-tabs .rank-label {
    padding: 8px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--light-grey);
    opacity: 0.3;
    background-color: #1e1d2b;
  }
  .clan-ranking-tabs .clan-rank-input:checked + .rank-label {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }
  .clan-honours,
  .clan-members-amount {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .desktop-list-container {
    display: block;
  }
  .list-place-style {
    font-size: 18px;
    line-height: 21px;
  }
}
.pagination-container {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.pagination-container .page-link {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  opacity: 50%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  background-color: var(--background-main-color) !important;
}
.pagination-container .page-link:focus {
  color: #fff !important;
  box-shadow: 0 0 0 0 !important;
}
.pagination-container .page-link:hover {
  color: #fff !important;
}
.pagination-container .pagination {
  gap: 10px;
}
.pagination-container li[role=separator] {
  display: none;
}
.pagination-container .page-item {
  height: 50px;
  width: 50px;
}
.pagination-container .page-item button, .pagination-container .page-item span {
  width: 100%;
  height: 100%;
}
.pagination-container .page-item span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-container .pagination-first .page-link,
.pagination-container .pagination-last .page-link,
.pagination-container .pagination-next .page-link,
.pagination-container .pagination-prev .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-container .pagination-first img,
.pagination-container .pagination-last img,
.pagination-container .pagination-next img,
.pagination-container .pagination-prev img {
  height: 25%;
}
.pagination-container .pagination-first span img,
.pagination-container .pagination-last span img,
.pagination-container .pagination-next span img,
.pagination-container .pagination-prev span img {
  opacity: 0.35;
}
.pagination-container .page-item.active .page-link {
  background-color: var(--dark-green) !important;
  color: #fff;
  font-weight: 800;
  opacity: 100%;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.password-with-eye-container {
  position: relative;
}
.password-with-eye-container .password-eye-button {
  cursor: pointer;
  color: grey;
  position: absolute;
  top: 13px;
}
.password-with-eye-container .password-eye-button.fa-eye {
  right: 31px;
}
.password-with-eye-container .password-eye-button.fa-eye-slash {
  right: 30px;
}

.side-menu-container,
.side-menu {
  display: none;
}

@media screen and (min-width: 1200px) {
  .side-menu-container {
    width: 165px;
    display: block;
  }
  .side-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    width: 165px;
    background-color: var(--basic-deep-purple);
    text-align: center;
  }
  .side-menu img {
    margin: 0 auto;
  }
  .column-wrapper .add-friend-button {
    margin-top: 10px;
  }
  .side-container-menu-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--light-grey);
    text-align: center;
  }
  .side-container-menu-text-bold {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--light-grey);
  }
  .side-menu-notifications-container {
    cursor: pointer;
  }
  .side-menu-notifications-container .notifications-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4fbb35;
    color: white;
    font-size: 14px;
    position: absolute;
    top: -40px;
    right: -10px;
  }
  .side-menu-items-container .side-menu-item {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .side-menu-items-container .side-menu-item > div {
    width: 48px;
    height: 48px;
    position: relative;
  }
  .side-menu-items-container .side-menu-item > div img {
    border-radius: 5px;
    height: 48px;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .side-menu-items-container .side-menu-item > div .no-image {
    height: 48px;
    width: 48px;
    background-color: rgb(46, 50, 65);
    border-radius: 5px;
  }
  .side-menu-items-container .side-menu-item > div .elements-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4fbb35;
    color: white;
    font-size: 14px;
    position: absolute;
    top: -6px;
    right: -4px;
  }
  .column-wrapper:not(:last-child) {
    margin-bottom: 55px;
  }
  .column-wrapper button {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: none;
  }
  .column-wrapper button {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .side-menu-container {
    width: 215px;
  }
  .side-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 45px;
    width: 215px;
    background-color: var(--basic-deep-purple);
  }
}
