/**
 * 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
 */
.social-sharing-wrapper {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 0 100px 5px rgba(0, 0, 0, 0.15);
  display: none;
  min-width: 300px;
  top: 5rem;
  right: 0; }
  @media (min-width: 981px) {
    .social-sharing-wrapper {
      top: 0;
      min-width: 400px; } }
  .social-sharing-wrapper .share-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .social-sharing-wrapper .share-header .title {
      color: #1C3F85; }
    .social-sharing-wrapper .share-header .close-header-share {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: none;
      border: 0;
      padding: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #40c7e9; }
  .social-sharing-wrapper .share-options {
    margin-top: 1rem;
    display: flex;
    gap: .5rem; }
    .social-sharing-wrapper .share-options a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background-color: #1C3F85;
      border-radius: 8px;
      text-decoration: none;
      transition: background-color .3s ease-in-out; }
      .social-sharing-wrapper .share-options a.button-whatsapp {
        background-color: #25D366; }
      .social-sharing-wrapper .share-options a.button-linkedin {
        background-color: #0077B5; }
      .social-sharing-wrapper .share-options a.button-facebook {
        background-color: #3B5998; }
      .social-sharing-wrapper .share-options a.button-twitter {
        background-color: #000; }
      .social-sharing-wrapper .share-options a:hover {
        background-color: #40c7e9; }
  .social-sharing-wrapper.show-wrapper {
    display: block; }

/*# sourceMappingURL=sharing.css.map */
