h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
h2, p, button, a, textarea {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.card-body{
  padding-top: 30px;
  padding-bottom: 30px;
}
.glass-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}
.glass-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
.btn{
    border-style: none;
     border-radius: 50px 50px 50px 50px;
}
.btn-primary{
    background: #303030;
}
.blurred-bg {
    filter: blur(15px);
}
#image {
    position: relative;
    z-index: 1;
}
#blurred-bg{
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    background-image: url(images/frame/placeholder-user.png); 
    width: 300px !important;
    height: 300px !important;
    position: absolute;
    margin:0 auto;
}
#twibbon{
    background-repeat:no-repeat;
    background-size:cover; 
    width: 300px !important;
    height: 300px !important;
    position: relative;
    margin:0 auto;
}
#croppie-instruction {
    position: absolute;
    top: 20px; 
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    pointer-events: none; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
#twibbon .cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px; 
    height: 18px; 
    background: #303030; 
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#twibbon .cr-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #303030;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}