main#rl-company-profile {
  background: #eff6ff;
}

main#rl-company-profile .row {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  position: relative;
}

main#rl-company-profile .row .col {
  flex: 1;
  max-width: 50%;
}

main#rl-company-profile .row .col.col-full {
  max-width: 100%;
}

.rl-profile-card {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 30px;
  scroll-margin: 60px;
}

.rl-profile-card-header h3 {
  color: #202537;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.rl-profile-card-header h3 i {
  color: rgb(81, 154, 242);
}

#profile-nav ul {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 32px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

#profile-nav ul a {
  cursor: pointer;
  padding: 16px 24px;
  display: block;
  font-weight: 500;
  color: #202537;
  line-height: 1;
  transition: 250ms;
}

#profile-nav ul a:hover {
  background: #eff6ff;
  color: #51b1f7;
  border-radius: 8px;
}

#profile-nav ul a i {
  color: rgb(81, 154, 242);
}

#profile-header {
  padding-top: 30px;
}

.working-status {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  line-height: 1;
  font-size: 80%;
  padding: 7px 10px;
  border-radius: 5px;
}

#profile-header .profile-cover {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  display: block;
}

.working-status.status-closed {
  color: red;
  background: #ffd9d9;
}

.working-status.status-open {
  color: rgb(28, 143, 105);
  background: #ddeee9;
}

.profile-info-row {
  background: #fff;
  padding: 32px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 30px !important;
}

.profile-details {
  margin-top: -120px;
}

h1 {
  color: #202537;
  font-size: 28px !important;
  margin: 0 0 14px;
}

.profile-badges {
  display: flex;
  align-items: center;
  font-size: 85%;
  gap: 15px;
  margin-bottom: 15px;
}

.rl-btn {
  display: inline-block;
  line-height: 1;
  padding: 14px 30px;
  border: solid 1px;
  border-radius: 8px;
  font-weight: 500;
}

a.rl-btn.btn-primary {
  background: #519af2;
  color: #fff;
  border-color: #519af2;
}

a.rl-btn.btn-whatsapp {
  background: #e0fbe8;
  color: #44bc68;
  border-color: #e0fbe8;
}

a.rl-btn.btn-outline {
  color: #202537;
  border-color: #efefef;
}

h5 {
  margin: 20px 0 5px;
  color: #202537;
}

.profile-links-row {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.profile-links-row .disabled {
  opacity: 0.7;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}

.profile-details img {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.rl-accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 15px;
  font-weight: bold;
  color: #202537;
  cursor: pointer;
}

.rl-accordion-title i {
  color: #519af2;
}

.rl-accordion-panel {
  padding: 0 15px 15px;
  display: none;
}

.rl-accordion-panel p {
  margin: 0;
}

.rl-accordion-item {
  border-bottom: solid 1px #efefef;
}

.rl-profile-card-header {
  margin-bottom: 20px;
}

iframe {
  border: unset;
  width: 100%;
  aspect-ratio: 16/9;
}

.profile-images-gallery img {
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

ul.working-hours {
  padding: 0;
  list-style: none;
}

ul.working-hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

ul.working-hours strong {
  font-weight: 700;
}

ul.working-hours span {
  cursor: pointer;
}

.bg-light {
  background: #eff6ff;
  border-radius: 4px;
  padding: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}

.bg-light p {
  margin: 0;
}

.complete-profile-cta {
  max-width: 360px;
  margin: 15px auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  main#rl-company-profile > section > .row {
    flex-direction: column;
    max-width: min(calc(100% - 30px), 1200px);
    margin: auto;
  }

  main#rl-company-profile .row .col {
    max-width: 100%;
    flex: unset;
  }

  #profile-nav ul {
    max-width: 100%;
    overflow: auto;
  }

  #profile-header .profile-cover {
    height: 105px;
    border-radius: 8px 8px 0 0;
  }

  #profile-nav ul a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }
}

.ranklevel-dialog {
  max-width: 80%;
  width: 640px;
  border: unset;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 10%);
  text-align: center;
}

.dialog-icon svg {
  width: 3em;
  height: auto;
  display: none;
  margin: 0 auto 15px;
}

.dialog-icon .icon-success {
  color: #00c9a7;
}

.dialog-icon .icon-error {
  color: #ed4c78;
}

.dialog-success .dialog-icon .icon-success,
.dialog-error .dialog-icon .icon-error {
  display: block;
}

.ranklevel-rating_stars {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.ranklevel-rating_stars svg {
  color: #e9df17;
  width: 1em;
}

.ranklevel-rating_stars::after {
  content: "";
  background: #fff;
  width: var(--ranklevel-rating);
  height: 100%;
  position: absolute;
  right: 0;
}

#profile-contact,
#profile-claim {
  padding: 0;
  overflow: hidden;
}

#profile-contact .dialog-header img,
#profile-claim .dialog-header img {
  height: 130px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#profile-contact .dialog-header,
#profile-claim .dialog-header {
  position: relative;
}

.dialog-header .dismiss-dialog {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px 20px;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
}

#profile-contact .dialog-body,
#profile-claim .dialog-body {
  padding: 30px;
}

.input-container {
  text-align: left;
  margin-bottom: 10px;
}

.input-container label {
  color: #202537;
}

.input-container input,
.input-container textarea {
  background: #fff !important;
  border: solid 1px #efefef !important;
  border-radius: 8px !important;
}

.dialog-body h2 {
  margin-top: 0;
  font-size: 28px;
}

.ranklevel-form button.loading {
  color: hsla(0, 0%, 100%, 0.05) !important;
  opacity: 1 !important;
  pointer-events: none !important;
  position: relative;
  overflow: hidden;
}

.ranklevel-form button.loading::after {
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
@media (max-width: 768px) {
  .ranklevel-qr_code_generator {
    flex-direction: column;
  }
}

.ranklevel-reviews {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1em;
}

.ranklevel-reviews .ranklevel-review {
  padding: 1em;
  background: #f3f3f3;
  border-radius: 30px;
  display: flex;
  flex-flow: column;
  gap: 1em;
}

.ranklevel-reviews .ranklevel-review_author {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  gap: 0.5em;
}

.ranklevel-reviews .ranklevel-author_initials {
  color: #fff;
  background: #343c9f;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
}

.ranklevel-reviews .ranklevel-author_name h6 {
  margin: 0;
  font-weight: bold;
  color: #928b91;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ranklevel-reviews .ranklevel-rating_stars {
  color: #f5df81;
  font-size: 0.95em;
  gap: 2px;
}

.ranklevel-reviews .ranklevel-author_name {
  flex: 1;
  overflow: hidden;
}

.ranklevel-reviews .ranklevel-review_date span {
  font-size: 0.95em;
}

.ranklevel-reviews .ranklevel-review_content p {
  margin: 0;
}

.ranklevel-reviews .ranklevel-review_content {
  max-height: 50px;
  overflow: hidden;
  flex: 1;
  font-size: 0.95em;
}

.ranklevel-reviews .ranklevel-review_source span {
  font-size: 0.75em;
  display: block;
}

.ranklevel-reviews .ranklevel-review_source img {
  width: 30px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .ranklevel-reviews {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

#card-reviews .ranklevel-rating_stars::after {
  background: #f3f3f3;
}

.rl-link {
  color: rgb(81, 154, 242);
  text-decoration: none;
}
