@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
:root {
  --mainColor: #081f21;
  --secondaryColor: #2baab1;
  --linkColor: #2ad;
  --textColor: #ffffff;
  --text-color-darker: #a3a3a3;
  --hoverColor: #535353;
  --hoverText: #ffffff;
}

._3-iMh {
  font-size: 11px;
  padding: 5px;
  font-style: italic;
}

body {
  font-family: 'Poppins', sans-serif;
}

._2R1xA {
  text-decoration: underline;
  color: #2ad;
  font-weight: 700;
}

._2R1xA:hover {
  opacity: 0.7;
}

._RZHRR {
  display: flex;
  align-items: center;
}

._1_VU4 {
  width: 20px;
  cursor: pointer;
}

._1_VU4:hover {
  opacity: 0.8;
}

._1WhfM {
  background-color: white;
  z-index: 99;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 2px;
  margin-right: 5px;
  min-width: 100px;
  max-width: 200px;
}

._1WhfM ._1pe0W {
  font-weight: 700;
  font-size: 13px;
  color: var(--textColor);
  background-color: var(--mainColor);
  padding: 5px;
  padding-left: 10px;
}

._1WhfM ._Lzse6 {
  padding: 5px 10px;
}

._3_PxX {
  z-index: 99999 !important;
}

._1m-WA {
  display: flex;
  flex-direction: row;
  height: 100vh;
  overflow: none;
  z-index: 2;
  text-align: center;
  background: var(--mainColor);
}

._2-Dkw {
  padding: 12px;
  border-bottom: 1px solid #fff;
}

._2yQYl {
  color: var(--textColor);
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
  text-decoration: none;
  cursor: pointer;
}

._2yQYl:hover {
  background: var(--hoverColor);
}

._2yQYl i {
  display: block;
  font-size: 2.2em;
  margin-bottom: 5px;
}

._1Oj0M,
._aiYQV {
  z-index: 1;
  width: 35vw;
  padding: 5px;
  transition: margin 0.1s;
  display: none;
  background-color: white;
}

._1Oj0M ._30eGA,
._aiYQV ._30eGA {
  display: flex;
  height: 50px;
  background-color: var(--mainColor);
  color: var(--textColor);
}

._1Oj0M ._30eGA span,
._aiYQV ._30eGA span {
  padding: 15px;
  padding-right: 0px;
  font-weight: 700;
  font-size: 15px;
  flex: 1;
}

._1Oj0M ._30eGA button,
._aiYQV ._30eGA button {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 20px;
  color: var(--textColor);
}

._1Oj0M ._30eGA button:hover,
._aiYQV ._30eGA button:hover {
  color: var(--text-color-darker);
}

._aiYQV {
  visibility: visible;
  position: relative;
  display: block;
  margin-left: 0px;
}

._2uUUH {
  border-right: 10px solid blue;
  float: right;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  margin-top: -55px;
}

._1X7ML {
  background-color: purple;
}
