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

.custom-underline::after {
  right: 1.875rem;
  left: -2.5rem;
  top: 4rem;
  bottom: -4rem;
  position: absolute;
  content: "";
  background-color: #6562f0;
  z-index: -1;
  height: 128px;
}

.custom-underline.left-aligned::after {
  right: 1.875rem;
  left: -2.5rem;
  top: 4.2rem;
  bottom: -4.2rem;
  position: absolute;
  content: "";
  background-color: #6562f0;
  z-index: -1;
  height: 72px;
}

.mobile.custom-underline.left-aligned::after {
  right: 1.875rem;
  left: -0.8rem;
  top: 2.2rem;
  bottom: -2.2rem;
  position: absolute;
  content: "";
  background-color: #6562f0;
  z-index: -1;
  height: 48px;
}

.custom-underline.small::after {
  width: 125%;
}

.custom-underline.medium::after {
  width: 96%;
}

.custom-underline.large::after {
  width: 125%;
}

.blockquote::before {
  content: "“";
  left: 0px;
  top: -0.8125rem;
  font-size: 10rem;
  line-height: 1;
  color: #6562f0;
  @apply font-oswald absolute;
}

code {
  counter-reset: step;
  counter-increment: step 0;
}

code .line::before {
  content: counter(step);
  counter-increment: step;
  width: 1rem;
  margin-right: 0.75rem;
  display: inline-block;
  text-align: right;
  color: rgba(115, 138, 148, 0.4);
}

input[type="range"]::-webkit-slider-thumb {
  border: 5px solid white;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #6562f0;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
}

input[type="range"]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
}

@media (max-width: 767px){
  html {overflow-x: hidden;}
}
/*
 * 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.
 *


 */
