/* sakal config css */
:root {
  /* sakal & studyroom*/
  /* --primary-color: #6388fc; */
  /* --secondary-color: #80aaff; */

  /* agrowon */
  /* --primary-color: #A0CC19;  */
  /* --secondary-color: #d4e87c;   */

  /* sarkarnama */
  /* --primary-color: #C12222; */
  /* --secondary-color: #F28D8D;  */

  /* dainik gomantak */
  /* --primary-color: #005da3; */
  /* --secondary-color: #74b9ff; */

  /* nie */
  --primary-color: #e5087e;
  --secondary-color: #312f82;

  --font-color: #1a1a1a;
  --background-color: #ffffff;
  --border-radius-global-button: 0.25rem;
}


/* .nie{
    background: url(https://awsepaper.esakal.com/NIE/images/nie-bg.png), linear-gradient(270deg, #02C9B8 0%, #9286FD 50.48%, #9BD2FF 100%);
    background-size: 300px auto, 100% 100%;
    background-repeat: repeat;
} */

.nie {
    /* position: relative; */
    background: linear-gradient(
        270deg,
        #02C9B8 0%,
        #9286FD 50.48%,
        #9BD2FF 100%
    );
    /* overflow: hidden; */
}

.nie::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://sakalnieepaper.esakal.com/smartepaper/ui/images/nie-bg.png);
    background-size: 300px auto;
    background-repeat: repeat;
    opacity: 0.3;   /* 👈 Control image opacity here */
    z-index: -1;
}
