:root {
  --marquee-bg-color: #4ead63;
  --marquee-wrapper-width: 1010px;

}



.marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ccc;
  color: white;

  
}

.green-bg{
  background: var(--marquee-bg-color);

}

.marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  position: relative;
}


.marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

.marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}

.marquee-wrapper{
  width: var(--marquee-wrapper-width);
}

/* .container {
    width: 100%;
    background: #4FC2E5;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
  }
  
  .sesriccustom {
	background: #4ead63;
	width: 1015px !important;
  } */


/* 
  .marquee-sibling {
    padding: 0;
    background: #3BB0D6;
    width: 20%;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
  }
  
  .marquee,
  *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
  }
  
  .marquee { margin-left: 25%; }
  
  .marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
  }
  
  .marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    color: #fff;
  }
  
  .marquee-content-items li:after {
    content: "|";
    margin: 0 1em;
  }


  .simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.simple-marquee-container {
	width: 100%;
	background: grey;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
} */
