/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#job-alert-form {
  padding: 1.5rem;
  color: #fff;
  background: linear-gradient(252deg, #184182, #4a9dc4, #23407d, #4088a7);
  background-size: 240% 240%;
  -webkit-animation: gradient-animation 30s ease infinite;
          animation: gradient-animation 30s ease infinite;
  border-radius: 16px;
  overflow: hidden; }
  #job-alert-form h2, #job-alert-form a, #job-alert-form .h4 {
    color: #fff !important; }
  #job-alert-form h2 {
    margin: .5rem 0; }
  #job-alert-form .inner-form {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    @media (min-width: 768px) {
      #job-alert-form .inner-form {
        display: grid;
        grid-template-columns: 1fr; } }
    #job-alert-form .inner-form input[type="email"] {
      display: block;
      height: 50px;
      line-height: 50px;
      border-radius: 50px;
      width: 100%;
      border: 0;
      padding: 0 12px; }
    #job-alert-form .inner-form .select2-container--default .select2-selection--multiple {
      min-height: 50px;
      border: 0;
      padding: 10px 12px 6px 10px;
      border-radius: 50px; }
      #job-alert-form .inner-form .select2-container--default .select2-selection--multiple ul {
        padding: 0; }
    #job-alert-form .inner-form .select2-selection__rendered {
      color: #162321; }
    #job-alert-form .inner-form p {
      margin: 0; }

@media (min-width: 981px) {
  .inline-alert #job-alert-form .inner-form {
    flex-direction: row;
    grid-template-columns: 1fr 1fr; }
    .inline-alert #job-alert-form .inner-form label, .inline-alert #job-alert-form .inner-form .button {
      grid-column: 1 / -1; } }

@media (max-width: 767px) {
  .select2-dropdown, .select2 {
    max-width: 295px !important; } }

/*# sourceMappingURL=job-alert-form.css.map */
