body {
  background: #514daa;
  font-family: poppins;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}

table.content {
  border-spacing: 20px;
  width: 100px;
}

td {
  background-color: white;
  position: static;
  height: 67px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.card-body > .bigtext {
  font-size: 18px;
  font-weight: bold;
}

.salam {
  cursor: pointer;
}

.salam:hover {
  background-color: #a3a0f1;
}

.card.round {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  background-color: #a3a0f1;
  border-radius: 10px;
  outline: none;
}
.button:active {
  color: #f00; /* Цвет активной ссылки */
}

.travel_block {
  align-items: center;
  margin-top: 20px;
  background-color: white;
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}
.row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.row2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  margin-right: -15px;
  margin-left: -15px;
}
.point_text {
  width: 80%;
  position: relative;
}
.fold_icon {
  color: #514daa;
}
.fold_icon:hover {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.row3 {
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.text-form {
  border-radius: 10px;
  border: 0px;
  outline: none;
}
