.elementor-1160 .elementor-element.elementor-element-2c3e8233{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1160 .elementor-element.elementor-element-2c3e8233{--padding-top:20px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for text-editor, class: .elementor-element-4a71fbe8 */.hcd-btn-ghost {
    border-radius: 100px !important;
}
.hcd-btn-ghost:hover {
    border-color: #008080 !important;
    color: white !important;
    background: #008080 !important;
}

.hcd-auth-tabs {
  display: flex; /* Align items horizontally */
  justify-content: space-between; /* Ensure there is no gap between the buttons */
  width: 100%;
  max-width: 500px; /* Adjust the max width as needed */
}

.hcd-auth-tabs button {
  margin: 0; /* Remove any margin around the buttons */
  width: 48%; /* Make each button take up roughly half of the width */
}

.hcd-auth-tabs {
  display: flex; /* Align items horizontally */
  justify-content: space-between; /* Ensure there is no gap between the buttons */
  width: 100%;
  max-width: 500px; /* Adjust the max width as needed */
}

.hcd-auth-tabs button {
  margin: 0; /* Remove any margin around the buttons */
  width: 48%; /* Make each button take up roughly half of the width */
}

.hcd-auth-tabs button.active {
  background: #008080 !important; /* Active button color */
}
.hcd-auth-tab.active {
    color: #ffffff !important;
}

button#hcd-login-submit {
    background: #008080 !important;
    border: 0px solid !important;
}
.hcd-auth-tabs button.active {
    border-radius: 0px !important;
}
button#hcd-register-submit {
    background: #008080 !important;
    border: 1px #008080 !important;
}

button.hcd-show-password {
    background: #008080 !important;
    border: 1px #008080 !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #7f4a9d !important;
    border-radius: 0px !important;
}

button.hcd-auth-tab {
    background: #7f4a9d !important;
    border-radius: 0px !important;
    color: white !important;
}

button#hcd-login-submit {
    border-radius: 10px !important;
}

button#hcd-register-submit {
    border-radius: 10px !important;
}/* End custom CSS */