@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('../fonts/helvetica-neue-5/HelveticaNeueMedium.otf');
  }
  @font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('../fonts/helvetica-neue-5/HelveticaNeue-Thin.otf');
  }
  @font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/helvetica-neue-5/HelveticaNeueBold.otf');
  }
  @font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/helvetica-neue-5/HelveticaNeueLight.otf');
  }
  @font-face {
    font-family: 'Helvetica LT std 55';
    src: url('../fonts/helvetica-neue-5/HelveticaNeue LT 55 Roman Regular.ttf');
  }
  @font-face {
    font-family: 'Helvetica lt 45';
    src: url('../fonts/helvetica-neue-5/helvetica-lt-45-light.ttf');
  }
  *{
    font-family: 'Helvetica Neue Regular';
  }

  /* font size */
  .fs-38{
    font-size: 38pt;
  }
  .fs-35{
    font-size: 35pt;
  }
  .fs-11{
    font-size: 11pt;
  }
  .fs-12{
    font-size: 12pt;
  }
  .fs-14{
    font-size: 18pt;
  }
  .fs-24 {
    font-size: 28pt;
  }
  .fs-70{
   font-size: 70pt;
   }

  /* font style */
  .thin-font{
    font-family: 'Helvetica Neue Thin';
  }
  .bold-font{
    font-family: 'Helvetica Neue Bold';
  }
  .metric-font{
    font-family: 'Helvetica lt 45';
  }
  .txt_ad-writer{
    font-family: 'Helvetica LT std 55';
  }
  .mt-n2-2{
    margin-bottom: -2rem;
  }

  /* image */
  .image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .image-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .form-control:focus, .btn:focus , .accordion-button:focus {
    box-shadow: none;
    border-color: #8e9092;
  }
  .logo-color{
    color: #53565a;
  }
  .text-color {
    color: #8e9092;
  }
  .custom-dropdown {
    position: relative;
}

.notes span{
    font-family: 'Helvetica Neue Light';
    letter-spacing: -0.1pt;
}

.selected-option {
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.options-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.options-list li {
    padding: 10px;
    cursor: pointer;
}

.options-list li:hover {
    background-color: #f0f0f0;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* tooltip style */

.tooltip-overview {
  position: relative;
  display: inline-block;
}

.tooltip-overview .tooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: #555;
  color: #ede9e9;
  text-align: center;
  border-radius: 6px;
  padding: 1rem 1.5rem 1rem 0.7rem;
  position: absolute;
  z-index: 1;
  /* bottom: 0%; */
  top: 5%;
  left: 50%;
  margin-left: -18rem;
  margin-top: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 10pt;
  font-weight: 100;
  line-height: 20px;
}

/* .tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
} */

.tooltip-overview:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* alert css */
.container {
  position: relative;
}

.alert {
    position: absolute;
    top: 2.2rem;
    width: auto; /* Adjust width based on content */
    max-width: 30%;
    word-break: break-all;
}

.dropdown-toggle::after {
  border-top: 0;
}

.form-select:focus {
    border-color: #c3c4c5;
    box-shadow: none;
}

hr{
  background-color: black !important;
  opacity: 0.50 !important;
 }

.form-select{
  color:#9d9fa0;
  font-family: 'Helvetica LT std 55';
}

.common-pb-5{
  padding-bottom: 5rem;
}

.pt-table {
  padding-top: 2rem;
}

.writerBtn:hover {
  background-color: green;
  color: white;
}

.button-clicked {
   background-color: green !important;
   color: white;
}

.errorlist.nonfield {
  color: #f65c78;
  list-style: none;
  font-family: 'Helvetica LT std 55';
}

.errorlist{
    color: #f65c78;
    font-size: 15px;
    margin-top: 0.5px;
    font-family: 'Helvetica LT std 55';
}

.error {
    color: #f65c78 !important;
    font-size: 15px;
    display: block;
    white-space: wrap !important;
    font-family: 'Helvetica LT std 55';
}

.tooltip {
  position: relative;
  display: inline-block;

}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: black;
  /* color: #fff; */
  text-align: center;
  border-radius: 0;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 110%;
  font-family: 'Helvetica LT std 55';
  font-weight:500;
  line-height: 20px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 99%;
  width: 20px;
  margin-top: -5px;
  border-width: 16px;
  border-style: solid;
  border-top: 1px solid black;
  border-color: transparent transparent transparent black;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.lighter-font {
  font-family: 'Helvetica Neue Regular';
  font-weight: 100 !important;
}

.write {
  font-family: 'Helvetica LT std 55';
  font-weight: 100 !important;
}

.slight-lighter-font,
 .slight-lighter-font div{
  font-family: 'Helvetica Neue Light';
}

.view-text{
    color: #8e9092;
    text-decoration: none;
}
.view-text:hover{
    color: #8e9092;
}

.writerBtn{
    font-family: 'Helvetica LT std 55';
    color: #878b8f;
}

.base-color{
    color: #878b8f;
}

.percentage{
min-height: 4.3rem;
}

.pt-8{
    padding-bottom:8px
}

.pt-16{
    padding-top:10px !important;
    padding-bottom:27px !important
}

.table-th{
    padding-bottom: 27px !important;
    padding-top: 10px !important;
}

.valid-message{
    color: green;
    font-size: 15px;
    display: block;
    white-space: wrap !important;
    font-family: 'Helvetica LT std 55';
}