/* The ribbons */

.corner-ribbon{
  width: 200px;
  /* background: #e43; */
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 70px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* Pay attention! */
  z-index: 1000; /* KARDOL CHANGED */
  position: fixed;
  font-size: 25px;
  font-family: Arial;
  font-weight: bold;
  box-shadow: 0px 5px 5px #0000004F;
  /* border: 1px solid #d0d0d0; */
}

/* Custom styles */

.
corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.bottom-left{
	top: auto;
	bottom: 25px;
	left: -70px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*  KARDOL */
.corner-ribbon.top-left{
	top: 10px;
	bottom: auto;
	left: -55px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	/* z-index : 2000; */
}

.corner-ribbon.backend-top-left{
	top: 80px;
	bottom: auto;
	left: 220px;
	width : 100px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	/* z-index : 2000 !important;  */
	  letter-spacing: 0.2px;
	  line-height: 20px;
	  font-size: 15px;
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

.annoying_block{
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50vw;
  height: 100px;
  background-color: red;
}
