@charset "UTF-8";
@import "./fonts/stylesheet.css";

:root {
  --body-bg: #121212;
  --body-color: #92929d;
  --primary-color: #f19500;
  --subText-color: #c4c4c4;
  --general-color: #000;
  --general-bg: #fff;
  --switch-color: #c4c4c4;
  --card-bg: #25252e;
  --card-color: #92929d;
  --board-title: #f19500;
}

[data-theme="light"] {
  --body-bg: #ddd;
  --body-color: #000000;
  --primary-color: #000000;
  --subText-color: #f19500;
  --general-color: #fff;
  --general-bg: #000;
  --switch-color: #000;
  --card-bg: #c4c4c4;
  --card-color: #000000;
  --board-title: #000000;
}

/***

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
  background: #121212;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-family: "Space Grotesk";
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  /* width: 8px; */
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  /* background: #fff; */
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: rgba(0, 0, 0, 0.2); */
  /* border-radius: 10px; */
  background: #9f9f9f;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /* background: rgba(0, 0, 0, 0.3); */
  background: #1e1e1e;
}

/***
  ====================================================================
      Global Settings
  ====================================================================
   ***/
.wrapper {
  font-family: "Space Grotesk";
  font-size: 14px;
  color: var(--body-color);
  line-height: 1.7em;
  font-weight: 400;
  background: var(--body-bg);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  min-height: 100vh;
}

.auto__container {
  position: relative;
  max-width: 1270px;
  /* margin: 0 auto;
  padding: 0 0px 0 28px; */
}

.main__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: var(--primary-color);
}

.main__title-2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: var(--primary-color);
}

.main__title-3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #c4c4c4;
}

.main__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.button:hover {
  opacity: 0.8;
}

.button.git {
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: var(--general-color);
  background: var(--general-bg);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button.git img {
  width: 50px;
  margin-right: 25px;
}

.button.primary {
  background: #f8b64c;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  padding: 18px 30px;
  border-radius: 14px;
}

.main {
  padding: 0px 0 0 225px;
  background-color: #121212;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
}

.pinned > img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.stackSpin {
  width: 50px;
}

.stackSpin__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  margin: 3px 0;
  cursor: pointer;
}

.stackSpin__btn.mark {
  margin-bottom: 6px;
}

.stackSpin__btn svg {
  width: 24px;
  height: 100%;
  color: #c4c4c4;
}

.stackSpin__input {
  width: 100%;
}

.stackSpin__input input {
  padding: 5px 0;
  text-align: center;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 16px;
  font-weight: 400;
  width: 100%;
  color: #fff;
  background: none;
}

@-webkit-keyframes tabs {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tabs {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header {
  background: #1e1e1e;
  padding: 13px 18px 13px 16px;
  height: 64px;
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  z-index: 3;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
}

.header__inner-logo img {
  width: 100%;
}

.header__inner-profile {
  position: relative;
  z-index: 2;
}

.header__inner-profile:hover .header__inner-profile-list {
  opacity: 1;
  max-height: 400px;
}

.header__inner-profile:hover .header__inner-profile-avatar svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__inner-profile-list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 180px;
  background: #13131a;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 14px;
  border-radius: 6px;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  overflow: hidden;
}

.header__inner-profile-link {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__inner-profile-link:last-child {
  border-top: 2px solid #fff;
}

.header__inner-profile-link svg {
  width: 21px;
  margin-right: 7px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.header__inner-profile-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header__inner-profile-avatar-image {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 14px;
  cursor: pointer;
}

.header__inner-profile-avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.header__inner-profile-avatar svg {
  width: 16px;
}

.switch {
  margin-left: 20px;
}

.switch__theme {
  position: relative;
  margin-bottom: 20px;
}

.switch__theme:last-child {
  margin-bottom: 0;
}

.switch__theme input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.switch__theme input:checked ~ label::after {
  opacity: 1;
}

.switch__theme label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--switch-color);
  position: relative;
  display: block;
  padding-left: 32px;
}

.switch__theme label::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #f8b64c;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.switch__theme label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 50%;
  background: #f8b64c;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
}

.sidebar {
  position: fixed;
  top: 95px;
  height: calc(100% - 106px);
  left: 0;
  width: 140px;
  background: #1e1e1e;
  border-radius: 0 20px 0 0;
}

.sidebar__inner-link {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  margin-bottom: 7px;
  padding: 15px 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.sidebar__inner-link.profileLink {
  display: none;
}

.sidebar__inner-link svg {
  width: 26px;
  display: block;
  margin: 0 auto 7px auto;
}

.sidebar__inner-link.active {
  color: #f8b64c;
}

.sidebar__inner-profile {
  display: none;
}

.sidebar__inner-profileLink {
  display: block;
}

.burger {
  display: none;
}

.connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 10px 20px 10px;
  background: #1e1e1e;
  border-radius: 6px;
  margin-bottom: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.connect:last-child {
  margin-bottom: 0;
}

.connect__avatar {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
}

.connect__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.connect__about {
  width: calc(100% - 68px);
}

.job__about {
  width: calc(100% - 10px);
}

.job-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 2px;
}

.job-company {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #b5b5be;
  margin-bottom: 2px;
}

.job-description {
  margin-top: 2em;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #b5b5be;
  margin-bottom: 2px;
}

.job-salary {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  padding: 6px;
  background: #c4c4c4;
  /* width: calc(33.3% - 8px); */
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.connect__about-name {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 8px;
}

.connect__about-prof {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #c4c4c4;
}

.connect__about-roles {
  overflow-wrap: break-word;
}

.connect__about-btn {
  background: #f8b64c;
  border: 4px solid #f8b64c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  padding: 6px 24px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.connect__about-btn:hover {
  opacity: 0.8;
}

.connect__activity {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}

.connect__text {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #c4c4c4;
}

.progress {
  position: relative;
  width: 190px;
  height: 190px;
  /* margin: 40px; */
  border-radius: 50%;
  margin-top: 14px;
}

.progress svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.progress-ring {
  width: 190px;
  height: 190px;
}

.progress-ring__circle {
  /* stroke: #f8b64c; */
  width: 190px;
  height: 190px;
}

.progress-ring__bg {
  stroke: #333;
  width: 190px;
  height: 190px;
}

.progress__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #c4c4c4;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 80%;
  z-index: 2;
  display: block;
}

.progress__title svg {
  -webkit-transform: rotate(-90deg);
  transform: none;
}

.progress__title-icon svg {
  -webkit-transform: none !important;
  transform: none !important;
}

.progress__subtitle {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  position: absolute;
  bottom: 22%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  z-index: 2;
  display: block;
}

.progress__subtitle.good {
  color: #888;
  /* color: #06943e; */
}

.progress__subtitle.ok {
  color: #888;
  /* color: #f8b64c; */
}

.progress__subtitle.bad {
  color: #888;
  /* color: #a70d0d; */
}

.progress input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0;
  width: 80%;
  text-align: center;
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  /* color: #f8b64c;
  background: none; */
  background: linear-gradient(
    109.15deg,
    #fbda61 0%,
    rgba(255, 90, 205, 0.84) 86.08%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.progress input::-webkit-input-placeholder {
  color: #fff;
}

.progress input::-moz-placeholder {
  color: #fff;
}

.progress input:-ms-input-placeholder {
  color: #fff;
}

.progress input::-ms-input-placeholder {
  color: #fff;
}

.progress input::placeholder {
  color: #fff;
}

.login {
  padding: 300px 0 200px 0;
}

.login__inner {
  max-width: 700px;
  margin: 0 auto;
}

.login .main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.login .main__title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary-color);
}

.login .main__title-3 {
  text-align: center;
  color: var(--subText-color);
  margin-bottom: 80px;
}

.login .button {
  width: 100%;
  max-width: 440px;
}

.board {
  padding: 130px 0 80px 0;
}

.board__inner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board__inner-info .main__title {
  width: calc(100% - 69px);
}

.board__inner-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #f8b64c;
  margin-right: 15px;
}

.board__inner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.board__inner-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: 1px;
  max-width: 340px;
  margin-left: 70px;
  border-bottom: 1px solid #f8b64c;
  margin-bottom: 28px;
}

.board__inner-input .main__title-3 {
  margin-right: 14px;
  color: var(--switch-color);
}

.board__inner-theme {
  margin-left: 25px;
}

.board__inner-theme .main__title-3 {
  margin-bottom: 16px;
}

.board__inner-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding: 32px 0; */
}

.board__inner-skills .main__title-3 {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--board-title);
}

.board__inner-skills-btn {
  margin: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(16.6% - 24px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 10px;
  background: #c4c4c4;
  border: 2px solid #c4c4c4;
  border-radius: 16px;
  cursor: pointer;
}

.board__inner-skills-btn.active {
  border: 2px solid #f8b64c;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.board__inner-interest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding: 12px 0; */
  /* margin: 0 -14px; */
}

.board__inner-interest .main__title-3 {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--board-title);
}

.board__inner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

.boardCard {
  width: calc(25% - 40px);
  margin: 0 20px;
  background: var(--card-bg);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 20px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.boardCard::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 100%;
  border-radius: 6px;
  height: 100%;
}

.boardCard:hover::before {
  border: 2px solid #f8b64c;
}

.boardCard__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.boardCard__image img {
  width: 100%;
}

.boardCard .main__title-3 {
  color: var(--general-bg);
  text-align: left !important;
  padding: 0;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px 0;
}

.boardCard .main__text {
  color: var(--card-color);
}

.feed {
  font-family: "Space Grotesk";
  /* padding: 8px 16px 8px 10px; */
}

.feed__inner {
  font-family: "Space Grotesk";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1e1e1e;
  border-radius: 20px 20px 0 0;
  background-color: #121212;
}

.feed__content {
  width: calc(100% - 344px);
}

.your__score {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  /* height: 302px; */
}

.score__container {
  /* height: 302px; */
  margin-bottom: 28px;
}

.score__container-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  margin-bottom: 18px;
}

.feed__content-page-header {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #fefefe;
  margin-bottom: 20px;
}

.feed__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  position: relative;
  width: 351px;
  height: 258px;
  background: #1e1e1e;
  border-radius: 20px;
  padding: 24px 20px 24px 20px;
}

.total__score-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  /* display: absolute;
  top: 24px; */
}

.feed__content-chart {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px;
}

.feed__content-chart img {
  width: 100%;
}

.socials__card-header {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #fefefe;
  font-size: 24px;
  line-height: 34px;
  /* margin-bottom: 28; */
}

.feed__content-box {
  background: #1e1e1e;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 14px 30px;
}

.feed__content-box-header {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center; */
  /* -ms-flex-align: center; */
  align-items: center;
  /* -webkit-box-pack: justify; */
  /* -ms-flex-pack: justify; */
  justify-content: space-between;
  margin-bottom: 20px;
}

.feed__content-box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #fefefe;
}

.feed__content-box-title.pinned {
  font-weight: 800;
  font-size: 18px;
  color: #f59c0b;
  padding: 0px;
}

.feed__content-box-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #d38301;
}

.feed__content-box-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
}

.feed__content-box-text strong {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.feed__content-box-card {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feed__content-box-card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c4c4c4;
  margin-bottom: 12px;
}

.feed__content-box-points {
  padding-top: 1em;
}

.feed__content-box-card-text.pairing-request {
  height: 300px;
  margin-bottom: 5px;
}

.feed__content-box-card-text.issue-title {
  height: auto;
  margin-bottom: 5px;
}

.feed__content-box-card-image {
  margin-bottom: 12px;
}

.feed__content-box-card-text:last-child {
  margin-bottom: 0;
}

.feed__content-box-card-text strong {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.feed__content-box-card-big {
  font-family: "Space Grotesk" !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.feed__content-box-card-big.center {
  color: #fff;
  text-align: center;
}

.feed__content-box-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
  margin-bottom: 10px;
}

.feed__content-box-tags-tag {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fefefe;
  padding: 4px 8px;
  background: #292929;
  border-radius: 20px;
  border: 1px solid #414141;
  width: auto;
  margin: 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feed__content-box-tags-tag.open {
  /* width: 10%; */
  font-weight: 700;
  font-size: 14px;
  color: #76f368;
  background: transparent;
  border: 1px solid #76f368;
}

.feed__content-box-tags-tag.closed {
  /* width: 15%; */
  font-weight: 700;
  font-size: 14px;
  color: #8957e5;
  background: transparent;
  border: 1px solid #8957e5;
}

.feed__content-box-tags-tag.easy {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #3abff8;
  background: transparent;
  border: 1px solid #3abff8;
}

.feed__content-box-tags-tag.medium {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fee38b;
  background: transparent;
  border: 1px solid #fee38b;
}

.feed__content-box-tags-tag.hard {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: linear-gradient(109.15deg, #fbda61 0%, #ff5acd 86.08%);
  border: 1px solid transparent;
  background: linear-gradient(#121212, #121212) padding-box,
    linear-gradient(109.15deg, #fbda61 0%, #ff5acd 86.08%) border-box;
}

.gradientText {
  background: linear-gradient(109.15deg, #fbda61 0%, #ff5acd 86.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feed__content-box-tags-tag.unchecked {
  color: #80868b;
  background: #3c4043;
}

.feed__content-box-blog {
  width: calc(50% - 12px);
  margin: 0 6px;
  background: #25252e;
  -webkit-box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feed__content-box-blog-image {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
}

.feed__content-box-blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feed__content-box-blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 12px;
}

.feed__content-box-blog-text {
  font-family: "Space Grotesk" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c4c4c4;
  margin-bottom: 24px;
}

.feed__content-box-blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.feed__content-box-blog-link {
  display: inline-block;
  background: #c4c4c4;
  border-radius: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding: 4px 8px;
}

.feed__side {
  width: 25.56vw;
  min-width: 277px;
  max-width: 351px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* position: absolute;
  right: 16px; */
  position: relative;
}

.feed__side-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.feed__side-header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.feed__side-header-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #d38301;
}

.feed__side-box {
  font-family: "Space Grotesk";
  background: #1e1e1e;
  /* width: 277px; */
  width: 25.65vw;
  min-width: 277px;
  max-width: 351px;
  border-radius: 20px;
  margin-bottom: 28px;
  padding: 20px 16px;
}

.projectSlider {
  margin: 0 -12px;
}

.job__slider .slick-track > div {
  background: transparent;
  margin: 0 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: inherit !important;
}

.slick-arrow {
  width: 35px !important;
  height: 35px !important;
  background: #13131a !important;
}

.slick-next {
  z-index: 2;
  right: -10px !important;
}

.slick-next::before {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url(../chevron-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.slick-prev {
  left: -10px !important;
  z-index: 2;
}

.slick-prev::before {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url(../chevron-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* .slick-track > div {
  margin: 0 12px;
  background: #25252e;
  -webkit-box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: inherit !important;
} */

/* .profile_loading {
  padding-top: '64px';
 
} */

.profile__header {
  display: none;
}

.profile__inner {
  padding: 32px 32px 0 32px;
}

.profile__info {
  background: #1e1e1e;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profileTab {
  width: 50%;
  border-right: 1px solid rgba(196, 196, 196, 0.2);
  padding: 32px;
  -webkit-animation: 0.4s linear tabs;
  animation: 0.4s linear tabs;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profileTab.private {
  padding: 0;
}

.profileTab__inner-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.profileTab__inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 32px;
}

.profileTab__inner-header-btn {
  margin-right: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #c4c4c4;
  cursor: pointer;
}

.profileTab__inner-header-btn.active {
  color: #ef9e38;
}

.profileTab__inner-header-btn:last-child {
  margin-right: 0;
}

.profileTab__card {
  background: #25252e;
  border-radius: 6px;
  cursor: pointer;
}

.profileTab__card.middle {
  border-left: 10px solid;
  border-left-color: #f1ba2d;
  border-bottom: 1px solid #f1ba2d;
}

.profileTab__card.good {
  border-left: 10px solid;
  border-left-color: #06943e;
  border-bottom: 1px solid #06943e;
}

.profileTab__card.active .profileTab__card-header-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.profileTab__card.active .profileTab__card-body {
  max-height: 500px;
  overflow: auto;
}

.profileTab__card-header {
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profileTab__card-header-short {
  width: calc(100% - 60px);
  max-width: 340px;
}

.profileTab__card-header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #ffffff;
}

.profileTab__card-header-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
}

.profileTab-tags {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  color: #c4c4c4;
}

.profileTab__card-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profileTab__card-header-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.profileTab__card-header-progress span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin-left: 10px;
}

.profileTab__card-header-progress span.good {
  background: #06943e;
}

.profileTab__card-header-progress span.middle {
  background: #f1ba2d;
}

.profileTab__card-header-progress span.bad {
  background: #942006;
}

.profileTab__card-header-arrow {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.profileTab__card-header-arrow svg {
  width: 9px;
}

.profileTab__card-body {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  max-height: 0;
  overflow: hidden;
}

.profileTab__card-body-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 32px;
}

.profileTab__card-body-tab {
  margin-right: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #c4c4c4;
  cursor: pointer;
}

.profileTab__card-body-tab.active {
  color: #ef9e38;
}

.profileTab__card-body-list {
  display: none;
  -webkit-animation: 0.4s linear tabs;
  animation: 0.4s linear tabs;
}

.profileTab__card-body-list.active {
  display: block;
}

.profileTab__card-body-list-text {
  padding: 15px 32px;
  border-top: 1px solid #c4c4c4;
  display: block;
  color: #eaeaea;
  text-decoration: none;
}

.profileTab__card-body-list-text.active {
  background: rgba(196, 196, 196, 0.1);
}

.profileTab__card-body-list-select {
  padding: 15px 32px;
  border-top: 1px solid #c4c4c4;
  display: block;
  color: #eaeaea;
  cursor: pointer;
  text-decoration: none;
}

.profileTab__card-body-list-select.active {
  background: rgba(196, 196, 196, 0.1);
}

.profileTab__card-body-list-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profileTab__card-body-list-image img {
  width: 100%;
}

.profileTab__card-body-list-twitt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 32px;
}

.profileTab__card-body-list-twitt.active {
  background: rgba(196, 196, 196, 0.1);
}

.profileTab__card-body-list-twitt-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.profileTab__card-body-list-twitt-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.profileTab__card-body-list-twitt-post {
  width: calc(100% - 80px);
}

.profileTab__card-body-list-twitt-post .profileTab__card-body-list-text {
  padding: 0;
  border: 0;
  margin-bottom: 16px;
}

.profileTab__card-body-list-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 32px;
  border: 2px solid transparent;
  text-decoration: none;
}

.profileTab__card-body-item {
  color: #eaeaea;
}

.profileTab__card-body-list-stack.active {
  border: 2px solid #ef9e38;
  background: rgba(196, 196, 196, 0.1);
}

.profileTab__card-body-list-stack-info {
  width: 80px;
  margin-right: 10px;
  margin-top: 5px;
}

.profileTab__card-body-list-stack-info span {
  font-size: 12px;
  line-height: 14px;
  color: #c4c4c4;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  text-align: right;
}

.profileTab__card-body-list-stack-content {
  width: calc(100% - 90px);
}

.profileTab__card-body-list-stack-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #ffffff;
}

.profileTab__card-body-list-stack-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
  color: #c4c4c4;
}

.profileTab__card-body-list-stack-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px 8px -4px;
}

.profileTab__card-body-list-stack-tags span {
  display: block;
  border-radius: 12px;
  margin: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  padding: 5px 10px;
  background: #c4c4c4;
}

.profileTab__card-body-list-stack-name {
  color: #fff;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}

.profileAbout {
  -webkit-animation: 0.4s linear tabs;
  animation: 0.4s linear tabs;
}

.profileAbout__inner {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1e1e1e;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 34px;
}

.profileAbout__info {
  width: calc(50% - 15px);
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profileAbout__info-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 30px;
}

.profileAbout__info-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.profileAbout__info-name {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 8px;
}

.profileAbout__info-email {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 8px;
}

.profileAbout__info-prof {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #c4c4c4;
  /* max-width: 180px; */
  /* max-height: 32px; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.profileAbout__info-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px 12px -4px;
}

.profileAbout__info-skills span {
  display: block;
  border-radius: 12px;
  margin: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  padding: 5px 10px;
  background: #c4c4c4;
}

.profileAbout__info-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}

.profileAbout__info-socials a {
  padding-right: 5px;
  padding-left: 5px;
  color: #ef9e38;
}

.profileAbout__info-socials a img {
  width: 80%;
}

.profileAbout__info-content {
  width: calc(100% - 150px);
}

.profileAbout__content {
  width: calc(50% - 15px);
}

.profileAbout__content-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #ffffff;
}

.profileAbout__content-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
  margin-bottom: 12px;
}

.profileAbout__content-question {
  color: #ef9e38;
}

.profileAbout .button {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 24px;
  border-radius: 5px;
}

.profileAbout .rightMargin {
  margin-right: 8px;
}

.profileContent {
  width: 50%;
  -webkit-animation: 0.4s linear tabs;
  animation: 0.4s linear tabs;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profileContent__header {
  padding: 32px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profileContent__header-btn {
  margin-right: 24px;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #c4c4c4;
  cursor: pointer;
  text-decoration: none;
  padding-right: 40px;
}

.profileContent__header-btn.active {
  color: #ef9e38;
}

.profileContent__header-btn.notActive {
  color: #c4c4c4;
}

.profileContent__body-item {
  font-family: "Roboto", sans-serif;
  padding: 13px 32px;
}

.profileContent__body-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 6px;
}

.profileContent__body-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
  margin-bottom: 20px;
}

.profileContent__body-item-text:last-child {
  margin-bottom: 0;
}

.profileContent__body-item-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profileContent__body-item-audio-container {
  display: flex;
}

.profileContent__body-item-audio-image {
  flex: 1;
  width: 30%;
  float: left;
  /* padding: 20px; */
}

.profileContent__body-item-audio-description {
  width: 70%;
  float: left;
  padding-left: 15px;
  /* padding: 15px; */
}

.profileContent__body-item-audio-logo {
  width: 100%;
}

.profileContent__body-item-audio {
  width: 100%;
  margin-top: 10px;
}

.profileContent__body-item-image img {
  width: 100%;
  max-height: 400px;
  margin-bottom: 20px;
}

.profileContent__body-twitt {
  padding: 13px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(196, 196, 196, 0.1);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profileContent__body-twitt-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.profileContent__body-twitt-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.profileContent__body-twitt-content {
  width: calc(100% - 80px);
}

.profileContent__body-twitt-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.profileContent__body-twitt-header strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-right: 4px;
  display: block;
  color: #ffffff;
}

.profileContent__body-twitt-header a {
  display: block;
  margin-right: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
}

.profileContent__body-twitt-text {
  margin-bottom: 10px;
}

.profileContent__body-twitt-image {
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.profileContent__body-twitt-image img {
  margin-bottom: 20px;
  width: 100%;
}

.profileContent__body-twitt-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profileContent__body-twitt-footer span {
  display: block;
  margin-right: 14px;
  color: #fff;
}

.profileContent__body-chart-outer {
  max-width: 500px;
  /* margin: 0 auto; */
}

.profileContent__body-chart-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 6px;
}

.profileContent__body-stack {
  padding: 13px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}

.profileContent__body-stack-content {
  width: calc(100% - 80px);
}

.profileContent__body-stack-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 6px;
}

.profileContent__body-stack-info {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profileContent__body-stack-info span {
  margin-right: 16px;
  display: block;
}

.profileContent__body-stack-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
  margin-bottom: 20px;
}

.profileContent__body-stack-text:last-child {
  margin-bottom: 0;
}

.profileContent__body-stack-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.profileContent__body-stack-tags span {
  display: block;
  padding: 2px 4px;
  margin: 2px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  /* color: #2aa9e0; */
  background: rgba(0, 0, 0, 0.4);
}

.profileContent__body-stack-btns {
  margin-top: 20px;
}

.profileContent__body-stack-btn {
  text-decoration: none;
  color: #c4c4c4;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.profileContent__body-stack-btn:hover {
  color: #2aa9e0;
}

.profileContent__body-stack-name {
  text-align: right;
  color: #ef9e38;
}

.profileContent__body-pinned {
  padding: 13px 32px;
}

.profileContent__body-pinned-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 6px;
}

.profileContent__body-pinned-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
  margin-bottom: 20px;
}

.profileContent__body-pinned-text:last-child {
  margin-bottom: 0;
}

.profileContent__body-pinned-video {
  width: 100%;
  margin-bottom: 20px;
}

.profileContent__body-pinned-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.profileContent__body-pinned-comment:last-child {
  margin-bottom: 0;
}

.profileContent__body-pinned-comment-avatar {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
}

.profileContent__body-pinned-comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.profileContent__body-pinned-comment-text {
  width: calc(100% - 32px);
}

.pinned-header {
  padding: 32px;
  padding-bottom: 5px;
  font-family: "Space Grotesk";
  display: block;
}

.pinned {
  padding: 13px 32px;
  font-family: "Space Grotesk";
  display: block;
}

.pinned.active {
  background: rgba(196, 196, 196, 0.1);
}

.pinned__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #eaeaea;
  margin-bottom: 4px;
}

.pinned__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #92929d;
  margin-bottom: 12px;
}

.pinned__text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2aa9e0;
}

.pinned__video {
  width: 100%;
  /* max-width: 320px; */
}

.pinned__image {
  max-width: 100%;
  max-height: 247px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  /* max-width: 320px; */
}

.sidebar__inner_public {
  display: none;
}

.issueTabMarkdown {
  width: 95%;
  color: #fefefe;
  overflow: hidden;
}

@media screen and (min-width: 1425px) and (max-width: 1512px) {
  .feed__content {
    width: calc(100% - 381px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1425px) {
  .feed__content {
    width: calc(100% - 314px);
  }
  .feed__side {
    width: 25.56%;
    /* min-width: 277px;
    max-width: 351px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; */
    /* position: absolute;
    right: 16px; */
    /* position: relative; */
  }
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
  .feed__content {
    width: 52.33vw !important;
    min-width: 586px;
    max-width: 722px;
  }
}

@media screen and (min-width: 730px) and (max-width: 850px) {
  .feed__content {
    width: 600px !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 730px) {
  .feed__content {
    width: 560px !important;
  }
  .feed__inner {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 1140px) {
  .feed__inner {
    padding: 16px 0;
  }
}

@media (max-width: 1340px) {
  .login {
    padding: 200px 0 120px 0;
  }

  .board {
    padding: 120px 0 20px 0;
  }

  .board__inner-skills {
    margin: 0 -3px;
  }

  .board__inner-skills-btn {
    width: calc(16.6% - 6px);
    margin: 0 3px;
  }

  .board__inner-interest {
    margin: 0 -6px;
  }

  .boardCard {
    margin: 0 6px;
    width: calc(25% - 12px);
  }

  /* .header {
    padding: 28px;
  } */

  .header__inner-profile-avatar-image {
    width: 40px;
    height: 40px;
  }

  .header__inner-profile-avatar svg {
    width: 10px;
  }

  .sidebar {
    width: 96px;
  }

  .feed__inner {
    /* padding: 16px 0; */
  }

  .feed__side {
    margin-left: 16px;
  }

  /* .feed__content {
    width: calc(100% - 381px);
  } */

  /* .auto__container {
    padding-left: 98px;
  } */

  .main {
    /* padding: 54px 0 0 96px; */
    /* padding: 54px 0 0 80px; */
  }
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .auto__container {
    margin: 0 auto;
    padding: 0 0px 0 28px;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1500px) {
  .main {
    padding: 54px 0 0 96px;
  }

  .auto__container {
    /* padding-left: 98px; */
  }
}

@media (max-width: 1200px) {
  .board__inner-skills-btn {
    font-size: 20px;
    line-height: 1;
  }

  .boardCard {
    padding: 12px;
  }
}

@media (max-width: 1024px) {
  .board__inner-skills {
    margin: 0 -6px;
  }

  .auto__container {
    padding-left: 28px;
  }

  .your__score {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
    /* height: 302px; */
  }

  .board__inner-skills .main__title-3 {
    padding-left: 6px;
  }

  .board__inner-skills-btn {
    margin: 6px;
    width: calc(33.3% - 12px);
  }

  .board__inner-interest {
    margin: 0 -12px;
  }

  .board__inner-footer {
    margin-top: 20px;
  }

  .boardCard {
    width: calc(50% - 24px);
    margin: 12px;
  }

  .feed__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column;
    flex-direction: column; */
    justify-content: space-evenly;
  }

  .feed__content {
    width: 100%;
  }

  .feed__side {
    /* width: 100%; */
    margin: 0;
  }

  .profile__inner {
    padding: 12px 0;
  }

  .profile__header {
    display: block;
  }

  .profile__header-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.374px;
    color: #ffffff;
  }

  .profile__header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__header-btn {
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #c4c4c4;
  }

  .profile__header-btn.active {
    color: #ef9e38;
  }

  .profileTab {
    display: none;
    padding: 14px 16px;
    width: 100%;
    border: 0;
  }

  .profileTab.mActive {
    display: block;
  }

  .profileTab__card-body-tabs {
    padding: 12px;
  }

  .profileTab__card-body-list-text {
    padding: 12px;
  }

  .profileTab__card-body-list-select {
    padding: 12px;
  }

  .profileTab__card-body-list-twitt {
    padding: 12px;
  }

  .profileTab__card-body-list-twitt-avatar {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .profileTab__card-body-list-twitt-post {
    width: calc(100% - 60px);
  }

  .profileTab__card-body-list-stack {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profileTab__card-body-list-stack-info {
    width: 100%;
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profileTab__card-body-list-stack-content {
    width: 100%;
  }

  .profileAbout {
    display: none;
  }

  .profileAbout.mActive {
    display: block;
  }

  .showPinned {
    display: none;
  }

  .showPinned.mActive {
    display: block;
  }

  .profileAbout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profileAbout__info {
    width: 100%;
    margin-bottom: 20px;
  }

  .profileAbout__content {
    width: 100%;
    margin-bottom: 20px;
  }

  .profileContent {
    display: none;
    width: 100%;
  }

  .profileContent.mActive {
    display: block;
  }
}

@media (max-width: 700px) {
  .auto__container {
    padding: 0 16px;
  }

  .header {
    padding: 16px;
    /* display: none; */
    background-color: #121212;
    border-bottom: none;
  }

  .header__inner-profile {
    display: none;
  }

  .board {
    padding: 90px 0 20px 0;
  }

  .board__inner-info {
    margin-bottom: 20px;
  }

  .board__inner-input {
    margin-left: 0;
  }

  .board__inner-theme {
    margin: 0;
  }

  .switch {
    margin: 0;
  }

  .sidebar {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 73px;
    z-index: 100;
    background: #161616;
  }

  .sidebar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar__inner_public {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .sidebar__inner-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }

  .sidebar__inner-link svg {
    margin: 0;
    width: 23px;
    height: 23px;
    margin-bottom: 5px;
  }

  .sidebar__inner-link.profileLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar__inner-profile {
    display: block;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .sidebar__inner-profileLink {
    display: none;
  }

  .pinned-header {
    padding: 0px;
  }

  .body.active {
    overflow: hidden;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }

  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .score__container {
    margin-bottom: 40px;
  }

  .progress {
    margin: 0 10px;
  }

  .profile__header {
    position: fixed;
    top: 0;
    left: 0;
    background: #161616;
    width: 100%;
  }

  .profile__header-title {
    padding: 15px 16px 16px 16px;
  }

  .profile__inner {
    height: calc(100% - 180px);
    position: fixed;
    top: 107px;
    left: 0;
    width: 100%;
    bottom: 73px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 16px;
  }

  .profileAbout__info-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .profile__inner::-webkit-scrollbar {
    display: none;
  }

  .profile__inner {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }

  .main {
    padding: 60px 0 0 0;
  }

  .button.git {
    font-size: 20px;
    line-height: 24px;
  }

  .feed__content-box-header {
    margin-bottom: 28px;
  }
}

@media (max-width: 600px) {
  .board__inner-interest {
    margin: 0;
  }

  .board__inner-interest .main__title-3 {
    padding-left: 0;
  }

  .boardCard {
    width: 100%;
    margin: 12px 0;
  }

  .profileTab__inner-header {
    padding: 13px 16px;
  }

  .profileTab__inner-header-btn {
    font-size: 14px;
    margin-right: 12px;
  }

  .profileContent__header {
    padding: 16px;
  }

  .profileContent__body {
    padding: 16px;
  }

  .profileContent__body-chart {
    padding: 13px 0;
  }

  .profileContent__body-pinned {
    padding: 13px 0;
  }

  .profileContent__body-twitt {
    padding: 13px 0;
  }

  .profileContent__body-item {
    padding: 13px 0;
  }

  .profileContent__body-stack {
    padding: 13px 0;
  }

  .profileContent__body-stack-info {
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profileContent__body-stack-info span {
    font-size: 12px;
    margin: 4px;
  }

  .profileAbout__inner {
    padding: 16px 14px;
  }

  .profileAbout__info {
    position: relative;
    padding-bottom: 60px;
  }

  .profileAbout__info-skills {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
  }

  .profileAbout__info-avatar {
    width: 80px;
    height: 80px;
    margin-right: 28px;
  }

  .profileAbout__info-content {
    width: calc(100% - 108px);
  }

  .pinned {
    padding: 13px 0;
  }

  .feed__content-box-tags-tag.open {
    /* width: 15%; */
  }

  .feed__content-box-tags-tag.closed {
    /* width: 20%; */
  }
}

@media (max-width: 500px) {
  .board__inner-skills-btn {
    width: calc(50% - 12px);
    font-size: 16px;
    line-height: 1;
  }

  .feed__content-header {
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
  }

  .progress {
    -webkit-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6);
    position: absolute;
    top: 50%;
    left: -10%;
  }

  .progress:last-child {
    left: unset;
    /* right: -10%; */
  }
}

@media (max-width: 350px) {
  .feed__content-header {
    height: 140px;
  }

  .progress {
    -webkit-transform: translateY(-50%) scale(0.5);
    transform: translateY(-50%) scale(0.5);
    left: -22%;
  }

  .progress:last-child {
    left: unset;
    right: -22%;
  }
}

/* Slider */
.score__slider .slick-slide {
  background: transparent;
  display: flex !important;
  justify-content: center;
  margin-top: 28px;
}

.score__slider .slick-list {
  overflow: hidden;
}

.score__slider .slick-cloned {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  /* margin-left: auto; */
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
