@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poly:ital@0;1&display=swap');

body {
  height: calc(100vh);
  margin: 0;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: none;
}

a {
  color: unset;
  text-decoration: none !important;
}

#root {
  height: 100%;
}

::-webkit-scrollbar {
  display: none;
}

/* Css for Pdf preview */
html {
  position: relative;
}

.brand_details img {
  max-width: 200px;
  max-height: 150px;
}

.footer_item {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

@media print {
  @page {
    size: A4; /* DIN A4 standard, Europe */
    margin: 0;
  }

  .header_item {
    padding-bottom: 10px;
  }

  .header_item h1 {
    font-size: 13px !important;
  }

  .footer_item {
    position: fixed;
    display: block;
    bottom: 0;
  }

  .footer_item h4 {
    font-size: 13px !important;
  }

  .generated-date {
    margin-right: 40px;
  }

  .grid_boxs {
    display: block;
    break-inside: avoid;
  }

  .long_boxs {
    display: block;
    break-inside: auto;
  }

  li {
    display: block;
    page-break-after: auto;
    break-inside: avoid;
  }

  .page_break {
    display: block;
    page-break-after: auto;
    /* page-break-before: auto; */
  }

  .print_container {
    display: block;
    break-inside: auto;
    page-break-after: auto;
  }

  html,
  body {
    background: #fff;
    height: initial !important;
    overflow: initial !important;
    -webkit-print-color-adjust: exact;
  }

  .brand_details img {
    max-width: 200px;
    max-height: 150px;
  }

  .brand_text_target {
    display: block;
    padding-top: 0.8cm;
    page-break-before: auto;
    page-break-after: auto;
    margin-bottom: 1.5rem;
  }

  .mode-btn {
    display: none !important;
  }

  .status {
    width: 50% !important;
  }

  .audience {
    text-align: right !important;
    width: 100% !important;
  }
}

.thumClass {
  border-radius: 3px;
  padding: 1px;
  width: 120px;
  height: 180px;
  padding-bottom: 15px;
}

* {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

img {
  max-width: 100%;
}

div {
  box-sizing: border-box;
}

.header-dark {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  padding: 10px 0 5px 0;
  justify-content: center;
}

.header-light {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 10px 0 5px 0;
  justify-content: center;
}

.status {
  text-align: left;
  width: 33%;
  text-transform: uppercase;
  padding-top: 1px;
}

.audience {
  text-align: right;
  width: 34%;
  padding-top: 1px;
  text-transform: uppercase;
}

.mode-btn {
  text-align: center;
  width: 33%;
}

.mode-btn button {
  width: auto;
  font-size: 0.7rem;
}

.header-dark h1 {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  display: inline-block;
}

.header-light h1 {
  color: rgba(0, 0, 0);
  font-weight: 400;
  display: inline-block;
}

.brand_details {
  padding: 10px 0;
  margin-bottom: 10px;
}

.brand_details-dark {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.brand_details-light {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.brand_details h1,
.brand_details h4 {
  padding-right: 10px;
}

.brand_details-dark h1,
.brand_details-dark h4 {
  border-right: 4px solid white;
}

.brand_details-light h1,
.brand_details-light h4 {
  border-right: 4px solid black;
}

.clear {
  clear: both;
}

.header_underline {
  padding: 5px;
  margin-bottom: 5px;
  width: 3%;
}

.header_underline-dark {
  border-bottom: 3px solid #fff;
}

.header_underline-light {
  border-bottom: 3px solid #000;
}

.brand_text {
  padding: 5px 0px 0px 0px;
}

.brand_text_target ul,
.brand_text ul {
  padding-left: 40px;
}

.brand_text_target ul li,
.brand_text ul li {
  /* font-size: medium; */
  top: 10px;
  font-weight: 400;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}

.brand_text_target ul li:before,
.brand_text ul li:before {
  position: absolute;
  top: 5px;
  left: -35px;
  content: '';
  width: 10px;
  height: 4px;
}

.brand_text h3 {
  font-size: 1.1rem;
  text-align: right;
  font-weight: 700;
  padding-right: 10px;
}

.brand_text p {
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
  padding-right: 10px;
}

.brand_text_target h3 {
  font-size: 1.5rem;
  text-align: left;
  padding-right: 10px;
}

.brand_text_target p {
  /* font-size: medium; */
  padding: 10px 0px 0px;
  text-align: left;
}

.brand_text_target pre {
  /* font-size: medium; */
  padding: 10px 0px 0px;
  text-align: left;
}

.brand_text_target-dark ul li,
.brand_text-dark ul li {
  color: #fff;
}

.brand_text_target-dark ul li:before,
.brand_text-dark ul li:before {
  background: #fff;
}

.brand_text-dark h3 {
  color: #ffffff;
  border-right: 4px solid #0652dd;
}

.brand_text-dark p {
  color: rgb(255, 255, 255);
  border-right: 4px solid #0652dd;
}

.brand_text_target-dark h3 {
  color: #ffffff;
}

.brand_text_target-dark p {
  color: rgb(255, 255, 255);
}

.brand_text_target-light ul li,
.brand_text-light ul li {
  color: #000;
}

.brand_text_target-light ul li:before,
.brand_text-light ul li:before {
  background: #000;
}

.brand_text-light h3 {
  color: #000000;
  border-right: 4px solid #0652dd;
}

.brand_text-light p {
  color: rgb(0, 0, 0);
  border-right: 4px solid #0652dd;
}

.brand_text_target-light h3 {
  color: #000000;
}

.brand_text_target-light p {
  color: rgb(0, 0, 0);
}

.brand_bottle {
  text-align: center;
}

.brand_bottle img {
  max-height: inherit;
}

.grid_boxs {
  height: 100%;
  border-radius: 10px;
  padding: 15px;
}

.grid_boxs-dark {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
}

.grid_boxs-light {
  border: 1px solid grey;
}

.long_boxs {
  height: 100%;
  border-radius: 10px;
  padding: 15px;
}

.long_boxs-dark {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
}

.long_boxs-light {
  border: 1px solid grey;
}

.occasion_description_content {
  padding-top: 20px;
}

.occasion_description_content ul li {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  /* font-size: medium; */
}

.occasion_description_content-dark ul li {
  color: #fff;
}

.occasion_description_content-light ul li {
  color: #000;
}

.brand_text_target {
  margin-bottom: 1.5rem;
}

.brand_text_target h3 {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 10px;
}

.brand_text_target-dark h3 {
  color: #ffffff;
}

.brand_text_target-light h3 {
  color: #000000;
}

.footer-heading {
  font-weight: 400;
}

.footer-heading-dark {
  color: grey;
}

.footer-heading-light {
  color: rgba(0, 0, 0);
}

@media screen and (max-width: 400px) {
  .brand_details img {
    max-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .endToEndGridItem {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .logoImgGrid {
    text-align: center;
  }

  .footer_item {
    position: relative !important;
  }
}

@media screen and (max-width: 350px) {
  .brand_details img {
    max-width: 120px;
  }
}

@media screen and (max-width: 500px) {
  .status {
    font-size: 0.7rem !important;
    margin-top: 4px;
  }

  .audience {
    font-size: 0.7rem !important;
    width: 30%;
    margin-top: 4px;
  }

  .mode-btn button {
    width: auto;
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 330px) {
  .mode-btn {
    padding: 4px !important;
    width: 38%;
  }

  .audience {
    width: 28%;
  }
}

@media screen and (max-width: 1024px) {
  .brand_details {
    padding: 10px 0px;
  }

  .brand_text {
    border-width: 1px;
  }
}

/* Css for Light and dark mode pdf */

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #05050c;
  color: #fff;
}

.title-light {
  background-color: #a5a5a5;
}

.table-header-light {
  background-color: #a5a5a5;
  color: white;
}

.table-cell {
  font-weight: bold;
  overflow-wrap: anywhere;
}

.table-cell-light {
  color: black;
}

.table-cell-even-light {
  background-color: #e1e1e1;
}

.table-cell-odd-light {
  background-color: #f0f0f0;
}