::-webkit-scrollbar {
  width: 0; /* Scroll çubuğu genişliği */
}

.logo {
  width: 220px;
}
.horizontal-bar {
  border-color: #302f2d !important;
}
.fa-chevron-right {
  color: #302f2d;
}
.message-title {
  color: #302f2d;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 150% */
  letter-spacing: -1.2px;
}
.client-name {
  color: #302f2d;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.2px;
}
.message-description {
  font-size: 16px;
}
.triangle {
  /* width: 45%; */
}
.survey-title {
  color: #302f2d;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.9px;
}
.note-button {
  cursor: pointer;
  height: 50px !important;
  width: 50px !important;
  background-color: #bbb;
}
.note-selected {
  height: 50px;
  width: 50px;
  background-color: #ad1210;
  color: #ffffff;
}
.comment {
  color: #302f2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.48px;
  cursor: pointer;
}
.footer {
  background-color: rgba(245, 245, 245, 1);
}
.separator {
  max-width: 3rem !important;
}
.line {
  color: #737373;
}

.pagination {
  margin-bottom: 50px !important;
}
.pagination-count {
  background-color: #f0f0f0;
}

.bold-text {
  color: #302f2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.48px;
}

.message-section {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.ratings-row {
  max-width: 335px;
}
.nav-right {
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .triangle {
    display: none;
  }
  .nav-right {
    display: none;
    cursor: pointer;
  }
  .logoBottom {
    width: 150px !important;
  }

  .line-verticale {
    display: flex;
  }
  .line-horizontal {
    width: 30%;
  }
  .pagination-button {
    width: 100% !important;
  }
}
