@charset "utf-8";
.bg-erumo-shutter{
  background-color: #d96eaa;
}
.bg-erumo-shutter, .badge-erumo-shutter{
  background-color: #d96eaa;
  color: white;
}
.alert-erumo-shutter{
  color: #d96eaa;
  border-color: #d96eaa;
  background-color: #f4e8ef;
}
.text-erumo-shutter{
  color: #d96eaa;
}
.table-erumo-shutter{
  background-color: #ecc1da;
}
.border.border-erumo-shutter, .border-erumo-shutter{ border-color: #d96eaa !important;}
.border-left.border-erumo-shutter, .border-left-erumo-shutter{ border-left-color: #d96eaa !important;}
.border-right.border-erumo-shutter, .border-right-erumo-shutter{ border-right-color: #d96eaa !important;}
.border-bottom.border-erumo-shutter, .border-bottom-erumo-shutter{ border-bottom-color: #d96eaa !important;}
.border-top.border-erumo-shutter, .border-top-erumo-shutter{ border-top-color: #d96eaa !important;}

.arrow_box {
	position: relative;
  border-radius: 6px;
}

@media screen and (min-width: 576px){
  .arrow_box:after {
  	right: 100%;
  	top: 50%;
  	border: solid transparent;
  	content: "";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  	border-color: rgba(0, 187, 230, 0);
  	border-right-color: #d96eaa;
  	border-width: 8px;
  	margin-top: -8px;
  }
}

@media screen and (max-width: 575.99999px){
  .arrow_box:after {
  	bottom: 100%;
  	left: 50%;
  	border: solid transparent;
  	content: "";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  	border-color: rgba(0, 187, 230, 0);
  	border-bottom-color: #d96eaa;
  	border-width: 12px;
  	margin-left: -12px;
  }
}

.order-arrow {
	position: relative;
  margin-bottom: 1.5rem;
}
.order-arrow:after {
	top: 105%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #bbb;
	border-width: 15px;
	margin-left: -15px;
}
