/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS 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.
 *
 *= require_tree .
 *= require_self
*/

@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
/* @import "jsv2/dist/index.esm.css"; */
/* @import './jsv.css'; */

body {
    margin-top: 4rem;
}


code {
  display: block;
  white-space: pre-wrap   
}

 
.filepond--file-action-button {
    cursor: pointer;
}

#file-selector {
    box-shadow: inset 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
}

.filepond--panel-root {
    background-color: transparent;
    border: 1px dashed #2c3340;
}

.hover-text-primary:hover {
    color: #1707ff;
    transition: color 0.8s;
    /* text-decoration: underline;
    text-decoration-thickness: 0.2em; */
    text-rendering: geometricPrecision;
}

.hover-card {
    &:hover {
        box-shadow: 0 0.5rem 1rem rgba(#000, .15);
        background-color: #fff3cd; /* Change background color on hover */
        transition: box-shadow 0.3s, background-color 0.3s; /* Smooth transition */
    }
}

body::after {
  content: '';
  display: block;
  height: 50px;
  /* Set same as footer's height */
}