/* Administrate: visible borders for selects and inputs */
.app-container select,
.app-container input[type="text"],
.app-container input[type="email"],
.app-container input[type="number"],
.app-container input[type="password"],
.app-container input[type="search"],
.app-container textarea {
  border: 1px solid #cbd5e1 !important;
  border-radius: 0.375rem;
}

.app-container select:focus,
.app-container input:focus,
.app-container textarea:focus {
  outline: none;
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 1px #6366f1;
}

/* Selectize (used by Administrate for some selects) */
.app-container .selectize-input {
  border: 1px solid #cbd5e1 !important;
  border-radius: 0.375rem;
}

.app-container .selectize-input.focus {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 1px #6366f1;
}
/*
 * 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.
 *


 */
