/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
   .discord {
  max-width: 820px;
  font-family: "Whitney", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #313338;
}

  .iconbox {
  border-radius: 50%;
  margin-left: -14px;
  float: left;
  height: 40px;
  width: 40px;
  margin-top: 8px;
}

  .iconbox2 {
  float: left;
  width: 40px;
  margin-top: 0px;
}

  .replybox {
  border-radius: 6px 0 0 0;
  margin-left: 5px;
  float: left;
  border-left: 2px solid #4e5058;
  border-top: 2px solid #4e5058;
  min-height: 1.5em;
  width: 27px;
  margin-top: 10px;
  margin-bottom: -2em;
}

  img.icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

  img.replyicon {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline;
}

  img.twiticon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline;
}

  img.landing_arrow {
  height: 20px;
  width: 24px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline;
}

  img.emoji {
  width: 22px;
  height: 22px;
  margin-right: 3px;
  vertical-align: middle;
  display: inline;
}

  img.wumboji {
  width: 35px;
  height: 35px;
  padding-top: 5px;
  margin-right: 8px;
  display: inline;
}

  img.reactemoji {
  width: 16px;
  height: 16px;
  margin: 6px 3px 8px 3px;
  vertical-align: middle;
  display: inline;
}

  img.sent {
  padding-top: 6px;
  margin-top: 3px;
  margin-bottom: 4px;
  max-width: 90%;
  max-height: 600px;
  overflow: clip;
  border-radius: 10px;
}

  img.sent2 {
  padding-top: 6px;
  margin-top: 3px;
  margin-bottom: 4px;
  max-width: 100%;
  max-height: 600px;
  border-radius: 10px;
  overflow: clip;
}

  img.input {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

  .discordheader {
  color: #6b6d76;
  max-width: 820px;
  background-color: #313338;
  border-bottom: 2px solid #2C2F33;
  display: flex;
  padding: .5em 0em .5em .5em;
  margin: 0.5em 0em 0.5em 0em;
}

  img.channeltype {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

  .channelname {
  max-width: 300px;
  min-width: 60px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  margin-right: 10px;
}

  .chnamelink {
  max-width: 300px;
  min-width: 60px;
  color: #FFFFFF;
  display: inline;
  padding: .25em 0;
  background: #3b3f65;
  box-shadow: .5em 0 0 #3b3f65, -.5em 0 0 #3b3f65;
}

  .chnamelink:hover {
  color: #FFFFFF;
  background-color: #5865f2;
}

  .channel_info {
  max-width: 400px;
  text-align: left;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  padding-left: 10px;
  border-left: 1px solid #494949;
}

  .status {
  height: 10px;
  width: 10px;
  min-width: 10px;
  background-color: #23a55a;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 0.7em;
  margin-left: -4px;
  margin-right: auto;
}

  .status2 {
  height: 8px;
  width: 8px;
  min-width: 8px;
  background-color: #23a55a;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-left: -20px;
  margin-right: 15px;
  margin-top: 18px;
  border: 3px solid #3b3d41;
}

  img.img_status {
  width: 10px;
  margin-bottom: 20px;
}

  img.dheader_button {
  max-width: 36px;
  max-height: 36px;
  margin-right: 0px;
  cursor: pointer;
  margin-bottom: -14px;
}

  img.dheader_button2 {
  max-width: 36px;
  max-height: 36px;
  margin-right: 0px;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: -12px;
}

  img.searchbutton {
  max-width: 14px;
  max-height: 14px;
  float: right;
  cursor: pointer;
  margin: 6px 0px 6px 0px;
}

  img.dfooter_lbutton {
  max-height: 20px;
  margin: 0.4em 1em 0 1em;
  float: left;
  cursor: pointer;
}

  img.dfooter_rbutton {
  max-height: 20px;
  margin: 0.4em 0 0 10px;
  float: right;
  cursor: pointer;
}

  img.dfooter_rbutton2 {
  max-height: 20px;
  margin: 0.4em 0;
  margin-left: auto;
  float: right;
  cursor: pointer;
}

  .searchbar {
  background-color: #1e1f22;
  border-color: #1e1f22;
  border-radius: 6px;
  color: #949ba4;
  font-size: 14px;
  font-weight: 300;
  height: 25px;
  overflow: hidden;
  line-height: 24px;
  padding: 0px 6px 0px 6px;
  width: 120px;
  max-width: 120px;
  margin: 6px;
  margin-bottom: 0px;
  cursor: text;
  position: relative;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  .discordbody {
  background-color: #313338;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-left: 0px;
}

  .dmessage {
  background-color: #313338;
  padding-left: 20px;
  padding-right: 0px;
  margin: 0;
}

  .dmessage_atuser {
  background-color: #403d38;
  border-left: 3px solid #f0b132;
  padding-left: 20px;
  padding-right: 0px;
  margin: 0;
}

  .hr {
  width: 100%;
  text-align: center;
  color: #949ba4;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #949ba4;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

  .hr span {
  background-color: #313338;
  margin-left: .25em;
  margin-right: .25em;
  padding: 0 10px;
}

  .hr_red {
  width: 100%;
  text-align: center;
  color: #ed4245;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ed4245;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

  .hr_red span {
  background-color: #313338;
  margin-left: .25em;
  margin-right: .25em;
  padding: 0 10px;
}

  .discordfooter {
  max-width: 820px;
  background-color: #313338;
  border-top: 2px solid #2C2F33;
  display: flex;
  text-align: left;
  padding-top: 0.5em;
  padding-right: 14px;
  margin: 0px;
  margin-top: 1em;
}

  .dtextbar {
  background-color: #383a40;
  color: #6b6d76;
  font-weight: 300;
  line-height: 30px;
  border-color: #383a40;
  border-radius: 8px;
  padding: 10px 10px 10px 0;
  width: 820px;
  max-width: 820px;
  max-height: 40px;
  margin: 10px;
  margin-left: 0px;
  margin-right: auto;
  cursor: text;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  .dtextbartype {
  background-color: #383a40;
  color: #6b6d76;
  font-weight: bold;
  line-height: 5px;
  border-color: #383a40;
  border-radius: 8px;
  padding: 0 10px 10px 0;
  width: 820px;
  max-width: 820px;
  max-height: 40px;
  margin: 10px;
  margin-left: 0px;
  margin-right: auto;
  cursor: text;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  .dtextbar span {
  max-width: 800px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  .discord_user {
  padding-left: 0px;
  padding-top: 8px;
  font-weight: 400;
  line-height: 14px;
  margin: 0em;
  margin-top: 4px;
  margin-bottom: -4px;
  display: flex;
  color: #ffffff;
}

  .name {
  max-width: 20em;
  min-width: 5em;
  font-weight: bold;
  font-size: 15px;
  margin-top: -2px;
  margin-right: 10px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  .name:hover {
  text-decoration: underline;
  cursor: pointer;
}

  .replyname {
  max-width: 20em;
  min-width: 5em;
  font-weight: bold;
  font-size: 14px;
  margin-top: -2px;
  margin-right: 0.2em;
  padding-left: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: none;
}

  .name:hover {
  text-decoration: underline;
  cursor: pointer;
}

  .replyname:hover {
  text-decoration: underline;
  cursor: pointer;
}

  .dtimestamp {
  color: #6b6d76;
  font-size: 12px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  .discordtext {
  color: #B4B5B7;
  margin-right: 60px;
  margin-left: 36px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

  .discordtexttype {
  color: #B4B5B7;
  margin-right: 60px;
  margin-left: 36px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  line-height: 5px;
}

  .discordreply {
  color: #b4b5b7;
  font-size: 14px;
  line-height: 1.5em;
  margin-right: 60px;
  margin-left: 36px;
  margin-top: .5em;
  margin-bottom: -0.4em;
  max-height: 1.5em;
  overflow: hidden;
}

  .discordtext_bot {
  color: #B4B5B7;
  margin-right: 60px;
  margin-left: 36px;
  margin-top: 0.5em;
  margin-bottom: 1.6em;
}

  .at_user {
  color: #c9cdfb;
  background-color: #3d4270;
  font-weight: bold;
  border-radius: 4px;
  padding: 2px;
}

  .at_user:hover {
  color: #FFFFFF;
  background-color: #5865f2;
  cursor: pointer;
}

  .reaction {
  color: #B4B5B7;
  background-color: #2b2d31;
  font-weight: bold;
  font-size: 14px;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
}

  .reaction:hover {
  color: #d9dcdf;
  background-color: #313338;
  border-style: solid;
  border-width: 1px;
  border-color: #505255;
}

  .ur_reaction {
  color: #dee0fc;
  background-color: #343851;
  border-style: solid;
  border-width: 1px;
  border-color: #5865f2;
  font-weight: bold;
  font-size: 14px;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
}

  .blulink {
  color: #0096CF;
  border-bottom: none;
}

  .blulink:hover {
  text-decoration: underline;
  cursor: pointer;
}

  .linkpreview {
  color: #b4b5b7;
  font-size: 13px;
  background-color: #2b2d31;
  margin-top: 3px;
  margin-bottom: 4px;
  max-width: 500px;
  max-height: 700px;
  overflow: clip;
  border-radius: 6px;
  margin-left: 3em;
  padding: 1em 1em 1em 1em;
}

  .prev_default {
  border-left: 7px solid #1e1f22;
}

  .prev_yt {
  border-left: 7px solid red;
}

  .prev_tw {
  border-left: 7px solid #1da0f2;
}

  .phone {
  max-width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: table;
  margin: auto;
}

  .notifdark {
  border-radius: 20px;
  background: #25242bAA;
  padding: 20px;
  padding-top: 15px;
  width: 300px;
  height: 35px;
  color: #ffffff;
  font-family: sans-serif;
  text-align: left;
  margin-bottom: 6px;
}

  .notiflight {
  border-radius: 20px;
  background: #a29fb950;
  padding: 20px;
  padding-top: 15px;
  width: 300px;
  height: 35px;
  font-family: sans-serif;
  text-align: left;
  margin-bottom: 6px;
}

  .notif-iconbox {
  border-radius: 50%;
  margin-left: 0px;
  float: left;
  height: 30px;
  width: 30px;
  margin-top: 0px;
}

  .appcircle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  margin-right: 0px;
  margin-top: -20px;
  background-color: #23a55a;
}

  .notifname {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
}

  .notiftime {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  float: right;
}

  .notiftext {
  margin: 0.5em;
  padding: 0;
  padding-left: 1em;
  overflow: hidden;
  max-height: 2.6em;
  line-height: 1.3em;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-top: -5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

  .notiftitle {
  margin: 0.5em;
  padding: 0;
  padding-left: 1em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-top: -5px;
}

  img.notificon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

  img.img_appcircle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-bottom: 20px;
}

  .roledefault {
  color: #ffffff;
}

  .rolegrey {
  color: #a8a8a8;
}

  .roleaqua {
  color: #00d5f2;
}

  .rolecobalt {
  color: #005682;
}

  .rolewinemom {
  color: #ff6ff2;
}

  .rolepurple {
  color: #c030fd;
}

  .rolered {
  color: #bb0f10;
}

  .roledustypink {
  color: #ba769d;
}

  .rolegold {
  color: #f8b825;
}

  .roledark {
  color: #330033;
}

  .roleteal {
  color: #61b09f;
}

  .roleorange {
  color: #f38f11;
}

  .rolegreen {
  color: #57b92d;
}

  .rolebrown {
  color: #dc6e1e;
}


}