/* custom_styles.css */

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    /* Remove default background */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M7 10l5 5 5-5z"/></svg>');
    /* Default arrow icon */
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 1.5em;
    /* Adjust the padding to make space for the icon */
}

.custom-select::-ms-expand {
    display: none;
    /* Hide the default arrow icon for IE/Edge */
}

.custom-select:focus {
    outline: none;
    /* Remove focus outline */
}

.custom-select:after {
    content: none;
    /* Hide the default arrow icon after the select box */
}

.custom-select::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
    /* Make the scrollbar background transparent */
}

.custom-select::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    /* Semi-transparent scrollbar thumb */
}

.custom-select::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    /* Darker scrollbar thumb on hover */
}

.custom-select::-webkit-scrollbar-track {
    background-color: transparent;
    /* Make the scrollbar track transparent */
}

.custom-select::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, 0.1);
    /* Semi-transparent scrollbar track on hover */
}
/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 10, app/assets/stylesheets/scaffolds.scss */
p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 25, app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 35, app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 39, app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 49, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 53, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 59, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 66, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}

/* line 76, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 82, app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS 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/SCSS
 * 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.
 *



 */

nav.navbar.navbar-expand-lg.navbar-dark.bg-freshtogo {
  background: #040404;
}
.job-container {
  min-height: calc(100vh - 98px);
}
.card.job-results-listing {
  padding: 10px;
}
div#navbarToggler .nav-btn {
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
body {
  margin: 0px;
  overflow-x: hidden;
}
p.nav-text {
  color: #fff;
  display: contents;
  overflow-y: hidden;
}
.navbar-dark .navbar-brand img {
  width: 100%;
}

.navbar-dark .navbar-brand {
  color: #fff;
  width: 31px;
}
.nav-link a:hover {
  background: #f99500;
}
.navbar {
  padding: 0px 10px;
  background: #4e5d6c !important;
}
.nav-link {
  display: block;
  padding: 1rem 1rem;
}
.nav-link:hover {
  background: #f99500;
}
.navbar-dark .navbar-brand {
  color: #fff;
  width: 45px;
  margin: 0 15px;
  padding: 4px;
}
.navbar-dark .navbar-brand:hover {
  background-color: transparent;
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  font-size: 1.25em;
}
.navbar-nav .nav-item {
  line-height: 25px;
}
.footer {
  color: #ccc;
}

.copyright {
  color: #aaa;
  background-color: #1e2b38;
}
.copyright {
  padding: 13px 0 10px;
  font-size: 1em;
  text-align: center;
}
.container.mb-4.pb-4.hv-70 {
  min-height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100%;
}
.landing-main {
  min-height: calc(100vh - 41px);
  background-image: url("/assets/dealership_blurred_dark.jpg");
  background-size: 100% 100%;
  padding-top: 7%;
}
.landing-page-image img {
  width: 100%;
  transform: scale(1.2);
}
.main-image img {
  width: 100%;
}
.landing-content p.title {
  font-size: 2.4em;
  color: #fff;
  line-height: 37px;
  font-family: system-ui;
  letter-spacing: 1px;
}
.landing-right {
  padding-top: 0;
  margin-left: 18px;
  margin-top: -25px;
  position: relative;
  min-height: 445px;
}
.landing-content {
  text-align: center;
}

a.landing-login-btn {
  padding: 2.4% 5% 2.8%;
  font-size: 1.2em;
  border-radius: 100px;
  border: 2px solid #f99500;
  background-color: rgba(243, 156, 18, 0.15);
  color: #fff;
  display: inline-block;
  margin-top: 43px;
  float: right;
  margin: 0 34% 0%;
}
a.landing-login-btn:hover {
  border: 2px solid #f99500;
  background-color: #f99500;
  text-decoration: none;
}
.navbar-dark .navbar-brand img {
  width: 100%;
}

.navbar-dark .navbar-brand {
  color: #fff;
  width: 31px;
}
.nav-link a:hover {
  background: #f99500;
}
.navbar {
  padding: 0px 10px;
  background: #4e5d6c !important;
}
.nav-link {
  display: block;
  padding: 1rem 1rem;
}
.nav-link:hover {
  background: #f99500;
}
.navbar-dark .navbar-brand {
  color: #fff;
  width: 45px;
  margin: 0 15px;
  padding: 4px;
}
.navbar-dark .navbar-brand:hover {
  background-color: transparent;
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  font-size: 1.25em;
}
.navbar-nav .nav-item {
  line-height: 25px;
}
.hv-100 {
  min-height: 94vh;
}
body {
  background-color: #253646;
  overflow-x: hidden;
}
.login-div {
  border: 1px solid #f7941d;
  padding: 4px 10px 25px 10px;
  width: 50%;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 25%;
}
.login-div label {
  color: #fff;
  font-weight: 600;
}
.card {
  color: #fff;
  padding-bottom: 10px;
}
.landing-login-btn {
  padding: 2.4% 5% 2.8%;
  font-size: 1.2em;
  border-radius: 100px;
  border: 2px solid #f99500;
  background-color: rgba(243, 156, 18, 0.15);
  color: #fff;
  display: inline-block;
  margin-top: 43px;
  float: right;
  margin: 0 40% 0%;
}
.landing-login-btn:hover {
  border: 2px solid #f99500;
  background-color: #f99500;
  text-decoration: none;
}
.card h2 {
  color: #000;
}
.main-image {
  width: 50%;
  margin: auto;
  top: 0;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  width: 170px;
  margin-top: 0px;
}
.navbar-light .navbar-brand:hover {
  background: transparent;
}
.navbar-light .navbar-brand img {
  width: 100%;
}
.nav-link {
  color: #fff !important;
}
.results-listing {
  min-height: 100vh;
}

button.btn.btn-primary.run-job img {
  width: 28px;
  padding-left: 2px;
}
.loader {
  display: none;
}

button.btn.btn-primary.run-job {
  width: 118px;
  text-align: center;
  height: 47px;
}
.date-filter,
.job-filter,
.run-type-filter,
.status-filter {
  position: absolute;
  right: 33%;
  top: 53px;
  z-index: 99999;
}
.job-filter {
  right: 2%;
}
.date-filter.logs {
  right: 2%;
}
.run-type-filter {
  right: 18%;
}
.status-filter {
    right: 51%;
}
.date-filter input,
.job-filter input,
.run-type-filter select,
.status-filter select {
  height: 30px;
}
.date-filter .form-control,
.job-filter .form-control,
.run-type-filter .form-control,
.status-filter .form-control {
  border: 1px solid #aaa !important;
  width: 111px;
}
.content-main {
  margin-top: 50px;
  margin-bottom: 50px;
}
#dataTable {
  color: #000;
  width: 100%;
}
.col-5-5 {
  display: inline-block;
  color: #000;
}

.profile.container{
    min-height: calc(100vh - 98px);
    margin-top: 40px;
}

.profile.container label {
    margin-bottom: .5rem;
    color: #000;
    font-weight: 600;
}

.profile.container h3 {
    color: #000;
    margin: 10px auto;
}
.confirm-pass{
    display: none;
}
.profile-save{
    float: right;
}
#error_explanation{
    color: #000;
    width: 100%;
}
.field_with_errors{
    width: 100%;
}
.alert {
    position: absolute;
    height: 48px;
    width: 30%;
    right: 0;
    bottom: 30px;
}
