section#profile .card-style1 {
  box-shadow: 0px 0px 10px 0px rgba(89, 75, 128, 0.09);
}

section#profile .border-0 {
  border: 0 !important;
}

section#profile .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

section#profile section {
  padding: 120px 0;
  overflow: hidden;
  background: #fff;
}

section#profile .mb-2-3,
section#profile .my-2-3 {
  margin-bottom: 2.3rem;
}

section#profile .section-title {
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

section#profile .font-weight-600 {
  font-weight: 600;
}

section#profile .display-26 {
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
  section#profile .p-lg-7 {
    padding: 4rem;
  }
}

@media screen and (min-width: 768px) {
  section#profile .p-md-6 {
    padding: 3.5rem;
  }
}

@media screen and (min-width: 576px) {
  section#profile .p-sm-2-3 {
    padding: 2.3rem;
  }
}

section#profile .p-1-9 {
  padding: 1.9rem;
}

section#profile .bg-secondary {
  background: #15395A !important;
}

@media screen and (min-width: 576px) {
  section#profile .pe-sm-6,
  section#profile .px-sm-6 {
    padding-right: 3.5rem;
  }
}

@media screen and (min-width: 576px) {
  section#profile .ps-sm-6,
  section#profile .px-sm-6 {
    padding-left: 3.5rem;
  }
}

section#profile .pe-1-9,
section#profile .px-1-9 {
  padding-right: 1.9rem;
}

section#profile .ps-1-9,
section#profile .px-1-9 {
  padding-left: 1.9rem;
}

section#profile .pb-1-9,
section#profile .py-1-9 {
  padding-bottom: 1.9rem;
}

section#profile .pt-1-9,
section#profile .py-1-9 {
  padding-top: 1.9rem;
}

section#profile .mb-1-9,
section#profile .my-1-9 {
  margin-bottom: 1.9rem;
}

@media (min-width: 992px) {
  section#profile .d-lg-inline-block {
    display: inline-block !important;
  }
}

section#profile .rounded {
  border-radius: 0.25rem !important;
}

section#profile .social {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

section#profile .social li {
  display: inline-block;
  margin: 0px 5px;
}

section#profile .social li a {
  color: #1e2835;
  background: #949494;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 1.2rem;
}

.fa-tiktok {
  background-image: url(/img/tiktok.svg);
  background-size: contain;
  width: 19px;
  height: 21px;
  background-repeat: no-repeat;
  line-height: 40px;
  vertical-align: middle;
}

body {
  font-size: 0.9rem;
}

:root {
  --rating-size: 4rem;
  --rating-size-sm: 2rem;
  --bar-size: 0.5rem;
  --bar-size-sm: 0.25rem;
  --background-color: #e7f2fa;
  --rating-color-default: #2980b9;
  --rating-color-background: #c7e1f3;
  --rating-color-good: #27ae60;
  --rating-color-meh: #f1c40f;
  --rating-color-bad: #e74c3c;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.caveret-bg {
  background: #1e2835;
  min-height: 100vh;
}

.relative {
  position: relative;
}

.user-card {
  min-height: 400px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.5s;
}

.user-card:hover {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.user-card .box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

.user-card .box .img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.user-card .box h2 {
  font-size: 20px;
  color: #000000;
  margin: 20px auto;
}

.user-card .box h2 span {
  font-size: 14px;
  background: #e91e63;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
}

.user-card .box p {
  color: #000000;
}

.user-card .box span {
  display: inline-flex;
}

.user-card .box ul {
  margin: 0;
  padding: 0;
}

.user-card .box ul li {
  list-style: none;
  float: left;
}

.user-card .box ul li a {
  display: block;
  color: #000;
  margin: 0 10px;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
}

.user-card .box ul li:hover a {
  transform: rotateY(360deg);
}

.user-card .avatar {
  background: #1e2835;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  margin: 5px auto;
  font-size: 30px;
}

#onboarding {
  padding: 20px;
}

#onboarding .inner-form {
  padding: 20px;
  border-radius: 30px;
}

#onboarding .brand {
  max-width: 250px;
  margin: 10px auto;
  display: block;
}

.btn-dark,
.btn-primary {
  color: #fff;
}

#engine {
  background: #1e2835;
}

.verified-wrapper {
  position: relative;
}

.verified-wrapper .verifed-badge {
  position: absolute;
  width: 20px;
  top: -3px;
  right: -3px;
}

.modal-header .close {
  margin-left: 0px !important;
  float: left !important;
}

.pointer {
  cursor: pointer;
}

.comments-list {
  max-height: 300px;
  overflow-y: scroll;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.container {
  width: 100% !important;
  max-width: 100% !important;
}

/* Rating item */

.rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  background: var(--rating-color-default);
  color: var(--rating-color-default);
  width: var(--rating-size);
  height: var(--rating-size);
  /* Basic style for the text */
  font-size: calc(var(--rating-size) / 3);
  line-height: 1;
}

.rating.rating-sm {
  width: var(--rating-size-sm);
  height: var(--rating-size-sm);
  font-size: calc(var(--rating-size-sm) / 3);
}

/* Rating circle content */

.rating span {
  position: relative;
  display: flex;
  font-weight: bold;
  z-index: 2;
}

.rating span small {
  font-size: 0.5em;
  font-weight: 900;
  align-self: center;
}

/* Bar mask, creates an inner circle with the same color as thee background */

.rating::after {
  content: "";
  position: absolute;
  inset: var(--bar-size);
  background: var(--background-color);
  border-radius: inherit;
  z-index: 1;
}

.rating-sm::after {
  inset: var(--bar-size-sm);
}

/* Bar background */

.rating::before {
  content: "";
  position: absolute;
  inset: var(--bar-size);
  border-radius: inherit;
  box-shadow: 0 0 0 1rem var(--rating-color-background);
  z-index: -1;
}

.rating-sm::before {
  inset: var(--bar-size-sm);
}

/* Classes to give different colors to ratings, based on their score */

.rating.good {
  background: var(--rating-color-good);
  color: var(--rating-color-good);
}

.rating.meh {
  background: var(--rating-color-meh);
  color: var(--rating-color-meh);
}

.rating.bad {
  background: var(--rating-color-bad);
  color: var(--rating-color-bad);
}

.btn-group-toggle .active {
  background: #53a6fa !important;
  color: #fff !important;
}

.btn-primary:hover {
  color: #fff !important;
}

.linkdisabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn-success {
  color: #fff;
}

