.whats-up-brother-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/game-background-desktop-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.whats-up-brother-body {
  gap: 0px;
  position: relative;
}
 
.whats-up-brother-header1 {
  flex: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.whats-up-brother-title {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.whats-up-brother-text10 {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
  z-index: 1;
}
 
.whats-up-brother-help {
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/help.svg");
}
 
.whats-up-brother-close {
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/close.svg");
}
 
.whats-up-brother-phone1 {
  position: relative;
}
 
.whats-up-brother-top {
  gap: 20px;
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: flex-start;
}
 
.whats-up-brother-header2 {
  gap: 10px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-black-15);
  border-width: 1px;
  flex-direction: row;
  padding-bottom: 10px;
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.whats-up-brother-back {
  background-size: contain;
  background-image: url("public/back-whatsup.svg");
  background-repeat: no-repeat;
  background-position: top;
}
 
.whats-up-brother-details {
  gap: 5px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.whats-up-brother-text12 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
}
 
.whats-up-brother-report-button {
  cursor: pointer;
  min-height: 40px;
}
 
.whats-up-brother-messages {
  gap: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
  align-items: center;
  flex-direction: column;
}
 
.whats-up-brother-text1 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.whats-up-brother-text13 {
  width: 100%;
  padding: 10px;
  max-width: 220px;
  border-radius: 10px;
  background-color: var(--dl-color-white-100);
}
 
.whats-up-brother-text2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-right: 20px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.whats-up-brother-text14 {
  width: 100%;
  padding: 10px;
  max-width: 220px;
  border-radius: 10px;
  background-color: var(--dl-color-black-15);
}
 
.whats-up-brother-text3 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.whats-up-brother-text15 {
  width: 100%;
  padding: 10px;
  max-width: 220px;
  border-radius: 10px;
  background-color: var(--dl-color-white-100);
}
 
.whats-up-brother-text4 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-right: 20px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.whats-up-brother-text16 {
  width: 100%;
  padding: 10px;
  max-width: 220px;
  border-radius: 10px;
  background-color: var(--dl-color-black-15);
}
 
.whats-up-brother-text5 {
  width: 100%;
  display: flex;
  padding-left: 20px;
  justify-content: flex-end;
}
 
.whats-up-brother-text17 {
  width: 100%;
  padding: 10px;
  max-width: 220px;
  border-radius: 10px;
  background-color: var(--dl-color-white-100);
}
 
.whats-up-brother-text6 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-right: 20px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.whats-up-brother-text18 {
  width: 100%;
  padding: 10px;
  max-width: 220px;
  font-style: normal;
  font-stretch: normal;
  border-radius: 10px;
  background-color: var(--dl-color-black-15);
}
 
.whats-up-brother-send-message {
  gap: 10px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  margin: auto;
  display: flex;
  z-index: 1;
  position: absolute;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.whats-up-brother-text19 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: var(--dl-color-white-60);
}
 
.whats-up-brother-image {
  width: 24px;
  object-fit: cover;
}
 
.whats-up-brother-phone2 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  background-size: contain;
  background-image: url("public/phone.svg");
  background-repeat: no-repeat;
  background-position: top;
}
 
.whats-up-brother-container2 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.whats-up-brother-container3 {
  display: contents;
}
 
.whats-up-brother-container5 {
  display: contents;
}
 
.whats-up-brother-container7 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .whats-up-brother-report-button {
    min-height: 35px;
  }
  .whats-up-brother-messages {
    padding-bottom: 15px;
  }
  .whats-up-brother-send-message {
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    margin: auto;
    position: absolute;
  }
}
 
@media(max-width: 767px) {
  .whats-up-brother-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .whats-up-brother-body {
    gap: 20px;
  }
  .whats-up-brother-text10 {
    font-size: 20px;
  }
  .whats-up-brother-text11 {
    font-size: 16;
  }
  .whats-up-brother-report-button {
    min-height: 40px;
  }
}
 
@media(max-width: 479px) {
  .whats-up-brother-top {
    align-items: center;
  }
  .whats-up-brother-send-message {
    left: 0px;
    right: 0px;
    bottom: 5%;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
  }
}
