.username{
    font-size: 12px;
    font-weight: 500;
    color: #8A8A8A;
}

.organization-name{
    font-size: 14px;
    font-weight: 500;
    color: #8A8A8A;
}

.trial-box {
    display: inline-block;
    padding: 8px 14px;
    border: 2px solid #ff4d4f;
    color: #ff4d4f;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    font-family: system-ui, sans-serif;
    background: #FBE7E7;
    box-shadow: 0 0 8px rgba(255, 77, 79, 0.15);
}
.grecaptcha-badge { 
    visibility: hidden !important;
}


@media (min-width: 992px) {
    .navbar.fixed-top {
        left: 15.188rem !important;
        right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 991.98px) {
  .navbar{
    width: 80% !important;
    margin-left: auto !important;
  }
}
