[data-badge] {
    position: relative;
    overflow: visible;
}

[data-badge].has-badge-rounded::after {
    border-radius: 290486px !important;
}

[data-badge]::after {
    min-width: 1rem;
    min-height: 1rem;
    font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    font-size: .8rem !important;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);

    display: inline-block;
    position: absolute !important;
    margin: 0;
    padding: 0.225rem .15rem 0.00rem;
    text-align: center !important;
    white-space: nowrap;
    line-height: 1;
    background: #00d1b2;
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: 0 0 0 1px #fff;
    color: #fff;
    content: attr(data-badge) !important;
    z-index: 99 !important;
    font-weight: 400;
}

 /* blinking cursor */
/*
#cursor {
  color: transparent;
  background: red;
  line-height: 17px;
  margin-left: 3px;
  -webkit-animation: blink 1.4s infinite;
  width: 7px;
  height: 15px;
}
*/

#cursor {
  color: transparent;
  background: transparent;
  margin-left: 3px;
  -webkit-animation: blink 1.4s infinite;
  width: 7px;
  height: 35px;
  line-height: 40px;
}

@-webkit-keyframes blink {
  0% {background: #fff}
  50% {background: #3abb67}
  100% {background: #fff}
}

/* draft */

.DraftEditor-editorContainer h1, .DraftEditor-editorContainer h2, .DraftEditor-editorContainer h3 {
	color: #4a4a4a;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	word-break: break-word;
}

.DraftEditor-editorContainer h1 {
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

.DraftEditor-editorContainer h2 {
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
}

.DraftEditor-editorContainer h3 {
	font-size: 2rem;
	margin-bottom: 1.1rem;
}

pre.public-DraftStyleDefault-pre {
	display: block;
	overflow-x: auto;
	font-size: 1em;
	color: black;
	overflow-x: auto;
	white-space: pre;
	border-left: 3px solid black;
	padding-left: 10px !important;

	margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;

    padding-top: 0.0rem !important;
    padding-bottom: 0.0rem !important;
    letter-spacing: -0.05em;
}

.DraftEditor-editorContainer pre {
    margin: 0px;
    padding: 0px;
}

.DraftEditor-editorContainer p {
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
}

/* tachyons */

.w4-half { width: 12rem; }
.w6 { width: 25rem; }
.w7 { width: 35rem; }
.w-400 { width: 400px; }
.w-45 { width: 45% }
.top-90 { top: 90% }
.left--20 { left: -20% }
.left--100 { left: -100% }

.flex-grow-2 { flex-grow: 2 }

@media screen and (min-width: 30em) {
    .w4-half-ns { width: 12rem; }
    .w6-ns { width: 25rem; }
    .w7-ns { width: 35rem; }
    .w-400-ns { width: 400px; }
    .w-45-ns { width: 45% }

    .w-50-ns { width: 50% }

    .left--icon1-ns { left: -430% }
    .left--icon2-ns { left: -590% }
    .left--icon3-ns { left: -275% }

    .top-90-ns { top: 90% }
    .flex-grow-2-ns { flex-grow: 2 }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
    .w4-half-m { width: 12rem; }
    .w6-m { width: 25rem; }
    .w7-m { width: 35rem; }
    .w-400-m { width: 400px; }
    .w-45-m { width: 45% }
    .left--40-m { left: -40% }

    .top-90-m { top: 90% }
    .flex-grow-2-m { flex-grow: 2 }
}
@media screen and (min-width: 60em) {
    .w4-half-l { width: 12rem; }
    .w6-l { width: 25rem; }
    .w7-l { width: 35rem; }
    .w-400-l { width: 400px; }
    .w-20-l { width: 20% }
    .left--20-l { left: -20% }
    .left--50-l { left: -50% }
    .w-25-l { width: 25% }
    .w-45-l { width: 45% }
    .w-50-l { width: 50% }
    .top-90-l { top: 90% }
    .flex-grow-2-l { flex-grow: 2 }
}


.placeholder-red::placeholder {
    color: #555;
    font-style: italic;
}

a:hover, a:active, a:focus {
  outline: none !important;
  border: none !important;
  -moz-outline-style: none !important;
}

.transition-transform {
  transition: transform 0.5s ease-in;
}
.transform-off {
  transform: translate3d(100%, 0, 0 );
}

/*
 *  STYLE 4
 */

.scrollbar
{
	overflow-y: scroll;
}

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color:transparent;
	border-radius: 1rem;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: transparent;

}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #777777;
	border: 2px solid #555555;
	border-radius: 1rem;
}

.comment p:empty {
    display:none;
}

.comment div span br:only-child {
    display:none;
}

.silver-border {
    border: 1px solid silver;
}

/* Kolor primary ma wynikać z primary i ma być jaśniejszy */

.white2-border {
    border: 2px solid white;
}

.hover-white2-border:hover {
    border: 2px solid white;
}

.visited-border {
    border: 2px solid #3abb67;
}

.light-silver-border {
    border: 1px solid rgb(170, 170, 170);
}

.glass-effect {
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.rotate-20 {
    transform: rotate(5deg);
}

.subheader-line {
    left: 20px;
    height: 20px;
    margin-left: 25px;
    width: min-content;
    background-color: #c3ed72;
}


.accordion-item-content {
  -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
  height: 0;
  overflow: hidden;
}

.accordion-item-header {
    cursor: pointer;
}

.accordion-item-button {
    transition: all .3s ease;
}

.accordion-item-button-open {
    transform: rotate(-180deg);
}

.b--lightgreen {
    border-color: #c3ed72;
}

.bg-lightgreen {
    background-color: #c3ed72;
}

.section-target:target { margin-top: 100px; padding-top: 150px; }

.vertical-line {
    width: 1px;
    background-color: silver;
    float: left;
    border-radius: 2px;
}
