.flatpickr-monthDropdown-months,
.numInputWrapper{
font-size:15px !important;
}


#offers_table_loader {
             position: relative;
			             top: 0;
						          

            left: 0;
            width: 100%;
            height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom:10px;
}

textarea:focus {
  border: 1px solid #1b84ff !important;
}




body {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  body.visible {
    opacity: 1;
  }
