/**
 * 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
 */
.section-search {
  margin-top: 0; }
  .section-search h1, .section-search h2, .section-search h3 {
    margin-top: 0; }
  @media (max-width: 980px) {
    .section-search .container {
      padding-left: 0;
      padding-right: 0; } }
  .section-search .container .search-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1em; }
    .section-search .container .search-bar form.search-form {
      margin-top: 2em;
      display: flex;
      flex-wrap: wrap;
      height: 50px; }
      @media (min-width: 981px) {
        .section-search .container .search-bar form.search-form {
          height: 80px;
          max-width: 500px; } }
      .section-search .container .search-bar form.search-form #search-header-input {
        flex-grow: 1;
        padding: 0 1em;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "JetBrains Mono", Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: var(--dark-blue);
        border: none; }
        @media (min-width: 981px) {
          .section-search .container .search-bar form.search-form #search-header-input {
            font-size: 16px; } }
      .section-search .container .search-bar form.search-form button {
        background-color: var(--green);
        border: none;
        font-size: 20px;
        flex-basis: 50px;
        transition: background-color .3s ease-in-out; }
        @media (min-width: 981px) {
          .section-search .container .search-bar form.search-form button {
            flex-basis: 80px;
            font-size: 30px; } }
        .section-search .container .search-bar form.search-form button:hover {
          cursor: pointer;
          background-color: #66ffc6; }
        .section-search .container .search-bar form.search-form button .icon-search {
          margin: auto;
          color: var(--dark-blue); }
    .section-search .container .search-bar form.search-form {
      flex-basis: 100%;
      max-width: 100%;
      margin: 0; }
      @media (min-width: 981px) {
        .section-search .container .search-bar form.search-form {
          flex: 2; } }
    .section-search .container .search-bar .btn {
      height: 50px;
      width: 100%; }
      @media (min-width: 981px) {
        .section-search .container .search-bar .btn {
          height: 80px;
          flex: 1.15; } }

/*# sourceMappingURL=vacancy-search.css.map */
