.share-box li a.telegram {
  background: #0088cc;
}
.f-widget-follow ul li .telegram:hover {
  background-color: #08c;
  color: #fff !important;
}
a.extern[href^="http://"]::after,a.extern[href^="https://"]::after,a.extern[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: " \f08e";
  color: #3a3a3a;
  font-size: 12px;
}
a.intern[href^="http://"]::after,a.intern[href^="https://"]::after,a.intern[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: " \f14c";
  color: #3a3a3a;
  font-size: 12px;
}
a.wiki[href^="http://"]::after,a.wiki[href^="https://"]::after,a.wiki[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: " \f266";
  color: #3a3a3a;
  font-size: 12px;
}
a.twitter[href^="http://"]::after,a.twitter[href^="https://"]::after,a.twitter[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: " \f099";
  color: #1da1f2;
  font-size: 14px;
}
a.facebook[href^="http://"]::after,a.facebook[href^="https://"]::after,a.facebook[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: " \f09a";
  color: #1877f2;
  font-size: 14px;
}
a.trello[href^="http://"]::after,a.trello[href^="https://"]::after,a.trello[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: " \f181";
  color: #70b500;
  font-size: 14px;
}
a.amazon[href^="http://"]::after,a.amazon[href^="https://"]::after,a.amazon[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: " \f270";
  color: #ff9900;
  font-size: 14px;
}
a.download[href^="http://"]::after,a.download[href^="https://"]::after,a.download[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: " \f019";
  color: #3a3a3a;
  font-size: 16px;
}
a.shop[href^="http://"]::after,a.shop[href^="https://"]::after,a.shop[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: " \e0dc";
  color: #3a3a3a;
  font-size: 16px;
}
a.sms[href^="sms://"]::after,a.sms[href^="imessage://"]::after,
{
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: " \e1ee";
  color: #3a3a3a;
  font-size: 12px;
}
a.book[href^="http://"]::after,a.book[href^="https://"]::after,a.book[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: " \f025";
  color: #3a3a3a;
  font-size: 16px;
}
a.podcast[href^="http://"]::after,a.podcast[href^="https://"]::after,a.podcast[href^="ftp://"]::after
{
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: " \f2ce";
  color: #3a3a3a;
  font-size: 16px;
}
.onoffswitch {
  position: relative;
  width: 77px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 15px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 32px;
  padding: 0;
  line-height: 32px;
  font-size: 24px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f00c";
  padding-left: 18px;
  background-color: #eeeeee;
  color: #34a7c1;
}
.onoffswitch-inner:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f00d";
  padding-right: 18px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 24px;
  margin: 6px;
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 41px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
  background-color: #3bc76a;
}
.bg-mann {
  background-color: #61b3de !important;
}
.bg-frau {
  background-color: #d52685 !important;
}
.bg-01 {
  background-color: #0085c3 !important;
}
.bg-02 {
  background-color: #8a7967 !important;
}
.bg-03 {
  background-color: #89ba16 !important;
}
.bg-04 {
  background-color: #fd5c63 !important;
}
.bg-05 {
  background-color: #74d2e7 !important;
}
.bg-06 {
  background-color: #8db9ca !important;
}
.bg-07 {
  background-color: #da1884 !important;
}
.bg-08 {
  background-color: #a51890 !important;
}
.bg-09 {
  background-color: #a4c639 !important;
}
.bg-10 {
  background-color: #ee6123 !important;
}
.bg-11 {
  background-color: #3f888f !important;
}
.bg-12 {
  background-color: #c13584 !important;
}
.bg-13 {
  background-color: #ad5f7d !important;
}
.bg-20 {
  background-color: #faa918 !important;
}
.bg-21 {
  background-color: #7289da !important;
}
.bg-22 {
  background-color: #bf0d3e !important;
}
.widget-follow li a.shop {
  background: #d0002c;
}
.widget-follow li a.paypalmefollow {
  background: #00704a;
}
.widget-follow li a.amazonwi {
  background: #ff9900;
}
.widget-follow li a.amazonwi1 {
  background: #146eb4;
}
.widget-follow li a.rsswi {
  background: #ee802f;
}
.widget-follow li a.podcastwi {
  background: #a086d3;
}
.widget-follow li a.telegram {
  background: #08c;
}
.widget-follow li a.reddit {
  background: #ff4500;
}
.widget-follow li a.portfolio {
  background: #a5c500;
}
.rund {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.alert-danger {
  color: #e25c58;
  background-color: rgba(226, 92, 88, 0.05);
  border: 0 !important;
}
.alert-paypal {
  color: #fefefe;
  background-color: #009cde;
  border: 0 !important;
}
.alert-app {
  color: #fefefe;
  background-color: #ffa343;
  border: 0 !important;
}
.alert-podcast {
  color: #212a3e;
  background-color: #a086d3;
  border: 0 !important;
}
span.spoiler {
  text-shadow: 0 0 8px #000;
  color: rgba(255, 255, 255, 0);
  margin-left: 0;
  padding: 0.2rem;
  filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
  zoom: 1;
  pause-before: 2s;
  transition: 1s text-shadow linear;
}
span.spoiler:hover {
  text-shadow: none;
  color: #000;
  filter: none;
}
.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
}
.page_404 img {
  width: 100%;
}
.four_zero_four_bg1 {
  background-image: url(/assets/img/404_1.gif);
  height: 400px;
  background-position: center;
}
.four_zero_four_bg2 {
  background-image: url(/assets/img/404_2.gif);
  height: 500px;
  background-position: center;
}
.four_zero_four_bg3 {
  background-image: url(/assets/img/404_3.gif);
  height: 550px;
  background-position: center;
}
.four_zero_four_bg h1 {
  font-size: 80px;
}
.four_zero_four_bg h3 {
  font-size: 80px;
}
.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}
.contant_box_404 {
  margin-top: -50px;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tags li {
  float: left;
}
.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.tag:hover {
  background-color: #8db9ca;
  color: white;
}
.tag:hover::after {
  border-left-color: #8db9ca;
}
.contact-label {
  background-color: #0a0a0a;
  color: #464646;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  height: 2em;
  line-height: 1.8;
  padding: 0 0.7em;
  cursor: pointer;
  z-index: 100;
  pointer-events: auto;
  border-radius: 7px;
  white-space: nowrap;
}
.trigger-label {
  background-color: #e4002b;
  color: #f0f0f0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  height: 2em;
  line-height: 1.8;
  padding: 0 0.7em;
  cursor: pointer;
  z-index: 100;
  pointer-events: auto;
  border-radius: 5px;
  white-space: nowrap;
}
[tooltip] {
  position: relative;
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0 - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0 - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
.zitate {
  padding: 35px;
  color: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 3px rgba(68, 68, 68, 0.4);
  opacity: 0.8;
}
.zitateshare {
  float: right;
  color: #f0f0f0;
}
.zitatfooter {
  float: right;
  color: #86898c;
  font-size: 10px;
}
.doCapital {
  text-transform: capitalize;
}
.unterschrift {
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  color: #4169e1;
  line-height: 0.8;
  transform: rotate(-4deg);
}
* {
  scrollbar-width: auto;
  scrollbar-color: #e6e6e6 #ffffff;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 10px;
  border: 3px none #ffffff;
  height: 10px;
}
.fancy-input {
  margin: 1em 0 1em 0;
  position: relative;
}
.fancy-input label {
  position: absolute;
  color: #666;
  background: #fff;
  padding: 0 0.5em;
  font-size: 0.8em;
  top: -0.8em;
  left: 0.5em;
}
.post-text p:first-child::first-letter {
  font-family: "Lobster Two";
  font-size: 60px;
  float: left;
  line-height: 50px;
  padding-right: 8px;
  margin-top: -3px;
}
blockquote {
  font-size: 1em;
  font-style: italic;
  margin: 0 1.5em;
  padding: 0.5em;
  border-left: 3px solid #d7d7d8;
}
blockquote p {
  margin: 0;
}
blockquote:before {
  content: "\201C";
  font-size: 2.5em;
  line-height: 0.1em;
  margin-right: 0.12em;
  vertical-align: -0.4em;
}
blockquote:after {
  content: "\201D";
  font-size: 2.5em;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -0.4em;
}
blockquote cite {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin-top: 1em;
}
blockquote cite:before {
  content: "\2014 \2009";
}
blockquote cite a {
  text-decoration: none;
}
.left-border-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left-width: 5px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #ecebeb;
  border-left-color: #7cc576;
  border-right-color: #d7d7d8;
  border-top-color: #d7d7d8;
  border-bottom-color: #d7d7d8;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.left-border {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 30px;
  border-left-width: 5px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #7cc576;
  border-right-color: #d7d7d8;
  border-bottom-color: #d7d7d8;
}
.boxed {
  background-color: #fcfcfc;
  padding: 10px;
}
.tab_container {
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}
.tap-input,
.tap-section {
  clear: both;
  padding-top: 10px;
  display: none;
}
.label1 {
  font-size: 18px;
  display: block;
  float: left;
  width: 20%;
  padding: 1.5em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
}
.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3 {
  text-align: center;
}
.tab_container [id^="tab"]:checked + label {
  background: #fff;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  box-shadow: inset 0 3px #f0f0f0;
}
.tab_container [id^="tab"]:checked + label .fa {
  color: rgb(170, 71, 71);
}
label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  .tab_container {
    width: 98%;
  }
}
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.mt-timeline {
  height: calc(100% - 2rem);
  padding: 1rem 1.5rem;
  position: relative;
  background: trasparent;
}
.mt-timeline a:link,
.mt-timeline a:active,
.mt-timeline a {
  text-decoration: none;
  color: #6364ff;
}
.mt-timeline a:hover {
  text-decoration: underline;
}
.mt-body {
  height: 100%;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.mt-body .invisible {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
}
.mt-toot {
  margin: 0.25rem 0.5rem 0.25rem 0.25rem;
  padding: 1rem 0 2rem 65px;
  position: relative;
  min-height: 60px;
  background-color: transparent;
  border-bottom: 1px solid #858afa;
}
.mt-toot:hover,
.mt-toot:focus {
  cursor: pointer;
  background-color: #202020;
}
.mt-toot p:last-child {
  margin-bottom: 0;
}
.mt-avatar {
  position: absolute;
  top: 20px;
  left: 5px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #fff;
  border-radius: 5px;
}
.mt-avatar-boosted {
  width: 40px;
  height: 40px;
}
.mt-avatar-booster {
  width: 25px;
  height: 25px;
  top: 25px;
  left: 25px;
}
.mt-user {
  display: table;
  font-weight: 600;
}
.mt-user > a {
  color: #6364ff !important;
}
.toot-text {
  margin-bottom: 0.25rem;
  color: #ffffff;
}
.toot-text .spoiler-link {
  display: inline-block;
  border-radius: 2px;
  background-color: #d9e1e8;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  padding: 0 6px;
  text-transform: uppercase;
  line-height: 20px;
  cursor: pointer;
  vertical-align: top;
}
.toot-text .spoiler-text {
  display: none;
}
.toot-text.truncate {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: var(--text-max-lines);
  -webkit-box-orient: vertical;
}
.toot-text:not(.truncate) .ellipsis::after {
  content: "...";
}
.mt-error {
  color: #8b0000;
  background: #f1a0ad;
  margin: 5px;
  padding: 10px;
}
.toot-poll {
  margin-bottom: 0.25rem;
}
.toot-poll ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toot-poll ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.toot-poll ul li:before {
  content: "◯";
  padding-right: 0.5rem;
}
.toot-media {
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.toot-media-preview {
  position: relative;
  margin-top: 0.25rem;
  height: auto;
  text-align: center;
  width: 100%;
}
.toot-media-spoiler > img {
  filter: blur(2rem);
}
.toot-media-preview a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.img-ratio14_7 {
  position: relative;
  padding-top: 48.95%;
  width: 100%;
}
.img-ratio14_7 > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.toot-date {
  font-size: 0.75rem;
  opacity: 0.5;
  color: #6364ff;
}
.loading-spinner {
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' viewBox='0 0 128 128' %3E%3Cg%3E%3Cpath d='M64 128A64 64 0 0 1 18.34 19.16L21.16 22a60 60 0 1 0 52.8-17.17l.62-3.95A64 64 0 0 1 64 128z' fill='%23404040'/%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 64 64' to='360 64 64' dur='1000ms' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: min(2.5rem, calc(100% - 0.5rem));
}
.mt-seeMore {
  margin: 2rem auto;
  padding: 0 2rem;
  text-align: center;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.dummy-container {
  height: 380px;
  margin: 0 auto;
  max-width: 100%;
}
.passwort-feld[type="password"] ~ .passwort-button .passwort-verstecken-icon,
.passwort-feld[type="text"] ~ .passwort-button .passwort-anzeigen-icon {
  display: none;
}
.passwort-behaelter {
  position: relative;
  width: 100%;
}
.passwort-feld {
  width: 100%;
  padding-right: 1.5em;
  box-sizing: border-box;
}
.passwort-button {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
