.title_space{
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	}

.outer-spacing {
  padding-left: 22px;
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  position: relative;
}
.uiwrapper {
  max-width: 650px;
  position: relative;
}
.uiwrapper > h2 {
  font-size: 22px;
  padding: 0;
  margin: 0 0 15px;
  line-height: 1.2;
}
.axis-wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 0px;
  border-left: 2px solid #96968c;
  border-bottom: 2px solid #96968c;
}
.axis-wrapper::after {
  position: absolute;
  bottom: -6px;
  right: -1px;
  content: '';
  height: 0px;
  width: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #96968c;
}
.axis-wrapper::before {
  position: absolute;
  top: 0px;
  left: -6.5px;
  content: '';
  height: 0px;
  width: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #96968c;
}
.axis-content {
  font-size: 14px;
  text-align: center;
}
.x-axis-content {
  padding: 5px 40px;
}
.y-axis-content {
  padding: 5px 0;
  position: absolute;
  top: 36%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: -25px;
  z-index: 1;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.buble-grid {
  background-image: url("/content/dam/system-files/acom/custom-code/dp-approval/shopper-segments/assets/images/curve-sm-new.svg"), url(../images/lines.png);
  background-position: 0 80%, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, static;
  min-height: 340px;
}
.flexWrap {
  display: flex;
  height: 100%;
  position: relative;
  zoom: 1;
}
.flexWrap.gradient-head {
  background: url("/content/dam/system-files/acom/custom-code/dp-approval/shopper-segments/assets/images/header-gradient-bg.jpg") no-repeat 10px 0;
  background-size: cover;
}
.flexItems {
  flex: 1 1 auto;
  /*background: #eee;*/
  width: 33%;
  max-width: 33%;
  border: 1px solid transparent;
}
.buble-grid .flexItems {
  flex: 1 1 auto;
  background: transparent;
  border: 1px solid transparent;
  width: 33%;
  max-width: 33%;
}
.flexWrap .flexItems:nth-child(1) {
  border-right: 0;
  margin-left: 10px;
}
.flexWrap .flexItems:nth-child(3) {
  border-left: 0;
}
.mid-flex {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd
}
.buble-grid .mid-flex {
  border-right: 1px dashed #ddd;
  border-left: 1px dashed #ddd
}
.flexItems h2 {
  font: bold 16px/1 Arial, "sans-serif";
  text-align: center;
  padding: 0 20px;
  color: #fff;
}
.flexItems h2 span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: relative;
  margin-top: 7px
}
.bublesInt {
  position: relative;
  height: 100%;
  text-align: center
}
.bubbleTitle {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 1.2;
}
.buble {
  position: absolute;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.buble img {
  width: 52px;
  transition: all .3s ease-in-out;
}
.buble:hover img {
  transform: scale(1.1)
}
.col-1-1 {
  top: 68%;
  left: 2%;
}
.col-1-2 {
  top: 65%;
  right: 25%;
}
.col-1-3 {
  top: 54%;
  left: 2%;
}
.col-1-4 {
  top: 30%;
  right: 4%;
}
.col-1-5 {
  top: 16%;
  left: 19%;
}
.col-1-6 {
  top: 16%;
  right: 1%;
}
.col-1-1 .bubbleTitle, .col-1-1-popup h3, .col-1-1-label {
  color: #460073 !important;
}
.col-1-2 .bubbleTitle, .col-1-2-popup h3, .col-1-2-label {
  color: #7500c0 !important;
}
.col-1-3 .bubbleTitle, .col-1-3-popup h3, .col-1-3-label {
  color: #a100ff !important;
}
.col-1-4 .bubbleTitle, .col-1-4-popup h3, .col-1-4-label {
  color: #a055f5 !important;
}
.col-1-5 .bubbleTitle, .col-1-5-popup h3, .col-1-5-label {
  color: #b455aa !important;
}
.col-1-6 .bubbleTitle, .col-1-6-popup h3, .col-1-6-label {
  color: #ff50a0 !important;
}
.popup-box {
  background-color: rgba(0 0 0 / 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.popup-inner {
  background-color: #fff;
  max-height: 500px;
  max-width: 530px;
  margin: auto;
  margin-top: 2%;
  overflow-y: auto;
  border: 18px solid transparent;
  border-image: url("/content/dam/system-files/acom/custom-code/dp-approval/shopper-segments/assets/images/gredient-for-popup.jpg") 30 stretch;
}
.popup-banner {
  overflow: hidden
}
.popup-inner::-webkit-scrollbar{
    width:10px;
    border-radius:20px;
    overflow:hidden
}
.popup-inner::-webkit-scrollbar-track{
    background:#eee;
    width:10px
}
.popup-inner::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,.2)
}
.popup-inner::-webkit-scrollbar-thumb:hover{
    background:rgba(0,0,0,.3)
}
.popup-content {
  padding: 33px 26px;
  font-size: 14px;
}
.popup-inner {
  position: relative;
}
.popup-content h3 {
  font-size: 16px;
  margin: 0;
  padding: 22px 0 0;
}
.popup-content p {
  margin: 0;
  padding: 6px 0 0;
}
.popup-banner {
  overflow: hidden;
  display: flex;
}
.popup-photo {
  min-width: 90px;
  width: 90px;
}
.popup-photo img {
  width: 90px;
}
.popup-photo-content {
  width: 100%;
  padding-left: 19px;
  display: flex;
  padding-top: 10px;
}
.popup-photo-title {
  font-size: 14px;
  width: 83%;
}
.popup-percentage {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 11px;
  box-shadow: 8px 8px 0px 0px #7500c0;
  margin: 0 10px 10px 0;
  font-weight: bold;
}
.popup-photo-content h3 {
  margin: 0;
  padding: 5px 0 0;
  line-height: 1;
  color: #460073;
  font-size: 20px;
}
.popup-percentage h3 {
  padding: 0px 0 0;
  color: #0041f0
}
.popup-percentage p {
  margin: 0;
  padding: 6px 0 0;
}
span.closeModel {
  display: inline-block;
  /*background: #a100ff;
     padding: 3px 8px; */
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 9999;
  height: 25px;
  width: 25px;
}
span.closeModel::before, span.closeModel::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 24px;
  width: 3px;
  border-radius: 3px;
  background: #000;
  transform: rotate(-45deg);
  margin-left: -1.5px;
}
span.closeModel::after {
  transform: rotate(45deg);
}
span.closeModel:hover::before, span.closeModel:hover::after {
  background: #a100ff;
}
.ins {
  font-size: 14px;
  color: #a100ff;
  /* background: #eee; */
  padding-top: 0;
  padding-bottom: 23px;
  margin: 0!important;
}
@media screen and (max-width: 600px) {
  .col-1-1 {
    top: 67%;
    left: 2%;
  }
  .col-1-2 {
    top: 64%;
    right: 13%;
  }
  .col-1-3 {
    top: 54%;
    left: 2%;
  }
  .col-1-4 {
    top: 36%;
    right: 4%;
  }
  .col-1-5 {
    top: 25%;
    left: 10%;
  }
  .col-1-6 {
    top: 25%;
    right: 0%;
  }
  .flexItems h2 span {
    display: none
  }
  .buble img {
    width: 42px;
  }
}
@media screen and (max-width: 540px) {
  .col-1-4 {
    top: 38%;
    right: 2%;
  }
  .col-1-5 {
    top: 29%;
    left: 10%;
  }
  .col-1-6 {
    top: 29%;
    right: 0%;
  }
  .popup-photo-content {
	flex-direction: column;
  }
  .popup-photo-title {
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 490px) {
  .col-1-4 {
    top: 35%;
    right: -2%
  }
}
@media screen and (max-width: 460px) {
  .bubbleTitle {
    font-size: 11px;
  }
  .flexItems h2 {
    font-size: 14px
  }
  .flexItems h2 span {
    font-size: 12px
  }
  .col-1-1 {
    top: 67%;
    left: 0%;
  }
  .col-1-2 {
    top: 63%;
    right: 8%;
  }
  .col-1-3 {
    top: 55%;
    left: 0%;
  }
  .col-1-4 {
    top: 40%;
    right: -3%;
  }
  .col-1-5 {
    top: 36%;
    left: 10%;
  }
  .col-1-6 {
    top: 38%;
    right: -6%;
  }
}
@media screen and (max-width: 400px) {
  .buble img {
    width: 38px;
  }
}