
/* RYME Nextend/XooTiX Final Button Alignment */

/* Reset previous alignment overrides */
.xoo-el-form-container .nsl-button,
.xoo-el-form-container .nsl-button-default,
.xoo-el-form-container .nsl-button-google,
.xoo-el-form-container .nsl-button-facebook,
.xoo-el-form-container .nsl-button-apple {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    overflow: hidden !important;
}


/* Nextend internal layout reset */
.xoo-el-form-container .nsl-button > div,
.xoo-el-form-container .nsl-button-default > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}


/* Icon fixed left */
.xoo-el-form-container .nsl-button-icon,
.xoo-el-form-container .nsl-button-icon img,
.xoo-el-form-container .nsl-button-icon svg {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
}


/* Text truly centered */
.xoo-el-form-container .nsl-button-label-container {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    line-height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* Remove Nextend extra spacing */
.xoo-el-form-container .nsl-container,
.xoo-el-form-container .nsl-container-buttons {
    padding: 0 !important;
    margin: 0 !important;
}


/* Both tabs */
.xoo-el-form-login .nsl-button,
.xoo-el-form-register .nsl-button,
.xoo-el-login .nsl-button,
.xoo-el-register .nsl-button {
    border-radius: 999px !important;
}
