.fundraiser-description-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 56px;
}

.fundraiser-description-container span {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  word-wrap: break-word;
}
.input-currency {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.push-notification.alert {
  background-color: #FDF7EB;
  color: #E29936;
  border-color: #E29936;
}

.push-notification.error {
  background-color: #F9EEEA;
  color: #DA593A;
  border-color: #DA593A;
}

.push-notification.notice {
  background-color: #E8EFF9;
  color: #2D6ADD;
  border-color: #2D6ADD;
}

.push-notification.success {
  background-color: #ECF7EF;
  color: #65BA6B;
  border-color: #65BA6B;
}
/* Disables the link option of the tooltip */
.no-tools .trix-button.trix-button--icon.trix-button--icon-link { display: none; }

/* Disables the title option of the tooltip */
.no-tools .trix-button.trix-button--icon.trix-button--icon-heading-1 { display: none !important; }

/* Disables the quote option of the tooltip */
.no-tools .trix-button.trix-button--icon.trix-button--icon-quote { display: none }

/* Disables the quote option of the tooltip */
.no-tools .trix-button.trix-button--icon.trix-button--icon-code { display: none }

/* Disables the bullet list option of the tooltip */
.no-tools .trix-button.trix-button--icon.trix-button--icon-bullet-list { display: none }

/* Disables the number list option of the tooltip */
.no-tools .trix-button.trix-button--icon.trix-button--icon-number-list { display: none }

/* Disables the nesting option of the tooltip */
.no-tools .trix-button.trix-button--icon.trix-button--icon-decrease-nesting-level,
.no-tools .trix-button.trix-button--icon.trix-button--icon-increase-nesting-level { display: none }

/* Disables the attatchment option of the tooltip */
.no-attachments .trix-button-group.trix-button-group--file-tools,
.no-attachments .trix-button.trix-button--icon.trix-button--icon-attach { display: none }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
:root { --footer-height: 56px; --nav-height: 56px; }

/* Sortable.js drag and drop styles */
.sortable-ghost {
  opacity: 0.5;
}

.sortable-chosen {
  border: 2px solid #3b82f6;
  border-radius: 0.5rem;
}

.sortable-drag {
  opacity: 0.8;
  transform: rotate(5deg);
}

html {
  height: auto;
  font-family: 'Inter' !important;
}
body {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
.app-container { min-height: calc(99vh - var(--footer-height) - var(--nav-height)); }
.footer { height: var(--footer-height); max-height: var(--footer-height); }
.height2 { height: calc(100vh - var(--footer-height) - var(--nav-height) - 96px); }
.width2  { width: calc(100% - 256px); }

.tultip {
  position: relative;
  display: inline-block;
}

.tultip .tultiptext {
  visibility: hidden;
    width: 400px;
    height: fit-content;
    overflow-wrap: break-word;
    background-color: #0077FF;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: -5rem;
    padding: 1rem;
    position: absolute;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tultip .tultiptext::after {
    position: absolute;
    border-width: 5px;
    border-style: solid;
}

.tultip:hover .tultiptext {
    visibility: visible;
}


.custom-file-upload input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.custom-file-upload {
  position: relative;
  display: flex;
}

.custom-file-upload:before {
  border-radius: 0.375rem;
  content: 'Select File';
  display: flex;
  background: #fff;
  color: #1f2937;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-width: 1px;
  box-shadow: inset 0 0 0 var(--tw-ring-width) var(--tw-ring-color);
  --tw-ring-color: rgba(156, 163, 175, 0.5);
}

.custom-file-upload:hover:before {
  background-color: #f9fafb;
}

.image-in-table {
  height: 40px;
  min-width: 40px;
  background-position: center;
  object-fit: cover;
  border-radius: 100% !important;
}

.image-in-table-lg {
  height: 55px;
  width: 55px;
  background-position: center;
  object-fit: cover;
  border-radius: 100% !important;
}

.image-in-table-mobile {
  height: 40px;
  min-width: 40px;
  background-position: center;
  object-fit: cover;
}

.iti.iti--allow-dropdown {
  width: 100%;
}


.ffield {
  width: 100%;
  border-color:rgba(156, 163, 175, 0.5)
}

.ffield-date {
  --tw-text-opacity: 1;
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219/var(--tw-ring-opacity));
  border-radius: 0.375rem;
  border-width: 0;
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
  -webkit-text-fill-color: rgb(17 24 39);
  -webkit-opacity: 1;
  width: 100%;
  font-size: 0.875rem;
  line-height: 20px;
  vertical-align: middle;
}

.filters-container {
  width: 315px;
  @media (max-width: 639px) {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100vh;
    border-radius: 0.375rem;
    width: 100% !important;
  }
}


.share-container {
  width: 550px;
  @media (max-width: 639px) {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: rgba(55, 65, 81, 0.75);
    height: 100vh;
    border-radius: 0.375rem;
    width: 100% !important;
  }
}

.only-mobile {
  display: flex;
}

@media (min-width: 640px) {
  .only-mobile {
    display: none;
  }
}

.only-mobile-reverse {
  display: flex;
}

.only-mobile-reverse-block {
  display: block;
}

@media (max-width: 638px) {
  .only-mobile-reverse {
    display: none;
  }
  .only-mobile-reverse-block {
    display: none;
  }

}

  @keyframes fadeInUp {
      from {
          opacity: 0;
      }

      to {
          opacity: 1;
      }
  }

  @-webkit-keyframes fadeInUp {
      from {
          opacity: 0;
      }

      to {
          opacity: 1;
      }
  }


  .animated {
      animation-duration: 200ms;
      animation-fill-mode: both;
      -webkit-animation-duration: 200ms;
      -webkit-animation-fill-mode: both
  }

  .animatedFadeInUp {
      opacity: 0
  }

  .fadeInUp {
      opacity: 0;
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
  }

  @keyframes fadeOutDown {
      from {
          transform: translate3d(0, 0, 0);
          opacity: 1;
      }

      to {
          transform: translate3d(0, 400px, 0);
          opacity: 0;
      }
  }

  @-webkit-keyframes fadeOutDown {
      from {
          transform: translate3d(0, 0, 0);
          opacity: 1;
      }

      to {
          transform: translate3d(0, 400px, 0);
          opacity: 0;
      }
  }

  .animatedFadeOutDown {
      animation-name: fadeOutDown;
      -webkit-animation-name: fadeOutDown;
  }

  .fadeOutDown {
      animation-name: fadeOutDown;
      -webkit-animation-name: fadeOutDown;
  }


@media (max-width: 638px) {
  .only-mobile-reverse {
    display: none;
  }
}

@media (max-width: 638px) {
  @keyframes fadeInUp {
      from {
          transform: translate3d(0,400px,0)
      }

      to {
          transform: translate3d(0,0,0);
          opacity: 1
      }
  }

  @-webkit-keyframes fadeInUp {
      from {
          transform: translate3d(0,400px,0)
      }

      to {
          transform: translate3d(0,0,0);
          opacity: 1
      }
  }


  .animated {
      animation-duration: 200ms;
      animation-fill-mode: both;
      -webkit-animation-duration: 200ms;
      -webkit-animation-fill-mode: both
  }

  .animatedFadeInUp {
      opacity: 0
  }

  .fadeInUp {
      opacity: 0;
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
  }

  @keyframes fadeOutDown {
      from {
          transform: translate3d(0, 0, 0);
          opacity: 1;
      }

      to {
          transform: translate3d(0, 400px, 0);
          opacity: 0;
      }
  }

  @-webkit-keyframes fadeOutDown {
      from {
          transform: translate3d(0, 0, 0);
          opacity: 1;
      }

      to {
          transform: translate3d(0, 400px, 0);
          opacity: 0;
      }
  }

  .animatedFadeOutDown {
      animation-name: fadeOutDown;
      -webkit-animation-name: fadeOutDown;
  }

  .fadeOutDown {
      animation-name: fadeOutDown;
      -webkit-animation-name: fadeOutDown;
  }
}

#loader {
  width: 120px;
  height: 120px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* PAGINATION */

.pagy {
  display: flex;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #6b7280;
}
.pagy > :not([hidden]) ~ :not([hidden]) {
  --space-reverse: 0;
  margin-right: calc(0.25rem * var(--space-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-reverse)));
}
.pagy a:not(.gap) {
  display: block;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  padding: 0.25rem 0.75rem;
  color: inherit;
}
.pagy a:not(.gap):hover {
  background-color: #d1d5db;
}
.pagy a:not(.gap):not([href]) { /* disabled links */
  cursor: default;
  background-color: #f3f4f6;
  color: #d1d5db;
}
.pagy a:not(.gap).current {
  background-color: #9ca3af;
  color: white;
}
.pagy label {
  white-space: nowrap;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  padding: 0.125rem 0.75rem;
}
.pagy label input {
  line-height: 1.5rem;
  border-radius: 0.375rem;
  border-style: none;
  background-color: #f3f4f6;
}
/* PAGINATION END */
