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

/*

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

*/
@import url("https://fonts.googleapis.com/css?family=Quicksand|Rubik");
/* line 3, app/assets/stylesheets/styles.scss */
body {
  width: 100%;
}

/* line 6, app/assets/stylesheets/styles.scss */
* {
  -webkit-box-sizing: border-box;
}

/* line 10, app/assets/stylesheets/styles.scss */
.proforma {
  font-family: "Quicksand|Rubik", sans-serif;
}

/* line 13, app/assets/stylesheets/styles.scss */
.proforma .info-box {
  float: left;
  width: 80%;
}

/* line 18, app/assets/stylesheets/styles.scss */
.proforma .logo-area {
  float: right;
  width: 20%;
}

/* line 27, app/assets/stylesheets/styles.scss */
.proforma table {
  width: 100%;
}

/* line 31, app/assets/stylesheets/styles.scss */
.proforma table td {
  padding: 10px;
}

/* line 35, app/assets/stylesheets/styles.scss */
.proforma table th {
  padding: 10px;
}

/* line 39, app/assets/stylesheets/styles.scss */
.proforma table tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 43, app/assets/stylesheets/styles.scss */
.proforma .float-right {
  float: right;
}

/* line 47, app/assets/stylesheets/styles.scss */
.proforma .float-left {
  float: left;
}

/* line 51, app/assets/stylesheets/styles.scss */
.proforma .tr {
  text-align: right;
}

/* line 56, app/assets/stylesheets/styles.scss */
.proforma .tl {
  text-align: left;
}

/* line 60, app/assets/stylesheets/styles.scss */
.proforma .tc {
  text-align: center;
}

/* line 64, app/assets/stylesheets/styles.scss */
.proforma ul {
  list-style-type: none;
  margin: 0;
  paddding: 0;
}

/* line 70, app/assets/stylesheets/styles.scss */
.proforma ul li {
  list-style-type: none;
  margin: 0;
  paddding: 0;
}

/* line 76, app/assets/stylesheets/styles.scss */
.proforma .flexrow {
  display: -webkit-box;
  /* wkhtmltopdf uses this one */
  display: -webkit-flex;
  display: flex;
}

/* line 82, app/assets/stylesheets/styles.scss */
.proforma .flex-item {
  width: 48%;
  margin: 5px;
  font-size: 15px;
}

/* line 88, app/assets/stylesheets/styles.scss */
.proforma .fs-12 {
  font-size: 12px;
}

/* line 92, app/assets/stylesheets/styles.scss */
.proforma .fs-12a {
  font-size: 13px;
}

/* line 96, app/assets/stylesheets/styles.scss */
.proforma .top-bg {
  background-color: #e8ebfa;
}

/* line 100, app/assets/stylesheets/styles.scss */
.proforma table.invoice tr {
  background-color: #fff;
}

/* line 104, app/assets/stylesheets/styles.scss */
.proforma table.invoice th {
  background-color: #e8ebfa;
}

/* line 108, app/assets/stylesheets/styles.scss */
.proforma .red {
  color: red;
}

/* line 113, app/assets/stylesheets/styles.scss */
.proforma .green {
  color: green;
}
/*
 * 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.
 *


 */

[x-cloak] {
  display: none !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default;
}
.flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
  padding: 0.5em 0.75em;
  border-radius: .25rem;
}
.flickr_pagination .disabled {
  color: #aaaaaa;
}
.flickr_pagination .current {
  font-style: normal;
  font-weight: bold;
  color: rgba(219, 39, 119, 1);
}
.flickr_pagination a {
  border: 1px solid #dddddd;
  color: rgba(29, 78, 216, 1);
  text-decoration: none;
}

.flickr_pagination a:hover, .flickr_pagination a:focus {
  border-color: #003366;
  background: rgba(96,165,250,1);
  color: white;
}

.flickr_pagination .page_info {
  color: #aaaaaa;
  padding-top: 0.8em;
}

.flickr_pagination .previous_page, .flickr_pagination .next_page {
  border-width: 1px;
}

.flickr_pagination .previous_page {
  margin-right: 1em;
}

.flickr_pagination .next_page {
  margin-left: 1em;
}

.flickr_pagination .pagination {
  line-height: 40px;
}

.ql-toolbar.ql-snow {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
