/*
 * 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.
 *


 */

/* React Select and Timezone Select Styling */
.react-select-container .react-select__control {
  border-color: #cbd5e1;
  border-radius: 0.5rem;
  min-height: 42px;
  box-shadow: none;
}

.react-select-container .react-select__control:hover {
  border-color: #6366f1;
}

.react-select-container .react-select__control--is-focused {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.react-select-container .react-select__placeholder {
  color: #94a3b8;
}

.timezone-select-wrapper .timezone-select__control {
  border-color: #cbd5e1;
  border-radius: 0.5rem;
  min-height: 42px;
  box-shadow: none;
}

.timezone-select-wrapper .timezone-select__control:hover {
  border-color: #6366f1;
}

.timezone-select-wrapper .timezone-select__control--is-focused {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.timezone-select-wrapper .timezone-select__placeholder {
  color: #94a3b8;
}
