/* CSS organized by website category*/

/* HTML */
html {
  -webkit-appearance: none;
  overflow: auto;
  margin: auto;
  padding: auto;
  height: 100%;
  width: 100%;
}

body {
  font-family: sans-serif;
  background-color: white;
  color: black;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 95%;
  overflow: auto;
  -webkit-appearance: none;
}

/* Menus*/
.hamburgerMenu {
  position: absolute;
  z-index: 5;
  top: 0px;
  float: right;
  text-align: right;
  width: auto;
  left: auto;
  right: 3px;
  color: black;
  border-radius: 5px;
}
.hamburgerMenuIcon {
  display: inline-block;
  font-size: 40px;
  z-index: 5;
  background-color: transparent;
  color: black;
}
.topnav {
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 3;
  border-radius: 5px;
}

.topnav #myLinks {
  display: none;
  text-align: left;
  background-color: white;
  top: 0;
  z-index: 3;
  border-radius: 5px;
}

.topnav #myAccount {
  display: none;
  text-align: left;
  background-color: white;
  font: Times;
  width: auto;
  z-index: 3;
  right: 0px;
}

.topnav a {
  color: black;
  padding: 1px 1px;
  text-decoration: none;
  font-size: 30px;
  display: block;
  text-align: center;
  margin-right: 1px;
  z-index: 3;
  border-radius: 5px;
}

.topnav a.icon {
  background: white;
  display: block;
  position: fixed;
  bottom: 0;
  width: 33%;
  z-index: 3;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  z-index: 3;
}

.active {
  background-color: #04aa6d;
  color: black;
}

.dropbtn {
  background-color: white;
  color: black;
  padding: 1px 1px;
  font: 30px Times;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: block;
  z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.dropdown-content a {
  color: black;
  padding: 0px;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 2;
}

.dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}

.popup {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup .popuptext {
  visibility: hidden;
  width: 80%;
  background-color: #555;
  float: right;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 2px;
  z-index: 1;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable auto if needed */
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.myModala {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable auto if needed */
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  width: 100%;
  overflow: auto; /* Enable auto if needed */
}
.close {
  position: fixed;
  top: 0;
  left: 0;
  color: transparent;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.close7 {
  position: fixed;
  top: 0;
  left: 0;
  color: transparent;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Containers of text */
p1 {
  display: block;
  width: 100%;
  margin-top: 1px;
  text-align: center;
  font: 35px Times;
}
p2 {
  position: relative;
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px;
  font: 13px Times;
}
p4 {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px;
  font: 15px Times;
  padding: 1px;
  text-align: center;
}
div7 {
  display: block;
}
div3 {
  display: block;
  padding: 10px;
  border: 2px solid black;
  height: 80%;
  width: 80%;
  text-align: center;
}

/* posts, indices, headers, feedback form */
div2 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin: auto;
  padding: 0px;
  border: 1px solid black;
  width: 99%;
  margin-bottom: 1px;
  text-decoration: none;
}
div1 {
  position: relative;
  display: block;
  border: 2px solid black;
  width: 100%;
  background-color: white;
}
div4 {
  display: block;
  position: fixed;
  padding: 0px;
  margin-top: 30px;
  font: 30px Times;
  z-index: 2;
}
div5 {
  position: absolute;
  display: block;
  z-index: 1;
  padding: 0px;
  right: 0;
}
div6 {
  position: absolute;
  z-index: 1;
  padding: 0px;
  top: 0px;
  left: 3px;
  z-index: 2;
  transition: top 0.2s;
}
div7 {
  width: 100%;
}
iframe {
  box-sizing: border-box;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 200px;
  height: 37px;
}
.messageToUser {
  font: 30px Times;
  color: black;
}
.responseConfirmDelete {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  width: 100%;
  overflow: auto;
  height: auto;
  display: block;
  z-index: 2;
}
.header {
  position: relative;
  margin: 0px;
  margin-top: 30px;
  height: 1px;
  border: none;
  text-align: left;
  margin-bottom: -10px;
}
.headerRectangle {
  background-size: cover;
  position: relative;
  margin-top: 45px;
  height: 121px;
  border-radius: 5px;
}
.headerProfileName {
  display: block;
  margin-left: 0px;
  background-color: white;
  font: 21px Times;
  color: black;
  margin-bottom: 5px;
  border-radius: 15px;
  width: fit-content;
}
.headerProfileNameShown {
  display: block;
  margin-left: 0px;
  background-color: white;
  font: 25px Times;
  color: black;
  width: max-content;
  border-radius: 5px;
}
.headerInfoDiv {
  position: relative;
  bottom: 5px;
  display: block;
  text-align: center;
}
.headerSettings {
  display: block;
  text-align: left;
  font: 17px Times;
  text-decoration: none;
  width: 90%;
  padding: 5px;
  border: 2px solid black;
  border-radius: 5px;
}
.headerSettingsSwitch {
  float: right;
  margin-right: 15px;
  transform: translate(0%, -8%);
}
.headerSettingsSliderOn {
  background-color: blue !important;
}
.headerSettingsSliderOff {
  background-color: grey !important;
}
.headerSettingsInput {
  display: block;
  text-align: left;
  font: 17px Times;
  text-decoration: none;
  width: 50%;
  padding: 5px;
  border: 2px solid black;
  border-radius: 5px;
  float: left;
}
.roundedCorners {
  border-radius: 5px;
}
.avatar {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 6px;
  padding: 0px;
  border: 1px solid black;
  border-radius: 50%;
}
.editAvatar {
  display: block;
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin-top: 40px;
  border-radius: 350px;
}
.introAudio {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.textLetterButtonHeader {
  position: absolute;
  right: 3px;
  left: auto;
  display: block;
  font-size: 14px;
  width: 25px;
  height: 25px;
}
.buttonSymbolHeader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.createTextLetterModal {
  padding-top: 0px;
  z-index: 11;
  height: 100%;
  background-color: white;
  text-align: center;
}
.createTextLetterButtonsDiv {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
.recipientNameTextLetterHeader {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.createTextLetterHeaderArea {
  position: relative;
  display: block;
  margin: auto;
  width: 96%;
  margin-top: 3px;
  height: 90%;
  top: 30px;
  font-family: Times;
  font-size: 12px;
}
.contentTypeMenu {
  position: relative;
  display: block;
  font-size: 21px;
  color: black;
  border-radius: 3px;
  cursor: pointer;
}
.letterIcons {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 100px;
  height: auto;
  min-height: 80px;
  vertical-align: bottom;
  overflow-x: hidden;
}
.letterList {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80%;
  min-height: 45px;
  overflow: hidden;
  margin-top: 3px;
  overflow-x: hidden;
}
.senderName {
  position: relative;
  vertical-align: top;
  margin-top: 0px;
  margin-left: 0px;
  display: inline;
  font: 19px Times;
  text-decoration: none;
  background-color: white;
}

/* Audio indices and post pages */
audio {
  box-sizing: border-box;
  display: block;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
}
img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2px;
  width: auto;
  height: auto;
}
p {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font: 14px Times;
  text-decoration: none;
}
p5 {
  position: relative;
  display: block;
  margin-left: 0;
  padding: 0px;
  width: 95%;
  margin-bottom: 0px;
  font: 25px Times;
  color: black;
}
a {
  font: 19px Times;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  color: blue;
  text-decoration: none;
}
.interactions {
  display: inline-block;
  font: 19px Times;
  margin-left: auto;
  z-index: 3;
  text-decoration: none;
  color: black;
}
button {
  font-size: 30px;
  font: Times;
  font-family: Times;
}
video {
  max-width: 100%;
}
input {
  font-size: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin: auto;
}
.current {
  font-weight: bold;
  color: blue;
  font: 21px Times;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: blue;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.notCurrent {
  display: inline-block;
  color: black;
  text-decoration: none;
}
.currentViewSortSettingsP {
  text-align: left;
  font: 40px Times;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: black;
  color: white;
  border-radius: 5px;
}
.delete {
  display: none;
  font-family: sans-serif;
  font-size: 14px;
  color: black;
  padding: 0px;
  margin: 0px;
}
.form-control {
  font-family: Times;
  margin: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.form-group {
  margin: auto;
  text-align: center;
}
h1 {
  font-size: 20px;
  margin: auto;
}
form {
  text-align: center;
}
.viewSortControls {
  font-size: 20px;
  float: right;
  line-height: 0px;
}
.viewSortControlsP {
  text-align: right;
  margin-right: 3px;
  margin-bottom: -22px;
}
.viewSortModal {
  position: absolute;
  display: block;
  z-index: 4;
  text-align: left !important;
  font-size: 21px;
  border-radius: 5px;
}
.viewSortModalDiv {
  position: relative;
  display: block;
  z-index: 4;
  margin-right: 5px;
  margin-top: 150px;
  background-color: white;
  text-align: left;
}
.viewSortLabel {
  text-align: left;
  text-decoration: underline;
  font: 45px Times;
}
.viewSortButtons {
  margin-bottom: 5px;
  display: block;
  text-align: left;
  font: 34px Times;
  height: 60px;
  background-color: black;
  color: white;
  border-radius: 5px;
}
.transparentClose {
  background: transparent;
  border: none !important;
  font-size: 0;
  cursor: default !important;
}

/* Progress bar*/
.progress {
  background-color: orange;
  position: relative;
  margin: 10px;
  height: 50px;
  position: absolute;
  display: none;
  top: 60%;
  width: 98%;
  left: 0px;
  z-index: 5;
  border: 5px solid black;
  border-radius: 25px;
  overflow: hidden;
}
.progress-bar {
  background-color: orange;
  width: 100%;
  height: 20px;
}
.progress-bara {
  background-color: orange;
  width: 100%;
  height: 20px;
}
progress::-webkit-progress-value {
  background: orange;
}
progress::-webkit-progress-bar {
  background: grey;
}
progress::-moz-progress-bar {
  background: grey;
}
.nav-up {
  top: -40px;
}
.searchBHButton {
  height: 60px;
  font-size: 24px;
  margin-top: 3px;
  border-radius: 15px;
}
.websiteName {
  position: relative;
  display: block;
  font-size: 90px;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding: auto;
  background-color: transparent;
}
.firstSearchBarDiv {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.firstSearchBar {
  width: 70%;
  text-align: left;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.soundIndexPostInfo {
  position: relative;
  display: block;
  text-align: center;
  color: black;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}
.textIndexPostInfo {
  position: relative;
  display: block;
  margin-left: 17px;
  margin-right: 17px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  word-wrap: break-word;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 0px;
}
.postPageInfo {
  display: block;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  font: 12px Times;
  padding-left: 1px;
}
.responsesSection {
  display: block;
  font-size: 12px;
  width: fit-content;
  /*text-align: left;*/
  margin-left: 1px;
  margin-right: auto;
  cursor: pointer;
}
.respondedButton {
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  font-size: 12px;
  width: auto;
}
.responseSectionModal {
  height: auto;
  position: relative;
  display: block;
  z-index: 2;
  width: 90%;
  margin-bottom: 200px;
}
.responseSectionTitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 21px;
}
.responderAnchor {
  position: absolute;
  top: 0;
  display: block;
  font: 15px Times;
  z-index: 1;
}
.responderAvi {
  display: inline;
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 50%;
}
.responderName {
  position: absolute;
  display: inline;
  top: 0;
  margin-left: 3px;
  background-color: white;
  font: 12px Times;
}
.lock {
  position: absolute;
  z-index: 3;
  top: 2px;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 14px;
  text-decoration: none;
  color: red;
}
.loader {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 42.5%;
  top: 45%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #979899;
  width: 10%;
  aspect-ratio: 1 / 1;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.postPageAnchor {
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.totalPosts {
  display: inline-block;
  color: silver;
  text-align: left;
  font-size: 12px;
  margin-top: 0px;
  line-height: 0px;
}
.privatePosts {
  display: block;
  color: red;
  text-align: left;
  font-size: 12px;
  margin-top: 2px;
  line-height: 0px;
}
.contentType {
  position: relative;
  display: block;
  margin-left: 0;
  padding: 0px;
  width: 95%;
  margin-bottom: 0px;
  font: 20px Times;
  color: black;
  margin-top: 20px;
}
.audSymIcons {
  display: inline-block;
  z-index: 1;
  font-size: 14px;
  text-decoration: none;
  color: red;
  background-color: white;
  position: absolute;
  bottom: 0px;
  right: 1px;
}
.audSymList {
  display: inline-block;
  z-index: 1;
  font-size: 14px;
  text-decoration: none;
  color: red;
  background-color: white;
  position: absolute;
  bottom: 0px;
  right: 1px;
}

/* Video */
.videoIndexPostInfo {
  position: relative;
  display: block;
  text-align: center;
  margin-right: 3px;
}
.vidDivIcons {
  display: inline-block;
  height: 175px;
  width: 175px;
  vertical-align: bottom;
  overflow: hidden;
}
.vidDivList {
  display: block;
  width: 100%;
  z-index: 1;
}
.vidResSym {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  z-index: 3;
  background-color: white;
}
.videoIcons {
  display: block;
  object-fit: cover;
  z-index: 1;
  position: relative;
  width: 100%;
  max-height: 140px;
}
.videoList {
  display: block;
  object-fit: cover;
  z-index: 2;
  position: relative;
  width: 100%;
  max-height: 500px;
  margin: 0px;
  padding: 0px;
}
.vidPostInfoIcons {
  position: relative;
  display: block;
  text-align: left;
  margin-right: 3px;
  max-width: 100%;
  font: 12px Times;
  color: black;
  text-decoration: none;
  word-wrap: break-word;
  background-color: white;
}
.vidPostInfoList {
  position: relative;
  display: block;
  text-align: left;
  margin-right: 3px;
  max-width: 100%;
  width: 100%;
  font: 12px Times;
  color: black;
  text-decoration: none;
  word-wrap: break-word;
  background-color: white;
}
.vidPostInfoTitle {
  padding-left: 3px;
  padding-right: 3px;
  display: block;
  font: 12px Times;
  color: black;
  text-decoration: none;
  word-wrap: break-word;
  background-color: white;
}
.vidPostInfoTime {
  padding-left: 3px;
  padding-right: 3px;
  display: block;
  background-color: white;
  font: 12px Times;
  text-decoration: none;
}
.vidPostInfoViews {
  padding-left: 3px;
  background-color: white;
  font-size: 12px;
}
.vidPostInfoRes {
  padding-left: 3px;
  font-size: 12px;
  background-color: white;
}
.videoPostPageDiv {
  margin-top: 22px;
  text-align: left;
  margin-bottom: 3px;
  width: 100%;
  margin-left: -1px;
}
.videoPostPageVideo {
  display: block;
  margin: auto;
  margin-top: 25px;
  max-height: 800px;
  max-width: 100%;
}
.videoEditResponseModal {
  padding-top: 0px;
  height: 100%;
  width: 100%;
  z-index: 6;
  background-color: white;
  text-align: center;
}
.chooser {
  position: absolute;
  display: block;
  top: 50%;
  width: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 30px Times;
  background-color: black;
  border-radius: 30px;
  border-style: groove;
  color: white;
}
.videoResponsesGrid {
  display: inline-block;
  height: 100px;
  width: 350px;
  vertical-align: bottom;
}
.videoResponsesList {
  display: block;
  width: 99%;
}

/* Image */
.imgDivIcons {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 175px;
  height: 188px;
  overflow: hidden;
}
.imgDivList {
  display: block;
  max-height: 100%;
  width: 100%;
}
.imgIcons {
  position: relative;
  object-fit: cover;
  width: 100%;
  max-height: 140px;
  margin: 0px;
  padding: 0px;
}
.imgList {
  display: block;
  object-fit: contain;
  width: 100%;
  max-height: 500px;
  z-index: 1;
  margin: 0px;
  padding: 0px;
}
.imageIndexPostInfo {
  display: block;
  font: 12px Times;
  text-align: center;
  padding-left: 17px;
  padding-right: 17px;
}
.resImgIcons {
  position: relative;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.resImgList {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

/* Sound */
.soundIcons {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-height: 20px;
  max-height: 100px;
  height: auto;
  vertical-align: top;
}
.soundList {
  display: block;
  width: 100%;
}
.soundResSym {
  position: absolute;
  top: 0px;
  display: block;
  text-align: left;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 14px;
}
.soundAudSym {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  font-size: 14px;
  text-decoration: none;
  color: red;
}
.soundTitle {
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  margin: 0px;
  margin-top: 0px;
  padding-top: 0px;
  font: 12px Times;
  overflow: hidden;
}
.soundPlayerDiv {
  position: fixed;
  z-index: 3;
  display: none;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 50px;
  background-color: black;
  color: white;
}
.soundPlayerRes {
  position: absolute;
  top: 0px;
  display: block;
  text-align: left;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  color: white;
}
.soundPlayerTitle {
  position: absolute;
  z-index: 1;
  right: 200px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  left: 3px;
  display: block;
  font: 20px Times;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.soundPlayerPlay {
  position: absolute;
  right: 130px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 35px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.soundPlayerSkip {
  position: absolute;
  right: 60px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: block;
  font-size: 35px;
  text-decoration: none;
  cursor: pointer;
  color: white;
}
.soundPlayerAvi {
  position: absolute;
  object-fit: cover;
  z-index: 3;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: block;
}
.soundResIcons {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 125px;
  vertical-align: top;
}
.soundResList {
  display: block;
  width: 99%;
}
.postPageResSound {
  display: block;
  margin: auto;
  width: cover;
  min-width: 160px;
}

/* Text */
.textDivIcons {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding-right: 3px;
  padding-left: 3px;
}
.textDivList {
  display: block;
  width: 100%;
  height: auto;
  min-height: 50px;
  max-height: 500px;
  overflow: hidden;
}
.textResSym {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  text-align: left;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  color: black;
}
.textAudSym {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  z-index: 1;
  font-size: 14px;
  text-decoration: none;
  color: red;
}
.commentSym {
  font-size: 12px;
}
.textPostInfoDiv {
  position: relative;
  display: block;
  text-align: left;
  font-size: 12px;
  text-decoration: none;
  word-wrap: break-word;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 0px;
  color: black;
  font: 12px Times;
}
.responseSectionInfo {
  display: block;
  font: 12px Times;
  text-decoration: none;
  word-wrap: break-word;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
}
.textContent {
  margin-top: 0px;
  overflow-y: hidden;
  text-align: left;
  padding: 3px;
  white-space: break-spaces;
  word-wrap: break-word;
  font-size: 12px;
}
.label {
  text-decoration: underline;
  font: 30px Times;
  margin-top: 20px;
}
.textRespondModal {
  position: relative;
  display: block;
  z-index: 2;
  overflow: auto;
  width: auto;
  height: calc(100% - 1px);
  text-align: center;
}

/* Search */
.searchResultsTextIcons {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.searchResultsTextList {
  display: block;
  width: 100%;
}
.resultsNumber {
  display: inline-block;
  text-align: left;
  color: silver;
  font-size: 12px;
}
.displayedNumber {
  display: inline-block;
  text-align: left;
  color: silver;
  font-size: 12px;
}
.privatePostsNumber {
  display: block;
  color: red;
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
  line-height: 0px;
}
.contentNumber {
  display: inline-block;
  text-align: left;
  color: black;
  font-size: 12px;
}
.searchTextAvi {
  position: absolute;
  object-fit: cover;
  z-index: 1;
  width: 25px;
  height: 25px;
  border-radius: 35px;
  display: block;
}
.searchTextName {
  position: absolute;
  z-index: 1;
  height: 24px;
  overflow: hidden;
  top: 3px;
  left: 3px;
  display: block;
  font: 12px Times;
  text-decoration: none;
  color: black;
  cursor: pointer;
  text-align: left;
}

/* Three dot menu */
.threeDotButton {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
}
.myPostPageRectangle {
  margin-top: 24px;
  width: 100%;
  margin-left: -1px;
}
.privacySymbol {
  position: absolute;
  top: 2px;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 14px;
  text-decoration: none;
  color: red;
}
.InnerThreeDotModal {
  height: auto;
  position: relative;
  display: block;
  z-index: 5;
  padding-top: 0px;
  margin-top: 0px;
}
.postPageEditButton {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  width: 100%;
  font-family: Times;
}
.editTextArea {
  position: relative;
  display: block;
  margin-right: auto;
  width: 96%;
  margin-top: 0px;
  margin-left: 0px;
  height: 90%;
  font-family: Times;
  font-size: 12px;
}
.exitAndUploadDiv {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
.textEditCloseButton {
  display: inline-block;
  position: absolute;
  text-align: left;
  left: 5px;
  top: 3px;
  font-size: 23px;
  font-family: Arial;
  color: black;
  cursor: pointer;
}
.textEditUploadButton {
  display: inline-block;
  position: absolute;
  align: right;
  padding: 0;
  top: 1px;
  right: 1px;
  margin: 0;
  width: 30%;
  font-size: 20px;
  font-family: Times;
  cursor: pointer;
  color: white;
  background-color: black;
  border: 2px solid black;
  border-radius: 23px;
  border-style: groove;
}
.deletePostButton {
  display: block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Times;
  color: red;
  border: 3px solid red;
  text-align: center;
  width: fit-content;
}
.deletePostFirstButton {
  display: block;
  font-size: 30px;
  margin: auto;
  font-family: Times;
}
.deleteResponseButton {
  display: block;
  font-size: 14px;
  margin: auto;
}
.EditPostModal {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
  z-index: 11;
  height: 100%;
  background-color: white;
  text-align: center;
}
.editVideoPostModal {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.audienceChoice {
  display: inline-flex;
  font-size: 20px;
  font-family: Times;
  width: auto;
}
.reportAnchor {
  position: relative;
  display: block;
  font-family: Times;
  margin-left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 10px;
  margin-bottom: 20px;
  width: fit-content;
}

.responseButton {
  position: fixed;
  right: 2px;
  bottom: 2px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 30px;
}

.displayNone {
  display: none;
}

.uploadPlus {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 3;
  bottom: 0px;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 34px;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  width: 40px;
  color: black;
}
.topbar {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 5;
}
.bitHutLogo {
  font: 25px Times;
  background-color: transparent;
  z-index: 5;
}
.topSearchBarDiv {
  display: inline;
  margin-left: 30%;
  margin-right: 1%;
  width: 40%;
}
.topSearchBar {
  display: inline;
  width: 80%;
  background-color: white;
  border-radius: 20px;
}
.magnifyingGlass {
  position: absolute;
  top: 5px;
  margin-left: 5px;
  width: auto;
  display: inline;
  font-size: 21px;
  cursor: pointer;
  color: black;
}
