:root {
  --sprite-img: url("https://embed.kooapp.com/iconSprites.png");
}

.embedKoo {
  margin: 0;
}
.embedKoo-koocontainer {
  display: flex;
  flex-direction: column;
  max-width: 550px;
  min-width: 330px;
  flex-grow: 2;
  padding: 5px;
}

.embedKoo-koocard {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 0 0 1.5pt #e8e8e3;
  border-radius: 12px;
  font-family: "Roboto", arial, sans-serif;
  color: #424242;
  overflow: hidden;
  position: relative;
}

.embedKoo-deleted{
  display: flex;
  align-items: center;
  justify-content: center;
  height:300px;
  width: 100%;
  font-size: 20px;
  color: #888;
}

.embedKoo-koolinkoverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: default;
}
.embedKoo-koocardheader {
  background-color: #f2f2ef;
  padding: 6px;
  display: flex;
  border-bottom: 1.5pt solid #e8e8e3;
  justify-content: center;
  align-items: center;
}
.embedKoo-koologo {
  height: 32.92px;
  padding: 0.15rem;
}
.embedKoo-koocardcontents {
  display: flex;
  padding: 20px 16px 10px;
}
.embedKoo-koocardleft {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  margin-right: 8px;
  position: relative;
}
.embedKoo-reKoocardleft {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  margin-right: 8px;
  position: relative;
}
.embedKoo-koocardleftlinkoverlay {
  position: absolute;
  height: 55px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.embedKoo-userimage {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.embedKoo-scorecontainer {
  height: 2px;
  display: flex;
  align-items: center;
}
.embedKoo-userscore {
  width: 30px;
  height: 12px;
  border-radius: 6px;
  text-align: center;
  font-size: 9px;
  color: white;
  line-height: 13px;
  background-color: #424242;
}
.embedKoo-replyline {
  margin-top: 24px;
  flex-grow: 1;
  width: 4px;
  border-radius: 2px;
  background: #eeeeee;
}
.embedKoo-koocontents {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0px 0px 5px;
  gap: 16px;
  overflow: hidden;
}
.embedKoo-topline {
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: relative;
}
.embedkoo-toplineContainer {
  width: 100%;
  padding-top: 3px;
}
.embedKoo-toplinelinkoverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.embedKoo-nameandtimestamp {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.embedKoo-accountname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-top: -1px;
  max-width: 16.5em;
}
.embedKoo-verifiedbadge {
  margin-left:5px;
  height: 15px;
  width: 15px;
  margin-top: 2px;
}
.embedKoo-handle {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.embedKoo-timestamp {
  margin-bottom:2px;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 13px;
  color: #666666;
  margin-top: 0.1em;
}
.embedKoo-full-timestamp{
  max-width: 11em;
}
.embedKoo-options {
  width: 9px;
  height: 18px;
}
.embedKoo-headline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #b9b9b9;
  margin-left: 6px;
  max-width: 8.25rem;
}
.embedKoo-contents {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.embedKoo-reKoo-contents {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0px 0px 0px;
}
.embedKoo-textcontents {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #494848;
  cursor: pointer;
}
a {
  color: #494848;
}
.embedKoo-reKoo-textcontents {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #494848;
  cursor: pointer;
}
.embedKoo-imagecontents {
  margin-bottom: 4px;
  display: flex;
  overflow: scroll;
  gap: 8px;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}
.embedKoo-imagecontents::-webkit-scrollbar {
  display: none;
}
.embedKoo-imagecontainer {
  scroll-snap-align: start;
  flex-shrink: 1;
  padding-bottom: 56%;
  height: 0px;
  width: 100%;
  position: relative;
  min-width: 40%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-sizing: border-box;
  max-height: 500px;
}

.embedKoo-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.embedKoo-videocontents {
  flex-shrink: 1;
  padding-bottom: 56.25%;
  height: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

.embedKoo-videoplayer,#hls_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1pt #e0e0e0;
  border-radius: 12px;
  object-fit: contain;
  overflow: hidden;
  background-color: #424242;
}

#hls_video video{
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button{
  top:50% !important;
  left:50% !important;
  transform: translate(-50%, -50%) !important;
}

.vjs-big-play-button{
  height:50px !important;
  width:50px !important;
  border-radius: 30px !important;
  background-color: rgba(18,18,18,0.8) !important;
  border: 2px solid rgba(255,255,255,0.8) !important
}

.vjs-icon-placeholder:before{
  color: rgba(255,255,255,0.8) !important
}

.embedKoo-audiocontents {
  width: 100%;
}
.embedKoo-audioplayer {
  width: 100%;
}
.embedKoo-linkcontainer {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fafafa;
  text-decoration: none;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.embedKoo-linkimagecontainer {
  padding-bottom: 56%;
  height: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.embedKoo-linkimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.embedKoo-linkdetails {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #e0e0e0;
}
.embedKoo-linktitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #424242;
}
.embedKoo-linktext {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #b9b9b9;
}
.embedKoo-linkitself {
  display: flex;
  align-items: center;
  gap: 4px;
}
.embedKoo-linkitselfimage {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.embedKoo-linkitselftext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #3f7fd4;
}

.embedKoo-rekootopline {
  display: flex;
  align-items: center;
  gap: 8px;
}
.embedKoo-rekoouserimage {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.embedKoo-rekooaccountname {
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.32px;
}
.embedKoo-rekoohandle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #b9b9b9;
}
.embedKoo-rekootimestamp {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.078px;
  color: #e0e0e0;
}
.embedKoo-rekoocontents {
  display: block;
}
.embedKoo-rekootext {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.24px;
  color: #9e9e9e;
}
.embedKoo-rekooshowmore {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.24px;
  color: #3f7fd4;
}

.embedKoo-reactionbar {
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #9e9e9e;
  margin-top: 15px;
}
.embedKoo-reaction {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 24px;
}

.css-sprite-comment {
  width: 96px;
  height: 96px;
  background: var(--sprite-img) 0px -124px;
}

.css-sprite-reaction {
  zoom: 0.21;
  -moz-transform: scale(0.21);
  -moz-transform-origin: 0 0;
}

.css-sprite-like {
  width: 96px;
  height: 96px;
  background: var(--sprite-img) -96px -124px;
}

.css-sprite-link {
  width: 96px;
  height: 96px;
  background: var(--sprite-img) -192px -124px;
}

.css-sprite-logoandwordmark {
  zoom: 0.14;
  -moz-transform: scale(0.11);
  -moz-transform-origin: 0 0;
}

.css-sprite-logoandwordmark {
  width: 430px;
  height: 220px;
  background: var(--sprite-img) -288px -0px;
}

.header-icon-container {
  height: 25px;
  width: 50px;
}

.css-sprite-rekoo {
  width: 96px;
  height: 96px;
  background: var(--sprite-img) -718px -124px;
}

.css-sprite-share {
  width: 96px;
  height: 96px;
  background: var(--sprite-img) -814px -124px;
}

.css-sprite-verified {
  zoom: 0.14;
  -moz-transform: scale(0.14);
  -moz-transform-origin: 0 0;
}
.verified-icon-container {
  height: 10px;
  width: 60px;
}

.css-sprite-verified {
  width: 96px;
  height: 96px;
  background: var(--sprite-img) -910px -124px;
}
.reaction-icon-container {
  height: 20px;
  width: 20px;
}

.css-sprite-like {
  width: 96px;
  height: 96px;
  background: var(--sprite-img) -96px -124px;
}

.reaction-image-container {
  width: 22px;
  height: 22px;
}

.embedKoo-reactionimage {
  width: inherit;
  height: inherit;
}
.embedKoo-reactionimage :hover {
  background-color: yellow;
}
.embedKoo-reactioncount {
  display: block;
  color: #666666;
  margin-bottom: 1px;
  margin-left: 0.25em;
  font-weight: 500;
  margin-top: 0.17em;
  font-size: 14px;
}
.embedKoo-name-and-badge {
  display: flex;
}
.koo-comment-bar {
  border-radius: 50px;
  border-width: 1.5pt;
  width: 100%;
  width: -moz-available; /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  padding: 8px;
  caret-color: transparent;
  outline: none;
  border: 1.5pt solid #e8e8e3;
}
input.koo-comment-bar::-webkit-input-placeholder {
  font-weight: normal;
}
input.koo-comment-bar::-moz-placeholder {
  font-weight: normal;
}
input.koo-comment-bar::-ms-input-placeholder {
  font-weight: normal;
}
input.koo-comment-bar:hover {
  background-color: #f6f6f5;
}
.koo-comment-bar::placeholder {
  padding-left: 5px;
  color: #9e9e9e;
  font-weight: bold;
}
.koo-comment-bar:hover::placeholder {
  padding-left: 5px;
  color: #666666;
}
.embedKoo-handle-and-headline {
  display: flex;
  color: #666666;
  margin-top: 3px;
}
.option-container {
  position: relative;
  margin-bottom: 0.25rem;
}
.poll-parent {
  display: flex;
  width: 100%;
  column-gap: 20px;
}
.calculate-poll-percentage {
  z-index: 2;
  width: 100%;
  text-align: right;
  margin-right: 14px;
}
.poll-option-button {
  font-family: "Roboto", arial, sans-serif;
  color: #494848;
  line-height: 2.5rem;
  width: 100%;
  white-space: nowrap;
  border: 1.5pt solid #e8e8e3;
  border-radius: 10px;
  align-items: center;
  padding: 0;
  background-color: #fdfdfd;
  cursor: pointer;
}
.koo-poll-button-overlay {
  position: absolute;
  height: 100%;
  z-index: 1;
  bottom: 0%;
}
.koo-poll-vote-details {
  font-family: "Roboto", arial, sans-serif;
  color: #666666;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: -8px;
  font-size: 12px;
}

.koo-link {
  position: relative;
  z-index: 2;
  color: #0074c2;
  text-decoration: none;
}
.embedKoo-koocontainer-child {
  padding: 2px;
}

.embedKoo-banner-container{
  display:flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2EF;
  padding:10px 0px;
  font-size: 17px;
  color: #121212;
  font-weight: 500;
  border-top: 1.5px solid #E8E8E3;
}

.embedKoo-koocoin{
  height:48px;
  width:55px;
  margin-right: 5px;
}

.embedKoo-banner-leftline {
  margin-right:10px !important;
  width:70px !important;
  height:1px !important;
  background-image:linear-gradient(to left,rgba(189, 189, 180, 1),rgba(189, 189, 180, 0)) !important;
}

.embedKoo-banner-rightline {
  margin-left:10px !important;
  width:70px !important;
  height:1px !important;
  background-image:linear-gradient(to right,rgba(189, 189, 180, 1),rgba(189, 189, 180, 0)) !important;
}

.embedKoo-deleted{
  display: flex;
  align-items: center;
  justify-content: center;
  height:300px;
  width: 100%;
  font-size: 20px;
  color: #888;
}
@media only screen and (max-width: 441px) {
  .embedKoo-linktitle {
    font-size: 14px;
  }
  .embedKoo-linkitselftext {
    font-size: 14px;
  }
  .embedKoo-linkitselfimage {
    height: 16px;
    width: 16px;
  }
  .rekoo-accountname {
    /* width: 5rem; */
    max-width: 11rem;
  }
  .embedKoo-koocontainer {
    min-width: 277px;
  }
  .reaction-image-container {
    width: 22px;
    height: 22px;
  }
  .embedKoo-textcontents {
    font-size: 14px;
  }
  .embedKoo-reKoo-textcontents {
    font-size: 14px;
  }
  .embedKoo-userimage {
    width: 40px;
    height: 40px;
  }
  .embedKoo-timestamp {
    font-size: 12px;
  }
  .polls-votes-paragraph {
    margin-right: 4px;
  }
  .embedKoo-accountname {
    font-size: 14px;
    max-width: 11.5em;
  }
  .embedKoo-handle {
    font-size: 12px;
  }
  .embedKoo-reactioncount {
    padding-top: 2px;
    font-size: 12px;
  }
  .embedKoo-verifiedbadge {
    margin-top: 0em;
  }
  .koo-poll-button-overlay {
    min-width: 10% !important;
  }
  .embedKoo-reactionimage {
    padding-top: 3px;
    width: 18px;
    height: 18px;
  }
  .koo-comment-bar::placeholder {
    font-size: 12px;
  }
  .embedKoo-banner-container{
    font-size: 14px;
    padding:6px 0px;
  }
 .embedKoo-koocoin{
  height:40px;
  width:40px;
  margin-right: 0px
}
.embedKoo-banner-leftline,.embedKoo-banner-rightline {
  display: none;
}
}
.pinHook {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: -3px 15px;
}
.pinLine {
  width: 2px;
  height: 13px;
  background: #dadad2;
}
.pinDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dadad2;
}
@media only screen and (max-width: 360px) {
  .embedKoo-koocontainer {
    min-width: 259px;
  }
  .embedKoo-name-and-handle {
    max-width: 170px;
  }
  .embedKoo-timestamp {
    font-size: 12px;
  }
  .pinDot {
    width: 6px;
    height: 6px;
  }
  .pinLine {
    width: 1.5px;
    height: 10px;
  }
  .pinHook {
    margin: 1px 15px;
  }
   .embedKoo-banner-container{
    font-size: 13px !important;
    padding:6px 0px;

  }
   .embedKoo-koocoin{
  height:40px;
  width:40px;
  margin-right: 0px
}
.embedKoo-banner-leftline,.embedKoo-banner-rightline {
  display: none;
}
}
video::-webkit-media-controls-play-button {
  background-color: #f00;
  border-radius: 50%;
}