@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400&display=swap");
/* line 1, app/assets/stylesheets/config/variables.scss */
a {
  text-decoration: none !important;
}

/* line 5, app/assets/stylesheets/config/variables.scss */
.img-thumbnail {
  padding: 0 !important;
  border: 0 !important;
}

/* line 10, app/assets/stylesheets/config/variables.scss */
.btn {
  border-radius: 10px !important;
}

/* line 14, app/assets/stylesheets/config/variables.scss */
footer {
  clear: both !important;
  position: relative !important;
  height: 70px !important;
  margin-top: -70px !important;
  width: 100vw;
}

/* line 26, app/assets/stylesheets/config/variables.scss */
.badge {
  border-radius: 10px !important;
}

/* line 30, app/assets/stylesheets/config/variables.scss */
.btn-slot-selected {
  background-color: #F0FBF3 !important;
  color: #86BB91 !important;
  border-color: #86BB91 !important;
}

/* line 34, app/assets/stylesheets/config/variables.scss */
.btn-slot-selected:active {
  border-color: #6d6d6d !important;
  background-color: white !important;
  color: #6d6d6d !important;
}

/* line 39, app/assets/stylesheets/config/variables.scss */
.btn-slot-selected:focus {
  background-color: #F0FBF3 !important;
  color: #86BB91 !important;
  border-color: #86BB91 !important;
}

/* line 46, app/assets/stylesheets/config/variables.scss */
.btn-slot {
  border-color: #6d6d6d !important;
  color: #6d6d6d !important;
}

/* line 49, app/assets/stylesheets/config/variables.scss */
.btn-slot:active {
  background-color: #F0FBF3 !important;
  color: #86BB91 !important;
  border-color: #86BB91 !important;
}

/* line 54, app/assets/stylesheets/config/variables.scss */
.btn-slot:focus {
  border-color: #6d6d6d !important;
  background-color: white !important;
  color: #6d6d6d !important;
}

/* line 66, app/assets/stylesheets/config/variables.scss */
.btn-warning {
  background-color: #FCC417 !important;
  color: white !important;
}

/* line 69, app/assets/stylesheets/config/variables.scss */
.btn-warning:hover {
  background-color: #f2c31b !important;
}

/* line 74, app/assets/stylesheets/config/variables.scss */
.img-thumbnail {
  border-radius: 10px;
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
}

/* line 81, app/assets/stylesheets/config/variables.scss */
.listing-cover-image-preview {
  border-radius: 10px;
  width: 225px !important;
  height: 150px !important;
  object-fit: cover !important;
}

/* line 88, app/assets/stylesheets/config/variables.scss */
.img-thumbnail-sm {
  border-radius: 10px;
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
}

/* line 95, app/assets/stylesheets/config/variables.scss */
.bg-yellow {
  background-color: #FCC417 !important;
}

/* line 99, app/assets/stylesheets/config/variables.scss */
.text-spacing-sm {
  letter-spacing: 0.8px;
}

/* line 103, app/assets/stylesheets/config/variables.scss */
.text-spacing-md {
  letter-spacing: 1.5px;
}

/* line 1, app/assets/stylesheets/components/_devise.scss */
.devise-links {
  font-size: 13px;
  font-weight: 300;
}

/* line 4, app/assets/stylesheets/components/_devise.scss */
.devise-links a {
  color: #818182 !important;
  padding-bottom: 10px;
}

/* line 10, app/assets/stylesheets/components/_devise.scss */
.form-btn {
  display: block;
  margin: auto;
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

/* line 21, app/assets/stylesheets/components/_devise.scss */
.custom-control-label {
  font-size: 13px;
}

/* line 1, app/assets/stylesheets/components/_form.scss */
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

/* line 10, app/assets/stylesheets/components/_form.scss */
.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

/* line 16, app/assets/stylesheets/components/_form.scss */
.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
  color: #3F2C55;
}

/* line 23, app/assets/stylesheets/components/_form.scss */
.card-signin .card-body {
  padding: 2rem;
}

/* line 27, app/assets/stylesheets/components/_form.scss */
.form-signin {
  width: 100%;
}

/* line 29, app/assets/stylesheets/components/_form.scss */
.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

/* line 39, app/assets/stylesheets/components/_form.scss */
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

/* line 44, app/assets/stylesheets/components/_form.scss */
.form-label-group input {
  height: auto;
  border-radius: 2rem;
}

/* line 49, app/assets/stylesheets/components/_form.scss */
.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

/* line 54, app/assets/stylesheets/components/_form.scss */
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

/* line 69, app/assets/stylesheets/components/_form.scss */
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

/* line 73, app/assets/stylesheets/components/_form.scss */
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

/* line 77, app/assets/stylesheets/components/_form.scss */
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

/* line 81, app/assets/stylesheets/components/_form.scss */
.form-label-group input::-moz-placeholder {
  color: transparent;
}

/* line 85, app/assets/stylesheets/components/_form.scss */
.form-label-group input::placeholder {
  color: transparent;
}

/* line 89, app/assets/stylesheets/components/_form.scss */
.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

/* line 94, app/assets/stylesheets/components/_form.scss */
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* line 101, app/assets/stylesheets/components/_form.scss */
.btn-google {
  color: white;
  background-color: #ea4335;
}

/* line 106, app/assets/stylesheets/components/_form.scss */
.btn-facebook {
  color: white;
  background-color: #3b5998;
}

/* line 111, app/assets/stylesheets/components/_form.scss */
.invalid-feedback {
  margin-left: 10px;
  margin-bottom: 15px;
}

/* line 117, app/assets/stylesheets/components/_form.scss */
.form-inputs small {
  margin-left: 10px;
  font-size: 7px;
  display: none;
}

/* line 124, app/assets/stylesheets/components/_form.scss */
.form-check-label {
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/components/_table.scss */
.listing-table .title {
  color: #818182;
}

/* line 6, app/assets/stylesheets/components/_table.scss */
.listing-table .table-body {
  font-size: 13px !important;
  color: #818182;
  line-height: 1.3em;
}

/* line 12, app/assets/stylesheets/components/_table.scss */
.listing-table .list-icon {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1em;
}

/* line 17, app/assets/stylesheets/components/_table.scss */
.listing-table .img-thumbnail {
  height: 80px;
  width: 80px;
  border-radius: 10px;
}

/* line 24, app/assets/stylesheets/components/_table.scss */
.listing-table .title-des .title {
  color: #4B4B4B;
  font-size: 16px !important;
}

/* line 29, app/assets/stylesheets/components/_table.scss */
.listing-table .title-des .description {
  font-size: 12.8px !important;
}

/* line 35, app/assets/stylesheets/components/_table.scss */
.listing-table .edit-btn {
  background-color: #FCC417;
  color: white !important;
}

/* line 40, app/assets/stylesheets/components/_table.scss */
.listing-table .trash-btn {
  background-color: #6d6d6d;
  color: white !important;
}

/* line 45, app/assets/stylesheets/components/_table.scss */
.listing-table .edit-icon {
  font-size: 1em;
  color: Grey;
}

/* line 50, app/assets/stylesheets/components/_table.scss */
.listing-table .listing-card {
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

/* line 55, app/assets/stylesheets/components/_table.scss */
.listing-table .btn {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
}

/* line 1, app/assets/stylesheets/components/_header.scss */
.navbar {
  width: 100vw !important;
  overflow: hidden;
  background-color: #fff !important;
}

/* line 5, app/assets/stylesheets/components/_header.scss */
.navbar .nav-link {
  color: #333333;
  letter-spacing: 1px;
  margin-right: 10px;
}

/* line 9, app/assets/stylesheets/components/_header.scss */
.navbar .nav-link .active {
  color: #333333;
  opacity: 1;
}

/* line 14, app/assets/stylesheets/components/_header.scss */
.navbar .nav-link:active {
  color: #333333;
}

/* line 17, app/assets/stylesheets/components/_header.scss */
.navbar .nav-link a {
  opacity: 0.5;
}

/* line 22, app/assets/stylesheets/components/_header.scss */
.navbar a {
  text-decoration: none;
  color: g #333333;
  text-transform: capitalize;
  font-size: large;
}

/* line 28, app/assets/stylesheets/components/_header.scss */
.navbar a:hover {
  color: #333333;
  opacity: 1;
}

/* line 33, app/assets/stylesheets/components/_header.scss */
.navbar .info {
  color: #4B4B4B;
}

/* line 36, app/assets/stylesheets/components/_header.scss */
.navbar .info .notification {
  border-radius: 20%;
  height: 3em;
  width: 3em;
  background-color: #0074d9;
}

/* line 41, app/assets/stylesheets/components/_header.scss */
.navbar .info .notification .info-icon {
  font-size: 1.5em;
  color: g #333333;
}

/* line 45, app/assets/stylesheets/components/_header.scss */
.navbar .info .notification .dots-icon {
  font-size: 4em;
  color: g #333333;
}

/* line 51, app/assets/stylesheets/components/_header.scss */
.navbar .info .title {
  line-height: 0.3em;
}

/* line 55, app/assets/stylesheets/components/_header.scss */
.navbar .info .avatar {
  border-radius: 100%;
  height: 3em;
  width: 3em;
  background-color: #ff4136;
  color: g #333333;
  text-transform: uppercase;
}

/* line 64, app/assets/stylesheets/components/_header.scss */
.navbar .info .fake-btn {
  color: #818182;
  background-color: none;
  font-size: 1.3em;
  padding: 0 !important;
}

/* line 71, app/assets/stylesheets/components/_header.scss */
.navbar .info .sign-out-icon {
  font-size: 1.5em;
}

/* line 75, app/assets/stylesheets/components/_header.scss */
.navbar .info .dropstart .dropdown-toggle::before {
  display: none !important;
}

/* line 78, app/assets/stylesheets/components/_header.scss */
.navbar .info .btn-check:focus + .btn, .navbar .info .btn:focus {
  box-shadow: none;
}

/* line 82, app/assets/stylesheets/components/_header.scss */
.navbar .info .dropstart .dropdown-menu[data-bs-popper] {
  top: 50px;
  right: 0;
  color: #4B4B4B;
}

/* line 86, app/assets/stylesheets/components/_header.scss */
.navbar .info .dropstart .dropdown-menu[data-bs-popper] a {
  color: #4B4B4B;
}

/* line 93, app/assets/stylesheets/components/_header.scss */
.main-button {
  background: transparent;
}

/* line 97, app/assets/stylesheets/components/_header.scss */
.email {
  margin: 3px 0;
  font-weight: 300;
}

/* line 102, app/assets/stylesheets/components/_header.scss */
.password {
  margin: 3px 0;
  font-weight: 300;
}

/* line 2, app/assets/stylesheets/components/_flashes.scss */
.alert {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1000;
}

/* line 15, app/assets/stylesheets/custom.css.scss */
body {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.8px;
}

/* line 21, app/assets/stylesheets/custom.css.scss */
button a {
  text-decoration: none;
  color: white;
}

/* line 27, app/assets/stylesheets/custom.css.scss */
.confirmation-email-label {
  top: -8px !important;
  font-size: 12px;
}

/* line 32, app/assets/stylesheets/custom.css.scss */
* {
  box-sizing: border-box;
}
