.hi-social-connect-hide {
    display: none;
}
.hi-social-connect-loader {
    width: 100%;
    height: 100%;
    background: url("../img/ajax-loader.gif") no-repeat center center rgba(255, 255, 255, 0.8);
    z-index: 99991;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 80px;
}

.hi-social-connect-overflow {
    overflow: hidden;
}

.hi-social-connect-message {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 99992;
}

/* Buttons */
.hi-social-connect-buttons-block {
    width: 100%;
    max-width: 320px;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}
.hi-social-connect-button {
    user-select: none;
    transition: background 20ms ease-in;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 36px;
    border-radius: 6px;
    color: rgb(29, 27, 22);
    fill: rgb(29, 27, 22);
    background: none;
    font-size: 14px;
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 500;
    border: 1px solid rgb(227, 226, 224);
    width: 100%;
    box-shadow: none;
}
.hi-social-connect-button:hover {
    background: rgba(55, 53, 47, 0.06);
}
.hi-social-connect-button:active {
    background: rgba(55, 53, 47, 0.16);
}
.hi-social-connect-button:focus {
    outline: 0;
}
.hi-social-connect-button-inner {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.hi-social-connect-item-icon {
    width: 16px;
    height: auto;
    display: block;
    fill: inherit;
    flex-shrink: 0;
    position: absolute;
    left: 10px;
    top: 9px;
}
.hi-social-connect-button-otp .hi-social-connect-item-icon,
.hi-social-connect-button-amazon .hi-social-connect-item-icon {
    width: 20px;
}

.hi-social-connect-form-group-multiple {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.hi-social-connect-form-group {
    width: 100%;
}
.hi-social-connect-animation-input-block {
    position: relative;
    margin-bottom: 9px;
}
.hi-social-connect-animation-input-block label {
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 2px;
    padding: 0 10px;
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    color: #3a3a3a;
    z-index: 9;
    opacity: 0;
    transition: all 0.2s ease-out;
    text-align: left;
}
.hi-social-connect-animation-input-block input::placeholder {
    color: #3a3a3a;
    opacity: 1;
}
.hi-social-connect-form-group input {
    padding: 7px 2px 7px 9px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    resize: none;
    font-size: 12px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 3px;

    background-color: #fff;
    color: #272727;
    border-color: #cbcbcc;
}
.hi-social-connect-animation-input-block.hi-social-connect-show-floating-label label {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.hi-social-connect-animation-input-block.hi-social-connect-show-floating-label input {
    padding-top: 1.5em;
}
.hi-social-connect-connection-modal-header h2,
.hi-social-connect-otp-modal-header h2,
.hi-social-connect-magic-link-modal-header h2 {
    font-size: 15px;
    text-align: center;
    text-transform: none;
    padding: 10px;
}
.hi-social-connect-action-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.hi-social-connect-action-buttons .hi-social-connect-submit-user,
.hi-social-connect-action-buttons .hi-social-connect-submit-otp,
.hi-social-connect-action-buttons .hi-social-connect-submit-magic-link {
    margin-left: auto;
}
.hi-social-connect-action-buttons .hi-social-connect-submit-otp.hi-social-connect-submit-otp-new {
    margin-left: 0;
}

.hi-social-connect-small-buttons.hi-social-connect-buttons-block {
    flex-direction: row;
    max-width: 100%;
    gap: 8px;
    justify-content: center;
}
.hi-social-connect-small-buttons .hi-social-connect-button-text {
    display: none !important;
}
.hi-social-connect-small-buttons .hi-social-connect-item-icon {
    position: static;
}
.hi-social-connect-small-buttons .hi-social-connect-button {
    width: 65px;
}
.hi-social-connect-custom-tooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
}
.hi-social-connect-button-block-displayNav2,
.hi-social-connect-button-block-displayNav1 {
    margin: 0;
}
.hi-social-connect-small-buttons.hi-social-connect-button-block-displayNav1 .hi-social-connect-button,
.hi-social-connect-small-buttons.hi-social-connect-button-block-displayNav2 .hi-social-connect-button {
    width: 50px;
}