.logout-btn {
  position: relative;
  left: 80px;
  padding: 10px 5px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #b63a3a;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #b63a3a;
}

.logout-btn:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #b63a3a;
}

.logout-btn:active {
  transform: scale(0.9);
}

.frame-parent {
  align-self: stretch;
  background-color: #21558a;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
  gap: 0px;
}

.asset-2-2 {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.asset-2-2-wrapper {
  width: 262px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 6px 12px;
  box-sizing: border-box;
}

.back-button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

.back-button:hover {
  opacity: 0.8;
}

.back-button:active {
  transform: scale(0.95);
}

.hyperlink-with-icon {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0px;
  gap: 10px;
  cursor: pointer;
}
.back {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.vector-icon {
  width: 30px;
  position: relative;
  height: 28px;
  cursor: pointer;
}
