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





 */

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons-regular-d7f083631d2357fe2c2c75d353cb1d6deaceb0249e07d00a59f9cdffbbccf35a.woff2) format('woff2'),
       url(/assets/material-icons-regular-a9f2f380dd4aab1414f47620e68d9bf7d45cece149be7fec8a94e532e1660cb1.woff) format('woff');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/* General styles for checked inputs */
input[type="checkbox"]:checked,
input[type="checkbox"]:checked:hover,
input[type="radio"]:checked:hover,
input[type="radio"]:checked {
  background-color: #B2B2B2;
  outline: 2px solid #B2B2B2;
}

/* Hover effect for unchecked inputs */
input[type="checkbox"]:hover:not(:checked),
input[type="radio"]:hover:not(:checked) {
  background-color: #B2B2B2;
}

/* Focus and focus-visible styles for both checkboxes and radio buttons */
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: 2px solid #B2B2B2 !important;
  box-shadow: none !important;
  background-color: #B2B2B2 !important;
}

.star-rating-1 .star:nth-child(-n + 1),
.star-rating-2 .star:nth-child(-n + 2),
.star-rating-3 .star:nth-child(-n + 3),
.star-rating-4 .star:nth-child(-n + 4),
.star-rating-5 .star:nth-child(-n + 5) {
  color: #facc15;
}

.bg-custom-radial{
  background: radial-gradient(59.17% 327.41% at 50% 50%, #FFFCF8 37.08%, #EBFFEF 100%) 
}

.flash-message {
  transition: opacity 0.6s ease; /* Smooth opacity transition */
}

@media (min-width: 400px) {
    .container {
        max-width: 90%;
    }    
}

@media (max-width: 400px) {
  .user-image{
      font-size: 3rem !important;
    }
}

.profile-fallback-image{
  font-size: 14rem !important;
}

@media (max-width: 1100px) {
  .profile-fallback-image{
      font-size: 12rem !important;
    }
}

@media (max-width: 960px) {
  .profile-fallback-image{
      font-size: 9rem !important;
    }
}

.profile-fallback-image-modal{
  font-size: 11rem !important;
}

@media (max-width: 1100px) {
  .profile-fallback-image-modal{
      font-size: 9rem !important;
    }
}

@media (max-width: 960px) {
  .profile-fallback-image-modal{
      font-size: 9rem !important;
    }
}

.iti {
  width: 100%;
}

/* Hide the number input spin buttons in WebKit browsers (Chrome, Safari) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the scrollbar for Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Optional: Hide the input box border if needed */
input[type="number"]::-webkit-input-placeholder {
  color: transparent;
}
.gm-style-iw {
    padding: 0 !important;
}

.gm-style-iw-d {
    overflow: visible !important;
}

.gm-style-iw.gm-style-iw-c {
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
}
.gm-style .gm-style-iw-tc::after {
    background: #D9D9D9;
    height: 12px;
    left: 0;
    position: absolute;
    top: -1px;
    left: 1px;
    width: 23px;
}
.gm-style .gm-style-iw-tc::before {
    background: #ffffff;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: -3px;
    left: 1px;
    width: 23px;
    z-index: 999;
}

.custom-map-container,
.custom-map-container * {
  font-family: 'Mulish', sans-serif !important;
}

.gm-style-iw-chr {
    display: none !important;
  }

/* Skeleton Loader Styles */
.skeleton-loader {
  position: relative;
  overflow: hidden;
  height: 100%; /* Ensure the height is correctly set for the container */
  width: 100%;  /* Ensure the width is 100% */
  background-color: #f4f4f4;
  border-radius: 8px;  /* Rounded corners for a more modern look */
}

.skeleton-loader::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(200, 200, 200, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: skeleton-animation 1.5s infinite ease-in-out;
  border-radius: 8px;  /* Matching rounded corners */
}

@keyframes skeleton-animation {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.pdf-container {
  width: 90%;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.paragraph {
  font-size: 14px;
  margin-bottom: 2px;
}

.pdf-profile-picture {
  width: 150px;
  height: 120px;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.pdf-profile-picture-image {
  height: 100%;
  width: auto;
}

.pdf-relative {
  position: relative;
  width: fit-content;
  /* Adjusted for PDF layout */
}

.pdf-badge {
  position: absolute;
  bottom: -1.25rem;
  right: -.5rem;
  border-radius: 9999px;
  font-size: 10px;

  /* Adjust as necessary */
}

.pdf-size {
  width: 3rem;
  height: 3rem;
}

.pdf-profile-info {
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
}

.pdf-profile-details {
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  margin: 20px 0 20px 20px;
}

.pdf-profile-info p {
  color: black;
  font-weight: 300;
}

.pdf-profile-info strong {
  color: #333;
}

.pdf-user-stats {
  margin-top: 30px;
  border: 1px solid #eee;
  padding: 15px;
}

.pdf-user-stats h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.pdf-user-stats table {
  width: 100%;
  border-collapse: collapse;
}

.pdf-user-stats th,
.pdf-user-stats td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.pdf-user-stats th {
  background-color: #f5f5f5;
  font-weight: bold;
}
