body {
  background-color: black;
  color: #20c20e;
  font-family: "Source Code Pro", monospace;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 25px;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header img {
  width: 85px;
  height: 85px;
  margin-right: 10px;
}
.header .search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header .search input {
  width: 100%;
  padding: 10px;
  border: 1px solid #20c20e;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
  background-color: transparent;
}
.header .search input:focus {
  outline: none;
}
.header .search input::placeholder {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #18920b;
  font-weight: 400;
}

#receive-mail-container {
  display: flex;
  flex-direction: row;
  height: auto;
}
#receive-mail-container p {
  font-size: 1.5rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
}
#receive-mail-container .button-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 10%;
  padding: 0px 25px 25px 0px;
}
#receive-mail-container .button-container .random-stock-text-container {
  border: 1px solid #20c20e;
}
#receive-mail-container .button-container .random-stock-text-container .text-container-single {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#receive-mail-container .button-container .random-stock-text-container .text-container-single .random-stock-text-content.red {
  color: red;
}
#receive-mail-container .button-container .random-stock-text-container .text-container-single .random-stock-text-content.green {
  color: #20c20e;
}
#receive-mail-container .send-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  padding: 25px;
  border: 1px solid #20c20e;
}
#receive-mail-container .send-container .container {
  display: flex;
  flex-direction: column;
  height: auto;
}
#receive-mail-container .send-container #to {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
  border: 1px solid #20c20e;
  padding: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #20c20e;
}
#receive-mail-container .send-container #to:focus {
  outline: none;
}
#receive-mail-container .send-container #to::placeholder {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #18920b;
  font-weight: 400;
}
#receive-mail-container .send-container #msg {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
  border: 1px solid #20c20e;
  padding: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #20c20e;
  height: 300px;
}
#receive-mail-container .send-container #msg:focus {
  outline: none;
}
#receive-mail-container .send-container #msg::placeholder {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #18920b;
  font-weight: 400;
}
#receive-mail-container .send-container #files {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
  border: 1px solid #20c20e;
  padding: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #20c20e;
}
#receive-mail-container .send-container #files::-webkit-file-upload-button {
  display: none;
}
#receive-mail-container .send-container #file-container {
  margin-top: 30px;
}
#receive-mail-container .mail-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 90%;
  padding: 25px;
  border: 1px solid #20c20e;
}
#receive-mail-container .mail-container .mail-small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #20c20e;
  padding: 10px;
}
#receive-mail-container .mail-container .mail-small .mail-small-title {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
}
#receive-mail-container .mail-container .mail-small .mail-small-content {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
}
#receive-mail-container .mail-container .mail-small:hover {
  background-color: #20c20e;
  cursor: pointer;
}
#receive-mail-container .mail-container .mail-small:hover .mail-small-title {
  color: white;
}
#receive-mail-container .mail-container .mail-small:hover .mail-small-content {
  color: white;
}
#receive-mail-container .mail-container .mail {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 10px;
  border: 1px solid #20c20e;
  padding: 10px;
}
#receive-mail-container .mail-container .mail .mail-title {
  font-size: 1.5rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
}
#receive-mail-container .mail-container .mail .mail-content {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
}
#receive-mail-container .mail-container .mail .mail-body {
  padding: 20px 5px;
}
#receive-mail-container .mail-container .mail .mail-body .mail-body-text {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
}
#receive-mail-container .mail-container .mail .mail-body .payment-link {
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: #20c20e;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
#receive-mail-container .mail-container .mail .mail-footer {
  display: flex;
  flex-direction: column;
  padding: 20px 5px;
}
#receive-mail-container .mail-container .mail .mail-footer .mail-footer-left {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#receive-mail-container .mail-container .mail .mail-footer .mail-footer-left img {
  width: 150px;
  height: 100px;
  margin-right: 10px;
  border-radius: 25px;
}
#receive-mail-container .mail-container .mail .mail-footer .mail-footer-right {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

.button-primary {
  background-color: #20c20e;
  color: #fff;
  border: 2px solid transparent;
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
  color: "white";
  font-weight: 400;
}
.button-primary:hover {
  background-color: #18920b;
  border: 2px solid white;
}
.button-primary.w-25 {
  width: 25%;
}

.border {
  height: 3px;
  background-color: #20c20e;
  margin: 15px 0;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #000000;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
  display: none;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  display: none;
}

.image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 10px;
}
.image-container img {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  border-radius: 25px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #20c20e;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: white;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #ddd;
}

/*# sourceMappingURL=style.css.map */
