body {
    font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
}

.container {}

.hubspot-title {
    box-sizing: border-box;
    font-size: 14px;
    font-style: unset;
    font-weight: 600;
    text-transform: unset;
    margin: 0px;
    padding: 0px;
    background-color: unset;
    color: rgb(51, 71, 91);
    font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    line-height: 18px;
}

.hubspot-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    border: unset;
    margin: 0 auto;
    padding: 0px;
    max-inline-size: 450px;
    inline-size: 100%;
    height: 163.3px;
}

.hubspot-notification-text {
    margin-top: 4px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-inline-end: 0px;
    max-width: 100%;
    font-weight: 300;
    color: rgb(51, 71, 91);
    font-size: 14px;
}

.hubspot-text {
    margin-top: 4px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-inline-end: 0px;
    max-width: 100%;
    font-weight: 300;
    color: rgb(51, 71, 91);
    font-size: 14px;
}

.hubspot-notificaton-title {
    line-height: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-right: 20px;
    font-size: 16px;
    letter-spacing: 0px;
    color: rgb(51, 71, 91);
}

.privacy_choices {
    display: flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: .5rem;

}

.hubspot-privacy-icon {
    height: auto;
    width: 2rem;

}

.hubspot-cookie-icon {
    margin-inline: 4px;
    display: inline-block;
    inline-size: 1em;
    block-size: 1em;
    fill: currentcolor;
    vertical-align: -0.1em;
}

.hubspot-highlight {
    border-radius: 3px;
    font-weight: 600;
    transition: 0.1s ease-in;
    color: rgb(0, 145, 174);
    text-decoration: inherit;
}

.hubspot-logo {
    vertical-align: middle;
    max-inline-size: 100%;
    object-fit: contain;
    inline-size: 180px;
    opacity: 1;
    margin-block: 16px 8px;
}

.hubspot-login {
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 370px;
    width: 100%;
}

.hubspot-button-block {
    box-sizing: border-box;
    display: block;
    block-size: 16px;
}

.hubspot-sign-buttons {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: unset;
    margin: 0px;
    padding: 0px;
    inline-size: 370px;
    margin-block: 16px 32px;
    margin: 0 auto;
}

.hubspot-notification {
    padding: 16px 20px;
    min-height: 44px;
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    border-inline-color: rgb(127, 209, 222);
    border-block-color: rgb(127, 209, 222);
    margin-block: 0px 16px;

}

.hubspot-border-bottom {
    border: 0px;
    height: 1px;
    background-color: rgb(223, 227, 235);
    min-height: 1px;
    width: 100%;
    margin-block: 12px;
}

.hubspot-email-input-field {
    display: flex;
    justify-content: space-between;
}

.hubspot-notification-container {
    margin: 0 auto;
    max-width: 1100px;
    min-height: 102px;
}

.hubspot-center-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    border: unset;
    margin: 0 auto;
    /* padding: 0px; */
    max-inline-size: 500px;
    inline-size: 100%;
    padding-block: 16px 64px;
}

.hubspot-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border: unset;
    margin: 0 auto;
    /* padding: 0px; */
    max-inline-size: 1300px;
    inline-size: 100%;
    padding-block: 16px 64px;
}

.hubspot-left,
.hubspot-right {
    flex: 1 1 500px;
    text-align: center;
    -webkit-box-flex: 1;
}

.hubspot-left {
    display: flex;
    justify-content: center;
    align-self: flex-start;
}

.hubspot-content-seperator {
    width: 3px;
    height: 275px;
    background: rgb(203, 214, 226);
    border-radius: 50px;
}

.hubspot-copyright {
    box-sizing: border-box;
    font-size: 12px;
    font-style: unset;
    font-weight: 200;
    text-transform: unset;
    margin: 0px;
    padding: 0px;
    background-color: unset;
    font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: center;
    margin-block-start: 24px;
}

.hubspot-button {
    cursor: pointer;
    transition: 150ms ease-out;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(66, 91, 118);
    border-color: rgba(20, 20, 20, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    padding-block: 10px;
    padding-inline: 24px;
    width: 100%;
    max-width: 100%;
    font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 18px;


}

.hubspot-button-disabled {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(234, 240, 246);
    border: 1px solid rgb(218, 220, 224);
    border-radius: 0.1875rem;
    color: rgb(176, 193, 212);
    cursor: default;
    display: flex;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    gap: 4px;
    height: 41px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 1px;
    text-align: center;
    width: 100%;
    position: relative;
}

.hubspot-button-disabled>* {
    filter: grayscale(100%);
}


.hubspot-button-icon {
    min-width: 39px;
    border-radius: 0.1875rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 39px;
    width: 39px;
}

.hubspot-button-active .center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hubspot-button-disabled .center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hubspot-button-active {
    cursor: pointer;
    transition: 150ms ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(255, 122, 89);
    border-color: rgba(20, 20, 20, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    padding-block: 10px;
    padding-inline: 24px;
    width: 100%;
    max-width: 100%;
    font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 18px;

    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(218, 220, 224);
    border-radius: 0.1875rem;
    color: white;
    display: flex;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    gap: 4px;
    height: 41px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 1px;
    text-align: center;
    width: 100%;
    position: relative;
}

.hubspot-input {
    background-color: rgb(245, 248, 250);
    border: 1px solid rgb(203, 214, 226);
    border-radius: 3px;
    color: rgb(51, 71, 91);
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    max-height: 40px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-block: 8px;
    text-align: left;
    transition: 150ms ease-out;
    vertical-align: middle;
    width: 100%;
}

.hubspot-2fa-code-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    transition: 150ms ease-out;
}

.hubspot-2fa-box {
    background-color: rgb(245, 248, 250);
    border: 1px solid rgb(203, 214, 226);
    border-radius: 3px;
    color: rgb(51, 71, 91);
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    letter-spacing: 0px;
    text-align: left;
    transition: 150ms ease-out;
    max-width: 40px;
    max-height: 40px;
    text-align: center;
}

.hubspot-2fa-box-active {
    border-color: rgb(255, 122, 89);
}

input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
}

input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
}

.spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #1a73e8;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
}

.error-msg {
    text-align: left;
    position: relative;
    padding: 16px 20px;
    min-height: 44px;
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    background-color: rgb(253, 237, 238);
    border-inline-color: rgb(242, 84, 91);
    border-block-color: rgb(242, 84, 91);
    margin-block-end: 16px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

/* The button */
.tooltip-btn {
    padding: 10px 20px;
    border: none;
    background: #4a90e2;
    color: white;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

/* The tooltip text */
.tooltip-text {
    visibility: hidden;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;



    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 24px 0px;
    line-height: 1.5;
    padding-inline: 16px;
    padding-block: 10px;
    text-decoration: none;
    overflow-wrap: break-word;
    font-size: 12px;
    border-radius: 3px;
    background-color: rgb(66, 91, 118);
    color: rgb(255, 255, 255);
    max-inline-size: 232px;
}

/* Tooltip arrow */
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    /* At the bottom of tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(66, 91, 118) transparent transparent transparent;
}

/* Show tooltip on hover */
.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


@media (max-width: 1050px) {
    .hubspot-login {
        inline-size: 370px;
        min-width: 370px;
        margin-bottom: 16px;
    }

    .hubspot-content-seperator {
        display: none;
    }

    .hubspot-content {
        justify-content: space-evenly;
        flex-direction: column;
    }

    .hubspot-left {
        margin: 0 auto;
    }

    .hubspot-left,
    .hubspot-right {
        flex: initial;
        -webkit-box-flex: initial;
    }


}