/**
 * 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
 */
.sticky-apply {
  width: 100%;
  padding: 1em 0;
  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;
  color: #fff;
  position: fixed;
  z-index: 9999;
  display: none;
  left: 0;
  bottom: 0; }
  .sticky-apply .container {
    max-width: 1400px; }
    @media (min-width: 768px) {
      .sticky-apply .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem; } }
    @media (max-width: 980px) {
      .sticky-apply .container .info {
        display: none; } }
    .sticky-apply .container .info .vacancy {
      display: block;
      font-weight: 700;
      color: #fff; }
    .sticky-apply .container .info .meta-info {
      margin-top: .5rem;
      display: flex;
      align-items: center;
      gap: .5rem; }
      .sticky-apply .container .info .meta-info .h5 {
        color: #fff; }
      .sticky-apply .container .info .meta-info span:not(.h5) {
        display: none; }
      .sticky-apply .container .info .meta-info .meta:not(:last-of-type):after {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        margin-left: .5rem;
        display: inline-block;
        position: relative;
        top: -4px; }
    .sticky-apply .container .buttons {
      display: flex;
      gap: 1em; }
      @media (max-width: 767px) {
        .sticky-apply .container .buttons {
          flex-wrap: wrap;
          justify-content: space-between; }
          .sticky-apply .container .buttons a.btn {
            flex: 1; } }
      .sticky-apply .container .buttons a.hollow {
        color: #fff;
        border-color: #fff;
        background-color: rgba(255, 255, 255, 0.1); }
        .sticky-apply .container .buttons a.hollow:hover {
          background-color: #1C3F85; }

/*# sourceMappingURL=sticky-apply.css.map */
