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



 */

 [x-cloak] {
  display: none !important;
}

.field_with_errors {
  display: inline;
}

.skil-tags {
  border: 1px solid #0085CC;
  background-color: #EBF8FF;
  border-radius: 8px;
  padding: 8px 16px;
  color: #0085CC;
}

.close-btn {
  margin-left: 8px;
}

.left-16 {
  left: 16px;
}

.skill-filter {
  background: #fff;
  color: #98A2B3;
  border: 1px solid #98A2B3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.border-gray {
  border: 1px solid #98A2B3;
}

.border-blue {
  border: 1px solid #0085CC;
}

.skill-filter-dropdown {
  min-width: 232px;
  background: #fff;
  border: 1px solid #98A2B3;
  border-radius: 8px;
  padding: 0.75rem;
  max-height: 184px;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 53px;
}

.skill-filter-dropdown input {
}

.state-filter {
  background: #fff;
  color: #98A2B3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}


.state-filter-dropdown {
  min-width: 232px;
  background: #fff;
  border: 1px solid #98A2B3;
  border-radius: 8px;
  padding: 0.75rem;
  max-height: 184px;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 53px;
}

.state-filter-dropdown input {
}

.state-filter-dropdown span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #667085;
  margin-left: 0.5rem;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 23.5px;
  height: 23.5px;
  border: 2px solid #98A2B3;
  background-color: transparent;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.custom-checkbox:checked {
  background-color: #98A2B3;
}

.custom-checkbox:focus {
  color: #98A2B3;
  box-shadow: 0 0 0 2px rgba(152, 162, 179, 0.5);
}

.custom-checkbox:checked:hover {
  background-color: #98A2B3;
}

.label-style {
  margin-bottom: 2px;
}


.skill-filter-dropdown span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #667085;
  margin-left: 0.5rem;
}

.activity-tabs a {
  padding: 8px 24px;
  color:#667085;
  background: #fff;
  border-radius: 8px;
}

.activity-tabs a.active {
  color:#0085CC;
  background: #EBF8FF;
}

.minHeight {
  min-height: 350px;
}

.bg-gray-900 {
  background-color: rgba(17, 24, 39, .5);
}
.review-share .body {
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  color: white;
  min-height: 300px;
  font-style: italic;
  font-size: 0.8em;
}
.review-share .body .content {
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  color: white;
  min-height: 150px;
  font-size: 1.2em;
}
.review-share .body .testimonial{
  font-style: italic;
}


div.loader {
  width: 32px;
  height: 32px;
  border: 4px solid #3498db; /* Adjust color */
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none; /* Initially hidden */
}

@media only screen and (min-width: 400px) {
  .skill-text {
 display: none;
  }
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .calendar-heading nav {
  display: inline-block;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/simple_calendar-3.0.4/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}
