/*
 * 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.
 *
 *= require_tree .
 *= require_self
*/

body {
  font-size: 18px;
  line-height: 1.6;
}

label {
  font-weight: 800;
}

.copied:after {
  content: url("/assets/check-ade82bca.svg");
  position: absolute;
  top: 0px;
  left: 6px;
}

.form-control[readonly] {
  background-color: #FFF !important;
}

.form-switch.form-switch-md {
  padding-left: 4.5em;
  height: 2.5em;
}

.form-switch.form-switch-md .form-check-input {
  margin-left: -4.5em;
  height: 2em;
  width: 4em;
}

.form-text {
  font-size: 14px;
}

.has-error input, .has-error textarea, .has-error select {
  border-color: #dc3545 !important;
  border-width: 2px;
}

input::-webkit-datetime-edit {
  line-height: 1;
  padding: 0;
  margin-bottom: -2px;
}

.target-blank:after {
  content: url("/assets/box-arrow-in-up-right-af5904a5.svg");
}

.border-thick-yellow {
  background: linear-gradient(transparent 80%, #F8E71C 0%);
}

.text-gradient {
  display: inline-block;
  background: -webkit-linear-gradient(10deg, #FF4088, #0594CB, #33BA91, #EBB951);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: black;
}
.rounded-20 {
  border-radius: 20px;
}
.btn-dark:hover {
  background: #FCFCFC;
  color: #333;
}
.btn-white {
  background: #FFF;
}
.setting-detail {
  padding-left: 10px;
  border-left: 3px solid #EEE;
}
.fs-7 {
  font-size: 0.9rem;
}
.fs-8 {
  font-size: 0.8rem;
}
.fs-9 {
  font-size: 0.7rem;
}
