.elementor-992641 .elementor-element.elementor-element-a24aee9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ef82b21 */.unauthorized-access-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: var(--background-gradient);
  padding: 20px;
  font-family: 'Arial', sans-serif;
}


.unauthorized-access-container {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 30px;
  max-width: 500px;
  text-align: center;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}

.unauthorized-title {
  font-size: 28px;
  color: var(--text-color);
  font-weight: 700;
  margin-bottom: 20px;
  
}


.unauthorized-message {
  font-size: 18px;
  color: #555555;
  background-color: var(--highlight-color);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
  line-height: 1.6;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Button styling */
.unauthorized-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.unauthorized-btn {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: var(--box-shadow);
}

.login-btn {
      background-color: #0064A8;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 1em 1em 1em 1em;
    padding: 2% 5% 0.% 5%;
}

.login-btn:hover {
  background-color: #357abd;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.pricing-btn {
        background-image: linear-gradient(180deg, #0087BE 0%, #00A4C2 100%);
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 1em 1em 1em 1em;
    padding: 2% 5% 0.% 5%;
}

.pricing-btn:hover {
  background-color: #3ca860;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .unauthorized-buttons {
    flex-direction: column;
  }

  .unauthorized-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */