/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 19:57:08 */
#my-new-container {
  position: relative;
  box-sizing: border-box;
}

#my-new-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 100%;
  background-image: repeating-linear-gradient(
    135deg,
    #E9ECF2,
    #E9ECF2 1px,
    transparent 1.5px,
    transparent 6px
  );
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1358px) {
  #my-new-container::after {
    display: none;
  }
}

