@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

.disable-scrollbars::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
    
.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

details > summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display:none;
}

.aside-button {
  @apply inline-flex relative hover:bg-slate-900/5 px-4 w-full py-3 text-base font-medium rounded-full gap-2
}
.input {
  @apply focus:bg-white focus:placeholder:text-black/20 placeholder:text-white/40 block text-xl border-slate-300 focus:text-black w-full rounded-xl focus:border-teal-400 placeholder:text-black/20 p-4 focus:ring-4 focus:ring-teal-100
}

.title {
  @apply font-bold capitalize md:leading-none mb-2 text-4xl md:text-5xl
}

.headline-img {
  @apply w-24 h-24 sm:w-32 sm:h-32 md:w-40 md:h-40 ml-auto
}

.primary-button {
  @apply inline-block bg-white hover:bg-white/80 transition duration-200 rounded-full px-12 py-3.5 md:py-5 font-bold text-center text-xl md:text-2xl
}

[x-cloak] {
  display: none !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS 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/SCSS
 * 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.
 *


 */

 .flickr_pagination {
  margin-top: 12px;
  text-align: center;
  padding: 0.3em;
  cursor: default; }
  .flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
    padding: 0.2em 0.5em; 
    border-radius: 0.5rem;

  }
  .flickr_pagination .disabled {
    border: 1px solid #dddddd;
    color: #c4c4c4; }
  .flickr_pagination .current {
    font-style: normal;
    font-weight: bold;
    /* color: #4f45e4;  */
  }
  .flickr_pagination a {
    border: 1px solid #dddddd;
    /* color: #4f45e4; */
    text-decoration: none; 
  }
  .flickr_pagination a:hover, .flickr_pagination a:focus {
    border-color: #000000;
    background: #4f4f5e4;
    color: white; }
  .flickr_pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .flickr_pagination .previous_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .previous_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}
