/*!
 * @copyright (c) 2019.
 * @author            Alan Fuller (support@fullworks)
 * @licence           GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
 * @link                  https://fullworks.net
 *
 * This file is part of  a Fullworks plugin.
 *
 *   This plugin is free software: you can redistribute it and/or modify
 *     it under the terms of the GNU General Public License as published by
 *     the Free Software Foundation, either version 3 of the License, or
 *     (at your option) any later version.
 *
 *     This plugin is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 *
 *     You should have received a copy of the GNU General Public License
 *     along with  this plugin.  https://www.gnu.org/licenses/gpl-3.0.en.html
 */



.qem-spinner {
  background: url(../images/spinner.gif) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  visibility: hidden;
  float: right;
  vertical-align: middle;
  opacity: 0.7;
  width: 20px;
  height: 20px;
  margin: 4px 10px 0;
}

.qem-spinner.is-active {
  visibility: visible;
}

.hover\:qem-tw-bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:qem-tw-bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:qem-tw-text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:qem-tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:qem-tw-w-1\/3 {
    width: 33.333333%;
  }

  .sm\:qem-tw-w-2\/3 {
    width: 66.666667%;
  }

  .sm\:qem-tw-w-3\/4 {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .md\:qem-tw-w-1\/3 {
    width: 33.333333%;
  }

  .md\:qem-tw-w-2\/3 {
    width: 66.666667%;
  }

  .md\:qem-tw-w-\[320px\] {
    width: 320px;
  }

  .md\:qem-tw-flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .lg\:qem-tw-flex {
    display: flex;
  }

  .lg\:qem-tw-hidden {
    display: none;
  }

  .lg\:qem-tw-w-1\/3 {
    width: 33.333333%;
  }

  .lg\:qem-tw-w-2\/3 {
    width: 66.666667%;
  }

  .lg\:qem-tw-flex-col {
    flex-direction: column;
  }

  .lg\:qem-tw-items-center {
    align-items: center;
  }

  .lg\:qem-tw-justify-center {
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .xl\:qem-tw-w-1\/3 {
    width: 33.333333%;
  }

  .xl\:qem-tw-w-2\/3 {
    width: 66.666667%;
  }
}

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